| 20 | } |
| 21 | |
| 22 | winrt::Windows::Foundation::IInspectable DataInjector::GetData(Microsoft::UI::Xaml::DependencyObject target) |
| 23 | { |
| 24 | return target.GetValue(s_dataProperty); |
| 25 | } |
| 26 | |
| 27 | void DataInjector::SetData(Microsoft::UI::Xaml::DependencyObject target, winrt::Windows::Foundation::IInspectable data) |
| 28 | { |
nothing calls this directly
no outgoing calls
no test coverage detected