31 references to TextContainer
PresentationFramework (31)
System\Windows\Documents\TextStore.cs (31)
917
end = this.
TextContainer
.IMECharCount;
1036
_netCharCount = this.
TextContainer
.IMECharCount;
1255
int originalIMECharCount = this.
TextContainer
.IMECharCount;
1287
Invariant.Assert(originalIMECharCount == this.
TextContainer
.IMECharCount);
1615
_netCharCount = this.
TextContainer
.IMECharCount;
1622
this.
TextContainer
.Change += new TextContainerChangeEventHandler(OnTextContainerChange);
1638
this.
TextContainer
.Change -= new TextContainerChangeEventHandler(OnTextContainerChange);
1899
ITextPointer pointer = this.
TextContainer
.CreatePointerAtCharOffset(charOffset, direction);
2187
Invariant.Assert(sender == this.
TextContainer
);
3109
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3328
if (_netCharCount != this.
TextContainer
.IMECharCount)
3339
if (offset < 0 || offset > this.
TextContainer
.IMECharCount)
3341
throw new ArgumentException(SR.Format(SR.TextStore_BadIMECharOffset, offset, this.
TextContainer
.IMECharCount));
3532
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3581
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3597
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3619
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3627
ITextPointer start = this.
TextContainer
.CreatePointerAtOffset(record.StartOffsetBefore, LogicalDirection.Backward);
3628
ITextPointer end = this.
TextContainer
.CreatePointerAtOffset(record.EndOffsetBefore, LogicalDirection.Forward);
3815
ITextContainer textContainer = this.
TextContainer
;
3888
Invariant.Assert(_netCharCount == this.
TextContainer
.IMECharCount);
3942
Invariant.Assert(_netCharCount == this.
TextContainer
.IMECharCount);
3946
ITextPointer anchor = this.
TextContainer
.CreatePointerAtOffset(appSelectionAnchorOffset, LogicalDirection.Forward);
3947
ITextPointer moving = this.
TextContainer
.CreatePointerAtOffset(appSelectionMovingOffset, LogicalDirection.Forward);
3967
ITextPointer anchor = this.
TextContainer
.CreatePointerAtOffset(imeSelectionAnchorOffset, LogicalDirection.Backward);
3968
ITextPointer moving = this.
TextContainer
.CreatePointerAtOffset(imeSelectionMovingOffset, LogicalDirection.Backward);
3999
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4028
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4051
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4097
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4929
imeCharCount = textStore.
TextContainer
.IMECharCount;