1 instantiation of FloatingRun
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\LineBase.cs (1)
161run = new FloatingRun(cch, element is Figure);
2 references to FloatingRun
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\Line.cs (2)
316else if (run is FloatingRun) 318if (((FloatingRun)run).Figure)