2 writes to Band
PresentationFramework (2)
System\Windows\Controls\ToolBarTray.cs (2)
633toolBar.Band = hittestBand; 846toolBar.Band = bandIndex;
6 references to Band
PresentationFramework (6)
System\Windows\Controls\ToolBarTray.cs (6)
522int currentBand = toolBar.Band; 867if (toolBar.Band != bandIndex || toolBar.BandIndex != toolBarIndex || !toolbarCollection.Contains(toolBar)) 879int bandNumber = toolBar.Band; 882int currentBandNumber = ((_bands[i].Band)[0]).Band; 904int bandNumber = toolBar.Band; 908if (bandNumber == toolBar.Band)