2 writes to _mouseSelectionState
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
504_mouseSelectionState = new MouseSelectionState 529_mouseSelectionState = null;
16 references to _mouseSelectionState
PresentationFramework (16)
System\windows\Documents\TextEditor.cs (16)
502if (_mouseSelectionState == null) 508_mouseSelectionState.Timer.Tick += new EventHandler(HandleMouseSelectionTick); 511_mouseSelectionState.Timer.Interval = TimeSpan.FromMilliseconds(Math.Max(SystemParameters.MenuShowDelay, 200)); 512_mouseSelectionState.Timer.Start(); 513_mouseSelectionState.Point = point; 515HandleMouseSelectionTick(_mouseSelectionState.Timer, EventArgs.Empty); 519_mouseSelectionState.Point = point; 525if (_mouseSelectionState != null) 527_mouseSelectionState.Timer.Stop(); 528_mouseSelectionState.Timer.Tick -= new EventHandler(HandleMouseSelectionTick); 1457if (_mouseSelectionState != null && !_mouseSelectionState.BringIntoViewInProgress && 1460_mouseSelectionState.BringIntoViewInProgress = true; 1462this.TextView.BringPointIntoViewAsync(_mouseSelectionState.Point, this); 1481if (_mouseSelectionState == null) 1485_mouseSelectionState.BringIntoViewInProgress = false;