1 instantiation of BinaryUI
System.Windows.Forms.Design (1)
System\ComponentModel\Design\BinaryEditor.cs (1)
110
_binaryUI ??= ScaleHelper.InvokeInSystemAwareContext(() => new
BinaryUI
(this));
1 reference to BinaryUI
System.Windows.Forms.Design (1)
System\ComponentModel\Design\BinaryEditor.cs (1)
18
private
BinaryUI
? _binaryUI;