1 write to _section
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\PtsPage.cs (1)
51
_section
= section;
41 references to _section
PresentationFramework (41)
src\Framework\MS\Internal\PtsHost\PtsPage.cs (41)
118
if(!
_section
.CanUpdate)
123
else if (
_section
.StructuralCache != null)
127
if (
_section
.StructuralCache.ForceReformat)
130
_section
.StructuralCache.ClearUpdateInfo(true);
132
else if (
_section
.StructuralCache.DtrList != null)
140
_section
.InvalidateStructure();
141
_section
.StructuralCache.ClearUpdateInfo(false);
174
if (
_section
.StructuralCache != null)
178
if (
_section
.StructuralCache.ForceReformat)
181
Debug.Assert(breakRecord == null || !
_section
.StructuralCache.DestroyStructure, "Cannot format from dirty break record unless StructuralCache.DestroyStructure is not set.");
183
_section
.InvalidateStructure();
187
_section
.StructuralCache.ClearUpdateInfo(/*destroy structure cache:*/
_section
.StructuralCache.DestroyStructure);
192
else if (
_section
.StructuralCache.DtrList != null)
194
_section
.InvalidateStructure();
197
_section
.StructuralCache.ClearUpdateInfo(false);
205
_section
.StructuralCache.ClearUpdateInfo(false);
271
FlowDocument formattingOwner =
_section
.StructuralCache.FormattingOwner;
275
_section
.StructuralCache.BackgroundFormatInfo.BackgroundFormat(formattingOwner.BottomlessFormatter, false /* ignoreThrottle */);
284
int cpLast =
_section
.StructuralCache.BackgroundFormatInfo.CPInterrupted;
285
int cpTextContainer =
_section
.StructuralCache.BackgroundFormatInfo.CchAllText;
288
_section
.StructuralCache.AddDirtyTextRange(dtr);
319
int fserr = PTS.FsCreatePageBottomless(PtsContext.Context,
_section
.Handle, out formattingResult, out ptsPage);
377
int fserr = PTS.FsUpdateBottomlessPage(PtsContext.Context, _ptsPage.Value,
_section
.Handle, out formattingResult);
436
int fserr = PTS.FsCreatePageFinite(PtsContext.Context, brIn,
_section
.Handle, out formattingResult, out ptsPage, out brOut);
450
StructuralCache structuralCache =
_section
.StructuralCache;
506
_section
.Handle, out formattingResult, out brOut);
518
StructuralCache structuralCache =
_section
.StructuralCache;
554
_section
.UpdateSegmentLastFormatPositions();
569
_section
.StructuralCache.CurrentArrangeContext.PushNewPageData(_pageContextOfThisPage, pageDetails.u.simple.trackdescr.fsrc, _finitePage);
571
PtsHelper.ArrangeTrack(PtsContext, ref pageDetails.u.simple.trackdescr, PTS.FlowDirectionToFswdir(
_section
.StructuralCache.PageFlowDirection));
573
_section
.StructuralCache.CurrentArrangeContext.PopPageData();
735
internal PtsContext PtsContext { get { return
_section
.PtsContext; } }
791
_section
.PtsContext.OnPageDisposed(_ptsPage, disposing, true);
817
_pageContextOfThisPage.PageRect = new PTS.FSRECT(new Rect(
_section
.StructuralCache.CurrentFormatContext.PageSize));
827
_section
.StructuralCache.BackgroundFormatInfo.UpdateBackgroundFormatInfo();
886
if (
_section
.StructuralCache != null)
888
_section
.StructuralCache.ClearUpdateInfo(false);
1031
_section
.StructuralCache.CurrentArrangeContext.PushNewPageData(_pageContextOfThisPage, arrayColumnDesc[index].fsrc, _finitePage);
1035
_section
.StructuralCache.CurrentArrangeContext.PopPageData();
1261
ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(
_section
.Element);