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)
679
else if (touchDevice.
PromotingToOther
)
1499
else if (touchDevice.
PromotingToOther
)
1505
else if (shouldPromoteToMouse && touchDevice.
PromotingToOther
)
1566
else if (touchDevice.
PromotingToOther
)
1596
else if (touchDevice.
PromotingToOther
)
1616
bool promotingToOther = touchDevice.
PromotingToOther
;
1726
Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.
PromotingToOther
);
2812
if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.
PromotingToOther
)