9 writes to BandIndex
PresentationFramework (9)
src\Framework\System\Windows\Controls\ToolBarTray.cs (9)
581
prevToolBar.
BandIndex
= toolBarIndex;
584
toolBar.
BandIndex
= toolBarIndex - 1;
629
nextToolBar.
BandIndex
= toolBarIndex;
632
toolBar.
BandIndex
= toolBarIndex + 1;
795
toolBar.
BandIndex
= -1; // This will position toolBar at the first place
810
toolBar.
BandIndex
= newToolBarIndex;
820
currentToolBar.
BandIndex
= i + 1;
825
toolBar.
BandIndex
= i;
874
toolBar.
BandIndex
= toolBarIndex;
4 references to BandIndex
PresentationFramework (4)
src\Framework\System\Windows\Controls\ToolBarTray.cs (4)
563
int toolBarIndex = toolBar.
BandIndex
;
894
if (toolBar.Band != bandIndex || toolBar.
BandIndex
!= toolBarIndex || !toolbarCollection.Contains(toolBar))
947
if (toolBar.
BandIndex
< band[i].
BandIndex
)