5 references to CachedSourceProperty
PresentationCore (5)
System\Windows\PresentationSource.cs (5)
484PresentationSource testSource = (PresentationSource)element.GetValue(CachedSourceProperty); 658element.SetValue(CachedSourceProperty, PresentationSource.FindSource(element)); 668element.ClearValue(CachedSourceProperty); 706PresentationSource cachedSource = (PresentationSource)doTarget.GetValue(CachedSourceProperty); 709doTarget.SetValue(CachedSourceProperty, realSource);