Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / System / Windows / Input / RawTextInputReport.cs / 1 / RawTextInputReport.cs
using System; using System.Windows; namespace System.Windows.Input { ////// The RawTextInputReport class encapsulates the raw text input /// provided. /// ////// It is important to note that the InputReport class only contains /// blittable types. This is required so that the report can be /// marshalled across application domains. /// internal class RawTextInputReport : InputReport { ////// Constructs ad instance of the RawKeyboardInputReport class. /// /// /// The input source that provided this input. /// /// /// The mode in which the input is being provided. /// /// /// The time when the input occured. /// /// /// True if the char code is a dead char. /// /// /// True if the char code is a system char. /// /// /// True if the char code is a control char. /// /// /// The character code. /// public RawTextInputReport( PresentationSource inputSource, InputMode mode, int timestamp, bool isDeadCharacter, bool isSystemCharacter, bool isControlCharacter, char characterCode) : base(inputSource, InputType.Text, mode, timestamp) { _isDeadCharacter = isDeadCharacter; _isSystemCharacter = isSystemCharacter; _isControlCharacter = isControlCharacter; _characterCode = characterCode; } ////// Read-only access to the state of dead character /// public bool IsDeadCharacter {get {return _isDeadCharacter;}} ////// Read-only access to the state of system character /// public bool IsSystemCharacter {get {return _isSystemCharacter;}} ////// Read-only access to the state of control character /// public bool IsControlCharacter {get {return _isControlCharacter;}} ////// Read-only access to the character code that was reported. /// public char CharacterCode {get {return _characterCode;}} private readonly bool _isDeadCharacter; private readonly bool _isSystemCharacter; private readonly bool _isControlCharacter; private readonly char _characterCode; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Windows; namespace System.Windows.Input { ////// The RawTextInputReport class encapsulates the raw text input /// provided. /// ////// It is important to note that the InputReport class only contains /// blittable types. This is required so that the report can be /// marshalled across application domains. /// internal class RawTextInputReport : InputReport { ////// Constructs ad instance of the RawKeyboardInputReport class. /// /// /// The input source that provided this input. /// /// /// The mode in which the input is being provided. /// /// /// The time when the input occured. /// /// /// True if the char code is a dead char. /// /// /// True if the char code is a system char. /// /// /// True if the char code is a control char. /// /// /// The character code. /// public RawTextInputReport( PresentationSource inputSource, InputMode mode, int timestamp, bool isDeadCharacter, bool isSystemCharacter, bool isControlCharacter, char characterCode) : base(inputSource, InputType.Text, mode, timestamp) { _isDeadCharacter = isDeadCharacter; _isSystemCharacter = isSystemCharacter; _isControlCharacter = isControlCharacter; _characterCode = characterCode; } ////// Read-only access to the state of dead character /// public bool IsDeadCharacter {get {return _isDeadCharacter;}} ////// Read-only access to the state of system character /// public bool IsSystemCharacter {get {return _isSystemCharacter;}} ////// Read-only access to the state of control character /// public bool IsControlCharacter {get {return _isControlCharacter;}} ////// Read-only access to the character code that was reported. /// public char CharacterCode {get {return _characterCode;}} private readonly bool _isDeadCharacter; private readonly bool _isSystemCharacter; private readonly bool _isControlCharacter; private readonly char _characterCode; } } // 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
- WebPartUserCapability.cs
- SemanticResolver.cs
- NavigationCommands.cs
- HtmlAnchor.cs
- SafeCryptHandles.cs
- MouseOverProperty.cs
- DefaultValueAttribute.cs
- TypedDataSourceCodeGenerator.cs
- TreeNodeCollectionEditor.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- DataGridPagerStyle.cs
- PeerServiceMessageContracts.cs
- ValueTable.cs
- Content.cs
- DataServiceQueryProvider.cs
- LongValidatorAttribute.cs
- WebPartCatalogAddVerb.cs
- BitmapMetadataBlob.cs
- CodePageUtils.cs
- TransformerInfoCollection.cs
- BufferModeSettings.cs
- DataGridViewLinkColumn.cs
- FixedBufferAttribute.cs
- COAUTHIDENTITY.cs
- DependencySource.cs
- PersonalizationProviderCollection.cs
- ISCIIEncoding.cs
- ConnectionPoint.cs
- MarkupCompilePass2.cs
- SiteMapHierarchicalDataSourceView.cs
- SpotLight.cs
- DataGridViewRowEventArgs.cs
- SafeViewOfFileHandle.cs
- WaitHandleCannotBeOpenedException.cs
- SiteMapDataSourceView.cs
- PropagatorResult.cs
- DBAsyncResult.cs
- StringInfo.cs
- DocumentPageHost.cs
- UnsafeCollabNativeMethods.cs
- CommentEmitter.cs
- FileDialogCustomPlace.cs
- FullTextBreakpoint.cs
- DependencyPropertyKey.cs
- BindingExpressionUncommonField.cs
- MdImport.cs
- SchemaType.cs
- Thread.cs
- PipelineModuleStepContainer.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- FileDialogCustomPlace.cs
- ContainsRowNumberChecker.cs
- RepeaterDataBoundAdapter.cs
- DisplayNameAttribute.cs
- JoinCqlBlock.cs
- OutputScope.cs
- BinaryParser.cs
- User.cs
- RowSpanVector.cs
- FolderBrowserDialog.cs
- PerformanceCounterManager.cs
- WorkflowNamespace.cs
- MiniConstructorInfo.cs
- ConfigurationValue.cs
- UndoManager.cs
- XmlUtf8RawTextWriter.cs
- MemberMemberBinding.cs
- BinHexEncoder.cs
- DataGridColumn.cs
- SecurityTokenTypes.cs
- Polyline.cs
- PlainXmlSerializer.cs
- ContentPlaceHolder.cs
- ExtractorMetadata.cs
- EntityDataSourceWrapperCollection.cs
- ReachIDocumentPaginatorSerializer.cs
- RangeValidator.cs
- SafeEventLogWriteHandle.cs
- PropertyKey.cs
- VectorCollectionValueSerializer.cs
- HandoffBehavior.cs
- DefaultAsyncDataDispatcher.cs
- ClientFormsAuthenticationCredentials.cs
- BoundColumn.cs
- DbgUtil.cs
- EventToken.cs
- IdnElement.cs
- CharacterHit.cs
- AlternateViewCollection.cs
- TextRangeEditTables.cs
- ReliabilityContractAttribute.cs
- ExceptionNotification.cs
- LinqDataSourceUpdateEventArgs.cs
- ColorPalette.cs
- XmlAttributeHolder.cs
- LifetimeServices.cs
- _Connection.cs
- SqlConnectionManager.cs
- TextContainerChangeEventArgs.cs
- Activity.cs