10 writes to PromotingToOther
PresentationCore (10)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (3)
33PromotingToOther = true; 156PromotingToOther = true; 168PromotingToOther = true;
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (3)
45PromotingToOther = true; 52PromotingToOther = false; 59PromotingToOther = false;
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (4)
22PromotingToOther = true; 79PromotingToOther = false; 90PromotingToOther = true; 98PromotingToOther = 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)
687else if (touchDevice.PromotingToOther) 1509else if (touchDevice.PromotingToOther) 1515else if (shouldPromoteToMouse && touchDevice.PromotingToOther) 1576else if (touchDevice.PromotingToOther) 1606else if (touchDevice.PromotingToOther) 1626bool promotingToOther = touchDevice.PromotingToOther; 1736Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.PromotingToOther); 2830if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.PromotingToOther)