31 references to TextContainer
PresentationFramework (31)
System\Windows\Documents\TextStore.cs (31)
929
end = this.
TextContainer
.IMECharCount;
1051
_netCharCount = this.
TextContainer
.IMECharCount;
1270
int originalIMECharCount = this.
TextContainer
.IMECharCount;
1302
Invariant.Assert(originalIMECharCount == this.
TextContainer
.IMECharCount);
1630
_netCharCount = this.
TextContainer
.IMECharCount;
1637
this.
TextContainer
.Change += new TextContainerChangeEventHandler(OnTextContainerChange);
1653
this.
TextContainer
.Change -= new TextContainerChangeEventHandler(OnTextContainerChange);
1917
ITextPointer pointer = this.
TextContainer
.CreatePointerAtCharOffset(charOffset, direction);
2205
Invariant.Assert(sender == this.
TextContainer
);
3125
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3344
if (_netCharCount != this.
TextContainer
.IMECharCount)
3355
if (offset < 0 || offset > this.
TextContainer
.IMECharCount)
3357
throw new ArgumentException(SR.Format(SR.TextStore_BadIMECharOffset, offset, this.
TextContainer
.IMECharCount));
3551
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3600
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3616
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3638
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
3646
ITextPointer start = this.
TextContainer
.CreatePointerAtOffset(record.StartOffsetBefore, LogicalDirection.Backward);
3647
ITextPointer end = this.
TextContainer
.CreatePointerAtOffset(record.EndOffsetBefore, LogicalDirection.Forward);
3834
ITextContainer textContainer = this.
TextContainer
;
3907
Invariant.Assert(_netCharCount == this.
TextContainer
.IMECharCount);
3961
Invariant.Assert(_netCharCount == this.
TextContainer
.IMECharCount);
3965
ITextPointer anchor = this.
TextContainer
.CreatePointerAtOffset(appSelectionAnchorOffset, LogicalDirection.Forward);
3966
ITextPointer moving = this.
TextContainer
.CreatePointerAtOffset(appSelectionMovingOffset, LogicalDirection.Forward);
3986
ITextPointer anchor = this.
TextContainer
.CreatePointerAtOffset(imeSelectionAnchorOffset, LogicalDirection.Backward);
3987
ITextPointer moving = this.
TextContainer
.CreatePointerAtOffset(imeSelectionMovingOffset, LogicalDirection.Backward);
4018
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4047
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4070
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4116
UndoManager undoManager = UndoManager.GetUndoManager(this.
TextContainer
.Parent);
4950
imeCharCount = textStore.
TextContainer
.IMECharCount;