10 references to ClipToBoundsProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
129
ClipToBoundsCache = (bool)
ClipToBoundsProperty
.GetDefaultValue(DependencyObjectType);
3427
set { SetValue(
ClipToBoundsProperty
, BooleanBoxes.Box(value)); }
PresentationFramework (7)
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
110
ClipToBoundsProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
57
ClipToBoundsProperty
.OverrideMetadata(typeof(DocumentPageView), new PropertyMetadata(BooleanBoxes.TrueBox));
src\Framework\System\Windows\Controls\ViewPort3D.cs (1)
57
ClipToBoundsProperty
.OverrideMetadata(typeof(Viewport3D), new PropertyMetadata(BooleanBoxes.TrueBox));
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1199
UIElement.
ClipToBoundsProperty
,
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3900
DependencyProperty dp = System.Windows.UIElement.
ClipToBoundsProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1945
return System.Windows.UIElement.
ClipToBoundsProperty
;
src\Framework\System\Windows\Window.cs (1)
102
ClipToBoundsProperty
.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, new PropertyChangedCallback(_OnClipToBoundsChanged), new CoerceValueCallback(CoerceClipToBounds)));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
771
SetBinding("ClipToBounds", ExpressionActivityEditor.
ClipToBoundsProperty
, editor, expressionTextBox);