25 references to UnwrapAndInvoke
System.Windows.Forms.Primitives (25)
Microsoft\Office\IMsoComponent.cs (5)
59=> UnwrapAndInvoke<IMsoComponent, Interface>(@this, o => o.OnEnterState(uStateID, fEnter)); 63=> UnwrapAndInvoke<IMsoComponent, Interface>(@this, o => o.OnAppActivate(fActive, dwOtherThreadID)); 67=> UnwrapAndInvoke<IMsoComponent, Interface>(@this, o => o.OnLoseActivation()); 78=> UnwrapAndInvoke<IMsoComponent, Interface>( 96=> UnwrapAndInvoke<IMsoComponent, Interface>(@this, o => o.Terminate());
System\Windows\Forms\IExtender.cs (20)
130=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.Align); 134=> UnwrapAndInvoke<IExtender, Interface>(@this, o => o.Align = value); 138=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.Enabled); 142=> UnwrapAndInvoke<IExtender, Interface>(@this, o => o.Enabled = value); 146=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.Height); 150=> UnwrapAndInvoke<IExtender, Interface>(@this, o => o.Height = value); 154=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.Left); 158=> UnwrapAndInvoke<IExtender, Interface>(@this, o => o.Left = value); 162=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.TabStop); 166=> UnwrapAndInvoke<IExtender, Interface>(@this, o => o.TabStop = value); 170=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.Top); 174=> UnwrapAndInvoke<IExtender, Interface>(@this, o => o.Top = value); 178=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.Visible); 182=> UnwrapAndInvoke<IExtender, Interface>(@this, o => o.Visible = value); 186=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.Width); 190=> UnwrapAndInvoke<IExtender, Interface>(@this, o => o.Width = value); 194=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.Name); 198=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.Parent); 202=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.Hwnd); 206=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.Container);