| 15 | |
| 16 | |
| 17 | Microsoft::UI::Xaml::DependencyProperty DataInjector::DataProperty() |
| 18 | { |
| 19 | return s_dataProperty; |
| 20 | } |
| 21 | |
| 22 | winrt::Windows::Foundation::IInspectable DataInjector::GetData(Microsoft::UI::Xaml::DependencyObject target) |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected