8 instantiations of SectionVisual
PresentationFramework (8)
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (2)
486
visualChildren.Add(new
SectionVisual
());
491
visualChildren.Add(new
SectionVisual
());
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (2)
490
visualChildren.Add(new
SectionVisual
());
495
visualChildren.Add(new
SectionVisual
());
src\Framework\MS\Internal\PtsHost\PtsPage.cs (2)
1187
visualChildren.Add(new
SectionVisual
());
1192
visualChildren.Add(new
SectionVisual
());
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (2)
411
visualChildren.Add(new
SectionVisual
());
416
visualChildren.Add(new
SectionVisual
());
17 references to SectionVisual
PresentationFramework (17)
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (4)
488
else if (!(visualChildren[0] is
SectionVisual
))
493
Debug.Assert(visualChildren.Count == 1 && visualChildren[0] is
SectionVisual
);
494
SectionVisual
sectionVisual = (
SectionVisual
)visualChildren[0];
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (4)
492
else if (!(visualChildren[0] is
SectionVisual
))
497
Debug.Assert(visualChildren.Count == 1 && visualChildren[0] is
SectionVisual
);
498
SectionVisual
sectionVisual = (
SectionVisual
)visualChildren[0];
src\Framework\MS\Internal\PtsHost\PtsPage.cs (4)
1152
else if (visualChildren.Count == 1 && visualChildren[0] is
SectionVisual
)
1189
else if (!(visualChildren[0] is
SectionVisual
))
1194
UpdateSectionVisuals((
SectionVisual
)visualChildren[0], pageDetails.fskupd, ref arraySectionDesc[0]);
1216
SectionVisual
visual,
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (5)
378
else if (visualChildren.Count == 1 && visualChildren[0] is
SectionVisual
)
413
else if (!(visualChildren[0] is
SectionVisual
))
418
Debug.Assert(visualChildren.Count == 1 && visualChildren[0] is
SectionVisual
);
419
SectionVisual
sectionVisual = (
SectionVisual
)visualChildren[0];