9 writes to BandIndex
PresentationFramework (9)
System\Windows\Controls\ToolBarTray.cs (9)
562prevToolBar.BandIndex = toolBarIndex; 565toolBar.BandIndex = toolBarIndex - 1; 609nextToolBar.BandIndex = toolBarIndex; 612toolBar.BandIndex = toolBarIndex + 1; 774toolBar.BandIndex = -1; // This will position toolBar at the first place 789toolBar.BandIndex = newToolBarIndex; 799currentToolBar.BandIndex = i + 1; 804toolBar.BandIndex = i; 851toolBar.BandIndex = toolBarIndex;
4 references to BandIndex
PresentationFramework (4)
System\Windows\Controls\ToolBarTray.cs (4)
544int toolBarIndex = toolBar.BandIndex; 871if (toolBar.Band != bandIndex || toolBar.BandIndex != toolBarIndex || !toolbarCollection.Contains(toolBar)) 923if (toolBar.BandIndex < band[i].BandIndex)