2 references to CacheModeProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
2930get { return (CacheMode) GetValue(CacheModeProperty); } 2931set { SetValue(CacheModeProperty, value); }