Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- XmlSecureResolver.cs
- SmtpMail.cs
- DependencyPropertyValueSerializer.cs
- SecurityTokenAttachmentMode.cs
- SplashScreen.cs
- XmlName.cs
- ProcessModule.cs
- ThemeDirectoryCompiler.cs
- StateMachineDesignerPaint.cs
- ValueType.cs
- TraceListener.cs
- storepermissionattribute.cs
- Privilege.cs
- ColumnTypeConverter.cs
- DiagnosticTrace.cs
- ResourceExpressionBuilder.cs
- CapabilitiesAssignment.cs
- TimelineGroup.cs
- SelectedCellsChangedEventArgs.cs
- Brush.cs
- AspNetHostingPermission.cs
- EmptyReadOnlyDictionaryInternal.cs
- AttributeData.cs
- ProviderConnectionPointCollection.cs
- FreeFormDragDropManager.cs
- ColumnClickEvent.cs
- ObjectSelectorEditor.cs
- HandlerFactoryCache.cs
- NamedPipeConnectionPool.cs
- DependencyPropertyKey.cs
- WebPartZoneBase.cs
- CustomActivityDesigner.cs
- LineInfo.cs
- ELinqQueryState.cs
- TwoPhaseCommit.cs
- TabItemWrapperAutomationPeer.cs
- LOSFormatter.cs
- TextSegment.cs
- PackageDigitalSignatureManager.cs
- UIntPtr.cs
- UpdateRecord.cs
- DataBindingCollection.cs
- WebPartCancelEventArgs.cs
- DataRowComparer.cs
- IndicShape.cs
- WorkflowDispatchContext.cs
- XmlDocumentSerializer.cs
- HtmlFormParameterWriter.cs
- MulticastDelegate.cs
- Clipboard.cs
- FontClient.cs
- NativeMethods.cs
- TextSpan.cs
- SmiEventSink_DeferedProcessing.cs
- SiteMapNodeItem.cs
- SystemThemeKey.cs
- CalendarDesigner.cs
- SelectionProviderWrapper.cs
- SchemaCollectionPreprocessor.cs
- ReservationNotFoundException.cs
- HwndMouseInputProvider.cs
- ControlEvent.cs
- ProfileSettingsCollection.cs
- OdbcEnvironmentHandle.cs
- ConnectionOrientedTransportChannelListener.cs
- ErrorProvider.cs
- _CommandStream.cs
- EventToken.cs
- WorkflowDesignerMessageFilter.cs
- nulltextcontainer.cs
- ZoneButton.cs
- FixedDocumentPaginator.cs
- XmlILAnnotation.cs
- ProtocolViolationException.cs
- WebPartsPersonalizationAuthorization.cs
- HitTestDrawingContextWalker.cs
- Sql8ConformanceChecker.cs
- ProtocolElementCollection.cs
- DefaultClaimSet.cs
- ParameterToken.cs
- PeerTransportListenAddressConverter.cs
- SpotLight.cs
- HatchBrush.cs
- RelatedView.cs
- TimeStampChecker.cs
- EntityDataSourceWizardForm.cs
- SignedInfo.cs
- DesignTimeType.cs
- MessagingDescriptionAttribute.cs
- MouseActionValueSerializer.cs
- Select.cs
- BindingManagerDataErrorEventArgs.cs
- PowerModeChangedEventArgs.cs
- Geometry3D.cs
- SafeLocalAllocation.cs
- FloaterParagraph.cs
- SqlPersistenceWorkflowInstanceDescription.cs
- MobileComponentEditorPage.cs
- sqlser.cs
- PackagingUtilities.cs