Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / MS / Internal / PtsHost / RowVisual.cs / 1305600 / 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
- OleDbMetaDataFactory.cs
- WinFormsSpinner.cs
- SendKeys.cs
- RegionData.cs
- OpCellTreeNode.cs
- MarkupCompiler.cs
- GenericIdentity.cs
- ReversePositionQuery.cs
- Expr.cs
- While.cs
- RequestDescription.cs
- TabPage.cs
- HttpModuleActionCollection.cs
- AutomationElementCollection.cs
- SessionSwitchEventArgs.cs
- NamespaceMapping.cs
- ObjectDataSourceMethodEventArgs.cs
- TypeConverterHelper.cs
- BaseTemplateBuildProvider.cs
- RemotingServices.cs
- CompiledRegexRunner.cs
- ComponentCommands.cs
- ConfigurationValue.cs
- XmlChoiceIdentifierAttribute.cs
- ParserHooks.cs
- TextAutomationPeer.cs
- ListViewContainer.cs
- QuaternionAnimation.cs
- smtppermission.cs
- BasicViewGenerator.cs
- CorrelationQuery.cs
- CodeSnippetTypeMember.cs
- UpdatePanelControlTrigger.cs
- SmiMetaData.cs
- Compiler.cs
- GPRECT.cs
- ResourceWriter.cs
- SynchronizationScope.cs
- MailDefinition.cs
- HuffCodec.cs
- OutputWindow.cs
- SchemaMapping.cs
- tooltip.cs
- PerformanceCounterPermission.cs
- FixedSOMContainer.cs
- RoutedEventValueSerializer.cs
- TimeSpanOrInfiniteValidator.cs
- ModelUIElement3D.cs
- SimpleFileLog.cs
- CatalogPartChrome.cs
- MessagePropertyAttribute.cs
- TextAdaptor.cs
- DataSourceXmlSerializer.cs
- TrustLevel.cs
- XmlSchemaAll.cs
- HtmlShimManager.cs
- MsmqAppDomainProtocolHandler.cs
- SettingsProperty.cs
- OperationGenerator.cs
- DashStyle.cs
- RectangleF.cs
- HttpModuleAction.cs
- GridViewColumnCollectionChangedEventArgs.cs
- LayoutEditorPart.cs
- ClientViaElement.cs
- DynamicPropertyReader.cs
- Line.cs
- DrawingGroup.cs
- ColumnResizeAdorner.cs
- ModelUIElement3D.cs
- MouseActionValueSerializer.cs
- SmiGettersStream.cs
- TraceSection.cs
- UnsafeNativeMethods.cs
- CellIdBoolean.cs
- hwndwrapper.cs
- ItemContainerProviderWrapper.cs
- NetWebProxyFinder.cs
- DbConnectionPoolGroup.cs
- RelationshipDetailsCollection.cs
- StorageScalarPropertyMapping.cs
- ProcessModuleDesigner.cs
- HttpHeaderCollection.cs
- MappingMetadataHelper.cs
- LogicalExpr.cs
- ServiceDebugBehavior.cs
- ListBox.cs
- EventToken.cs
- RenderData.cs
- DrawToolTipEventArgs.cs
- PointLight.cs
- BinaryCommonClasses.cs
- RequestSecurityTokenResponseCollection.cs
- HttpCacheParams.cs
- SettingsProviderCollection.cs
- CorrelationService.cs
- IOThreadTimer.cs
- DataBindingCollection.cs
- NameValueCollection.cs
- XmlDataCollection.cs