4 references to TryGetLocation
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (1)
44
public override unsafe Rectangle Bounds => SystemIAccessible.
TryGetLocation
(GetChildId());
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (1)
41
return SystemIAccessibleInternal.
TryGetLocation
(GetChildId());
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarChildAccessibleObject.cs (1)
31
return ParentInternal?.SystemIAccessible.
TryGetLocation
(GetChildId()) ?? Rectangle.Empty;
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarChildAccessibleObject.cs (1)
33
return ParentInternal.SystemIAccessible.
TryGetLocation
(GetChildId());