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