Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Automation / Peers / FrameAutomationPeer.cs / 1 / FrameAutomationPeer.cs
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Media;
using System.ComponentModel;
namespace System.Windows.Automation.Peers
{
///
public class FrameAutomationPeer : FrameworkElementAutomationPeer
{
///
public FrameAutomationPeer(Frame owner) : base(owner)
{ }
///
override protected string GetClassNameCore()
{
return "Frame";
}
///
protected override AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.Pane;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Media;
using System.ComponentModel;
namespace System.Windows.Automation.Peers
{
///
public class FrameAutomationPeer : FrameworkElementAutomationPeer
{
///
public FrameAutomationPeer(Frame owner) : base(owner)
{ }
///
override protected string GetClassNameCore()
{
return "Frame";
}
///
protected override AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.Pane;
}
}
}
// 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
- AssemblyFilter.cs
- XPathDocument.cs
- KnowledgeBase.cs
- CheckBox.cs
- Serializer.cs
- Margins.cs
- LinqDataSourceEditData.cs
- PropertyNames.cs
- SemaphoreFullException.cs
- ColorInterpolationModeValidation.cs
- DataGridViewComboBoxCell.cs
- SoapTypeAttribute.cs
- DirectionalLight.cs
- DebuggerAttributes.cs
- ListViewUpdateEventArgs.cs
- RuleSettingsCollection.cs
- ComponentResourceKeyConverter.cs
- TextServicesLoader.cs
- ControlValuePropertyAttribute.cs
- ProxyGenerator.cs
- HttpMethodAttribute.cs
- DetailsViewPageEventArgs.cs
- ObjectAnimationBase.cs
- Privilege.cs
- HtmlInputCheckBox.cs
- TransformCryptoHandle.cs
- ClockGroup.cs
- SmtpNtlmAuthenticationModule.cs
- FamilyCollection.cs
- ReliabilityContractAttribute.cs
- EntryWrittenEventArgs.cs
- KeyTimeConverter.cs
- XmlSchemaSimpleContentRestriction.cs
- ListBindingConverter.cs
- XmlAttributeCache.cs
- ContainsRowNumberChecker.cs
- Int32Converter.cs
- BuildManagerHost.cs
- Exceptions.cs
- TextBoxAutoCompleteSourceConverter.cs
- TypeDescriptor.cs
- errorpatternmatcher.cs
- WorkflowOperationBehavior.cs
- HandleCollector.cs
- UnsafeNativeMethods.cs
- ZoneLinkButton.cs
- MemberHolder.cs
- GenericRootAutomationPeer.cs
- XmlSchemaInclude.cs
- HtmlInputButton.cs
- OdbcConnection.cs
- GridPatternIdentifiers.cs
- SortedList.cs
- DataGridViewColumnStateChangedEventArgs.cs
- Vector3DCollection.cs
- StateRuntime.cs
- EncodingDataItem.cs
- cookieexception.cs
- BinHexDecoder.cs
- ClientRoleProvider.cs
- LocalFileSettingsProvider.cs
- SettingsContext.cs
- AuthenticationConfig.cs
- DateTimeOffsetConverter.cs
- LinkedResourceCollection.cs
- PrtTicket_Base.cs
- NoClickablePointException.cs
- JoinTreeSlot.cs
- AspNetSynchronizationContext.cs
- IdentityValidationException.cs
- ExtendedPropertyDescriptor.cs
- NameValueCollection.cs
- SqlCacheDependencyDatabaseCollection.cs
- FieldToken.cs
- InlinedAggregationOperatorEnumerator.cs
- ProfileBuildProvider.cs
- unsafeIndexingFilterStream.cs
- TcpServerChannel.cs
- HttpProfileBase.cs
- PropertyMapper.cs
- NaturalLanguageHyphenator.cs
- HotSpotCollection.cs
- ApplicationFileCodeDomTreeGenerator.cs
- BitmapEffectState.cs
- SortAction.cs
- OleDbConnectionInternal.cs
- PointLightBase.cs
- MulticastNotSupportedException.cs
- ExpressionEditorAttribute.cs
- CultureInfoConverter.cs
- MemoryRecordBuffer.cs
- DrawingAttributeSerializer.cs
- MsmqTransportReceiveParameters.cs
- CopyCodeAction.cs
- RequestSecurityTokenResponse.cs
- MSAAWinEventWrap.cs
- MultiTrigger.cs
- EditorBrowsableAttribute.cs
- CustomAttribute.cs
- WebHttpBindingCollectionElement.cs