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);
1612
_netCharCount = this.
TextContainer
.IMECharCount;
1619
this.
TextContainer
.Change += new TextContainerChangeEventHandler(OnTextContainerChange);
1635
this.
TextContainer
.Change -= new TextContainerChangeEventHandler(OnTextContainerChange);
1896
ITextPointer pointer = this.
TextContainer
.CreatePointerAtCharOffset(charOffset, direction);
2181
Invariant.Assert(sender == this.
TextContainer
);
3100
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3319
if (_netCharCount != this.
TextContainer
.IMECharCount)
3330
if (offset < 0 || offset > this.
TextContainer
.IMECharCount)
3332
throw new ArgumentException(SR.Format(SR.TextStore_BadIMECharOffset, offset, this.
TextContainer
.IMECharCount));
3523
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3572
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3588
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3610
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3618
ITextPointer start = this.
TextContainer
.CreatePointerAtOffset(record.StartOffsetBefore, LogicalDirection.Backward);
3619
ITextPointer end = this.
TextContainer
.CreatePointerAtOffset(record.EndOffsetBefore, LogicalDirection.Forward);
3806
ITextContainer textContainer = this.
TextContainer
;
3879
Invariant.Assert(_netCharCount == this.
TextContainer
.IMECharCount);
3933
Invariant.Assert(_netCharCount == this.
TextContainer
.IMECharCount);
3937
ITextPointer anchor = this.
TextContainer
.CreatePointerAtOffset(appSelectionAnchorOffset, LogicalDirection.Forward);
3938
ITextPointer moving = this.
TextContainer
.CreatePointerAtOffset(appSelectionMovingOffset, LogicalDirection.Forward);
3958
ITextPointer anchor = this.
TextContainer
.CreatePointerAtOffset(imeSelectionAnchorOffset, LogicalDirection.Backward);
3959
ITextPointer moving = this.
TextContainer
.CreatePointerAtOffset(imeSelectionMovingOffset, LogicalDirection.Backward);
3990
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4019
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4042
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4088
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4920
imeCharCount = textStore.
TextContainer
.IMECharCount;