1 write to _stylusIsInverted
PresentationFramework (1)
src\Framework\MS\Internal\Ink\EditingCoordinator.cs (1)
1332
_stylusIsInverted
= stylusIsInverted;
5 references to _stylusIsInverted
PresentationFramework (5)
src\Framework\MS\Internal\Ink\EditingCoordinator.cs (5)
163
UpdateEditingState(
_stylusIsInverted
);
176
if ( inverted !=
_stylusIsInverted
)
528
if (
_stylusIsInverted
)
570
return
_stylusIsInverted
;
1330
if ( stylusIsInverted !=
_stylusIsInverted
)