5 references to PropertyDataChanged
PresentationCore (3)
System\Windows\Ink\DrawingAttributes.cs (3)
561clone.PropertyDataChanged = null; 622if (this.PropertyDataChanged != null) 624this.PropertyDataChanged(this, e);
PresentationFramework (2)
MS\Internal\Ink\DrawingAttributesDefaultValueFactory.cs (2)
44defaultValue.PropertyDataChanged += new PropertyDataChangedEventHandler(promoter.OnDrawingAttributesChanged); 75value.PropertyDataChanged -= new PropertyDataChangedEventHandler(OnDrawingAttributesChanged);