Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / 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. //---------------------------------------------------------------------------- // // 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
- SubMenuStyleCollection.cs
- SafeNativeMethodsCLR.cs
- ClientSettingsStore.cs
- InputLanguageProfileNotifySink.cs
- OracleParameter.cs
- MailWriter.cs
- IxmlLineInfo.cs
- TypeForwardedToAttribute.cs
- StreamGeometryContext.cs
- SmtpFailedRecipientsException.cs
- RoutedEventArgs.cs
- CellLabel.cs
- Substitution.cs
- AttributeExtensions.cs
- EtwProvider.cs
- LiteralTextParser.cs
- PageContentAsyncResult.cs
- SByteConverter.cs
- SetStoryboardSpeedRatio.cs
- SerialPinChanges.cs
- ParallelEnumerable.cs
- TabControlEvent.cs
- ProvidersHelper.cs
- SqlColumnizer.cs
- ReachVisualSerializer.cs
- CorrelationToken.cs
- ParserOptions.cs
- ContourSegment.cs
- DataGrid.cs
- TrackingStringDictionary.cs
- KeySpline.cs
- WebPartVerbsEventArgs.cs
- LinkedResource.cs
- Color.cs
- BitmapEffectDrawing.cs
- SelectingProviderEventArgs.cs
- HostProtectionPermission.cs
- FlowLayoutSettings.cs
- XmlLanguageConverter.cs
- RuleSetBrowserDialog.cs
- TemplateManager.cs
- WindowsFont.cs
- DesignerCategoryAttribute.cs
- Serializer.cs
- Interfaces.cs
- SmtpNetworkElement.cs
- RelatedPropertyManager.cs
- InputLanguageCollection.cs
- ProgressBarRenderer.cs
- InputScopeConverter.cs
- HostExecutionContextManager.cs
- StagingAreaInputItem.cs
- FullTextLine.cs
- DependencyObjectValidator.cs
- KnownTypes.cs
- SerializationSectionGroup.cs
- MessageQueuePermissionEntryCollection.cs
- HtmlAnchor.cs
- PopupRootAutomationPeer.cs
- DownloadProgressEventArgs.cs
- FrameworkEventSource.cs
- AnnotationAdorner.cs
- Base64Encoder.cs
- SqlNamer.cs
- LocationFactory.cs
- securitymgrsite.cs
- Grant.cs
- Menu.cs
- StringFunctions.cs
- GuidConverter.cs
- ParallelDesigner.cs
- PermissionSet.cs
- ListControlStringCollectionEditor.cs
- EntityViewContainer.cs
- Soap.cs
- InstanceData.cs
- DefaultBinder.cs
- BindableTemplateBuilder.cs
- MethodBuilderInstantiation.cs
- PersistenceParticipant.cs
- TextTreeTextBlock.cs
- ExpressionBuilderContext.cs
- Documentation.cs
- WebPartDisplayMode.cs
- WeakEventTable.cs
- SamlSecurityTokenAuthenticator.cs
- SizeAnimation.cs
- SHA512Managed.cs
- ContainerCodeDomSerializer.cs
- CellTreeNodeVisitors.cs
- TextMarkerSource.cs
- SR.cs
- ContextProperty.cs
- COMException.cs
- PreservationFileWriter.cs
- BehaviorEditorPart.cs
- MouseEvent.cs
- TextFormatterHost.cs
- CellTreeSimplifier.cs
- EventItfInfo.cs