10 writes to PromotingToOther
PresentationCore (10)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (3)
36PromotingToOther = true; 159PromotingToOther = true; 171PromotingToOther = true;
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (3)
50PromotingToOther = true; 57PromotingToOther = false; 64PromotingToOther = false;
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (4)
31PromotingToOther = true; 88PromotingToOther = false; 99PromotingToOther = true; 107PromotingToOther = 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)
688else if (touchDevice.PromotingToOther) 1508else if (touchDevice.PromotingToOther) 1514else if (shouldPromoteToMouse && touchDevice.PromotingToOther) 1575else if (touchDevice.PromotingToOther) 1605else if (touchDevice.PromotingToOther) 1625bool promotingToOther = touchDevice.PromotingToOther; 1735Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.PromotingToOther); 2821if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.PromotingToOther)