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)
134
if (
_section
!= null)
136
_section
.InvalidateFormatCache();
187
if (
_section
!= null && !_ptsContext.Disposed)
191
_section
.DestroyStructure();
193
_section
.ClearUpdateInfo();
260
return
_section
;