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
- DeploymentExceptionMapper.cs
- DocumentViewerBaseAutomationPeer.cs
- DbConnectionHelper.cs
- ChameleonKey.cs
- BitmapPalettes.cs
- OrthographicCamera.cs
- WeakEventManager.cs
- EntityModelSchemaGenerator.cs
- RecordsAffectedEventArgs.cs
- DocumentViewerBaseAutomationPeer.cs
- PtsPage.cs
- ImmutablePropertyDescriptorGridEntry.cs
- BaseAddressElementCollection.cs
- CompiledQuery.cs
- WebServiceClientProxyGenerator.cs
- SQLMembershipProvider.cs
- ApplicationId.cs
- ContainsRowNumberChecker.cs
- SvcMapFileLoader.cs
- SurrogateDataContract.cs
- Number.cs
- OracleDataAdapter.cs
- BinaryObjectInfo.cs
- ProcessHostServerConfig.cs
- PrintDialog.cs
- UnsafeNativeMethodsCLR.cs
- RouteData.cs
- ButtonRenderer.cs
- RtfFormatStack.cs
- EventWaitHandleSecurity.cs
- DbConnectionPoolIdentity.cs
- ConfigurationCollectionAttribute.cs
- LookupNode.cs
- EnumerableRowCollection.cs
- FontSource.cs
- ModelPerspective.cs
- DataGridState.cs
- DockAndAnchorLayout.cs
- TimeZone.cs
- SapiRecoInterop.cs
- HtmlLink.cs
- AsyncCompletedEventArgs.cs
- ObjectAnimationUsingKeyFrames.cs
- TypeHelpers.cs
- PlaceHolder.cs
- CalculatedColumn.cs
- BackgroundWorker.cs
- SizeChangedEventArgs.cs
- LazyTextWriterCreator.cs
- PageThemeBuildProvider.cs
- XmlResolver.cs
- QuaternionConverter.cs
- SelectionChangedEventArgs.cs
- EventLogPermissionEntryCollection.cs
- Contracts.cs
- CodeComment.cs
- CommentEmitter.cs
- MethodBuilderInstantiation.cs
- BoundPropertyEntry.cs
- Highlights.cs
- WorkflowFormatterBehavior.cs
- DeclaredTypeElementCollection.cs
- XslNumber.cs
- MD5.cs
- AssemblyContextControlItem.cs
- DesignRelationCollection.cs
- LogExtentCollection.cs
- SchemaComplexType.cs
- ParseElement.cs
- AutomationPropertyInfo.cs
- DebugTracing.cs
- HotCommands.cs
- SqlBulkCopyColumnMappingCollection.cs
- JsonDeserializer.cs
- NopReturnReader.cs
- BrowserTree.cs
- TextFormatterContext.cs
- PersonalizationStateInfoCollection.cs
- HttpCachePolicyWrapper.cs
- CatalogZone.cs
- Operand.cs
- ControlPaint.cs
- TextBoxView.cs
- ScrollBar.cs
- CatchBlock.cs
- PathFigureCollection.cs
- PropertyEmitterBase.cs
- DataGridParentRows.cs
- EntitySet.cs
- RelationshipWrapper.cs
- CatalogPartChrome.cs
- ArgumentOutOfRangeException.cs
- RolePrincipal.cs
- CanonicalXml.cs
- ChangePasswordDesigner.cs
- CompoundFileReference.cs
- DataTableMapping.cs
- MatrixTransform.cs
- BypassElement.cs
- SqlTriggerAttribute.cs