1 override of GetLayoutClip
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElement.cs (1)
4879
protected override Geometry
GetLayoutClip
(Size layoutSlotSize)
7 references to GetLayoutClip
PresentationCore (1)
Core\CSharp\System\Windows\UIElement.cs (1)
3101
Geometry clipGeometry =
GetLayoutClip
(layoutSlotSize);
PresentationFramework (6)
src\Framework\System\Windows\Controls\Canvas.cs (1)
347
/// Override of <seealso cref="UIElement.
GetLayoutClip
"/>.
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
518
/// Override of <seealso cref="UIElement.
GetLayoutClip
"/>.
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (1)
191
/// Override of <seealso cref="UIElement.
GetLayoutClip
"/>.
src\Framework\System\Windows\Documents\Adorner.cs (1)
97
/// Override of <seealso cref="UIElement.
GetLayoutClip
"/>.
src\Framework\System\Windows\FrameworkElement.cs (2)
4876
/// Override of <seealso cref="UIElement.
GetLayoutClip
"/>.
5040
return base.
GetLayoutClip
(layoutSlotSize);