1 write to _section
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
494_section = new MS.Internal.PtsHost.Section(this);
6 references to _section
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (6)
144if (_section != null) 146_section.InvalidateFormatCache(); 197if (_section != null && !_ptsContext.Disposed) 201_section.DestroyStructure(); 203_section.ClearUpdateInfo(); 270return _section;