5 references to CachedSourceProperty
PresentationCore (5)
System\Windows\PresentationSource.cs (5)
474
PresentationSource testSource = (PresentationSource)element.GetValue(
CachedSourceProperty
);
648
element.SetValue(
CachedSourceProperty
, PresentationSource.FindSource(element));
658
element.ClearValue(
CachedSourceProperty
);
696
PresentationSource cachedSource = (PresentationSource)doTarget.GetValue(
CachedSourceProperty
);
699
doTarget.SetValue(
CachedSourceProperty
, realSource);