18 references to FsTransformRectangle
PresentationFramework (18)
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (2)
114
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(PageFlowDirection), ref pageRect, ref rcTable, PTS.FlowDirectionToFswdir(tableFlowDirection), out rcTable));
126
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(tableFlowDirection), ref pageRect, ref _rect, PTS.FlowDirectionToFswdir(PageFlowDirection), out _rect));
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (4)
533
PTS.Validate(PTS.
FsTransformRectangle
(fswdir, ref pageRect, ref fsrcToFillSubtrack, fswdirSubtrack, out fsrcToFillSubtrack));
534
PTS.Validate(PTS.
FsTransformRectangle
(fswdir, ref pageRect, ref fsrcToFill, fswdirSubtrack, out fsrcToFill));
694
PTS.Validate(PTS.
FsTransformRectangle
(fswdir, ref pageRect, ref fsrcToFillSubtrack, fswdirSubtrack, out fsrcToFillSubtrack));
831
PTS.Validate(PTS.
FsTransformRectangle
(fswdir, ref pageRect, ref fsrcToFillSubtrack, fswdirSubtrack, out fsrcToFillSubtrack));
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (1)
191
PTS.Validate(PTS.
FsTransformRectangle
(fswdirTrack, ref pageRect, ref rcTrackContent, fswdirPage, out rcTrackContent));
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (3)
191
PTS.Validate(PTS.
FsTransformRectangle
(fswdir, ref pageRect, ref fsrcToFill, fswdirSubpage, out fsrcToFill));
386
PTS.Validate(PTS.
FsTransformRectangle
(fswdir, ref pageRect, ref fsrcToFillSubpage, fswdirSubpage, out fsrcToFillSubpage));
555
PTS.Validate(PTS.
FsTransformRectangle
(fswdir, ref pageRect, ref fsrcToFillSubpage, fswdirSubpage, out fsrcToFillSubpage));
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
110
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ParentFlowDirection), ref pageRect, ref _rect, PTS.FlowDirectionToFswdir(PageFlowDirection), out _rect));
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (6)
356
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ThisFlowDirection), ref pageRect, ref rectTransform, PTS.FlowDirectionToFswdir(PageFlowDirection), out rectTransform));
828
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ThisFlowDirection), ref pageRect, ref rectTransform, PTS.FlowDirectionToFswdir(PageFlowDirection), out rectTransform));
1521
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ThisFlowDirection), ref pageRect, ref rectFloater, PTS.FlowDirectionToFswdir(PageFlowDirection), out rectFloater));
1535
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ThisFlowDirection), ref pageRect, ref rectFigure, PTS.FlowDirectionToFswdir(PageFlowDirection), out rectFigure));
1737
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ThisFlowDirection), ref pageRect, ref rectTransform, PTS.FlowDirectionToFswdir(PageFlowDirection), out rectTransform));
1805
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ThisFlowDirection), ref pageRect, ref rectTransform, PTS.FlowDirectionToFswdir(PageFlowDirection), out rectTransform));
src\Framework\MS\Internal\PtsHost\UIElementParaClient.cs (1)
82
PTS.Validate(PTS.
FsTransformRectangle
(PTS.FlowDirectionToFswdir(ParentFlowDirection), ref pageRect, ref _rect, PTS.FlowDirectionToFswdir(PageFlowDirection), out _rect));