Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / ListBoxAutomationPeer.cs / 1305600 / ListBoxAutomationPeer.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.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class ListBoxAutomationPeer: SelectorAutomationPeer { /// public ListBoxAutomationPeer(ListBox owner): base(owner) {} /// override protected ItemAutomationPeer CreateItemAutomationPeer(object item) { return new ListBoxItemAutomationPeer(item, this); } /// override protected string GetClassNameCore() { return "ListBox"; } } } // 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
- FontNamesConverter.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs
- Color.cs
- XmlElement.cs
- StreamGeometry.cs
- StorageModelBuildProvider.cs
- GlyphTypeface.cs
- GuidTagList.cs
- NTAccount.cs
- COSERVERINFO.cs
- CopyCodeAction.cs
- ControlEvent.cs
- TextEditorCopyPaste.cs
- SelectQueryOperator.cs
- DataGridAutoFormatDialog.cs
- DataListItemCollection.cs
- WebServiceHandler.cs
- LoopExpression.cs
- _NestedSingleAsyncResult.cs
- PersistenceProvider.cs
- RadioButton.cs
- FormParameter.cs
- GeneratedCodeAttribute.cs
- FontNameEditor.cs
- InvalidAsynchronousStateException.cs
- StateMachineHistory.cs
- CodeTypeParameterCollection.cs
- MetabaseSettingsIis7.cs
- DynamicPropertyHolder.cs
- ToggleButtonAutomationPeer.cs
- Int64Storage.cs
- NamespaceEmitter.cs
- SafeCryptContextHandle.cs
- ServiceModelActivationSectionGroup.cs
- X509ChainPolicy.cs
- DispatcherFrame.cs
- _NegoStream.cs
- ConstantSlot.cs
- ErrorWrapper.cs
- SerialStream.cs
- XmlSchemaSubstitutionGroup.cs
- CommandLineParser.cs
- CheckBox.cs
- ComplexBindingPropertiesAttribute.cs
- XmlEntity.cs
- CombinedGeometry.cs
- ExpressionBindings.cs
- DataGridViewLinkColumn.cs
- PresentationTraceSources.cs
- ServiceHostFactory.cs
- TextTreeUndoUnit.cs
- SettingsPropertyCollection.cs
- TextEditorDragDrop.cs
- PublisherMembershipCondition.cs
- SafeNativeMethodsCLR.cs
- ArrayEditor.cs
- RegexMatch.cs
- Stylus.cs
- EntityDataSourceContextDisposingEventArgs.cs
- CriticalFileToken.cs
- ClientCultureInfo.cs
- ScriptControlDescriptor.cs
- DbBuffer.cs
- RealizationDrawingContextWalker.cs
- MdImport.cs
- ThreadNeutralSemaphore.cs
- ObfuscationAttribute.cs
- XmlElementCollection.cs
- SqlDataSourceRefreshSchemaForm.cs
- GuidConverter.cs
- FormView.cs
- ArrayWithOffset.cs
- NetCodeGroup.cs
- FontStretchConverter.cs
- LineServicesCallbacks.cs
- SslStream.cs
- HuffmanTree.cs
- SerialReceived.cs
- DrawingState.cs
- Activity.cs
- Debug.cs
- MailMessageEventArgs.cs
- GPPOINT.cs
- InternalSafeNativeMethods.cs
- IPAddress.cs
- AppDomainFactory.cs
- RelatedView.cs
- WindowsListView.cs
- BuildProvider.cs
- ExpandSegmentCollection.cs
- DesignerHelpers.cs
- PersonalizableAttribute.cs
- DataViewManager.cs
- InkCanvas.cs
- StartFileNameEditor.cs
- BypassElement.cs
- XmlDataSourceView.cs
- SafeThemeHandle.cs
- ArgumentReference.cs
- CqlWriter.cs