7 references to PropertiesInternal
Microsoft.AspNetCore.Mvc.ViewFeatures (7)
DefaultDisplayTemplates.cs (1)
213foreach (var propertyExplorer in modelExplorer.PropertiesInternal)
DefaultEditorTemplates.cs (1)
255foreach (var propertyExplorer in modelExplorer.PropertiesInternal)
ModelExplorer.cs (3)
173public IEnumerable<ModelExplorer> Properties => PropertiesInternal; 238for (var i = 0; i < PropertiesInternal.Length; i++) 240var property = PropertiesInternal[i];
ModelExplorerExtensions.cs (2)
75if (modelExplorer.PropertiesInternal.Length == 0) 80var firstProperty = modelExplorer.PropertiesInternal[0];