Commit 166bb4d
Fix bug where x:Static argument is treated as member of 'SystemParameters' by mistake (#680)
* Fix bug where x:Static argument is treated as member of 'SystemParameters' by mistake
* Move type checking to GetBamlIdBasedOnSystemResourceKeyId()
* Use Enum.TryParse instead
* Simplify code
* Fixing build
---------
Co-authored-by: Rishabh Chauhan <[email protected]>1 parent a0121f7 commit 166bb4d
File tree
1 file changed
+8
-13
lines changed- src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows
1 file changed
+8
-13
lines changedLines changed: 8 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | 369 | | |
373 | 370 | | |
374 | 371 | | |
| |||
386 | 383 | | |
387 | 384 | | |
388 | 385 | | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
389 | 392 | | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
| 393 | + | |
| 394 | + | |
400 | 395 | | |
401 | 396 | | |
402 | 397 | | |
| |||
0 commit comments