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; 771toolBar.BandIndex = -1; // This will position toolBar at the first place 786toolBar.BandIndex = newToolBarIndex; 796currentToolBar.BandIndex = i + 1; 801toolBar.BandIndex = i; 848toolBar.BandIndex = toolBarIndex;
4 references to BandIndex
PresentationFramework (4)
System\Windows\Controls\ToolBarTray.cs (4)
544int toolBarIndex = toolBar.BandIndex; 868if (toolBar.Band != bandIndex || toolBar.BandIndex != toolBarIndex || !toolbarCollection.Contains(toolBar)) 920if (toolBar.BandIndex < band[i].BandIndex)