10 writes to PromotingToOther
PresentationCore (10)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (3)
34
PromotingToOther
= true;
157
PromotingToOther
= true;
169
PromotingToOther
= true;
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (3)
46
PromotingToOther
= true;
53
PromotingToOther
= false;
60
PromotingToOther
= false;
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (4)
23
PromotingToOther
= true;
80
PromotingToOther
= false;
91
PromotingToOther
= true;
99
PromotingToOther
= false;
9 references to PromotingToOther
PresentationCore (9)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
214
&& !(CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.
PromotingToOther
?? false)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (8)
688
else if (touchDevice.
PromotingToOther
)
1510
else if (touchDevice.
PromotingToOther
)
1516
else if (shouldPromoteToMouse && touchDevice.
PromotingToOther
)
1577
else if (touchDevice.
PromotingToOther
)
1607
else if (touchDevice.
PromotingToOther
)
1627
bool promotingToOther = touchDevice.
PromotingToOther
;
1737
Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.
PromotingToOther
);
2831
if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.
PromotingToOther
)