| 8 | namespace winrt::TranslucentTB::Xaml::implementation |
| 9 | { |
| 10 | bool FunctionalConverters::InvertedBool(bool value) noexcept |
| 11 | { |
| 12 | return !value; |
| 13 | } |
| 14 | |
| 15 | wux::Visibility FunctionalConverters::InvertedBoolToVisibility(bool value) noexcept |
| 16 | { |
nothing calls this directly
no outgoing calls
no test coverage detected