1 write to _start
PresentationFramework (1)
System\Windows\Documents\NullTextContainer.cs (1)
39
_start
= new NullTextPointer(this, LogicalDirection.Backward);
2 references to _start
PresentationFramework (2)
System\Windows\Documents\NullTextContainer.cs (2)
183
Debug.Assert(
_start
!= null);
184
return
_start
;