private static void OnFixedWidthChanged(DependencyObject o, DependencyPropertyChangedEventArgs e) { FixedWidthColumn fwc = o as FixedWidthColumn; if (fwc != null) { fwc.CoerceValue(WidthProperty); } }