12 references to StaticType
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsStatic.cs (12)
24WindowsStatic (IntPtr hwnd, ProxyFragment parent, StaticType type, int style) 29if (type == StaticType.Text) 64StaticType type; 91if (type == StaticType.Unsupported) 150if (_type == StaticType.Text) 177private static StaticType GetStaticTypeFromStyle(int style) 179StaticType staticType = StaticType.Unsupported; 183staticType = StaticType.Icon; 187staticType = StaticType.Bitmap; 205staticType = StaticType.Text; 227StaticType _type;