2 writes to _childTp
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextPointer.cs (2)
32
_childTp
= childPosition;
558
_childTp
= value;
4 references to _childTp
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextPointer.cs (4)
49
_childTp
.SetLogicalDirection(direction);
380
return
_childTp
.LogicalDirection;
554
return
_childTp
;
559
Debug.Assert(
_childTp
!= null);