2 writes to punkVal
System.Private.Windows.Core (1)
Windows\Win32\System\Variant\VARIANT.cs (1)
962
data = new() {
punkVal
= value }
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
920
data = new() {
punkVal
= unknown }
2 references to punkVal
System.Private.Windows.Core (1)
Windows\Win32\System\Variant\VARIANT.cs (1)
967
=> value.vt == VT_UNKNOWN ? value.data.
punkVal
: throw new InvalidCastException();
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
211
using var font = ComScope<IFont>.TryQueryFrom(value.data.
punkVal
, out HRESULT hr);