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