Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / ToggleButtonAutomationPeer.cs / 1305600 / ToggleButtonAutomationPeer.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.Controls.Primitives; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class ToggleButtonAutomationPeer : ButtonBaseAutomationPeer, IToggleProvider { /// public ToggleButtonAutomationPeer(ToggleButton owner): base(owner) {} /// override protected string GetClassNameCore() { return "Button"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Button; } /// override public object GetPattern(PatternInterface patternInterface) { if (patternInterface == PatternInterface.Toggle) { return this; } else { return base.GetPattern(patternInterface); } } void IToggleProvider.Toggle() { if(!IsEnabled()) throw new ElementNotEnabledException(); ToggleButton owner = (ToggleButton)Owner; owner.OnToggle(); } ToggleState IToggleProvider.ToggleState { get { ToggleButton owner = (ToggleButton)Owner; return ConvertToToggleState(owner.IsChecked); } } // [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)] internal virtual void RaiseToggleStatePropertyChangedEvent(bool? oldValue, bool? newValue) { if (oldValue != newValue) { RaisePropertyChangedEvent(TogglePatternIdentifiers.ToggleStateProperty, ConvertToToggleState(oldValue), ConvertToToggleState(newValue)); } } private static ToggleState ConvertToToggleState(bool? value) { switch (value) { case (true): return ToggleState.On; case (false): return ToggleState.Off; default: return ToggleState.Indeterminate; } } } } // 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.Controls.Primitives; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class ToggleButtonAutomationPeer : ButtonBaseAutomationPeer, IToggleProvider { /// public ToggleButtonAutomationPeer(ToggleButton owner): base(owner) {} /// override protected string GetClassNameCore() { return "Button"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Button; } /// override public object GetPattern(PatternInterface patternInterface) { if (patternInterface == PatternInterface.Toggle) { return this; } else { return base.GetPattern(patternInterface); } } void IToggleProvider.Toggle() { if(!IsEnabled()) throw new ElementNotEnabledException(); ToggleButton owner = (ToggleButton)Owner; owner.OnToggle(); } ToggleState IToggleProvider.ToggleState { get { ToggleButton owner = (ToggleButton)Owner; return ConvertToToggleState(owner.IsChecked); } } // [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)] internal virtual void RaiseToggleStatePropertyChangedEvent(bool? oldValue, bool? newValue) { if (oldValue != newValue) { RaisePropertyChangedEvent(TogglePatternIdentifiers.ToggleStateProperty, ConvertToToggleState(oldValue), ConvertToToggleState(newValue)); } } private static ToggleState ConvertToToggleState(bool? value) { switch (value) { case (true): return ToggleState.On; case (false): return ToggleState.Off; default: return ToggleState.Indeterminate; } } } } // 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
- ComboBoxRenderer.cs
- SafeNativeMemoryHandle.cs
- CustomErrorCollection.cs
- RtfNavigator.cs
- SocketInformation.cs
- AbandonedMutexException.cs
- StylusSystemGestureEventArgs.cs
- CatalogPartChrome.cs
- XPathDocumentBuilder.cs
- XmlSerializerAssemblyAttribute.cs
- EventSetterHandlerConverter.cs
- XmlQueryCardinality.cs
- SafeNativeMethods.cs
- DateTimeParse.cs
- CodeArrayIndexerExpression.cs
- HashJoinQueryOperatorEnumerator.cs
- XmlWhitespace.cs
- FilteredReadOnlyMetadataCollection.cs
- ExpressionsCollectionConverter.cs
- EndEvent.cs
- ClientRuntimeConfig.cs
- OracleSqlParser.cs
- Graphics.cs
- Lease.cs
- TextOptionsInternal.cs
- StringConverter.cs
- SqlProfileProvider.cs
- EntityContainerAssociationSetEnd.cs
- VirtualDirectoryMapping.cs
- WindowsStatic.cs
- Hashtable.cs
- TypedRowGenerator.cs
- CompilerInfo.cs
- SymmetricAlgorithm.cs
- BreakRecordTable.cs
- GifBitmapEncoder.cs
- AnimationClock.cs
- ListViewInsertEventArgs.cs
- HtmlEmptyTagControlBuilder.cs
- HttpSessionStateBase.cs
- WebPartEditorOkVerb.cs
- PtsCache.cs
- TemplateControlBuildProvider.cs
- ConnectionPoolManager.cs
- TagPrefixCollection.cs
- Int32CollectionConverter.cs
- QueryContinueDragEvent.cs
- EncryptedKey.cs
- OptimizedTemplateContentHelper.cs
- CodeSubDirectoriesCollection.cs
- SmtpCommands.cs
- CapabilitiesPattern.cs
- TemplateAction.cs
- TextTreeTextNode.cs
- ReadOnlyObservableCollection.cs
- ZipIOExtraFieldElement.cs
- DataGridViewTextBoxCell.cs
- Track.cs
- AttributeUsageAttribute.cs
- Cloud.cs
- HttpCapabilitiesSectionHandler.cs
- DragEventArgs.cs
- DocumentPaginator.cs
- MonitoringDescriptionAttribute.cs
- DataGridViewCellStyleConverter.cs
- DesignColumnCollection.cs
- DefaultAsyncDataDispatcher.cs
- CurrentChangedEventManager.cs
- SoapFormatter.cs
- SqlFileStream.cs
- Base64Encoder.cs
- CodeGen.cs
- PeerInvitationResponse.cs
- WorkItem.cs
- TdsParameterSetter.cs
- HitTestWithGeometryDrawingContextWalker.cs
- SymmetricCryptoHandle.cs
- Command.cs
- RootAction.cs
- RemoteWebConfigurationHostServer.cs
- BoolExpr.cs
- CalendarButtonAutomationPeer.cs
- LinqDataSourceContextEventArgs.cs
- FunctionImportElement.cs
- _NegotiateClient.cs
- BindingMAnagerBase.cs
- Int16KeyFrameCollection.cs
- StringCollection.cs
- DataGridViewCellEventArgs.cs
- ProxyGenerator.cs
- TrackingProfileCache.cs
- TemplateXamlTreeBuilder.cs
- ResourceSet.cs
- PathSegment.cs
- ConnectionProviderAttribute.cs
- Exception.cs
- XPathException.cs
- PreservationFileWriter.cs
- lengthconverter.cs
- CellParagraph.cs