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)
490Invariant.Assert(((int)PTS.FSKWRAP.fskwrNone) == ((int)WrapDirection.None)); 491Invariant.Assert(((int)PTS.FSKWRAP.fskwrLeft) == ((int)WrapDirection.Left)); 492Invariant.Assert(((int)PTS.FSKWRAP.fskwrRight) == ((int)WrapDirection.Right)); 493Invariant.Assert(((int)PTS.FSKWRAP.fskwrBoth) == ((int)WrapDirection.Both)); 494Invariant.Assert(((int)PTS.FSKWRAP.fskwrLargest) == 4);
MS\Internal\PtsHost\TableParagraph.cs (1)
157fstableobjprops.fskwr = PTS.FSKWRAP.fskwrBoth;
MS\Internal\PtsHost\UIElementParagraph.cs (1)
153fsfloaterprops.fskwr = PTS.FSKWRAP.fskwrNone;