1 reference to OnCoerceMaxWidth
PresentationFramework (1)
System\Windows\Controls\DataGridColumn.cs (1)
343new FrameworkPropertyMetadata(double.PositiveInfinity, new PropertyChangedCallback(OnMaxWidthPropertyChanged), new CoerceValueCallback(OnCoerceMaxWidth)),