1 override of GetDescriptionInternal
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarChildAccessibleObject.cs (1)
46internal override unsafe BSTR GetDescriptionInternal() =>
5 references to GetDescriptionInternal
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\AccessibleObject.cs (5)
168public virtual string? Description => GetDescriptionInternal().ToNullableStringAndFree(); 171/// Determines if <see cref="GetDescriptionInternal"/> can be called without calling <see cref="Description"/> 1220? GetDescriptionInternal() 1992? GetDescriptionInternal() 2002? child.GetDescriptionInternal()