3 references to NullTextPointer
PresentationFramework (3)
System\Windows\Documents\NullTextContainer.cs (2)
35
_start = new
NullTextPointer
(this, LogicalDirection.Backward);
36
_end = new
NullTextPointer
(this, LogicalDirection.Forward);
System\Windows\Documents\NullTextNavigator.cs (1)
197
return new
NullTextPointer
(_container, gravity);