Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- ComplexTypeEmitter.cs
- SerializationStore.cs
- Merger.cs
- MetadataSet.cs
- LinkClickEvent.cs
- XmlIlGenerator.cs
- FocusWithinProperty.cs
- columnmapkeybuilder.cs
- SeverityFilter.cs
- TextBoxRenderer.cs
- XmlDataImplementation.cs
- GenericTypeParameterBuilder.cs
- WebPartTransformerAttribute.cs
- TcpTransportBindingElement.cs
- PreservationFileReader.cs
- HttpCacheParams.cs
- FlagPanel.cs
- PointAnimation.cs
- BulletChrome.cs
- PeerCollaboration.cs
- Queue.cs
- ToolStripSystemRenderer.cs
- BamlResourceDeserializer.cs
- ProfileParameter.cs
- WindowsTooltip.cs
- DependencyPropertyKey.cs
- PieceNameHelper.cs
- DynamicResourceExtensionConverter.cs
- GridViewSelectEventArgs.cs
- PropertyDescriptor.cs
- DateBoldEvent.cs
- TextTreeTextNode.cs
- _ListenerRequestStream.cs
- EntityDesignerBuildProvider.cs
- OutputWindow.cs
- TransformDescriptor.cs
- ExpressionNode.cs
- BuilderInfo.cs
- bidPrivateBase.cs
- ScriptingJsonSerializationSection.cs
- GlobalProxySelection.cs
- Win32Exception.cs
- ImageMetadata.cs
- XmlChildEnumerator.cs
- QueueAccessMode.cs
- HtmlSelect.cs
- StateManagedCollection.cs
- Substitution.cs
- Command.cs
- LogLogRecord.cs
- BinHexEncoder.cs
- UriExt.cs
- Calendar.cs
- PointAnimationUsingPath.cs
- AsymmetricSignatureFormatter.cs
- SafeHandles.cs
- RegionIterator.cs
- BStrWrapper.cs
- AssociatedControlConverter.cs
- StartFileNameEditor.cs
- Control.cs
- PropertyGridCommands.cs
- TabRenderer.cs
- BackgroundFormatInfo.cs
- FragmentQueryKB.cs
- ReadOnlyDictionary.cs
- SqlOuterApplyReducer.cs
- MouseOverProperty.cs
- XamlValidatingReader.cs
- Inflater.cs
- BufferedWebEventProvider.cs
- SpotLight.cs
- XXXInfos.cs
- FocusTracker.cs
- Point3DKeyFrameCollection.cs
- CompressionTransform.cs
- RecognizedAudio.cs
- RealizationContext.cs
- DataGridViewButtonCell.cs
- ScriptingSectionGroup.cs
- ReadOnlyMetadataCollection.cs
- TemplatedAdorner.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- TaskFileService.cs
- SqlRewriteScalarSubqueries.cs
- NamespaceEmitter.cs
- WebPartManagerInternals.cs
- SHA1Managed.cs
- dsa.cs
- VoiceObjectToken.cs
- ManagementOperationWatcher.cs
- ListViewSortEventArgs.cs
- PtsHelper.cs
- WebService.cs
- MissingMemberException.cs
- Keywords.cs
- ScriptReferenceEventArgs.cs
- SerializationObjectManager.cs
- AddingNewEventArgs.cs
- XmlnsDefinitionAttribute.cs