2 writes to _editor
PresentationFramework (2)
System\Windows\Documents\ImmComposition.cs (2)
103_editor = null; 127_editor = editor;
40 references to _editor
PresentationFramework (40)
System\Windows\Documents\ImmComposition.cs (40)
91if (editor != _editor) 97if (_editor != null) 100_editor.TextContainer.Change -= new TextContainerChangeEventHandler(OnTextContainerChange); 111if (editor == _editor) 120if (_editor != null) 123_editor.TextContainer.Change -= new TextContainerChangeEventHandler(OnTextContainerChange); 132_editor.TextContainer.Change += new TextContainerChangeEventHandler(OnTextContainerChange); 143if (_editor == null) 291OnDetach(_editor); 509FrameworkTextComposition composition = TextStore.CreateComposition(_editor, this); 610startNavigator = _editor.Selection.Start.CreatePointer(); 619endNavigator = _editor.Selection.End.CreatePointer(); 628caretNavigator = _editor.Selection.End.CreatePointer(); 719view = _editor.TextView; 729if (!_editor.Selection.End.HasValidLayout) 753rectCaret = view.GetRectangleFromTextPosition(_editor.Selection.End.CreatePointer(LogicalDirection.Backward)); 846FrameworkTextComposition composition = TextStore.CreateComposition(_editor, this); 967composition.SetCompositionPositions(_editor.Selection.Start, _editor.Selection.End, compositionString); 1081_editor.Selection.BeginChange(); 1098text = this._editor._FilterText(composition.Text, range); 1115_editor.SetText(range, text, InputLanguageManager.Current.CurrentInputLanguage); 1128_editor.Selection.Select(caretPosition, caretPosition); 1136_editor.Selection.EndChange(); 1171_compositionAdorner = new CompositionAdorner(_editor.TextView); 1172_compositionAdorner.Initialize(_editor.TextView); 1240_editor.TextView.RenderScope.UpdateLayout(); 1325range = _editor.Selection; 1516ITextRange range = _editor.Selection; 1530_editor.Selection.Select(start, end); 1662edge = _editor.TextContainer.Start.GetOffsetToPosition(positionCurrent); 1663int startComposition = _editor.TextContainer.Start.GetOffsetToPosition(_startComposition); 1664int endComposition = _editor.TextContainer.Start.GetOffsetToPosition(_endComposition); 1752parent = _editor.TextContainer.Parent; 1764_compositionUndoUnit = new TextParentUndoUnit(_editor.Selection); 1783parent = _editor.TextContainer.Parent; 1848get { return _editor.TextView?.RenderScope; } 1853get { return _editor?.UiScope; } 1860return ((bool)UiScope.GetValue(TextEditor.IsReadOnlyProperty) || _editor.IsReadOnly); 1868if (_editor == null)