13 references to FSKWRAP
PresentationFramework (13)
MS\Internal\PtsHost\Pts.cs (6)
183internal static FSKWRAP WrapDirectionToFskwrap(WrapDirection wrapDirection) 185return (PTS.FSKWRAP)((int)wrapDirection); 592internal FSKWRAP fskwrap; 1063internal FSKWRAP fskwr; 1326internal FSKWRAP fskwr; 1820internal FSKWRAP fskwr;
MS\Internal\PtsHost\PtsCache.cs (5)
486Invariant.Assert(((int)PTS.FSKWRAP.fskwrNone) == ((int)WrapDirection.None)); 487Invariant.Assert(((int)PTS.FSKWRAP.fskwrLeft) == ((int)WrapDirection.Left)); 488Invariant.Assert(((int)PTS.FSKWRAP.fskwrRight) == ((int)WrapDirection.Right)); 489Invariant.Assert(((int)PTS.FSKWRAP.fskwrBoth) == ((int)WrapDirection.Both)); 490Invariant.Assert(((int)PTS.FSKWRAP.fskwrLargest) == 4);
MS\Internal\PtsHost\TableParagraph.cs (1)
151fskwr = PTS.FSKWRAP.fskwrBoth,
MS\Internal\PtsHost\UIElementParagraph.cs (1)
142fskwr = PTS.FSKWRAP.fskwrNone,