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)
58ClipToBounds = false;
MS\Internal\Documents\DocumentGridPage.cs (1)
282_documentPageView.ClipToBounds = true;
System\Windows\Controls\GridViewColumnHeader.cs (1)
639gripperContainer.ClipToBounds = hide;
System\Windows\Controls\Primitives\PopupRoot.cs (1)
43_transformDecorator.ClipToBounds = true;
System\windows\Documents\CaretElement.cs (1)
68_caretElement.ClipToBounds = false;
8 references to ClipToBounds
PresentationCore (2)
System\Windows\UIElement.cs (2)
3333/// that is used to intersect Clip in case if <seealso cref="ClipToBounds"/> property is set to "true". 3339if(ClipToBounds)
PresentationFramework (6)
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
225if (ClipToBounds)
System\Windows\Controls\Canvas.cs (1)
339if(ClipToBounds)
System\Windows\Controls\InkPresenter.cs (1)
231if ( ClipToBounds )
System\Windows\FrameworkElement.cs (3)
4885if (NeedsClipBounds || ClipToBounds) 4905ClipToBounds //need to clip at bounds even if inkSize is less then maxSize 4932ClipToBounds //forces clip at layout slot bounds even if reported sizes are ok