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