Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- TemplateBindingExtensionConverter.cs
- HttpListenerRequest.cs
- IsolatedStorageFileStream.cs
- Dictionary.cs
- ProgressBarHighlightConverter.cs
- NamespaceInfo.cs
- PipelineDeploymentState.cs
- WebPartZone.cs
- EntityDataSourceEntityTypeFilterItem.cs
- UInt32Converter.cs
- PenContexts.cs
- OleAutBinder.cs
- Attributes.cs
- BasePropertyDescriptor.cs
- DrawingBrush.cs
- CombinedGeometry.cs
- Page.cs
- ThemeDictionaryExtension.cs
- MetaModel.cs
- DbParameterCollectionHelper.cs
- DeleteCardRequest.cs
- DispatchChannelSink.cs
- CustomSignedXml.cs
- TimersDescriptionAttribute.cs
- WebBaseEventKeyComparer.cs
- ApplicationServicesHostFactory.cs
- AnnotationResourceCollection.cs
- HtmlUtf8RawTextWriter.cs
- RedirectionProxy.cs
- EmbeddedMailObject.cs
- Identity.cs
- SqlBulkCopyColumnMapping.cs
- ContractNamespaceAttribute.cs
- PassportIdentity.cs
- Panel.cs
- ColumnProvider.cs
- ObjectKeyFrameCollection.cs
- AsyncPostBackTrigger.cs
- CmsInterop.cs
- CodeExpressionStatement.cs
- ApplySecurityAndSendAsyncResult.cs
- SecurityException.cs
- SerTrace.cs
- DataGridCellInfo.cs
- CompensatableTransactionScopeActivityDesigner.cs
- AttributeUsageAttribute.cs
- TextTrailingWordEllipsis.cs
- GridToolTip.cs
- SetStateDesigner.cs
- EntityDataSourceConfigureObjectContext.cs
- ResourceManager.cs
- Asn1IntegerConverter.cs
- CompilerLocalReference.cs
- TextEndOfSegment.cs
- ConsumerConnectionPoint.cs
- ClientSettings.cs
- IndicFontClient.cs
- CodeBinaryOperatorExpression.cs
- SafeTimerHandle.cs
- DeviceFilterDictionary.cs
- FontStyle.cs
- TypeToken.cs
- SqlServices.cs
- AxisAngleRotation3D.cs
- Binding.cs
- ClientApiGenerator.cs
- ConnectionsZone.cs
- WebPartConnection.cs
- CancellationScope.cs
- ReceiveDesigner.xaml.cs
- EUCJPEncoding.cs
- Utility.cs
- DynamicResourceExtensionConverter.cs
- Substitution.cs
- __TransparentProxy.cs
- ChangePassword.cs
- EntityKeyElement.cs
- ConfigurationElementCollection.cs
- ActiveXContainer.cs
- AppDomainShutdownMonitor.cs
- PropertyMetadata.cs
- EditorZoneDesigner.cs
- ByteAnimationUsingKeyFrames.cs
- DataTableReaderListener.cs
- PathTooLongException.cs
- DataGridTable.cs
- MissingMemberException.cs
- RemoteHelper.cs
- BinaryFormatterSinks.cs
- GlyphRun.cs
- SEHException.cs
- IndicShape.cs
- EditingMode.cs
- RoutedUICommand.cs
- ADRole.cs
- Command.cs
- PropertyTabAttribute.cs
- Expression.cs
- BitmapFrame.cs
- KeyValueSerializer.cs