31 references to TextContainer
PresentationFramework (31)
System\Windows\Documents\TextStore.cs (31)
918
end = this.
TextContainer
.IMECharCount;
1037
_netCharCount = this.
TextContainer
.IMECharCount;
1256
int originalIMECharCount = this.
TextContainer
.IMECharCount;
1288
Invariant.Assert(originalIMECharCount == this.
TextContainer
.IMECharCount);
1616
_netCharCount = this.
TextContainer
.IMECharCount;
1623
this.
TextContainer
.Change += new TextContainerChangeEventHandler(OnTextContainerChange);
1639
this.
TextContainer
.Change -= new TextContainerChangeEventHandler(OnTextContainerChange);
1900
ITextPointer pointer = this.
TextContainer
.CreatePointerAtCharOffset(charOffset, direction);
2188
Invariant.Assert(sender == this.
TextContainer
);
3110
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3329
if (_netCharCount != this.
TextContainer
.IMECharCount)
3340
if (offset < 0 || offset > this.
TextContainer
.IMECharCount)
3342
throw new ArgumentException(SR.Format(SR.TextStore_BadIMECharOffset, offset, this.
TextContainer
.IMECharCount));
3533
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3582
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3598
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3620
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3628
ITextPointer start = this.
TextContainer
.CreatePointerAtOffset(record.StartOffsetBefore, LogicalDirection.Backward);
3629
ITextPointer end = this.
TextContainer
.CreatePointerAtOffset(record.EndOffsetBefore, LogicalDirection.Forward);
3816
ITextContainer textContainer = this.
TextContainer
;
3889
Invariant.Assert(_netCharCount == this.
TextContainer
.IMECharCount);
3943
Invariant.Assert(_netCharCount == this.
TextContainer
.IMECharCount);
3947
ITextPointer anchor = this.
TextContainer
.CreatePointerAtOffset(appSelectionAnchorOffset, LogicalDirection.Forward);
3948
ITextPointer moving = this.
TextContainer
.CreatePointerAtOffset(appSelectionMovingOffset, LogicalDirection.Forward);
3968
ITextPointer anchor = this.
TextContainer
.CreatePointerAtOffset(imeSelectionAnchorOffset, LogicalDirection.Backward);
3969
ITextPointer moving = this.
TextContainer
.CreatePointerAtOffset(imeSelectionMovingOffset, LogicalDirection.Backward);
4000
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4029
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4052
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4098
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4930
imeCharCount = textStore.
TextContainer
.IMECharCount;