14 references to FocusedCell
System.Windows.Forms (14)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarAccessibleObject.cs (2)
192&& _monthCalendarAccessibleObject.FocusedCell?.CalendarIndex == _calendarIndex; 219CalendarCellAccessibleObject? focusedCell = _monthCalendarAccessibleObject.FocusedCell;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarBodyAccessibleObject.cs (2)
184&& _monthCalendarAccessibleObject.FocusedCell?.CalendarIndex == _calendarIndex; 251CalendarCellAccessibleObject? focusedCell = _monthCalendarAccessibleObject.FocusedCell;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarCellAccessibleObject.cs (2)
148&& _monthCalendarAccessibleObject.FocusedCell == this; 202if (_monthCalendarAccessibleObject.Focused && _monthCalendarAccessibleObject.FocusedCell == this)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (2)
176CalendarCellAccessibleObject? focusedCell = _monthCalendarAccessibleObject.FocusedCell; 201CalendarCellAccessibleObject? focusedCell = _monthCalendarAccessibleObject.FocusedCell;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1432((MonthCalendarAccessibleObject)AccessibilityObject).FocusedCell?.RaiseAutomationEvent(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (5)
480FocusedCell?.RaiseAutomationEvent(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId); 504FocusedCell?.RaiseAutomationEvent(automationEventId); 532FocusedCell?.RaiseAutomationEvent(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId); 549=> FocusedCell?.RaiseAutomationEvent(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId); 602range = FocusedCell?.DateRange;