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

Method Content1

FastCopy/SegmentedButton.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 { nullptr }
32 );
33 winrt::Windows::Foundation::IInspectable SegmentedButton::Content1()
34 {
35 return GetValue(m_content1);
36 }
37 winrt::Windows::Foundation::IInspectable SegmentedButton::Content2()
38 {
39 return GetValue(m_content2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected