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