2 references to OnStaticPropertyChangedMethodInfo
PresentationFramework (2)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (2)
608
Delegate d = Delegate.CreateDelegate(eventInfo.EventHandlerType, this,
OnStaticPropertyChangedMethodInfo
);
619
Delegate d = Delegate.CreateDelegate(eventInfo.EventHandlerType, this,
OnStaticPropertyChangedMethodInfo
);