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