9 references to CreateDelegate
PresentationFramework (4)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (4)
287
Delegate d = Delegate.
CreateDelegate
(spcEvent.EventHandlerType, this, OnStaticPropertyChangedMethodInfo);
297
Delegate d = Delegate.
CreateDelegate
(spcEvent.EventHandlerType, this, OnStaticPropertyChangedMethodInfo);
617
Delegate d = Delegate.
CreateDelegate
(eventInfo.EventHandlerType, this, OnStaticPropertyChangedMethodInfo);
628
Delegate d = Delegate.
CreateDelegate
(eventInfo.EventHandlerType, this, OnStaticPropertyChangedMethodInfo);
System.Activities (1)
System\Activities\Runtime\CallbackWrapper.cs (1)
293
return Delegate.
CreateDelegate
(delegateType, targetInstance, callbackMethod);
System.Core (1)
Microsoft\Scripting\Utils\TypeExtensions.cs (1)
36
return Delegate.
CreateDelegate
(delegateType, target, methodInfo);
System.Web.Extensions (1)
UI\AsyncPostBackTrigger.cs (1)
115
Delegate handler = Delegate.
CreateDelegate
(eventInfo.EventHandlerType, this, EventHandler);
System.Workflow.ComponentModel (1)
AuthoringOM\Bind.cs (1)
815
memberValue = Delegate.
CreateDelegate
(targetType, dataSourceObject, (MethodInfo)memberInfo); //the wrapper method will never be static (even if the original one is)
WindowsBase (1)
Base\System\Windows\WeakEventManagerT.cs (1)
33
_handler = Delegate.
CreateDelegate
(_eventInfo.EventHandlerType, this, DeliverEventMethodInfo);