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)
270
public
PCWSTR
lpPrintTemplateName;
System.Windows.Forms (18)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (2)
51
PInvoke.GetModuleHandle((
PCWSTR
)null),
60
PInvoke.GetModuleHandle((
PCWSTR
)null),
System\Windows\Forms\ActiveX\AxHost.cs (1)
3031
(
PCWSTR
)null,
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (4)
907
inPlaceFrame.Value->SetActiveObject(activeObject, (
PCWSTR
)null);
911
inPlaceUiWindow.Value->SetActiveObject(activeObject, (
PCWSTR
)null);
1951
window.Value->SetActiveObject(null, (
PCWSTR
)null);
1960
frame.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)
109
protected virtual nint Instance => PInvoke.GetModuleHandle((
PCWSTR
)null);
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
288
protected virtual nint Instance => PInvoke.GetModuleHandle((
PCWSTR
)null);
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
393
hInstance = PInvoke.GetModuleHandle((
PCWSTR
)null),
System\Windows\Forms\NativeWindow.cs (1)
426
HINSTANCE modHandle = PInvoke.GetModuleHandle((
PCWSTR
)null);
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
159
windowClass.hInstance = PInvoke.GetModuleHandle((
PCWSTR
)null);
System\Windows\Forms\SendKeys\SendKeys.cs (2)
227
PInvoke.GetModuleHandle((
PCWSTR
)null),
245
PInvoke.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*)"/>