19 references to StructuralCache
PresentationFramework (19)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (7)
417
_owner.
StructuralCache
.ThrottleBackgroundFormatting();
3296
BackgroundFormatInfo backgroundFormatInfo = _owner.
StructuralCache
.BackgroundFormatInfo;
3334
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3352
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3378
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3396
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
3414
FlowDirection flowDirection = (FlowDirection)_owner.
StructuralCache
.PropertyOwner.GetValue(FlowDocument.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (12)
448
PTS.Validate(PTS.FsQueryPageDetails(
StructuralCache
.PtsContext.Context, _ptsPage.PageHandle, out pageDetails));
458
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, pageDetails.u.simple.trackdescr.pfstrack, out trackDetails));
478
PtsHelper.SectionListFromPage(
StructuralCache
.PtsContext, _ptsPage.PageHandle, ref pageDetails, out arraySectionDesc);
482
PTS.Validate(PTS.FsQuerySectionDetails(
StructuralCache
.PtsContext.Context, arraySectionDesc[0].pfssection, out sectionDetails));
503
PtsHelper.TrackListFromSection(
StructuralCache
.PtsContext, arraySectionDesc[0].pfssection, ref sectionDetails, out arrayColumnDesc);
514
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, columnDesc.pfstrack, out trackDetails));
559
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, pfstrack, out trackDetails));
566
PtsHelper.ParaListFromTrack(
StructuralCache
.PtsContext, pfstrack, ref trackDetails, out arrayParaDesc);
572
paraClient = this.
StructuralCache
.PtsContext.HandleToObject(arrayParaDesc[i].pfsparaclient) as BaseParaClient;
599
PTS.Validate(PTS.FsQueryTrackDetails(
StructuralCache
.PtsContext.Context, pfstrack, out trackDetails));
608
PtsHelper.ParaListFromTrack(
StructuralCache
.PtsContext, pfstrack, ref trackDetails, out arrayParaDesc);
613
BaseParaClient paraClient =
StructuralCache
.PtsContext.HandleToObject(arrayParaDesc[i].pfsparaclient) as BaseParaClient;