Search code examples
wpfstandards-compliance

Is WPF an ECMA standard library?


Is WPF an ECMA standard library? Or it is just a part of MS .net implementation? Any references please?


Solution

  • it is not.

    the C# and CLR is ECMA, but WPF is not.

    In more detail, BCL is ECMA but FCL is not.

    WPF & WinForms should be FCL.