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
- PathGradientBrush.cs
- LinkDesigner.cs
- DropShadowBitmapEffect.cs
- AppModelKnownContentFactory.cs
- TimeSpanOrInfiniteValidator.cs
- panel.cs
- Operators.cs
- DirectionalLight.cs
- TextViewElement.cs
- QilParameter.cs
- ComplexType.cs
- UriTemplateDispatchFormatter.cs
- WindowsStartMenu.cs
- Variant.cs
- RoutedEvent.cs
- CredentialManagerDialog.cs
- ColumnResult.cs
- SafeProcessHandle.cs
- ForEachAction.cs
- EditorBrowsableAttribute.cs
- CacheModeConverter.cs
- PtsHelper.cs
- ConstNode.cs
- StopStoryboard.cs
- PassportAuthenticationEventArgs.cs
- HttpCacheParams.cs
- OutOfProcStateClientManager.cs
- DeviceFiltersSection.cs
- ZipPackage.cs
- CharacterMetrics.cs
- UniformGrid.cs
- XmlQueryOutput.cs
- MethodRental.cs
- XPathChildIterator.cs
- Win32.cs
- RegexCompilationInfo.cs
- AutomationPropertyInfo.cs
- _Rfc2616CacheValidators.cs
- bidPrivateBase.cs
- DecimalStorage.cs
- HtmlInputCheckBox.cs
- ListItemParagraph.cs
- PickBranch.cs
- UriTemplateDispatchFormatter.cs
- DrawListViewItemEventArgs.cs
- WebZone.cs
- BitmapEffectGroup.cs
- DataGridViewComboBoxCell.cs
- RangeBase.cs
- DetailsViewDesigner.cs
- SecurityCredentialsManager.cs
- ConfigurationErrorsException.cs
- ClientConvert.cs
- CorePropertiesFilter.cs
- SapiRecoContext.cs
- DataGridLinkButton.cs
- HtmlInputFile.cs
- TcpClientChannel.cs
- SpellerInterop.cs
- TypeConverters.cs
- Int16AnimationBase.cs
- PolyBezierSegment.cs
- TransportBindingElementImporter.cs
- TypeInfo.cs
- FlagPanel.cs
- TypedElement.cs
- XNodeValidator.cs
- HttpApplicationStateBase.cs
- FormattedText.cs
- InstallerTypeAttribute.cs
- XNameConverter.cs
- Int32RectValueSerializer.cs
- WebConfigurationHost.cs
- KeyValuePairs.cs
- RuntimeEnvironment.cs
- SoapAttributes.cs
- ButtonColumn.cs
- RowUpdatedEventArgs.cs
- DataSet.cs
- EventlogProvider.cs
- EntityDataSourceWizardForm.cs
- QueryableDataSourceView.cs
- BreakRecordTable.cs
- HtmlTextBoxAdapter.cs
- WebConfigurationFileMap.cs
- Camera.cs
- InfoCardBaseException.cs
- DbException.cs
- MdImport.cs
- Formatter.cs
- ExpandoClass.cs
- ModelServiceImpl.cs
- EntitySqlQueryState.cs
- WebBrowserContainer.cs
- _ListenerAsyncResult.cs
- FamilyTypefaceCollection.cs
- Stroke2.cs
- ColorConverter.cs
- SiteMapDesignerDataSourceView.cs
- SystemResources.cs