8 instantiations of SectionVisual
PresentationFramework (8)
MS\Internal\PtsHost\FigureParaClient.cs (2)
426visualChildren.Add(new SectionVisual()); 431visualChildren.Add(new SectionVisual());
MS\Internal\PtsHost\FloaterParaClient.cs (2)
433visualChildren.Add(new SectionVisual()); 438visualChildren.Add(new SectionVisual());
MS\Internal\PtsHost\PtsPage.cs (2)
1071visualChildren.Add(new SectionVisual()); 1076visualChildren.Add(new SectionVisual());
MS\Internal\PtsHost\SubpageParaClient.cs (2)
362visualChildren.Add(new SectionVisual()); 367visualChildren.Add(new SectionVisual());
17 references to SectionVisual
PresentationFramework (17)
MS\Internal\PtsHost\FigureParaClient.cs (4)
428else if (!(visualChildren[0] is SectionVisual)) 433Debug.Assert(visualChildren.Count == 1 && visualChildren[0] is SectionVisual); 434SectionVisual sectionVisual = (SectionVisual)visualChildren[0];
MS\Internal\PtsHost\FloaterParaClient.cs (4)
435else if (!(visualChildren[0] is SectionVisual)) 440Debug.Assert(visualChildren.Count == 1 && visualChildren[0] is SectionVisual); 441SectionVisual sectionVisual = (SectionVisual)visualChildren[0];
MS\Internal\PtsHost\PtsPage.cs (4)
1036else if (visualChildren.Count == 1 && visualChildren[0] is SectionVisual) 1073else if (!(visualChildren[0] is SectionVisual)) 1078UpdateSectionVisuals((SectionVisual)visualChildren[0], pageDetails.fskupd, ref arraySectionDesc[0]); 1095SectionVisual visual,
MS\Internal\PtsHost\SubpageParaClient.cs (5)
329else if (visualChildren.Count == 1 && visualChildren[0] is SectionVisual) 364else if (!(visualChildren[0] is SectionVisual)) 369Debug.Assert(visualChildren.Count == 1 && visualChildren[0] is SectionVisual); 370SectionVisual sectionVisual = (SectionVisual)visualChildren[0];