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 f1ed10c commit abc3228Copy full SHA for abc3228
MainDemo.Wpf/IconPackViewModel.cs
@@ -63,7 +63,7 @@ private void Search(object obj)
63
private void CopyToClipboard(object obj)
64
{
65
var kind = (PackIconKind?)obj;
66
- Clipboard.SetText($"<materialDesign:PackIcon Kind=\"{kind}\" />");
+ Clipboard.SetDataObject($"<materialDesign:PackIcon Kind=\"{kind}\" />");
67
}
68
69
public event PropertyChangedEventHandler PropertyChanged;
0 commit comments