14 references to ContextForm
mscorlib (12)
system\activationcontext.cs (12)
42
private
ContextForm
_form;
109
_form =
ContextForm
.StoreBounded;
178
_form =
ContextForm
.Loose;
211
public
ContextForm
Form
265
if (_form ==
ContextForm
.Loose)
281
if (_form ==
ContextForm
.Loose)
311
if (_form ==
ContextForm
.Loose)
323
if (_form ==
ContextForm
.Loose)
353
if (_form ==
ContextForm
.Loose)
371
if (_form ==
ContextForm
.Loose)
388
if (_form ==
ContextForm
.Loose)
397
if (_form ==
ContextForm
.Loose)
System (1)
sys\system\configuration\ApplicationSettingsBase.cs (1)
698
if (actCtx != null && actCtx.Form == ActivationContext.
ContextForm
.StoreBounded) {
System.Configuration (1)
System\Configuration\ClientConfigPaths.cs (1)
433
if (actCtx != null && actCtx.Form == ActivationContext.
ContextForm
.StoreBounded) {