Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- XmlDataLoader.cs
- RuntimeCompatibilityAttribute.cs
- MaxMessageSizeStream.cs
- InProcStateClientManager.cs
- HttpDictionary.cs
- PropertyNames.cs
- StructuredProperty.cs
- XmlElement.cs
- User.cs
- DbConnectionPoolOptions.cs
- WorkItem.cs
- DebuggerAttributes.cs
- UnmanagedMarshal.cs
- SessionStateSection.cs
- GroupDescription.cs
- ProjectionCamera.cs
- SchemaTableOptionalColumn.cs
- DataGridViewCellConverter.cs
- DataGridRow.cs
- CachedPathData.cs
- SetterBase.cs
- HostingEnvironmentSection.cs
- FragmentQuery.cs
- TdsParserSafeHandles.cs
- EmbeddedObject.cs
- AuthenticatedStream.cs
- WindowsEditBox.cs
- ActivityWithResultConverter.cs
- SelectionRangeConverter.cs
- Drawing.cs
- PartialCachingAttribute.cs
- TwoPhaseCommit.cs
- ColumnMapTranslator.cs
- MsmqHostedTransportConfiguration.cs
- TemplateKey.cs
- Math.cs
- SamlAttributeStatement.cs
- ProcessRequestArgs.cs
- SBCSCodePageEncoding.cs
- StylusCaptureWithinProperty.cs
- ChannelServices.cs
- precedingquery.cs
- HtmlImageAdapter.cs
- ApplicationInfo.cs
- SamlAuthenticationStatement.cs
- Encoder.cs
- TreeNodeMouseHoverEvent.cs
- FixedFindEngine.cs
- GregorianCalendar.cs
- DbConnectionClosed.cs
- NetworkInformationException.cs
- SafeRightsManagementSessionHandle.cs
- PageHandlerFactory.cs
- FontNamesConverter.cs
- HostingEnvironment.cs
- ProfileGroupSettingsCollection.cs
- ObjectViewEntityCollectionData.cs
- XmlLinkedNode.cs
- CompiledIdentityConstraint.cs
- SimpleTableProvider.cs
- SamlSerializer.cs
- ToolBarDesigner.cs
- ThicknessAnimationBase.cs
- EventProviderBase.cs
- SqlDependency.cs
- DataReceivedEventArgs.cs
- OleDbException.cs
- SchemaMapping.cs
- PageAsyncTask.cs
- ThreadExceptionEvent.cs
- HitTestWithGeometryDrawingContextWalker.cs
- XmlComplianceUtil.cs
- DataObjectEventArgs.cs
- DecimalStorage.cs
- SmtpNegotiateAuthenticationModule.cs
- ServicePoint.cs
- HuffCodec.cs
- FlowLayoutSettings.cs
- DataGridRowClipboardEventArgs.cs
- ImageListImageEditor.cs
- Compiler.cs
- PrimitiveDataContract.cs
- ImageMapEventArgs.cs
- CellTreeSimplifier.cs
- MetafileHeaderEmf.cs
- StringSource.cs
- SafeFileMappingHandle.cs
- SBCSCodePageEncoding.cs
- StringWriter.cs
- DataFormat.cs
- DisposableCollectionWrapper.cs
- CodeDirectiveCollection.cs
- ObjectNavigationPropertyMapping.cs
- RoleGroup.cs
- XmlAttributeAttribute.cs
- ArgumentValidation.cs
- Attributes.cs
- SerializableTypeCodeDomSerializer.cs
- Image.cs
- CreateRefExpr.cs