Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Automation / Peers / CheckBoxAutomationPeer.cs / 1 / CheckBoxAutomationPeer.cs
using System; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class CheckBoxAutomationPeer : ToggleButtonAutomationPeer { /// public CheckBoxAutomationPeer(CheckBox owner): base(owner) {} /// override protected string GetClassNameCore() { return "CheckBox"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.CheckBox; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class CheckBoxAutomationPeer : ToggleButtonAutomationPeer { /// public CheckBoxAutomationPeer(CheckBox owner): base(owner) {} /// override protected string GetClassNameCore() { return "CheckBox"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.CheckBox; } } } // 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
- ListParaClient.cs
- Number.cs
- SchemaImporter.cs
- DesignerActionKeyboardBehavior.cs
- RegisteredDisposeScript.cs
- MiniMapControl.xaml.cs
- OneOfTypeConst.cs
- HierarchicalDataSourceIDConverter.cs
- SHA512Cng.cs
- LineServices.cs
- SemanticResolver.cs
- ExceptionHandlerDesigner.cs
- WebResourceAttribute.cs
- GeneralTransform3DTo2D.cs
- DeclarativeCatalogPart.cs
- HttpContextServiceHost.cs
- PlaceHolder.cs
- Helpers.cs
- OperationInfo.cs
- SoapIncludeAttribute.cs
- SecureEnvironment.cs
- MethodBuilder.cs
- DbMetaDataColumnNames.cs
- ClrProviderManifest.cs
- SerializerWriterEventHandlers.cs
- ReferencedCollectionType.cs
- Storyboard.cs
- OlePropertyStructs.cs
- FontUnit.cs
- WebPartTracker.cs
- XsdBuildProvider.cs
- Token.cs
- RegistryDataKey.cs
- NotImplementedException.cs
- GridLengthConverter.cs
- DesignerActionUIService.cs
- EpmSourceTree.cs
- MessageDescription.cs
- CodeBlockBuilder.cs
- DesignerPainter.cs
- WebPartConnectionsCancelEventArgs.cs
- WindowsRichEditRange.cs
- PlanCompiler.cs
- SqlServices.cs
- XmlLanguage.cs
- PartDesigner.cs
- CallTemplateAction.cs
- NavigationHelper.cs
- CheckBox.cs
- versioninfo.cs
- PixelShader.cs
- BaseCollection.cs
- XamlSerializer.cs
- IImplicitResourceProvider.cs
- AxHost.cs
- GridViewColumnHeaderAutomationPeer.cs
- ProcessModelSection.cs
- ArraySubsetEnumerator.cs
- HttpRuntime.cs
- MouseEvent.cs
- TemplateColumn.cs
- Walker.cs
- CodeTypeParameter.cs
- MemberHolder.cs
- WmlLinkAdapter.cs
- Context.cs
- AdornerDecorator.cs
- ResourceType.cs
- MediaPlayer.cs
- DataAccessor.cs
- ValidationVisibilityAttribute.cs
- ToolStripLabel.cs
- ViewEvent.cs
- SingleObjectCollection.cs
- WebAdminConfigurationHelper.cs
- EntityStoreSchemaGenerator.cs
- GeneralTransform.cs
- AttachedPropertyInfo.cs
- TextTreeDeleteContentUndoUnit.cs
- XmlQueryTypeFactory.cs
- Timer.cs
- ClockController.cs
- XamlToRtfWriter.cs
- BufferedReceiveElement.cs
- ComplexLine.cs
- PhysicalFontFamily.cs
- ValidationPropertyAttribute.cs
- SystemNetHelpers.cs
- GridViewRowCollection.cs
- HttpChannelHelper.cs
- DataGridRelationshipRow.cs
- AccessDataSourceView.cs
- CatalogZone.cs
- ServiceChannelFactory.cs
- TextParagraph.cs
- LogReservationCollection.cs
- ToolStripContentPanel.cs
- DataQuery.cs
- PopOutPanel.cs
- HybridWebProxyFinder.cs