8 references to GetAllGridEntries
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (8)
613internal GridEntryCollection? AccessibilityGetGridEntries() => GetAllGridEntries(); 648GridEntryCollection? entries = GetAllGridEntries(); 1613GridEntryCollection? allGridEntries = GetAllGridEntries(); 1638allGridEntries = GetAllGridEntries(); 1830GridEntryCollection? allGridEntries = GetAllGridEntries(); 1937GridEntryCollection? allGridEntries = GetAllGridEntries(); 2833GridEntryCollection allEntries = GetAllGridEntries()!; 4469GridEntryCollection? rgipesAll = GetAllGridEntries();