MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / GetData

Method GetData

FastCopy/DataInjector.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected