1 write to _instance
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
39
_instance
= instance ?? this;
2 references to _instance
System.Windows.Forms.Primitives (2)
Windows\Win32\System\Com\StandardDispatch.cs (2)
130
using ComScope<T> @interface = new(ComHelpers.GetComPointer<T>(
_instance
));
187
using ComScope<T> @interface = new(ComHelpers.GetComPointer<T>(
_instance
));