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