14 references to NewProperty
PresentationCore (14)
System\Windows\Ink\DrawingAttributes.cs (14)
801
if (args.
NewProperty
== null)
833
= DrawingAttributes.GetDefaultDrawingAttributeValue(args.
NewProperty
.Id);
836
if (!defaultValueIfDrawingAttribute.Equals(args.
NewProperty
.Value))
840
new PropertyDataChangedEventArgs( args.
NewProperty
.Id,
841
args.
NewProperty
.Value, //the property
850
new PropertyDataChangedEventArgs(args.
NewProperty
.Id,
851
args.
NewProperty
.Value, //the property
860
= DrawingAttributes.GetDefaultDrawingAttributeValue(args.
NewProperty
.Id);
866
if (!args.
NewProperty
.Value.Equals(args.OldProperty.Value))
870
new PropertyDataChangedEventArgs( args.
NewProperty
.Id,
871
args.
NewProperty
.Value, //the da
879
if (!args.
NewProperty
.Value.Equals(args.OldProperty.Value))
882
new PropertyDataChangedEventArgs( args.
NewProperty
.Id,
883
args.
NewProperty
.Value,