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