4 references to Right
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\Pts.cs (1)
211
case WrapDirection.
Right
:
src\Framework\MS\Internal\PtsHost\PtsCache.cs (1)
574
Invariant.Assert(((int)PTS.FSKWRAP.fskwrRight) == ((int)WrapDirection.
Right
));
src\Framework\System\Windows\Documents\Block.cs (1)
551
|| value == WrapDirection.
Right
src\Framework\System\Windows\Documents\Figure.cs (1)
294
|| value == WrapDirection.
Right
;