4 references to RootSourceProperty
PresentationCore (4)
System\Windows\PresentationSource.cs (4)
428
oldSource = (PresentationSource)oldRoot.GetValue(
RootSourceProperty
);
429
oldRoot.ClearValue(
RootSourceProperty
);
433
newRoot?.SetValue(
RootSourceProperty
, this);
664
source = (PresentationSource)v.GetValue(
RootSourceProperty
);