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