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