Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Input / RawUIStateInputReport.cs / 1 / RawUIStateInputReport.cs
using System; using System.Security; using System.Security.Permissions; using MS.Internal; using MS.Win32; using System.Windows; namespace System.Windows.Input { ////// The RawUIStateInputReport class encapsulates the raw input /// provided from WM_*UISTATE* messages. /// internal class RawUIStateInputReport : InputReport { ////// Constructs an instance of the RawUIStateInputReport class. /// /// /// The input source that provided this input. /// /// /// The mode in which the input is being provided. /// /// /// The time when the input occured. /// /// /// The action being reported. /// /// /// The targets being reported. /// ////// Critical:This handles critical data in the form of PresentationSource /// TreatAsSafe:The data has demands on the property when someone tries to access it. /// [SecurityCritical,SecurityTreatAsSafe] public RawUIStateInputReport( PresentationSource inputSource, InputMode mode, int timestamp, RawUIStateActions action, RawUIStateTargets targets) : base(inputSource, InputType.Keyboard, mode, timestamp) { if (!IsValidRawUIStateAction(action)) throw new System.ComponentModel.InvalidEnumArgumentException("action", (int)action, typeof(RawUIStateActions)); if (!IsValidRawUIStateTargets(targets)) throw new System.ComponentModel.InvalidEnumArgumentException("targets", (int)targets, typeof(RawUIStateTargets)); _action = action; _targets = targets; } ////// Read-only access to the action that was reported. /// public RawUIStateActions Action {get {return _action;}} ////// Read-only access to the targets that were reported. /// public RawUIStateTargets Targets {get {return _targets;}} // IsValid Method for RawUIStateActions. internal static bool IsValidRawUIStateAction(RawUIStateActions action) { return (action == RawUIStateActions.Set || action == RawUIStateActions.Clear || action == RawUIStateActions.Initialize); } // IsValid Method for RawUIStateTargets. Relies on the enum being [Flags]. internal static bool IsValidRawUIStateTargets(RawUIStateTargets targets) { return ((targets & (RawUIStateTargets.HideFocus | RawUIStateTargets.HideAccelerators | RawUIStateTargets.Active)) == targets); } private RawUIStateActions _action; private RawUIStateTargets _targets; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Security; using System.Security.Permissions; using MS.Internal; using MS.Win32; using System.Windows; namespace System.Windows.Input { ////// The RawUIStateInputReport class encapsulates the raw input /// provided from WM_*UISTATE* messages. /// internal class RawUIStateInputReport : InputReport { ////// Constructs an instance of the RawUIStateInputReport class. /// /// /// The input source that provided this input. /// /// /// The mode in which the input is being provided. /// /// /// The time when the input occured. /// /// /// The action being reported. /// /// /// The targets being reported. /// ////// Critical:This handles critical data in the form of PresentationSource /// TreatAsSafe:The data has demands on the property when someone tries to access it. /// [SecurityCritical,SecurityTreatAsSafe] public RawUIStateInputReport( PresentationSource inputSource, InputMode mode, int timestamp, RawUIStateActions action, RawUIStateTargets targets) : base(inputSource, InputType.Keyboard, mode, timestamp) { if (!IsValidRawUIStateAction(action)) throw new System.ComponentModel.InvalidEnumArgumentException("action", (int)action, typeof(RawUIStateActions)); if (!IsValidRawUIStateTargets(targets)) throw new System.ComponentModel.InvalidEnumArgumentException("targets", (int)targets, typeof(RawUIStateTargets)); _action = action; _targets = targets; } ////// Read-only access to the action that was reported. /// public RawUIStateActions Action {get {return _action;}} ////// Read-only access to the targets that were reported. /// public RawUIStateTargets Targets {get {return _targets;}} // IsValid Method for RawUIStateActions. internal static bool IsValidRawUIStateAction(RawUIStateActions action) { return (action == RawUIStateActions.Set || action == RawUIStateActions.Clear || action == RawUIStateActions.Initialize); } // IsValid Method for RawUIStateTargets. Relies on the enum being [Flags]. internal static bool IsValidRawUIStateTargets(RawUIStateTargets targets) { return ((targets & (RawUIStateTargets.HideFocus | RawUIStateTargets.HideAccelerators | RawUIStateTargets.Active)) == targets); } private RawUIStateActions _action; private RawUIStateTargets _targets; } } // 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
- PropertyOverridesDialog.cs
- GZipStream.cs
- FileChangeNotifier.cs
- SettingsContext.cs
- ReliableRequestSessionChannel.cs
- Quad.cs
- OledbConnectionStringbuilder.cs
- DeflateStream.cs
- SurrogateSelector.cs
- TextParaClient.cs
- ConnectionPoint.cs
- XamlTreeBuilderBamlRecordWriter.cs
- KoreanCalendar.cs
- RelatedView.cs
- Matrix3D.cs
- ProxyFragment.cs
- ExcludePathInfo.cs
- ZipIOFileItemStream.cs
- OrthographicCamera.cs
- SystemKeyConverter.cs
- Adorner.cs
- IsolatedStoragePermission.cs
- ChannelDemuxer.cs
- QueryResponse.cs
- AstNode.cs
- LineMetrics.cs
- Style.cs
- NativeMethods.cs
- ClientConfigPaths.cs
- AdornerPresentationContext.cs
- SynchronizationScope.cs
- ImageClickEventArgs.cs
- ClientScriptItemCollection.cs
- NumericPagerField.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- ProcessRequestArgs.cs
- OracleException.cs
- InfoCardBaseException.cs
- SchemaCollectionPreprocessor.cs
- NonParentingControl.cs
- XmlSchemaAnnotated.cs
- StandardBindingOptionalReliableSessionElement.cs
- DbParameterHelper.cs
- CatalogZone.cs
- FontDifferentiator.cs
- StructuredTypeEmitter.cs
- NegatedCellConstant.cs
- EDesignUtil.cs
- Primitive.cs
- CreateUserErrorEventArgs.cs
- SqlConnectionPoolProviderInfo.cs
- MethodBuilder.cs
- MultiPageTextView.cs
- ReadOnlyNameValueCollection.cs
- ControlUtil.cs
- Membership.cs
- ListComponentEditor.cs
- IntSecurity.cs
- DesignTimeTemplateParser.cs
- SessionPageStateSection.cs
- FileDialog.cs
- PowerStatus.cs
- ListViewUpdatedEventArgs.cs
- DesignerActionListCollection.cs
- SQLDateTimeStorage.cs
- SearchForVirtualItemEventArgs.cs
- DataServiceRequestOfT.cs
- SchemaImporterExtensionsSection.cs
- StringValidator.cs
- UnmanagedMemoryStream.cs
- ISAPIApplicationHost.cs
- ProtectedConfigurationProviderCollection.cs
- ProviderConnectionPoint.cs
- ParameterCollection.cs
- AuthenticationModuleElementCollection.cs
- PathData.cs
- GlyphingCache.cs
- ButtonBase.cs
- TextParagraphProperties.cs
- Simplifier.cs
- TemplateBamlTreeBuilder.cs
- ErrorHandler.cs
- SqlVisitor.cs
- SortQueryOperator.cs
- ScriptComponentDescriptor.cs
- SchemaMerger.cs
- AlignmentXValidation.cs
- HtmlMeta.cs
- XmlImplementation.cs
- ComPlusServiceHost.cs
- DetailsViewInsertedEventArgs.cs
- ApplicationFileParser.cs
- RegexRunner.cs
- ConstraintStruct.cs
- HttpDigestClientCredential.cs
- SqlWebEventProvider.cs
- TabControl.cs
- PersonalizationDictionary.cs
- ProxyHelper.cs
- ThreadStartException.cs