Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SQLInt32Storage.cs
- SqlCommandBuilder.cs
- DetailsViewPagerRow.cs
- CodeDomConfigurationHandler.cs
- RenderTargetBitmap.cs
- XamlBuildTaskServices.cs
- ToolboxComponentsCreatingEventArgs.cs
- Stack.cs
- MatrixValueSerializer.cs
- FrameworkRichTextComposition.cs
- ToolstripProfessionalRenderer.cs
- AttributeQuery.cs
- HostedHttpContext.cs
- QueryStringParameter.cs
- LocalizableAttribute.cs
- MutexSecurity.cs
- SystemWebSectionGroup.cs
- RunInstallerAttribute.cs
- EntityViewGenerator.cs
- WindowsFormsHostAutomationPeer.cs
- PolyQuadraticBezierSegment.cs
- LinkedResourceCollection.cs
- RequestQueue.cs
- EntityDesignerUtils.cs
- SchemeSettingElement.cs
- JapaneseCalendar.cs
- DocumentPageHost.cs
- __ComObject.cs
- ConfigurationSectionGroup.cs
- AccessControlList.cs
- CommonDialog.cs
- SimpleHandlerFactory.cs
- StateValidator.cs
- InputLanguageSource.cs
- SoapExtensionReflector.cs
- EventHandlers.cs
- LingerOption.cs
- SourceInterpreter.cs
- BehaviorEditorPart.cs
- DependencyPropertyValueSerializer.cs
- ParameterToken.cs
- ServiceReference.cs
- Button.cs
- CodeValidator.cs
- CacheMemory.cs
- FrameworkTextComposition.cs
- FileUtil.cs
- ToolStripDropDownItem.cs
- MetadataItem.cs
- ButtonChrome.cs
- PeerDefaultCustomResolverClient.cs
- PasswordBox.cs
- NameValueCollection.cs
- ClosableStream.cs
- RelatedImageListAttribute.cs
- DataBindingHandlerAttribute.cs
- XmlNodeChangedEventManager.cs
- KeyValueConfigurationElement.cs
- MinMaxParagraphWidth.cs
- StackBuilderSink.cs
- TriggerCollection.cs
- ControllableStoryboardAction.cs
- WorkflowShape.cs
- DoubleCollectionConverter.cs
- x509utils.cs
- CodeTryCatchFinallyStatement.cs
- TypeConverterMarkupExtension.cs
- ObjectListTitleAttribute.cs
- NegatedCellConstant.cs
- DoubleAnimationBase.cs
- Matrix.cs
- RightsManagementPermission.cs
- PassportAuthenticationModule.cs
- FileSystemInfo.cs
- XamlSerializer.cs
- WebPartConnectionsCancelEventArgs.cs
- ToolStripOverflow.cs
- CheckBoxAutomationPeer.cs
- NotSupportedException.cs
- PassportAuthenticationModule.cs
- RelationshipConstraintValidator.cs
- MatrixAnimationUsingPath.cs
- WinFormsUtils.cs
- ChannelDispatcher.cs
- EntityRecordInfo.cs
- EventLogPermission.cs
- IntAverageAggregationOperator.cs
- XmlText.cs
- DataColumnMapping.cs
- WebServicesDescriptionAttribute.cs
- TreeChangeInfo.cs
- Profiler.cs
- HttpApplication.cs
- SessionPageStateSection.cs
- ResXResourceReader.cs
- VisualBasicValue.cs
- CheckBoxRenderer.cs
- DataControlImageButton.cs
- TextContainerChangedEventArgs.cs
- CodeAttributeArgumentCollection.cs