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
- ApplicationTrust.cs
- DataGridViewCellCancelEventArgs.cs
- ApplicationDirectory.cs
- DbConnectionStringCommon.cs
- HTMLTagNameToTypeMapper.cs
- DataRelationCollection.cs
- TabRenderer.cs
- DependencyProperty.cs
- ClientCultureInfo.cs
- Literal.cs
- AnalyzedTree.cs
- EnterpriseServicesHelper.cs
- ProviderMetadataCachedInformation.cs
- BufferedGraphics.cs
- CultureTableRecord.cs
- EntityStoreSchemaGenerator.cs
- HtmlInputReset.cs
- XmlILConstructAnalyzer.cs
- DynamicObjectAccessor.cs
- RadioButtonRenderer.cs
- GcSettings.cs
- FileDialogPermission.cs
- SqlDataSourceCustomCommandEditor.cs
- ConstrainedDataObject.cs
- SingleResultAttribute.cs
- PublishLicense.cs
- serverconfig.cs
- XmlSignatureManifest.cs
- CharAnimationBase.cs
- XmlDocument.cs
- BasicViewGenerator.cs
- VoiceSynthesis.cs
- GZipDecoder.cs
- DataGridViewHitTestInfo.cs
- StylusDevice.cs
- ComponentEditorPage.cs
- JavaScriptSerializer.cs
- ParameterModifier.cs
- MemberDomainMap.cs
- ObjectDataSourceEventArgs.cs
- DocumentCollection.cs
- StylusPointPropertyId.cs
- TypedElement.cs
- TheQuery.cs
- ValidationError.cs
- HtmlButton.cs
- ResXResourceSet.cs
- SqlDependencyListener.cs
- ObjectIDGenerator.cs
- UInt64.cs
- ProtocolViolationException.cs
- StatusStrip.cs
- PageThemeBuildProvider.cs
- Crypto.cs
- AppSecurityManager.cs
- SqlDataReaderSmi.cs
- MsmqChannelFactory.cs
- PenLineCapValidation.cs
- DependencyPropertyHelper.cs
- PenThreadWorker.cs
- Int32RectConverter.cs
- IdentitySection.cs
- Timer.cs
- SqlInternalConnectionTds.cs
- XmlKeywords.cs
- BooleanProjectedSlot.cs
- WebPartChrome.cs
- SQLInt32Storage.cs
- _ServiceNameStore.cs
- InternalTransaction.cs
- CookieParameter.cs
- CrossContextChannel.cs
- XdrBuilder.cs
- DocumentSchemaValidator.cs
- ScriptReferenceEventArgs.cs
- documentsequencetextview.cs
- FileNotFoundException.cs
- CommonProperties.cs
- FileRecordSequence.cs
- XmlSchemaComplexContent.cs
- BamlCollectionHolder.cs
- Interfaces.cs
- InkCanvas.cs
- OracleDataAdapter.cs
- MsmqChannelFactoryBase.cs
- IBuiltInEvidence.cs
- StringFreezingAttribute.cs
- DrawingVisual.cs
- EditorZoneBase.cs
- ECDiffieHellmanCng.cs
- OleDbCommand.cs
- ThemeDirectoryCompiler.cs
- NotifyInputEventArgs.cs
- TailPinnedEventArgs.cs
- ToolStripSystemRenderer.cs
- NetworkAddressChange.cs
- QilTernary.cs
- ModelTreeEnumerator.cs
- FederatedMessageSecurityOverHttp.cs
- FontStretchConverter.cs