11 references to OldProperty
PresentationCore (11)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (11)
810= DrawingAttributes.GetDefaultDrawingAttributeValue(args.OldProperty.Id); 814new ExtendedProperty( args.OldProperty.Id, 818new PropertyDataChangedEventArgs( args.OldProperty.Id, 820args.OldProperty.Value);//previous value 827new PropertyDataChangedEventArgs( args.OldProperty.Id, 829args.OldProperty.Value);//previous value 835else if (args.OldProperty == null) 873if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 879args.OldProperty.Value);//old value 886if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 891args.OldProperty.Value);//old value