1 write to _container
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
136_container = container;
9 references to _container
PresentationFramework (9)
System\Windows\Documents\FixedTextBuilder.cs (9)
204FixedPage page = _container.FixedDocument.SyncGetPage(pageIndex, false); 209Size pageSize = _container.FixedDocument.ComputePageSize(page); 254FixedPage fixedPage = _container.FixedDocument.SyncGetPage(pageIndex, false); 267FixedDocument doc = _container.FixedDocument; 372return new FlowPosition(_container, flow, offset); 385return new FlowPosition(_container, fn, 0); 395return new FlowPosition(_container, fn, 1); 733return _container; 1384_container = builder._container;