4 references to Flag_Attached
System.Configuration (4)
System\Configuration\SectionInformation.cs (4)
102
_flags[
Flag_Attached
] = true;
162
_flags[
Flag_Attached
] = false;
168
return ( _flags[
Flag_Attached
] ) &&
174
get {return _flags[
Flag_Attached
];}