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