8 instantiations of SectionVisual
PresentationFramework (8)
MS\Internal\PtsHost\FigureParaClient.cs (2)
435visualChildren.Add(new SectionVisual()); 440visualChildren.Add(new SectionVisual());
MS\Internal\PtsHost\FloaterParaClient.cs (2)
441visualChildren.Add(new SectionVisual()); 446visualChildren.Add(new SectionVisual());
MS\Internal\PtsHost\PtsPage.cs (2)
1084visualChildren.Add(new SectionVisual()); 1089visualChildren.Add(new SectionVisual());
MS\Internal\PtsHost\SubpageParaClient.cs (2)
368visualChildren.Add(new SectionVisual()); 373visualChildren.Add(new SectionVisual());
17 references to SectionVisual
PresentationFramework (17)
MS\Internal\PtsHost\FigureParaClient.cs (4)
437else if (!(visualChildren[0] is SectionVisual)) 442Debug.Assert(visualChildren.Count == 1 && visualChildren[0] is SectionVisual); 443SectionVisual sectionVisual = (SectionVisual)visualChildren[0];
MS\Internal\PtsHost\FloaterParaClient.cs (4)
443else if (!(visualChildren[0] is SectionVisual)) 448Debug.Assert(visualChildren.Count == 1 && visualChildren[0] is SectionVisual); 449SectionVisual sectionVisual = (SectionVisual)visualChildren[0];
MS\Internal\PtsHost\PtsPage.cs (4)
1049else if (visualChildren.Count == 1 && visualChildren[0] is SectionVisual) 1086else if (!(visualChildren[0] is SectionVisual)) 1091UpdateSectionVisuals((SectionVisual)visualChildren[0], pageDetails.fskupd, ref arraySectionDesc[0]); 1108SectionVisual visual,
MS\Internal\PtsHost\SubpageParaClient.cs (5)
335else if (visualChildren.Count == 1 && visualChildren[0] is SectionVisual) 370else if (!(visualChildren[0] is SectionVisual)) 375Debug.Assert(visualChildren.Count == 1 && visualChildren[0] is SectionVisual); 376SectionVisual sectionVisual = (SectionVisual)visualChildren[0];