2 references to _axHostState
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (2)
577internal bool GetAXHostState(int mask) => _axHostState[mask]; 579internal void SetAXHostState(int mask, bool value) => _axHostState[mask] = value;