1 reference to OnCoerceActualWidth
PresentationFramework (1)
System\Windows\Controls\DataGridColumn.cs (1)
480DependencyProperty.RegisterReadOnly("ActualWidth", typeof(double), typeof(DataGridColumn), new FrameworkPropertyMetadata(0.0, null, new CoerceValueCallback(OnCoerceActualWidth)));