1 write to _container
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
120_container = container;
9 references to _container
PresentationFramework (9)
System\Windows\Documents\FixedTextBuilder.cs (9)
188FixedPage page = _container.FixedDocument.SyncGetPage(pageIndex, false); 193Size pageSize = _container.FixedDocument.ComputePageSize(page); 238FixedPage fixedPage = _container.FixedDocument.SyncGetPage(pageIndex, false); 251FixedDocument doc = _container.FixedDocument; 356return new FlowPosition(_container, flow, offset); 369return new FlowPosition(_container, fn, 0); 379return new FlowPosition(_container, fn, 1); 717return _container; 1368_container = builder._container;