API diff: Microsoft.MacCatalyst.dll
Microsoft.MacCatalyst.dll
New Type: Accessibility.AXAnimatedImagesUtilities
public static class AXAnimatedImagesUtilities {
// properties
public static Foundation . NSString AnimatedImagesEnabledDidChangeNotification { get ; }
public static bool Enabled { get ; }
// inner types
public static class Notifications {
// methods
public static Foundation . NSObject ObserveAnimatedImagesEnabledDidChange ( System . EventHandler < Foundation . NSNotificationEventArgs > handler ) ;
public static Foundation . NSObject ObserveAnimatedImagesEnabledDidChange ( Foundation . NSObject objectToObserve , System . EventHandler < Foundation . NSNotificationEventArgs > handler ) ;
}
}
New Type: Accessibility.AXCustomContentProvider_Extensions
public static class AXCustomContentProvider_Extensions {
// methods
public static System . Func < AXCustomContent [ ] > GetAccessibilityCustomContentHandler ( this IAXCustomContentProvider This ) ;
public static void SetAccessibilityCustomContentHandler ( this IAXCustomContentProvider This , System . Func < AXCustomContent [ ] > value ) ;
}