5 references to s_handlePosRectChanged
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.cs (4)
91private static readonly int s_siteProcessedInputKey = BitVector32.CreateMask(s_handlePosRectChanged); 1179if (GetAxState(s_handlePosRectChanged)) 1184_axState[s_handlePosRectChanged] = true; 1238_axState[s_handlePosRectChanged] = false;
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
452useRect = _host.GetAxState(s_handlePosRectChanged);