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