1 write to _fixedSOMPage
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
224_fixedSOMPage = new FixedSOMPage
23 references to _fixedSOMPage
PresentationFramework (23)
System\Windows\Documents\FixedSOMPageConstructor.cs (23)
259foreach (FixedSOMSemanticBox box in _fixedSOMPage.SemanticBoxes) 268_CreateGroups(_fixedSOMPage); 270_fixedSOMPage.SemanticBoxes.Sort(); 272return _fixedSOMPage; 353return _fixedSOMPage; 390FixedSOMFixedBlock fixedBlock = new FixedSOMFixedBlock(_fixedSOMPage); 392_fixedSOMPage.AddFixedBlock(fixedBlock); 522fixedBlock= new FixedSOMFixedBlock(_fixedSOMPage); 524_fixedSOMPage.AddFixedBlock(fixedBlock); 559foreach (FixedSOMSemanticBox box in _fixedSOMPage.SemanticBoxes) 858if (_fixedSOMPage.SemanticBoxes.Count < 2) 867prevBoxCount = _fixedSOMPage.SemanticBoxes.Count; 869List<FixedSOMSemanticBox> boxes = _fixedSOMPage.SemanticBoxes; 909} while (_fixedSOMPage.SemanticBoxes.Count > 1 && _fixedSOMPage.SemanticBoxes.Count != prevBoxCount); 1038table = new FixedSOMTable(_fixedSOMPage); 1075for (int i = 0; i < _fixedSOMPage.SemanticBoxes.Count;) 1078if (_fixedSOMPage.SemanticBoxes[i] is FixedSOMFixedBlock && 1079table.AddContainer(_fixedSOMPage.SemanticBoxes[i] as FixedSOMContainer)) 1081_fixedSOMPage.SemanticBoxes.RemoveAt(i); 1116_fixedSOMPage.AddTable(table); 1131FixedSOMGroup currentGroup = new FixedSOMGroup(_fixedSOMPage); 1148currentGroup = new FixedSOMGroup(_fixedSOMPage);