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