You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
View the System.Windows.Markup.Primitives.MarkupObject class in the WindowsBase assembly.
Right click on the "GetProperties(bool)" method
Click on Analyze
Try to expand "Overridden By"
No methods will appear.
If you go to all the derived types of MarkupObject (make sure ILSpy is configured to show internal types), you will see that they all override that method.
The text was updated successfully, but these errors were encountered:
Overriding methods were not shown because the base method was marked
'internal' and so would normally only be visible within its own
assembly.
However the assembly had a InternalsVisibleToAttribute specified which
allowed access from the assembly containing the derived types....
No methods will appear.
If you go to all the derived types of MarkupObject (make sure ILSpy is configured to show internal types), you will see that they all override that method.
The text was updated successfully, but these errors were encountered: