Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Controls / RealizedColumnsBlock.cs / 1305600 / RealizedColumnsBlock.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; namespace System.Windows.Controls { ////// Struct which holds block of realized column indices. /// internal struct RealizedColumnsBlock { public RealizedColumnsBlock(int startIndex, int endIndex, int startIndexOffset) : this() { StartIndex = startIndex; EndIndex = endIndex; StartIndexOffset = startIndexOffset; } ////// Starting index of the block /// public int StartIndex { get; private set; } ////// Ending index of the block /// public int EndIndex { get; private set; } ////// The count of realized columns before this block /// public int StartIndexOffset { get; private set; } } } // 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. // //--------------------------------------------------------------------------- using System; namespace System.Windows.Controls { ////// Struct which holds block of realized column indices. /// internal struct RealizedColumnsBlock { public RealizedColumnsBlock(int startIndex, int endIndex, int startIndexOffset) : this() { StartIndex = startIndex; EndIndex = endIndex; StartIndexOffset = startIndexOffset; } ////// Starting index of the block /// public int StartIndex { get; private set; } ////// Ending index of the block /// public int EndIndex { get; private set; } ////// The count of realized columns before this block /// public int StartIndexOffset { get; private set; } } } // 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
- SectionXmlInfo.cs
- ValueSerializer.cs
- DataControlLinkButton.cs
- AccessControlList.cs
- COAUTHIDENTITY.cs
- ListBase.cs
- UnsafeCollabNativeMethods.cs
- BindingSource.cs
- ValueChangedEventManager.cs
- GACMembershipCondition.cs
- HtmlFormWrapper.cs
- DecimalConstantAttribute.cs
- HttpHeaderCollection.cs
- CompensationTokenData.cs
- SymbolPair.cs
- TailPinnedEventArgs.cs
- ConfigXmlWhitespace.cs
- NameValuePair.cs
- securestring.cs
- BevelBitmapEffect.cs
- CapabilitiesState.cs
- HebrewNumber.cs
- SchemaUtility.cs
- Header.cs
- ModelUIElement3D.cs
- SharedPersonalizationStateInfo.cs
- ControlDesigner.cs
- DocumentSequence.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- WebHeaderCollection.cs
- RangeEnumerable.cs
- ICspAsymmetricAlgorithm.cs
- FilterException.cs
- Size.cs
- NetworkStream.cs
- WebPartConnectionsCancelVerb.cs
- XamlClipboardData.cs
- PasswordRecovery.cs
- _ConnectStream.cs
- DiscoveryDocumentSerializer.cs
- DropDownButton.cs
- MarginsConverter.cs
- Random.cs
- ConfigXmlAttribute.cs
- ObjectContext.cs
- ReadOnlyCollectionBase.cs
- EventArgs.cs
- DSACryptoServiceProvider.cs
- ProcessHostMapPath.cs
- WeakEventManager.cs
- HwndSourceKeyboardInputSite.cs
- XmlArrayItemAttribute.cs
- BitmapEffectvisualstate.cs
- KeyboardDevice.cs
- SchemaNotation.cs
- Lasso.cs
- GraphicsContext.cs
- Stopwatch.cs
- WebHttpBinding.cs
- CombinedGeometry.cs
- BackgroundFormatInfo.cs
- SignerInfo.cs
- ListComponentEditor.cs
- JumpItem.cs
- MdiWindowListStrip.cs
- WebPartManager.cs
- MeasureData.cs
- ProcessThread.cs
- ObjectPersistData.cs
- XmlSchemaSubstitutionGroup.cs
- TransformerInfo.cs
- TextBoxAutoCompleteSourceConverter.cs
- DataObject.cs
- NullableConverter.cs
- XmlSchemaSet.cs
- WebException.cs
- SettingsPropertyValueCollection.cs
- XAMLParseException.cs
- TextInfo.cs
- EventPropertyMap.cs
- CodeGotoStatement.cs
- ASCIIEncoding.cs
- Line.cs
- SimpleNameService.cs
- ApplicationHost.cs
- ImageField.cs
- InputMethod.cs
- TextWriter.cs
- CheckBoxAutomationPeer.cs
- PrivilegeNotHeldException.cs
- NetworkInterface.cs
- InvalidProgramException.cs
- ThemeableAttribute.cs
- Header.cs
- DebugView.cs
- MeasurementDCInfo.cs
- SqlDelegatedTransaction.cs
- GacUtil.cs
- InkPresenterAutomationPeer.cs
- VisualBrush.cs