7 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 (5)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
57ClipToBounds = false;
MS\Internal\Documents\DocumentGridPage.cs (1)
282ClipToBounds = true,
System\Windows\Controls\GridViewColumnHeader.cs (1)
632gripperContainer.ClipToBounds = hide;
System\Windows\Controls\Primitives\PopupRoot.cs (1)
42_transformDecorator.ClipToBounds = true;
System\windows\Documents\CaretElement.cs (1)
65ClipToBounds = false
8 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 (6)
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
224if (ClipToBounds)
System\Windows\Controls\Canvas.cs (1)
337if(ClipToBounds)
System\Windows\Controls\InkPresenter.cs (1)
227if ( ClipToBounds )
System\Windows\FrameworkElement.cs (3)
4877if (NeedsClipBounds || ClipToBounds) 4897ClipToBounds //need to clip at bounds even if inkSize is less then maxSize 4924ClipToBounds //forces clip at layout slot bounds even if reported sizes are ok