2 instantiations of FixedSOMGroup
PresentationFramework (2)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
1131
FixedSOMGroup currentGroup = new
FixedSOMGroup
(_fixedSOMPage);
1148
currentGroup = new
FixedSOMGroup
(_fixedSOMPage);
6 references to FixedSOMGroup
PresentationFramework (6)
System\Windows\Documents\FixedSOMGroup.cs (3)
33
FixedSOMGroup
compared = comparedObj as
FixedSOMGroup
;
39
throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, comparedObj.GetType(), typeof(
FixedSOMGroup
)), nameof(comparedObj));
System\Windows\Documents\FixedSOMPage.cs (2)
51
FixedSOMGroup
group = _semanticBoxes[i] as
FixedSOMGroup
;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
1131
FixedSOMGroup
currentGroup = new FixedSOMGroup(_fixedSOMPage);