5 references to WidthProperty
PresentationFramework (5)
System\Windows\Controls\GridViewColumn.cs (3)
394get { return (double)GetValue(WidthProperty); } 395set { SetValue(WidthProperty, value); } 407c.OnPropertyChanged(WidthProperty.Name);
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
643if (GridViewColumn.WidthProperty.Name.Equals(propertyName)
System\Windows\Controls\GridViewRowPresenter.cs (1)
300if (GridViewColumn.WidthProperty.Name.Equals(propertyName))