lindexi

Results 110 issues of lindexi

## Description As the code shows: https://github.com/dotnet/wpf/blob/f7ebd69146f3ec9b771e92c13250efa99a65a26c/src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/FontCache/FontFaceLayoutInfo.cs#L585-L609 We can know that the cost of creating CMap is expensive. When we get the `Count` only, we do not need to create...

PR
Community Contribution

## Description The RegisterHwndForInput only be called by `HwndStylusInputProvider..ctor`. And the `HwndStylusInputProvider..ctor` will pass the `HwndSource source` to RegisterHwndForInput method. So that it unnecessary to use the PresentationSource in RegisterHwndForInput....

PR
Community Contribution

We can write a class that inherits the StylusPlugIn. And this class can get the touch event fast in stylus input thread in the overwrite method, such as `OnStylusDown` and...

Design Discussion
area-Touch

* .NET Core Version: (e.g. 3.0 Preview1, or daily build number, use `dotnet --info`) 3.0 * Windows version: (`winver`) All version * Does the bug reproduce also in WPF for...

Bug
area-Touch

* .NET Core Version: 3.0 Preview1 * Windows version: (`Windows 10 all versions / 7 SP1`) * Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes **Problem...

Bug
area-Touch

* .NET Core Version: 3.0.100-preview5-011568 * Windows version: 1903 18362.145 * Does the bug reproduce also in WPF for .NET Framework 4.8?: Find in 4.7 **Problem description:** The application crash....

Bug
area-Touch

We need the user use multitouch in InkCanvas and the DynamicRender do not support multitouch.

Enhancement Requested
area-Touch

* .NET Core Version: 3.1.300 * Windows version: 10.0.18362 * Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes **Problem description:** WPF can not receive the touch...

Bug
area-Touch

* .NET Core Version:3.1.300 * Windows version: 10.0.18362 * Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes **Problem description:** The WPF application does not show the...

Bug
area-Touch

### Description The `UnsafeNativeMethods.GetPenEventMultiple` in `PenThreadWorker.ThreadProc` will throw System.DivideByZeroException. This is not a good report and I lack the steps to reproduce it. This exception info from my application telemetry....

Bug
needs more information
area-Touch