8 references to manualUpdate
System.Windows.Forms (8)
winforms\Managed\System\WinForms\AxHost.cs (8)
165private static readonly int addedSelectionHandler = BitVector32.CreateMask(manualUpdate); 1595if (axState[manualUpdate]) { 1629axState[manualUpdate] = true; 2192this.axState[manualUpdate] = ocxState._GetManualUpdate(); 2196this.axState[manualUpdate] = false; 3424if (false && (axState[manualUpdate] && IsUserMode())) { 6589this.manualUpdate = ctl.GetAxState(AxHost.manualUpdate); 6609manualUpdate = ctl.GetAxState(AxHost.manualUpdate);