5 writes to ClipToBounds
PresentationFramework (5)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
64ClipToBounds = false;
MS\Internal\Documents\DocumentGridPage.cs (1)
295_documentPageView.ClipToBounds = true;
System\Windows\Controls\GridViewColumnHeader.cs (1)
643gripperContainer.ClipToBounds = hide;
System\Windows\Controls\Primitives\PopupRoot.cs (1)
52_transformDecorator.ClipToBounds = true;
System\windows\Documents\CaretElement.cs (1)
71_caretElement.ClipToBounds = false;
8 references to ClipToBounds
PresentationCore (2)
System\Windows\UIElement.cs (2)
3342/// that is used to intersect Clip in case if <seealso cref="ClipToBounds"/> property is set to "true". 3348if(ClipToBounds)
PresentationFramework (6)
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
228if (ClipToBounds)
System\Windows\Controls\Canvas.cs (1)
348if(ClipToBounds)
System\Windows\Controls\InkPresenter.cs (1)
238if ( ClipToBounds )
System\Windows\FrameworkElement.cs (3)
4889if (NeedsClipBounds || ClipToBounds) 4909ClipToBounds //need to clip at bounds even if inkSize is less then maxSize 4936ClipToBounds //forces clip at layout slot bounds even if reported sizes are ok