19 references to StructuralCache
PresentationFramework (19)
MS\Internal\Documents\TextDocumentView.cs (7)
410
_owner.
StructuralCache
.ThrottleBackgroundFormatting();
3287
BackgroundFormatInfo backgroundFormatInfo = _owner.
StructuralCache
.BackgroundFormatInfo;
3325
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3343
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3369
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3387
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3405
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
MS\Internal\PtsHost\FlowDocumentPage.cs (12)
439
PTS.Validate(PTS.FsQueryPageDetails(
StructuralCache
.PtsContext.Context, _ptsPage.PageHandle, out pageDetails));
449
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, pageDetails.u.simple.trackdescr.pfstrack, out trackDetails));
469
PtsHelper.SectionListFromPage(
StructuralCache
.PtsContext, _ptsPage.PageHandle, ref pageDetails, out arraySectionDesc);
473
PTS.Validate(PTS.FsQuerySectionDetails(
StructuralCache
.PtsContext.Context, arraySectionDesc[0].pfssection, out sectionDetails));
492
PtsHelper.TrackListFromSection(
StructuralCache
.PtsContext, arraySectionDesc[0].pfssection, ref sectionDetails, out arrayColumnDesc);
503
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, columnDesc.pfstrack, out trackDetails));
543
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, pfstrack, out trackDetails));
550
PtsHelper.ParaListFromTrack(
StructuralCache
.PtsContext, pfstrack, ref trackDetails, out arrayParaDesc);
556
paraClient = this.
StructuralCache
.PtsContext.HandleToObject(arrayParaDesc[i].pfsparaclient) as BaseParaClient;
578
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, pfstrack, out trackDetails));
587
PtsHelper.ParaListFromTrack(
StructuralCache
.PtsContext, pfstrack, ref trackDetails, out arrayParaDesc);
592
BaseParaClient paraClient =
StructuralCache
.PtsContext.HandleToObject(arrayParaDesc[i].pfsparaclient) as BaseParaClient;