Home
last modified time | relevance | path

Searched refs:INotifyPropertyChanging (Results 1 – 25 of 55) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbMetal/Generator/EntityInterface/Implementation/
H A DINotifyPropertyChangingImplementation.cs38 get { return typeof(INotifyPropertyChanging).Name; }
50 writer.WriteUsingNamespace(typeof(INotifyPropertyChanging).Namespace); in WriteHeader()
55 … using (writer.WriteRegion(string.Format("{0} handling", typeof(INotifyPropertyChanging).Name))) in WriteClassHeader()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Data/Linq/Implementation/
H A DMemberModificationHandler.cs138 || entity is INotifyPropertyChanging; in IsNotifying()
185 var entityChanging = entity as INotifyPropertyChanging; in RegisterNotification()
265 var changing = entity as INotifyPropertyChanging; in UnregisterNotification()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/src/System/ComponentModel/
H A DINotifyPropertyChanging.cs7 public interface INotifyPropertyChanging interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DINotifyPropertyChanging.cs10 public interface INotifyPropertyChanging interface
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/LinqToSql/
H A DLinqToSqlClasses.designer.cs104 public partial class Person : INotifyPropertyChanging, INotifyPropertyChanged
307 public partial class Role : INotifyPropertyChanging, INotifyPropertyChanged
421 public partial class PersonRole : INotifyPropertyChanging, INotifyPropertyChanged
613 public partial class Department : INotifyPropertyChanging, INotifyPropertyChanged
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/LinqToSql/
H A DLinqToSqlClasses.designer.cs106 public partial class Person : INotifyPropertyChanging, INotifyPropertyChanged
309 public partial class Role : INotifyPropertyChanging, INotifyPropertyChanged
423 public partial class PersonRole : INotifyPropertyChanging, INotifyPropertyChanged
615 public partial class Department : INotifyPropertyChanging, INotifyPropertyChanged
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/
H A DChangeTracker.cs165 INotifyPropertyChanging notifier = obj as INotifyPropertyChanging; in Attach()
176 INotifyPropertyChanging notifier = obj as INotifyPropertyChanging; in Detach()
387 if (this.current is INotifyPropertyChanging) { in ConvertToUnmodified()
417 if (!(this.current is INotifyPropertyChanging)) { in AssignMember()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/tests/ComponentModel/
H A DINotifyPropertyChangingTests.cs36 private class Model : INotifyPropertyChanging
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.ObjectModel/
H A DTypeForwarders.cs38 …e.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INotifyPropertyChanging))]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/DataClasses/
H A DStructuralObject.cs24 public abstract class StructuralObject : INotifyPropertyChanging, INotifyPropertyChanged
64 #region INotifyPropertyChanging Members
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/Facades/
H A DSystem.ObjectModel.cs26 …e.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INotifyPropertyChanging))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.ObjectModel.cs27 …e.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INotifyPropertyChanging))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/Facades/
H A DSystem.ObjectModel.cs29 …e.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INotifyPropertyChanging))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/Facades/
H A DSystem.ObjectModel.cs29 …e.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INotifyPropertyChanging))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/Facades/
H A DSystem.ObjectModel.cs29 …e.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INotifyPropertyChanging))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.ObjectModel.cs28 …e.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INotifyPropertyChanging))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.ObjectModel.cs28 …e.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INotifyPropertyChanging))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.ObjectModel.cs28 …e.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INotifyPropertyChanging))]
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Linq/
H A DJObject.cs54 , INotifyPropertyChanging
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Linq/
H A DJObject.cs59 , INotifyPropertyChanging
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Linq/
H A DJObject.cs60 , INotifyPropertyChanging
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/ref/
H A DSystem.ObjectModel.cs182 public partial interface INotifyPropertyChanging interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbMetal/Generator/
H A DCodeDomGenerator.cs952 entity.BaseTypes.Add(typeof(INotifyPropertyChanging)); in GenerateINotifyPropertyChanging()
958 new CodeTypeReference(typeof(INotifyPropertyChanging)) in GenerateINotifyPropertyChanging()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dcommon.sources511 ../referencesource/System/compmod/system/componentmodel/INotifyPropertyChanging.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DSystem.Net.Http.Formatting.cs899 …riptor, System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.INotifyPropertyChanging

123