13 references to FSKWRAP
PresentationFramework (13)
src\Framework\MS\Internal\PtsHost\Pts.cs (6)
192internal static FSKWRAP WrapDirectionToFskwrap(WrapDirection wrapDirection) 194return (PTS.FSKWRAP)((int)wrapDirection); 606internal FSKWRAP fskwrap; 1113internal FSKWRAP fskwr; 1383internal FSKWRAP fskwr; 1897internal FSKWRAP fskwr;
src\Framework\MS\Internal\PtsHost\PtsCache.cs (5)
572Invariant.Assert(((int)PTS.FSKWRAP.fskwrNone) == ((int)WrapDirection.None)); 573Invariant.Assert(((int)PTS.FSKWRAP.fskwrLeft) == ((int)WrapDirection.Left)); 574Invariant.Assert(((int)PTS.FSKWRAP.fskwrRight) == ((int)WrapDirection.Right)); 575Invariant.Assert(((int)PTS.FSKWRAP.fskwrBoth) == ((int)WrapDirection.Both)); 576Invariant.Assert(((int)PTS.FSKWRAP.fskwrLargest) == 4);
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
169fstableobjprops.fskwr = PTS.FSKWRAP.fskwrBoth;
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (1)
155fsfloaterprops.fskwr = PTS.FSKWRAP.fskwrNone;