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