9 writes to BandIndex
PresentationFramework (9)
System\Windows\Controls\ToolBarTray.cs (9)
561prevToolBar.BandIndex = toolBarIndex; 564toolBar.BandIndex = toolBarIndex - 1; 608nextToolBar.BandIndex = toolBarIndex; 611toolBar.BandIndex = toolBarIndex + 1; 770toolBar.BandIndex = -1; // This will position toolBar at the first place 785toolBar.BandIndex = newToolBarIndex; 795currentToolBar.BandIndex = i + 1; 800toolBar.BandIndex = i; 847toolBar.BandIndex = toolBarIndex;
4 references to BandIndex
PresentationFramework (4)
System\Windows\Controls\ToolBarTray.cs (4)
543int toolBarIndex = toolBar.BandIndex; 867if (toolBar.Band != bandIndex || toolBar.BandIndex != toolBarIndex || !toolbarCollection.Contains(toolBar)) 919if (toolBar.BandIndex < band[i].BandIndex)