5 references to ExplorerTreeView
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
1685
? VisualStyleElement.
ExplorerTreeView
.Glyph.Opened
1686
: VisualStyleElement.
ExplorerTreeView
.Glyph.Closed;
1694
VisualStyleRenderer explorerTreeRenderer = new(VisualStyleElement.
ExplorerTreeView
.Glyph.Opened);
System.Windows.Forms.Tests (2)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (2)
492
yield return new object[] { I(() => VisualStyleElement.
ExplorerTreeView
.Glyph.Closed), "Explorer::TreeView", 2, 1 };
493
yield return new object[] { I(() => VisualStyleElement.
ExplorerTreeView
.Glyph.Opened), "Explorer::TreeView", 2, 2 };