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
- ViewLoader.cs
- OneWayChannelListener.cs
- DataList.cs
- CodeAttributeDeclaration.cs
- BadImageFormatException.cs
- _Semaphore.cs
- PresentationAppDomainManager.cs
- TextRangeEditTables.cs
- TypeConverter.cs
- HtmlContainerControl.cs
- GridViewRowCollection.cs
- UriParserTemplates.cs
- CacheDependency.cs
- MultiPropertyDescriptorGridEntry.cs
- DataColumnPropertyDescriptor.cs
- HtmlInputImage.cs
- WinEventWrap.cs
- MemberDescriptor.cs
- XmlQualifiedName.cs
- CultureInfoConverter.cs
- TypeGeneratedEventArgs.cs
- HeaderElement.cs
- PingOptions.cs
- ListControlBuilder.cs
- ProtectedProviderSettings.cs
- _AutoWebProxyScriptWrapper.cs
- TableAutomationPeer.cs
- StsCommunicationException.cs
- PolyLineSegment.cs
- SiteMapSection.cs
- BitmapCodecInfoInternal.cs
- WebPartMovingEventArgs.cs
- DataIdProcessor.cs
- RequiredArgumentAttribute.cs
- FilePrompt.cs
- CultureTable.cs
- DataGridViewButtonColumn.cs
- ScriptManagerProxy.cs
- ellipse.cs
- ValueChangedEventManager.cs
- EventWaitHandleSecurity.cs
- ConfigXmlSignificantWhitespace.cs
- _NativeSSPI.cs
- BamlRecordReader.cs
- LowerCaseStringConverter.cs
- SecurityUniqueId.cs
- ListBox.cs
- EntityDataSourceMemberPath.cs
- RoleService.cs
- DataControlCommands.cs
- SafeLibraryHandle.cs
- HttpListenerRequest.cs
- ParserContext.cs
- WindowsHyperlink.cs
- updateconfighost.cs
- ItemsPanelTemplate.cs
- WsiProfilesElement.cs
- SqlWriter.cs
- PrtTicket_Public.cs
- HttpCookieCollection.cs
- ProxyWebPartManager.cs
- MatrixTransform.cs
- MemoryStream.cs
- Point4D.cs
- IisTraceListener.cs
- ChannelFactoryBase.cs
- ObjectContextServiceProvider.cs
- TagPrefixAttribute.cs
- MatrixAnimationBase.cs
- MachineKey.cs
- ToolStripPanelRenderEventArgs.cs
- InstancePersistenceCommand.cs
- CompilerInfo.cs
- WebBrowser.cs
- DBCommand.cs
- PromptStyle.cs
- X509ChainPolicy.cs
- PolicyChain.cs
- DeferredSelectedIndexReference.cs
- ProgressChangedEventArgs.cs
- TextTreeRootNode.cs
- RepeaterDesigner.cs
- _WinHttpWebProxyDataBuilder.cs
- securitycriticaldataClass.cs
- UnmanagedHandle.cs
- PageContentAsyncResult.cs
- NamespaceExpr.cs
- MergeEnumerator.cs
- SSmlParser.cs
- NamedPipeConnectionPool.cs
- PropertyPushdownHelper.cs
- CorrelationScope.cs
- ServiceEndpoint.cs
- InteropExecutor.cs
- GridViewColumnHeaderAutomationPeer.cs
- EnumValidator.cs
- BoundColumn.cs
- remotingproxy.cs
- LocalizedNameDescriptionPair.cs
- ToolStripLabel.cs