Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Controls / ListViewItem.cs / 1305600 / ListViewItem.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System.Windows.Automation.Provider; namespace System.Windows.Controls { ////// Control that implements a selectable item inside a ListView. /// #if OLD_AUTOMATION [Automation(AccessibilityControlType = "ListItem")] #endif public class ListViewItem : ListBoxItem { // NOTE: ListViewItem has no default theme style. It uses ThemeStyleKey // to find default style for different view. // helper to set DefaultStyleKey of ListViewItem internal void SetDefaultStyleKey(object key) { DefaultStyleKey = key; } // helper to clear DefaultStyleKey of ListViewItem internal void ClearDefaultStyleKey() { ClearValue(DefaultStyleKeyProperty); } } } // 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
- EntityDataSourceWrapper.cs
- Light.cs
- TreeViewDataItemAutomationPeer.cs
- UIPropertyMetadata.cs
- PrinterResolution.cs
- Window.cs
- SqlCacheDependencySection.cs
- DesignerVerb.cs
- HttpChannelListener.cs
- BitmapCodecInfoInternal.cs
- StateInitialization.cs
- Events.cs
- InheritanceUI.cs
- ConfigXmlWhitespace.cs
- ArrangedElementCollection.cs
- MemberNameValidator.cs
- DbParameterHelper.cs
- EnumerableValidator.cs
- XmlSerializerSection.cs
- XmlTypeMapping.cs
- XmlDataContract.cs
- WorkflowRuntime.cs
- UserControlFileEditor.cs
- MailWriter.cs
- mediapermission.cs
- EventMappingSettings.cs
- MsmqInputChannel.cs
- DocumentViewer.cs
- OrderedEnumerableRowCollection.cs
- ScriptControlDescriptor.cs
- UnionCodeGroup.cs
- RootBuilder.cs
- TextEditorSpelling.cs
- StyleBamlRecordReader.cs
- TemplateAction.cs
- DataGridViewAutoSizeModeEventArgs.cs
- InputLanguageEventArgs.cs
- TypeInformation.cs
- WebBrowserNavigatingEventHandler.cs
- IRCollection.cs
- CodeExpressionStatement.cs
- ResourceSetExpression.cs
- ClientRoleProvider.cs
- ElementHostPropertyMap.cs
- Int16KeyFrameCollection.cs
- X509Extension.cs
- CompModHelpers.cs
- TreePrinter.cs
- Int32Converter.cs
- ButtonBase.cs
- precedingsibling.cs
- _UriSyntax.cs
- MediaContext.cs
- UnsafeNativeMethods.cs
- MetadataItemEmitter.cs
- TypeConverters.cs
- PageMediaType.cs
- UnsignedPublishLicense.cs
- FederatedMessageSecurityOverHttpElement.cs
- TemplateBuilder.cs
- ObjectRef.cs
- VideoDrawing.cs
- LeaseManager.cs
- TypeContext.cs
- WindowsNonControl.cs
- CurrencyManager.cs
- SafeLocalMemHandle.cs
- HttpPostedFile.cs
- StrongTypingException.cs
- AuthorizationContext.cs
- CodeVariableDeclarationStatement.cs
- LicenseException.cs
- Point4DConverter.cs
- XmlDigitalSignatureProcessor.cs
- XmlIlTypeHelper.cs
- Separator.cs
- FloaterParagraph.cs
- XmlSchemaComplexType.cs
- KeyPullup.cs
- X509CertificateValidator.cs
- SqlProviderServices.cs
- FrameworkRichTextComposition.cs
- SqlFormatter.cs
- _SslSessionsCache.cs
- WindowsTreeView.cs
- StringPropertyBuilder.cs
- TypeHelper.cs
- SystemIcmpV6Statistics.cs
- CounterNameConverter.cs
- LineSegment.cs
- RedBlackList.cs
- RelationshipType.cs
- LessThanOrEqual.cs
- SafeRightsManagementHandle.cs
- AdPostCacheSubstitution.cs
- FixedFindEngine.cs
- CSharpCodeProvider.cs
- ScriptingAuthenticationServiceSection.cs
- SpeechRecognizer.cs
- ClusterSafeNativeMethods.cs