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