2 writes to _mouseSelectionState
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
505_mouseSelectionState = new MouseSelectionState 530_mouseSelectionState = null;
16 references to _mouseSelectionState
PresentationFramework (16)
System\windows\Documents\TextEditor.cs (16)
503if (_mouseSelectionState == null) 509_mouseSelectionState.Timer.Tick += new EventHandler(HandleMouseSelectionTick); 512_mouseSelectionState.Timer.Interval = TimeSpan.FromMilliseconds(Math.Max(SystemParameters.MenuShowDelay, 200)); 513_mouseSelectionState.Timer.Start(); 514_mouseSelectionState.Point = point; 516HandleMouseSelectionTick(_mouseSelectionState.Timer, EventArgs.Empty); 520_mouseSelectionState.Point = point; 526if (_mouseSelectionState != null) 528_mouseSelectionState.Timer.Stop(); 529_mouseSelectionState.Timer.Tick -= new EventHandler(HandleMouseSelectionTick); 1458if (_mouseSelectionState != null && !_mouseSelectionState.BringIntoViewInProgress && 1461_mouseSelectionState.BringIntoViewInProgress = true; 1463this.TextView.BringPointIntoViewAsync(_mouseSelectionState.Point, this); 1482if (_mouseSelectionState == null) 1486_mouseSelectionState.BringIntoViewInProgress = false;