2 writes to Band
PresentationFramework (2)
System\Windows\Controls\ToolBarTray.cs (2)
634toolBar.Band = hittestBand; 847toolBar.Band = bandIndex;
6 references to Band
PresentationFramework (6)
System\Windows\Controls\ToolBarTray.cs (6)
523int currentBand = toolBar.Band; 868if (toolBar.Band != bandIndex || toolBar.BandIndex != toolBarIndex || !toolbarCollection.Contains(toolBar)) 880int bandNumber = toolBar.Band; 883int currentBandNumber = ((_bands[i].Band)[0]).Band; 905int bandNumber = toolBar.Band; 909if (bandNumber == toolBar.Band)