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