8 references to Data
PresentationCore (8)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (3)
156if (!elementHasCapture && inputReport.Data != null && inputReport.Data.Length >= pointLength) 158int[] data = inputReport.Data;
System\Windows\Input\Stylus\Wisp\PenContexts.cs (3)
482if (!elementHasCapture && inputReport.Data != null && inputReport.Data.Length >= pointLength) 484int[] data = inputReport.Data;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
912if (stylusInputReport.Actions == RawStylusActions.InRange && stylusInputReport.Data == null) 2583rawStylusInputReport.Data);