Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / WindowAutomationPeer.cs / 1305600 / WindowAutomationPeer.cs
using System; using System.Runtime.InteropServices; using System.Security; using System.Security.Permissions; using System.Text; using System.Windows; using System.Windows.Interop; using System.Windows.Media; using System.ComponentModel; using MS.Internal; using MS.Win32; // Used to support the warnings disabled below #pragma warning disable 1634, 1691 namespace System.Windows.Automation.Peers { /// public class WindowAutomationPeer : FrameworkElementAutomationPeer { /// public WindowAutomationPeer(Window owner): base(owner) {} /// override protected string GetClassNameCore() { return "Window"; } /// ////// Critical: As this accesses Handle /// TreatAsSafe: Returning the Window Title is considered safe - discussed on Automation TA review /// [SecurityCritical,SecurityTreatAsSafe] override protected string GetNameCore() { string name = base.GetNameCore(); if(name == string.Empty) { Window window = (Window)Owner; if(!window.IsSourceWindowNull) { StringBuilder sb = new StringBuilder(512); UnsafeNativeMethods.GetWindowText(new HandleRef(null, window.CriticalHandle), sb, sb.Capacity); name = sb.ToString(); if (name == null) name = string.Empty; } } return name; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Window; } /// ////// Critical as this method accesses critical data. /// TreatAsSafe - window bounds by themselves is considered safe. /// [SecurityCritical, SecurityTreatAsSafe ] override protected Rect GetBoundingRectangleCore() { Window window = (Window)Owner; Rect bounds = new Rect(0,0,0,0); if(!window.IsSourceWindowNull) { NativeMethods.RECT rc = new NativeMethods.RECT(0,0,0,0); IntPtr windowHandle = window.CriticalHandle; if(windowHandle != IntPtr.Zero) //it is Zero on a window that was just closed { try { SafeNativeMethods.GetWindowRect(new HandleRef(null, windowHandle), ref rc); } // Allow empty catch statements. #pragma warning disable 56502 catch(Win32Exception) {} // Disallow empty catch statements. #pragma warning restore 56502 } bounds = new Rect(rc.left, rc.top, rc.right - rc.left, rc.bottom - rc.top); } return bounds; } } } // 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.Security.Permissions; using System.Text; using System.Windows; using System.Windows.Interop; using System.Windows.Media; using System.ComponentModel; using MS.Internal; using MS.Win32; // Used to support the warnings disabled below #pragma warning disable 1634, 1691 namespace System.Windows.Automation.Peers { /// public class WindowAutomationPeer : FrameworkElementAutomationPeer { /// public WindowAutomationPeer(Window owner): base(owner) {} /// override protected string GetClassNameCore() { return "Window"; } /// ////// Critical: As this accesses Handle /// TreatAsSafe: Returning the Window Title is considered safe - discussed on Automation TA review /// [SecurityCritical,SecurityTreatAsSafe] override protected string GetNameCore() { string name = base.GetNameCore(); if(name == string.Empty) { Window window = (Window)Owner; if(!window.IsSourceWindowNull) { StringBuilder sb = new StringBuilder(512); UnsafeNativeMethods.GetWindowText(new HandleRef(null, window.CriticalHandle), sb, sb.Capacity); name = sb.ToString(); if (name == null) name = string.Empty; } } return name; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Window; } /// ////// Critical as this method accesses critical data. /// TreatAsSafe - window bounds by themselves is considered safe. /// [SecurityCritical, SecurityTreatAsSafe ] override protected Rect GetBoundingRectangleCore() { Window window = (Window)Owner; Rect bounds = new Rect(0,0,0,0); if(!window.IsSourceWindowNull) { NativeMethods.RECT rc = new NativeMethods.RECT(0,0,0,0); IntPtr windowHandle = window.CriticalHandle; if(windowHandle != IntPtr.Zero) //it is Zero on a window that was just closed { try { SafeNativeMethods.GetWindowRect(new HandleRef(null, windowHandle), ref rc); } // Allow empty catch statements. #pragma warning disable 56502 catch(Win32Exception) {} // Disallow empty catch statements. #pragma warning restore 56502 } bounds = new Rect(rc.left, rc.top, rc.right - rc.left, rc.bottom - rc.top); } return bounds; } } } // 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
- DirectoryGroupQuery.cs
- UiaCoreApi.cs
- __ConsoleStream.cs
- Classification.cs
- Themes.cs
- PipelineModuleStepContainer.cs
- Single.cs
- ButtonField.cs
- WorkflowMarkupSerializerMapping.cs
- ImageInfo.cs
- Recipient.cs
- PageRouteHandler.cs
- DateTimeParse.cs
- AssemblyCollection.cs
- WebPartConnectionCollection.cs
- RegexStringValidatorAttribute.cs
- ObjectParameter.cs
- SystemIPAddressInformation.cs
- ObjectItemAttributeAssemblyLoader.cs
- Solver.cs
- TextEditorCopyPaste.cs
- TextServicesLoader.cs
- SQLDoubleStorage.cs
- ApplicationGesture.cs
- CheckBoxAutomationPeer.cs
- Walker.cs
- DebugHandleTracker.cs
- HexParser.cs
- _SpnDictionary.cs
- ResourceContainerWrapper.cs
- SimpleTextLine.cs
- SubqueryRules.cs
- ContentControl.cs
- StrokeIntersection.cs
- FragmentQueryProcessor.cs
- GZipStream.cs
- LogicalExpr.cs
- ReceiveCompletedEventArgs.cs
- NativeMethods.cs
- SqlLiftIndependentRowExpressions.cs
- HMACRIPEMD160.cs
- ToolBarButtonClickEvent.cs
- AutomationPeer.cs
- DataBoundControlAdapter.cs
- ChoiceConverter.cs
- SpAudioStreamWrapper.cs
- FixedDocumentSequencePaginator.cs
- mansign.cs
- ServiceModelActivationSectionGroup.cs
- DataGridViewColumnDesigner.cs
- CurrencyWrapper.cs
- control.ime.cs
- EventArgs.cs
- SelectedDatesCollection.cs
- RedBlackList.cs
- IChannel.cs
- StateWorkerRequest.cs
- DBConnectionString.cs
- TaskHelper.cs
- GridViewCommandEventArgs.cs
- DESCryptoServiceProvider.cs
- RegexCompilationInfo.cs
- HtmlEmptyTagControlBuilder.cs
- MgmtResManager.cs
- WebBrowserContainer.cs
- InheritedPropertyChangedEventArgs.cs
- StartFileNameEditor.cs
- webclient.cs
- AssemblyHash.cs
- CodeSubDirectory.cs
- CngUIPolicy.cs
- Crypto.cs
- Baml6ConstructorInfo.cs
- SiteMapNodeItemEventArgs.cs
- TypedReference.cs
- GridViewRowCollection.cs
- FlowDocumentScrollViewer.cs
- OraclePermissionAttribute.cs
- BinaryParser.cs
- ClientBuildManagerCallback.cs
- SchemaImporterExtensionsSection.cs
- Cursors.cs
- XmlSchemaObjectTable.cs
- GridItemPattern.cs
- JsonWriterDelegator.cs
- VectorConverter.cs
- DBSqlParserTable.cs
- MessageQueue.cs
- RouteItem.cs
- WsatExtendedInformation.cs
- CaseInsensitiveOrdinalStringComparer.cs
- XPathPatternBuilder.cs
- ListenerElementsCollection.cs
- CodeChecksumPragma.cs
- SocketManager.cs
- OdbcInfoMessageEvent.cs
- DataGridItemAutomationPeer.cs
- ISO2022Encoding.cs
- ToolboxCategory.cs
- TextRangeSerialization.cs