4 references to RootSourceProperty
PresentationCore (4)
System\Windows\PresentationSource.cs (4)
439
oldSource = (PresentationSource)oldRoot.GetValue(
RootSourceProperty
);
440
oldRoot.ClearValue(
RootSourceProperty
);
446
newRoot.SetValue(
RootSourceProperty
, this);
694
source = (PresentationSource)v.GetValue(
RootSourceProperty
);