2 writes to _stylusDevice
PresentationCore (2)
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
1507
_stylusDevice
= GetStylusDevice(e.StagingItem);
1526
_stylusDevice
= inputReportEventArgs.Device as StylusDevice;
10 references to _stylusDevice
PresentationCore (10)
Core\CSharp\System\Windows\Input\MouseDevice.cs (10)
87
if (
_stylusDevice
!= null &&
_stylusDevice
.IsValid)
88
return
_stylusDevice
.GetMouseButtonState(mouseButton, this);
101
if (
_stylusDevice
!= null)
102
return
_stylusDevice
.GetMouseScreenPosition(this);
995
if (
_stylusDevice
!= null)
998
inputReportEventArgs = new InputReportEventArgs(
_stylusDevice
, report);
1239
MouseEventArgs lostCapture = new MouseEventArgs(this, timestamp,
_stylusDevice
);
1247
MouseEventArgs gotCapture = new MouseEventArgs(this, timestamp,
_stylusDevice
);
2345
return
_stylusDevice
;