- 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.
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.