19 references to StructuralCache
PresentationFramework (19)
MS\Internal\Documents\TextDocumentView.cs (7)
408
_owner.
StructuralCache
.ThrottleBackgroundFormatting();
3285
BackgroundFormatInfo backgroundFormatInfo = _owner.
StructuralCache
.BackgroundFormatInfo;
3323
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3341
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3367
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3385
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3403
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
MS\Internal\PtsHost\FlowDocumentPage.cs (12)
431
PTS.Validate(PTS.FsQueryPageDetails(
StructuralCache
.PtsContext.Context, _ptsPage.PageHandle, out pageDetails));
441
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, pageDetails.u.simple.trackdescr.pfstrack, out trackDetails));
461
PtsHelper.SectionListFromPage(
StructuralCache
.PtsContext, _ptsPage.PageHandle, ref pageDetails, out arraySectionDesc);
465
PTS.Validate(PTS.FsQuerySectionDetails(
StructuralCache
.PtsContext.Context, arraySectionDesc[0].pfssection, out sectionDetails));
484
PtsHelper.TrackListFromSection(
StructuralCache
.PtsContext, arraySectionDesc[0].pfssection, ref sectionDetails, out arrayColumnDesc);
495
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, columnDesc.pfstrack, out trackDetails));
535
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, pfstrack, out trackDetails));
542
PtsHelper.ParaListFromTrack(
StructuralCache
.PtsContext, pfstrack, ref trackDetails, out arrayParaDesc);
548
paraClient = this.
StructuralCache
.PtsContext.HandleToObject(arrayParaDesc[i].pfsparaclient) as BaseParaClient;
570
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, pfstrack, out trackDetails));
579
PtsHelper.ParaListFromTrack(
StructuralCache
.PtsContext, pfstrack, ref trackDetails, out arrayParaDesc);
584
BaseParaClient paraClient =
StructuralCache
.PtsContext.HandleToObject(arrayParaDesc[i].pfsparaclient) as BaseParaClient;