Code:
/ 4.0 / 4.0 / 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. 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
- DiscoveryDefaults.cs
- HtmlButton.cs
- CapabilitiesRule.cs
- Dictionary.cs
- HelpProvider.cs
- DataList.cs
- Brush.cs
- ContainerUIElement3D.cs
- TextParaClient.cs
- CodeTypeParameterCollection.cs
- XmlIlTypeHelper.cs
- SqlDependency.cs
- activationcontext.cs
- UpdatePanelControlTrigger.cs
- _Win32.cs
- loginstatus.cs
- FragmentNavigationEventArgs.cs
- SystemInformation.cs
- DeflateStreamAsyncResult.cs
- DoubleAnimationUsingKeyFrames.cs
- DateTimeFormat.cs
- ChtmlLinkAdapter.cs
- SafeNativeMethods.cs
- ServiceParser.cs
- PropertyStore.cs
- TextEditorContextMenu.cs
- Walker.cs
- ConnectionInterfaceCollection.cs
- Thickness.cs
- Filter.cs
- InkPresenter.cs
- FieldNameLookup.cs
- EntitySqlException.cs
- DataGridViewSelectedColumnCollection.cs
- Rule.cs
- Odbc32.cs
- DataGridItem.cs
- PromptEventArgs.cs
- CompensatableSequenceActivity.cs
- Single.cs
- BindingBase.cs
- WindowsFormsLinkLabel.cs
- AuthenticationModulesSection.cs
- CrossContextChannel.cs
- WithStatement.cs
- SpecularMaterial.cs
- SecurityBindingElement.cs
- XmlHierarchicalEnumerable.cs
- SizeAnimationUsingKeyFrames.cs
- ObjectParameterCollection.cs
- EvidenceBase.cs
- TileBrush.cs
- SocketStream.cs
- TableCell.cs
- SettingsPropertyValue.cs
- TypeContext.cs
- UpDownBase.cs
- SystemColorTracker.cs
- DataFieldConverter.cs
- EdmProperty.cs
- CfgParser.cs
- BamlRecordWriter.cs
- ReadOnlyTernaryTree.cs
- LogicalChannel.cs
- SubclassTypeValidatorAttribute.cs
- FileDialog.cs
- SQLGuid.cs
- OraclePermission.cs
- ContextQuery.cs
- CookielessHelper.cs
- SyndicationFeedFormatter.cs
- EntityContainerAssociationSet.cs
- CommandBindingCollection.cs
- ProtocolViolationException.cs
- SelectionHighlightInfo.cs
- DataGridTableCollection.cs
- MasterPageBuildProvider.cs
- SelfIssuedTokenFactoryCredential.cs
- DirectionalLight.cs
- SocketException.cs
- PropVariant.cs
- EditingCoordinator.cs
- LocalizableAttribute.cs
- ServiceHttpModule.cs
- NamespaceDecl.cs
- RegexWorker.cs
- DBParameter.cs
- DBDataPermissionAttribute.cs
- DebugController.cs
- Odbc32.cs
- FlatButtonAppearance.cs
- MdImport.cs
- SqlErrorCollection.cs
- Inflater.cs
- CategoryGridEntry.cs
- ProgressBar.cs
- InputProcessorProfiles.cs
- Exception.cs
- Quaternion.cs
- ExpressionPrefixAttribute.cs