4 references to GetsSourceChangedEventProperty
PresentationCore (4)
System\Windows\PresentationSource.cs (4)
261
if ((bool)ce.GetValue(
GetsSourceChangedEventProperty
))
522
if ((bool)uie.GetValue(
GetsSourceChangedEventProperty
))
629
element.SetValue(
GetsSourceChangedEventProperty
, true);
639
element.ClearValue(
GetsSourceChangedEventProperty
);