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