9 writes to BandIndex
PresentationFramework (9)
src\Framework\System\Windows\Controls\ToolBarTray.cs (9)
581prevToolBar.BandIndex = toolBarIndex; 584toolBar.BandIndex = toolBarIndex - 1; 629nextToolBar.BandIndex = toolBarIndex; 632toolBar.BandIndex = toolBarIndex + 1; 795toolBar.BandIndex = -1; // This will position toolBar at the first place 810toolBar.BandIndex = newToolBarIndex; 820currentToolBar.BandIndex = i + 1; 825toolBar.BandIndex = i; 874toolBar.BandIndex = toolBarIndex;
4 references to BandIndex
PresentationFramework (4)
src\Framework\System\Windows\Controls\ToolBarTray.cs (4)
563int toolBarIndex = toolBar.BandIndex; 894if (toolBar.Band != bandIndex || toolBar.BandIndex != toolBarIndex || !toolbarCollection.Contains(toolBar)) 947if (toolBar.BandIndex < band[i].BandIndex)