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

Method Content2Property

FastCopy/SegmentedButton.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 SetValue(m_content1, content1);
48 }
49 winrt::Microsoft::UI::Xaml::DependencyProperty SegmentedButton::Content2Property()
50 {
51 return m_content2;
52 }
53 winrt::Microsoft::UI::Xaml::DependencyProperty SegmentedButton::Content1Property()
54 {
55 return m_content1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected