Example #1
0
 private static bool HasAllowedPlatformPropertiesForText(IA11yElement e)
 {
     return(!WinForms.Matches(e) ||
            !HasStaticEdgeExtendedStyle(e));
 }