Base:
method
IsPatternSupported
System.Windows.Forms.MonthCalendar.MonthCalendarChildAccessibleObject.IsPatternSupported(Windows.Win32.UI.Accessibility.UIA_PATTERN_ID)
1 override of IsPatternSupported
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarCellAccessibleObject.cs (1)
150
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
2 references to IsPatternSupported
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarCellAccessibleObject.cs (1)
155
_ => base.
IsPatternSupported
(patternId)
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarButtonAccessibleObjectTests.cs (1)
69
bool actual = buttonAccessibleObject.
IsPatternSupported
(UIA_PATTERN_ID.UIA_InvokePatternId);