1 write to _stylusIsInverted
PresentationFramework (1)
MS\Internal\Ink\EditingCoordinator.cs (1)
1261
_stylusIsInverted
= stylusIsInverted;
5 references to _stylusIsInverted
PresentationFramework (5)
MS\Internal\Ink\EditingCoordinator.cs (5)
135
UpdateEditingState(
_stylusIsInverted
);
148
if ( inverted !=
_stylusIsInverted
)
500
if (
_stylusIsInverted
)
542
return
_stylusIsInverted
;
1259
if ( stylusIsInverted !=
_stylusIsInverted
)