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