ema

Results 18 issues of ema

Error Code: ```c# // CharSet = CharSet.Auto will get the half pcbSize size [DllImport(Lib.User32, SetLastError = true, CharSet = CharSet.Auto)] [PInvokeData("winuser.h", MSDNShortId = "")] public static extern uint GetRawInputDeviceInfo(HANDLE hDevice,...

#### Motivation Fix the dark mode in windows OS. #### Detailed design Use Win32API to change the caption background color. Here are some C# sample code: ```c# // NativeMethods using...

enhancement
feature
UI/UX
desktop

### Environment - Visual Studio version: [example 2022 Community] - CodeMaid version: [12.0] - Code language: [C#11] ### Description Replace this text with a short description and code sample. ![image](https://github.com/codecadwallader/codemaid/assets/24737061/cbbfa46f-9442-421e-ba1b-f3d63123b2c3)...

bug
feature: cleaning

### Feature description I have an idea code about `TrackerControl` in `OxyPlot.Wpf.Shared`, which can make TrackerControl to use CornerRadius to create rounded rectangle. But I am not sure if it...

I want to use the embedded font for OxyPlot.Wpf, but the code `ff = new FontFamily(familyName);` provided in class CanvasRenderContext can only use `public FontFamily(string familyName)` instead of `public FontFamily(Uri...

enhancement
WPF

### Describe the bug ToolTipText and TrayToolTip not work in WinUI. ```xaml ``` ### Steps to reproduce the bug _No response_ ### Expected behavior _No response_ ### Screenshots _No response_...

bug

### Describe the bug ```c# ``` ### Steps to reproduce the bug _No response_ ### Expected behavior _No response_ ### Screenshots first time popup -> Error width ![image](https://user-images.githubusercontent.com/24737061/217332978-0650e981-f9fa-4d57-9e66-53358d23b956.png) second time...

bug

Support the developer to create a customize plugin for markdown code area just like the vscode. https://marketplace.visualstudio.com/items?itemName=myml.vscode-markdown-plantuml-preview Example markdown # UML example ```plantuml @startuml Bob -> Alice : hello @enduml...

翻了一下源码,应该是没有支持SnapLayout的,SnapLayout可参考 官方文档:https://learn.microsoft.com/zh-cn/windows/apps/desktop/modernize/apply-snap-layout-menu 和这个库的实现:https://github.com/Simnico99/MicaWPF/blob/main/src/MicaWPF/Controls/MicaWindow.cs

## Summary Please provide a brief summary of your proposal. Two to three sentences is best here. Support that ConverterParameter is `Enum` and not just `String`. It can improve the...

enhancement