9 references to ClipProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
3424
get { return (Geometry) GetValue(
ClipProperty
); }
3425
set { SetValue(
ClipProperty
, value); }
PresentationFramework (7)
System\Windows\Controls\DataGridCell.cs (2)
38
ClipProperty
.OverrideMetadata(typeof(DataGridCell), new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceClip)));
137
CoerceValue(
ClipProperty
);
System\Windows\Controls\DataGridCellsPanel.cs (2)
1318
arrangeState.OldClippedChild.CoerceValue(
ClipProperty
);
1325
_clippedChildForFrozenBehaviour.CoerceValue(
ClipProperty
);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (2)
42
ClipProperty
.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(null, OnCoerceClip));
123
CoerceValue(
ClipProperty
);
System\Windows\Documents\TextSchema.cs (1)
1198
UIElement.
ClipProperty
,