2 references to IEMainRegPath
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkUtilities.cs (1)
131
key = Registry.CurrentUser.OpenSubKey(
IEMainRegPath
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\LinkUtilitiesTests.cs (1)
15
RegistryKey? key = Registry.CurrentUser.OpenSubKey(LinkUtilities.
IEMainRegPath
);