1 write to _section
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
484_section = new MS.Internal.PtsHost.Section(this);
6 references to _section
PresentationFramework (6)
MS\Internal\PtsHost\StructuralCache.cs (6)
134if (_section != null) 136_section.InvalidateFormatCache(); 187if (_section != null && !_ptsContext.Disposed) 191_section.DestroyStructure(); 193_section.ClearUpdateInfo(); 260return _section;