Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / CheckBoxAutomationPeer.cs / 1305600 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SchemaInfo.cs
- HttpHandlerActionCollection.cs
- Quaternion.cs
- ResourcesBuildProvider.cs
- XmlStrings.cs
- AttributeAction.cs
- StateMachine.cs
- ApplicationActivator.cs
- MemberNameValidator.cs
- RtfNavigator.cs
- XPathMessageFilterElementComparer.cs
- AuthenticationException.cs
- ObjectConverter.cs
- XmlConvert.cs
- XhtmlBasicPanelAdapter.cs
- HTMLTextWriter.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- Figure.cs
- Compiler.cs
- NamedPipeProcessProtocolHandler.cs
- MsmqTransportSecurityElement.cs
- CodeBlockBuilder.cs
- SqlProviderManifest.cs
- HtmlFormWrapper.cs
- InputGestureCollection.cs
- GridViewSelectEventArgs.cs
- QuaternionRotation3D.cs
- DiffuseMaterial.cs
- ListBase.cs
- RoleManagerEventArgs.cs
- FloaterParagraph.cs
- XPathPatternParser.cs
- ChooseAction.cs
- XsdBuildProvider.cs
- Configuration.cs
- TreeViewDataItemAutomationPeer.cs
- TypeBuilder.cs
- ByValueEqualityComparer.cs
- WMIGenerator.cs
- VersionPair.cs
- SafeNativeMethods.cs
- DynamicILGenerator.cs
- WebPartActionVerb.cs
- XPathEmptyIterator.cs
- InteropExecutor.cs
- UrlPath.cs
- Zone.cs
- RecipientInfo.cs
- WsdlInspector.cs
- AccessorTable.cs
- BaseCollection.cs
- ImageList.cs
- EdmItemCollection.cs
- ProfilePropertySettings.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- Encoder.cs
- XmlSchemaSimpleContentRestriction.cs
- Executor.cs
- PipeStream.cs
- DispatcherHooks.cs
- PointAnimationUsingPath.cs
- DashStyle.cs
- ModelItemImpl.cs
- HttpWebResponse.cs
- MultiAsyncResult.cs
- Container.cs
- ToolStripItemClickedEventArgs.cs
- ListControl.cs
- EventSetter.cs
- Label.cs
- UserPrincipalNameElement.cs
- RuntimeIdentifierPropertyAttribute.cs
- StickyNoteAnnotations.cs
- HashMembershipCondition.cs
- WinEventWrap.cs
- KeyTimeConverter.cs
- WebService.cs
- DescendantOverDescendantQuery.cs
- BitmapFrame.cs
- VectorCollectionConverter.cs
- DebugHandleTracker.cs
- Pen.cs
- MailHeaderInfo.cs
- Int16Storage.cs
- SQLDateTime.cs
- CurrencyWrapper.cs
- BitFlagsGenerator.cs
- BasicViewGenerator.cs
- StrongTypingException.cs
- QuadraticBezierSegment.cs
- FormsAuthenticationTicket.cs
- LocationUpdates.cs
- SessionStateSection.cs
- SqlCacheDependencyDatabaseCollection.cs
- FunctionCommandText.cs
- DoubleUtil.cs
- VariableQuery.cs
- DataBindingCollection.cs
- MessageSecurityOverTcpElement.cs
- KeySpline.cs