10 overrides of CanGetDescriptionInternal
System.Windows.Forms (10)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
221
internal override bool
CanGetDescriptionInternal
=> IsInternal && Owner?.AccessibleDescription is null;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
21
internal override bool
CanGetDescriptionInternal
=> false;
System\Windows\Forms\Controls\Labels\LinkLabel.Link.LinkAccessibleObject.cs (1)
66
internal override bool
CanGetDescriptionInternal
=> false;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarCellAccessibleObject.cs (1)
90
internal override bool
CanGetDescriptionInternal
=> false;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarNextButtonAccessibleObject.cs (1)
33
internal override bool
CanGetDescriptionInternal
=> false;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarPreviousButtonAccessibleObject.cs (1)
33
internal override bool
CanGetDescriptionInternal
=> false;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (1)
140
internal override bool
CanGetDescriptionInternal
=> false;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarTodayLinkAccessibleObject.cs (1)
34
internal override bool
CanGetDescriptionInternal
=> false;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
57
internal override bool
CanGetDescriptionInternal
=> false;
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (1)
49
internal 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