13 references to FSKWRAP
PresentationFramework (13)
MS\Internal\PtsHost\Pts.cs (6)
182
internal static
FSKWRAP
WrapDirectionToFskwrap(WrapDirection wrapDirection)
184
return (PTS.
FSKWRAP
)((int)wrapDirection);
591
internal
FSKWRAP
fskwrap;
1062
internal
FSKWRAP
fskwr;
1325
internal
FSKWRAP
fskwr;
1819
internal
FSKWRAP
fskwr;
MS\Internal\PtsHost\PtsCache.cs (5)
485
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrNone) == ((int)WrapDirection.None));
486
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrLeft) == ((int)WrapDirection.Left));
487
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrRight) == ((int)WrapDirection.Right));
488
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrBoth) == ((int)WrapDirection.Both));
489
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrLargest) == 4);
MS\Internal\PtsHost\TableParagraph.cs (1)
150
fskwr = PTS.
FSKWRAP
.fskwrBoth,
MS\Internal\PtsHost\UIElementParagraph.cs (1)
141
fskwr = PTS.
FSKWRAP
.fskwrNone,