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)
187FixedPage page = _container.FixedDocument.SyncGetPage(pageIndex, false); 192Size pageSize = _container.FixedDocument.ComputePageSize(page); 250FixedDocument doc = _container.FixedDocument; 355return new FlowPosition(_container, flow, offset); 368return new FlowPosition(_container, fn, 0); 378return new FlowPosition(_container, fn, 1); 1364_container = builder._container;