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