10 writes to PromotingToOther
PresentationCore (10)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (3)
34PromotingToOther = true; 157PromotingToOther = true; 169PromotingToOther = true;
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (3)
46PromotingToOther = true; 53PromotingToOther = false; 60PromotingToOther = false;
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (4)
23PromotingToOther = true; 80PromotingToOther = false; 91PromotingToOther = true; 99PromotingToOther = 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)
679else if (touchDevice.PromotingToOther) 1499else if (touchDevice.PromotingToOther) 1505else if (shouldPromoteToMouse && touchDevice.PromotingToOther) 1566else if (touchDevice.PromotingToOther) 1596else if (touchDevice.PromotingToOther) 1616bool promotingToOther = touchDevice.PromotingToOther; 1726Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.PromotingToOther); 2812if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.PromotingToOther)