13 references to FSKWRAP
PresentationFramework (13)
MS\Internal\PtsHost\Pts.cs (6)
188internal static FSKWRAP WrapDirectionToFskwrap(WrapDirection wrapDirection) 190return (PTS.FSKWRAP)((int)wrapDirection); 597internal FSKWRAP fskwrap; 1068internal FSKWRAP fskwr; 1331internal FSKWRAP fskwr; 1825internal FSKWRAP fskwr;
MS\Internal\PtsHost\PtsCache.cs (5)
493Invariant.Assert(((int)PTS.FSKWRAP.fskwrNone) == ((int)WrapDirection.None)); 494Invariant.Assert(((int)PTS.FSKWRAP.fskwrLeft) == ((int)WrapDirection.Left)); 495Invariant.Assert(((int)PTS.FSKWRAP.fskwrRight) == ((int)WrapDirection.Right)); 496Invariant.Assert(((int)PTS.FSKWRAP.fskwrBoth) == ((int)WrapDirection.Both)); 497Invariant.Assert(((int)PTS.FSKWRAP.fskwrLargest) == 4);
MS\Internal\PtsHost\TableParagraph.cs (1)
165fstableobjprops.fskwr = PTS.FSKWRAP.fskwrBoth;
MS\Internal\PtsHost\UIElementParagraph.cs (1)
156fsfloaterprops.fskwr = PTS.FSKWRAP.fskwrNone;