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)
64
ClipToBounds
= false;
MS\Internal\Documents\DocumentGridPage.cs (1)
295
_documentPageView.
ClipToBounds
= true;
System\Windows\Controls\GridViewColumnHeader.cs (1)
643
gripperContainer.
ClipToBounds
= hide;
System\Windows\Controls\Primitives\PopupRoot.cs (1)
52
_transformDecorator.
ClipToBounds
= true;
System\windows\Documents\CaretElement.cs (1)
71
_caretElement.
ClipToBounds
= false;
8 references to ClipToBounds
PresentationCore (2)
System\Windows\UIElement.cs (2)
3338
/// that is used to intersect Clip in case if <seealso cref="
ClipToBounds
"/> property is set to "true".
3344
if(
ClipToBounds
)
PresentationFramework (6)
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
228
if (
ClipToBounds
)
System\Windows\Controls\Canvas.cs (1)
348
if(
ClipToBounds
)
System\Windows\Controls\InkPresenter.cs (1)
238
if (
ClipToBounds
)
System\Windows\FrameworkElement.cs (3)
4896
if (NeedsClipBounds ||
ClipToBounds
)
4916
ClipToBounds
//need to clip at bounds even if inkSize is less then maxSize
4943
ClipToBounds
//forces clip at layout slot bounds even if reported sizes are ok