1 write to _section
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
483_section = new MS.Internal.PtsHost.Section(this);
6 references to _section
PresentationFramework (6)
MS\Internal\PtsHost\StructuralCache.cs (6)
133if (_section != null) 135_section.InvalidateFormatCache(); 186if (_section != null && !_ptsContext.Disposed) 190_section.DestroyStructure(); 192_section.ClearUpdateInfo(); 259return _section;