Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / SeparatorAutomationPeer.cs / 1305600 / SeparatorAutomationPeer.cs
using System; using System.Collections; using System.Collections.Generic; 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 SeparatorAutomationPeer : FrameworkElementAutomationPeer { /// public SeparatorAutomationPeer(Separator owner): base(owner) {} /// protected override string GetClassNameCore() { return "Separator"; } /// protected override AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Separator; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections; using System.Collections.Generic; 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 SeparatorAutomationPeer : FrameworkElementAutomationPeer { /// public SeparatorAutomationPeer(Separator owner): base(owner) {} /// protected override string GetClassNameCore() { return "Separator"; } /// protected override AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Separator; } } } // 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
- glyphs.cs
- DependencyPropertyConverter.cs
- DefaultValueConverter.cs
- ProfileServiceManager.cs
- MD5.cs
- SqlInternalConnection.cs
- ChannelSinkStacks.cs
- GZipUtils.cs
- HttpListenerRequest.cs
- ObjectPropertyMapping.cs
- QilGenerator.cs
- CreateUserWizardAutoFormat.cs
- CodeSnippetTypeMember.cs
- RemoteWebConfigurationHostStream.cs
- StylusButton.cs
- DataPagerField.cs
- _HeaderInfoTable.cs
- DbXmlEnabledProviderManifest.cs
- RoutedUICommand.cs
- x509utils.cs
- GridViewEditEventArgs.cs
- TaiwanLunisolarCalendar.cs
- ByValueEqualityComparer.cs
- TemplateKey.cs
- SiteMapNodeItem.cs
- localization.cs
- ColumnBinding.cs
- RelationshipEnd.cs
- HyperlinkAutomationPeer.cs
- SqlGenerator.cs
- ObjectViewQueryResultData.cs
- Vector3DAnimationBase.cs
- FusionWrap.cs
- GenericWebPart.cs
- ArrayItemValue.cs
- LinearKeyFrames.cs
- ComplexType.cs
- DataServiceQuery.cs
- UniqueIdentifierService.cs
- UdpSocketReceiveManager.cs
- Error.cs
- CFStream.cs
- SQLString.cs
- SettingsContext.cs
- ComponentManagerBroker.cs
- MailDefinition.cs
- TextRange.cs
- Transform.cs
- DivideByZeroException.cs
- TypeContext.cs
- StyleSelector.cs
- HitTestParameters.cs
- IdleTimeoutMonitor.cs
- StreamGeometry.cs
- RSAPKCS1KeyExchangeFormatter.cs
- EntityProviderFactory.cs
- BinaryKeyIdentifierClause.cs
- XmlConvert.cs
- MessageQueueKey.cs
- GZipObjectSerializer.cs
- TextEditorDragDrop.cs
- CacheEntry.cs
- EntityAdapter.cs
- PropertyInformation.cs
- ControlDesignerState.cs
- UnmanagedMarshal.cs
- Win32.cs
- ExtenderProvidedPropertyAttribute.cs
- DataException.cs
- PassportAuthenticationEventArgs.cs
- PageParser.cs
- RequestTimeoutManager.cs
- SimpleWorkerRequest.cs
- IsolatedStorageFileStream.cs
- GregorianCalendar.cs
- Transform.cs
- EpmContentSerializer.cs
- GlyphCache.cs
- DBSqlParserColumnCollection.cs
- DemultiplexingClientMessageFormatter.cs
- DbCommandTree.cs
- LayoutExceptionEventArgs.cs
- DbParameterHelper.cs
- GeneralTransformCollection.cs
- HeaderCollection.cs
- IntPtr.cs
- TimelineGroup.cs
- TextSelectionProcessor.cs
- DataGridParentRows.cs
- Component.cs
- TraceProvider.cs
- ContentFileHelper.cs
- EditorPart.cs
- NameObjectCollectionBase.cs
- PngBitmapDecoder.cs
- SessionKeyExpiredException.cs
- NullableDoubleMinMaxAggregationOperator.cs
- PrimitiveType.cs
- PeerHelpers.cs
- SiteMapNodeItemEventArgs.cs