14 references to NewProperty
PresentationCore (14)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (14)
806
if (args.
NewProperty
== null)
839
= DrawingAttributes.GetDefaultDrawingAttributeValue(args.
NewProperty
.Id);
842
if (!defaultValueIfDrawingAttribute.Equals(args.
NewProperty
.Value))
846
new PropertyDataChangedEventArgs( args.
NewProperty
.Id,
847
args.
NewProperty
.Value, //the property
856
new PropertyDataChangedEventArgs(args.
NewProperty
.Id,
857
args.
NewProperty
.Value, //the property
867
= DrawingAttributes.GetDefaultDrawingAttributeValue(args.
NewProperty
.Id);
873
if (!args.
NewProperty
.Value.Equals(args.OldProperty.Value))
877
new PropertyDataChangedEventArgs( args.
NewProperty
.Id,
878
args.
NewProperty
.Value, //the da
886
if (!args.
NewProperty
.Value.Equals(args.OldProperty.Value))
889
new PropertyDataChangedEventArgs( args.
NewProperty
.Id,
890
args.
NewProperty
.Value,