5 references to CachedSourceProperty
PresentationCore (5)
System\Windows\PresentationSource.cs (5)
484
PresentationSource testSource = (PresentationSource)element.GetValue(
CachedSourceProperty
);
658
element.SetValue(
CachedSourceProperty
, PresentationSource.FindSource(element));
668
element.ClearValue(
CachedSourceProperty
);
706
PresentationSource cachedSource = (PresentationSource)doTarget.GetValue(
CachedSourceProperty
);
709
doTarget.SetValue(
CachedSourceProperty
, realSource);