2 references to BandProperty
PresentationFramework (2)
System\Windows\Controls\ToolBar.cs (2)
159
get { return (int) GetValue(
BandProperty
); }
160
set { SetValue(
BandProperty
, value); }