9 references to ClipToBoundsProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
112ClipToBoundsCache = (bool) ClipToBoundsProperty.GetDefaultValue(DependencyObjectType); 3372set { SetValue(ClipToBoundsProperty, BooleanBoxes.Box(value)); }
PresentationFramework (7)
System\Windows\Controls\InkCanvas.cs (1)
86ClipToBoundsProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
50ClipToBoundsProperty.OverrideMetadata(typeof(DocumentPageView), new PropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\ViewPort3D.cs (1)
46ClipToBoundsProperty.OverrideMetadata(typeof(Viewport3D), new PropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Documents\TextSchema.cs (1)
1190UIElement.ClipToBoundsProperty,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4116DependencyProperty dp = System.Windows.UIElement.ClipToBoundsProperty;
System\Windows\Markup\KnownTypes.cs (1)
1941return System.Windows.UIElement.ClipToBoundsProperty;
System\Windows\Window.cs (1)
73ClipToBoundsProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, new PropertyChangedCallback(_OnClipToBoundsChanged), new CoerceValueCallback(CoerceClipToBounds)));