1 instantiation of Section
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
484_section = new MS.Internal.PtsHost.Section(this);
27 references to Section
PresentationFramework (27)
MS\Internal\PtsHost\PtsContext.cs (1)
125obj is Section ||
MS\Internal\PtsHost\PtsHost.cs (22)
264Section section = PtsContext.HandleToObject(nms) as Section; 294Section section = PtsContext.HandleToObject(nms) as Section; 322Section section = PtsContext.HandleToObject(nmsCur) as Section; 353Section section = PtsContext.HandleToObject(nms) as Section; 388Section section = PtsContext.HandleToObject(rgnms[0]) as Section; 417Section section = PtsContext.HandleToObject(nmsSection) as Section; 451Section section = PtsContext.HandleToObject(nms) as Section; 486Section section = PtsContext.HandleToObject(nms) as Section; 543Section section = PtsContext.HandleToObject(nms) as Section; 820Section section = PtsContext.HandleToObject(nmsSection) as Section; 847Section section = PtsContext.HandleToObject(nmsSection) as Section;
MS\Internal\PtsHost\PtsPage.cs (2)
39internal PtsPage(Section section) : this() 1475private readonly Section _section;
MS\Internal\PtsHost\StructuralCache.cs (2)
255internal Section Section 528private Section _section;