6 writes to ClipToBounds
IdeBenchmarks (1)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (1)
176ClipToBounds = true,
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginViewMargin.cs (1)
64_mainCanvas = new Canvas { ClipToBounds = true, Width = HeightAndWidthOfMargin };
PresentationFramework (4)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
57ClipToBounds = false;
MS\Internal\Documents\DocumentGridPage.cs (1)
282ClipToBounds = true,
System\Windows\Controls\Primitives\PopupRoot.cs (1)
42_transformDecorator.ClipToBounds = true;
System\windows\Documents\CaretElement.cs (1)
65ClipToBounds = false
9 references to ClipToBounds
PresentationCore (2)
System\Windows\UIElement.cs (2)
3318/// that is used to intersect Clip in case if <seealso cref="ClipToBounds"/> property is set to "true". 3324if(ClipToBounds)
PresentationFramework (7)
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
224if (ClipToBounds)
System\Windows\Controls\Canvas.cs (1)
337if(ClipToBounds)
System\Windows\Controls\GridViewColumnHeader.cs (1)
627gripperContainer?.ClipToBounds = hide;
System\Windows\Controls\InkPresenter.cs (1)
227if ( ClipToBounds )
System\Windows\FrameworkElement.cs (3)
4874if (NeedsClipBounds || ClipToBounds) 4894ClipToBounds //need to clip at bounds even if inkSize is less then maxSize 4921ClipToBounds //forces clip at layout slot bounds even if reported sizes are ok