10 writes to PromotingToOther
PresentationCore (10)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (3)
33
PromotingToOther
= true;
156
PromotingToOther
= true;
168
PromotingToOther
= true;
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (3)
45
PromotingToOther
= true;
52
PromotingToOther
= false;
59
PromotingToOther
= false;
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (4)
22
PromotingToOther
= true;
79
PromotingToOther
= false;
90
PromotingToOther
= true;
98
PromotingToOther
= false;
9 references to PromotingToOther
PresentationCore (9)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
213
&& !(CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.
PromotingToOther
?? false)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (8)
687
else if (touchDevice.
PromotingToOther
)
1509
else if (touchDevice.
PromotingToOther
)
1515
else if (shouldPromoteToMouse && touchDevice.
PromotingToOther
)
1576
else if (touchDevice.
PromotingToOther
)
1606
else if (touchDevice.
PromotingToOther
)
1626
bool promotingToOther = touchDevice.
PromotingToOther
;
1736
Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.
PromotingToOther
);
2830
if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.
PromotingToOther
)