10 overrides of CanGetDescriptionInternal
System.Windows.Forms (10)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
221internal override bool CanGetDescriptionInternal => IsInternal && Owner?.AccessibleDescription is null;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
21internal override bool CanGetDescriptionInternal => false;
System\Windows\Forms\Controls\Labels\LinkLabel.Link.LinkAccessibleObject.cs (1)
66internal override bool CanGetDescriptionInternal => false;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarCellAccessibleObject.cs (1)
90internal override bool CanGetDescriptionInternal => false;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarNextButtonAccessibleObject.cs (1)
33internal override bool CanGetDescriptionInternal => false;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarPreviousButtonAccessibleObject.cs (1)
33internal override bool CanGetDescriptionInternal => false;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (1)
140internal override bool CanGetDescriptionInternal => false;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarTodayLinkAccessibleObject.cs (1)
34internal override bool CanGetDescriptionInternal => false;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
57internal override bool CanGetDescriptionInternal => false;
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (1)
49internal override bool CanGetDescriptionInternal => IsInternal && _ownerItem.AccessibleDescription is null;
3 references to CanGetDescriptionInternal
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\AccessibleObject.cs (3)
1220*pszDescription = CanGetDescriptionInternal 1992*pszDescription = CanGetDescriptionInternal 2002*pszDescription = child.CanGetDescriptionInternal