3 references to NullTextPointer
PresentationFramework (3)
src\Framework\System\Windows\Documents\NullTextContainer.cs (2)
42
_start = new
NullTextPointer
(this, LogicalDirection.Backward);
43
_end = new
NullTextPointer
(this, LogicalDirection.Forward);
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
202
return new
NullTextPointer
(_container, gravity);