| public | MainWindow(const String<char>& caption) |
| public void | AddListViewEventHandlers(ListView* listView) |
| private void | ContentViewSizeChanged(SizeChangedEventArgs& args) |
| private void | DirectoryTreeViewSizeChanged(SizeChangedEventArgs& args) |
| public inline ContentView* | GetContentView() const |
| public inline DirectoryTreeView* | GetDirectoryTreeView() const |
| public inline PathBar* | GetPathBar() const |
| private void | ListViewItemClick(ListViewItemEventArgs& args) |
| private void | ListViewItemDoubleClick(ListViewItemEventArgs& args) |
| private void | ListViewItemRightClick(ListViewItemEventArgs& args) |
| protected override Result<bool> | MouseUpNotification(MouseEventArgs& args) |
| protected override Result<bool> | OnKeyDown(KeyEventArgs& args) |
| protected override Result<bool> | OnShown() |
| private void | ParentPathSelectorClick(ClickEventArgs& args) |
| private void | PathComponentSelected(PathComponentEventArgs& args) |
| private UniquePtr<ComputerNode> | computer |
| private ContentView* | contentView |
| private DirectoryTreeView* | directoryTreeView |
| private ImageList | imageList |
| private List<String<char>> | logicalDrives |
| private PathBar* | pathBar |
| private bool | setSplitterDistance |
| private SplitContainer* | splitContainer |