codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.88k stars 353 forks source link

Multi-bind on IsVisible to bypass a WPF leak issue #968

Closed codecadwallader closed 1 year ago

codecadwallader commented 1 year ago

Proposed solution for #966

ryanmolden commented 1 year ago

The fix looks good, will that also fix RadialProgressBar? It looks like it just hit BuildProgressView.

codecadwallader commented 1 year ago

Thanks for taking a look, appreciated!

I don't see that we are using the IsIndeterminate property on the RadilProgressBar, only the BuildProgressView. Does it have to be set even if it's not being used and is always false?