12 references to TextContainer
PresentationFramework (12)
MS\Internal\Text\ComplexLine.cs (4)
39
StaticTextPointer position = _owner.
TextContainer
.CreateStaticPointerAtOffset(dcp);
88
ITextPointer position = _owner.
TextContainer
.CreatePointerAtOffset(dcp, LogicalDirection.Backward);
92
position.CompareTo(_owner.
TextContainer
.Start) != 0)
261
tree = _owner.
TextContainer
as TextContainer;
MS\Internal\Text\TextLineResult.cs (4)
101
return _owner.
TextContainer
.CreatePointerAtOffset(_dcp + _cchContent, LogicalDirection.Backward);
117
return _owner.
TextContainer
.CreatePointerAtOffset(_dcp + _cch - _cchEllipses, LogicalDirection.Forward);
169
_startPosition = _owner.
TextContainer
.CreatePointerAtOffset(_dcp, LogicalDirection.Forward);
184
_endPosition = _owner.
TextContainer
.CreatePointerAtOffset(_dcp + _cch, LogicalDirection.Backward);
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (2)
37
peers = TextContainerHelper.GetAutomationPeersFromRange(owner.
TextContainer
.Start, owner.
TextContainer
.End, null);
System\Windows\Controls\TextBlock.cs (1)
3000
SetDeferredValue(TextProperty, new DeferredTextReference(this.
TextContainer
));
System\Windows\Documents\TextElementCollection.cs (1)
692
textContainer = (TextContainer)((TextBlock)_owner).
TextContainer
;