예제 #1
0
        public void InitializeAccessibilityHelper()
        {
            // Don't swizzle twice if we have both XamMac and GtkMac running
            if (a11yHelperInstance != null)
            {
                return;
            }

            a11yHelperInstance = this;
            // TODO: Test if this works with VSM swizzle
            SwizzleNSApplicationAccessibilitySetter();
        }
 static AccessibleBackend()
 {
     a11yHelper = new AccerssibilityHelper();
 }