4 references to MinColumnWidthProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
164get { return (double)GetValue(MinColumnWidthProperty); } 165set { SetValue(MinColumnWidthProperty, value); }
src\Framework\System\Windows\Controls\DataGridColumn.cs (2)
427DataGrid.MinColumnWidthProperty); 830else if (e.Property == DataGrid.MinColumnWidthProperty || e.Property == MinWidthProperty)