12 references to TextContainer
PresentationFramework (12)
MS\Internal\Text\ComplexLine.cs (4)
45
StaticTextPointer position = _owner.
TextContainer
.CreateStaticPointerAtOffset(dcp);
94
ITextPointer position = _owner.
TextContainer
.CreatePointerAtOffset(dcp, LogicalDirection.Backward);
98
position.CompareTo(_owner.
TextContainer
.Start) != 0)
267
tree = _owner.
TextContainer
as TextContainer;
MS\Internal\Text\TextLineResult.cs (4)
106
return _owner.
TextContainer
.CreatePointerAtOffset(_dcp + _cchContent, LogicalDirection.Backward);
122
return _owner.
TextContainer
.CreatePointerAtOffset(_dcp + _cch - _cchEllipses, LogicalDirection.Forward);
174
_startPosition = _owner.
TextContainer
.CreatePointerAtOffset(_dcp, LogicalDirection.Forward);
189
_endPosition = _owner.
TextContainer
.CreatePointerAtOffset(_dcp + _cch, LogicalDirection.Backward);
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (2)
40
peers = TextContainerHelper.GetAutomationPeersFromRange(owner.
TextContainer
.Start, owner.
TextContainer
.End, null);
System\Windows\Controls\TextBlock.cs (1)
3022
SetDeferredValue(TextProperty, new DeferredTextReference(this.
TextContainer
));
System\Windows\Documents\TextElementCollection.cs (1)
695
textContainer = (TextContainer)((TextBlock)_owner).
TextContainer
;