8 references to Data
PresentationCore (8)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (3)
169if (!elementHasCapture && inputReport.Data != null && inputReport.Data.Length >= pointLength) 171int[] data = inputReport.Data;
System\Windows\Input\Stylus\Wisp\PenContexts.cs (3)
505if (!elementHasCapture && inputReport.Data != null && inputReport.Data.Length >= pointLength) 507int[] data = inputReport.Data;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
913if (stylusInputReport.Actions == RawStylusActions.InRange && stylusInputReport.Data == null) 2580rawStylusInputReport.Data);