<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ktts</author_name>
  <author_url>https://blog.hatena.ne.jp/ktts/</author_url>
  <blog_title>ktts’s blog</blog_title>
  <blog_url>https://ktts.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>You could easily make this into an extension methods like this. public static class ExtensionMethods { public static bool AllLeavesChecked(this TreeNode treeNode) { if (treeNode.Nodes.Count == 0) { return treeNode.Checked; } else { bool returns = true; foreach (TreeNode node in treeNode.Nodes) { ret…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fktts.hatenablog.com%2Fentry%2F2020%2F01%2F30%2F235847&quot; title=&quot;.NET C# - How to check if all leaves are in WinForms TreeView. - ktts’s blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-01-30 23:58:47</published>
  <title>.NET C# - How to check if all leaves are in WinForms TreeView.</title>
  <type>rich</type>
  <url>https://ktts.hatenablog.com/entry/2020/01/30/235847</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
