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)
486
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrNone) == ((int)WrapDirection.None));
487
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrLeft) == ((int)WrapDirection.Left));
488
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrRight) == ((int)WrapDirection.Right));
489
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrBoth) == ((int)WrapDirection.Both));
490
Invariant.Assert(((int)PTS.
FSKWRAP
.fskwrLargest) == 4);
MS\Internal\PtsHost\TableParagraph.cs (1)
151
fskwr = PTS.
FSKWRAP
.fskwrBoth,
MS\Internal\PtsHost\UIElementParagraph.cs (1)
142
fskwr = PTS.
FSKWRAP
.fskwrNone,