1 write to _stylusIsInverted
PresentationFramework (1)
MS\Internal\Ink\EditingCoordinator.cs (1)
1271
_stylusIsInverted
= stylusIsInverted;
5 references to _stylusIsInverted
PresentationFramework (5)
MS\Internal\Ink\EditingCoordinator.cs (5)
136
UpdateEditingState(
_stylusIsInverted
);
149
if ( inverted !=
_stylusIsInverted
)
501
if (
_stylusIsInverted
)
543
return
_stylusIsInverted
;
1269
if ( stylusIsInverted !=
_stylusIsInverted
)