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)
688else if (touchDevice.PromotingToOther) 1510else if (touchDevice.PromotingToOther) 1516else if (shouldPromoteToMouse && touchDevice.PromotingToOther) 1577else if (touchDevice.PromotingToOther) 1607else if (touchDevice.PromotingToOther) 1627bool promotingToOther = touchDevice.PromotingToOther; 1737Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.PromotingToOther); 2831if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.PromotingToOther)