Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- DataComponentNameHandler.cs
- TreeNodeCollection.cs
- PageCatalogPart.cs
- HttpDictionary.cs
- ListDesigner.cs
- COAUTHINFO.cs
- FormViewCommandEventArgs.cs
- ExpressionContext.cs
- ContentDisposition.cs
- UpdateCommandGenerator.cs
- util.cs
- GeneralTransform3DCollection.cs
- Intellisense.cs
- ResourcePermissionBase.cs
- Form.cs
- MimeTypePropertyAttribute.cs
- WebConfigurationFileMap.cs
- Html32TextWriter.cs
- SchemaImporterExtensionElement.cs
- Table.cs
- ContainsRowNumberChecker.cs
- EntityDataSourceDataSelection.cs
- Decimal.cs
- Misc.cs
- _Win32.cs
- ExternalDataExchangeClient.cs
- ToolTip.cs
- ZoneButton.cs
- DataGridColumnEventArgs.cs
- ProxyElement.cs
- TableItemProviderWrapper.cs
- DecimalFormatter.cs
- BindingCompleteEventArgs.cs
- XPathNavigatorKeyComparer.cs
- QueryOutputWriter.cs
- ProfileSection.cs
- DocumentSchemaValidator.cs
- RadioButtonPopupAdapter.cs
- TimerExtension.cs
- ConstraintStruct.cs
- DataBindingHandlerAttribute.cs
- FunctionNode.cs
- DataGridViewBand.cs
- InteropEnvironment.cs
- FunctionMappingTranslator.cs
- Menu.cs
- ViewStateModeByIdAttribute.cs
- InternalException.cs
- ProxyHwnd.cs
- WorkflowRuntimeServicesBehavior.cs
- MemberAccessException.cs
- MembershipPasswordException.cs
- PeerEndPoint.cs
- SecureEnvironment.cs
- OptimisticConcurrencyException.cs
- ParserStreamGeometryContext.cs
- MimeMapping.cs
- RightsManagementEncryptedStream.cs
- Socket.cs
- IndependentAnimationStorage.cs
- ImportContext.cs
- MenuItemBindingCollection.cs
- ReservationCollection.cs
- SpeechSeg.cs
- DefinitionUpdate.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- PrintPageEvent.cs
- MemberRestriction.cs
- RijndaelManagedTransform.cs
- AmbientProperties.cs
- PrivateFontCollection.cs
- ProjectionCamera.cs
- MatrixKeyFrameCollection.cs
- RectAnimation.cs
- InputScopeAttribute.cs
- DataGridViewCellEventArgs.cs
- ButtonBaseAutomationPeer.cs
- CodeLinePragma.cs
- CDSCollectionETWBCLProvider.cs
- ThemeableAttribute.cs
- WinOEToolBoxItem.cs
- FontDifferentiator.cs
- XmlSerializerVersionAttribute.cs
- HuffCodec.cs
- GPPOINTF.cs
- DataColumnSelectionConverter.cs
- ChannelOptions.cs
- DataGridViewTopRowAccessibleObject.cs
- XmlSerializationWriter.cs
- HelpHtmlBuilder.cs
- NativeMethods.cs
- ImageListImageEditor.cs
- SchemaEntity.cs
- DataGridViewCellMouseEventArgs.cs
- ScrollEventArgs.cs
- CodeGeneratorOptions.cs
- ActiveXSite.cs
- ActivityXRefPropertyEditor.cs
- SecureStringHasher.cs
- TextFindEngine.cs