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