1 write to _fixedSOMPage
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
230_fixedSOMPage = new FixedSOMPage();
24 references to _fixedSOMPage
PresentationFramework (24)
System\Windows\Documents\FixedSOMPageConstructor.cs (24)
231_fixedSOMPage.CultureInfo = _fixedPage.Language.GetCompatibleCulture(); 263foreach (FixedSOMSemanticBox box in _fixedSOMPage.SemanticBoxes) 272_CreateGroups(_fixedSOMPage); 274_fixedSOMPage.SemanticBoxes.Sort(); 276return _fixedSOMPage; 357return _fixedSOMPage; 394FixedSOMFixedBlock fixedBlock = new FixedSOMFixedBlock(_fixedSOMPage); 396_fixedSOMPage.AddFixedBlock(fixedBlock); 526fixedBlock= new FixedSOMFixedBlock(_fixedSOMPage); 528_fixedSOMPage.AddFixedBlock(fixedBlock); 563foreach (FixedSOMSemanticBox box in _fixedSOMPage.SemanticBoxes) 862if (_fixedSOMPage.SemanticBoxes.Count < 2) 871prevBoxCount = _fixedSOMPage.SemanticBoxes.Count; 873List<FixedSOMSemanticBox> boxes = _fixedSOMPage.SemanticBoxes; 913} while (_fixedSOMPage.SemanticBoxes.Count > 1 && _fixedSOMPage.SemanticBoxes.Count != prevBoxCount); 1042table = new FixedSOMTable(_fixedSOMPage); 1079for (int i = 0; i < _fixedSOMPage.SemanticBoxes.Count;) 1082if (_fixedSOMPage.SemanticBoxes[i] is FixedSOMFixedBlock && 1083table.AddContainer(_fixedSOMPage.SemanticBoxes[i] as FixedSOMContainer)) 1085_fixedSOMPage.SemanticBoxes.RemoveAt(i); 1120_fixedSOMPage.AddTable(table); 1135FixedSOMGroup currentGroup = new FixedSOMGroup(_fixedSOMPage); 1152currentGroup = new FixedSOMGroup(_fixedSOMPage);