9 references to ClipProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
3419
get { return (Geometry) GetValue(
ClipProperty
); }
3420
set { SetValue(
ClipProperty
, value); }
PresentationFramework (7)
System\Windows\Controls\DataGridCell.cs (2)
31
ClipProperty
.OverrideMetadata(typeof(DataGridCell), new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceClip)));
130
CoerceValue(
ClipProperty
);
System\Windows\Controls\DataGridCellsPanel.cs (2)
1314
arrangeState.OldClippedChild.CoerceValue(
ClipProperty
);
1321
_clippedChildForFrozenBehaviour.CoerceValue(
ClipProperty
);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (2)
37
ClipProperty
.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(null, OnCoerceClip));
118
CoerceValue(
ClipProperty
);
System\Windows\Documents\TextSchema.cs (1)
1197
UIElement.
ClipProperty
,