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