Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Automation / Peers / ListBoxAutomationPeer.cs / 1 / 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. 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
- TextElement.cs
- ColorAnimationUsingKeyFrames.cs
- ApplyTemplatesAction.cs
- ObjectStateManagerMetadata.cs
- BindableAttribute.cs
- ListViewInsertionMark.cs
- AccessDataSourceView.cs
- DbConnectionPoolOptions.cs
- StylusEventArgs.cs
- CapabilitiesRule.cs
- XsdDateTime.cs
- KnownTypesProvider.cs
- Range.cs
- WsatTransactionFormatter.cs
- TemplatePartAttribute.cs
- ContentPlaceHolder.cs
- LinkedResource.cs
- XmlNodeList.cs
- UrlPath.cs
- HashCryptoHandle.cs
- BitmapDecoder.cs
- DataPagerField.cs
- HTTPNotFoundHandler.cs
- FlowDocumentPageViewerAutomationPeer.cs
- PatternMatcher.cs
- SelectionRange.cs
- XmlTextReader.cs
- HostingEnvironmentSection.cs
- Iis7Helper.cs
- UnSafeCharBuffer.cs
- EntityKey.cs
- XhtmlBasicCommandAdapter.cs
- AssemblyCache.cs
- AssemblyCollection.cs
- WindowsServiceCredential.cs
- SymbolDocumentGenerator.cs
- ButtonFieldBase.cs
- ConfigXmlReader.cs
- AppDomainEvidenceFactory.cs
- HtmlMeta.cs
- FrameworkElementFactoryMarkupObject.cs
- ClientSettingsSection.cs
- ZipIORawDataFileBlock.cs
- OdbcParameterCollection.cs
- HandleCollector.cs
- Compensation.cs
- SourceElementsCollection.cs
- figurelengthconverter.cs
- UriSection.cs
- Frame.cs
- FragmentQueryKB.cs
- PictureBox.cs
- _ScatterGatherBuffers.cs
- GenericTypeParameterConverter.cs
- CollectionAdapters.cs
- StreamInfo.cs
- SecurityTokenProvider.cs
- FtpWebRequest.cs
- SelectionEditingBehavior.cs
- EnumerableRowCollectionExtensions.cs
- EntityConnectionStringBuilder.cs
- ObjectNotFoundException.cs
- GPRECT.cs
- FormatSettings.cs
- DoubleUtil.cs
- HtmlAnchor.cs
- WebPartDisplayMode.cs
- HttpCapabilitiesBase.cs
- UriTemplateDispatchFormatter.cs
- ViewManager.cs
- _ConnectStream.cs
- WindowsGraphics.cs
- AnnotationComponentChooser.cs
- _WebProxyDataBuilder.cs
- FileDialog.cs
- InvalidFilterCriteriaException.cs
- TypeElement.cs
- ChangePassword.cs
- XmlDictionaryString.cs
- MarshalDirectiveException.cs
- TextSimpleMarkerProperties.cs
- GradientStop.cs
- InstanceContext.cs
- TemplateField.cs
- CharEntityEncoderFallback.cs
- DragStartedEventArgs.cs
- DrawingImage.cs
- ChtmlFormAdapter.cs
- HtmlImage.cs
- ControlUtil.cs
- Rights.cs
- GenericXmlSecurityTokenAuthenticator.cs
- SamlAction.cs
- NumberFunctions.cs
- Timer.cs
- COM2ComponentEditor.cs
- WindowShowOrOpenTracker.cs
- LinqExpressionNormalizer.cs
- DataListCommandEventArgs.cs
- baseaxisquery.cs