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