Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / Documents / RtfControlWordInfo.cs / 1 / RtfControlWordInfo.cs
//---------------------------------------------------------------------------- // // File: RtfControlWordInfo.cs // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Rtf control word information that specify the Rtf control word, // name and flag. // //--------------------------------------------------------------------------- namespace System.Windows.Documents { ////// Rtf control word information that specify the Rtf control word, name and flag. /// internal class RtfControlWordInfo { // --------------------------------------------------------------------- // // Internal Methods // // --------------------------------------------------------------------- #region Internal Methods internal RtfControlWordInfo(RtfControlWord controlWord, string controlName, uint flags) { _controlWord = controlWord; _controlName = controlName; _flags = flags; } #endregion Internal Methods // ---------------------------------------------------------------------- // // Internal Properties // // --------------------------------------------------------------------- #region Internal Properties internal RtfControlWord Control { get { return _controlWord; } } internal string ControlName { get { return _controlName; } } internal uint Flags { get { return _flags; } } #endregion Internal Properties // ---------------------------------------------------------------------- // // Private Fields // // ---------------------------------------------------------------------- #region Private Fields private RtfControlWord _controlWord; private string _controlName; private uint _flags; #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
- ScaleTransform.cs
- XmlSchemaValidator.cs
- SafeRightsManagementQueryHandle.cs
- MetaDataInfo.cs
- UnknownBitmapDecoder.cs
- SQLDateTime.cs
- CustomError.cs
- FormsAuthenticationUser.cs
- ViewStateModeByIdAttribute.cs
- Registry.cs
- OrderedHashRepartitionStream.cs
- GiveFeedbackEventArgs.cs
- AlternateView.cs
- RestHandler.cs
- StateChangeEvent.cs
- PasswordRecovery.cs
- SiteMapSection.cs
- SourceItem.cs
- DesignerDataConnection.cs
- TextAdaptor.cs
- DataGridViewBindingCompleteEventArgs.cs
- exports.cs
- DocumentApplicationState.cs
- OdbcHandle.cs
- IdentityReference.cs
- AutomationPropertyInfo.cs
- WorkflowQueueInfo.cs
- DataGridState.cs
- CodeCatchClauseCollection.cs
- HtmlInputSubmit.cs
- XmlSchemaSequence.cs
- StatusBarAutomationPeer.cs
- HostUtils.cs
- CssClassPropertyAttribute.cs
- DynamicValidatorEventArgs.cs
- WebBrowserPermission.cs
- SettingsPropertyValueCollection.cs
- Material.cs
- TripleDES.cs
- DataGridBoolColumn.cs
- Camera.cs
- TableLayoutStyleCollection.cs
- InternalBufferOverflowException.cs
- baseshape.cs
- HyperlinkAutomationPeer.cs
- DataGridViewCellStyleChangedEventArgs.cs
- XmlEncoding.cs
- Clause.cs
- CodeExporter.cs
- AmbientValueAttribute.cs
- DataTableTypeConverter.cs
- DynamicRenderer.cs
- Matrix3D.cs
- SingletonChannelAcceptor.cs
- VirtualPathUtility.cs
- StyleReferenceConverter.cs
- Propagator.ExtentPlaceholderCreator.cs
- ToolStripPanel.cs
- TableLayoutSettingsTypeConverter.cs
- FontInfo.cs
- DesignObjectWrapper.cs
- DynamicQueryableWrapper.cs
- Matrix.cs
- Metadata.cs
- BooleanConverter.cs
- StringValueSerializer.cs
- IFlowDocumentViewer.cs
- StateMachineWorkflow.cs
- StoreAnnotationsMap.cs
- SoapInteropTypes.cs
- SqlCacheDependency.cs
- UpdatePanelControlTrigger.cs
- X509Certificate2Collection.cs
- MediaTimeline.cs
- ISAPIRuntime.cs
- UserPersonalizationStateInfo.cs
- ToolStripDropDown.cs
- DictionaryItemsCollection.cs
- EventRoute.cs
- Random.cs
- WebBrowsableAttribute.cs
- PropVariant.cs
- StreamReader.cs
- ReadWriteSpinLock.cs
- CustomSignedXml.cs
- DataSourceXmlSerializer.cs
- GlobalItem.cs
- TextProperties.cs
- SqlNodeAnnotations.cs
- ActivationProxy.cs
- CancellableEnumerable.cs
- PartialCachingAttribute.cs
- Exceptions.cs
- CatalogPartChrome.cs
- SqlConnectionPoolGroupProviderInfo.cs
- CommandBinding.cs
- ContainerFilterService.cs
- Pen.cs
- RijndaelManagedTransform.cs
- EndpointAddress.cs