9 references to ClipProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
3405
get { return (Geometry) GetValue(
ClipProperty
); }
3406
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)
1311
arrangeState.OldClippedChild?.CoerceValue(
ClipProperty
);
1315
_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)
1192
UIElement.
ClipProperty
,