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
- BindingListCollectionView.cs
- GenericTypeParameterBuilder.cs
- DataControlImageButton.cs
- Roles.cs
- RegexCharClass.cs
- LateBoundBitmapDecoder.cs
- DataGridViewElement.cs
- X509SecurityToken.cs
- DockPattern.cs
- PersistChildrenAttribute.cs
- ByteStack.cs
- LZCodec.cs
- BaseCodeDomTreeGenerator.cs
- DataSourceCache.cs
- CheckStoreFileValidityRequest.cs
- ImageListImageEditor.cs
- ReachDocumentReferenceCollectionSerializer.cs
- Decorator.cs
- ObfuscateAssemblyAttribute.cs
- FontUnit.cs
- UpdatePanelTriggerCollection.cs
- XPathChildIterator.cs
- ControlUtil.cs
- Lasso.cs
- XmlSchemaException.cs
- PropertyCollection.cs
- ComplexLine.cs
- SQLDateTime.cs
- LocationUpdates.cs
- OdbcConnectionHandle.cs
- StorageMappingItemCollection.cs
- grammarelement.cs
- TraceFilter.cs
- XmlIgnoreAttribute.cs
- TokenizerHelper.cs
- ReferencedAssembly.cs
- RegexParser.cs
- HttpException.cs
- DragCompletedEventArgs.cs
- X509Chain.cs
- FormViewDeleteEventArgs.cs
- DataPagerFieldItem.cs
- SqlFunctionAttribute.cs
- TabletDevice.cs
- ConstraintCollection.cs
- Token.cs
- CheckBoxStandardAdapter.cs
- MemoryMappedViewStream.cs
- ConcatQueryOperator.cs
- BatchWriter.cs
- HttpListenerRequest.cs
- LineBreak.cs
- ExceptionHelpers.cs
- StrokeNode.cs
- TableNameAttribute.cs
- RelOps.cs
- DelegatedStream.cs
- Journal.cs
- FaultException.cs
- ExtenderProvidedPropertyAttribute.cs
- HtmlTitle.cs
- PerformanceCounter.cs
- CheckBoxList.cs
- DataKeyCollection.cs
- MulticastOption.cs
- TreeView.cs
- Decoder.cs
- MDIWindowDialog.cs
- AnnotationHighlightLayer.cs
- RolePrincipal.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- StickyNoteAnnotations.cs
- Int32Collection.cs
- WorkflowRuntimeServiceElementCollection.cs
- PassportPrincipal.cs
- XsdBuilder.cs
- UrlMappingsSection.cs
- ByteStreamGeometryContext.cs
- CustomPopupPlacement.cs
- UidManager.cs
- AdornerPresentationContext.cs
- DbConnectionHelper.cs
- EntityConnection.cs
- XmlNodeChangedEventArgs.cs
- SystemWebSectionGroup.cs
- OdbcErrorCollection.cs
- HwndKeyboardInputProvider.cs
- Random.cs
- DummyDataSource.cs
- BitmapScalingModeValidation.cs
- DispatchChannelSink.cs
- DateTime.cs
- XmlDeclaration.cs
- EventLogEntry.cs
- SplitContainer.cs
- WebReference.cs
- ActivityCollectionMarkupSerializer.cs
- WebColorConverter.cs
- ImageMetadata.cs
- NamespaceQuery.cs