4 references to Create
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (4)
174
return item + 1 < count ? CreateStatusBarPane(item + 1) : (_fHasGrip ? StatusBarGrip.
Create
(_hwnd, this, -1) : null);
205
return Count > 0 ? CreateStatusBarPane(0) : (_fHasGrip ? StatusBarGrip.
Create
(_hwnd, this, GripItemID) : null);
214
return StatusBarGrip.
Create
(_hwnd, this, GripItemID);
241
ProxySimple grip = StatusBarGrip.
Create
(_hwnd, this, -1);