| 25 | } |
| 26 | |
| 27 | void DataInjector::SetData(Microsoft::UI::Xaml::DependencyObject target, winrt::Windows::Foundation::IInspectable data) |
| 28 | { |
| 29 | target.SetValue(s_dataProperty, data); |
| 30 | } |
| 31 | |
| 32 | } |
nothing calls this directly
no outgoing calls
no test coverage detected