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