Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Automation / Peers / ListBoxItemWrapperAutomationPeer.cs / 1 / ListBoxItemWrapperAutomationPeer.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.Input; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class ListBoxItemWrapperAutomationPeer: FrameworkElementAutomationPeer { /// public ListBoxItemWrapperAutomationPeer(ListBoxItem owner): base(owner) {} /// override protected string GetClassNameCore() { return "ListBoxItem"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.ListItem; } } } // 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.Input; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class ListBoxItemWrapperAutomationPeer: FrameworkElementAutomationPeer { /// public ListBoxItemWrapperAutomationPeer(ListBoxItem owner): base(owner) {} /// override protected string GetClassNameCore() { return "ListBoxItem"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.ListItem; } } } // 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
- DbConnectionInternal.cs
- CollectionViewSource.cs
- RefreshEventArgs.cs
- TypeReference.cs
- CqlBlock.cs
- FamilyMap.cs
- WebPartUserCapability.cs
- _DomainName.cs
- HttpBindingExtension.cs
- GridViewHeaderRowPresenter.cs
- IdleTimeoutMonitor.cs
- SingleObjectCollection.cs
- Double.cs
- RuntimeConfigurationRecord.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- InternalRelationshipCollection.cs
- RenderData.cs
- MouseCaptureWithinProperty.cs
- ContextMarshalException.cs
- WebPart.cs
- Profiler.cs
- OleServicesContext.cs
- EffectiveValueEntry.cs
- Error.cs
- LazyTextWriterCreator.cs
- RenamedEventArgs.cs
- FontFamily.cs
- SafeFileMappingHandle.cs
- SuppressMergeCheckAttribute.cs
- PngBitmapEncoder.cs
- FormViewPageEventArgs.cs
- TextElementEditingBehaviorAttribute.cs
- SimpleRecyclingCache.cs
- BrowserCapabilitiesFactory35.cs
- CustomWebEventKey.cs
- DecoderNLS.cs
- FlagsAttribute.cs
- PostBackTrigger.cs
- InfoCardSymmetricCrypto.cs
- DocumentGrid.cs
- SQLMoney.cs
- TraceData.cs
- MobileControlDesigner.cs
- ObjectSet.cs
- DoWorkEventArgs.cs
- SocketException.cs
- StringExpressionSet.cs
- TableLayoutStyleCollection.cs
- CaseInsensitiveOrdinalStringComparer.cs
- ExternalFile.cs
- WriteLineDesigner.xaml.cs
- CatalogPart.cs
- EpmContentSerializerBase.cs
- ScriptReference.cs
- HtmlHead.cs
- CurrencyManager.cs
- BoundingRectTracker.cs
- LocatorPartList.cs
- MimeMultiPart.cs
- SettingsAttributeDictionary.cs
- ComEventsInfo.cs
- _LocalDataStoreMgr.cs
- StylusPointDescription.cs
- SystemUdpStatistics.cs
- ExpressionNode.cs
- TypeLibConverter.cs
- EventLogPermissionEntryCollection.cs
- IncrementalReadDecoders.cs
- FragmentQueryProcessor.cs
- FieldToken.cs
- SqlDataAdapter.cs
- ChtmlPageAdapter.cs
- XmlSchemaNotation.cs
- SatelliteContractVersionAttribute.cs
- WebPartDisplayMode.cs
- DurableInstance.cs
- XmlDataSourceNodeDescriptor.cs
- MarkupExtensionReturnTypeAttribute.cs
- InvalidPrinterException.cs
- AutoScrollHelper.cs
- QuaternionAnimation.cs
- SelectionItemProviderWrapper.cs
- UDPClient.cs
- SchemaImporter.cs
- HttpWebRequestElement.cs
- ResourcesGenerator.cs
- InheritanceRules.cs
- SqlGatherProducedAliases.cs
- TextElement.cs
- NamedPermissionSet.cs
- DateTimePickerDesigner.cs
- BinaryObjectReader.cs
- FrameworkName.cs
- Hex.cs
- DataGridViewImageCell.cs
- DependencyObject.cs
- Compiler.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- MultiViewDesigner.cs
- BaseUriWithWildcard.cs