8 references to GetAllGridEntries
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (8)
589internal GridEntryCollection? AccessibilityGetGridEntries() => GetAllGridEntries(); 624GridEntryCollection? entries = GetAllGridEntries(); 1589GridEntryCollection? allGridEntries = GetAllGridEntries(); 1614allGridEntries = GetAllGridEntries(); 1806GridEntryCollection? allGridEntries = GetAllGridEntries(); 1913GridEntryCollection? allGridEntries = GetAllGridEntries(); 2793GridEntryCollection allEntries = GetAllGridEntries()!; 4436GridEntryCollection? rgipesAll = GetAllGridEntries();