32 references to ReadBoolean
mscorlib (2)
system\resources\resourcereader.cs (1)
692return _store.ReadBoolean();
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
279return dataReader.ReadBoolean();
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
684val[i] = br.ReadBoolean(); 718return br.ReadBoolean();
PresentationFramework (12)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
992bool isShared = _binaryReader.ReadBoolean(); 993bool isSharedSet = _binaryReader.ReadBoolean(); 1012bool isShared = _binaryReader.ReadBoolean(); 1013bool isSharedSet = _binaryReader.ReadBoolean(); 1322bool isShared = _binaryReader.ReadBoolean(); 1323bool isSharedSet = _binaryReader.ReadBoolean();
src\Framework\System\Windows\Markup\BamlRecords.cs (6)
1520((IBamlDictionaryKey)this).Shared = bamlBinaryReader.ReadBoolean(); 1521((IBamlDictionaryKey)this).SharedSet = bamlBinaryReader.ReadBoolean(); 1706((IBamlDictionaryKey)this).Shared = bamlBinaryReader.ReadBoolean(); 1707((IBamlDictionaryKey)this).SharedSet = bamlBinaryReader.ReadBoolean(); 4233LoadAsync = bamlBinaryReader.ReadBoolean(); 4235DebugBaml = bamlBinaryReader.ReadBoolean();
System.Data.SqlXml (4)
System\Xml\Xsl\QIL\WhitespaceRule.cs (1)
90this.preserveSpace = reader.ReadBoolean();
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (1)
364return ReadBoolean() ? ReadString() : null;
System\Xml\Xsl\XmlQueryTypeFactory.cs (2)
541return Create((XmlTypeCode) code, /*isStrict:*/reader.ReadBoolean()); 976if (reader.ReadBoolean())
System.Web (5)
httpstaticobjectscollection.cs (2)
211hasInstance = reader.ReadBoolean(); 218bool lateBound = reader.ReadBoolean();
State\SessionStateUtil.cs (2)
159hasItems = reader.ReadBoolean(); 160hasStaticObjects = reader.ReadBoolean();
Util\altserialization.cs (1)
180value = reader.ReadBoolean();
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
3076 objValue = reader.ReadBoolean();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
6758manualUpdate = br.ReadBoolean();
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
3076 objValue = reader.ReadBoolean();
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
744bool preview = reader.ReadBoolean();
AuthoringOM\Design\CompositeActivityDesigner.cs (1)
1316Expanded = reader.ReadBoolean();
AuthoringOM\Design\WorkflowInlining.cs (1)
177if (reader.ReadBoolean())
AuthoringOM\Design\WorkflowView.cs (1)
913this.PrintPreviewMode = reader.ReadBoolean();