5 references to CachedSourceProperty
PresentationCore (5)
System\Windows\PresentationSource.cs (5)
458
PresentationSource testSource = (PresentationSource)element.GetValue(
CachedSourceProperty
);
628
element.SetValue(
CachedSourceProperty
, PresentationSource.FindSource(element));
638
element.ClearValue(
CachedSourceProperty
);
676
PresentationSource cachedSource = (PresentationSource)doTarget.GetValue(
CachedSourceProperty
);
679
doTarget.SetValue(
CachedSourceProperty
, realSource);