Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / TrustUi / MS / Internal / documents / DocumentStatusResources.cs / 1 / DocumentStatusResources.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: // DocumentStatusResources. // // History: // 06/10/05 - [....] created // //--------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Text; namespace MS.Internal.Documents { ////// A set of resources that describe overall document status /// for a particular layer (RM, DigSig, etc.) designed to be directly /// injected into the UI. /// internal struct DocumentStatusResources { ////// The image representing the current document status for the UI. /// internal System.Windows.Media.DrawingBrush Image { get { return _image; } set { _image = value; } } ////// The text representing the current document status for the UI. /// internal string Text { get { return _text; } set { _text = value; } } ////// The ToolTip text for the hover states of any controls representing this status /// for the UI. /// internal string ToolTip { get { return _toolTip; } set { _toolTip = value; } } // Private Fields private System.Windows.Media.DrawingBrush _image; private string _text; private string _toolTip; } } // 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
- ItemsPresenter.cs
- QilGenerator.cs
- RestClientProxyHandler.cs
- DbCommandTree.cs
- SortAction.cs
- AdapterDictionary.cs
- MimeParameter.cs
- FunctionQuery.cs
- TextBoxLine.cs
- NamespaceListProperty.cs
- BoundPropertyEntry.cs
- elementinformation.cs
- XmlStreamStore.cs
- WebRequestModuleElement.cs
- WebPartDisplayMode.cs
- TableLayoutSettings.cs
- FlowDocumentPage.cs
- InvokeProviderWrapper.cs
- LOSFormatter.cs
- CompilerScopeManager.cs
- BitmapEffectOutputConnector.cs
- ConfigurationErrorsException.cs
- ChtmlTextWriter.cs
- TransactionInterop.cs
- ServiceOperationListItem.cs
- SamlAssertionKeyIdentifierClause.cs
- LicenseManager.cs
- X509InitiatorCertificateClientElement.cs
- Models.cs
- Atom10FeedFormatter.cs
- MessageRpc.cs
- RightsManagementInformation.cs
- DataPager.cs
- HandlerWithFactory.cs
- ColorConverter.cs
- AdditionalEntityFunctions.cs
- SoapIgnoreAttribute.cs
- Vector3DAnimationBase.cs
- AppModelKnownContentFactory.cs
- Pair.cs
- AuthStoreRoleProvider.cs
- DataGridRelationshipRow.cs
- NamespaceEmitter.cs
- ModuleElement.cs
- TreeViewTemplateSelector.cs
- Thickness.cs
- AmbientLight.cs
- ExtensionElementCollection.cs
- KnownTypes.cs
- AuthenticatedStream.cs
- GetPageNumberCompletedEventArgs.cs
- MetadataItemCollectionFactory.cs
- PartialToken.cs
- TempFiles.cs
- ProgressBarRenderer.cs
- SqlCacheDependency.cs
- SimpleHandlerFactory.cs
- WeakHashtable.cs
- TimeZoneNotFoundException.cs
- IDQuery.cs
- CodeExporter.cs
- EntityProxyTypeInfo.cs
- RegexStringValidatorAttribute.cs
- EmptyEnumerable.cs
- HttpChannelFactory.cs
- SecurityUniqueId.cs
- ListParaClient.cs
- EventPropertyMap.cs
- followingquery.cs
- DefaultTextStore.cs
- GridViewRow.cs
- FileUtil.cs
- LocalizationParserHooks.cs
- SqlConnectionFactory.cs
- WindowPattern.cs
- MultiTouchSystemGestureLogic.cs
- CryptoStream.cs
- RelationshipEndMember.cs
- DataTableReaderListener.cs
- ProtocolProfile.cs
- HttpResponseInternalWrapper.cs
- PersianCalendar.cs
- safelinkcollection.cs
- HtmlControl.cs
- HtmlSelect.cs
- CssClassPropertyAttribute.cs
- TableHeaderCell.cs
- Block.cs
- RectangleHotSpot.cs
- WinHttpWebProxyFinder.cs
- RenderCapability.cs
- ISO2022Encoding.cs
- TransformDescriptor.cs
- LinkedList.cs
- Win32Exception.cs
- PersonalizationAdministration.cs
- ProcessInputEventArgs.cs
- SubMenuStyleCollection.cs
- RuleProcessor.cs
- IisTraceListener.cs