1 write to _container
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
140
_container
= container;
7 references to _container
PresentationFramework (7)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (7)
210
FixedPage page =
_container
.FixedDocument.SyncGetPage(pageIndex, false);
215
Size pageSize =
_container
.FixedDocument.ComputePageSize(page);
273
FixedDocument doc =
_container
.FixedDocument;
378
return new FlowPosition(
_container
, flow, offset);
391
return new FlowPosition(
_container
, fn, 0);
401
return new FlowPosition(
_container
, fn, 1);
1402
_container = builder.
_container
;