14 references to NewProperty
PresentationCore (14)
System\Windows\Ink\DrawingAttributes.cs (14)
790
if (args.
NewProperty
== null)
822
= DrawingAttributes.GetDefaultDrawingAttributeValue(args.
NewProperty
.Id);
825
if (!defaultValueIfDrawingAttribute.Equals(args.
NewProperty
.Value))
829
new PropertyDataChangedEventArgs( args.
NewProperty
.Id,
830
args.
NewProperty
.Value, //the property
839
new PropertyDataChangedEventArgs(args.
NewProperty
.Id,
840
args.
NewProperty
.Value, //the property
849
= DrawingAttributes.GetDefaultDrawingAttributeValue(args.
NewProperty
.Id);
855
if (!args.
NewProperty
.Value.Equals(args.OldProperty.Value))
859
new PropertyDataChangedEventArgs( args.
NewProperty
.Id,
860
args.
NewProperty
.Value, //the da
868
if (!args.
NewProperty
.Value.Equals(args.OldProperty.Value))
871
new PropertyDataChangedEventArgs( args.
NewProperty
.Id,
872
args.
NewProperty
.Value,