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
- RemotingSurrogateSelector.cs
- SettingsBase.cs
- CompilerWrapper.cs
- ParameterToken.cs
- ResolveResponse.cs
- GuidTagList.cs
- CodeValidator.cs
- ContextStack.cs
- CancelAsyncOperationRequest.cs
- CodeIdentifier.cs
- Span.cs
- TaskFormBase.cs
- HtmlEmptyTagControlBuilder.cs
- Span.cs
- DatagridviewDisplayedBandsData.cs
- EncodingInfo.cs
- OledbConnectionStringbuilder.cs
- Cursor.cs
- ToolboxDataAttribute.cs
- CodeDirectoryCompiler.cs
- ParallelTimeline.cs
- SimpleFileLog.cs
- ScrollProviderWrapper.cs
- FixedFlowMap.cs
- ErrorRuntimeConfig.cs
- SessionEndedEventArgs.cs
- FacetValueContainer.cs
- SymLanguageType.cs
- ListViewItem.cs
- WindowsImpersonationContext.cs
- ListView.cs
- DataGridViewControlCollection.cs
- XmlDigitalSignatureProcessor.cs
- InvalidWMPVersionException.cs
- BaseDataListComponentEditor.cs
- NetMsmqBindingElement.cs
- WorkflowServiceAttributesTypeConverter.cs
- _Semaphore.cs
- AttachmentCollection.cs
- MessageSecurityException.cs
- ComponentEditorForm.cs
- SystemFonts.cs
- DropShadowBitmapEffect.cs
- DocumentViewer.cs
- SQLDecimalStorage.cs
- JapaneseLunisolarCalendar.cs
- ImageMapEventArgs.cs
- TagPrefixInfo.cs
- DefaultDialogButtons.cs
- ObjectDataSourceStatusEventArgs.cs
- DeviceContext2.cs
- HttpListenerResponse.cs
- RoutedEventArgs.cs
- DataGridViewDataConnection.cs
- TreeBuilderXamlTranslator.cs
- ScrollPattern.cs
- RectangleConverter.cs
- BinHexDecoder.cs
- DataGridViewTopRowAccessibleObject.cs
- HttpContextBase.cs
- LinqDataSourceView.cs
- SessionState.cs
- SettingsPropertyNotFoundException.cs
- ToolStripSettings.cs
- BaseParagraph.cs
- HealthMonitoringSection.cs
- PolygonHotSpot.cs
- DSASignatureDeformatter.cs
- IERequestCache.cs
- RecommendedAsConfigurableAttribute.cs
- ChangeBlockUndoRecord.cs
- DoubleCollectionValueSerializer.cs
- BinaryMessageEncodingBindingElement.cs
- CounterCreationData.cs
- OpenCollectionAsyncResult.cs
- SamlConditions.cs
- SyndicationDeserializer.cs
- PluralizationServiceUtil.cs
- RadioButtonList.cs
- CalendarData.cs
- DataSourceView.cs
- InternalRelationshipCollection.cs
- SymbolPair.cs
- ConstraintEnumerator.cs
- ContentWrapperAttribute.cs
- DictionaryEntry.cs
- MissingMethodException.cs
- SchemaImporter.cs
- TypeSchema.cs
- RowSpanVector.cs
- ActiveDocumentEvent.cs
- XmlNotation.cs
- PtsHost.cs
- HttpValueCollection.cs
- NavigationPropertySingletonExpression.cs
- XPathChildIterator.cs
- TreeView.cs
- PreProcessInputEventArgs.cs
- TypographyProperties.cs
- WebUtil.cs