9 writes to BandIndex
PresentationFramework (9)
System\Windows\Controls\ToolBarTray.cs (9)
570prevToolBar.BandIndex = toolBarIndex; 573toolBar.BandIndex = toolBarIndex - 1; 617nextToolBar.BandIndex = toolBarIndex; 620toolBar.BandIndex = toolBarIndex + 1; 782toolBar.BandIndex = -1; // This will position toolBar at the first place 797toolBar.BandIndex = newToolBarIndex; 807currentToolBar.BandIndex = i + 1; 812toolBar.BandIndex = i; 859toolBar.BandIndex = toolBarIndex;
4 references to BandIndex
PresentationFramework (4)
System\Windows\Controls\ToolBarTray.cs (4)
552int toolBarIndex = toolBar.BandIndex; 879if (toolBar.Band != bandIndex || toolBar.BandIndex != toolBarIndex || !toolbarCollection.Contains(toolBar)) 931if (toolBar.BandIndex < band[i].BandIndex)