Code:
/ 4.0 / 4.0 / 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. 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
- AutomationFocusChangedEventArgs.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- DefaultSerializationProviderAttribute.cs
- TracedNativeMethods.cs
- ACL.cs
- BezierSegment.cs
- UniqueEventHelper.cs
- BitmapEffectDrawingContextWalker.cs
- XmlILAnnotation.cs
- TextLineBreak.cs
- DocumentPageView.cs
- CodeTypeDelegate.cs
- _NegoState.cs
- BamlLocalizabilityResolver.cs
- MimeTypeAttribute.cs
- ThreadInterruptedException.cs
- XamlReader.cs
- BooleanConverter.cs
- HttpResponseHeader.cs
- ClientBuildManagerCallback.cs
- IPPacketInformation.cs
- FactoryGenerator.cs
- ActivityValidator.cs
- DataContractSet.cs
- TemplateLookupAction.cs
- SHA256Managed.cs
- AnnotationComponentManager.cs
- Nullable.cs
- ConstraintConverter.cs
- DaylightTime.cs
- FillErrorEventArgs.cs
- IndependentAnimationStorage.cs
- RelatedCurrencyManager.cs
- WinEventHandler.cs
- ProcessInfo.cs
- AuditLogLocation.cs
- SignatureDescription.cs
- SimpleMailWebEventProvider.cs
- WebServiceEnumData.cs
- AmbiguousMatchException.cs
- AttachedAnnotation.cs
- ListViewItem.cs
- XNodeSchemaApplier.cs
- RawAppCommandInputReport.cs
- JsonFormatGeneratorStatics.cs
- _SslSessionsCache.cs
- ScrollableControl.cs
- XmlHierarchicalEnumerable.cs
- CodeMethodReturnStatement.cs
- GroupBoxAutomationPeer.cs
- RegisteredScript.cs
- UnsafeNativeMethods.cs
- ArraySegment.cs
- RuleSetReference.cs
- SecureConversationServiceCredential.cs
- DataGridViewCheckBoxCell.cs
- BufferedWebEventProvider.cs
- DragCompletedEventArgs.cs
- XmlEncodedRawTextWriter.cs
- WebServicesSection.cs
- Byte.cs
- VsPropertyGrid.cs
- File.cs
- KnownTypeAttribute.cs
- HttpCookiesSection.cs
- UnsafeNativeMethods.cs
- FullTextLine.cs
- ListControlConvertEventArgs.cs
- ToolStripManager.cs
- MetadataHelper.cs
- TagPrefixInfo.cs
- TextRunProperties.cs
- ResourceReferenceExpression.cs
- XPathQilFactory.cs
- JournalEntryListConverter.cs
- XmlAttributeAttribute.cs
- StorageBasedPackageProperties.cs
- TCEAdapterGenerator.cs
- SafeBitVector32.cs
- MonthChangedEventArgs.cs
- OracleInfoMessageEventArgs.cs
- CollectionBase.cs
- DecimalAnimationBase.cs
- UnsafeNativeMethods.cs
- regiisutil.cs
- DelegateBodyWriter.cs
- XmlSchemaAttributeGroupRef.cs
- DocobjHost.cs
- TextMetrics.cs
- TrustManagerPromptUI.cs
- WebContext.cs
- CallbackTimeoutsBehavior.cs
- EmptyEnumerator.cs
- UnsafeNativeMethods.cs
- DoubleUtil.cs
- EventSinkHelperWriter.cs
- KeyInstance.cs
- UnmanagedMarshal.cs
- SqlLiftIndependentRowExpressions.cs
- SqlWriter.cs