12 references to TextContainer
PresentationFramework (12)
MS\Internal\Text\ComplexLine.cs (4)
40
StaticTextPointer position = _owner.
TextContainer
.CreateStaticPointerAtOffset(dcp);
89
ITextPointer position = _owner.
TextContainer
.CreatePointerAtOffset(dcp, LogicalDirection.Backward);
93
position.CompareTo(_owner.
TextContainer
.Start) != 0)
262
tree = _owner.
TextContainer
as TextContainer;
MS\Internal\Text\TextLineResult.cs (4)
102
return _owner.
TextContainer
.CreatePointerAtOffset(_dcp + _cchContent, LogicalDirection.Backward);
118
return _owner.
TextContainer
.CreatePointerAtOffset(_dcp + _cch - _cchEllipses, LogicalDirection.Forward);
170
_startPosition = _owner.
TextContainer
.CreatePointerAtOffset(_dcp, LogicalDirection.Forward);
185
_endPosition = _owner.
TextContainer
.CreatePointerAtOffset(_dcp + _cch, LogicalDirection.Backward);
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (2)
38
peers = TextContainerHelper.GetAutomationPeersFromRange(owner.
TextContainer
.Start, owner.
TextContainer
.End, null);
System\Windows\Controls\TextBlock.cs (1)
3001
SetDeferredValue(TextProperty, new DeferredTextReference(this.
TextContainer
));
System\Windows\Documents\TextElementCollection.cs (1)
693
textContainer = (TextContainer)((TextBlock)_owner).
TextContainer
;