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