25 references to PCWSTR
System.Private.Windows.Core (4)
Windows\Win32\Graphics\Gdi\GetDcScope.cs (3)
51/// <see cref="PInvokeCore.CreateDCW(PCWSTR, PCWSTR, PCWSTR, DEVMODEW*)" /> is the
Windows\Win32\UI\Controls\Dialogs\PRINTDLGEXW.cs (1)
270public PCWSTR lpPrintTemplateName;
System.Windows.Forms (18)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (2)
51PInvoke.GetModuleHandle((PCWSTR)null), 60PInvoke.GetModuleHandle((PCWSTR)null),
System\Windows\Forms\ActiveX\AxHost.cs (1)
3064(PCWSTR)null,
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (4)
907inPlaceFrame.Value->SetActiveObject(activeObject, (PCWSTR)null); 911inPlaceUiWindow.Value->SetActiveObject(activeObject, (PCWSTR)null); 1946window.Value->SetActiveObject(null, (PCWSTR)null); 1955frame.Value->SetActiveObject(null, (PCWSTR)null);
System\Windows\Forms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (2)
70(PCWSTR)c, 105(PCWSTR)c,
System\Windows\Forms\Dialogs\CommonDialogs\ColorDialog.cs (1)
109protected virtual nint Instance => PInvoke.GetModuleHandle((PCWSTR)null);
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
288protected virtual nint Instance => PInvoke.GetModuleHandle((PCWSTR)null);
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
393hInstance = PInvoke.GetModuleHandle((PCWSTR)null),
System\Windows\Forms\NativeWindow.cs (1)
426HINSTANCE modHandle = PInvoke.GetModuleHandle((PCWSTR)null);
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
155windowClass.hInstance = PInvoke.GetModuleHandle((PCWSTR)null);
System\Windows\Forms\SendKeys\SendKeys.cs (2)
227PInvoke.GetModuleHandle((PCWSTR)null), 245PInvoke.GetModuleHandle((PCWSTR)null),
System\Windows\Forms\StringSource.cs (2)
50(PCWSTR)null, 51(PCWSTR)null);
System.Windows.Forms.Primitives (3)
Windows\Win32\PInvoke.GetTextExtentPoint32.cs (1)
10/// <inheritdoc cref="GetTextExtentPoint32W(HDC, PCWSTR, int, SIZE*)"/>
Windows\Win32\System\Com\StructuredStorage\PropertyBagExtensions.cs (2)
10/// <inheritdoc cref="IPropertyBag.Interface.Read(PCWSTR, VARIANT*, IErrorLog*)"/> 19/// <inheritdoc cref="IPropertyBag.Interface.Write(PCWSTR, VARIANT*)"/>