7 writes to ClipToBounds
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
71
ClipToBounds
= false;
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (1)
334
_documentPageView.
ClipToBounds
= true;
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (1)
633
gripperContainer.
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)
291
this.ContextMenu.
ClipToBounds
= false;
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
72
this.
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".
3379
if(
ClipToBounds
)
PresentationFramework (6)
src\Framework\MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
236
if (
ClipToBounds
)
src\Framework\System\Windows\Controls\Canvas.cs (1)
354
if(
ClipToBounds
)
src\Framework\System\Windows\Controls\InkPresenter.cs (1)
246
if (
ClipToBounds
)
src\Framework\System\Windows\FrameworkElement.cs (3)
4891
if (NeedsClipBounds ||
ClipToBounds
)
4911
ClipToBounds
//need to clip at bounds even if inkSize is less then maxSize
4938
ClipToBounds
//forces clip at layout slot bounds even if reported sizes are ok