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