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