13 references to FSKWRAP
PresentationFramework (13)
MS\Internal\PtsHost\Pts.cs (6)
183
internal static
FSKWRAP
WrapDirectionToFskwrap(WrapDirection wrapDirection)
185
return (PTS.
FSKWRAP
)((int)wrapDirection);
592
internal
FSKWRAP
fskwrap;
1063
internal
FSKWRAP
fskwr;
1326
internal
FSKWRAP
fskwr;
1820
internal
FSKWRAP
fskwr;
MS\Internal\PtsHost\PtsCache.cs (5)
490
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrNone) == ((int)WrapDirection.None));
491
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrLeft) == ((int)WrapDirection.Left));
492
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrRight) == ((int)WrapDirection.Right));
493
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrBoth) == ((int)WrapDirection.Both));
494
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrLargest) == 4);
MS\Internal\PtsHost\TableParagraph.cs (1)
157
fstableobjprops.fskwr = PTS.
FSKWRAP
.fskwrBoth;
MS\Internal\PtsHost\UIElementParagraph.cs (1)
153
fsfloaterprops.fskwr = PTS.
FSKWRAP
.fskwrNone;