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