2 writes to _childTp
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextPointer.cs (2)
33
_childTp
= childPosition;
559
_childTp
= value;
4 references to _childTp
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextPointer.cs (4)
50
_childTp
.SetLogicalDirection(direction);
381
return
_childTp
.LogicalDirection;
555
return
_childTp
;
560
Debug.Assert(
_childTp
!= null);