5 references to PropertyDataChanged
PresentationCore (3)
System\Windows\Ink\DrawingAttributes.cs (3)
562clone.PropertyDataChanged = null; 623if (this.PropertyDataChanged != null) 625this.PropertyDataChanged(this, e);
PresentationFramework (2)
MS\Internal\Ink\DrawingAttributesDefaultValueFactory.cs (2)
45defaultValue.PropertyDataChanged += new PropertyDataChangedEventHandler(promoter.OnDrawingAttributesChanged); 76value.PropertyDataChanged -= new PropertyDataChangedEventHandler(OnDrawingAttributesChanged);