HiNC-2025-win-desktop-Deploy/App/wwwroot/HiAPI-docsite/api/Hi.Wpf.Disp.RenderingCanvas.html
2025-07-18 15:38:28 +08:00

2197 lines
119 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Class RenderingCanvas | HiAPI-C# 2025 </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class RenderingCanvas | HiAPI-C# 2025 ">
<meta name="description" content="Provides a WPF rendering canvas for 3D visualization of HiAPI components. Handles user interactions, rendering, and integration with the DispEngine system.">
<link rel="icon" href="../img/HiAPI.favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
<meta name="docfx:navrel" content="../toc.html">
<meta name="docfx:tocrel" content="toc.html">
<meta name="docfx:rel" content="../">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
<script type="module" src="./../public/docfx.min.js"></script>
<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>
</head>
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../img/HiAPI.logo.png" alt="">
</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>
<main class="container-xxl">
<div class="toc-offcanvas">
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<nav class="toc" id="toc"></nav>
</div>
</div>
</div>
<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>
<nav id="breadcrumb"></nav>
</div>
<article data-uid="Hi.Wpf.Disp.RenderingCanvas">
<h1 id="Hi_Wpf_Disp_RenderingCanvas" data-uid="Hi.Wpf.Disp.RenderingCanvas" class="text-break">
Class RenderingCanvas
</h1>
<div class="facts text-secondary">
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Wpf.html">Wpf</a>.<a class="xref" href="Hi.Wpf.Disp.html">Disp</a></dd></dl>
<dl><dt>Assembly</dt><dd>Hi.Wpf.dll</dd></dl>
</div>
<div class="markdown summary"><p>Provides a WPF rendering canvas for 3D visualization of HiAPI components.
Handles user interactions, rendering, and integration with the DispEngine system.</p>
</div>
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class RenderingCanvas : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDisposable</code></pre>
</div>
<dl class="typelist inheritance">
<dt>Inheritance</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol">ContentControl</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.usercontrol">UserControl</a></div>
<div><span class="xref">RenderingCanvas</span></div>
</dd>
</dl>
<dl class="typelist implements">
<dt>Implements</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
</dd>
</dl>
<dl class="typelist inheritedMembers">
<dt>Inherited Members</dt>
<dd>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.usercontrol.oncreateautomationpeer">UserControl.OnCreateAutomationPeer()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.contentproperty">ContentControl.ContentProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.contentstringformatproperty">ContentControl.ContentStringFormatProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.contenttemplateproperty">ContentControl.ContentTemplateProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.contenttemplateselectorproperty">ContentControl.ContentTemplateSelectorProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.hascontentproperty">ContentControl.HasContentProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.addchild">ContentControl.AddChild(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.addtext">ContentControl.AddText(string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.oncontentchanged">ContentControl.OnContentChanged(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.oncontentstringformatchanged">ContentControl.OnContentStringFormatChanged(string, string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.oncontenttemplatechanged">ContentControl.OnContentTemplateChanged(DataTemplate, DataTemplate)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.oncontenttemplateselectorchanged">ContentControl.OnContentTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.content">ContentControl.Content</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.contentstringformat">ContentControl.ContentStringFormat</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.contenttemplate">ContentControl.ContentTemplate</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.contenttemplateselector">ContentControl.ContentTemplateSelector</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.hascontent">ContentControl.HasContent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.logicalchildren">ContentControl.LogicalChildren</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.backgroundproperty">Control.BackgroundProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.borderbrushproperty">Control.BorderBrushProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.borderthicknessproperty">Control.BorderThicknessProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.fontfamilyproperty">Control.FontFamilyProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.fontsizeproperty">Control.FontSizeProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.fontstretchproperty">Control.FontStretchProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.fontstyleproperty">Control.FontStyleProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.fontweightproperty">Control.FontWeightProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.foregroundproperty">Control.ForegroundProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.horizontalcontentalignmentproperty">Control.HorizontalContentAlignmentProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.istabstopproperty">Control.IsTabStopProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.mousedoubleclickevent">Control.MouseDoubleClickEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.paddingproperty">Control.PaddingProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.previewmousedoubleclickevent">Control.PreviewMouseDoubleClickEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.tabindexproperty">Control.TabIndexProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.templateproperty">Control.TemplateProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.verticalcontentalignmentproperty">Control.VerticalContentAlignmentProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.arrangeoverride">Control.ArrangeOverride(Size)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.measureoverride">Control.MeasureOverride(Size)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.onmousedoubleclick">Control.OnMouseDoubleClick(MouseButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.onpreviewmousedoubleclick">Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.ontemplatechanged">Control.OnTemplateChanged(ControlTemplate, ControlTemplate)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.tostring">Control.ToString()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.background">Control.Background</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.borderbrush">Control.BorderBrush</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.borderthickness">Control.BorderThickness</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.fontfamily">Control.FontFamily</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.fontsize">Control.FontSize</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.fontstretch">Control.FontStretch</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.fontstyle">Control.FontStyle</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.fontweight">Control.FontWeight</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.foreground">Control.Foreground</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.handlesscrolling">Control.HandlesScrolling</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.horizontalcontentalignment">Control.HorizontalContentAlignment</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.istabstop">Control.IsTabStop</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.padding">Control.Padding</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.tabindex">Control.TabIndex</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.template">Control.Template</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.verticalcontentalignment">Control.VerticalContentAlignment</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.mousedoubleclick">Control.MouseDoubleClick</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control.previewmousedoubleclick">Control.PreviewMouseDoubleClick</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.actualheightproperty">FrameworkElement.ActualHeightProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.actualwidthproperty">FrameworkElement.ActualWidthProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.bindinggroupproperty">FrameworkElement.BindingGroupProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.contextmenuclosingevent">FrameworkElement.ContextMenuClosingEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.contextmenuopeningevent">FrameworkElement.ContextMenuOpeningEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.contextmenuproperty">FrameworkElement.ContextMenuProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.cursorproperty">FrameworkElement.CursorProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.datacontextproperty">FrameworkElement.DataContextProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.defaultstylekeyproperty">FrameworkElement.DefaultStyleKeyProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.flowdirectionproperty">FrameworkElement.FlowDirectionProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.focusvisualstyleproperty">FrameworkElement.FocusVisualStyleProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.forcecursorproperty">FrameworkElement.ForceCursorProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.heightproperty">FrameworkElement.HeightProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.horizontalalignmentproperty">FrameworkElement.HorizontalAlignmentProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.inputscopeproperty">FrameworkElement.InputScopeProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.languageproperty">FrameworkElement.LanguageProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.layouttransformproperty">FrameworkElement.LayoutTransformProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.loadedevent">FrameworkElement.LoadedEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.marginproperty">FrameworkElement.MarginProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.maxheightproperty">FrameworkElement.MaxHeightProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.maxwidthproperty">FrameworkElement.MaxWidthProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.minheightproperty">FrameworkElement.MinHeightProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.minwidthproperty">FrameworkElement.MinWidthProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.nameproperty">FrameworkElement.NameProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.overridesdefaultstyleproperty">FrameworkElement.OverridesDefaultStyleProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.requestbringintoviewevent">FrameworkElement.RequestBringIntoViewEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.sizechangedevent">FrameworkElement.SizeChangedEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.styleproperty">FrameworkElement.StyleProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.tagproperty">FrameworkElement.TagProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.tooltipclosingevent">FrameworkElement.ToolTipClosingEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.tooltipopeningevent">FrameworkElement.ToolTipOpeningEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.tooltipproperty">FrameworkElement.ToolTipProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.unloadedevent">FrameworkElement.UnloadedEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.uselayoutroundingproperty">FrameworkElement.UseLayoutRoundingProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.verticalalignmentproperty">FrameworkElement.VerticalAlignmentProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.widthproperty">FrameworkElement.WidthProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.addlogicalchild">FrameworkElement.AddLogicalChild(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.applytemplate">FrameworkElement.ApplyTemplate()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.arrangecore">FrameworkElement.ArrangeCore(Rect)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.begininit">FrameworkElement.BeginInit()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.beginstoryboard#system-windows-frameworkelement-beginstoryboard(system-windows-media-animation-storyboard)">FrameworkElement.BeginStoryboard(Storyboard)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.beginstoryboard#system-windows-frameworkelement-beginstoryboard(system-windows-media-animation-storyboard-system-windows-media-animation-handoffbehavior)">FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.beginstoryboard#system-windows-frameworkelement-beginstoryboard(system-windows-media-animation-storyboard-system-windows-media-animation-handoffbehavior-system-boolean)">FrameworkElement.BeginStoryboard(Storyboard, HandoffBehavior, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.bringintoview#system-windows-frameworkelement-bringintoview">FrameworkElement.BringIntoView()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.bringintoview#system-windows-frameworkelement-bringintoview(system-windows-rect)">FrameworkElement.BringIntoView(Rect)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.endinit">FrameworkElement.EndInit()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.findname">FrameworkElement.FindName(string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.findresource">FrameworkElement.FindResource(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.getbindingexpression">FrameworkElement.GetBindingExpression(DependencyProperty)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.getflowdirection">FrameworkElement.GetFlowDirection(DependencyObject)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.getlayoutclip">FrameworkElement.GetLayoutClip(Size)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.gettemplatechild">FrameworkElement.GetTemplateChild(string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.getuiparentcore">FrameworkElement.GetUIParentCore()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.getvisualchild">FrameworkElement.GetVisualChild(int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.measurecore">FrameworkElement.MeasureCore(Size)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.movefocus">FrameworkElement.MoveFocus(TraversalRequest)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.onapplytemplate">FrameworkElement.OnApplyTemplate()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.oncontextmenuclosing">FrameworkElement.OnContextMenuClosing(ContextMenuEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.oncontextmenuopening">FrameworkElement.OnContextMenuOpening(ContextMenuEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.ongotfocus">FrameworkElement.OnGotFocus(RoutedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.oninitialized">FrameworkElement.OnInitialized(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.onpropertychanged">FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.onrendersizechanged">FrameworkElement.OnRenderSizeChanged(SizeChangedInfo)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.onstylechanged">FrameworkElement.OnStyleChanged(Style, Style)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.ontooltipclosing">FrameworkElement.OnToolTipClosing(ToolTipEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.ontooltipopening">FrameworkElement.OnToolTipOpening(ToolTipEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.onvisualparentchanged">FrameworkElement.OnVisualParentChanged(DependencyObject)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.parentlayoutinvalidated">FrameworkElement.ParentLayoutInvalidated(UIElement)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.predictfocus">FrameworkElement.PredictFocus(FocusNavigationDirection)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.registername">FrameworkElement.RegisterName(string, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.removelogicalchild">FrameworkElement.RemoveLogicalChild(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.setbinding#system-windows-frameworkelement-setbinding(system-windows-dependencyproperty-system-string)">FrameworkElement.SetBinding(DependencyProperty, string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.setbinding#system-windows-frameworkelement-setbinding(system-windows-dependencyproperty-system-windows-data-bindingbase)">FrameworkElement.SetBinding(DependencyProperty, BindingBase)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.setflowdirection">FrameworkElement.SetFlowDirection(DependencyObject, FlowDirection)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.setresourcereference">FrameworkElement.SetResourceReference(DependencyProperty, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.tryfindresource">FrameworkElement.TryFindResource(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.unregistername">FrameworkElement.UnregisterName(string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.updatedefaultstyle">FrameworkElement.UpdateDefaultStyle()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.actualheight">FrameworkElement.ActualHeight</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.actualwidth">FrameworkElement.ActualWidth</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.bindinggroup">FrameworkElement.BindingGroup</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.contextmenu">FrameworkElement.ContextMenu</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.cursor">FrameworkElement.Cursor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.datacontext">FrameworkElement.DataContext</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.defaultstylekey">FrameworkElement.DefaultStyleKey</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.flowdirection">FrameworkElement.FlowDirection</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.focusvisualstyle">FrameworkElement.FocusVisualStyle</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.forcecursor">FrameworkElement.ForceCursor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.height">FrameworkElement.Height</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.horizontalalignment">FrameworkElement.HorizontalAlignment</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.inheritancebehavior">FrameworkElement.InheritanceBehavior</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.inputscope">FrameworkElement.InputScope</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.isinitialized">FrameworkElement.IsInitialized</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.isloaded">FrameworkElement.IsLoaded</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.language">FrameworkElement.Language</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.layouttransform">FrameworkElement.LayoutTransform</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.margin">FrameworkElement.Margin</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.maxheight">FrameworkElement.MaxHeight</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.maxwidth">FrameworkElement.MaxWidth</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.minheight">FrameworkElement.MinHeight</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.minwidth">FrameworkElement.MinWidth</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.name">FrameworkElement.Name</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.overridesdefaultstyle">FrameworkElement.OverridesDefaultStyle</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.parent">FrameworkElement.Parent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.resources">FrameworkElement.Resources</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.style">FrameworkElement.Style</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.tag">FrameworkElement.Tag</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.templatedparent">FrameworkElement.TemplatedParent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.tooltip">FrameworkElement.ToolTip</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.triggers">FrameworkElement.Triggers</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.uselayoutrounding">FrameworkElement.UseLayoutRounding</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.verticalalignment">FrameworkElement.VerticalAlignment</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.visualchildrencount">FrameworkElement.VisualChildrenCount</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.width">FrameworkElement.Width</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.contextmenuclosing">FrameworkElement.ContextMenuClosing</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.contextmenuopening">FrameworkElement.ContextMenuOpening</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.datacontextchanged">FrameworkElement.DataContextChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.initialized">FrameworkElement.Initialized</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.loaded">FrameworkElement.Loaded</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.requestbringintoview">FrameworkElement.RequestBringIntoView</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.sizechanged">FrameworkElement.SizeChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.sourceupdated">FrameworkElement.SourceUpdated</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.targetupdated">FrameworkElement.TargetUpdated</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.tooltipclosing">FrameworkElement.ToolTipClosing</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.tooltipopening">FrameworkElement.ToolTipOpening</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.unloaded">FrameworkElement.Unloaded</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.allowdropproperty">UIElement.AllowDropProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.areanytouchescapturedproperty">UIElement.AreAnyTouchesCapturedProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.areanytouchescapturedwithinproperty">UIElement.AreAnyTouchesCapturedWithinProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.areanytouchesdirectlyoverproperty">UIElement.AreAnyTouchesDirectlyOverProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.areanytouchesoverproperty">UIElement.AreAnyTouchesOverProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.bitmapeffectinputproperty">UIElement.BitmapEffectInputProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.bitmapeffectproperty">UIElement.BitmapEffectProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.cachemodeproperty">UIElement.CacheModeProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.clipproperty">UIElement.ClipProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.cliptoboundsproperty">UIElement.ClipToBoundsProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.dragenterevent">UIElement.DragEnterEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.dragleaveevent">UIElement.DragLeaveEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.dragoverevent">UIElement.DragOverEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.dropevent">UIElement.DropEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.effectproperty">UIElement.EffectProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.focusableproperty">UIElement.FocusableProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.givefeedbackevent">UIElement.GiveFeedbackEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.gotfocusevent">UIElement.GotFocusEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.gotkeyboardfocusevent">UIElement.GotKeyboardFocusEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.gotmousecaptureevent">UIElement.GotMouseCaptureEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.gotstyluscaptureevent">UIElement.GotStylusCaptureEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.gottouchcaptureevent">UIElement.GotTouchCaptureEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isenabledproperty">UIElement.IsEnabledProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isfocusedproperty">UIElement.IsFocusedProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ishittestvisibleproperty">UIElement.IsHitTestVisibleProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.iskeyboardfocusedproperty">UIElement.IsKeyboardFocusedProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.iskeyboardfocuswithinproperty">UIElement.IsKeyboardFocusWithinProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismanipulationenabledproperty">UIElement.IsManipulationEnabledProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismousecapturedproperty">UIElement.IsMouseCapturedProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismousecapturewithinproperty">UIElement.IsMouseCaptureWithinProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismousedirectlyoverproperty">UIElement.IsMouseDirectlyOverProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismouseoverproperty">UIElement.IsMouseOverProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isstyluscapturedproperty">UIElement.IsStylusCapturedProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isstyluscapturewithinproperty">UIElement.IsStylusCaptureWithinProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isstylusdirectlyoverproperty">UIElement.IsStylusDirectlyOverProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isstylusoverproperty">UIElement.IsStylusOverProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isvisibleproperty">UIElement.IsVisibleProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.keydownevent">UIElement.KeyDownEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.keyupevent">UIElement.KeyUpEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.lostfocusevent">UIElement.LostFocusEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.lostkeyboardfocusevent">UIElement.LostKeyboardFocusEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.lostmousecaptureevent">UIElement.LostMouseCaptureEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.loststyluscaptureevent">UIElement.LostStylusCaptureEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.losttouchcaptureevent">UIElement.LostTouchCaptureEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.manipulationboundaryfeedbackevent">UIElement.ManipulationBoundaryFeedbackEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.manipulationcompletedevent">UIElement.ManipulationCompletedEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.manipulationdeltaevent">UIElement.ManipulationDeltaEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.manipulationinertiastartingevent">UIElement.ManipulationInertiaStartingEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.manipulationstartedevent">UIElement.ManipulationStartedEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.manipulationstartingevent">UIElement.ManipulationStartingEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mousedownevent">UIElement.MouseDownEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouseenterevent">UIElement.MouseEnterEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouseleaveevent">UIElement.MouseLeaveEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouseleftbuttondownevent">UIElement.MouseLeftButtonDownEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouseleftbuttonupevent">UIElement.MouseLeftButtonUpEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mousemoveevent">UIElement.MouseMoveEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouserightbuttondownevent">UIElement.MouseRightButtonDownEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouserightbuttonupevent">UIElement.MouseRightButtonUpEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouseupevent">UIElement.MouseUpEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mousewheelevent">UIElement.MouseWheelEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.opacitymaskproperty">UIElement.OpacityMaskProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.opacityproperty">UIElement.OpacityProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewdragenterevent">UIElement.PreviewDragEnterEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewdragleaveevent">UIElement.PreviewDragLeaveEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewdragoverevent">UIElement.PreviewDragOverEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewdropevent">UIElement.PreviewDropEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewgivefeedbackevent">UIElement.PreviewGiveFeedbackEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewgotkeyboardfocusevent">UIElement.PreviewGotKeyboardFocusEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewkeydownevent">UIElement.PreviewKeyDownEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewkeyupevent">UIElement.PreviewKeyUpEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewlostkeyboardfocusevent">UIElement.PreviewLostKeyboardFocusEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmousedownevent">UIElement.PreviewMouseDownEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmouseleftbuttondownevent">UIElement.PreviewMouseLeftButtonDownEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmouseleftbuttonupevent">UIElement.PreviewMouseLeftButtonUpEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmousemoveevent">UIElement.PreviewMouseMoveEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmouserightbuttondownevent">UIElement.PreviewMouseRightButtonDownEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmouserightbuttonupevent">UIElement.PreviewMouseRightButtonUpEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmouseupevent">UIElement.PreviewMouseUpEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmousewheelevent">UIElement.PreviewMouseWheelEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewquerycontinuedragevent">UIElement.PreviewQueryContinueDragEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusbuttondownevent">UIElement.PreviewStylusButtonDownEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusbuttonupevent">UIElement.PreviewStylusButtonUpEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusdownevent">UIElement.PreviewStylusDownEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusinairmoveevent">UIElement.PreviewStylusInAirMoveEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusinrangeevent">UIElement.PreviewStylusInRangeEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusmoveevent">UIElement.PreviewStylusMoveEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusoutofrangeevent">UIElement.PreviewStylusOutOfRangeEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylussystemgestureevent">UIElement.PreviewStylusSystemGestureEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusupevent">UIElement.PreviewStylusUpEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewtextinputevent">UIElement.PreviewTextInputEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewtouchdownevent">UIElement.PreviewTouchDownEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewtouchmoveevent">UIElement.PreviewTouchMoveEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewtouchupevent">UIElement.PreviewTouchUpEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.querycontinuedragevent">UIElement.QueryContinueDragEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.querycursorevent">UIElement.QueryCursorEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.rendertransformoriginproperty">UIElement.RenderTransformOriginProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.rendertransformproperty">UIElement.RenderTransformProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.snapstodevicepixelsproperty">UIElement.SnapsToDevicePixelsProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusbuttondownevent">UIElement.StylusButtonDownEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusbuttonupevent">UIElement.StylusButtonUpEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusdownevent">UIElement.StylusDownEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusenterevent">UIElement.StylusEnterEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusinairmoveevent">UIElement.StylusInAirMoveEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusinrangeevent">UIElement.StylusInRangeEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusleaveevent">UIElement.StylusLeaveEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusmoveevent">UIElement.StylusMoveEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusoutofrangeevent">UIElement.StylusOutOfRangeEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylussystemgestureevent">UIElement.StylusSystemGestureEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusupevent">UIElement.StylusUpEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.textinputevent">UIElement.TextInputEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.touchdownevent">UIElement.TouchDownEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.touchenterevent">UIElement.TouchEnterEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.touchleaveevent">UIElement.TouchLeaveEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.touchmoveevent">UIElement.TouchMoveEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.touchupevent">UIElement.TouchUpEvent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.uidproperty">UIElement.UidProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.visibilityproperty">UIElement.VisibilityProperty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.addhandler#system-windows-uielement-addhandler(system-windows-routedevent-system-delegate)">UIElement.AddHandler(RoutedEvent, Delegate)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.addhandler#system-windows-uielement-addhandler(system-windows-routedevent-system-delegate-system-boolean)">UIElement.AddHandler(RoutedEvent, Delegate, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.addtoeventroute">UIElement.AddToEventRoute(EventRoute, RoutedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.applyanimationclock#system-windows-uielement-applyanimationclock(system-windows-dependencyproperty-system-windows-media-animation-animationclock)">UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.applyanimationclock#system-windows-uielement-applyanimationclock(system-windows-dependencyproperty-system-windows-media-animation-animationclock-system-windows-media-animation-handoffbehavior)">UIElement.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.arrange">UIElement.Arrange(Rect)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.beginanimation#system-windows-uielement-beginanimation(system-windows-dependencyproperty-system-windows-media-animation-animationtimeline)">UIElement.BeginAnimation(DependencyProperty, AnimationTimeline)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.beginanimation#system-windows-uielement-beginanimation(system-windows-dependencyproperty-system-windows-media-animation-animationtimeline-system-windows-media-animation-handoffbehavior)">UIElement.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.capturemouse">UIElement.CaptureMouse()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.capturestylus">UIElement.CaptureStylus()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.capturetouch">UIElement.CaptureTouch(TouchDevice)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.focus">UIElement.Focus()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.getanimationbasevalue">UIElement.GetAnimationBaseValue(DependencyProperty)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.hittestcore#system-windows-uielement-hittestcore(system-windows-media-geometryhittestparameters)">UIElement.HitTestCore(GeometryHitTestParameters)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.hittestcore#system-windows-uielement-hittestcore(system-windows-media-pointhittestparameters)">UIElement.HitTestCore(PointHitTestParameters)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.inputhittest">UIElement.InputHitTest(Point)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.invalidatearrange">UIElement.InvalidateArrange()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.invalidatemeasure">UIElement.InvalidateMeasure()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.invalidatevisual">UIElement.InvalidateVisual()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.measure">UIElement.Measure(Size)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onaccesskey">UIElement.OnAccessKey(AccessKeyEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onchilddesiredsizechanged">UIElement.OnChildDesiredSizeChanged(UIElement)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ondragenter">UIElement.OnDragEnter(DragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ondragleave">UIElement.OnDragLeave(DragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ondragover">UIElement.OnDragOver(DragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ondrop">UIElement.OnDrop(DragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ongivefeedback">UIElement.OnGiveFeedback(GiveFeedbackEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ongotkeyboardfocus">UIElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ongotmousecapture">UIElement.OnGotMouseCapture(MouseEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ongotstyluscapture">UIElement.OnGotStylusCapture(StylusEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ongottouchcapture">UIElement.OnGotTouchCapture(TouchEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.oniskeyboardfocusedchanged">UIElement.OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.oniskeyboardfocuswithinchanged">UIElement.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onismousecapturedchanged">UIElement.OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onismousecapturewithinchanged">UIElement.OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onismousedirectlyoverchanged">UIElement.OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onisstyluscapturedchanged">UIElement.OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onisstyluscapturewithinchanged">UIElement.OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onisstylusdirectlyoverchanged">UIElement.OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onkeydown">UIElement.OnKeyDown(KeyEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onkeyup">UIElement.OnKeyUp(KeyEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onlostfocus">UIElement.OnLostFocus(RoutedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onlostkeyboardfocus">UIElement.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onlostmousecapture">UIElement.OnLostMouseCapture(MouseEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onloststyluscapture">UIElement.OnLostStylusCapture(StylusEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onlosttouchcapture">UIElement.OnLostTouchCapture(TouchEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmanipulationboundaryfeedback">UIElement.OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmanipulationcompleted">UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmanipulationdelta">UIElement.OnManipulationDelta(ManipulationDeltaEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmanipulationinertiastarting">UIElement.OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmanipulationstarted">UIElement.OnManipulationStarted(ManipulationStartedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmanipulationstarting">UIElement.OnManipulationStarting(ManipulationStartingEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmousedown">UIElement.OnMouseDown(MouseButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmouseenter">UIElement.OnMouseEnter(MouseEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmouseleave">UIElement.OnMouseLeave(MouseEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmouseleftbuttondown">UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmouseleftbuttonup">UIElement.OnMouseLeftButtonUp(MouseButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmousemove">UIElement.OnMouseMove(MouseEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmouserightbuttondown">UIElement.OnMouseRightButtonDown(MouseButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmouserightbuttonup">UIElement.OnMouseRightButtonUp(MouseButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmouseup">UIElement.OnMouseUp(MouseButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onmousewheel">UIElement.OnMouseWheel(MouseWheelEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewdragenter">UIElement.OnPreviewDragEnter(DragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewdragleave">UIElement.OnPreviewDragLeave(DragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewdragover">UIElement.OnPreviewDragOver(DragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewdrop">UIElement.OnPreviewDrop(DragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewgivefeedback">UIElement.OnPreviewGiveFeedback(GiveFeedbackEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewgotkeyboardfocus">UIElement.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewkeydown">UIElement.OnPreviewKeyDown(KeyEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewkeyup">UIElement.OnPreviewKeyUp(KeyEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewlostkeyboardfocus">UIElement.OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewmousedown">UIElement.OnPreviewMouseDown(MouseButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewmouseleftbuttondown">UIElement.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewmouseleftbuttonup">UIElement.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewmousemove">UIElement.OnPreviewMouseMove(MouseEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewmouserightbuttondown">UIElement.OnPreviewMouseRightButtonDown(MouseButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewmouserightbuttonup">UIElement.OnPreviewMouseRightButtonUp(MouseButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewmouseup">UIElement.OnPreviewMouseUp(MouseButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewmousewheel">UIElement.OnPreviewMouseWheel(MouseWheelEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewquerycontinuedrag">UIElement.OnPreviewQueryContinueDrag(QueryContinueDragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewstylusbuttondown">UIElement.OnPreviewStylusButtonDown(StylusButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewstylusbuttonup">UIElement.OnPreviewStylusButtonUp(StylusButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewstylusdown">UIElement.OnPreviewStylusDown(StylusDownEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewstylusinairmove">UIElement.OnPreviewStylusInAirMove(StylusEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewstylusinrange">UIElement.OnPreviewStylusInRange(StylusEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewstylusmove">UIElement.OnPreviewStylusMove(StylusEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewstylusoutofrange">UIElement.OnPreviewStylusOutOfRange(StylusEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewstylussystemgesture">UIElement.OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewstylusup">UIElement.OnPreviewStylusUp(StylusEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewtextinput">UIElement.OnPreviewTextInput(TextCompositionEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewtouchdown">UIElement.OnPreviewTouchDown(TouchEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewtouchmove">UIElement.OnPreviewTouchMove(TouchEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onpreviewtouchup">UIElement.OnPreviewTouchUp(TouchEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onquerycontinuedrag">UIElement.OnQueryContinueDrag(QueryContinueDragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onquerycursor">UIElement.OnQueryCursor(QueryCursorEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onrender">UIElement.OnRender(DrawingContext)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onstylusbuttondown">UIElement.OnStylusButtonDown(StylusButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onstylusbuttonup">UIElement.OnStylusButtonUp(StylusButtonEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onstylusdown">UIElement.OnStylusDown(StylusDownEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onstylusenter">UIElement.OnStylusEnter(StylusEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onstylusinairmove">UIElement.OnStylusInAirMove(StylusEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onstylusinrange">UIElement.OnStylusInRange(StylusEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onstylusleave">UIElement.OnStylusLeave(StylusEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onstylusmove">UIElement.OnStylusMove(StylusEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onstylusoutofrange">UIElement.OnStylusOutOfRange(StylusEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onstylussystemgesture">UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.onstylusup">UIElement.OnStylusUp(StylusEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ontextinput">UIElement.OnTextInput(TextCompositionEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ontouchdown">UIElement.OnTouchDown(TouchEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ontouchenter">UIElement.OnTouchEnter(TouchEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ontouchleave">UIElement.OnTouchLeave(TouchEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ontouchmove">UIElement.OnTouchMove(TouchEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ontouchup">UIElement.OnTouchUp(TouchEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.raiseevent">UIElement.RaiseEvent(RoutedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.releasealltouchcaptures">UIElement.ReleaseAllTouchCaptures()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.releasemousecapture">UIElement.ReleaseMouseCapture()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.releasestyluscapture">UIElement.ReleaseStylusCapture()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.releasetouchcapture">UIElement.ReleaseTouchCapture(TouchDevice)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.removehandler">UIElement.RemoveHandler(RoutedEvent, Delegate)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.translatepoint">UIElement.TranslatePoint(Point, UIElement)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.updatelayout">UIElement.UpdateLayout()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.allowdrop">UIElement.AllowDrop</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.areanytouchescaptured">UIElement.AreAnyTouchesCaptured</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.areanytouchescapturedwithin">UIElement.AreAnyTouchesCapturedWithin</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.areanytouchesdirectlyover">UIElement.AreAnyTouchesDirectlyOver</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.areanytouchesover">UIElement.AreAnyTouchesOver</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.bitmapeffect">UIElement.BitmapEffect</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.bitmapeffectinput">UIElement.BitmapEffectInput</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.cachemode">UIElement.CacheMode</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.clip">UIElement.Clip</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.cliptobounds">UIElement.ClipToBounds</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.commandbindings">UIElement.CommandBindings</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.desiredsize">UIElement.DesiredSize</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.effect">UIElement.Effect</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.focusable">UIElement.Focusable</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.hasanimatedproperties">UIElement.HasAnimatedProperties</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.haseffectivekeyboardfocus">UIElement.HasEffectiveKeyboardFocus</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.inputbindings">UIElement.InputBindings</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isarrangevalid">UIElement.IsArrangeValid</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isenabled">UIElement.IsEnabled</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isenabledcore">UIElement.IsEnabledCore</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isfocused">UIElement.IsFocused</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ishittestvisible">UIElement.IsHitTestVisible</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isinputmethodenabled">UIElement.IsInputMethodEnabled</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.iskeyboardfocused">UIElement.IsKeyboardFocused</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.iskeyboardfocuswithin">UIElement.IsKeyboardFocusWithin</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismanipulationenabled">UIElement.IsManipulationEnabled</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismeasurevalid">UIElement.IsMeasureValid</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismousecaptured">UIElement.IsMouseCaptured</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismousecapturewithin">UIElement.IsMouseCaptureWithin</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismousedirectlyover">UIElement.IsMouseDirectlyOver</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismouseover">UIElement.IsMouseOver</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isstyluscaptured">UIElement.IsStylusCaptured</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isstyluscapturewithin">UIElement.IsStylusCaptureWithin</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isstylusdirectlyover">UIElement.IsStylusDirectlyOver</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isstylusover">UIElement.IsStylusOver</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isvisible">UIElement.IsVisible</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.opacity">UIElement.Opacity</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.opacitymask">UIElement.OpacityMask</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.persistid">UIElement.PersistId</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.rendersize">UIElement.RenderSize</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.rendertransform">UIElement.RenderTransform</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.rendertransformorigin">UIElement.RenderTransformOrigin</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.snapstodevicepixels">UIElement.SnapsToDevicePixels</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusplugins">UIElement.StylusPlugIns</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.touchescaptured">UIElement.TouchesCaptured</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.touchescapturedwithin">UIElement.TouchesCapturedWithin</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.touchesdirectlyover">UIElement.TouchesDirectlyOver</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.touchesover">UIElement.TouchesOver</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.uid">UIElement.Uid</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.visibility">UIElement.Visibility</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.dragenter">UIElement.DragEnter</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.dragleave">UIElement.DragLeave</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.dragover">UIElement.DragOver</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.drop">UIElement.Drop</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.focusablechanged">UIElement.FocusableChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.givefeedback">UIElement.GiveFeedback</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.gotfocus">UIElement.GotFocus</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.gotkeyboardfocus">UIElement.GotKeyboardFocus</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.gotmousecapture">UIElement.GotMouseCapture</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.gotstyluscapture">UIElement.GotStylusCapture</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.gottouchcapture">UIElement.GotTouchCapture</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isenabledchanged">UIElement.IsEnabledChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ishittestvisiblechanged">UIElement.IsHitTestVisibleChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.iskeyboardfocusedchanged">UIElement.IsKeyboardFocusedChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.iskeyboardfocuswithinchanged">UIElement.IsKeyboardFocusWithinChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismousecapturedchanged">UIElement.IsMouseCapturedChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismousecapturewithinchanged">UIElement.IsMouseCaptureWithinChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismousedirectlyoverchanged">UIElement.IsMouseDirectlyOverChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isstyluscapturedchanged">UIElement.IsStylusCapturedChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isstyluscapturewithinchanged">UIElement.IsStylusCaptureWithinChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isstylusdirectlyoverchanged">UIElement.IsStylusDirectlyOverChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isvisiblechanged">UIElement.IsVisibleChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.keydown">UIElement.KeyDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.keyup">UIElement.KeyUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.layoutupdated">UIElement.LayoutUpdated</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.lostfocus">UIElement.LostFocus</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.lostkeyboardfocus">UIElement.LostKeyboardFocus</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.lostmousecapture">UIElement.LostMouseCapture</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.loststyluscapture">UIElement.LostStylusCapture</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.losttouchcapture">UIElement.LostTouchCapture</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.manipulationboundaryfeedback">UIElement.ManipulationBoundaryFeedback</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.manipulationcompleted">UIElement.ManipulationCompleted</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.manipulationdelta">UIElement.ManipulationDelta</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.manipulationinertiastarting">UIElement.ManipulationInertiaStarting</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.manipulationstarted">UIElement.ManipulationStarted</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.manipulationstarting">UIElement.ManipulationStarting</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mousedown">UIElement.MouseDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouseenter">UIElement.MouseEnter</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouseleave">UIElement.MouseLeave</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouseleftbuttondown">UIElement.MouseLeftButtonDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouseleftbuttonup">UIElement.MouseLeftButtonUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mousemove">UIElement.MouseMove</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouserightbuttondown">UIElement.MouseRightButtonDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouserightbuttonup">UIElement.MouseRightButtonUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouseup">UIElement.MouseUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mousewheel">UIElement.MouseWheel</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewdragenter">UIElement.PreviewDragEnter</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewdragleave">UIElement.PreviewDragLeave</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewdragover">UIElement.PreviewDragOver</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewdrop">UIElement.PreviewDrop</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewgivefeedback">UIElement.PreviewGiveFeedback</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewgotkeyboardfocus">UIElement.PreviewGotKeyboardFocus</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewkeydown">UIElement.PreviewKeyDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewkeyup">UIElement.PreviewKeyUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewlostkeyboardfocus">UIElement.PreviewLostKeyboardFocus</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmousedown">UIElement.PreviewMouseDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmouseleftbuttondown">UIElement.PreviewMouseLeftButtonDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmouseleftbuttonup">UIElement.PreviewMouseLeftButtonUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmousemove">UIElement.PreviewMouseMove</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmouserightbuttondown">UIElement.PreviewMouseRightButtonDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmouserightbuttonup">UIElement.PreviewMouseRightButtonUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmouseup">UIElement.PreviewMouseUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewmousewheel">UIElement.PreviewMouseWheel</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewquerycontinuedrag">UIElement.PreviewQueryContinueDrag</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusbuttondown">UIElement.PreviewStylusButtonDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusbuttonup">UIElement.PreviewStylusButtonUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusdown">UIElement.PreviewStylusDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusinairmove">UIElement.PreviewStylusInAirMove</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusinrange">UIElement.PreviewStylusInRange</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusmove">UIElement.PreviewStylusMove</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusoutofrange">UIElement.PreviewStylusOutOfRange</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylussystemgesture">UIElement.PreviewStylusSystemGesture</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewstylusup">UIElement.PreviewStylusUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewtextinput">UIElement.PreviewTextInput</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewtouchdown">UIElement.PreviewTouchDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewtouchmove">UIElement.PreviewTouchMove</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.previewtouchup">UIElement.PreviewTouchUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.querycontinuedrag">UIElement.QueryContinueDrag</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.querycursor">UIElement.QueryCursor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusbuttondown">UIElement.StylusButtonDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusbuttonup">UIElement.StylusButtonUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusdown">UIElement.StylusDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusenter">UIElement.StylusEnter</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusinairmove">UIElement.StylusInAirMove</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusinrange">UIElement.StylusInRange</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusleave">UIElement.StylusLeave</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusmove">UIElement.StylusMove</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusoutofrange">UIElement.StylusOutOfRange</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylussystemgesture">UIElement.StylusSystemGesture</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.stylusup">UIElement.StylusUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.textinput">UIElement.TextInput</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.touchdown">UIElement.TouchDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.touchenter">UIElement.TouchEnter</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.touchleave">UIElement.TouchLeave</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.touchmove">UIElement.TouchMove</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.touchup">UIElement.TouchUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.addvisualchild">Visual.AddVisualChild(Visual)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.findcommonvisualancestor">Visual.FindCommonVisualAncestor(DependencyObject)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.isancestorof">Visual.IsAncestorOf(DependencyObject)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.isdescendantof">Visual.IsDescendantOf(DependencyObject)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.ondpichanged">Visual.OnDpiChanged(DpiScale, DpiScale)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.onvisualchildrenchanged">Visual.OnVisualChildrenChanged(DependencyObject, DependencyObject)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.pointfromscreen">Visual.PointFromScreen(Point)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.pointtoscreen">Visual.PointToScreen(Point)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.removevisualchild">Visual.RemoveVisualChild(Visual)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.transformtoancestor#system-windows-media-visual-transformtoancestor(system-windows-media-media3d-visual3d)">Visual.TransformToAncestor(Visual3D)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.transformtoancestor#system-windows-media-visual-transformtoancestor(system-windows-media-visual)">Visual.TransformToAncestor(Visual)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.transformtodescendant">Visual.TransformToDescendant(Visual)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.transformtovisual">Visual.TransformToVisual(Visual)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualbitmapeffect">Visual.VisualBitmapEffect</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualbitmapeffectinput">Visual.VisualBitmapEffectInput</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualbitmapscalingmode">Visual.VisualBitmapScalingMode</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualcachemode">Visual.VisualCacheMode</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualcleartypehint">Visual.VisualClearTypeHint</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualclip">Visual.VisualClip</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualedgemode">Visual.VisualEdgeMode</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualeffect">Visual.VisualEffect</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualoffset">Visual.VisualOffset</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualopacity">Visual.VisualOpacity</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualopacitymask">Visual.VisualOpacityMask</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualparent">Visual.VisualParent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualscrollableareaclip">Visual.VisualScrollableAreaClip</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualtexthintingmode">Visual.VisualTextHintingMode</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualtextrenderingmode">Visual.VisualTextRenderingMode</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualtransform">Visual.VisualTransform</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualxsnappingguidelines">Visual.VisualXSnappingGuidelines</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual.visualysnappingguidelines">Visual.VisualYSnappingGuidelines</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.clearvalue#system-windows-dependencyobject-clearvalue(system-windows-dependencyproperty)">DependencyObject.ClearValue(DependencyProperty)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.clearvalue#system-windows-dependencyobject-clearvalue(system-windows-dependencypropertykey)">DependencyObject.ClearValue(DependencyPropertyKey)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.coercevalue">DependencyObject.CoerceValue(DependencyProperty)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.equals">DependencyObject.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.gethashcode">DependencyObject.GetHashCode()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.getlocalvalueenumerator">DependencyObject.GetLocalValueEnumerator()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.getvalue">DependencyObject.GetValue(DependencyProperty)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.invalidateproperty">DependencyObject.InvalidateProperty(DependencyProperty)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.readlocalvalue">DependencyObject.ReadLocalValue(DependencyProperty)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.setcurrentvalue">DependencyObject.SetCurrentValue(DependencyProperty, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.setvalue#system-windows-dependencyobject-setvalue(system-windows-dependencyproperty-system-object)">DependencyObject.SetValue(DependencyProperty, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.setvalue#system-windows-dependencyobject-setvalue(system-windows-dependencypropertykey-system-object)">DependencyObject.SetValue(DependencyPropertyKey, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.shouldserializeproperty">DependencyObject.ShouldSerializeProperty(DependencyProperty)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.dependencyobjecttype">DependencyObject.DependencyObjectType</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject.issealed">DependencyObject.IsSealed</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject.dispatcher">DispatcherObject.Dispatcher</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
</dd></dl>
<dl class="typelist extensionMethods">
<dt>Extension Methods</dt>
<dd>
<div>
<a class="xref" href="Hi.Common.DuplicateUtil.html#Hi_Common_DuplicateUtil_TryDuplicate__1___0_System_Object___">DuplicateUtil.TryDuplicate&lt;TSelf&gt;(TSelf, params object[])</a>
</div>
<div>
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__1___0_System_Action___0__">InvokeUtil.SelfInvoke&lt;TSrc&gt;(TSrc, Action&lt;TSrc&gt;)</a>
</div>
<div>
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__2___0_System_Func___0___1__">InvokeUtil.SelfInvoke&lt;TSrc, TDst&gt;(TSrc, Func&lt;TSrc, TDst&gt;)</a>
</div>
<div>
<a class="xref" href="Hi.Coloring.ColorUtil.html#Hi_Coloring_ColorUtil_GetGloomyColor_System_Object_System_Double_System_Double_">ColorUtil.GetGloomyColor(object, double, double)</a>
</div>
<div>
<a class="xref" href="Hi.Common.NameUtil.html#Hi_Common_NameUtil_GetSelectionName_System_Object_">NameUtil.GetSelectionName(object)</a>
</div>
<div>
<a class="xref" href="Hi.Common.StringUtil.html#Hi_Common_StringUtil_GetPropertyStringIfToStringNotOverloaded_System_Object_System_Boolean_System_Boolean_">StringUtil.GetPropertyStringIfToStringNotOverloaded(object, bool, bool)</a>
</div>
<div>
<a class="xref" href="Hi.Parallels.LockUtil.html#Hi_Parallels_LockUtil_Lock_System_Object_">LockUtil.Lock(object)</a>
</div>
</dd></dl>
<h2 id="Hi_Wpf_Disp_RenderingCanvas_remarks">Remarks</h2>
<div class="markdown level0 remarks"><p>This canvas provides the core rendering capabilities for WPF applications using HiAPI.
It manages mouse, keyboard, and touch events, and transforms them into appropriate
actions in the 3D environment.</p>
</div>
<h2 class="section" id="constructors">Constructors
</h2>
<a id="Hi_Wpf_Disp_RenderingCanvas__ctor_" data-uid="Hi.Wpf.Disp.RenderingCanvas.#ctor*"></a>
<h3 id="Hi_Wpf_Disp_RenderingCanvas__ctor" data-uid="Hi.Wpf.Disp.RenderingCanvas.#ctor">
RenderingCanvas()
</h3>
<div class="markdown level1 summary"><p>Initializes a new instance of the RenderingCanvas</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public RenderingCanvas()</code></pre>
</div>
<h2 class="section" id="properties">Properties
</h2>
<a id="Hi_Wpf_Disp_RenderingCanvas_DispEngine_" data-uid="Hi.Wpf.Disp.RenderingCanvas.DispEngine*"></a>
<h3 id="Hi_Wpf_Disp_RenderingCanvas_DispEngine" data-uid="Hi.Wpf.Disp.RenderingCanvas.DispEngine">
DispEngine
</h3>
<div class="markdown level1 summary"><p>The DispEngine instance that handles rendering and user interactions</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public DispEngine DispEngine { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="methods">Methods
</h2>
<a id="Hi_Wpf_Disp_RenderingCanvas_Dispose_" data-uid="Hi.Wpf.Disp.RenderingCanvas.Dispose*"></a>
<h3 id="Hi_Wpf_Disp_RenderingCanvas_Dispose" data-uid="Hi.Wpf.Disp.RenderingCanvas.Dispose">
Dispose()
</h3>
<div class="markdown level1 summary"><p>Public dispose method to free resources</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Dispose()</code></pre>
</div>
<a id="Hi_Wpf_Disp_RenderingCanvas_Dispose_" data-uid="Hi.Wpf.Disp.RenderingCanvas.Dispose*"></a>
<h3 id="Hi_Wpf_Disp_RenderingCanvas_Dispose_System_Boolean_" data-uid="Hi.Wpf.Disp.RenderingCanvas.Dispose(System.Boolean)">
Dispose(bool)
</h3>
<div class="markdown level1 summary"><p>Disposes managed resources</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual void Dispose(bool disposing)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>disposing</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
</dl>
</article>
<div class="contribution d-print-none">
</div>
</div>
<div class="affix">
<nav id="affix"></nav>
</div>
</main>
<div class="container-xxl search-results" id="search-results"></div>
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span> Copyright © 2025 <a href='https://superhightech.com.tw'>Tech Coordinate</a>. All rights reserved. <a href='https://superhightech.com.tw'>超級高科技股份有限公司</a> © 2025 版權所有 </span>
</div>
</div>
</footer>
</body>
</html>