Home
last modified time | relevance | path

Searched refs:INotifyCollectionChanged (Results 1 – 25 of 91) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/System.Collections.Specialized/
H A DCollectionChangedEventManager.cs37 public static void AddListener (INotifyCollectionChanged source, IWeakEventListener listener) in AddListener()
42 public static void RemoveListener (INotifyCollectionChanged source, IWeakEventListener listener) in RemoveListener()
49 INotifyCollectionChanged inotify = (INotifyCollectionChanged) source; in StartListening()
55 INotifyCollectionChanged inotify = (INotifyCollectionChanged) source; in StopListening()
H A DINotifyCollectionChanged.cs29 [assembly:TypeForwardedTo (typeof (INotifyCollectionChanged))]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/src/System/Collections/ObjectModel/
H A DReadOnlyObservableCollection.cs24 …public class ReadOnlyObservableCollection<T> : ReadOnlyCollection<T>, INotifyCollectionChanged, IN…
40 …((INotifyCollectionChanged)Items).CollectionChanged += new NotifyCollectionChangedEventHandler(Han… in ReadOnlyObservableCollection()
54 #region INotifyCollectionChanged
59 event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged
85 #endregion INotifyCollectionChanged
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/objectmodel/
H A Dreadonlyobservablecollection.cs32 …public class ReadOnlyObservableCollection<T> : ReadOnlyCollection<T>, INotifyCollectionChanged, IN…
48 …((INotifyCollectionChanged)Items).CollectionChanged += new NotifyCollectionChangedEventHandler(Han… in ReadOnlyObservableCollection()
62 #region INotifyCollectionChanged
67 event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged
95 #endregion INotifyCollectionChanged
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Collections.ObjectModel/
H A DReadOnlyObservableCollectionTest.cs61 ((INotifyCollectionChanged)readOnlyCollection).CollectionChanged += ncceh; in ClassTest()
66 ((INotifyCollectionChanged)readOnlyCollection).CollectionChanged -= ncceh; in ClassTest()
85 ((INotifyCollectionChanged)readOnlyCollection).CollectionChanged += ncceh; in ClassTest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/Test/System.Collections.ObjectModel/
H A DReadOnlyObservableCollectionTest.cs60 ((INotifyCollectionChanged)readOnlyCollection).CollectionChanged += ncceh; in ClassTest()
65 ((INotifyCollectionChanged)readOnlyCollection).CollectionChanged -= ncceh; in ClassTest()
84 ((INotifyCollectionChanged)readOnlyCollection).CollectionChanged += ncceh; in ClassTest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/tests/ReadOnlyObservableCollection/
H A DReadOnlyObservableCollection_EventsTests.cs117 …((INotifyCollectionChanged)readonlyCol).CollectionChanged += (o, e) => { throw new ShouldNotBeInvo… in RemoveAtTest_Negative()
165 …((INotifyCollectionChanged)readonlyCol).CollectionChanged += (o, e) => { throw new ShouldNotBeInvo… in MoveTest_Negative()
214 …((INotifyCollectionChanged)readonlyCol).CollectionChanged += (o, e) => { throw new ShouldNotBeInvo… in InsertTest_Negative()
288 INotifyCollectionChanged readOnlyCollectionChanged = readOnlyCol; in AddOrInsertItemTest()
336 INotifyCollectionChanged readOnlyCollectionChange = readOnlyCol; in ClearTest()
366 INotifyCollectionChanged readOnlyCollectionChange = readOnlyCol; in MoveItemTest()
400 INotifyCollectionChanged readOnlyCollectionChange = readOnlyCol; in ReplaceItemTest()
442 INotifyCollectionChanged readOnlyCollectionChange = readOnlyCol; in RemoveItemTest()
497 INotifyCollectionChanged readOnlyCollectionChange = readOnlyCol; in RemoveItemAtTest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/Test/System.ComponentModel/
H A DSortDescriptionCollectionTest.cs48 …((INotifyCollectionChanged)sdc).CollectionChanged += delegate (object sender, NotifyCollectionChan… in SortDescriptionCollectionAddTest()
84 …((INotifyCollectionChanged)sdc).CollectionChanged += delegate (object sender, NotifyCollectionChan… in SortDescriptionCollectionRemoveTest()
105 …((INotifyCollectionChanged)sdc).CollectionChanged += delegate (object sender, NotifyCollectionChan… in SortDescriptionCollectionClearTest()
126 …((INotifyCollectionChanged)sdc).CollectionChanged += delegate (object sender, NotifyCollectionChan… in SortDescriptionCollectionSetTest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/src/System/Runtime/InteropServices/WindowsRuntime/
H A DMarshalingHelpers.cs225 …private static ConditionalWeakTable<INotifyCollectionChanged, EventRegistrationTokenTable<NotifyCo…
226 …new ConditionalWeakTable<INotifyCollectionChanged, EventRegistrationTokenTable<NotifyCollectionCha…
231 INotifyCollectionChanged _this = Unsafe.As<INotifyCollectionChanged>(this); in add_CollectionChanged()
243 INotifyCollectionChanged _this = Unsafe.As<INotifyCollectionChanged>(this); in remove_CollectionChanged()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/specialized/
H A Dmarshalinghelpers.cs208 …private static ConditionalWeakTable<INotifyCollectionChanged, EventRegistrationTokenTable<NotifyCo…
209 …new ConditionalWeakTable<INotifyCollectionChanged, EventRegistrationTokenTable<NotifyCollectionCha…
215 INotifyCollectionChanged _this = JitHelpers.UnsafeCast<INotifyCollectionChanged>(this); in add_CollectionChanged()
228 INotifyCollectionChanged _this = JitHelpers.UnsafeCast<INotifyCollectionChanged>(this); in remove_CollectionChanged()
H A Dinotifycollectionchanged.cs26 public interface INotifyCollectionChanged interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/System.ComponentModel/
H A DSortDescriptionCollection.cs33 public class SortDescriptionCollection : Collection<SortDescription>, INotifyCollectionChanged
48 event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged {
H A DICollectionView.cs34 public interface ICollectionView : IEnumerable, INotifyCollectionChanged
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DVariable.cs477INotifyCollectionChanged notifyCollectionChanged = this.Value as INotifyCollectionChanged;
491INotifyCollectionChanged notifyCollectionChanged = this.Value as INotifyCollectionChanged;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/src/System/Collections/Specialized/
H A DINotifyCollectionChanged.cs14 public interface INotifyCollectionChanged interface
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/ref/
H A DSystem.ObjectModel.cs29 …tions.ObjectModel.Collection<T>, System.Collections.Specialized.INotifyCollectionChanged, System.C…
119 …jectModel.ReadOnlyCollection<T>, System.Collections.Specialized.INotifyCollectionChanged, System.C…
124 …ifyCollectionChangedEventHandler System.Collections.Specialized.INotifyCollectionChanged.Collectio…
132 public partial interface INotifyCollectionChanged interface
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Xaml/Interop/
H A Dmod.rs685 pub struct INotifyCollectionChanged(::windows::runtime::IInspectable);
686 unsafe impl ::windows::runtime::Interface for INotifyCollectionChanged {
690 impl INotifyCollectionChanged {
705 unsafe impl ::windows::runtime::RuntimeType for INotifyCollectionChanged {
708 impl ::std::convert::From<INotifyCollectionChanged> for ::windows::runtime::IUnknown {
709 fn from(value: INotifyCollectionChanged) -> Self {
713 impl ::std::convert::From<&INotifyCollectionChanged> for ::windows::runtime::IUnknown {
714 fn from(value: &INotifyCollectionChanged) -> Self {
728 impl ::std::convert::From<INotifyCollectionChanged> for ::windows::runtime::IInspectable {
729 fn from(value: INotifyCollectionChanged) -> Self {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/Binding/
H A DBindingGraph.cs402 INotifyCollectionChanged notify = target as INotifyCollectionChanged; in AttachCollectionNotification()
441 INotifyCollectionChanged notifyCollectionChanged = target as INotifyCollectionChanged; in DetachCollectionNotifications()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows/
H A DTypeForwarders.cs27 …Services.TypeForwardedToAttribute(typeof(System.Collections.Specialized.INotifyCollectionChanged))]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/UI/Xaml/Interop/
H A Dmod.rs10 pub type INotifyCollectionChanged = *mut ::core::ffi::c_void; typedef
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DObservableCollectionThreadSafe.cs19 public interface INotifyCollectionChanged interface
168 …public class ObservableCollectionThreadSafe<T> : Collection<T>, INotifyCollectionChanged, INotifyP…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Windows.cs18 …Services.TypeForwardedToAttribute(typeof(System.Collections.Specialized.INotifyCollectionChanged))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Windows.cs18 …Services.TypeForwardedToAttribute(typeof(System.Collections.Specialized.INotifyCollectionChanged))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Windows.cs18 …Services.TypeForwardedToAttribute(typeof(System.Collections.Specialized.INotifyCollectionChanged))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.Windows.cs19 …Services.TypeForwardedToAttribute(typeof(System.Collections.Specialized.INotifyCollectionChanged))]

1234