| 1022 | |
| 1023 | |
| 1024 | void FileDialog::InvalidateAllNodeContent() |
| 1025 | { |
| 1026 | InvalidateAllNodeContentRecursive(RootTreeNode); |
| 1027 | #ifdef PLATFORM_WINDOWS |
| 1028 | InvalidateAllNodeContentRecursive(NetworkTreeNode); |
| 1029 | #endif |
| 1030 | } |
| 1031 | |
| 1032 | |
| 1033 | void FileDialog::InvalidateAllNodeContentRecursive(TreeNode* node) |
nothing calls this directly
no outgoing calls
no test coverage detected