9 references to ClipProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
3404
get { return (Geometry) GetValue(
ClipProperty
); }
3405
set { SetValue(
ClipProperty
, value); }
PresentationFramework (7)
System\Windows\Controls\DataGridCell.cs (2)
30
ClipProperty
.OverrideMetadata(typeof(DataGridCell), new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceClip)));
129
CoerceValue(
ClipProperty
);
System\Windows\Controls\DataGridCellsPanel.cs (2)
1310
arrangeState.OldClippedChild?.CoerceValue(
ClipProperty
);
1314
_clippedChildForFrozenBehaviour?.CoerceValue(
ClipProperty
);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (2)
36
ClipProperty
.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(null, OnCoerceClip));
117
CoerceValue(
ClipProperty
);
System\Windows\Documents\TextSchema.cs (1)
1191
UIElement.
ClipProperty
,