1 write to _start
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedElement.cs (1)
149
_start
= start;
4 references to _start
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedElement.cs (4)
272
ITextPointer pos = ((ITextPointer)
_start
).CreatePointer();
321
FixedDocument doc =
_start
.FixedTextContainer.FixedDocument;
322
int pageno = doc.GetPageNumber(
_start
);
441
get { return
_start
; }