1 instantiation of RebarBandItem
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
205return new RebarBandItem (_hwnd, this, index);
4 references to RebarBandItem
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsRebar.cs (4)
180for (RebarBandItem band = (RebarBandItem) GetFirstChild (); band != null; band = (RebarBandItem) GetNextSibling (band)) 203private RebarBandItem CreateRebarItem (int index)