2 writes to Band
PresentationFramework (2)
src\Framework\System\Windows\Controls\ToolBarTray.cs (2)
654toolBar.Band = hittestBand; 873toolBar.Band = bandIndex;
6 references to Band
PresentationFramework (6)
src\Framework\System\Windows\Controls\ToolBarTray.cs (6)
542int currentBand = toolBar.Band; 894if (toolBar.Band != bandIndex || toolBar.BandIndex != toolBarIndex || !toolbarCollection.Contains(toolBar)) 906int bandNumber = toolBar.Band; 909int currentBandNumber = ((_bands[i].Band)[0]).Band; 932int bandNumber = toolBar.Band; 936if (bandNumber == toolBar.Band)