2 writes to ClipToBoundsCache
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
129
ClipToBoundsCache
= (bool) ClipToBoundsProperty.GetDefaultValue(DependencyObjectType);
3405
uie.
ClipToBoundsCache
= (bool) e.NewValue;
1 reference to ClipToBoundsCache
PresentationCore (1)
Core\CSharp\System\Windows\UIElement.cs (1)
3426
get { return
ClipToBoundsCache
; }