9 writes to BandIndex
PresentationFramework (9)
System\Windows\Controls\ToolBarTray.cs (9)
570
prevToolBar.
BandIndex
= toolBarIndex;
573
toolBar.
BandIndex
= toolBarIndex - 1;
617
nextToolBar.
BandIndex
= toolBarIndex;
620
toolBar.
BandIndex
= toolBarIndex + 1;
782
toolBar.
BandIndex
= -1; // This will position toolBar at the first place
797
toolBar.
BandIndex
= newToolBarIndex;
807
currentToolBar.
BandIndex
= i + 1;
812
toolBar.
BandIndex
= i;
859
toolBar.
BandIndex
= toolBarIndex;
4 references to BandIndex
PresentationFramework (4)
System\Windows\Controls\ToolBarTray.cs (4)
552
int toolBarIndex = toolBar.
BandIndex
;
879
if (toolBar.Band != bandIndex || toolBar.
BandIndex
!= toolBarIndex || !toolbarCollection.Contains(toolBar))
931
if (toolBar.
BandIndex
< band[i].
BandIndex
)