8 references to GetAllGridEntries
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (8)
612internal GridEntryCollection? AccessibilityGetGridEntries() => GetAllGridEntries(); 647GridEntryCollection? entries = GetAllGridEntries(); 1612GridEntryCollection? allGridEntries = GetAllGridEntries(); 1637allGridEntries = GetAllGridEntries(); 1829GridEntryCollection? allGridEntries = GetAllGridEntries(); 1936GridEntryCollection? allGridEntries = GetAllGridEntries(); 2832GridEntryCollection allEntries = GetAllGridEntries()!; 4468GridEntryCollection? rgipesAll = GetAllGridEntries();