2 instantiations of FixedSOMGroup
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
1144
FixedSOMGroup currentGroup = new
FixedSOMGroup
(_fixedSOMPage);
1161
currentGroup = new
FixedSOMGroup
(_fixedSOMPage);
4 references to FixedSOMGroup
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedSOMGroup.cs (3)
43
FixedSOMGroup
compared = comparedObj as
FixedSOMGroup
;
49
throw new ArgumentException(SR.Get(SRID.UnexpectedParameterType, comparedObj.GetType(), typeof(
FixedSOMGroup
)), "comparedObj");
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
1144
FixedSOMGroup
currentGroup = new FixedSOMGroup(_fixedSOMPage);