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