MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / BindableObjectReference

Class BindableObjectReference

Xaml/BindableObjectReference.h:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace winrt::TranslucentTB::Xaml::implementation
9{
10 struct BindableObjectReference : BindableObjectReferenceT<BindableObjectReference>
11 {
12 BindableObjectReference() = default;
13
14 DECL_DEPENDENCY_PROPERTY(IInspectable, Object);
15 };
16}
17
18FACTORY(winrt::TranslucentTB::Xaml, BindableObjectReference);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected