2 writes to _childTp
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextPointer.cs (2)
35
_childTp
= childPosition;
562
_childTp
= value;
4 references to _childTp
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextPointer.cs (4)
52
_childTp
.SetLogicalDirection(direction);
383
return
_childTp
.LogicalDirection;
558
return
_childTp
;
563
Debug.Assert(
_childTp
!= null);