10 references to PropertyDataChangedEventArgs
PresentationCore (10)
System\Windows\Ink\DrawingAttributes.cs (6)
802new PropertyDataChangedEventArgs( args.OldProperty.Id, 811new PropertyDataChangedEventArgs( args.OldProperty.Id, 829new PropertyDataChangedEventArgs( args.NewProperty.Id, 839new PropertyDataChangedEventArgs(args.NewProperty.Id, 859new PropertyDataChangedEventArgs( args.NewProperty.Id, 871new PropertyDataChangedEventArgs( args.NewProperty.Id,
System\Windows\Ink\Stroke.cs (2)
403OnPropertyDataChanged(new PropertyDataChangedEventArgs(propertyDataId, propertyData, oldValue)); 416OnPropertyDataChanged(new PropertyDataChangedEventArgs(propertyDataId, null, propertyData));
System\Windows\Ink\StrokeCollection.cs (2)
163OnPropertyDataChanged(new PropertyDataChangedEventArgs(propertyDataId, propertyData, oldValue)); 175OnPropertyDataChanged(new PropertyDataChangedEventArgs(propertyDataId, null, propertyData));