2 writes to punkVal
System.Private.Windows.Core (1)
Windows\Win32\System\Variant\VARIANT.cs (1)
962data = new() { punkVal = value }
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
920data = 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)
211using var font = ComScope<IFont>.TryQueryFrom(value.data.punkVal, out HRESULT hr);