| 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>>(); |
nothing calls this directly
no outgoing calls
no test coverage detected