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