5 references to CachedSourceProperty
PresentationCore (5)
System\Windows\PresentationSource.cs (5)
486PresentationSource testSource = (PresentationSource)element.GetValue(CachedSourceProperty); 663element.SetValue(CachedSourceProperty, PresentationSource.FindSource(element)); 673element.ClearValue(CachedSourceProperty); 711PresentationSource cachedSource = (PresentationSource)doTarget.GetValue(CachedSourceProperty); 714doTarget.SetValue(CachedSourceProperty, realSource);