1 write to _owningListView
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListViewGroup.ListViewGroupAccessibleObject.cs (1)
23_owningListView = listView.OrThrowIfNull();
28 references to _owningListView
System.Windows.Forms (28)
System\Windows\Forms\Controls\ListView\ListViewGroup.ListViewGroupAccessibleObject.cs (28)
25_owningListViewAccessibilityObject = _owningListView.AccessibilityObject as ListViewAccessibleObject 26?? throw new InvalidOperationException(nameof(_owningListView.AccessibilityObject)); 38if (!_owningListView.IsHandleCreated || !_owningListView.GroupsDisplayed || IsEmpty) 59PInvokeCore.SendMessage(_owningListView, PInvoke.LVM_GETGROUPRECT, (WPARAM)nativeGroupId, ref groupRect); 63Rectangle listViewBounds = _owningListView.AccessibilityObject.Bounds; 64groupRect = _owningListView.RectangleToScreen(groupRect); 80? _owningListView.Groups.IndexOf(_owningGroup) + 1 81: _owningListView.Groups.IndexOf(_owningGroup); 94internal override IRawElementProviderFragmentRoot.Interface FragmentRoot => _owningListView.AccessibilityObject; 154if (!_owningListView.IsHandleCreated || !_owningListView.GroupsDisplayed) 166_owningListView, 174if (PInvokeCore.SendMessage(_owningListView, PInvoke.LVM_HASGROUP, (WPARAM)_owningGroup.ID) == 0) 186UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(_owningListView.Focused && Focused), 187UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)_owningListView.Enabled, 198foreach (ListViewItem? listViewItem in _owningListView.Items) 222if (!_owningListView.IsHandleCreated || !_owningListView.GroupsDisplayed || IsEmpty) 251if (!_owningListView.IsHandleCreated || !_owningListView.GroupsDisplayed || index < 0) 267if (child is null || !_owningListView.IsHandleCreated || !_owningListView.GroupsDisplayed) 286if (!_owningListView.IsHandleCreated || !_owningListView.GroupsDisplayed) 304if (!_owningListView.IsHandleCreated || !_owningListView.GroupsDisplayed || IsEmpty) 309_owningListView.FocusedGroup = _owningGroup;