Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / MS / Internal / PtsHost / RowVisual.cs / 1 / RowVisual.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Row visual is used to group cell visuals of cells // belonging to the row. // The only reason for RowVisual existence is keeping // a reference to the associated row object. // // // History: // 10/20/2003 : olego - Created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Windows.Threading; using System.Windows; using System.Windows.Documents; using System.Windows.Media; namespace MS.Internal.PtsHost { ////// RowVisual. /// internal sealed class RowVisual : ContainerVisual { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Default constructor /// /// Row associated with this visual. internal RowVisual(TableRow row) { _row = row; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties ////// Row. /// internal TableRow Row { get { return (_row); } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private readonly TableRow _row; #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Row visual is used to group cell visuals of cells // belonging to the row. // The only reason for RowVisual existence is keeping // a reference to the associated row object. // // // History: // 10/20/2003 : olego - Created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Windows.Threading; using System.Windows; using System.Windows.Documents; using System.Windows.Media; namespace MS.Internal.PtsHost { ////// RowVisual. /// internal sealed class RowVisual : ContainerVisual { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Default constructor /// /// Row associated with this visual. internal RowVisual(TableRow row) { _row = row; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties ////// Row. /// internal TableRow Row { get { return (_row); } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private readonly TableRow _row; #endregion Private Fields } } // 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
- HttpBrowserCapabilitiesWrapper.cs
- RowCache.cs
- TypeEnumerableViewSchema.cs
- ControlType.cs
- StructuredType.cs
- CodeCatchClause.cs
- DataTableClearEvent.cs
- RightsManagementLicense.cs
- ConnectionConsumerAttribute.cs
- MailAddressParser.cs
- SelectionRangeConverter.cs
- ErrorProvider.cs
- DataGridViewRow.cs
- _HelperAsyncResults.cs
- SqlGenericUtil.cs
- TableLayoutPanelDesigner.cs
- CollectionView.cs
- FileAuthorizationModule.cs
- DeviceSpecificDialogCachedState.cs
- HandledEventArgs.cs
- Environment.cs
- XmlEnumAttribute.cs
- SiteMapNodeItemEventArgs.cs
- XamlBrushSerializer.cs
- AssociatedControlConverter.cs
- XamlClipboardData.cs
- EncoderFallback.cs
- DataGridState.cs
- Size3DValueSerializer.cs
- PassportAuthenticationModule.cs
- DesignerTransaction.cs
- UIElement3D.cs
- QuotedPrintableStream.cs
- _WebProxyDataBuilder.cs
- webbrowsersite.cs
- PieceDirectory.cs
- ObjectComplexPropertyMapping.cs
- TabletCollection.cs
- TemplatePartAttribute.cs
- dsa.cs
- AbandonedMutexException.cs
- ObjectStorage.cs
- RootBrowserWindowProxy.cs
- Span.cs
- UnconditionalPolicy.cs
- MimeParameterWriter.cs
- MetadataItemSerializer.cs
- CompilerResults.cs
- PropertyNames.cs
- odbcmetadatacollectionnames.cs
- SkinBuilder.cs
- ItemContainerProviderWrapper.cs
- XmlEncoding.cs
- TypeDescriptionProviderAttribute.cs
- OleDbStruct.cs
- ProcessThread.cs
- UniqueEventHelper.cs
- TextBlock.cs
- SuspendDesigner.cs
- SqlServices.cs
- UserControlAutomationPeer.cs
- TypeConverterHelper.cs
- UpdatePanelControlTrigger.cs
- ItemAutomationPeer.cs
- WebPartZone.cs
- Operators.cs
- DataGridViewCellStyle.cs
- WindowsFormsHostAutomationPeer.cs
- TileModeValidation.cs
- FontFamily.cs
- TextEndOfParagraph.cs
- StylusDownEventArgs.cs
- TypefaceCollection.cs
- DragDrop.cs
- XPathDocumentNavigator.cs
- FormClosingEvent.cs
- MultitargetingHelpers.cs
- HtmlValidatorAdapter.cs
- EntityDataSourceUtil.cs
- FileLevelControlBuilderAttribute.cs
- SettingsPropertyIsReadOnlyException.cs
- ExpressionNormalizer.cs
- ConstructorExpr.cs
- ExtendedPropertyCollection.cs
- NonNullItemCollection.cs
- IPPacketInformation.cs
- DataGridCellInfo.cs
- PieceNameHelper.cs
- SingleConverter.cs
- FrameworkContextData.cs
- TextPointer.cs
- EnumBuilder.cs
- OptimalTextSource.cs
- Interop.cs
- LoginUtil.cs
- ItemCheckedEvent.cs
- ZoneMembershipCondition.cs
- SqlCacheDependencyDatabase.cs
- SerializationIncompleteException.cs
- ColumnTypeConverter.cs