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