| 169 | } |
| 170 | |
| 171 | wux::Style FramelessPage::LookupStyle(const IInspectable &key) |
| 172 | { |
| 173 | return wux::Application::Current().Resources().TryLookup(key).try_as<wux::Style>(); |
| 174 | } |
| 175 | } |
nothing calls this directly
no outgoing calls
no test coverage detected