3 instantiations of NullTextPointer
PresentationFramework (3)
System\Windows\Documents\NullTextContainer.cs (2)
39
_start = new
NullTextPointer
(this, LogicalDirection.Backward);
40
_end = new
NullTextPointer
(this, LogicalDirection.Forward);
System\Windows\Documents\NullTextNavigator.cs (1)
200
return new
NullTextPointer
(_container, gravity);
6 references to NullTextPointer
PresentationFramework (6)
System\Windows\Documents\NullTextContainer.cs (2)
310
private
NullTextPointer
_start;
311
private
NullTextPointer
_end;
System\Windows\Documents\NullTextNavigator.cs (4)
50
Debug.Assert(position is
NullTextPointer
|| position is
NullTextPointer
);
66
Debug.Assert(position is
NullTextPointer
|| position is
NullTextPointer
);