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