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)
91
if (editor !=
_editor
)
97
if (
_editor
!= null)
100
_editor
.TextContainer.Change -= new TextContainerChangeEventHandler(OnTextContainerChange);
111
if (editor ==
_editor
)
120
if (
_editor
!= null)
123
_editor
.TextContainer.Change -= new TextContainerChangeEventHandler(OnTextContainerChange);
132
_editor
.TextContainer.Change += new TextContainerChangeEventHandler(OnTextContainerChange);
143
if (
_editor
== null)
291
OnDetach(
_editor
);
509
FrameworkTextComposition composition = TextStore.CreateComposition(
_editor
, this);
610
startNavigator =
_editor
.Selection.Start.CreatePointer();
619
endNavigator =
_editor
.Selection.End.CreatePointer();
628
caretNavigator =
_editor
.Selection.End.CreatePointer();
719
view =
_editor
.TextView;
729
if (!
_editor
.Selection.End.HasValidLayout)
753
rectCaret = view.GetRectangleFromTextPosition(
_editor
.Selection.End.CreatePointer(LogicalDirection.Backward));
846
FrameworkTextComposition composition = TextStore.CreateComposition(
_editor
, this);
967
composition.SetCompositionPositions(
_editor
.Selection.Start,
_editor
.Selection.End, compositionString);
1081
_editor
.Selection.BeginChange();
1098
text = 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();
1325
range =
_editor
.Selection;
1516
ITextRange range =
_editor
.Selection;
1530
_editor
.Selection.Select(start, end);
1662
edge =
_editor
.TextContainer.Start.GetOffsetToPosition(positionCurrent);
1663
int startComposition =
_editor
.TextContainer.Start.GetOffsetToPosition(_startComposition);
1664
int endComposition =
_editor
.TextContainer.Start.GetOffsetToPosition(_endComposition);
1752
parent =
_editor
.TextContainer.Parent;
1764
_compositionUndoUnit = new TextParentUndoUnit(
_editor
.Selection);
1783
parent =
_editor
.TextContainer.Parent;
1848
get { return
_editor
.TextView?.RenderScope; }
1853
get { return
_editor
?.UiScope; }
1860
return ((bool)UiScope.GetValue(TextEditor.IsReadOnlyProperty) ||
_editor
.IsReadOnly);
1868
if (
_editor
== null)