Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / System / Windows / Automation / Peers / UserControlAutomationPeer.cs / 1 / UserControlAutomationPeer.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 UserControlAutomationPeer : FrameworkElementAutomationPeer { /// public UserControlAutomationPeer(UserControl owner) : base(owner) { } /// override protected string GetClassNameCore() { return Owner.GetType().Name; } /// protected override AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Custom; } } } // 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 UserControlAutomationPeer : FrameworkElementAutomationPeer { /// public UserControlAutomationPeer(UserControl owner) : base(owner) { } /// override protected string GetClassNameCore() { return Owner.GetType().Name; } /// protected override AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Custom; } } } // 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
- HiddenFieldPageStatePersister.cs
- NavigationCommands.cs
- ReferencedCollectionType.cs
- SettingsSection.cs
- RbTree.cs
- InvalidPrinterException.cs
- ParentQuery.cs
- RTLAwareMessageBox.cs
- XsdCachingReader.cs
- TraceListeners.cs
- XmlSchemaElement.cs
- DataTrigger.cs
- Package.cs
- SafeSecurityHelper.cs
- MergeLocalizationDirectives.cs
- Light.cs
- EntityKeyElement.cs
- DataGridViewRowPostPaintEventArgs.cs
- TaskFormBase.cs
- WmlControlAdapter.cs
- IEnumerable.cs
- DefaultPropertiesToSend.cs
- DataServiceProviderMethods.cs
- SafeMILHandleMemoryPressure.cs
- FrameDimension.cs
- ProviderConnectionPoint.cs
- Comparer.cs
- DataGridItem.cs
- SimpleWebHandlerParser.cs
- StorageInfo.cs
- UnsafeCollabNativeMethods.cs
- Border.cs
- ResizeGrip.cs
- SizeF.cs
- XmlDataDocument.cs
- X509PeerCertificateAuthentication.cs
- ToolStripMenuItem.cs
- StreamInfo.cs
- OpenFileDialog.cs
- ThousandthOfEmRealDoubles.cs
- SecurityAttributeGenerationHelper.cs
- XmlCharType.cs
- DataGridSortCommandEventArgs.cs
- ReflectionServiceProvider.cs
- GridViewSortEventArgs.cs
- GridLength.cs
- ValidatorUtils.cs
- WeakHashtable.cs
- DescendentsWalkerBase.cs
- SmtpReplyReader.cs
- AssemblyUtil.cs
- PlaceHolder.cs
- PageThemeCodeDomTreeGenerator.cs
- ItemsControl.cs
- SharedHttpsTransportManager.cs
- SqlServices.cs
- PageRanges.cs
- cache.cs
- PieceDirectory.cs
- SqlDataSourceSelectingEventArgs.cs
- CompilerGlobalScopeAttribute.cs
- Int32Rect.cs
- ParserExtension.cs
- WorkflowInstanceProxy.cs
- DesigntimeLicenseContext.cs
- PrivateFontCollection.cs
- COM2Enum.cs
- ASCIIEncoding.cs
- IntellisenseTextBox.designer.cs
- PropertyEntry.cs
- ActivityCodeDomSerializationManager.cs
- NativeCompoundFileAPIs.cs
- TreeNodeBinding.cs
- OperationPickerDialog.cs
- ModelFunctionTypeElement.cs
- SByteConverter.cs
- PageContent.cs
- RegisteredDisposeScript.cs
- NodeLabelEditEvent.cs
- HybridDictionary.cs
- HMACMD5.cs
- DynamicUpdateCommand.cs
- ApplicationFileCodeDomTreeGenerator.cs
- FontSizeConverter.cs
- EntityCommandCompilationException.cs
- ReflectionHelper.cs
- Stream.cs
- ImageAnimator.cs
- WinEventTracker.cs
- TemplateField.cs
- Effect.cs
- StrokeRenderer.cs
- UnsafeCollabNativeMethods.cs
- XmlElementList.cs
- RemoveFromCollection.cs
- TextTreeObjectNode.cs
- dbdatarecord.cs
- Model3D.cs
- EncodingDataItem.cs
- MappingException.cs