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