-
I am aware the ConPTY / wpf control are not yet meant for wide/production use (#6999) . I figured I would put a better example for them working together in a way other users might use it.
From som…
-
# WPF 的 Dispatcher 为什么要创建一个隐藏窗口? - walterlv
在深入了解 WPF Dispatcher 的工作原理(Invoke/InvokeAsync 部分)中,我提到 Dispatcher 在构造函数中创建了一个隐藏窗口专门用来接收消息,以处理通过 Invoke 系列方法调用的那些操作。然而 C 不满足于只看到这个结论,他更期望知道为什么 W
[https://b…
-
### Duplicate ?
- [X] I have searched issues/discussions and did not find other issues/discussions reporting this bug.
### Product version
1.5.2
### Describe expected behavior
I have converted my…
-
### Description
Build will fail when targeting specific NuGet packages in addition to compiling with a .XAML file. If the .XAML file is removed, or the NuGet package is removed, the build will succ…
-
```System.ArgumentNullException: Value cannot be null.
Parameter name: path1
at System.IO.Path.Combine(String path1, String path2)
at ThemeEditor.WPF.MainWindow.SendTheme_Execute(String ip, B…
-
**Imported from [http://oxyplot.codeplex.com/workitem/9992](http://oxyplot.codeplex.com/workitem/9992)**
**[objo](http://www.codeplex.com/site/users/view/objo)** 2012-08-24 09:11
Add an "AxisChanged"…
-
Hello,
Since a while back I am having some issues with flicering plotmodels.
Multiple Plot models with BarSeries (and swapped axes to get soemthing like the old ColumnSeries). Each BarSeries displ…
-
- **What version of the product are you using?**
v85.3.130
- **What architecture x86 or x64?**
Both
- **On what operating system?**
Win10
- **Are you using `WinForms`, `W…
-
# Proposal
For supporting Direct2D rendering we don't want to create a separate assembly and PlotView control. It should be possible to use the new renderer with the current WPF Plot and PlotView con…
tibel updated
5 years ago
-
### Steps to reproduce
The following unit test causes limitless memory consumption for PngExporterTests.cs in OxyPlot.Wpf.Tests:
```
[Test]
public void ExportMemoryLeakTest()
{
…