Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- XsltQilFactory.cs
- XPathSelfQuery.cs
- FontFaceLayoutInfo.cs
- SharedPersonalizationStateInfo.cs
- ClientUtils.cs
- IntranetCredentialPolicy.cs
- StreamGeometry.cs
- KoreanLunisolarCalendar.cs
- PipelineModuleStepContainer.cs
- VectorCollectionValueSerializer.cs
- WinFormsSecurity.cs
- VectorCollectionValueSerializer.cs
- ObjectDataProvider.cs
- ComAdminWrapper.cs
- DataGridViewToolTip.cs
- StatusBarPanel.cs
- TransformGroup.cs
- ButtonPopupAdapter.cs
- LayoutEvent.cs
- CultureInfo.cs
- Propagator.JoinPropagator.cs
- Rect3D.cs
- ObjectQueryProvider.cs
- TransactionProxy.cs
- UriTemplateVariableQueryValue.cs
- HwndKeyboardInputProvider.cs
- FontEmbeddingManager.cs
- XmlDataSourceNodeDescriptor.cs
- AccessorTable.cs
- GifBitmapEncoder.cs
- SpecularMaterial.cs
- SQLConvert.cs
- SafeFileMapViewHandle.cs
- DBSqlParser.cs
- XsltException.cs
- UnsafeNativeMethodsCLR.cs
- PartDesigner.cs
- Converter.cs
- FormatControl.cs
- LookupNode.cs
- EditingCommands.cs
- SqlExpressionNullability.cs
- LoginUtil.cs
- TextEffect.cs
- storagemappingitemcollection.viewdictionary.cs
- IdentifierService.cs
- XmlReflectionImporter.cs
- OleDbErrorCollection.cs
- PolyBezierSegmentFigureLogic.cs
- ClientRoleProvider.cs
- RecordBuilder.cs
- DesignerDataView.cs
- DataGridViewCellStyleBuilderDialog.cs
- NeutralResourcesLanguageAttribute.cs
- DivideByZeroException.cs
- MenuCommandService.cs
- ReadOnlyCollectionBase.cs
- HtmlString.cs
- PagerSettings.cs
- MetaModel.cs
- ExtensibleClassFactory.cs
- FirstMatchCodeGroup.cs
- Normalization.cs
- CurrencyWrapper.cs
- BaseValidator.cs
- DrawingGroupDrawingContext.cs
- FileUtil.cs
- BoundColumn.cs
- XmlLoader.cs
- AncillaryOps.cs
- ScriptControlDescriptor.cs
- FragmentQuery.cs
- basevalidator.cs
- ChangeNode.cs
- GcSettings.cs
- ProfileProvider.cs
- ContentType.cs
- RightsManagementInformation.cs
- MailWebEventProvider.cs
- XmlSchemaAll.cs
- Restrictions.cs
- Or.cs
- DependencyObject.cs
- XPathExpr.cs
- XmlSerializationReader.cs
- IndentTextWriter.cs
- BitmapEffectInput.cs
- SafeReadContext.cs
- DataFormats.cs
- ClientTarget.cs
- RedirectionProxy.cs
- SqlUtil.cs
- ObjectDataSourceMethodEventArgs.cs
- KeyGestureValueSerializer.cs
- FontWeights.cs
- EditorPartCollection.cs
- FixedPage.cs
- ColumnResult.cs
- ParagraphVisual.cs
- Thumb.cs