35 references to GetBoolean
mscorlib (2)
system\weakreference.cs (1)
62bool trackResurrection = info.GetBoolean("TrackResurrection");
system\weakreferenceoft.cs (1)
55bool trackResurrection = info.GetBoolean("TrackResurrection");
System (13)
compmod\system\collections\generic\sortedset.cs (4)
2032lBoundActive = siInfo.GetBoolean(lBoundActiveName); 2033uBoundActive = siInfo.GetBoolean(uBoundActiveName); 2242reverse = siInfo.GetBoolean(ReverseName); 2243bool EnumStarted = siInfo.GetBoolean(EnumStartName);
compmod\system\collections\specialized\nameobjectcollectionbase.cs (1)
206readOnly = info.GetBoolean(ReadOnlyName);;
compmod\system\collections\specialized\ordereddictionary.cs (1)
284_readOnly = _siInfo.GetBoolean(ReadOnlyName);
net\System\Net\HttpWebRequest.cs (4)
5275KeepAlive = serializationInfo.GetBoolean("_KeepAlive"); 5276Pipelined = serializationInfo.GetBoolean("_Pipelined"); 5277AllowAutoRedirect = serializationInfo.GetBoolean("_AllowAutoRedirect"); 5278if (!serializationInfo.GetBoolean("_AllowWriteStreamBuffering"))
net\System\Net\webproxy.cs (3)
431useRegistry = serializationInfo.GetBoolean("_UseRegistry"); 444_BypassOnLocal = serializationInfo.GetBoolean("_BypassOnLocal"); 447UseDefaultCredentials = 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"); 435enforceConstraints = info.GetBoolean("DataSet.EnforceConstraints");
fx\src\data\System\Data\DataTable.cs (7)
395bool caseSensitive = info.GetBoolean("DataTable.CaseSensitive"); 397_caseSensitiveUserSet = !info.GetBoolean("DataTable.caseSensitiveAmbient"); 409fNestedInDataset = (bool) info.GetBoolean("DataTable.NestedInDataSet"); 412repeatableElement = info.GetBoolean("DataTable.RepeatableElement"); 438dc.AllowDBNull = info.GetBoolean(String.Format(formatProvider, "DataTable.DataColumn_{0}.AllowDBNull", i)); 439dc.AutoIncrement = info.GetBoolean(String.Format(formatProvider, "DataTable.DataColumn_{0}.AutoIncrement", i)); 444dc.ReadOnly = info.GetBoolean(String.Format(formatProvider, "DataTable.DataColumn_{0}.ReadOnly", i));
fx\src\data\System\Data\SimpleType.cs (1)
60if (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)
467bool isLocked = info.GetBoolean("Locked");
System.Net (2)
net\PeerToPeer\Collaboration\PeerContact.cs (1)
343m_justCreated = serializationInfo.GetBoolean("_JustCreated");
net\PeerToPeer\PeerNameRegistration.cs (1)
692m_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)
1276Checked = info.GetBoolean(entry.Name); 1285UseItemStyleForSubItems = info.GetBoolean(entry.Name);
winforms\Managed\System\WinForms\TreeNode.cs (1)
1420CheckedStateInternal = serializationInfo.GetBoolean(entry.Name);