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