5 references to CachedSourceProperty
PresentationCore (5)
System\Windows\PresentationSource.cs (5)
474PresentationSource testSource = (PresentationSource)element.GetValue(CachedSourceProperty); 648element.SetValue(CachedSourceProperty, PresentationSource.FindSource(element)); 658element.ClearValue(CachedSourceProperty); 696PresentationSource cachedSource = (PresentationSource)doTarget.GetValue(CachedSourceProperty); 699doTarget.SetValue(CachedSourceProperty, realSource);