1 instantiation of Section
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
483_section = new MS.Internal.PtsHost.Section(this);
27 references to Section
PresentationFramework (27)
MS\Internal\PtsHost\PtsContext.cs (1)
124obj is Section ||
MS\Internal\PtsHost\PtsHost.cs (22)
263Section section = PtsContext.HandleToObject(nms) as Section; 293Section section = PtsContext.HandleToObject(nms) as Section; 321Section section = PtsContext.HandleToObject(nmsCur) as Section; 352Section section = PtsContext.HandleToObject(nms) as Section; 387Section section = PtsContext.HandleToObject(rgnms[0]) as Section; 416Section section = PtsContext.HandleToObject(nmsSection) as Section; 450Section section = PtsContext.HandleToObject(nms) as Section; 485Section section = PtsContext.HandleToObject(nms) as Section; 542Section section = PtsContext.HandleToObject(nms) as Section; 819Section section = PtsContext.HandleToObject(nmsSection) as Section; 846Section section = PtsContext.HandleToObject(nmsSection) as Section;
MS\Internal\PtsHost\PtsPage.cs (2)
38internal PtsPage(Section section) : this() 1468private readonly Section _section;
MS\Internal\PtsHost\StructuralCache.cs (2)
254internal Section Section 527private Section _section;