| 291 | } |
| 292 | |
| 293 | void TaskbarAppearanceService::UninstallProxyStub() |
| 294 | { |
| 295 | if (s_ProxyStubRegistrationCookie) |
| 296 | { |
| 297 | winrt::check_hresult(CoRevokeClassObject(s_ProxyStubRegistrationCookie)); |
| 298 | } |
| 299 | } |
| 300 | |
| 301 | winrt::fire_and_forget TaskbarAppearanceService::OnProcessDied() |
| 302 | { |
nothing calls this directly
no outgoing calls
no test coverage detected