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