4 writes to selectedGridEntry
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
4137selectedGridEntry = null; 4173selectedGridEntry = GetGridEntryFromRow(selectedRow); 4392selectedGridEntry = gridEntry; 4495selectedGridEntry = gridEntry;
73 references to selectedGridEntry
System.Windows.Forms (73)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (73)
233if (selectedGridEntry == null) { 238string val = selectedGridEntry.GetPropertyTextValue(); 250return CanCopy && selectedGridEntry.IsTextEditable; 257return selectedGridEntry != null && selectedGridEntry.IsTextEditable; // return gridView.CanPaste; 580return selectedGridEntry; 1189Clipboard.SetDataObject(selectedGridEntry.GetPropertyTextValue()); 1838if (selectedGridEntry != null) { 1843return !selectedGridEntry.Expandable; 2430if (selectedGridEntry != null && GetRowFromGridEntry(selectedGridEntry) != -1) { 2431selectedGridEntry.Focus = true; 2432SelectGridEntry(selectedGridEntry, false); 2438if (selectedGridEntry != null && selectedGridEntry.GetValueOwner() != null) { 2439UpdateHelpAttributes(null, selectedGridEntry); 2547if (index < 0 || selectedGridEntry == null) { 2576if (selectedGridEntry != null) { 2577selectedGridEntry.OnValueReturnKey(); 2652if (selectedGridEntry != null && GetRowFromGridEntry(selectedGridEntry) != -1) { 2654selectedGridEntry.Focus = true; 2791SelectGridEntry(selectedGridEntry, false); 2859if (selectedGridEntry != null) { 2861string curTextValue = selectedGridEntry.GetPropertyTextValue(); 3146if (AccessibilityImprovements.Level3 && selectedGridEntry.Enumerable && 3150ProcessEnumUpAndDown(selectedGridEntry, keyCode, false); 3333if (selectedGridEntry != null && selectedGridEntry.Enumerable && Edit.Focused && selectedGridEntry.IsValueEditable) { 3334int index = GetCurrentValueIndex(selectedGridEntry); 3337object[] values = selectedGridEntry.GetPropertyValueList(); 3350SelectGridEntry(selectedGridEntry, true); 3631bool setSelectTime = s != selectedGridEntry; 3684if (selectedGridEntry != null) { 3685SelectGridEntry(selectedGridEntry, true); 3696if (selectedGridEntry != null) { 3697SelectGridEntry(selectedGridEntry, true); 3807bool selectionVisible = (selectedGridEntry != null && selectedRow >=0 && selectedRow <= visibleRows); 3808SelectGridEntry(selectedGridEntry, selectionVisible); 3822GridEntry oldGridEntry = selectedGridEntry; 3823if (selectedGridEntry != null) { 4033else if (selectedGridEntry != null && selectedGridEntry.Expandable) { 4034SetExpand(selectedGridEntry, !selectedGridEntry.InternalExpanded); 4067GridEntry ipeSelect = selectedGridEntry; 4136UpdateHelpAttributes(selectedGridEntry, null); 4262GridEntry ipeCur = selectedGridEntry; 4381UpdateHelpAttributes(selectedGridEntry, gridEntry); 4384if (selectedGridEntry != null) { 4385selectedGridEntry.Focus = false; 4403if (selectedRow != row || !gridEntry.Equals(selectedGridEntry)) { 4493GridEntry oldSelectedGridEntry = selectedGridEntry; 4499if (selectedGridEntry != null) { 4500selectedGridEntry.Focus = this.FocusInside; 4518if (selectedGridEntry != oldSelectedGridEntry) { 4519this.ownerGrid.OnSelectedGridItemChanged(oldSelectedGridEntry, selectedGridEntry); 4624GridEntry ipeSelect = selectedGridEntry; 4670selectedRow = GetRowFromGridEntry(selectedGridEntry); 4720GridEntry ipeCur = selectedGridEntry; 4722if (selectedGridEntry == null && selectedRow != -1) { 4810ipeCur = selectedGridEntry; 4828GridEntry ipeCur = selectedGridEntry; 4830if (selectedGridEntry == null && selectedRow != -1) { 4856if (selectedGridEntry == null) { 4860SelectGridEntry(selectedGridEntry, true); 5026SelectGridEntry(selectedGridEntry, true); 5103SelectGridEntry(selectedGridEntry, true); 5138UpdateHelpAttributes(selectedGridEntry, null); 5359if (selectedGridEntry != null) { 5386m.Result = (IntPtr)GetRowFromGridEntry(selectedGridEntry); 7788selectedItemTree = gridView.GetGridEntryHierarchy(gridView.selectedGridEntry);