4 references to ColumnHeaderStringFormatProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (4)
144
get { return (String)GetValue(
ColumnHeaderStringFormatProperty
); }
145
set { SetValue(
ColumnHeaderStringFormatProperty
, value); }
1453
dp ==
ColumnHeaderStringFormatProperty
)
1734
ColumnHeaderStringFormatProperty
,