8 references to GetAxState
System.Windows.Forms (8)
winforms\Managed\System\WinForms\AxHost.cs (8)
1561if (GetAxState(AxHost.handlePosRectChanged)) 4118Debug.Assert(!host.GetAxState(AxHost.siteProcessedInputKey), "Re-entering UnsafeNativeMethods.IOleControlSite.TranslateAccelerator!!!"); 4171if (host.GetAxState(AxHost.fOwnWindow)) { 4175if (host.GetAxState(AxHost.fFakingWindow)) { 4333useRect = host.GetAxState(AxHost.handlePosRectChanged); 5838bool ownDisposing = tempSite.GetAxState(AxHost.ownDisposing); 6589this.manualUpdate = ctl.GetAxState(AxHost.manualUpdate); 6609manualUpdate = ctl.GetAxState(AxHost.manualUpdate);