5 references to PropertyDataChanged
PresentationCore (3)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (3)
575clone.PropertyDataChanged = null; 636if (this.PropertyDataChanged != null) 638this.PropertyDataChanged(this, e);
PresentationFramework (2)
src\Framework\MS\Internal\Ink\DrawingAttributesDefaultValueFactory.cs (2)
52defaultValue.PropertyDataChanged += new PropertyDataChangedEventHandler(promoter.OnDrawingAttributesChanged); 83value.PropertyDataChanged -= new PropertyDataChangedEventHandler(OnDrawingAttributesChanged);