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