5 references to CachedSourceProperty
PresentationCore (5)
Core\CSharp\System\Windows\PresentationSource.cs (5)
559
PresentationSource testSource = CriticalGetPresentationSourceFromElement(element,
CachedSourceProperty
);
784
element.SetValue(
CachedSourceProperty
,new
800
element.ClearValue(
CachedSourceProperty
);
851
PresentationSource cachedSource = CriticalGetPresentationSourceFromElement(doTarget,
CachedSourceProperty
);
854
doTarget.SetValue(
CachedSourceProperty
, new SecurityCriticalDataForMultipleGetAndSet<PresentationSource>(realSource));