2 references to IsExplorerTreeSupported
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1632
if (OwnerGridView is { } owner && owner.
IsExplorerTreeSupported
)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1332
public int OutlineIconSize =>
IsExplorerTreeSupported
? _outlineSizeExplorerTreeStyle : _outlineSize;