30 references to TextContainer
PresentationFramework (30)
src\Framework\System\Windows\Documents\TextStore.cs (30)
792
end = this.
TextContainer
.IMECharCount;
911
_netCharCount = this.
TextContainer
.IMECharCount;
1142
int originalIMECharCount = this.
TextContainer
.IMECharCount;
1174
Invariant.Assert(originalIMECharCount == this.
TextContainer
.IMECharCount);
1505
_netCharCount = this.
TextContainer
.IMECharCount;
1512
this.
TextContainer
.Change += new TextContainerChangeEventHandler(OnTextContainerChange);
1529
this.
TextContainer
.Change -= new TextContainerChangeEventHandler(OnTextContainerChange);
1801
ITextPointer pointer = this.
TextContainer
.CreatePointerAtCharOffset(charOffset, direction);
2094
Invariant.Assert(sender == this.
TextContainer
);
3034
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3266
if (_netCharCount != this.
TextContainer
.IMECharCount)
3277
if (offset < 0 || offset > this.
TextContainer
.IMECharCount)
3279
throw new ArgumentException(SR.Get(SRID.TextStore_BadIMECharOffset, offset, this.
TextContainer
.IMECharCount));
3461
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3502
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3518
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3540
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3548
ITextPointer start = this.
TextContainer
.CreatePointerAtOffset(record.StartOffsetBefore, LogicalDirection.Backward);
3549
ITextPointer end = this.
TextContainer
.CreatePointerAtOffset(record.EndOffsetBefore, LogicalDirection.Forward);
3690
ITextContainer textContainer = this.
TextContainer
;
3754
Invariant.Assert(_netCharCount == this.
TextContainer
.IMECharCount);
3804
Invariant.Assert(_netCharCount == this.
TextContainer
.IMECharCount);
3808
ITextPointer anchor = this.
TextContainer
.CreatePointerAtOffset(appSelectionAnchorOffset, LogicalDirection.Forward);
3809
ITextPointer moving = this.
TextContainer
.CreatePointerAtOffset(appSelectionMovingOffset, LogicalDirection.Forward);
3829
ITextPointer anchor = this.
TextContainer
.CreatePointerAtOffset(imeSelectionAnchorOffset, LogicalDirection.Backward);
3830
ITextPointer moving = this.
TextContainer
.CreatePointerAtOffset(imeSelectionMovingOffset, LogicalDirection.Backward);
3850
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3869
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3887
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3933
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);