1 write to _start
PresentationFramework (1)
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
42
_start
= new NullTextPointer(this, LogicalDirection.Backward);
2 references to _start
PresentationFramework (2)
src\Framework\System\Windows\Documents\NullTextContainer.cs (2)
186
Debug.Assert(
_start
!= null);
187
return
_start
;