9 references to ClipToBoundsProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
122ClipToBoundsCache = (bool) ClipToBoundsProperty.GetDefaultValue(DependencyObjectType); 3396set { SetValue(ClipToBoundsProperty, BooleanBoxes.Box(value)); }
PresentationFramework (7)
System\Windows\Controls\InkCanvas.cs (1)
99ClipToBoundsProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
55ClipToBoundsProperty.OverrideMetadata(typeof(DocumentPageView), new PropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\ViewPort3D.cs (1)
52ClipToBoundsProperty.OverrideMetadata(typeof(Viewport3D), new PropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Documents\TextSchema.cs (1)
1197UIElement.ClipToBoundsProperty,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3925DependencyProperty dp = System.Windows.UIElement.ClipToBoundsProperty;
System\Windows\Markup\KnownTypes.cs (1)
1948return System.Windows.UIElement.ClipToBoundsProperty;
System\Windows\Window.cs (1)
88ClipToBoundsProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, new PropertyChangedCallback(_OnClipToBoundsChanged), new CoerceValueCallback(CoerceClipToBounds)));