Home
last modified time | relevance | path

Searched refs:AllowRemove (Results 1 – 25 of 88) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DBindingListTests.cs19 Assert.True(list.AllowRemove); in Ctor_Default()
24 Assert.True(iBindingList.AllowRemove); in Ctor_Default()
41 Assert.True(bindingList.AllowRemove); in Ctor_FixedSizeIList()
46 Assert.True(iBindingList.AllowRemove); in Ctor_FixedSizeIList()
64 Assert.True(bindingList.AllowRemove); in Ctor_NonFixedSizeIList()
69 Assert.True(iBindingList.AllowRemove); in Ctor_NonFixedSizeIList()
87 Assert.True(bindingList.AllowRemove); in Ctor_IReadOnlyList()
92 Assert.True(iBindingList.AllowRemove); in Ctor_IReadOnlyList()
273 bindingList.AllowRemove = false; in AllowRemove_Set_InvokesListChanged()
280 bindingList.AllowRemove = true; in AllowRemove_Set_InvokesListChanged()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DBindingListTest.cs22 Assert.IsTrue (l.AllowRemove, "3"); in BindingListDefaults()
42 Assert.IsTrue (l.AllowRemove, "3"); in BindingListDefaults_FixedSizeList()
62 Assert.IsTrue (l.AllowRemove, "3"); in BindingListDefaults_NonFixedSizeList()
82 Assert.IsTrue (l.AllowRemove, "3"); in BindingListDefaults_ReadOnlyList()
217 l.AllowRemove = false; in TestRemoveItem_AllowRemoveFalse()
264 Assert.AreEqual (expected, l.AllowRemove, "3"); in TestAllowRemove()
268 l.AllowRemove = false; in TestAllowRemove()
277 l.AllowRemove = true; in TestAllowRemove()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/
H A DObjectView.cs189 bool IBindingList.AllowRemove
191 get { return _viewData.AllowRemove; }
306 return !(_viewData.AllowNew || _viewData.AllowRemove);
H A DIObjectViewData.cs50 bool AllowRemove { get; } property
H A DObjectViewEntityCollectionData.cs89 public bool AllowRemove property in System.Data.Objects.ObjectViewEntityCollectionData
H A DObjectViewQueryResultData.cs126 public bool AllowRemove property in System.Data.Objects.ObjectViewQueryResultData
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DBindingList.cs378 public bool AllowRemove property in System.ComponentModel.BindingList
391 bool IBindingList.AllowRemove => AllowRemove;
H A DIBindingList.cs31 bool AllowRemove { get; } property
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DBindingList.cs413 public bool AllowRemove { property in System.ComponentModel.BindingList
425 /* private */ bool IBindingList.AllowRemove {
427 return AllowRemove;
H A DIBindingList.cs31 bool AllowRemove { get; } property
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DCurrencyManager.cs159 internal bool AllowRemove { property in System.Windows.Forms.CurrencyManager
165 return ((IBindingList)list).AllowRemove;
H A DBindingSource.cs283 public virtual bool AllowRemove { property in System.Windows.Forms.BindingSource
292 return ((IBindingList)list).AllowRemove;
944 if (!AllowRemove) in RemoveCurrent()
H A DBindingNavigator.cs337 …eleteItem.Enabled = is_source_available && (bindingSource.Count != 0 && bindingSource.AllowRemove); in RefreshItemsCore()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DBindingSourceTest.cs724 public void AllowRemove () in AllowRemove() method in MonoTests.System.Windows.Forms.DataBinding.BindingSourceTest
728 Assert.IsTrue (source.AllowRemove, "1"); in AllowRemove()
731 Assert.IsTrue (source.AllowRemove, "2"); in AllowRemove()
734 Assert.IsTrue (source.AllowRemove, "3"); in AllowRemove()
737 Assert.IsFalse (source.AllowRemove, "4"); in AllowRemove()
740 Assert.IsTrue (source.AllowRemove, "5"); in AllowRemove()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/System.Data/
H A DDataViewTest_IBindingList.cs65 Assert.IsTrue (ib.AllowRemove, "#3"); in PropertyTest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/tests/System/Data/
H A DDataViewTest_IBindingList.cs59 Assert.True(ib.AllowRemove); in PropertyTest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DDataViewManager.cs204 bool IBindingList.AllowRemove => false;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Formatters/tests/
H A DEqualityExtensions.cs657 Assert.Equal(@this.AllowRemove, other.AllowRemove); in IsEqual()
672 Assert.Equal(@this.AllowRemove, other.AllowRemove); in IsEqual()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DDataViewManager.cs223 bool IBindingList.AllowRemove {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Cache/
H A DXPathDocumentView.cs287 public bool AllowRemove { property in System.Xml.XPath.DataBinding.XPathDocumentView
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Cache/
H A DXPathDocumentView.cs285 public bool AllowRemove { property in System.Xml.XPath.DataBinding.XPathDocumentView
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Linq/
H A DJContainer.cs935 bool IBindingList.AllowRemove
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Linq/
H A DJContainer.cs932 bool IBindingList.AllowRemove
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs96 public bool AllowRemove { get { throw null; } set { } } property in System.ComponentModel.BindingList
106 bool System.ComponentModel.IBindingList.AllowRemove { get { throw null; } }
307 bool AllowRemove { get; } property
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Linq/
H A DJContainer.cs1091 bool IBindingList.AllowRemove

1234