Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / Controls / ListViewItem.cs / 1 / 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
- AssemblyNameProxy.cs
- WebBrowsableAttribute.cs
- XMLDiffLoader.cs
- LinearGradientBrush.cs
- ProfileSettingsCollection.cs
- SamlDoNotCacheCondition.cs
- MarkupExtensionParser.cs
- DynamicPropertyReader.cs
- TypeDescriptionProvider.cs
- OpCellTreeNode.cs
- CodeExpressionStatement.cs
- HtmlUtf8RawTextWriter.cs
- CompoundFileIOPermission.cs
- CommunicationObjectFaultedException.cs
- SignedXml.cs
- FontSizeConverter.cs
- ResolveCriteriaApril2005.cs
- SqlRowUpdatingEvent.cs
- TextRangeProviderWrapper.cs
- ControlFilterExpression.cs
- AppDomainFactory.cs
- WsdlInspector.cs
- DataBinder.cs
- AlternateView.cs
- StateMachineSubscriptionManager.cs
- FacetDescriptionElement.cs
- PersonalizationAdministration.cs
- WizardPanelChangingEventArgs.cs
- CallId.cs
- DNS.cs
- XmlSchemaFacet.cs
- ContextMenuStrip.cs
- BStrWrapper.cs
- FileDialogPermission.cs
- MdiWindowListStrip.cs
- XPathDocumentIterator.cs
- ApplicationDirectory.cs
- DataColumn.cs
- DialogResultConverter.cs
- StringDictionary.cs
- FrameworkElementFactory.cs
- SiteMapNodeItemEventArgs.cs
- GradientStop.cs
- HttpDebugHandler.cs
- FloaterParagraph.cs
- EntityUtil.cs
- DispatcherSynchronizationContext.cs
- XmlStreamStore.cs
- SystemIPv6InterfaceProperties.cs
- GridViewHeaderRowPresenter.cs
- safelink.cs
- CustomErrorCollection.cs
- IDispatchConstantAttribute.cs
- ProjectionPlanCompiler.cs
- HtmlProps.cs
- ListCollectionView.cs
- SecondaryIndexDefinition.cs
- StateWorkerRequest.cs
- PropertiesTab.cs
- Int32CollectionConverter.cs
- SecurityContext.cs
- OleDbReferenceCollection.cs
- AnnotationResourceChangedEventArgs.cs
- HttpCacheVaryByContentEncodings.cs
- ViewBase.cs
- ByteAnimationBase.cs
- nulltextcontainer.cs
- GradientSpreadMethodValidation.cs
- OleDbConnectionFactory.cs
- UdpAnnouncementEndpoint.cs
- ApplyTemplatesAction.cs
- XmlSchemaInfo.cs
- DeobfuscatingStream.cs
- EncoderParameter.cs
- ContainerUtilities.cs
- IDReferencePropertyAttribute.cs
- RegexReplacement.cs
- DynamicScriptObject.cs
- SmtpCommands.cs
- PropertiesTab.cs
- StrokeIntersection.cs
- Label.cs
- ReferencedCollectionType.cs
- EntityContainerRelationshipSet.cs
- PropertyEntry.cs
- GridPattern.cs
- HttpContext.cs
- LabelLiteral.cs
- BitmapEffectGroup.cs
- SendingRequestEventArgs.cs
- TypeBuilder.cs
- WindowInteropHelper.cs
- DmlSqlGenerator.cs
- GCHandleCookieTable.cs
- SqlDataSourceFilteringEventArgs.cs
- SQLBytes.cs
- MemberDescriptor.cs
- XmlRawWriter.cs
- ItemDragEvent.cs
- VariableAction.cs