2 references to OnStaticPropertyChangedMethodInfo
PresentationFramework (2)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (2)
287
Delegate d = Delegate.CreateDelegate(spcEvent.EventHandlerType, this,
OnStaticPropertyChangedMethodInfo
);
297
Delegate d = Delegate.CreateDelegate(spcEvent.EventHandlerType, this,
OnStaticPropertyChangedMethodInfo
);