2 references to s_propIndentSize
System.Configuration.ConfigurationManager (2)
System\Diagnostics\TraceSection.cs (2)
20
s_properties.Add(
s_propIndentSize
);
28
public int IndentSize => (int)this[
s_propIndentSize
];