10 writes to PromotingToOther
PresentationCore (10)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (3)
36
PromotingToOther
= true;
159
PromotingToOther
= true;
171
PromotingToOther
= true;
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (3)
50
PromotingToOther
= true;
57
PromotingToOther
= false;
64
PromotingToOther
= false;
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (4)
31
PromotingToOther
= true;
88
PromotingToOther
= false;
99
PromotingToOther
= true;
107
PromotingToOther
= false;
9 references to PromotingToOther
PresentationCore (9)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
231
&& !(CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.
PromotingToOther
?? false)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (8)
688
else if (touchDevice.
PromotingToOther
)
1508
else if (touchDevice.
PromotingToOther
)
1514
else if (shouldPromoteToMouse && touchDevice.
PromotingToOther
)
1575
else if (touchDevice.
PromotingToOther
)
1605
else if (touchDevice.
PromotingToOther
)
1625
bool promotingToOther = touchDevice.
PromotingToOther
;
1735
Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.
PromotingToOther
);
2821
if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.
PromotingToOther
)