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