35 references to GetBoolean
mscorlib (2)
system\weakreference.cs (1)
62
bool trackResurrection = info.
GetBoolean
("TrackResurrection");
system\weakreferenceoft.cs (1)
55
bool trackResurrection = info.
GetBoolean
("TrackResurrection");
System (13)
compmod\system\collections\generic\sortedset.cs (4)
2032
lBoundActive = siInfo.
GetBoolean
(lBoundActiveName);
2033
uBoundActive = siInfo.
GetBoolean
(uBoundActiveName);
2242
reverse = siInfo.
GetBoolean
(ReverseName);
2243
bool EnumStarted = siInfo.
GetBoolean
(EnumStartName);
compmod\system\collections\specialized\nameobjectcollectionbase.cs (1)
206
readOnly = info.
GetBoolean
(ReadOnlyName);;
compmod\system\collections\specialized\ordereddictionary.cs (1)
284
_readOnly = _siInfo.
GetBoolean
(ReadOnlyName);
net\System\Net\HttpWebRequest.cs (4)
5275
KeepAlive = serializationInfo.
GetBoolean
("_KeepAlive");
5276
Pipelined = serializationInfo.
GetBoolean
("_Pipelined");
5277
AllowAutoRedirect = serializationInfo.
GetBoolean
("_AllowAutoRedirect");
5278
if (!serializationInfo.
GetBoolean
("_AllowWriteStreamBuffering"))
net\System\Net\webproxy.cs (3)
431
useRegistry = serializationInfo.
GetBoolean
("_UseRegistry");
444
_BypassOnLocal = serializationInfo.
GetBoolean
("_BypassOnLocal");
447
UseDefaultCredentials = serializationInfo.
GetBoolean
("_UseDefaultCredentials");
System.AddIn (1)
System\Addin\MiniReflection\TypeInfo.cs (1)
213
_isGeneric = info.
GetBoolean
(IsGenericFieldName);
System.Data (12)
fx\src\data\System\Data\DataSet.cs (2)
431
_caseSensitive = info.
GetBoolean
("DataSet.CaseSensitive");
435
enforceConstraints = info.
GetBoolean
("DataSet.EnforceConstraints");
fx\src\data\System\Data\DataTable.cs (7)
395
bool caseSensitive = info.
GetBoolean
("DataTable.CaseSensitive");
397
_caseSensitiveUserSet = !info.
GetBoolean
("DataTable.caseSensitiveAmbient");
409
fNestedInDataset = (bool) info.
GetBoolean
("DataTable.NestedInDataSet");
412
repeatableElement = info.
GetBoolean
("DataTable.RepeatableElement");
438
dc.AllowDBNull = info.
GetBoolean
(String.Format(formatProvider, "DataTable.DataColumn_{0}.AllowDBNull", i));
439
dc.AutoIncrement = info.
GetBoolean
(String.Format(formatProvider, "DataTable.DataColumn_{0}.AutoIncrement", i));
444
dc.ReadOnly = info.
GetBoolean
(String.Format(formatProvider, "DataTable.DataColumn_{0}.ReadOnly", i));
fx\src\data\System\Data\SimpleType.cs (1)
60
if (info.
GetBoolean
("SimpleType.XmlBaseType.XmlQualifiedNameExists")) {
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (1)
150
if (info.
GetBoolean
("IsNull"))
fx\src\data\System\Data\SQLTypes\SQLChars.cs (1)
141
if (info.
GetBoolean
("IsNull"))
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
467
bool isLocked = info.
GetBoolean
("Locked");
System.Net (2)
net\PeerToPeer\Collaboration\PeerContact.cs (1)
343
m_justCreated = serializationInfo.
GetBoolean
("_JustCreated");
net\PeerToPeer\PeerNameRegistration.cs (1)
692
m_UseAutoEndPointSelection = info.
GetBoolean
("_UseAutoEndPointSelection");
System.Web (1)
Security\RolePrincipal.cs (1)
367
_IsRoleListCached = info.
GetBoolean
("_IsRoleListCached");
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListViewItem.cs (2)
1276
Checked = info.
GetBoolean
(entry.Name);
1285
UseItemStyleForSubItems = info.
GetBoolean
(entry.Name);
winforms\Managed\System\WinForms\TreeNode.cs (1)
1420
CheckedStateInternal = serializationInfo.
GetBoolean
(entry.Name);