We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4baa2 commit dfebaccCopy full SHA for dfebacc
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/CanvasPathGeometry/CanvasPathGeometryPage.xaml.cs
@@ -95,7 +95,6 @@ public sealed partial class CanvasPathGeometryPage : Page
95
private Color _strokeColor;
96
private Color _fillColor;
97
private bool _selectionChanged = false;
98
- private bool _isParsing = false;
99
100
private CanvasGeometry _errorGeometry;
101
private GeometryStreamReader _reader;
@@ -172,9 +171,7 @@ public CanvasPathGeometryPage()
172
171
private void ParseData()
173
{
174
_data = InputData.Text;
175
- _isParsing = true;
176
RenderCanvas.Invalidate();
177
- _isParsing = false;
178
}
179
180
private void OnCanvasDraw(CanvasControl sender, CanvasDrawEventArgs args)
0 commit comments