MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / LookupStyle

Method LookupStyle

Xaml/Pages/FramelessPage.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected