9 references to ClipToBoundsProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
117ClipToBoundsCache = (bool) ClipToBoundsProperty.GetDefaultValue(DependencyObjectType); 3387set { SetValue(ClipToBoundsProperty, BooleanBoxes.Box(value)); }
PresentationFramework (7)
System\Windows\Controls\InkCanvas.cs (1)
87ClipToBoundsProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
51ClipToBoundsProperty.OverrideMetadata(typeof(DocumentPageView), new PropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\ViewPort3D.cs (1)
47ClipToBoundsProperty.OverrideMetadata(typeof(Viewport3D), new PropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Documents\TextSchema.cs (1)
1196UIElement.ClipToBoundsProperty,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3923DependencyProperty dp = System.Windows.UIElement.ClipToBoundsProperty;
System\Windows\Markup\KnownTypes.cs (1)
1948return System.Windows.UIElement.ClipToBoundsProperty;
System\Windows\Window.cs (1)
79ClipToBoundsProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, new PropertyChangedCallback(_OnClipToBoundsChanged), new CoerceValueCallback(CoerceClipToBounds)));