2 writes to _childTp
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextPointer.cs (2)
41
_childTp
= childPosition;
568
_childTp
= value;
4 references to _childTp
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextPointer.cs (4)
58
_childTp
.SetLogicalDirection(direction);
389
return
_childTp
.LogicalDirection;
564
return
_childTp
;
569
Debug.Assert(
_childTp
!= null);