2 references to ActualWidthPropertyKey
PresentationFramework (2)
System\Windows\Controls\DataGridColumn.cs (2)
476
private set { SetValue(
ActualWidthPropertyKey
, value); }
482
public static readonly DependencyProperty ActualWidthProperty =
ActualWidthPropertyKey
.DependencyProperty;