3 instantiations of 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);
6 references to NullTextPointer
PresentationFramework (6)
src\Framework\System\Windows\Documents\NullTextContainer.cs (2)
313
private
NullTextPointer
_start;
314
private
NullTextPointer
_end;
src\Framework\System\Windows\Documents\NullTextNavigator.cs (4)
52
Debug.Assert(position is
NullTextPointer
|| position is
NullTextPointer
);
68
Debug.Assert(position is
NullTextPointer
|| position is
NullTextPointer
);