5 references to PropertyDataChanged
PresentationCore (3)
System\Windows\Ink\DrawingAttributes.cs (3)
573clone.PropertyDataChanged = null; 634if (this.PropertyDataChanged != null) 636this.PropertyDataChanged(this, e);
PresentationFramework (2)
MS\Internal\Ink\DrawingAttributesDefaultValueFactory.cs (2)
47defaultValue.PropertyDataChanged += new PropertyDataChangedEventHandler(promoter.OnDrawingAttributesChanged); 78value.PropertyDataChanged -= new PropertyDataChangedEventHandler(OnDrawingAttributesChanged);