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