1 instantiation of DispatchEntry
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (1)
57
new
()
4 references to DispatchEntry
System.Windows.Forms.Primitives (4)
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (4)
24
private readonly Dictionary<int,
DispatchEntry
> _members = [];
122
if (_members.TryGetValue(dispId, out
DispatchEntry
value))
161
if (!_members.TryGetValue(dispId, out
var
entry))
297
if (_members.TryGetValue(dispId, out
DispatchEntry
value))