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