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)
144
if (
_section
!= null)
146
_section
.InvalidateFormatCache();
197
if (
_section
!= null && !_ptsContext.Disposed)
201
_section
.DestroyStructure();
203
_section
.ClearUpdateInfo();
270
return
_section
;