9 references to ClipProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
3459
get { return (Geometry) GetValue(
ClipProperty
); }
3460
set { SetValue(
ClipProperty
, value); }
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
36
ClipProperty
.OverrideMetadata(typeof(DataGridCell), new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceClip)));
132
CoerceValue(
ClipProperty
);
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
1320
arrangeState.OldClippedChild.CoerceValue(
ClipProperty
);
1327
_clippedChildForFrozenBehaviour.CoerceValue(
ClipProperty
);
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (2)
43
ClipProperty
.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(null, OnCoerceClip));
124
CoerceValue(
ClipProperty
);
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1200
UIElement.
ClipProperty
,