1 write to _container
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
126_container = container;
9 references to _container
PresentationFramework (9)
System\Windows\Documents\FixedTextBuilder.cs (9)
194FixedPage page = _container.FixedDocument.SyncGetPage(pageIndex, false); 199Size pageSize = _container.FixedDocument.ComputePageSize(page); 244FixedPage fixedPage = _container.FixedDocument.SyncGetPage(pageIndex, false); 257FixedDocument doc = _container.FixedDocument; 362return new FlowPosition(_container, flow, offset); 375return new FlowPosition(_container, fn, 0); 385return new FlowPosition(_container, fn, 1); 723return _container; 1374_container = builder._container;