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)
133
if (
_section
!= null)
135
_section
.InvalidateFormatCache();
186
if (
_section
!= null && !_ptsContext.Disposed)
190
_section
.DestroyStructure();
192
_section
.ClearUpdateInfo();
259
return
_section
;