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

Method SetData

FastCopy/DataInjector.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected