2 writes to Band
PresentationFramework (2)
System\Windows\Controls\ToolBarTray.cs (2)
642toolBar.Band = hittestBand; 858toolBar.Band = bandIndex;
6 references to Band
PresentationFramework (6)
System\Windows\Controls\ToolBarTray.cs (6)
531int currentBand = toolBar.Band; 879if (toolBar.Band != bandIndex || toolBar.BandIndex != toolBarIndex || !toolbarCollection.Contains(toolBar)) 891int bandNumber = toolBar.Band; 894int currentBandNumber = ((_bands[i].Band)[0]).Band; 916int bandNumber = toolBar.Band; 920if (bandNumber == toolBar.Band)