8 references to GetAxState
System.Windows.Forms (8)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
484bool ownDisposing = tempSite.GetAxState(s_ownDisposing);
System\Windows\Forms\ActiveX\AxHost.cs (1)
1178if (GetAxState(s_handlePosRectChanged))
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (4)
224Debug.Assert(!_host.GetAxState(s_siteProcessedInputKey), "Re-entering IOleControlSite.TranslateAccelerator!!!"); 279if (_host.GetAxState(s_fOwnWindow)) 285if (_host.GetAxState(s_fFakingWindow)) 453useRect = _host.GetAxState(s_handlePosRectChanged);
System\Windows\Forms\ActiveX\AxHost.State.cs (2)
44ManualUpdate = control.GetAxState(s_manualUpdate); 64ManualUpdate = control.GetAxState(s_manualUpdate);