Comments
Sort by recent activity
Yes, I think I was loading a reference assembly. I loaded PresentationCore from the cache and am now seeing method bodies.
However, strangely, the classes I'm looking for aren't there. For example EasingFunction base and IEasingFunction.
They did appear in the reference assembly, but without method bodies.
Is there something special about these classes? / comments
Yes, I think I was loading a reference assembly. I loaded PresentationCore from the cache and am now seeing method bodies.
However, strangely, the classes I'm looking for aren't there. For example ...