MCPcopy Create free account
hub / github.com/YtFlow/Maple / UsingDefaultConfigFolderProperty

Method UsingDefaultConfigFolderProperty

Maple.App/MainPage.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 return m_configItemsProperty;
63 }
64 DependencyProperty MainPage::UsingDefaultConfigFolderProperty()
65 {
66 return m_usingDefaultConfigFolderProperty;
67 }
68 IObservableVector<Maple_App::ConfigViewModel> MainPage::ConfigItems()
69 {
70 return GetValue(m_configItemsProperty).as<IObservableVector<Maple_App::ConfigViewModel>>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected