8 references to GetAllGridEntries
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (8)
612internal GridEntryCollection? AccessibilityGetGridEntries() => GetAllGridEntries(); 647GridEntryCollection? entries = GetAllGridEntries(); 1618GridEntryCollection? allGridEntries = GetAllGridEntries(); 1643allGridEntries = GetAllGridEntries(); 1835GridEntryCollection? allGridEntries = GetAllGridEntries(); 1942GridEntryCollection? allGridEntries = GetAllGridEntries(); 2838GridEntryCollection allEntries = GetAllGridEntries()!; 4480GridEntryCollection? rgipesAll = GetAllGridEntries();