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