| 8 | namespace winrt::TranslucentTB::Xaml::implementation |
| 9 | { |
| 10 | struct BindableObjectReference : BindableObjectReferenceT<BindableObjectReference> |
| 11 | { |
| 12 | BindableObjectReference() = default; |
| 13 | |
| 14 | DECL_DEPENDENCY_PROPERTY(IInspectable, Object); |
| 15 | }; |
| 16 | } |
| 17 | |
| 18 | FACTORY(winrt::TranslucentTB::Xaml, BindableObjectReference); |
nothing calls this directly
no outgoing calls
no test coverage detected