15 references to DllImportSearchPath
mscorlib (10)
system\runtime\interopservices\attributes.cs (3)
763
internal
DllImportSearchPath
_paths;
764
public DefaultDllImportSearchPathsAttribute(
DllImportSearchPath
paths)
769
public
DllImportSearchPath
Paths { get { return _paths; } }
system\runtime\interopservices\windowsruntime\nativemethods.cs (7)
31
[DefaultDllImportSearchPaths(
DllImportSearchPath
.System32)]
38
[DefaultDllImportSearchPaths(
DllImportSearchPath
.System32)]
44
[DefaultDllImportSearchPaths(
DllImportSearchPath
.System32)]
50
[DefaultDllImportSearchPaths(
DllImportSearchPath
.System32)]
58
[DefaultDllImportSearchPaths(
DllImportSearchPath
.System32)]
67
[DefaultDllImportSearchPaths(
DllImportSearchPath
.System32)]
73
[DefaultDllImportSearchPaths(
DllImportSearchPath
.System32)]
System.Windows.Forms (5)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (5)
213
[DefaultDllImportSearchPaths(
DllImportSearchPath
.System32)]
229
[DefaultDllImportSearchPaths(
DllImportSearchPath
.System32)]
243
[DefaultDllImportSearchPaths(
DllImportSearchPath
.System32)]
247
[DefaultDllImportSearchPaths(
DllImportSearchPath
.System32)]
251
[DefaultDllImportSearchPaths(
DllImportSearchPath
.System32)]