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