10 references to PropertyDataChangedEventArgs
PresentationCore (10)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (6)
818
new
PropertyDataChangedEventArgs
( args.OldProperty.Id,
827
new
PropertyDataChangedEventArgs
( args.OldProperty.Id,
846
new
PropertyDataChangedEventArgs
( args.NewProperty.Id,
856
new
PropertyDataChangedEventArgs
(args.NewProperty.Id,
877
new
PropertyDataChangedEventArgs
( args.NewProperty.Id,
889
new
PropertyDataChangedEventArgs
( args.NewProperty.Id,
Core\CSharp\System\Windows\Ink\Stroke.cs (2)
426
OnPropertyDataChanged(new
PropertyDataChangedEventArgs
(propertyDataId, propertyData, oldValue));
439
OnPropertyDataChanged(new
PropertyDataChangedEventArgs
(propertyDataId, null, propertyData));
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (2)
187
OnPropertyDataChanged(new
PropertyDataChangedEventArgs
(propertyDataId, propertyData, oldValue));
199
OnPropertyDataChanged(new
PropertyDataChangedEventArgs
(propertyDataId, null, propertyData));