1 write to _fixedSOMPage
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
225_fixedSOMPage = new FixedSOMPage
23 references to _fixedSOMPage
PresentationFramework (23)
System\Windows\Documents\FixedSOMPageConstructor.cs (23)
260foreach (FixedSOMSemanticBox box in _fixedSOMPage.SemanticBoxes) 269_CreateGroups(_fixedSOMPage); 271_fixedSOMPage.SemanticBoxes.Sort(); 273return _fixedSOMPage; 354return _fixedSOMPage; 391FixedSOMFixedBlock fixedBlock = new FixedSOMFixedBlock(_fixedSOMPage); 393_fixedSOMPage.AddFixedBlock(fixedBlock); 523fixedBlock= new FixedSOMFixedBlock(_fixedSOMPage); 525_fixedSOMPage.AddFixedBlock(fixedBlock); 560foreach (FixedSOMSemanticBox box in _fixedSOMPage.SemanticBoxes) 859if (_fixedSOMPage.SemanticBoxes.Count < 2) 868prevBoxCount = _fixedSOMPage.SemanticBoxes.Count; 870List<FixedSOMSemanticBox> boxes = _fixedSOMPage.SemanticBoxes; 910} while (_fixedSOMPage.SemanticBoxes.Count > 1 && _fixedSOMPage.SemanticBoxes.Count != prevBoxCount); 1039table = new FixedSOMTable(_fixedSOMPage); 1076for (int i = 0; i < _fixedSOMPage.SemanticBoxes.Count;) 1079if (_fixedSOMPage.SemanticBoxes[i] is FixedSOMFixedBlock && 1080table.AddContainer(_fixedSOMPage.SemanticBoxes[i] as FixedSOMContainer)) 1082_fixedSOMPage.SemanticBoxes.RemoveAt(i); 1117_fixedSOMPage.AddTable(table); 1132FixedSOMGroup currentGroup = new FixedSOMGroup(_fixedSOMPage); 1149currentGroup = new FixedSOMGroup(_fixedSOMPage);