Base:
method
IsPatternSupported
System.Windows.Forms.MonthCalendar.MonthCalendarChildAccessibleObject.IsPatternSupported(Windows.Win32.UI.Accessibility.UIA_PATTERN_ID)
2 references to IsPatternSupported
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarAccessibleObjectTests.cs (2)
224Assert.True(calendar.IsPatternSupported(UIA_PATTERN_ID.UIA_GridItemPatternId)); 236Assert.True(calendar.IsPatternSupported(UIA_PATTERN_ID.UIA_TableItemPatternId));