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