8 instantiations of SectionVisual
PresentationFramework (8)
MS\Internal\PtsHost\FigureParaClient.cs (2)
430visualChildren.Add(new SectionVisual()); 435visualChildren.Add(new SectionVisual());
MS\Internal\PtsHost\FloaterParaClient.cs (2)
437visualChildren.Add(new SectionVisual()); 442visualChildren.Add(new SectionVisual());
MS\Internal\PtsHost\PtsPage.cs (2)
1078visualChildren.Add(new SectionVisual()); 1083visualChildren.Add(new SectionVisual());
MS\Internal\PtsHost\SubpageParaClient.cs (2)
363visualChildren.Add(new SectionVisual()); 368visualChildren.Add(new SectionVisual());
17 references to SectionVisual
PresentationFramework (17)
MS\Internal\PtsHost\FigureParaClient.cs (4)
432else if (!(visualChildren[0] is SectionVisual)) 437Debug.Assert(visualChildren.Count == 1 && visualChildren[0] is SectionVisual); 438SectionVisual sectionVisual = (SectionVisual)visualChildren[0];
MS\Internal\PtsHost\FloaterParaClient.cs (4)
439else if (!(visualChildren[0] is SectionVisual)) 444Debug.Assert(visualChildren.Count == 1 && visualChildren[0] is SectionVisual); 445SectionVisual sectionVisual = (SectionVisual)visualChildren[0];
MS\Internal\PtsHost\PtsPage.cs (4)
1043else if (visualChildren.Count == 1 && visualChildren[0] is SectionVisual) 1080else if (!(visualChildren[0] is SectionVisual)) 1085UpdateSectionVisuals((SectionVisual)visualChildren[0], pageDetails.fskupd, ref arraySectionDesc[0]); 1102SectionVisual visual,
MS\Internal\PtsHost\SubpageParaClient.cs (5)
330else if (visualChildren.Count == 1 && visualChildren[0] is SectionVisual) 365else if (!(visualChildren[0] is SectionVisual)) 370Debug.Assert(visualChildren.Count == 1 && visualChildren[0] is SectionVisual); 371SectionVisual sectionVisual = (SectionVisual)visualChildren[0];