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
- OutputScopeManager.cs
- BamlResourceSerializer.cs
- WebContext.cs
- MobileCapabilities.cs
- ResourceDefaultValueAttribute.cs
- Menu.cs
- DataGridViewComboBoxEditingControl.cs
- ValueType.cs
- Calendar.cs
- ParameterBinding.cs
- HttpCookiesSection.cs
- SecurityContext.cs
- ManagementObjectSearcher.cs
- DataGridParentRows.cs
- TypeSchema.cs
- DiscreteKeyFrames.cs
- BevelBitmapEffect.cs
- EditingCommands.cs
- SqlXml.cs
- AssemblyGen.cs
- Brush.cs
- AdornedElementPlaceholder.cs
- ScriptResourceAttribute.cs
- versioninfo.cs
- IconHelper.cs
- UnsafeNativeMethodsMilCoreApi.cs
- DbExpressionBuilder.cs
- CounterSetInstance.cs
- AddInAttribute.cs
- XmlCustomFormatter.cs
- Int16Converter.cs
- Point.cs
- BaseCodeDomTreeGenerator.cs
- ToolStripProgressBar.cs
- BinaryMessageFormatter.cs
- FileResponseElement.cs
- FlowNode.cs
- ReversePositionQuery.cs
- MailWebEventProvider.cs
- StringInfo.cs
- CommandHelpers.cs
- SystemWebCachingSectionGroup.cs
- RequestResizeEvent.cs
- XsdValidatingReader.cs
- Label.cs
- SimpleWebHandlerParser.cs
- ProfileEventArgs.cs
- ColorContext.cs
- ObjectListDataBindEventArgs.cs
- TranslateTransform3D.cs
- SystemNetHelpers.cs
- CellQuery.cs
- ResXResourceReader.cs
- OperationPickerDialog.cs
- CodePropertyReferenceExpression.cs
- Evidence.cs
- ModuleBuilderData.cs
- UserNameSecurityToken.cs
- CompModSwitches.cs
- NetworkInterface.cs
- DesignerOptionService.cs
- TraceHandlerErrorFormatter.cs
- DesignTimeParseData.cs
- SizeAnimationUsingKeyFrames.cs
- GetReadStreamResult.cs
- StickyNoteAnnotations.cs
- EnumMember.cs
- FormViewRow.cs
- SerializationSectionGroup.cs
- MethodExpr.cs
- ScriptModule.cs
- DebuggerService.cs
- Int32CollectionConverter.cs
- TypedReference.cs
- EventLogPermissionAttribute.cs
- SessionIDManager.cs
- BufferedGraphics.cs
- FloaterBaseParagraph.cs
- HTTPNotFoundHandler.cs
- OleCmdHelper.cs
- ObjectSerializerFactory.cs
- ManagedIStream.cs
- DataStreamFromComStream.cs
- FormViewRow.cs
- RoutingChannelExtension.cs
- glyphs.cs
- XmlSchemaIdentityConstraint.cs
- ColorTransform.cs
- MemberRestriction.cs
- ServicesExceptionNotHandledEventArgs.cs
- MaterialGroup.cs
- OperationInfo.cs
- MessageBuilder.cs
- printdlgexmarshaler.cs
- CmsUtils.cs
- BamlRecordWriter.cs
- glyphs.cs
- XPathItem.cs
- RightsManagementSuppressedStream.cs
- SpellerHighlightLayer.cs