1 write to _fixedSOMPage
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
235_fixedSOMPage = new FixedSOMPage();
24 references to _fixedSOMPage
PresentationFramework (24)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (24)
236_fixedSOMPage.CultureInfo = _fixedPage.Language.GetCompatibleCulture(); 268foreach (FixedSOMSemanticBox box in _fixedSOMPage.SemanticBoxes) 277_CreateGroups(_fixedSOMPage); 279_fixedSOMPage.SemanticBoxes.Sort(); 281return _fixedSOMPage; 365return _fixedSOMPage; 402FixedSOMFixedBlock fixedBlock = new FixedSOMFixedBlock(_fixedSOMPage); 404_fixedSOMPage.AddFixedBlock(fixedBlock); 536fixedBlock= new FixedSOMFixedBlock(_fixedSOMPage); 538_fixedSOMPage.AddFixedBlock(fixedBlock); 573foreach (FixedSOMSemanticBox box in _fixedSOMPage.SemanticBoxes) 871if (_fixedSOMPage.SemanticBoxes.Count < 2) 880prevBoxCount = _fixedSOMPage.SemanticBoxes.Count; 882List<FixedSOMSemanticBox> boxes = _fixedSOMPage.SemanticBoxes; 922} while (_fixedSOMPage.SemanticBoxes.Count > 1 && _fixedSOMPage.SemanticBoxes.Count != prevBoxCount); 1051table = new FixedSOMTable(_fixedSOMPage); 1088for (int i = 0; i < _fixedSOMPage.SemanticBoxes.Count;) 1091if (_fixedSOMPage.SemanticBoxes[i] is FixedSOMFixedBlock && 1092table.AddContainer(_fixedSOMPage.SemanticBoxes[i] as FixedSOMContainer)) 1094_fixedSOMPage.SemanticBoxes.RemoveAt(i); 1129_fixedSOMPage.AddTable(table); 1144FixedSOMGroup currentGroup = new FixedSOMGroup(_fixedSOMPage); 1161currentGroup = new FixedSOMGroup(_fixedSOMPage);