19 references to StructuralCache
PresentationFramework (19)
MS\Internal\Documents\TextDocumentView.cs (7)
406
_owner.
StructuralCache
.ThrottleBackgroundFormatting();
3240
BackgroundFormatInfo backgroundFormatInfo = _owner.
StructuralCache
.BackgroundFormatInfo;
3278
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3296
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3322
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3340
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3358
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
MS\Internal\PtsHost\FlowDocumentPage.cs (12)
430
PTS.Validate(PTS.FsQueryPageDetails(
StructuralCache
.PtsContext.Context, _ptsPage.PageHandle, out pageDetails));
440
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, pageDetails.u.simple.trackdescr.pfstrack, out trackDetails));
460
PtsHelper.SectionListFromPage(
StructuralCache
.PtsContext, _ptsPage.PageHandle, ref pageDetails, out arraySectionDesc);
464
PTS.Validate(PTS.FsQuerySectionDetails(
StructuralCache
.PtsContext.Context, arraySectionDesc[0].pfssection, out sectionDetails));
483
PtsHelper.TrackListFromSection(
StructuralCache
.PtsContext, arraySectionDesc[0].pfssection, ref sectionDetails, out arrayColumnDesc);
494
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, columnDesc.pfstrack, out trackDetails));
534
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, pfstrack, out trackDetails));
541
PtsHelper.ParaListFromTrack(
StructuralCache
.PtsContext, pfstrack, ref trackDetails, out arrayParaDesc);
547
paraClient = this.
StructuralCache
.PtsContext.HandleToObject(arrayParaDesc[i].pfsparaclient) as BaseParaClient;
569
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, pfstrack, out trackDetails));
578
PtsHelper.ParaListFromTrack(
StructuralCache
.PtsContext, pfstrack, ref trackDetails, out arrayParaDesc);
583
BaseParaClient paraClient =
StructuralCache
.PtsContext.HandleToObject(arrayParaDesc[i].pfsparaclient) as BaseParaClient;