8 instantiations of SectionVisual
PresentationFramework (8)
MS\Internal\PtsHost\FigureParaClient.cs (2)
427visualChildren.Add(new SectionVisual()); 432visualChildren.Add(new SectionVisual());
MS\Internal\PtsHost\FloaterParaClient.cs (2)
434visualChildren.Add(new SectionVisual()); 439visualChildren.Add(new SectionVisual());
MS\Internal\PtsHost\PtsPage.cs (2)
1072visualChildren.Add(new SectionVisual()); 1077visualChildren.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)
429else if (!(visualChildren[0] is SectionVisual)) 434Debug.Assert(visualChildren.Count == 1 && visualChildren[0] is SectionVisual); 435SectionVisual sectionVisual = (SectionVisual)visualChildren[0];
MS\Internal\PtsHost\FloaterParaClient.cs (4)
436else if (!(visualChildren[0] is SectionVisual)) 441Debug.Assert(visualChildren.Count == 1 && visualChildren[0] is SectionVisual); 442SectionVisual sectionVisual = (SectionVisual)visualChildren[0];
MS\Internal\PtsHost\PtsPage.cs (4)
1037else if (visualChildren.Count == 1 && visualChildren[0] is SectionVisual) 1074else if (!(visualChildren[0] is SectionVisual)) 1079UpdateSectionVisuals((SectionVisual)visualChildren[0], pageDetails.fskupd, ref arraySectionDesc[0]); 1096SectionVisual 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];