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)
210FixedPage page = _container.FixedDocument.SyncGetPage(pageIndex, false); 215Size pageSize = _container.FixedDocument.ComputePageSize(page); 273FixedDocument doc = _container.FixedDocument; 378return new FlowPosition(_container, flow, offset); 391return new FlowPosition(_container, fn, 0); 401return new FlowPosition(_container, fn, 1); 1402_container = builder._container;