1 instantiation of Section
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
494_section = new MS.Internal.PtsHost.Section(this);
27 references to Section
PresentationFramework (27)
src\Framework\MS\Internal\PtsHost\PtsContext.cs (1)
143obj is Section ||
src\Framework\MS\Internal\PtsHost\PtsHost.cs (22)
295Section section = PtsContext.HandleToObject(nms) as Section; 325Section section = PtsContext.HandleToObject(nms) as Section; 353Section section = PtsContext.HandleToObject(nmsCur) as Section; 384Section section = PtsContext.HandleToObject(nms) as Section; 425Section section = PtsContext.HandleToObject(rgnms[0]) as Section; 454Section section = PtsContext.HandleToObject(nmsSection) as Section; 488Section section = PtsContext.HandleToObject(nms) as Section; 523Section section = PtsContext.HandleToObject(nms) as Section; 586Section section = PtsContext.HandleToObject(nms) as Section; 871Section section = PtsContext.HandleToObject(nmsSection) as Section; 898Section section = PtsContext.HandleToObject(nmsSection) as Section;
src\Framework\MS\Internal\PtsHost\PtsPage.cs (2)
49internal PtsPage(Section section) : this() 1621private readonly Section _section;
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (2)
265internal Section Section 538private Section _section;