Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Base / MS / Internal / KnownBoxes.cs / 1 / KnownBoxes.cs
using System; using MS.Internal.WindowsBase; namespace MS.Internal.KnownBoxes { [FriendAccessAllowed] // Built into Base, also used by Core and Framework. internal static class BooleanBoxes { internal static object TrueBox = true; internal static object FalseBox = false; internal static object Box(bool value) { if (value) { return TrueBox; } else { return FalseBox; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SaveFileDialog.cs
- MimeXmlReflector.cs
- RelatedImageListAttribute.cs
- AsymmetricKeyExchangeFormatter.cs
- HandlerBase.cs
- BaseServiceProvider.cs
- BinHexDecoder.cs
- SqlDataAdapter.cs
- Misc.cs
- HttpProfileGroupBase.cs
- EastAsianLunisolarCalendar.cs
- ConfigurationConverterBase.cs
- EntityConnection.cs
- XmlChoiceIdentifierAttribute.cs
- HashLookup.cs
- ProvideValueServiceProvider.cs
- DesignTimeParseData.cs
- XmlSchemaRedefine.cs
- RelationshipFixer.cs
- MissingFieldException.cs
- SerialStream.cs
- RenderCapability.cs
- UidManager.cs
- OrderedDictionaryStateHelper.cs
- DocumentOrderComparer.cs
- DefaultObjectMappingItemCollection.cs
- XmlSerializerSection.cs
- EntityDataSourceReferenceGroup.cs
- _LocalDataStoreMgr.cs
- PtsContext.cs
- Bits.cs
- BindingSource.cs
- SortQuery.cs
- FloatMinMaxAggregationOperator.cs
- BasicViewGenerator.cs
- DropDownButton.cs
- DataMemberConverter.cs
- XPathSelectionIterator.cs
- PointValueSerializer.cs
- PartialTrustVisibleAssembliesSection.cs
- BaseInfoTable.cs
- WebPartZoneDesigner.cs
- SQLByteStorage.cs
- TemplatePartAttribute.cs
- TableLayoutColumnStyleCollection.cs
- OpenFileDialog.cs
- WebPartDescriptionCollection.cs
- LinqDataSource.cs
- RegionIterator.cs
- TypeRefElement.cs
- AssertSection.cs
- CalendarDayButton.cs
- SkipStoryboardToFill.cs
- WebPartCollection.cs
- ItemsChangedEventArgs.cs
- ContourSegment.cs
- ThousandthOfEmRealDoubles.cs
- FloaterParaClient.cs
- HandlerFactoryCache.cs
- CommandDesigner.cs
- DataGridViewColumnTypeEditor.cs
- EmptyCollection.cs
- PeerEndPoint.cs
- WindowPatternIdentifiers.cs
- PseudoWebRequest.cs
- SqlTypeSystemProvider.cs
- SiteMapProvider.cs
- XmlUTF8TextWriter.cs
- LineUtil.cs
- SqlSelectClauseBuilder.cs
- Pair.cs
- RpcCryptoRequest.cs
- SqlServices.cs
- SecureStringHasher.cs
- RootProjectionNode.cs
- Compilation.cs
- Util.cs
- Odbc32.cs
- ConfigurationHelpers.cs
- RelativeSource.cs
- EdmItemError.cs
- MarkerProperties.cs
- HtmlAnchor.cs
- SchemaImporterExtension.cs
- SingleTagSectionHandler.cs
- AuthStoreRoleProvider.cs
- HostedHttpTransportManager.cs
- InstanceData.cs
- ErrorCodes.cs
- SiteMapHierarchicalDataSourceView.cs
- ParameterSubsegment.cs
- HtmlElementCollection.cs
- PersonalizablePropertyEntry.cs
- WebSysDisplayNameAttribute.cs
- SafeNativeMethodsMilCoreApi.cs
- AmbiguousMatchException.cs
- CuspData.cs
- CodeCatchClause.cs
- Frame.cs
- RowUpdatedEventArgs.cs