xaml-islands icon indicating copy to clipboard operation
xaml-islands copied to clipboard

XAML Islands samples, and home of CppXAML - C++ helpers for XAML

Results 4 xaml-islands issues
Sort by recently updated
recently updated
newest added

Fixes typo: "PropertyChangedEventHandler" to "PropertyChangedEventArgs".

https://github.com/asklar/xaml-islands/blob/bf60a7f031b317be8c8ead794b6e92b45c057e68/build/Unpackaged.targets#L33 This should be updated to support spaces in the path by using quotes: ``

Currently, non-template free functions in CppXaml (doesn't apply to member functions and functions which are templated) aren't inline and since they're defined fully in header files, it causes an ODR...