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