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 / Automation / Peers / DocumentViewerAutomationPeer.cs / 1 / DocumentViewerAutomationPeer.cs
using System; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Documents; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { ////// AutomationPeer associated with DocumentViewer /// public class DocumentViewerAutomationPeer : DocumentViewerBaseAutomationPeer { ////// Constructor /// /// Owner of the AutomationPeer. public DocumentViewerAutomationPeer(DocumentViewer owner) : base(owner) { } ////// override protected string GetClassNameCore() { return "DocumentViewer"; } ////// /// override public object GetPattern(PatternInterface patternInterface) { object returnValue = null; // Check if provided patternInterface is for Scroll, which is all // that is currently exposed. if (patternInterface == PatternInterface.Scroll) { // Get a reference to DocumentViewer's ScrollViewer DocumentViewer owner = (DocumentViewer)Owner; if (owner.ScrollViewer != null) { // Get a reference to ScrollViewer's AutomationPeer. AutomationPeer scrollPeer = UIElementAutomationPeer.CreatePeerForElement(owner.ScrollViewer); if (scrollPeer != null && scrollPeer is IScrollProvider) { scrollPeer.EventsSource = this; returnValue = scrollPeer; } } } else { returnValue = base.GetPattern(patternInterface); } return returnValue; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Documents; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { ////// /// AutomationPeer associated with DocumentViewer /// public class DocumentViewerAutomationPeer : DocumentViewerBaseAutomationPeer { ////// Constructor /// /// Owner of the AutomationPeer. public DocumentViewerAutomationPeer(DocumentViewer owner) : base(owner) { } ////// override protected string GetClassNameCore() { return "DocumentViewer"; } ////// /// override public object GetPattern(PatternInterface patternInterface) { object returnValue = null; // Check if provided patternInterface is for Scroll, which is all // that is currently exposed. if (patternInterface == PatternInterface.Scroll) { // Get a reference to DocumentViewer's ScrollViewer DocumentViewer owner = (DocumentViewer)Owner; if (owner.ScrollViewer != null) { // Get a reference to ScrollViewer's AutomationPeer. AutomationPeer scrollPeer = UIElementAutomationPeer.CreatePeerForElement(owner.ScrollViewer); if (scrollPeer != null && scrollPeer is IScrollProvider) { scrollPeer.EventsSource = this; returnValue = scrollPeer; } } } else { returnValue = base.GetPattern(patternInterface); } return returnValue; } } } // 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
- MailAddressCollection.cs
- AccessKeyManager.cs
- DataGrid.cs
- EntityReference.cs
- EventDrivenDesigner.cs
- SqlClientMetaDataCollectionNames.cs
- StrokeFIndices.cs
- Vector3DCollection.cs
- DEREncoding.cs
- DataGridViewHeaderCell.cs
- WebPartMenu.cs
- DataPointer.cs
- AesCryptoServiceProvider.cs
- NumberAction.cs
- IpcChannel.cs
- _LocalDataStore.cs
- SQLBoolean.cs
- WebReferencesBuildProvider.cs
- ToolStripSplitStackLayout.cs
- CellParagraph.cs
- Privilege.cs
- Listbox.cs
- ConfigurationValue.cs
- DocumentViewer.cs
- RefreshEventArgs.cs
- ProtocolInformationWriter.cs
- SizeChangedEventArgs.cs
- util.cs
- cryptoapiTransform.cs
- InvalidOperationException.cs
- SQLDateTimeStorage.cs
- FormViewDesigner.cs
- TextLine.cs
- HotSpot.cs
- SupportedAddressingMode.cs
- TextServicesManager.cs
- ProcessModule.cs
- WSSecurityXXX2005.cs
- OrderToken.cs
- ServiceDescription.cs
- PeerNameRegistration.cs
- PrtTicket_Public_Simple.cs
- XmlNamespaceMapping.cs
- RegisteredExpandoAttribute.cs
- _NestedSingleAsyncResult.cs
- IERequestCache.cs
- FamilyCollection.cs
- ObfuscateAssemblyAttribute.cs
- FlatButtonAppearance.cs
- ExtendedPropertyCollection.cs
- NameScopePropertyAttribute.cs
- CompilationLock.cs
- EventProviderClassic.cs
- Parameter.cs
- EncryptedXml.cs
- DeflateStream.cs
- TreeSet.cs
- ReferenceConverter.cs
- CodeChecksumPragma.cs
- TextRangeBase.cs
- TypeDefinition.cs
- _UncName.cs
- PictureBox.cs
- StateWorkerRequest.cs
- ReplyAdapterChannelListener.cs
- DataViewSetting.cs
- XmlTextReaderImpl.cs
- BaseDataList.cs
- DataGridColumn.cs
- RegexCompilationInfo.cs
- SchemaInfo.cs
- ClientSideQueueItem.cs
- XhtmlTextWriter.cs
- RadioButtonStandardAdapter.cs
- PerformanceCounterCategory.cs
- ClipboardData.cs
- ToolStripOverflowButton.cs
- PictureBox.cs
- DbProviderSpecificTypePropertyAttribute.cs
- MessageQueueCriteria.cs
- EarlyBoundInfo.cs
- XmlCharCheckingWriter.cs
- EventLogger.cs
- SessionStateContainer.cs
- ReaderContextStackData.cs
- DependencyObjectType.cs
- Point4DConverter.cs
- VisualBrush.cs
- ClientSponsor.cs
- URIFormatException.cs
- DBCommandBuilder.cs
- TargetControlTypeCache.cs
- ConsumerConnectionPointCollection.cs
- WebPartMovingEventArgs.cs
- InternalConfirm.cs
- DesignerVerb.cs
- ResponseStream.cs
- RadialGradientBrush.cs
- compensatingcollection.cs
- XmlConvert.cs