12 references to StaticType
UIAutomationClientsideProviders (12)
MS\Internal\AutomationProxies\WindowsStatic.cs (12)
34WindowsStatic (IntPtr hwnd, ProxyFragment parent, StaticType type, int style) 39if (type == StaticType.Text) 75StaticType type; 102if (type == StaticType.Unsupported) 162if (_type == StaticType.Text) 189private static StaticType GetStaticTypeFromStyle(int style) 191StaticType staticType = StaticType.Unsupported; 195staticType = StaticType.Icon; 199staticType = StaticType.Bitmap; 217staticType = StaticType.Text; 239StaticType _type;