7 writes to ClipToBounds
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
71ClipToBounds = false;
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (1)
334_documentPageView.ClipToBounds = true;
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (1)
633gripperContainer.ClipToBounds = hide;
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
48_transformDecorator.ClipToBounds = true;
src\Framework\System\windows\Documents\CaretElement.cs (1)
74_caretElement.ClipToBounds = false;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
291this.ContextMenu.ClipToBounds = false;
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
72this.ClipToBounds = true;
8 references to ClipToBounds
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
3373/// that is used to intersect Clip in case if <seealso cref="ClipToBounds"/> property is set to "true". 3379if(ClipToBounds)
PresentationFramework (6)
src\Framework\MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
236if ( ClipToBounds )
src\Framework\System\Windows\Controls\Canvas.cs (1)
354if(ClipToBounds)
src\Framework\System\Windows\Controls\InkPresenter.cs (1)
246if ( ClipToBounds )
src\Framework\System\Windows\FrameworkElement.cs (3)
4891if (NeedsClipBounds || ClipToBounds) 4911ClipToBounds //need to clip at bounds even if inkSize is less then maxSize 4938ClipToBounds //forces clip at layout slot bounds even if reported sizes are ok