31 references to TextContainer
PresentationFramework (31)
System\Windows\Documents\TextStore.cs (31)
918
end = this.
TextContainer
.IMECharCount;
1040
_netCharCount = this.
TextContainer
.IMECharCount;
1259
int originalIMECharCount = this.
TextContainer
.IMECharCount;
1291
Invariant.Assert(originalIMECharCount == this.
TextContainer
.IMECharCount);
1619
_netCharCount = this.
TextContainer
.IMECharCount;
1626
this.
TextContainer
.Change += new TextContainerChangeEventHandler(OnTextContainerChange);
1642
this.
TextContainer
.Change -= new TextContainerChangeEventHandler(OnTextContainerChange);
1906
ITextPointer pointer = this.
TextContainer
.CreatePointerAtCharOffset(charOffset, direction);
2194
Invariant.Assert(sender == this.
TextContainer
);
3114
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3333
if (_netCharCount != this.
TextContainer
.IMECharCount)
3344
if (offset < 0 || offset > this.
TextContainer
.IMECharCount)
3346
throw new ArgumentException(SR.Format(SR.TextStore_BadIMECharOffset, offset, this.
TextContainer
.IMECharCount));
3540
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3589
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3605
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3627
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3635
ITextPointer start = this.
TextContainer
.CreatePointerAtOffset(record.StartOffsetBefore, LogicalDirection.Backward);
3636
ITextPointer end = this.
TextContainer
.CreatePointerAtOffset(record.EndOffsetBefore, LogicalDirection.Forward);
3823
ITextContainer textContainer = this.
TextContainer
;
3896
Invariant.Assert(_netCharCount == this.
TextContainer
.IMECharCount);
3950
Invariant.Assert(_netCharCount == this.
TextContainer
.IMECharCount);
3954
ITextPointer anchor = this.
TextContainer
.CreatePointerAtOffset(appSelectionAnchorOffset, LogicalDirection.Forward);
3955
ITextPointer moving = this.
TextContainer
.CreatePointerAtOffset(appSelectionMovingOffset, LogicalDirection.Forward);
3975
ITextPointer anchor = this.
TextContainer
.CreatePointerAtOffset(imeSelectionAnchorOffset, LogicalDirection.Backward);
3976
ITextPointer moving = this.
TextContainer
.CreatePointerAtOffset(imeSelectionMovingOffset, LogicalDirection.Backward);
4007
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4036
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4059
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4105
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4939
imeCharCount = textStore.
TextContainer
.IMECharCount;