1 write to _container
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
119
_container
= container;
7 references to _container
PresentationFramework (7)
System\Windows\Documents\FixedTextBuilder.cs (7)
187
FixedPage page =
_container
.FixedDocument.SyncGetPage(pageIndex, false);
192
Size pageSize =
_container
.FixedDocument.ComputePageSize(page);
250
FixedDocument doc =
_container
.FixedDocument;
355
return new FlowPosition(
_container
, flow, offset);
368
return new FlowPosition(
_container
, fn, 0);
378
return new FlowPosition(
_container
, fn, 1);
1364
_container = builder.
_container
;