18 references to FsTransformRectangle
PresentationFramework (18)
MS\Internal\PtsHost\CellParaClient.cs (2)
97
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(PageFlowDirection), ref pageRect, ref rcTable, PTS.FlowDirectionToFswdir(tableFlowDirection), out rcTable));
109
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(tableFlowDirection), ref pageRect, ref _rect, PTS.FlowDirectionToFswdir(PageFlowDirection), out _rect));
MS\Internal\PtsHost\ContainerParagraph.cs (4)
516
PTS.Validate(PTS.
FsTransformRectangle
(fswdir, ref pageRect, ref fsrcToFillSubtrack, fswdirSubtrack, out fsrcToFillSubtrack));
517
PTS.Validate(PTS.
FsTransformRectangle
(fswdir, ref pageRect, ref fsrcToFill, fswdirSubtrack, out fsrcToFill));
670
PTS.Validate(PTS.
FsTransformRectangle
(fswdir, ref pageRect, ref fsrcToFillSubtrack, fswdirSubtrack, out fsrcToFillSubtrack));
800
PTS.Validate(PTS.
FsTransformRectangle
(fswdir, ref pageRect, ref fsrcToFillSubtrack, fswdirSubtrack, out fsrcToFillSubtrack));
MS\Internal\PtsHost\PtsHelper.cs (1)
170
PTS.Validate(PTS.
FsTransformRectangle
(fswdirTrack, ref pageRect, ref rcTrackContent, fswdirPage, out rcTrackContent));
MS\Internal\PtsHost\SubpageParagraph.cs (3)
173
PTS.Validate(PTS.
FsTransformRectangle
(fswdir, ref pageRect, ref fsrcToFill, fswdirSubpage, out fsrcToFill));
356
PTS.Validate(PTS.
FsTransformRectangle
(fswdir, ref pageRect, ref fsrcToFillSubpage, fswdirSubpage, out fsrcToFillSubpage));
516
PTS.Validate(PTS.
FsTransformRectangle
(fswdir, ref pageRect, ref fsrcToFillSubpage, fswdirSubpage, out fsrcToFillSubpage));
MS\Internal\PtsHost\TableParaClient.cs (1)
92
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ParentFlowDirection), ref pageRect, ref _rect, PTS.FlowDirectionToFswdir(PageFlowDirection), out _rect));
MS\Internal\PtsHost\TextParaClient.cs (6)
309
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ThisFlowDirection), ref pageRect, ref rectTransform, PTS.FlowDirectionToFswdir(PageFlowDirection), out rectTransform));
722
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ThisFlowDirection), ref pageRect, ref rectTransform, PTS.FlowDirectionToFswdir(PageFlowDirection), out rectTransform));
1337
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ThisFlowDirection), ref pageRect, ref rectFloater, PTS.FlowDirectionToFswdir(PageFlowDirection), out rectFloater));
1351
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ThisFlowDirection), ref pageRect, ref rectFigure, PTS.FlowDirectionToFswdir(PageFlowDirection), out rectFigure));
1542
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ThisFlowDirection), ref pageRect, ref rectTransform, PTS.FlowDirectionToFswdir(PageFlowDirection), out rectTransform));
1603
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ThisFlowDirection), ref pageRect, ref rectTransform, PTS.FlowDirectionToFswdir(PageFlowDirection), out rectTransform));
MS\Internal\PtsHost\UIElementParaClient.cs (1)
71
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ParentFlowDirection), ref pageRect, ref _rect, PTS.FlowDirectionToFswdir(PageFlowDirection), out _rect));