2 writes to _childTp
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (2)
45
_childTp
= childPosition;
572
_childTp
= value;
4 references to _childTp
PresentationFramework (4)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (4)
62
_childTp
.SetLogicalDirection(direction);
393
return
_childTp
.LogicalDirection;
568
return
_childTp
;
573
Debug.Assert(
_childTp
!= null);