2 writes to ClipToBoundsCache
PresentationCore (2)
System\Windows\UIElement.cs (2)
122ClipToBoundsCache = (bool) ClipToBoundsProperty.GetDefaultValue(DependencyObjectType); 3374uie.ClipToBoundsCache = (bool) e.NewValue;
1 reference to ClipToBoundsCache
PresentationCore (1)
System\Windows\UIElement.cs (1)
3395get { return ClipToBoundsCache; }