5 references to CachedSourceProperty
PresentationCore (5)
System\Windows\PresentationSource.cs (5)
474PresentationSource testSource = (PresentationSource)element.GetValue(CachedSourceProperty); 644element.SetValue(CachedSourceProperty, PresentationSource.FindSource(element)); 654element.ClearValue(CachedSourceProperty); 692PresentationSource cachedSource = (PresentationSource)doTarget.GetValue(CachedSourceProperty); 695doTarget.SetValue(CachedSourceProperty, realSource);