SYMBOL INDEX (82230 symbols across 4596 files) FILE: eng/common/cross/install-debs.py function download_file (line 19) | async def download_file(session, url, dest_path, max_retries=3, retry_de... function download_deb_files_parallel (line 42) | async def download_deb_files_parallel(mirror, packages, tmp_dir): function download_package_index_parallel (line 58) | async def download_package_index_parallel(mirror, arch, suites): function fetch_and_decompress (line 80) | async def fetch_and_decompress(session, url): function parse_debian_version (line 95) | def parse_debian_version(version): function compare_upstream_version (line 103) | def compare_upstream_version(v1, v2): function compare_debian_versions (line 121) | def compare_debian_versions(version1, version2): function resolve_dependencies (line 135) | def resolve_dependencies(packages, aliases, desired_packages): function parse_package_index (line 160) | def parse_package_index(content): function install_packages (line 196) | def install_packages(mirror, packages_info, aliases, tmp_dir, extract_di... function extract_deb_file (line 230) | def extract_deb_file(deb_file, tmp_dir, extract_dir, ar_tool): function finalize_setup (line 273) | def finalize_setup(rootfsdir): FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/net5.0/App.xaml.cs class App (line 14) | public partial class App : Application FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/net5.0/MainWindow.xaml.cs class MainWindow (line 21) | public partial class MainWindow : Window method MainWindow (line 23) | public MainWindow() FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/net6.0/App.xaml.cs class App (line 21) | public partial class App : Application class App (line 31) | public partial class App : Application FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/net6.0/MainWindow.xaml.cs class MainWindow (line 35) | public partial class MainWindow : Window method MainWindow (line 37) | public MainWindow() method MainWindow (line 50) | public MainWindow() class MainWindow (line 48) | public partial class MainWindow : Window method MainWindow (line 37) | public MainWindow() method MainWindow (line 50) | public MainWindow() FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/netcoreapp3.1/App.xaml.cs class App (line 14) | public partial class App : Application FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-CSharp/netcoreapp3.1/MainWindow.xaml.cs class MainWindow (line 21) | public partial class MainWindow : Window method MainWindow (line 23) | public MainWindow() FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/net5.0/Class1.cs class Class1 (line 5) | public class Class1 FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/net6.0/Class1.cs class Class1 (line 8) | public class Class1 class Class1 (line 14) | public class Class1 FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfClassLibrary-CSharp/netcoreapp3.1/Class1.cs class Class1 (line 5) | public class Class1 FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/net5.0/CustomControl1.cs class CustomControl1 (line 47) | public class CustomControl1 : Control method CustomControl1 (line 49) | static CustomControl1() FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/net6.0/CustomControl1.cs class CustomControl1 (line 61) | public class CustomControl1 : Control method CustomControl1 (line 63) | static CustomControl1() method CustomControl1 (line 102) | static CustomControl1() class CustomControl1 (line 100) | public class CustomControl1 : Control method CustomControl1 (line 63) | static CustomControl1() method CustomControl1 (line 102) | static CustomControl1() FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfCustomControlLibrary-CSharp/netcoreapp3.1/CustomControl1.cs class CustomControl1 (line 47) | public class CustomControl1 : Control method CustomControl1 (line 49) | static CustomControl1() FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/net5.0/UserControl1.xaml.cs class UserControl1 (line 21) | public partial class UserControl1 : UserControl method UserControl1 (line 23) | public UserControl1() FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/net6.0/UserControl1.xaml.cs class UserControl1 (line 35) | public partial class UserControl1 : UserControl method UserControl1 (line 37) | public UserControl1() method UserControl1 (line 50) | public UserControl1() class UserControl1 (line 48) | public partial class UserControl1 : UserControl method UserControl1 (line 37) | public UserControl1() method UserControl1 (line 50) | public UserControl1() FILE: packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfUserControlLibrary-CSharp/netcoreapp3.1/UserControl1.xaml.cs class UserControl1 (line 21) | public partial class UserControl1 : UserControl method UserControl1 (line 23) | public UserControl1() FILE: src/Microsoft.DotNet.Wpf/cycle-breakers/PresentationFramework/PresentationFramework.cs class CommonDialog (line 10) | public abstract partial class CommonDialog method CommonDialog (line 12) | protected CommonDialog() { } method CheckPermissionsToShowDialog (line 14) | protected virtual void CheckPermissionsToShowDialog() { } method HookProc (line 15) | protected virtual System.IntPtr HookProc(System.IntPtr hwnd, int msg, ... method Reset (line 16) | public abstract void Reset(); method RunDialog (line 17) | protected abstract bool RunDialog(System.IntPtr hwndOwner); method ShowDialog (line 18) | public virtual System.Nullable ShowDialog() { throw null; } method ShowDialog (line 19) | public System.Nullable ShowDialog(System.Windows.Window owner) {... class CommonItemDialog (line 21) | public abstract partial class CommonItemDialog : Microsoft.Win32.CommonD... method CommonItemDialog (line 23) | private protected CommonItemDialog() { } method OnItemOk (line 34) | protected virtual void OnItemOk(System.ComponentModel.CancelEventArgs ... method RunDialog (line 35) | protected override bool RunDialog(System.IntPtr hwndOwner) { throw nul... method Reset (line 36) | public override void Reset() { } method ToString (line 37) | public override string ToString() { throw null; } class FileDialog (line 39) | public abstract partial class FileDialog : Microsoft.Win32.CommonItemDialog method FileDialog (line 41) | private protected FileDialog() { } method OnItemOk (line 51) | protected override void OnItemOk(System.ComponentModel.CancelEventArgs... method Reset (line 52) | public override void Reset() { } method ToString (line 56) | public override string ToString() { throw null; } class FileDialogCustomPlace (line 58) | public sealed partial class FileDialogCustomPlace method FileDialogCustomPlace (line 60) | public FileDialogCustomPlace(System.Guid knownFolder) { } method FileDialogCustomPlace (line 61) | public FileDialogCustomPlace(string path) { } class FileDialogCustomPlaces (line 65) | public static partial class FileDialogCustomPlaces class OpenFileDialog (line 85) | public sealed partial class OpenFileDialog : Microsoft.Win32.FileDialog method OpenFileDialog (line 87) | public OpenFileDialog() { } method OpenFile (line 90) | public System.IO.Stream OpenFile() { throw null; } method OpenFiles (line 91) | public System.IO.Stream[] OpenFiles() { throw null; } method Reset (line 93) | public override void Reset() { } class OpenFolderDialog (line 96) | public sealed partial class OpenFolderDialog : Microsoft.Win32.CommonIte... method OpenFolderDialog (line 98) | public OpenFolderDialog() { } method OnItemOk (line 103) | protected override void OnItemOk(System.ComponentModel.CancelEventArgs... method Reset (line 104) | public override void Reset() { } method ToString (line 107) | public override string ToString() { throw null; } class SaveFileDialog (line 109) | public sealed partial class SaveFileDialog : Microsoft.Win32.FileDialog method SaveFileDialog (line 111) | public SaveFileDialog() { } method OpenFile (line 115) | public System.IO.Stream OpenFile() { throw null; } method Reset (line 116) | public override void Reset() { } class DesignerProperties (line 121) | public static partial class DesignerProperties method GetIsInDesignMode (line 124) | [System.ComponentModel.DesignerSerializationVisibilityAttribute(System... method SetIsInDesignMode (line 126) | public static void SetIsInDesignMode(System.Windows.DependencyObject e... class Application (line 131) | public partial class Application : System.Windows.Threading.DispatcherOb... method Application (line 133) | public Application() { } method FindResource (line 159) | public object FindResource(object resourceKey) { throw null; } method GetContentStream (line 160) | public static System.Windows.Resources.StreamResourceInfo GetContentSt... method GetCookie (line 161) | public static string GetCookie(System.Uri uri) { throw null; } method GetRemoteStream (line 162) | public static System.Windows.Resources.StreamResourceInfo GetRemoteStr... method GetResourceStream (line 163) | public static System.Windows.Resources.StreamResourceInfo GetResourceS... method LoadComponent (line 164) | public static void LoadComponent(object component, System.Uri resource... method LoadComponent (line 165) | public static object LoadComponent(System.Uri resourceLocator) { throw... method OnActivated (line 166) | protected virtual void OnActivated(System.EventArgs e) { } method OnDeactivated (line 167) | protected virtual void OnDeactivated(System.EventArgs e) { } method OnExit (line 168) | protected virtual void OnExit(System.Windows.ExitEventArgs e) { } method OnFragmentNavigation (line 169) | protected virtual void OnFragmentNavigation(System.Windows.Navigation.... method OnLoadCompleted (line 170) | protected virtual void OnLoadCompleted(System.Windows.Navigation.Navig... method OnNavigated (line 171) | protected virtual void OnNavigated(System.Windows.Navigation.Navigatio... method OnNavigating (line 172) | protected virtual void OnNavigating(System.Windows.Navigation.Navigati... method OnNavigationFailed (line 173) | protected virtual void OnNavigationFailed(System.Windows.Navigation.Na... method OnNavigationProgress (line 174) | protected virtual void OnNavigationProgress(System.Windows.Navigation.... method OnNavigationStopped (line 175) | protected virtual void OnNavigationStopped(System.Windows.Navigation.N... method OnSessionEnding (line 176) | protected virtual void OnSessionEnding(System.Windows.SessionEndingCan... method OnStartup (line 177) | protected virtual void OnStartup(System.Windows.StartupEventArgs e) { } method Run (line 178) | public int Run() { throw null; } method Run (line 179) | public int Run(System.Windows.Window window) { throw null; } method SetCookie (line 180) | public static void SetCookie(System.Uri uri, string value) { } method Shutdown (line 181) | public void Shutdown() { } method Shutdown (line 182) | public void Shutdown(int exitCode) { } method IsAmbientPropertyAvailable (line 183) | bool System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable(st... method TryFindResource (line 184) | public object TryFindResource(object resourceKey) { throw null; } class AttachedPropertyBrowsableForChildrenAttribute (line 186) | [System.AttributeUsageAttribute(System.AttributeTargets.Method, AllowMul... method AttachedPropertyBrowsableForChildrenAttribute (line 189) | public AttachedPropertyBrowsableForChildrenAttribute() { } method Equals (line 191) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 192) | public override int GetHashCode() { throw null; } method IsBrowsable (line 193) | internal override bool IsBrowsable(DependencyObject d, DependencyPrope... type BaseValueSource (line 195) | public enum BaseValueSource class ColorConvertedBitmapExtension (line 210) | [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(System.... method ColorConvertedBitmapExtension (line 213) | public ColorConvertedBitmapExtension() { } method ColorConvertedBitmapExtension (line 214) | public ColorConvertedBitmapExtension(object image) { } method ProvideValue (line 215) | public override object ProvideValue(System.IServiceProvider servicePro... type ColumnSpaceDistribution (line 217) | public enum ColumnSpaceDistribution class ComponentResourceKey (line 223) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Mark... method ComponentResourceKey (line 226) | public ComponentResourceKey() { } method ComponentResourceKey (line 227) | public ComponentResourceKey(System.Type typeInTargetAssembly, object r... method Equals (line 231) | public override bool Equals(object o) { throw null; } method GetHashCode (line 232) | public override int GetHashCode() { throw null; } method ToString (line 233) | public override string ToString() { throw null; } class Condition (line 235) | [System.Windows.Markup.XamlSetMarkupExtensionAttribute("ReceiveMarkupExt... method Condition (line 239) | public Condition() { } method Condition (line 240) | public Condition(System.Windows.Data.BindingBase binding, object condi... method Condition (line 241) | public Condition(System.Windows.DependencyProperty conditionProperty, ... method Condition (line 242) | public Condition(System.Windows.DependencyProperty conditionProperty, ... method ReceiveMarkupExtension (line 252) | public static void ReceiveMarkupExtension(object targetObject, System.... method ReceiveTypeConverter (line 253) | public static void ReceiveTypeConverter(object targetObject, System.Wi... method BeginInit (line 254) | void System.ComponentModel.ISupportInitialize.BeginInit() { } method EndInit (line 255) | void System.ComponentModel.ISupportInitialize.EndInit() { } class ConditionCollection (line 257) | public sealed partial class ConditionCollection : System.Collections.Obj... method ConditionCollection (line 259) | public ConditionCollection() { } method ClearItems (line 261) | protected override void ClearItems() { } method InsertItem (line 262) | protected override void InsertItem(int index, System.Windows.Condition... method RemoveItem (line 263) | protected override void RemoveItem(int index) { } method SetItem (line 264) | protected override void SetItem(int index, System.Windows.Condition it... type CornerRadius (line 266) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Corn... method CornerRadius (line 270) | public CornerRadius(double uniformRadius) { throw null; } method CornerRadius (line 271) | public CornerRadius(double topLeft, double topRight, double bottomRigh... method Equals (line 276) | public override bool Equals(object obj) { throw null; } method Equals (line 277) | public bool Equals(System.Windows.CornerRadius cornerRadius) { throw n... method GetHashCode (line 278) | public override int GetHashCode() { throw null; } method ToString (line 281) | public override string ToString() { throw null; } class CornerRadiusConverter (line 283) | public partial class CornerRadiusConverter : System.ComponentModel.TypeC... method CornerRadiusConverter (line 285) | public CornerRadiusConverter() { } method CanConvertFrom (line 286) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 287) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 288) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 289) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class DataTemplate (line 291) | [System.Windows.Markup.DictionaryKeyPropertyAttribute("DataTemplateKey")] method DataTemplate (line 294) | public DataTemplate() { } method DataTemplate (line 295) | public DataTemplate(object dataType) { } method ValidateTemplatedParent (line 304) | protected override void ValidateTemplatedParent(System.Windows.Framewo... class DataTemplateKey (line 306) | public partial class DataTemplateKey : System.Windows.TemplateKey method DataTemplateKey (line 308) | public DataTemplateKey() : base (default(System.Windows.TemplateKey.Te... method DataTemplateKey (line 309) | public DataTemplateKey(object dataType) : base (default(System.Windows... class DataTrigger (line 311) | [System.Windows.Markup.ContentPropertyAttribute("Setters")] method DataTrigger (line 315) | public DataTrigger() { } method ReceiveMarkupExtension (line 323) | public static void ReceiveMarkupExtension(object targetObject, System.... method AddChild (line 324) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 325) | void System.Windows.Markup.IAddChild.AddText(string text) { } class DeferrableContent (line 327) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Defe... method DeferrableContent (line 330) | internal DeferrableContent() { } class DeferrableContentConverter (line 332) | public partial class DeferrableContentConverter : System.ComponentModel.... method DeferrableContentConverter (line 334) | public DeferrableContentConverter() { } method CanConvertFrom (line 335) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method ConvertFrom (line 336) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... class DependencyPropertyHelper (line 338) | public static partial class DependencyPropertyHelper method GetValueSource (line 340) | public static System.Windows.ValueSource GetValueSource(System.Windows... method IsTemplatedValueDynamic (line 341) | public static bool IsTemplatedValueDynamic(System.Windows.DependencyOb... class DialogResultConverter (line 343) | public partial class DialogResultConverter : System.ComponentModel.TypeC... method DialogResultConverter (line 345) | public DialogResultConverter() { } method CanConvertFrom (line 346) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 347) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 348) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 349) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class DynamicResourceExtension (line 351) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Dyna... method DynamicResourceExtension (line 355) | public DynamicResourceExtension() { } method DynamicResourceExtension (line 356) | public DynamicResourceExtension(object resourceKey) { } method ProvideValue (line 359) | public override object ProvideValue(System.IServiceProvider servicePro... class DynamicResourceExtensionConverter (line 361) | public partial class DynamicResourceExtensionConverter : System.Componen... method DynamicResourceExtensionConverter (line 363) | public DynamicResourceExtensionConverter() { } method CanConvertTo (line 364) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertTo (line 365) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class EventSetter (line 367) | public partial class EventSetter : System.Windows.SetterBase method EventSetter (line 369) | public EventSetter() { } method EventSetter (line 370) | public EventSetter(System.Windows.RoutedEvent routedEvent, System.Dele... class EventTrigger (line 377) | [System.Windows.Markup.ContentPropertyAttribute("Actions")] method EventTrigger (line 380) | public EventTrigger() { } method EventTrigger (line 381) | public EventTrigger(System.Windows.RoutedEvent routedEvent) { } method AddChild (line 387) | protected virtual void AddChild(object value) { } method AddText (line 388) | protected virtual void AddText(string text) { } method ShouldSerializeActions (line 389) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method AddChild (line 391) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 392) | void System.Windows.Markup.IAddChild.AddText(string text) { } class ExceptionRoutedEventArgs (line 394) | public sealed partial class ExceptionRoutedEventArgs : System.Windows.Ro... method ExceptionRoutedEventArgs (line 396) | internal ExceptionRoutedEventArgs() { } class ExitEventArgs (line 399) | public partial class ExitEventArgs : System.EventArgs method ExitEventArgs (line 401) | internal ExitEventArgs() { } type FigureHorizontalAnchor (line 405) | public enum FigureHorizontalAnchor type FigureLength (line 417) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Figu... method FigureLength (line 421) | public FigureLength(double pixels) { throw null; } method FigureLength (line 422) | public FigureLength(double value, System.Windows.FigureUnitType type) ... method Equals (line 430) | public override bool Equals(object oCompare) { throw null; } method Equals (line 431) | public bool Equals(System.Windows.FigureLength figureLength) { throw n... method GetHashCode (line 432) | public override int GetHashCode() { throw null; } method ToString (line 435) | public override string ToString() { throw null; } class FigureLengthConverter (line 437) | public partial class FigureLengthConverter : System.ComponentModel.TypeC... method FigureLengthConverter (line 439) | public FigureLengthConverter() { } method CanConvertFrom (line 440) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 441) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 442) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 443) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type FigureUnitType (line 445) | public enum FigureUnitType type FigureVerticalAnchor (line 453) | public enum FigureVerticalAnchor class FontSizeConverter (line 463) | public partial class FontSizeConverter : System.ComponentModel.TypeConve... method FontSizeConverter (line 465) | public FontSizeConverter() { } method CanConvertFrom (line 466) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 467) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 468) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 469) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class FrameworkCompatibilityPreferences (line 471) | public static partial class FrameworkCompatibilityPreferences class FrameworkContentElement (line 477) | [System.Windows.Markup.RuntimeNamePropertyAttribute("Name")] method FrameworkContentElement (line 503) | public FrameworkContentElement() { } method AddLogicalChild (line 545) | protected internal void AddLogicalChild(object child) { } method BeginInit (line 546) | public virtual void BeginInit() { } method BeginStoryboard (line 547) | public void BeginStoryboard(System.Windows.Media.Animation.Storyboard ... method BeginStoryboard (line 548) | public void BeginStoryboard(System.Windows.Media.Animation.Storyboard ... method BeginStoryboard (line 549) | public void BeginStoryboard(System.Windows.Media.Animation.Storyboard ... method BringIntoView (line 550) | public void BringIntoView() { } method EndInit (line 551) | public virtual void EndInit() { } method FindName (line 552) | public object FindName(string name) { throw null; } method FindResource (line 553) | public object FindResource(object resourceKey) { throw null; } method GetBindingExpression (line 554) | public System.Windows.Data.BindingExpression GetBindingExpression(Syst... method GetUIParentCore (line 555) | protected internal override System.Windows.DependencyObject GetUIParen... method MoveFocus (line 556) | public sealed override bool MoveFocus(System.Windows.Input.TraversalRe... method OnContextMenuClosing (line 557) | protected virtual void OnContextMenuClosing(System.Windows.Controls.Co... method OnContextMenuOpening (line 558) | protected virtual void OnContextMenuOpening(System.Windows.Controls.Co... method OnGotFocus (line 559) | protected override void OnGotFocus(System.Windows.RoutedEventArgs e) { } method OnInitialized (line 560) | protected virtual void OnInitialized(System.EventArgs e) { } method OnPropertyChanged (line 561) | protected override void OnPropertyChanged(System.Windows.DependencyPro... method OnStyleChanged (line 562) | protected internal virtual void OnStyleChanged(System.Windows.Style ol... method OnToolTipClosing (line 563) | protected virtual void OnToolTipClosing(System.Windows.Controls.ToolTi... method OnToolTipOpening (line 564) | protected virtual void OnToolTipOpening(System.Windows.Controls.ToolTi... method PredictFocus (line 565) | public sealed override System.Windows.DependencyObject PredictFocus(Sy... method RegisterName (line 566) | public void RegisterName(string name, object scopedElement) { } method RemoveLogicalChild (line 567) | protected internal void RemoveLogicalChild(object child) { } method SetBinding (line 568) | public System.Windows.Data.BindingExpression SetBinding(System.Windows... method SetBinding (line 569) | public System.Windows.Data.BindingExpressionBase SetBinding(System.Win... method SetResourceReference (line 570) | public void SetResourceReference(System.Windows.DependencyProperty dp,... method ShouldSerializeResources (line 571) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method ShouldSerializeStyle (line 573) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method IsAmbientPropertyAvailable (line 575) | bool System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable(st... method TryFindResource (line 576) | public object TryFindResource(object resourceKey) { throw null; } method UnregisterName (line 577) | public void UnregisterName(string name) { } method UpdateDefaultStyle (line 578) | public void UpdateDefaultStyle() { } class FrameworkElement (line 580) | [System.Windows.Markup.RuntimeNamePropertyAttribute("Name")] method FrameworkElement (line 622) | public FrameworkElement() { } method AddLogicalChild (line 700) | protected internal void AddLogicalChild(object child) { } method ApplyTemplate (line 701) | public bool ApplyTemplate() { throw null; } method ArrangeCore (line 702) | protected sealed override void ArrangeCore(System.Windows.Rect finalRe... method ArrangeOverride (line 703) | protected virtual System.Windows.Size ArrangeOverride(System.Windows.S... method BeginInit (line 704) | public virtual void BeginInit() { } method BeginStoryboard (line 705) | public void BeginStoryboard(System.Windows.Media.Animation.Storyboard ... method BeginStoryboard (line 706) | public void BeginStoryboard(System.Windows.Media.Animation.Storyboard ... method BeginStoryboard (line 707) | public void BeginStoryboard(System.Windows.Media.Animation.Storyboard ... method BringIntoView (line 708) | public void BringIntoView() { } method BringIntoView (line 709) | public void BringIntoView(System.Windows.Rect targetRectangle) { } method EndInit (line 710) | public virtual void EndInit() { } method FindName (line 711) | public object FindName(string name) { throw null; } method FindResource (line 712) | public object FindResource(object resourceKey) { throw null; } method GetBindingExpression (line 713) | public System.Windows.Data.BindingExpression GetBindingExpression(Syst... method GetFlowDirection (line 714) | public static System.Windows.FlowDirection GetFlowDirection(System.Win... method GetLayoutClip (line 715) | protected override System.Windows.Media.Geometry GetLayoutClip(System.... method GetTemplateChild (line 716) | protected internal System.Windows.DependencyObject GetTemplateChild(st... method GetUIParentCore (line 717) | protected internal override System.Windows.DependencyObject GetUIParen... method GetVisualChild (line 718) | protected override System.Windows.Media.Visual GetVisualChild(int inde... method MeasureCore (line 719) | protected sealed override System.Windows.Size MeasureCore(System.Windo... method MeasureOverride (line 720) | protected virtual System.Windows.Size MeasureOverride(System.Windows.S... method MoveFocus (line 721) | public sealed override bool MoveFocus(System.Windows.Input.TraversalRe... method OnApplyTemplate (line 722) | public virtual void OnApplyTemplate() { } method OnContextMenuClosing (line 723) | protected virtual void OnContextMenuClosing(System.Windows.Controls.Co... method OnContextMenuOpening (line 724) | protected virtual void OnContextMenuOpening(System.Windows.Controls.Co... method OnGotFocus (line 725) | protected override void OnGotFocus(System.Windows.RoutedEventArgs e) { } method OnInitialized (line 726) | protected virtual void OnInitialized(System.EventArgs e) { } method OnPropertyChanged (line 727) | protected override void OnPropertyChanged(System.Windows.DependencyPro... method OnRenderSizeChanged (line 728) | protected internal override void OnRenderSizeChanged(System.Windows.Si... method OnStyleChanged (line 729) | protected internal virtual void OnStyleChanged(System.Windows.Style ol... method OnToolTipClosing (line 730) | protected virtual void OnToolTipClosing(System.Windows.Controls.ToolTi... method OnToolTipOpening (line 731) | protected virtual void OnToolTipOpening(System.Windows.Controls.ToolTi... method OnVisualParentChanged (line 732) | protected internal override void OnVisualParentChanged(System.Windows.... method ParentLayoutInvalidated (line 733) | protected internal virtual void ParentLayoutInvalidated(System.Windows... method PredictFocus (line 734) | public sealed override System.Windows.DependencyObject PredictFocus(Sy... method RegisterName (line 735) | public void RegisterName(string name, object scopedElement) { } method RemoveLogicalChild (line 736) | protected internal void RemoveLogicalChild(object child) { } method SetBinding (line 737) | public System.Windows.Data.BindingExpression SetBinding(System.Windows... method SetBinding (line 738) | public System.Windows.Data.BindingExpressionBase SetBinding(System.Win... method SetFlowDirection (line 739) | public static void SetFlowDirection(System.Windows.DependencyObject el... method SetResourceReference (line 740) | public void SetResourceReference(System.Windows.DependencyProperty dp,... method ShouldSerializeResources (line 741) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method ShouldSerializeStyle (line 743) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method ShouldSerializeTriggers (line 745) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method IsAmbientPropertyAvailable (line 747) | bool System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable(st... method TryFindResource (line 748) | public object TryFindResource(object resourceKey) { throw null; } method UnregisterName (line 749) | public void UnregisterName(string name) { } method UpdateDefaultStyle (line 750) | public void UpdateDefaultStyle() { } class FrameworkElementFactory (line 752) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method FrameworkElementFactory (line 755) | public FrameworkElementFactory() { } method FrameworkElementFactory (line 756) | public FrameworkElementFactory(string text) { } method FrameworkElementFactory (line 757) | public FrameworkElementFactory(System.Type type) { } method FrameworkElementFactory (line 758) | public FrameworkElementFactory(System.Type type, string name) { } method AddHandler (line 766) | public void AddHandler(System.Windows.RoutedEvent routedEvent, System.... method AddHandler (line 767) | public void AddHandler(System.Windows.RoutedEvent routedEvent, System.... method AppendChild (line 768) | public void AppendChild(System.Windows.FrameworkElementFactory child) { } method RemoveHandler (line 769) | public void RemoveHandler(System.Windows.RoutedEvent routedEvent, Syst... method SetBinding (line 770) | public void SetBinding(System.Windows.DependencyProperty dp, System.Wi... method SetResourceReference (line 771) | public void SetResourceReference(System.Windows.DependencyProperty dp,... method SetValue (line 772) | public void SetValue(System.Windows.DependencyProperty dp, object valu... class FrameworkPropertyMetadata (line 774) | public partial class FrameworkPropertyMetadata : System.Windows.UIProper... method FrameworkPropertyMetadata (line 776) | public FrameworkPropertyMetadata() { } method FrameworkPropertyMetadata (line 777) | public FrameworkPropertyMetadata(object defaultValue) { } method FrameworkPropertyMetadata (line 778) | public FrameworkPropertyMetadata(object defaultValue, System.Windows.F... method FrameworkPropertyMetadata (line 779) | public FrameworkPropertyMetadata(object defaultValue, System.Windows.F... method FrameworkPropertyMetadata (line 780) | public FrameworkPropertyMetadata(object defaultValue, System.Windows.F... method FrameworkPropertyMetadata (line 781) | public FrameworkPropertyMetadata(object defaultValue, System.Windows.F... method FrameworkPropertyMetadata (line 782) | public FrameworkPropertyMetadata(object defaultValue, System.Windows.F... method FrameworkPropertyMetadata (line 783) | public FrameworkPropertyMetadata(object defaultValue, System.Windows.P... method FrameworkPropertyMetadata (line 784) | public FrameworkPropertyMetadata(object defaultValue, System.Windows.P... method FrameworkPropertyMetadata (line 785) | public FrameworkPropertyMetadata(System.Windows.PropertyChangedCallbac... method FrameworkPropertyMetadata (line 786) | public FrameworkPropertyMetadata(System.Windows.PropertyChangedCallbac... method Merge (line 800) | protected override void Merge(System.Windows.PropertyMetadata baseMeta... method OnApply (line 801) | protected override void OnApply(System.Windows.DependencyProperty dp, ... type FrameworkPropertyMetadataOptions (line 803) | [System.FlagsAttribute] class FrameworkTemplate (line 819) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method FrameworkTemplate (line 823) | protected FrameworkTemplate() { } method FindName (line 833) | public object FindName(string name, System.Windows.FrameworkElement te... method LoadContent (line 834) | public System.Windows.DependencyObject LoadContent() { throw null; } method RegisterName (line 835) | public void RegisterName(string name, object scopedElement) { } method Seal (line 836) | public void Seal() { } method ShouldSerializeResources (line 837) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method ShouldSerializeVisualTree (line 839) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method FindName (line 841) | object System.Windows.Markup.INameScope.FindName(string name) { throw ... method IsAmbientPropertyAvailable (line 842) | bool System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable(st... method UnregisterName (line 843) | public void UnregisterName(string name) { } method ValidateTemplatedParent (line 844) | protected virtual void ValidateTemplatedParent(System.Windows.Framewor... type GridLength (line 846) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Grid... method GridLength (line 850) | public GridLength(double pixels) { throw null; } method GridLength (line 851) | public GridLength(double value, System.Windows.GridUnitType type) { th... method Equals (line 858) | public override bool Equals(object oCompare) { throw null; } method Equals (line 859) | public bool Equals(System.Windows.GridLength gridLength) { throw null; } method GetHashCode (line 860) | public override int GetHashCode() { throw null; } method ToString (line 863) | public override string ToString() { throw null; } class GridLengthConverter (line 865) | public partial class GridLengthConverter : System.ComponentModel.TypeCon... method GridLengthConverter (line 867) | public GridLengthConverter() { } method CanConvertFrom (line 868) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 869) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 870) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 871) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type GridUnitType (line 873) | public enum GridUnitType class HierarchicalDataTemplate (line 879) | public partial class HierarchicalDataTemplate : System.Windows.DataTemplate method HierarchicalDataTemplate (line 881) | public HierarchicalDataTemplate() { } method HierarchicalDataTemplate (line 882) | public HierarchicalDataTemplate(object dataType) { } type HorizontalAlignment (line 892) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... type IFrameworkInputElement (line 900) | public partial interface IFrameworkInputElement : System.Windows.IInputE... type InheritanceBehavior (line 904) | public enum InheritanceBehavior class LengthConverter (line 914) | public partial class LengthConverter : System.ComponentModel.TypeConverter method LengthConverter (line 916) | public LengthConverter() { } method CanConvertFrom (line 917) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 918) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 919) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 920) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type LineStackingStrategy (line 922) | public enum LineStackingStrategy class Localization (line 927) | public static partial class Localization method GetAttributes (line 931) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(objec... method GetComments (line 933) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(objec... method SetAttributes (line 935) | public static void SetAttributes(object element, string attributes) { } method SetComments (line 936) | public static void SetComments(object element, string comments) { } class LogicalTreeHelper (line 938) | public static partial class LogicalTreeHelper method BringIntoView (line 940) | public static void BringIntoView(System.Windows.DependencyObject curre... method FindLogicalNode (line 941) | public static System.Windows.DependencyObject FindLogicalNode(System.W... method GetChildren (line 942) | public static System.Collections.IEnumerable GetChildren(System.Window... method GetChildren (line 943) | public static System.Collections.IEnumerable GetChildren(System.Window... method GetChildren (line 944) | public static System.Collections.IEnumerable GetChildren(System.Window... method GetParent (line 945) | public static System.Windows.DependencyObject GetParent(System.Windows... class LostFocusEventManager (line 947) | public partial class LostFocusEventManager : System.Windows.WeakEventMan... method LostFocusEventManager (line 949) | internal LostFocusEventManager() { } method AddHandler (line 950) | public static void AddHandler(System.Windows.DependencyObject source, ... method AddListener (line 951) | public static void AddListener(System.Windows.DependencyObject source,... method NewListenerList (line 952) | protected override System.Windows.WeakEventManager.ListenerList NewLis... method RemoveHandler (line 953) | public static void RemoveHandler(System.Windows.DependencyObject sourc... method RemoveListener (line 954) | public static void RemoveListener(System.Windows.DependencyObject sour... method StartListening (line 955) | protected override void StartListening(object source) { } method StopListening (line 956) | protected override void StopListening(object source) { } class MediaScriptCommandRoutedEventArgs (line 958) | public sealed partial class MediaScriptCommandRoutedEventArgs : System.W... method MediaScriptCommandRoutedEventArgs (line 960) | internal MediaScriptCommandRoutedEventArgs() { } class MessageBox (line 964) | public sealed partial class MessageBox method MessageBox (line 966) | internal MessageBox() { } method Show (line 967) | public static System.Windows.MessageBoxResult Show(string messageBoxTe... method Show (line 968) | public static System.Windows.MessageBoxResult Show(string messageBoxTe... method Show (line 969) | public static System.Windows.MessageBoxResult Show(string messageBoxTe... method Show (line 970) | public static System.Windows.MessageBoxResult Show(string messageBoxTe... method Show (line 971) | public static System.Windows.MessageBoxResult Show(string messageBoxTe... method Show (line 972) | public static System.Windows.MessageBoxResult Show(string messageBoxTe... method Show (line 973) | public static System.Windows.MessageBoxResult Show(System.Windows.Wind... method Show (line 974) | public static System.Windows.MessageBoxResult Show(System.Windows.Wind... method Show (line 975) | public static System.Windows.MessageBoxResult Show(System.Windows.Wind... method Show (line 976) | public static System.Windows.MessageBoxResult Show(System.Windows.Wind... method Show (line 977) | public static System.Windows.MessageBoxResult Show(System.Windows.Wind... method Show (line 978) | public static System.Windows.MessageBoxResult Show(System.Windows.Wind... type MessageBoxButton (line 980) | public enum MessageBoxButton type MessageBoxImage (line 990) | public enum MessageBoxImage type MessageBoxOptions (line 1002) | [System.FlagsAttribute] type MessageBoxResult (line 1011) | public enum MessageBoxResult class MultiDataTrigger (line 1024) | [System.Windows.Markup.ContentPropertyAttribute("Setters")] method MultiDataTrigger (line 1027) | public MultiDataTrigger() { } method AddChild (line 1032) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 1033) | void System.Windows.Markup.IAddChild.AddText(string text) { } class MultiTrigger (line 1035) | [System.Windows.Markup.ContentPropertyAttribute("Setters")] method MultiTrigger (line 1038) | public MultiTrigger() { } method AddChild (line 1043) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 1044) | void System.Windows.Markup.IAddChild.AddText(string text) { } class NullableBoolConverter (line 1046) | public partial class NullableBoolConverter : System.ComponentModel.Nulla... method NullableBoolConverter (line 1048) | public NullableBoolConverter() : base (default(System.Type)) { } method GetStandardValues (line 1049) | public override System.ComponentModel.TypeConverter.StandardValuesColl... method GetStandardValuesExclusive (line 1050) | public override bool GetStandardValuesExclusive(System.ComponentModel.... method GetStandardValuesSupported (line 1051) | public override bool GetStandardValuesSupported(System.ComponentModel.... type PowerLineStatus (line 1053) | public enum PowerLineStatus class PropertyPath (line 1059) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Prop... method PropertyPath (line 1062) | public PropertyPath(object parameter) { } method PropertyPath (line 1063) | public PropertyPath(string path, params object[] pathParameters) { } class PropertyPathConverter (line 1067) | public sealed partial class PropertyPathConverter : System.ComponentMode... method PropertyPathConverter (line 1069) | public PropertyPathConverter() { } method CanConvertFrom (line 1070) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 1071) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 1072) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 1073) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type ReasonSessionEnding (line 1075) | public enum ReasonSessionEnding : byte class RequestBringIntoViewEventArgs (line 1080) | public partial class RequestBringIntoViewEventArgs : System.Windows.Rout... method RequestBringIntoViewEventArgs (line 1082) | internal RequestBringIntoViewEventArgs() { } method InvokeEventHandler (line 1085) | protected override void InvokeEventHandler(System.Delegate genericHand... type ResizeMode (line 1088) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... class ResourceDictionary (line 1096) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method ResourceDictionary (line 1101) | public ResourceDictionary() { } method Add (line 1118) | public void Add(object key, object value) { } method BeginInit (line 1119) | public void BeginInit() { } method Clear (line 1120) | public void Clear() { } method Contains (line 1121) | public bool Contains(object key) { throw null; } method CopyTo (line 1122) | public void CopyTo(System.Collections.DictionaryEntry[] array, int arr... method EndInit (line 1123) | public void EndInit() { } method FindName (line 1124) | public object FindName(string name) { throw null; } method GetEnumerator (line 1125) | public System.Collections.IDictionaryEnumerator GetEnumerator() { thro... method OnGettingValue (line 1126) | protected virtual void OnGettingValue(object key, ref object value, ou... method RegisterName (line 1127) | public void RegisterName(string name, object scopedElement) { } method Remove (line 1128) | public void Remove(object key) { } method CopyTo (line 1129) | void System.Collections.ICollection.CopyTo(System.Array array, int arr... method GetEnumerator (line 1130) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method UnregisterName (line 1131) | public void UnregisterName(string name) { } type ResourceDictionaryLocation (line 1133) | public enum ResourceDictionaryLocation class ResourceKey (line 1139) | [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(System.... method ResourceKey (line 1142) | protected ResourceKey() { } method ProvideValue (line 1144) | public override object ProvideValue(System.IServiceProvider servicePro... class ResourceReferenceKeyNotFoundException (line 1146) | public partial class ResourceReferenceKeyNotFoundException : System.Inva... method ResourceReferenceKeyNotFoundException (line 1148) | public ResourceReferenceKeyNotFoundException() { } method ResourceReferenceKeyNotFoundException (line 1149) | protected ResourceReferenceKeyNotFoundException(System.Runtime.Seriali... method ResourceReferenceKeyNotFoundException (line 1150) | public ResourceReferenceKeyNotFoundException(string message, object re... method GetObjectData (line 1153) | public override void GetObjectData(System.Runtime.Serialization.Serial... class RoutedPropertyChangedEventArgs (line 1156) | public partial class RoutedPropertyChangedEventArgs : System.Windows.... method RoutedPropertyChangedEventArgs (line 1158) | public RoutedPropertyChangedEventArgs(T oldValue, T newValue) { } method RoutedPropertyChangedEventArgs (line 1159) | public RoutedPropertyChangedEventArgs(T oldValue, T newValue, System.W... method InvokeEventHandler (line 1162) | protected override void InvokeEventHandler(System.Delegate genericHand... class SessionEndingCancelEventArgs (line 1165) | public partial class SessionEndingCancelEventArgs : System.ComponentMode... method SessionEndingCancelEventArgs (line 1167) | internal SessionEndingCancelEventArgs() { } class Setter (line 1171) | [System.Windows.Markup.XamlSetMarkupExtensionAttribute("ReceiveMarkupExt... method Setter (line 1175) | public Setter() { } method Setter (line 1176) | public Setter(System.Windows.DependencyProperty property, object value... method Setter (line 1177) | public Setter(System.Windows.DependencyProperty property, object value... method ReceiveMarkupExtension (line 1190) | public static void ReceiveMarkupExtension(object targetObject, System.... method ReceiveTypeConverter (line 1191) | public static void ReceiveTypeConverter(object targetObject, System.Wi... method BeginInit (line 1192) | void System.ComponentModel.ISupportInitialize.BeginInit() { } method EndInit (line 1193) | void System.ComponentModel.ISupportInitialize.EndInit() { } class SetterBase (line 1195) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method SetterBase (line 1198) | internal SetterBase() { } method CheckSealed (line 1200) | protected void CheckSealed() { } class SetterBaseCollection (line 1202) | public sealed partial class SetterBaseCollection : System.Collections.Ob... method SetterBaseCollection (line 1204) | public SetterBaseCollection() { } method ClearItems (line 1206) | protected override void ClearItems() { } method InsertItem (line 1207) | protected override void InsertItem(int index, System.Windows.SetterBas... method RemoveItem (line 1208) | protected override void RemoveItem(int index) { } method SetItem (line 1209) | protected override void SetItem(int index, System.Windows.SetterBase i... type ShutdownMode (line 1211) | public enum ShutdownMode : byte class SizeChangedEventArgs (line 1217) | public partial class SizeChangedEventArgs : System.Windows.RoutedEventArgs method SizeChangedEventArgs (line 1219) | internal SizeChangedEventArgs() { } method InvokeEventHandler (line 1224) | protected override void InvokeEventHandler(System.Delegate genericHand... class StartupEventArgs (line 1227) | public partial class StartupEventArgs : System.EventArgs method StartupEventArgs (line 1229) | internal StartupEventArgs() { } class StaticResourceExtension (line 1233) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method StaticResourceExtension (line 1237) | public StaticResourceExtension() { } method StaticResourceExtension (line 1238) | public StaticResourceExtension(object resourceKey) { } method ProvideValue (line 1241) | public override object ProvideValue(System.IServiceProvider servicePro... class Style (line 1243) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method Style (line 1248) | public Style() { } method Style (line 1249) | public Style(System.Type targetType) { } method Style (line 1250) | public Style(System.Type targetType, System.Windows.Style basedOn) { } method GetHashCode (line 1264) | public override int GetHashCode() { throw null; } method RegisterName (line 1265) | public void RegisterName(string name, object scopedElement) { } method Seal (line 1266) | public void Seal() { } method AddChild (line 1267) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 1268) | void System.Windows.Markup.IAddChild.AddText(string text) { } method FindName (line 1269) | object System.Windows.Markup.INameScope.FindName(string name) { throw ... method IsAmbientPropertyAvailable (line 1270) | bool System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable(st... method UnregisterName (line 1271) | public void UnregisterName(string name) { } class StyleTypedPropertyAttribute (line 1273) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method StyleTypedPropertyAttribute (line 1276) | public StyleTypedPropertyAttribute() { } class SystemColors (line 1280) | public static partial class SystemColors class SystemCommands (line 1407) | public static partial class SystemCommands method CloseWindow (line 1414) | public static void CloseWindow(System.Windows.Window window) { } method MaximizeWindow (line 1415) | public static void MaximizeWindow(System.Windows.Window window) { } method MinimizeWindow (line 1416) | public static void MinimizeWindow(System.Windows.Window window) { } method RestoreWindow (line 1417) | public static void RestoreWindow(System.Windows.Window window) { } method ShowSystemMenu (line 1418) | public static void ShowSystemMenu(System.Windows.Window window, System... class SystemFonts (line 1420) | public static partial class SystemFonts class SystemParameters (line 1483) | public static partial class SystemParameters class TemplateBindingExpression (line 1738) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Temp... method TemplateBindingExpression (line 1741) | internal TemplateBindingExpression() { } class TemplateBindingExpressionConverter (line 1744) | public partial class TemplateBindingExpressionConverter : System.Compone... method TemplateBindingExpressionConverter (line 1746) | public TemplateBindingExpressionConverter() { } method CanConvertTo (line 1747) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertTo (line 1748) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class TemplateBindingExtension (line 1750) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Temp... method TemplateBindingExtension (line 1754) | public TemplateBindingExtension() { } method TemplateBindingExtension (line 1755) | public TemplateBindingExtension(System.Windows.DependencyProperty prop... method ProvideValue (line 1762) | public override object ProvideValue(System.IServiceProvider servicePro... class TemplateBindingExtensionConverter (line 1764) | public partial class TemplateBindingExtensionConverter : System.Componen... method TemplateBindingExtensionConverter (line 1766) | public TemplateBindingExtensionConverter() { } method CanConvertTo (line 1767) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertTo (line 1768) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class TemplateContent (line 1770) | [System.Windows.Markup.XamlDeferLoadAttribute(typeof(System.Windows.Temp... method TemplateContent (line 1773) | internal TemplateContent() { } class TemplateContentLoader (line 1775) | public partial class TemplateContentLoader : System.Xaml.XamlDeferringLo... method TemplateContentLoader (line 1777) | public TemplateContentLoader() { } method Load (line 1778) | public override object Load(System.Xaml.XamlReader xamlReader, System.... method Save (line 1779) | public override System.Xaml.XamlReader Save(object value, System.IServ... class TemplateKey (line 1781) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Mark... method TemplateKey (line 1784) | protected TemplateKey(System.Windows.TemplateKey.TemplateType template... method TemplateKey (line 1785) | protected TemplateKey(System.Windows.TemplateKey.TemplateType template... method Equals (line 1788) | public override bool Equals(object o) { throw null; } method GetHashCode (line 1789) | public override int GetHashCode() { throw null; } method BeginInit (line 1790) | void System.ComponentModel.ISupportInitialize.BeginInit() { } method EndInit (line 1791) | void System.ComponentModel.ISupportInitialize.EndInit() { } method ToString (line 1792) | public override string ToString() { throw null; } type TemplateType (line 1793) | protected enum TemplateType class TemplatePartAttribute (line 1799) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method TemplatePartAttribute (line 1802) | public TemplatePartAttribute() { } class TemplateVisualStateAttribute (line 1806) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method TemplateVisualStateAttribute (line 1809) | public TemplateVisualStateAttribute() { } class ThemeDictionaryExtension (line 1813) | [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(System.... method ThemeDictionaryExtension (line 1816) | public ThemeDictionaryExtension() { } method ThemeDictionaryExtension (line 1817) | public ThemeDictionaryExtension(string assemblyName) { } method ProvideValue (line 1819) | public override object ProvideValue(System.IServiceProvider servicePro... class ThemeInfoAttribute (line 1821) | [System.AttributeUsageAttribute(System.AttributeTargets.Assembly)] method ThemeInfoAttribute (line 1824) | public ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation th... type ThemeMode (line 1828) | [System.Diagnostics.CodeAnalysis.ExperimentalAttribute("WPF0001")] method ThemeMode (line 1831) | public ThemeMode(string value) { throw null; } method Equals (line 1837) | public override bool Equals(object obj) { throw null; } method Equals (line 1838) | public bool Equals(System.Windows.ThemeMode other) { throw null; } method GetHashCode (line 1839) | public override int GetHashCode() { throw null; } method ToString (line 1842) | public override string ToString() { throw null; } class ThemeModeConverter (line 1844) | [System.Diagnostics.CodeAnalysis.ExperimentalAttribute("WPF0001")] method ThemeModeConverter (line 1847) | public ThemeModeConverter() { } method CanConvertFrom (line 1848) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 1849) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 1850) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 1851) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type Thickness (line 1853) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Thic... method Thickness (line 1858) | public Thickness(double uniformLength) { throw null; } method Thickness (line 1859) | public Thickness(double left, double top, double right, double bottom)... method Equals (line 1864) | public override bool Equals(object obj) { throw null; } method Equals (line 1865) | public bool Equals(System.Windows.Thickness thickness) { throw null; } method GetHashCode (line 1866) | public override int GetHashCode() { throw null; } method ToString (line 1869) | public override string ToString() { throw null; } class ThicknessConverter (line 1871) | public partial class ThicknessConverter : System.ComponentModel.TypeConv... method ThicknessConverter (line 1873) | public ThicknessConverter() { } method CanConvertFrom (line 1874) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 1875) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 1876) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 1877) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class Trigger (line 1879) | [System.Windows.Markup.ContentPropertyAttribute("Setters")] method Trigger (line 1883) | public Trigger() { } method ReceiveTypeConverter (line 1897) | public static void ReceiveTypeConverter(object targetObject, System.Wi... method BeginInit (line 1898) | void System.ComponentModel.ISupportInitialize.BeginInit() { } method EndInit (line 1899) | void System.ComponentModel.ISupportInitialize.EndInit() { } method AddChild (line 1900) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 1901) | void System.Windows.Markup.IAddChild.AddText(string text) { } class TriggerAction (line 1903) | public abstract partial class TriggerAction : System.Windows.DependencyO... method TriggerAction (line 1905) | internal TriggerAction() { } class TriggerActionCollection (line 1907) | public sealed partial class TriggerActionCollection : System.Collections... method TriggerActionCollection (line 1909) | public TriggerActionCollection() { } method TriggerActionCollection (line 1910) | public TriggerActionCollection(int initialSize) { } method Add (line 1918) | public void Add(System.Windows.TriggerAction value) { } method Clear (line 1919) | public void Clear() { } method Contains (line 1920) | public bool Contains(System.Windows.TriggerAction value) { throw null; } method CopyTo (line 1921) | public void CopyTo(System.Windows.TriggerAction[] array, int index) { } method GetEnumerator (line 1922) | [System.CLSCompliantAttribute(false)] method IndexOf (line 1924) | public int IndexOf(System.Windows.TriggerAction value) { throw null; } method Insert (line 1925) | public void Insert(int index, System.Windows.TriggerAction value) { } method Remove (line 1926) | public bool Remove(System.Windows.TriggerAction value) { throw null; } method RemoveAt (line 1927) | public void RemoveAt(int index) { } method CopyTo (line 1928) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method GetEnumerator (line 1929) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Add (line 1930) | int System.Collections.IList.Add(object value) { throw null; } method Contains (line 1931) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 1932) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 1933) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 1934) | void System.Collections.IList.Remove(object value) { } class TriggerBase (line 1936) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method TriggerBase (line 1939) | internal TriggerBase() { } class TriggerCollection (line 1945) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method TriggerCollection (line 1948) | internal TriggerCollection() { } method ClearItems (line 1950) | protected override void ClearItems() { } method InsertItem (line 1951) | protected override void InsertItem(int index, System.Windows.TriggerBa... method RemoveItem (line 1952) | protected override void RemoveItem(int index) { } method SetItem (line 1953) | protected override void SetItem(int index, System.Windows.TriggerBase ... type ValueSource (line 1955) | public partial struct ValueSource method Equals (line 1963) | public override bool Equals(object o) { throw null; } method GetHashCode (line 1964) | public override int GetHashCode() { throw null; } type VerticalAlignment (line 1968) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... class VisualState (line 1976) | [System.Windows.Markup.ContentPropertyAttribute("Storyboard")] method VisualState (line 1980) | public VisualState() { } class VisualStateChangedEventArgs (line 1984) | public sealed partial class VisualStateChangedEventArgs : System.EventArgs method VisualStateChangedEventArgs (line 1986) | internal VisualStateChangedEventArgs() { } class VisualStateGroup (line 1992) | [System.Windows.Markup.ContentPropertyAttribute("States")] method VisualStateGroup (line 1996) | public VisualStateGroup() { } class VisualStateManager (line 2004) | public partial class VisualStateManager : System.Windows.DependencyObject method VisualStateManager (line 2008) | public VisualStateManager() { } method GetCustomVisualStateManager (line 2009) | public static System.Windows.VisualStateManager GetCustomVisualStateMa... method GetVisualStateGroups (line 2010) | [System.ComponentModel.DesignerSerializationVisibilityAttribute(System... method GoToElementState (line 2012) | public static bool GoToElementState(System.Windows.FrameworkElement st... method GoToState (line 2013) | public static bool GoToState(System.Windows.FrameworkElement control, ... method GoToStateCore (line 2014) | protected virtual bool GoToStateCore(System.Windows.FrameworkElement c... method RaiseCurrentStateChanged (line 2015) | protected void RaiseCurrentStateChanged(System.Windows.VisualStateGrou... method RaiseCurrentStateChanging (line 2016) | protected void RaiseCurrentStateChanging(System.Windows.VisualStateGro... method SetCustomVisualStateManager (line 2017) | public static void SetCustomVisualStateManager(System.Windows.Framewor... class VisualTransition (line 2019) | [System.Windows.Markup.ContentPropertyAttribute("Storyboard")] method VisualTransition (line 2022) | public VisualTransition() { } class Window (line 2030) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method Window (line 2048) | public Window() { } method Activate (line 2089) | public bool Activate() { throw null; } method ArrangeOverride (line 2090) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method Close (line 2091) | public void Close() { } method DragMove (line 2092) | public void DragMove() { } method GetWindow (line 2093) | public static System.Windows.Window GetWindow(System.Windows.Dependenc... method Hide (line 2094) | public void Hide() { } method MeasureOverride (line 2095) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnActivated (line 2096) | protected virtual void OnActivated(System.EventArgs e) { } method OnClosed (line 2097) | protected virtual void OnClosed(System.EventArgs e) { } method OnClosing (line 2098) | protected virtual void OnClosing(System.ComponentModel.CancelEventArgs... method OnContentChanged (line 2099) | protected override void OnContentChanged(object oldContent, object new... method OnContentRendered (line 2100) | protected virtual void OnContentRendered(System.EventArgs e) { } method OnCreateAutomationPeer (line 2101) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnDeactivated (line 2102) | protected virtual void OnDeactivated(System.EventArgs e) { } method OnDpiChanged (line 2103) | protected override void OnDpiChanged(System.Windows.DpiScale oldDpi, S... method OnLocationChanged (line 2104) | protected virtual void OnLocationChanged(System.EventArgs e) { } method OnManipulationBoundaryFeedback (line 2105) | protected override void OnManipulationBoundaryFeedback(System.Windows.... method OnSourceInitialized (line 2106) | protected virtual void OnSourceInitialized(System.EventArgs e) { } method OnStateChanged (line 2107) | protected virtual void OnStateChanged(System.EventArgs e) { } method OnVisualChildrenChanged (line 2108) | protected internal override void OnVisualChildrenChanged(System.Window... method OnVisualParentChanged (line 2109) | protected internal sealed override void OnVisualParentChanged(System.W... method Show (line 2110) | public void Show() { } method ShowDialog (line 2111) | public System.Nullable ShowDialog() { throw null; } class WindowCollection (line 2113) | public sealed partial class WindowCollection : System.Collections.IColle... method WindowCollection (line 2115) | public WindowCollection() { } method CopyTo (line 2120) | public void CopyTo(System.Windows.Window[] array, int index) { } method GetEnumerator (line 2121) | public System.Collections.IEnumerator GetEnumerator() { throw null; } method CopyTo (line 2122) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... type WindowStartupLocation (line 2124) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... type WindowState (line 2131) | public enum WindowState type WindowStyle (line 2137) | public enum WindowStyle type WrapDirection (line 2144) | public enum WrapDirection class Annotation (line 2154) | public sealed partial class Annotation : System.Xml.Serialization.IXmlSe... method Annotation (line 2156) | public Annotation() { } method Annotation (line 2157) | public Annotation(System.Xml.XmlQualifiedName annotationType) { } method Annotation (line 2158) | public Annotation(System.Xml.XmlQualifiedName annotationType, System.G... method GetSchema (line 2169) | public System.Xml.Schema.XmlSchema GetSchema() { throw null; } method ReadXml (line 2170) | public void ReadXml(System.Xml.XmlReader reader) { } method WriteXml (line 2171) | public void WriteXml(System.Xml.XmlWriter writer) { } type AnnotationAction (line 2173) | public enum AnnotationAction class AnnotationAuthorChangedEventArgs (line 2179) | public sealed partial class AnnotationAuthorChangedEventArgs : System.Ev... method AnnotationAuthorChangedEventArgs (line 2181) | public AnnotationAuthorChangedEventArgs(System.Windows.Annotations.Ann... class AnnotationDocumentPaginator (line 2187) | public sealed partial class AnnotationDocumentPaginator : System.Windows... method AnnotationDocumentPaginator (line 2189) | public AnnotationDocumentPaginator(System.Windows.Documents.DocumentPa... method AnnotationDocumentPaginator (line 2190) | public AnnotationDocumentPaginator(System.Windows.Documents.DocumentPa... method AnnotationDocumentPaginator (line 2191) | public AnnotationDocumentPaginator(System.Windows.Documents.DocumentPa... method AnnotationDocumentPaginator (line 2192) | public AnnotationDocumentPaginator(System.Windows.Documents.DocumentPa... method CancelAsync (line 2197) | public override void CancelAsync(object userState) { } method ComputePageCount (line 2198) | public override void ComputePageCount() { } method ComputePageCountAsync (line 2199) | public override void ComputePageCountAsync(object userState) { } method GetPage (line 2200) | public override System.Windows.Documents.DocumentPage GetPage(int page... method GetPageAsync (line 2201) | public override void GetPageAsync(int pageNumber, object userState) { } class AnnotationHelper (line 2203) | public static partial class AnnotationHelper method ClearHighlightsForSelection (line 2205) | public static void ClearHighlightsForSelection(System.Windows.Annotati... method CreateHighlightForSelection (line 2206) | public static System.Windows.Annotations.Annotation CreateHighlightFor... method CreateInkStickyNoteForSelection (line 2207) | public static System.Windows.Annotations.Annotation CreateInkStickyNot... method CreateTextStickyNoteForSelection (line 2208) | public static System.Windows.Annotations.Annotation CreateTextStickyNo... method DeleteInkStickyNotesForSelection (line 2209) | public static void DeleteInkStickyNotesForSelection(System.Windows.Ann... method DeleteTextStickyNotesForSelection (line 2210) | public static void DeleteTextStickyNotesForSelection(System.Windows.An... method GetAnchorInfo (line 2211) | public static System.Windows.Annotations.IAnchorInfo GetAnchorInfo(Sys... class AnnotationResource (line 2213) | public sealed partial class AnnotationResource : System.ComponentModel.I... method AnnotationResource (line 2215) | public AnnotationResource() { } method AnnotationResource (line 2216) | public AnnotationResource(System.Guid id) { } method AnnotationResource (line 2217) | public AnnotationResource(string name) { } method GetSchema (line 2223) | public System.Xml.Schema.XmlSchema GetSchema() { throw null; } method ReadXml (line 2224) | public void ReadXml(System.Xml.XmlReader reader) { } method WriteXml (line 2225) | public void WriteXml(System.Xml.XmlWriter writer) { } class AnnotationResourceChangedEventArgs (line 2227) | public sealed partial class AnnotationResourceChangedEventArgs : System.... method AnnotationResourceChangedEventArgs (line 2229) | public AnnotationResourceChangedEventArgs(System.Windows.Annotations.A... class AnnotationService (line 2235) | public sealed partial class AnnotationService : System.Windows.Threading... method AnnotationService (line 2243) | public AnnotationService(System.Windows.Controls.FlowDocumentReader vi... method AnnotationService (line 2244) | public AnnotationService(System.Windows.Controls.FlowDocumentScrollVie... method AnnotationService (line 2245) | public AnnotationService(System.Windows.Controls.Primitives.DocumentVi... method Disable (line 2248) | public void Disable() { } method Enable (line 2249) | public void Enable(System.Windows.Annotations.Storage.AnnotationStore ... method GetService (line 2250) | public static System.Windows.Annotations.AnnotationService GetService(... method GetService (line 2251) | public static System.Windows.Annotations.AnnotationService GetService(... method GetService (line 2252) | public static System.Windows.Annotations.AnnotationService GetService(... class ContentLocator (line 2254) | public sealed partial class ContentLocator : System.Windows.Annotations.... method ContentLocator (line 2256) | public ContentLocator() { } method Clone (line 2258) | public override object Clone() { throw null; } method GetSchema (line 2259) | public System.Xml.Schema.XmlSchema GetSchema() { throw null; } method ReadXml (line 2260) | public void ReadXml(System.Xml.XmlReader reader) { } method StartsWith (line 2261) | public bool StartsWith(System.Windows.Annotations.ContentLocator locat... method WriteXml (line 2262) | public void WriteXml(System.Xml.XmlWriter writer) { } class ContentLocatorBase (line 2264) | public abstract partial class ContentLocatorBase : System.ComponentModel... method ContentLocatorBase (line 2266) | internal ContentLocatorBase() { } method Clone (line 2268) | public abstract object Clone(); class ContentLocatorGroup (line 2270) | public sealed partial class ContentLocatorGroup : System.Windows.Annotat... method ContentLocatorGroup (line 2272) | public ContentLocatorGroup() { } method Clone (line 2274) | public override object Clone() { throw null; } method GetSchema (line 2275) | public System.Xml.Schema.XmlSchema GetSchema() { throw null; } method ReadXml (line 2276) | public void ReadXml(System.Xml.XmlReader reader) { } method WriteXml (line 2277) | public void WriteXml(System.Xml.XmlWriter writer) { } class ContentLocatorPart (line 2279) | public sealed partial class ContentLocatorPart : System.ComponentModel.I... method ContentLocatorPart (line 2281) | public ContentLocatorPart(System.Xml.XmlQualifiedName partType) { } method Clone (line 2285) | public object Clone() { throw null; } method Equals (line 2286) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 2287) | public override int GetHashCode() { throw null; } type IAnchorInfo (line 2289) | public partial interface IAnchorInfo class TextAnchor (line 2295) | public sealed partial class TextAnchor method TextAnchor (line 2297) | internal TextAnchor() { } method Equals (line 2300) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 2301) | public override int GetHashCode() { throw null; } class AnnotationStore (line 2306) | public abstract partial class AnnotationStore : System.IDisposable method AnnotationStore (line 2308) | protected AnnotationStore() { } method AddAnnotation (line 2316) | public abstract void AddAnnotation(System.Windows.Annotations.Annotati... method DeleteAnnotation (line 2317) | public abstract System.Windows.Annotations.Annotation DeleteAnnotation... method Dispose (line 2318) | public void Dispose() { } method Dispose (line 2319) | protected virtual void Dispose(bool disposing) { } method Flush (line 2321) | public abstract void Flush(); method GetAnnotation (line 2322) | public abstract System.Windows.Annotations.Annotation GetAnnotation(Sy... method GetAnnotations (line 2323) | public abstract System.Collections.Generic.IList GetWellKnow... method OnStoreContentChanged (line 2357) | protected override void OnStoreContentChanged(System.Windows.Annotatio... class ButtonAutomationPeer (line 2362) | public partial class ButtonAutomationPeer : System.Windows.Automation.Pe... method ButtonAutomationPeer (line 2364) | public ButtonAutomationPeer(System.Windows.Controls.Button owner) : ba... method GetAutomationControlTypeCore (line 2365) | protected override System.Windows.Automation.Peers.AutomationControlTy... method GetClassNameCore (line 2366) | protected override string GetClassNameCore() { throw null; } method GetPattern (line 2367) | public override object GetPattern(System.Windows.Automation.Peers.Patt... method Invoke (line 2368) | void System.Windows.Automation.Provider.IInvokeProvider.Invoke() { } class ButtonBaseAutomationPeer (line 2370) | public abstract partial class ButtonBaseAutomationPeer : System.Windows.... method ButtonBaseAutomationPeer (line 2372) | protected ButtonBaseAutomationPeer(System.Windows.Controls.Primitives.... method GetAcceleratorKeyCore (line 2373) | protected override string GetAcceleratorKeyCore() { throw null; } method GetAutomationIdCore (line 2374) | protected override string GetAutomationIdCore() { throw null; } method GetNameCore (line 2375) | protected override string GetNameCore() { throw null; } class CalendarAutomationPeer (line 2377) | public sealed partial class CalendarAutomationPeer : System.Windows.Auto... method CalendarAutomationPeer (line 2379) | public CalendarAutomationPeer(System.Windows.Controls.Calendar owner) ... method GetAutomationControlTypeCore (line 2386) | protected override System.Windows.Automation.Peers.AutomationControlTy... method GetChildrenCore (line 2387) | protected override System.Collections.Generic.List ShowDialog() { throw null; } class PrintDialogException (line 6424) | public partial class PrintDialogException : System.Exception method PrintDialogException (line 6426) | public PrintDialogException() { } method PrintDialogException (line 6427) | protected PrintDialogException(System.Runtime.Serialization.Serializat... method PrintDialogException (line 6428) | public PrintDialogException(string message) { } method PrintDialogException (line 6429) | public PrintDialogException(string message, System.Exception innerExce... class ProgressBar (line 6431) | [System.Windows.TemplatePartAttribute(Name="PART_GlowRect", Type=typeof(... method ProgressBar (line 6438) | public ProgressBar() { } method OnApplyTemplate (line 6441) | public override void OnApplyTemplate() { } method OnCreateAutomationPeer (line 6442) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnMaximumChanged (line 6443) | protected override void OnMaximumChanged(double oldMaximum, double new... method OnMinimumChanged (line 6444) | protected override void OnMinimumChanged(double oldMinimum, double new... method OnValueChanged (line 6445) | protected override void OnValueChanged(double oldValue, double newValu... class RadioButton (line 6447) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method RadioButton (line 6451) | public RadioButton() { } method OnAccessKey (line 6455) | protected override void OnAccessKey(System.Windows.Input.AccessKeyEven... method OnChecked (line 6456) | protected override void OnChecked(System.Windows.RoutedEventArgs e) { } method OnCreateAutomationPeer (line 6457) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnToggle (line 6458) | protected internal override void OnToggle() { } class RichTextBox (line 6460) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method RichTextBox (line 6465) | public RichTextBox() { } method RichTextBox (line 6466) | public RichTextBox(System.Windows.Documents.FlowDocument document) { } method GetNextSpellingErrorPosition (line 6473) | public System.Windows.Documents.TextPointer GetNextSpellingErrorPositi... method GetPositionFromPoint (line 6474) | public System.Windows.Documents.TextPointer GetPositionFromPoint(Syste... method GetSpellingError (line 6475) | public System.Windows.Controls.SpellingError GetSpellingError(System.W... method GetSpellingErrorRange (line 6476) | public System.Windows.Documents.TextRange GetSpellingErrorRange(System... method MeasureOverride (line 6477) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnCreateAutomationPeer (line 6478) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnDpiChanged (line 6479) | protected override void OnDpiChanged(System.Windows.DpiScale oldDpiSca... method ShouldSerializeDocument (line 6480) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method AddChild (line 6482) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 6483) | void System.Windows.Markup.IAddChild.AddText(string text) { } class RowDefinition (line 6485) | public partial class RowDefinition : System.Windows.Controls.DefinitionBase method RowDefinition (line 6492) | public RowDefinition() { } class RowDefinitionCollection (line 6501) | public sealed partial class RowDefinitionCollection : System.Collections... method RowDefinitionCollection (line 6503) | internal RowDefinitionCollection() { } method Add (line 6511) | public void Add(System.Windows.Controls.RowDefinition value) { } method Clear (line 6512) | public void Clear() { } method Contains (line 6513) | public bool Contains(System.Windows.Controls.RowDefinition value) { th... method CopyTo (line 6514) | public void CopyTo(System.Windows.Controls.RowDefinition[] array, int ... method IndexOf (line 6515) | public int IndexOf(System.Windows.Controls.RowDefinition value) { thro... method Insert (line 6516) | public void Insert(int index, System.Windows.Controls.RowDefinition va... method Remove (line 6517) | public bool Remove(System.Windows.Controls.RowDefinition value) { thro... method RemoveAt (line 6518) | public void RemoveAt(int index) { } method RemoveRange (line 6519) | public void RemoveRange(int index, int count) { } method GetEnumerator (line 6520) | System.Collections.Generic.IEnumerator... method InputHitTest (line 7121) | System.Windows.IInputElement System.Windows.IContentHost.InputHitTest(... method OnChildDesiredSizeChanged (line 7122) | void System.Windows.IContentHost.OnChildDesiredSizeChanged(System.Wind... method AddChild (line 7123) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 7124) | void System.Windows.Markup.IAddChild.AddText(string text) { } class TextBox (line 7126) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method TextBox (line 7138) | public TextBox() { } method Clear (line 7167) | public void Clear() { } method GetCharacterIndexFromLineIndex (line 7168) | public int GetCharacterIndexFromLineIndex(int lineIndex) { throw null; } method GetCharacterIndexFromPoint (line 7169) | public int GetCharacterIndexFromPoint(System.Windows.Point point, bool... method GetFirstVisibleLineIndex (line 7170) | public int GetFirstVisibleLineIndex() { throw null; } method GetLastVisibleLineIndex (line 7171) | public int GetLastVisibleLineIndex() { throw null; } method GetLineIndexFromCharacterIndex (line 7172) | public int GetLineIndexFromCharacterIndex(int charIndex) { throw null; } method GetLineLength (line 7173) | public int GetLineLength(int lineIndex) { throw null; } method GetLineText (line 7174) | public string GetLineText(int lineIndex) { throw null; } method GetNextSpellingErrorCharacterIndex (line 7175) | public int GetNextSpellingErrorCharacterIndex(int charIndex, System.Wi... method GetRectFromCharacterIndex (line 7176) | public System.Windows.Rect GetRectFromCharacterIndex(int charIndex) { ... method GetRectFromCharacterIndex (line 7177) | public System.Windows.Rect GetRectFromCharacterIndex(int charIndex, bo... method GetSpellingError (line 7178) | public System.Windows.Controls.SpellingError GetSpellingError(int char... method GetSpellingErrorLength (line 7179) | public int GetSpellingErrorLength(int charIndex) { throw null; } method GetSpellingErrorStart (line 7180) | public int GetSpellingErrorStart(int charIndex) { throw null; } method MeasureOverride (line 7181) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnCreateAutomationPeer (line 7182) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnPropertyChanged (line 7183) | protected override void OnPropertyChanged(System.Windows.DependencyPro... method ScrollToLine (line 7184) | public void ScrollToLine(int lineIndex) { } method Select (line 7185) | public void Select(int start, int length) { } method ShouldSerializeText (line 7186) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method AddChild (line 7188) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 7189) | void System.Windows.Markup.IAddChild.AddText(string text) { } class TextChange (line 7191) | public partial class TextChange method TextChange (line 7193) | internal TextChange() { } class TextChangedEventArgs (line 7198) | public partial class TextChangedEventArgs : System.Windows.RoutedEventArgs method TextChangedEventArgs (line 7200) | public TextChangedEventArgs(System.Windows.RoutedEvent id, System.Wind... method TextChangedEventArgs (line 7201) | public TextChangedEventArgs(System.Windows.RoutedEvent id, System.Wind... method InvokeEventHandler (line 7204) | protected override void InvokeEventHandler(System.Delegate genericHand... class TextSearch (line 7207) | public sealed partial class TextSearch : System.Windows.DependencyObject method TextSearch (line 7209) | internal TextSearch() { } method GetText (line 7212) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetTextPath (line 7214) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method SetText (line 7216) | public static void SetText(System.Windows.DependencyObject element, st... method SetTextPath (line 7217) | public static void SetTextPath(System.Windows.DependencyObject element... class ToolBar (line 7219) | [System.Windows.TemplatePartAttribute(Name="PART_ToolBarOverflowPanel", ... method ToolBar (line 7230) | public ToolBar() { } method GetIsOverflowItem (line 7248) | public static bool GetIsOverflowItem(System.Windows.DependencyObject e... method GetOverflowMode (line 7249) | [System.Windows.AttachedPropertyBrowsableForChildrenAttribute(IncludeD... method MeasureOverride (line 7251) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnCreateAutomationPeer (line 7252) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnItemsChanged (line 7253) | protected override void OnItemsChanged(System.Collections.Specialized.... method OnKeyDown (line 7254) | protected override void OnKeyDown(System.Windows.Input.KeyEventArgs e)... method OnLostMouseCapture (line 7255) | protected override void OnLostMouseCapture(System.Windows.Input.MouseE... method PrepareContainerForItemOverride (line 7256) | protected override void PrepareContainerForItemOverride(System.Windows... method SetOverflowMode (line 7257) | public static void SetOverflowMode(System.Windows.DependencyObject ele... class ToolBarTray (line 7259) | [System.Windows.Markup.ContentPropertyAttribute("ToolBars")] method ToolBarTray (line 7265) | public ToolBarTray() { } method ArrangeOverride (line 7273) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method GetIsLocked (line 7274) | public static bool GetIsLocked(System.Windows.DependencyObject element... method GetVisualChild (line 7275) | protected override System.Windows.Media.Visual GetVisualChild(int inde... method MeasureOverride (line 7276) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnRender (line 7277) | protected override void OnRender(System.Windows.Media.DrawingContext d... method SetIsLocked (line 7278) | public static void SetIsLocked(System.Windows.DependencyObject element... method AddChild (line 7279) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 7280) | void System.Windows.Markup.IAddChild.AddText(string text) { } class ToolTip (line 7282) | [System.ComponentModel.DefaultEventAttribute("Opened")] method ToolTip (line 7297) | public ToolTip() { } method OnClosed (line 7330) | protected virtual void OnClosed(System.Windows.RoutedEventArgs e) { } method OnContentChanged (line 7331) | protected override void OnContentChanged(object oldContent, object new... method OnCreateAutomationPeer (line 7332) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnOpened (line 7333) | protected virtual void OnOpened(System.Windows.RoutedEventArgs e) { } method OnVisualParentChanged (line 7334) | protected internal override void OnVisualParentChanged(System.Windows.... class ToolTipEventArgs (line 7336) | public sealed partial class ToolTipEventArgs : System.Windows.RoutedEven... method ToolTipEventArgs (line 7338) | internal ToolTipEventArgs() { } method InvokeEventHandler (line 7339) | protected override void InvokeEventHandler(System.Delegate genericHand... class ToolTipService (line 7342) | public static partial class ToolTipService method AddToolTipClosingHandler (line 7359) | public static void AddToolTipClosingHandler(System.Windows.DependencyO... method AddToolTipOpeningHandler (line 7360) | public static void AddToolTipOpeningHandler(System.Windows.DependencyO... method GetBetweenShowDelay (line 7361) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetHasDropShadow (line 7363) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetHorizontalOffset (line 7365) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Le... method GetInitialShowDelay (line 7368) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetIsEnabled (line 7370) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetIsOpen (line 7372) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetPlacement (line 7374) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetPlacementRectangle (line 7376) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetPlacementTarget (line 7378) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetShowDuration (line 7380) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetShowOnDisabled (line 7382) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetToolTip (line 7384) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetVerticalOffset (line 7386) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Le... method RemoveToolTipClosingHandler (line 7389) | public static void RemoveToolTipClosingHandler(System.Windows.Dependen... method RemoveToolTipOpeningHandler (line 7390) | public static void RemoveToolTipOpeningHandler(System.Windows.Dependen... method SetBetweenShowDelay (line 7391) | public static void SetBetweenShowDelay(System.Windows.DependencyObject... method SetHasDropShadow (line 7392) | public static void SetHasDropShadow(System.Windows.DependencyObject el... method SetHorizontalOffset (line 7393) | public static void SetHorizontalOffset(System.Windows.DependencyObject... method SetInitialShowDelay (line 7394) | public static void SetInitialShowDelay(System.Windows.DependencyObject... method SetIsEnabled (line 7395) | public static void SetIsEnabled(System.Windows.DependencyObject elemen... method SetPlacement (line 7396) | public static void SetPlacement(System.Windows.DependencyObject elemen... method SetPlacementRectangle (line 7397) | public static void SetPlacementRectangle(System.Windows.DependencyObje... method SetPlacementTarget (line 7398) | public static void SetPlacementTarget(System.Windows.DependencyObject ... method SetShowDuration (line 7399) | public static void SetShowDuration(System.Windows.DependencyObject ele... method SetShowOnDisabled (line 7400) | public static void SetShowOnDisabled(System.Windows.DependencyObject e... method SetToolTip (line 7401) | public static void SetToolTip(System.Windows.DependencyObject element,... method SetVerticalOffset (line 7402) | public static void SetVerticalOffset(System.Windows.DependencyObject e... class TreeView (line 7404) | [System.Windows.StyleTypedPropertyAttribute(Property="ItemContainerStyle... method TreeView (line 7411) | public TreeView() { } method ExpandSubtree (line 7428) | protected virtual bool ExpandSubtree(System.Windows.Controls.TreeViewI... method GetContainerForItemOverride (line 7429) | protected override System.Windows.DependencyObject GetContainerForItem... method IsItemItsOwnContainerOverride (line 7430) | protected override bool IsItemItsOwnContainerOverride(object item) { t... method OnCreateAutomationPeer (line 7431) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnGotFocus (line 7432) | protected override void OnGotFocus(System.Windows.RoutedEventArgs e) { } method OnIsKeyboardFocusWithinChanged (line 7433) | protected override void OnIsKeyboardFocusWithinChanged(System.Windows.... method OnItemsChanged (line 7434) | protected override void OnItemsChanged(System.Collections.Specialized.... method OnKeyDown (line 7435) | protected override void OnKeyDown(System.Windows.Input.KeyEventArgs e)... method OnSelectedItemChanged (line 7436) | protected virtual void OnSelectedItemChanged(System.Windows.RoutedProp... class TreeViewItem (line 7438) | [System.Windows.StyleTypedPropertyAttribute(Property="ItemContainerStyle... method TreeViewItem (line 7450) | public TreeViewItem() { } method ArrangeOverride (line 7471) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method ExpandSubtree (line 7472) | public void ExpandSubtree() { } method GetContainerForItemOverride (line 7473) | protected override System.Windows.DependencyObject GetContainerForItem... method IsItemItsOwnContainerOverride (line 7474) | protected override bool IsItemItsOwnContainerOverride(object item) { t... method OnCollapsed (line 7475) | protected virtual void OnCollapsed(System.Windows.RoutedEventArgs e) { } method OnCreateAutomationPeer (line 7476) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnExpanded (line 7477) | protected virtual void OnExpanded(System.Windows.RoutedEventArgs e) { } method OnGotFocus (line 7478) | protected override void OnGotFocus(System.Windows.RoutedEventArgs e) { } method OnItemsChanged (line 7479) | protected override void OnItemsChanged(System.Collections.Specialized.... method OnKeyDown (line 7480) | protected override void OnKeyDown(System.Windows.Input.KeyEventArgs e)... method OnMouseLeftButtonDown (line 7481) | protected override void OnMouseLeftButtonDown(System.Windows.Input.Mou... method OnSelected (line 7482) | protected virtual void OnSelected(System.Windows.RoutedEventArgs e) { } method OnUnselected (line 7483) | protected virtual void OnUnselected(System.Windows.RoutedEventArgs e) { } method OnVisualParentChanged (line 7484) | protected internal override void OnVisualParentChanged(System.Windows.... class UIElementCollection (line 7486) | public partial class UIElementCollection : System.Collections.ICollectio... method UIElementCollection (line 7488) | public UIElementCollection(System.Windows.UIElement visualParent, Syst... method Add (line 7497) | public virtual int Add(System.Windows.UIElement element) { throw null; } method Clear (line 7498) | public virtual void Clear() { } method ClearLogicalParent (line 7499) | protected void ClearLogicalParent(System.Windows.UIElement element) { } method Contains (line 7500) | public virtual bool Contains(System.Windows.UIElement element) { throw... method CopyTo (line 7501) | public virtual void CopyTo(System.Array array, int index) { } method CopyTo (line 7502) | public virtual void CopyTo(System.Windows.UIElement[] array, int index... method GetEnumerator (line 7503) | public virtual System.Collections.IEnumerator GetEnumerator() { throw ... method IndexOf (line 7504) | public virtual int IndexOf(System.Windows.UIElement element) { throw n... method Insert (line 7505) | public virtual void Insert(int index, System.Windows.UIElement element... method Remove (line 7506) | public virtual void Remove(System.Windows.UIElement element) { } method RemoveAt (line 7507) | public virtual void RemoveAt(int index) { } method RemoveRange (line 7508) | public virtual void RemoveRange(int index, int count) { } method SetLogicalParent (line 7509) | protected void SetLogicalParent(System.Windows.UIElement element) { } method Add (line 7510) | int System.Collections.IList.Add(object value) { throw null; } method Contains (line 7511) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 7512) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 7513) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 7514) | void System.Collections.IList.Remove(object value) { } type UndoAction (line 7516) | public enum UndoAction class UserControl (line 7525) | public partial class UserControl : System.Windows.Controls.ContentControl method UserControl (line 7527) | public UserControl() { } method OnCreateAutomationPeer (line 7528) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... class Validation (line 7530) | public static partial class Validation method AddErrorHandler (line 7538) | public static void AddErrorHandler(System.Windows.DependencyObject ele... method ClearInvalid (line 7539) | public static void ClearInvalid(System.Windows.Data.BindingExpressionB... method GetErrors (line 7540) | public static System.Collections.ObjectModel.ReadOnlyObservableCollect... method GetErrorTemplate (line 7541) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetHasError (line 7543) | public static bool GetHasError(System.Windows.DependencyObject element... method GetValidationAdornerSite (line 7544) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetValidationAdornerSiteFor (line 7546) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method MarkInvalid (line 7548) | public static void MarkInvalid(System.Windows.Data.BindingExpressionBa... method RemoveErrorHandler (line 7549) | public static void RemoveErrorHandler(System.Windows.DependencyObject ... method SetErrorTemplate (line 7550) | public static void SetErrorTemplate(System.Windows.DependencyObject el... method SetValidationAdornerSite (line 7551) | public static void SetValidationAdornerSite(System.Windows.DependencyO... method SetValidationAdornerSiteFor (line 7552) | public static void SetValidationAdornerSiteFor(System.Windows.Dependen... class ValidationError (line 7554) | public partial class ValidationError method ValidationError (line 7556) | public ValidationError(System.Windows.Controls.ValidationRule ruleInEr... method ValidationError (line 7557) | public ValidationError(System.Windows.Controls.ValidationRule ruleInEr... type ValidationErrorEventAction (line 7563) | public enum ValidationErrorEventAction class ValidationErrorEventArgs (line 7568) | public partial class ValidationErrorEventArgs : System.Windows.RoutedEve... method ValidationErrorEventArgs (line 7570) | internal ValidationErrorEventArgs() { } method InvokeEventHandler (line 7573) | protected override void InvokeEventHandler(System.Delegate genericHand... class ValidationResult (line 7575) | public partial class ValidationResult method ValidationResult (line 7577) | public ValidationResult(bool isValid, object errorContent) { } method Equals (line 7581) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 7582) | public override int GetHashCode() { throw null; } class ValidationRule (line 7586) | public abstract partial class ValidationRule method ValidationRule (line 7588) | protected ValidationRule() { } method ValidationRule (line 7589) | protected ValidationRule(System.Windows.Controls.ValidationStep valida... method Validate (line 7592) | public abstract System.Windows.Controls.ValidationResult Validate(obje... method Validate (line 7593) | public virtual System.Windows.Controls.ValidationResult Validate(objec... method Validate (line 7594) | public virtual System.Windows.Controls.ValidationResult Validate(objec... type ValidationStep (line 7596) | public enum ValidationStep class ViewBase (line 7603) | public abstract partial class ViewBase : System.Windows.DependencyObject method ViewBase (line 7605) | protected ViewBase() { } method ClearItem (line 7608) | protected internal virtual void ClearItem(System.Windows.Controls.List... method GetAutomationPeer (line 7609) | protected internal virtual System.Windows.Automation.Peers.IViewAutoma... method PrepareItem (line 7610) | protected internal virtual void PrepareItem(System.Windows.Controls.Li... class Viewbox (line 7612) | public partial class Viewbox : System.Windows.Controls.Decorator method Viewbox (line 7616) | public Viewbox() { } method ArrangeOverride (line 7622) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method GetVisualChild (line 7623) | protected override System.Windows.Media.Visual GetVisualChild(int inde... method MeasureOverride (line 7624) | protected override System.Windows.Size MeasureOverride(System.Windows.... class Viewport3D (line 7626) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method Viewport3D (line 7632) | public Viewport3D() { } method ArrangeOverride (line 7637) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method GetVisualChild (line 7638) | protected override System.Windows.Media.Visual GetVisualChild(int inde... method OnCreateAutomationPeer (line 7639) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method AddChild (line 7640) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 7641) | void System.Windows.Markup.IAddChild.AddText(string text) { } type VirtualizationCacheLength (line 7643) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Cont... method VirtualizationCacheLength (line 7647) | public VirtualizationCacheLength(double cacheBeforeAndAfterViewport) {... method VirtualizationCacheLength (line 7648) | public VirtualizationCacheLength(double cacheBeforeViewport, double ca... method Equals (line 7651) | public override bool Equals(object oCompare) { throw null; } method Equals (line 7652) | public bool Equals(System.Windows.Controls.VirtualizationCacheLength c... method GetHashCode (line 7653) | public override int GetHashCode() { throw null; } method ToString (line 7656) | public override string ToString() { throw null; } class VirtualizationCacheLengthConverter (line 7658) | public partial class VirtualizationCacheLengthConverter : System.Compone... method VirtualizationCacheLengthConverter (line 7660) | public VirtualizationCacheLengthConverter() { } method CanConvertFrom (line 7661) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 7662) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 7663) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 7664) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type VirtualizationCacheLengthUnit (line 7666) | public enum VirtualizationCacheLengthUnit type VirtualizationMode (line 7672) | public enum VirtualizationMode class VirtualizingPanel (line 7677) | public abstract partial class VirtualizingPanel : System.Windows.Control... method VirtualizingPanel (line 7686) | protected VirtualizingPanel() { } method AddInternalChild (line 7690) | protected void AddInternalChild(System.Windows.UIElement child) { } method BringIndexIntoView (line 7691) | protected internal virtual void BringIndexIntoView(int index) { } method BringIndexIntoViewPublic (line 7692) | public void BringIndexIntoViewPublic(int index) { } method GetCacheLength (line 7693) | public static System.Windows.Controls.VirtualizationCacheLength GetCac... method GetCacheLengthUnit (line 7694) | public static System.Windows.Controls.VirtualizationCacheLengthUnit Ge... method GetIsContainerVirtualizable (line 7695) | public static bool GetIsContainerVirtualizable(System.Windows.Dependen... method GetIsVirtualizing (line 7696) | public static bool GetIsVirtualizing(System.Windows.DependencyObject e... method GetIsVirtualizingWhenGrouping (line 7697) | public static bool GetIsVirtualizingWhenGrouping(System.Windows.Depend... method GetItemOffset (line 7698) | public double GetItemOffset(System.Windows.UIElement child) { throw nu... method GetItemOffsetCore (line 7699) | protected virtual double GetItemOffsetCore(System.Windows.UIElement ch... method GetScrollUnit (line 7700) | public static System.Windows.Controls.ScrollUnit GetScrollUnit(System.... method GetVirtualizationMode (line 7701) | public static System.Windows.Controls.VirtualizationMode GetVirtualiza... method InsertInternalChild (line 7702) | protected void InsertInternalChild(int index, System.Windows.UIElement... method OnClearChildren (line 7703) | protected virtual void OnClearChildren() { } method OnItemsChanged (line 7704) | protected virtual void OnItemsChanged(object sender, System.Windows.Co... method RemoveInternalChildRange (line 7705) | protected void RemoveInternalChildRange(int index, int range) { } method SetCacheLength (line 7706) | public static void SetCacheLength(System.Windows.DependencyObject elem... method SetCacheLengthUnit (line 7707) | public static void SetCacheLengthUnit(System.Windows.DependencyObject ... method SetIsContainerVirtualizable (line 7708) | public static void SetIsContainerVirtualizable(System.Windows.Dependen... method SetIsVirtualizing (line 7709) | public static void SetIsVirtualizing(System.Windows.DependencyObject e... method SetIsVirtualizingWhenGrouping (line 7710) | public static void SetIsVirtualizingWhenGrouping(System.Windows.Depend... method SetScrollUnit (line 7711) | public static void SetScrollUnit(System.Windows.DependencyObject eleme... method SetVirtualizationMode (line 7712) | public static void SetVirtualizationMode(System.Windows.DependencyObje... method ShouldItemsChangeAffectLayout (line 7713) | public bool ShouldItemsChangeAffectLayout(bool areItemChangesLocal, Sy... method ShouldItemsChangeAffectLayoutCore (line 7714) | protected virtual bool ShouldItemsChangeAffectLayoutCore(bool areItemC... class VirtualizingStackPanel (line 7716) | public partial class VirtualizingStackPanel : System.Windows.Controls.Vi... method VirtualizingStackPanel (line 7722) | public VirtualizingStackPanel() { } method AddCleanUpVirtualizedItemHandler (line 7741) | public static void AddCleanUpVirtualizedItemHandler(System.Windows.Dep... method ArrangeOverride (line 7742) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method BringIndexIntoView (line 7743) | protected internal override void BringIndexIntoView(int index) { } method GetItemOffsetCore (line 7744) | protected override double GetItemOffsetCore(System.Windows.UIElement c... method LineDown (line 7745) | public virtual void LineDown() { } method LineLeft (line 7746) | public virtual void LineLeft() { } method LineRight (line 7747) | public virtual void LineRight() { } method LineUp (line 7748) | public virtual void LineUp() { } method MakeVisible (line 7749) | public System.Windows.Rect MakeVisible(System.Windows.Media.Visual vis... method MeasureOverride (line 7750) | protected override System.Windows.Size MeasureOverride(System.Windows.... method MouseWheelDown (line 7751) | public virtual void MouseWheelDown() { } method MouseWheelLeft (line 7752) | public virtual void MouseWheelLeft() { } method MouseWheelRight (line 7753) | public virtual void MouseWheelRight() { } method MouseWheelUp (line 7754) | public virtual void MouseWheelUp() { } method OnCleanUpVirtualizedItem (line 7755) | protected virtual void OnCleanUpVirtualizedItem(System.Windows.Control... method OnClearChildren (line 7756) | protected override void OnClearChildren() { } method OnItemsChanged (line 7757) | protected override void OnItemsChanged(object sender, System.Windows.C... method OnViewportOffsetChanged (line 7758) | protected virtual void OnViewportOffsetChanged(System.Windows.Vector o... method OnViewportSizeChanged (line 7759) | protected virtual void OnViewportSizeChanged(System.Windows.Size oldVi... method PageDown (line 7760) | public virtual void PageDown() { } method PageLeft (line 7761) | public virtual void PageLeft() { } method PageRight (line 7762) | public virtual void PageRight() { } method PageUp (line 7763) | public virtual void PageUp() { } method RemoveCleanUpVirtualizedItemHandler (line 7764) | public static void RemoveCleanUpVirtualizedItemHandler(System.Windows.... method SetHorizontalOffset (line 7765) | public void SetHorizontalOffset(double offset) { } method SetVerticalOffset (line 7766) | public void SetVerticalOffset(double offset) { } method ShouldItemsChangeAffectLayoutCore (line 7767) | protected override bool ShouldItemsChangeAffectLayoutCore(bool areItem... class WebBrowser (line 7769) | public sealed partial class WebBrowser : System.Windows.Interop.ActiveXHost method WebBrowser (line 7771) | public WebBrowser() { } method GoBack (line 7780) | public void GoBack() { } method GoForward (line 7781) | public void GoForward() { } method InvokeScript (line 7782) | public object InvokeScript(string scriptName) { throw null; } method InvokeScript (line 7783) | public object InvokeScript(string scriptName, params object[] args) { ... method Navigate (line 7784) | public void Navigate(string source) { } method Navigate (line 7785) | public void Navigate(string source, string targetFrameName, byte[] pos... method Navigate (line 7786) | public void Navigate(System.Uri source) { } method Navigate (line 7787) | public void Navigate(System.Uri source, string targetFrameName, byte[]... method NavigateToStream (line 7788) | public void NavigateToStream(System.IO.Stream stream) { } method NavigateToString (line 7789) | public void NavigateToString(string text) { } method Refresh (line 7790) | public void Refresh() { } method Refresh (line 7791) | public void Refresh(bool noCache) { } method TabIntoCore (line 7792) | protected override bool TabIntoCore(System.Windows.Input.TraversalRequ... method TranslateAcceleratorCore (line 7793) | protected override bool TranslateAcceleratorCore(ref System.Windows.In... class WrapPanel (line 7795) | public partial class WrapPanel : System.Windows.Controls.Panel method WrapPanel (line 7800) | public WrapPanel() { } method ArrangeOverride (line 7806) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method MeasureOverride (line 7807) | protected override System.Windows.Size MeasureOverride(System.Windows.... type AutoToolTipPlacement (line 7812) | public enum AutoToolTipPlacement class BulletDecorator (line 7818) | public partial class BulletDecorator : System.Windows.Controls.Decorator method BulletDecorator (line 7821) | public BulletDecorator() { } method ArrangeOverride (line 7826) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method GetVisualChild (line 7827) | protected override System.Windows.Media.Visual GetVisualChild(int inde... method MeasureOverride (line 7828) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnRender (line 7829) | protected override void OnRender(System.Windows.Media.DrawingContext d... class ButtonBase (line 7831) | [System.ComponentModel.DefaultEventAttribute("Click")] method ButtonBase (line 7841) | protected ButtonBase() { } method OnAccessKey (line 7863) | protected override void OnAccessKey(System.Windows.Input.AccessKeyEven... method OnClick (line 7864) | protected virtual void OnClick() { } method OnIsPressedChanged (line 7865) | protected virtual void OnIsPressedChanged(System.Windows.DependencyPro... method OnKeyDown (line 7866) | protected override void OnKeyDown(System.Windows.Input.KeyEventArgs e)... method OnKeyUp (line 7867) | protected override void OnKeyUp(System.Windows.Input.KeyEventArgs e) { } method OnLostKeyboardFocus (line 7868) | protected override void OnLostKeyboardFocus(System.Windows.Input.Keybo... method OnLostMouseCapture (line 7869) | protected override void OnLostMouseCapture(System.Windows.Input.MouseE... method OnMouseEnter (line 7870) | protected override void OnMouseEnter(System.Windows.Input.MouseEventAr... method OnMouseLeave (line 7871) | protected override void OnMouseLeave(System.Windows.Input.MouseEventAr... method OnMouseLeftButtonDown (line 7872) | protected override void OnMouseLeftButtonDown(System.Windows.Input.Mou... method OnMouseLeftButtonUp (line 7873) | protected override void OnMouseLeftButtonUp(System.Windows.Input.Mouse... method OnMouseMove (line 7874) | protected override void OnMouseMove(System.Windows.Input.MouseEventArg... method OnRenderSizeChanged (line 7875) | protected internal override void OnRenderSizeChanged(System.Windows.Si... class CalendarButton (line 7877) | public sealed partial class CalendarButton : System.Windows.Controls.Button method CalendarButton (line 7881) | public CalendarButton() { } method OnCreateAutomationPeer (line 7884) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... class CalendarDayButton (line 7886) | public sealed partial class CalendarDayButton : System.Windows.Controls.... method CalendarDayButton (line 7893) | public CalendarDayButton() { } method OnCreateAutomationPeer (line 7899) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... class CalendarItem (line 7901) | [System.Windows.TemplatePartAttribute(Name="DayTitleTemplate", Type=type... method CalendarItem (line 7911) | public CalendarItem() { } method OnApplyTemplate (line 7913) | public override void OnApplyTemplate() { } method OnLostMouseCapture (line 7914) | protected override void OnLostMouseCapture(System.Windows.Input.MouseE... method OnMouseUp (line 7915) | protected override void OnMouseUp(System.Windows.Input.MouseButtonEven... type CustomPopupPlacement (line 7917) | public partial struct CustomPopupPlacement method CustomPopupPlacement (line 7920) | public CustomPopupPlacement(System.Windows.Point point, System.Windows... method Equals (line 7923) | public override bool Equals(object o) { throw null; } method GetHashCode (line 7924) | public override int GetHashCode() { throw null; } class DataGridCellsPresenter (line 7929) | public partial class DataGridCellsPresenter : System.Windows.Controls.It... method DataGridCellsPresenter (line 7931) | public DataGridCellsPresenter() { } method ArrangeOverride (line 7933) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method ClearContainerForItemOverride (line 7934) | protected override void ClearContainerForItemOverride(System.Windows.D... method GetContainerForItemOverride (line 7935) | protected override System.Windows.DependencyObject GetContainerForItem... method IsItemItsOwnContainerOverride (line 7936) | protected override bool IsItemItsOwnContainerOverride(object item) { t... method MeasureOverride (line 7937) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnApplyTemplate (line 7938) | public override void OnApplyTemplate() { } method OnColumnsChanged (line 7939) | protected internal virtual void OnColumnsChanged(System.Collections.Ob... method OnItemChanged (line 7940) | protected virtual void OnItemChanged(object oldItem, object newItem) { } method OnRender (line 7941) | protected override void OnRender(System.Windows.Media.DrawingContext d... method PrepareContainerForItemOverride (line 7942) | protected override void PrepareContainerForItemOverride(System.Windows... class DataGridColumnHeader (line 7944) | [System.Windows.TemplatePartAttribute(Name="PART_LeftHeaderGripper", Typ... method DataGridColumnHeader (line 7954) | public DataGridColumnHeader() { } method OnApplyTemplate (line 7964) | public override void OnApplyTemplate() { } method OnClick (line 7965) | protected override void OnClick() { } method OnCreateAutomationPeer (line 7966) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnLostMouseCapture (line 7967) | protected override void OnLostMouseCapture(System.Windows.Input.MouseE... method OnMouseLeftButtonDown (line 7968) | protected override void OnMouseLeftButtonDown(System.Windows.Input.Mou... method OnMouseLeftButtonUp (line 7969) | protected override void OnMouseLeftButtonUp(System.Windows.Input.Mouse... method OnMouseMove (line 7970) | protected override void OnMouseMove(System.Windows.Input.MouseEventArg... class DataGridColumnHeadersPresenter (line 7972) | [System.Windows.TemplatePartAttribute(Name="PART_FillerColumnHeader", Ty... method DataGridColumnHeadersPresenter (line 7975) | public DataGridColumnHeadersPresenter() { } method ArrangeOverride (line 7977) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method ClearContainerForItemOverride (line 7978) | protected override void ClearContainerForItemOverride(System.Windows.D... method GetContainerForItemOverride (line 7979) | protected override System.Windows.DependencyObject GetContainerForItem... method GetLayoutClip (line 7980) | protected override System.Windows.Media.Geometry GetLayoutClip(System.... method GetVisualChild (line 7981) | protected override System.Windows.Media.Visual GetVisualChild(int inde... method IsItemItsOwnContainerOverride (line 7982) | protected override bool IsItemItsOwnContainerOverride(object item) { t... method MeasureOverride (line 7983) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnApplyTemplate (line 7984) | public override void OnApplyTemplate() { } method OnCreateAutomationPeer (line 7985) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method PrepareContainerForItemOverride (line 7986) | protected override void PrepareContainerForItemOverride(System.Windows... class DataGridDetailsPresenter (line 7988) | public partial class DataGridDetailsPresenter : System.Windows.Controls.... method DataGridDetailsPresenter (line 7990) | public DataGridDetailsPresenter() { } method ArrangeOverride (line 7991) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method MeasureOverride (line 7992) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnCreateAutomationPeer (line 7993) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnRender (line 7994) | protected override void OnRender(System.Windows.Media.DrawingContext d... method OnVisualParentChanged (line 7995) | protected internal override void OnVisualParentChanged(System.Windows.... class DataGridRowHeader (line 7997) | [System.Windows.TemplatePartAttribute(Name="PART_BottomHeaderGripper", T... method DataGridRowHeader (line 8004) | public DataGridRowHeader() { } method MeasureOverride (line 8010) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnApplyTemplate (line 8011) | public override void OnApplyTemplate() { } method OnClick (line 8012) | protected override void OnClick() { } method OnCreateAutomationPeer (line 8013) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... class DataGridRowsPresenter (line 8015) | public partial class DataGridRowsPresenter : System.Windows.Controls.Vir... method DataGridRowsPresenter (line 8017) | public DataGridRowsPresenter() { } method MeasureOverride (line 8018) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnCleanUpVirtualizedItem (line 8019) | protected override void OnCleanUpVirtualizedItem(System.Windows.Contro... method OnIsItemsHostChanged (line 8020) | protected override void OnIsItemsHostChanged(bool oldIsItemsHost, bool... method OnViewportSizeChanged (line 8021) | protected override void OnViewportSizeChanged(System.Windows.Size oldV... class DatePickerTextBox (line 8023) | [System.Windows.TemplatePartAttribute(Name="PART_Watermark", Type=typeof... method DatePickerTextBox (line 8026) | public DatePickerTextBox() { } method OnApplyTemplate (line 8027) | public override void OnApplyTemplate() { } method OnGotFocus (line 8028) | protected override void OnGotFocus(System.Windows.RoutedEventArgs e) { } class DocumentPageView (line 8030) | public partial class DocumentPageView : System.Windows.FrameworkElement,... method DocumentPageView (line 8035) | public DocumentPageView() { } method ArrangeOverride (line 8045) | protected sealed override System.Windows.Size ArrangeOverride(System.W... method Dispose (line 8046) | protected void Dispose() { } method GetService (line 8047) | protected object GetService(System.Type serviceType) { throw null; } method GetVisualChild (line 8048) | protected override System.Windows.Media.Visual GetVisualChild(int inde... method MeasureOverride (line 8049) | protected sealed override System.Windows.Size MeasureOverride(System.W... method OnCreateAutomationPeer (line 8050) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnDpiChanged (line 8051) | protected override void OnDpiChanged(System.Windows.DpiScale oldDpiSca... method Dispose (line 8052) | void System.IDisposable.Dispose() { } method GetService (line 8053) | object System.IServiceProvider.GetService(System.Type serviceType) { t... class DocumentViewerBase (line 8055) | [System.Windows.Markup.ContentPropertyAttribute("Document")] method DocumentViewerBase (line 8068) | protected DocumentViewerBase() { } method CancelPrint (line 8078) | public void CancelPrint() { } method CanGoToPage (line 8079) | public virtual bool CanGoToPage(int pageNumber) { throw null; } method FirstPage (line 8080) | public void FirstPage() { } method GetIsMasterPage (line 8081) | public static bool GetIsMasterPage(System.Windows.DependencyObject ele... method GetMasterPageView (line 8082) | protected System.Windows.Controls.Primitives.DocumentPageView GetMaste... method GetPageViewsCollection (line 8083) | protected virtual System.Collections.ObjectModel.ReadOnlyCollection : System.Col... method TextElementCollection (line 10631) | internal TextElementCollection() { } method Add (line 10640) | public void Add(TextElementType item) { } method AddRange (line 10641) | public void AddRange(System.Collections.IEnumerable range) { } method Clear (line 10642) | public void Clear() { } method Contains (line 10643) | public bool Contains(TextElementType item) { throw null; } method CopyTo (line 10644) | public void CopyTo(TextElementType[] array, int arrayIndex) { } method GetEnumerator (line 10645) | public System.Collections.Generic.IEnumerator GetEnum... method InsertAfter (line 10646) | public void InsertAfter(TextElementType previousSibling, TextElementTy... method InsertBefore (line 10647) | public void InsertBefore(TextElementType nextSibling, TextElementType ... method Remove (line 10648) | public bool Remove(TextElementType item) { throw null; } method CopyTo (line 10649) | void System.Collections.ICollection.CopyTo(System.Array array, int arr... method GetEnumerator (line 10650) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Add (line 10651) | int System.Collections.IList.Add(object value) { throw null; } method Clear (line 10652) | void System.Collections.IList.Clear() { } method Contains (line 10653) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 10654) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 10655) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 10656) | void System.Collections.IList.Remove(object value) { } method RemoveAt (line 10657) | void System.Collections.IList.RemoveAt(int index) { } class TextElementEditingBehaviorAttribute (line 10659) | [System.AttributeUsageAttribute(System.AttributeTargets.Class)] method TextElementEditingBehaviorAttribute (line 10662) | public TextElementEditingBehaviorAttribute() { } class TextPointer (line 10666) | public partial class TextPointer : System.Windows.Documents.ContentPosition method TextPointer (line 10668) | internal TextPointer() { } method CompareTo (line 10677) | public int CompareTo(System.Windows.Documents.TextPointer position) { ... method DeleteTextInRun (line 10678) | public int DeleteTextInRun(int count) { throw null; } method GetAdjacentElement (line 10679) | public System.Windows.DependencyObject GetAdjacentElement(System.Windo... method GetCharacterRect (line 10680) | public System.Windows.Rect GetCharacterRect(System.Windows.Documents.L... method GetInsertionPosition (line 10681) | public System.Windows.Documents.TextPointer GetInsertionPosition(Syste... method GetLineStartPosition (line 10682) | public System.Windows.Documents.TextPointer GetLineStartPosition(int c... method GetLineStartPosition (line 10683) | public System.Windows.Documents.TextPointer GetLineStartPosition(int c... method GetNextContextPosition (line 10684) | public System.Windows.Documents.TextPointer GetNextContextPosition(Sys... method GetNextInsertionPosition (line 10685) | public System.Windows.Documents.TextPointer GetNextInsertionPosition(S... method GetOffsetToPosition (line 10686) | public int GetOffsetToPosition(System.Windows.Documents.TextPointer po... method GetPointerContext (line 10687) | public System.Windows.Documents.TextPointerContext GetPointerContext(S... method GetPositionAtOffset (line 10688) | public System.Windows.Documents.TextPointer GetPositionAtOffset(int of... method GetPositionAtOffset (line 10689) | public System.Windows.Documents.TextPointer GetPositionAtOffset(int of... method GetTextInRun (line 10690) | public string GetTextInRun(System.Windows.Documents.LogicalDirection d... method GetTextInRun (line 10691) | public int GetTextInRun(System.Windows.Documents.LogicalDirection dire... method GetTextRunLength (line 10692) | public int GetTextRunLength(System.Windows.Documents.LogicalDirection ... method InsertLineBreak (line 10693) | public System.Windows.Documents.TextPointer InsertLineBreak() { throw ... method InsertParagraphBreak (line 10694) | public System.Windows.Documents.TextPointer InsertParagraphBreak() { t... method InsertTextInRun (line 10695) | public void InsertTextInRun(string textData) { } method IsInSameDocument (line 10696) | public bool IsInSameDocument(System.Windows.Documents.TextPointer text... method ToString (line 10697) | public override string ToString() { throw null; } type TextPointerContext (line 10699) | public enum TextPointerContext class TextRange (line 10707) | public partial class TextRange method TextRange (line 10709) | public TextRange(System.Windows.Documents.TextPointer position1, Syste... method ApplyPropertyValue (line 10715) | public void ApplyPropertyValue(System.Windows.DependencyProperty forma... method CanLoad (line 10716) | public bool CanLoad(string dataFormat) { throw null; } method CanSave (line 10717) | public bool CanSave(string dataFormat) { throw null; } method ClearAllProperties (line 10718) | public void ClearAllProperties() { } method Contains (line 10719) | public bool Contains(System.Windows.Documents.TextPointer textPointer)... method GetPropertyValue (line 10720) | public object GetPropertyValue(System.Windows.DependencyProperty forma... method Load (line 10721) | public void Load(System.IO.Stream stream, string dataFormat) { } method Save (line 10722) | public void Save(System.IO.Stream stream, string dataFormat) { } method Save (line 10723) | public void Save(System.IO.Stream stream, string dataFormat, bool pres... method Select (line 10724) | public void Select(System.Windows.Documents.TextPointer position1, Sys... class TextSelection (line 10726) | public sealed partial class TextSelection : System.Windows.Documents.Tex... method TextSelection (line 10728) | internal TextSelection() : base (default(System.Windows.Documents.Text... class Typography (line 10730) | public sealed partial class Typography method Typography (line 10732) | internal Typography() { } method GetAnnotationAlternates (line 10819) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetCapitals (line 10821) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetCapitalSpacing (line 10823) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetCaseSensitiveForms (line 10825) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetContextualAlternates (line 10827) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetContextualLigatures (line 10829) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetContextualSwashes (line 10831) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetDiscretionaryLigatures (line 10833) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetEastAsianExpertForms (line 10835) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetEastAsianLanguage (line 10837) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetEastAsianWidths (line 10839) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetFraction (line 10841) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetHistoricalForms (line 10843) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetHistoricalLigatures (line 10845) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetKerning (line 10847) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetMathematicalGreek (line 10849) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetNumeralAlignment (line 10851) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetNumeralStyle (line 10853) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetSlashedZero (line 10855) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStandardLigatures (line 10857) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStandardSwashes (line 10859) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticAlternates (line 10861) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet1 (line 10863) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet10 (line 10865) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet11 (line 10867) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet12 (line 10869) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet13 (line 10871) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet14 (line 10873) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet15 (line 10875) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet16 (line 10877) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet17 (line 10879) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet18 (line 10881) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet19 (line 10883) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet2 (line 10885) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet20 (line 10887) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet3 (line 10889) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet4 (line 10891) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet5 (line 10893) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet6 (line 10895) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet7 (line 10897) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet8 (line 10899) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet9 (line 10901) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetVariants (line 10903) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method SetAnnotationAlternates (line 10905) | public static void SetAnnotationAlternates(System.Windows.DependencyOb... method SetCapitals (line 10906) | public static void SetCapitals(System.Windows.DependencyObject element... method SetCapitalSpacing (line 10907) | public static void SetCapitalSpacing(System.Windows.DependencyObject e... method SetCaseSensitiveForms (line 10908) | public static void SetCaseSensitiveForms(System.Windows.DependencyObje... method SetContextualAlternates (line 10909) | public static void SetContextualAlternates(System.Windows.DependencyOb... method SetContextualLigatures (line 10910) | public static void SetContextualLigatures(System.Windows.DependencyObj... method SetContextualSwashes (line 10911) | public static void SetContextualSwashes(System.Windows.DependencyObjec... method SetDiscretionaryLigatures (line 10912) | public static void SetDiscretionaryLigatures(System.Windows.Dependency... method SetEastAsianExpertForms (line 10913) | public static void SetEastAsianExpertForms(System.Windows.DependencyOb... method SetEastAsianLanguage (line 10914) | public static void SetEastAsianLanguage(System.Windows.DependencyObjec... method SetEastAsianWidths (line 10915) | public static void SetEastAsianWidths(System.Windows.DependencyObject ... method SetFraction (line 10916) | public static void SetFraction(System.Windows.DependencyObject element... method SetHistoricalForms (line 10917) | public static void SetHistoricalForms(System.Windows.DependencyObject ... method SetHistoricalLigatures (line 10918) | public static void SetHistoricalLigatures(System.Windows.DependencyObj... method SetKerning (line 10919) | public static void SetKerning(System.Windows.DependencyObject element,... method SetMathematicalGreek (line 10920) | public static void SetMathematicalGreek(System.Windows.DependencyObjec... method SetNumeralAlignment (line 10921) | public static void SetNumeralAlignment(System.Windows.DependencyObject... method SetNumeralStyle (line 10922) | public static void SetNumeralStyle(System.Windows.DependencyObject ele... method SetSlashedZero (line 10923) | public static void SetSlashedZero(System.Windows.DependencyObject elem... method SetStandardLigatures (line 10924) | public static void SetStandardLigatures(System.Windows.DependencyObjec... method SetStandardSwashes (line 10925) | public static void SetStandardSwashes(System.Windows.DependencyObject ... method SetStylisticAlternates (line 10926) | public static void SetStylisticAlternates(System.Windows.DependencyObj... method SetStylisticSet1 (line 10927) | public static void SetStylisticSet1(System.Windows.DependencyObject el... method SetStylisticSet10 (line 10928) | public static void SetStylisticSet10(System.Windows.DependencyObject e... method SetStylisticSet11 (line 10929) | public static void SetStylisticSet11(System.Windows.DependencyObject e... method SetStylisticSet12 (line 10930) | public static void SetStylisticSet12(System.Windows.DependencyObject e... method SetStylisticSet13 (line 10931) | public static void SetStylisticSet13(System.Windows.DependencyObject e... method SetStylisticSet14 (line 10932) | public static void SetStylisticSet14(System.Windows.DependencyObject e... method SetStylisticSet15 (line 10933) | public static void SetStylisticSet15(System.Windows.DependencyObject e... method SetStylisticSet16 (line 10934) | public static void SetStylisticSet16(System.Windows.DependencyObject e... method SetStylisticSet17 (line 10935) | public static void SetStylisticSet17(System.Windows.DependencyObject e... method SetStylisticSet18 (line 10936) | public static void SetStylisticSet18(System.Windows.DependencyObject e... method SetStylisticSet19 (line 10937) | public static void SetStylisticSet19(System.Windows.DependencyObject e... method SetStylisticSet2 (line 10938) | public static void SetStylisticSet2(System.Windows.DependencyObject el... method SetStylisticSet20 (line 10939) | public static void SetStylisticSet20(System.Windows.DependencyObject e... method SetStylisticSet3 (line 10940) | public static void SetStylisticSet3(System.Windows.DependencyObject el... method SetStylisticSet4 (line 10941) | public static void SetStylisticSet4(System.Windows.DependencyObject el... method SetStylisticSet5 (line 10942) | public static void SetStylisticSet5(System.Windows.DependencyObject el... method SetStylisticSet6 (line 10943) | public static void SetStylisticSet6(System.Windows.DependencyObject el... method SetStylisticSet7 (line 10944) | public static void SetStylisticSet7(System.Windows.DependencyObject el... method SetStylisticSet8 (line 10945) | public static void SetStylisticSet8(System.Windows.DependencyObject el... method SetStylisticSet9 (line 10946) | public static void SetStylisticSet9(System.Windows.DependencyObject el... method SetVariants (line 10947) | public static void SetVariants(System.Windows.DependencyObject element... class Underline (line 10949) | public partial class Underline : System.Windows.Documents.Span method Underline (line 10951) | public Underline() { } method Underline (line 10952) | public Underline(System.Windows.Documents.Inline childInline) { } method Underline (line 10953) | public Underline(System.Windows.Documents.Inline childInline, System.W... method Underline (line 10954) | public Underline(System.Windows.Documents.TextPointer start, System.Wi... class ZoomPercentageConverter (line 10956) | public sealed partial class ZoomPercentageConverter : System.Windows.Dat... method ZoomPercentageConverter (line 10958) | public ZoomPercentageConverter() { } method Convert (line 10959) | public object Convert(object value, System.Type targetType, object par... method ConvertBack (line 10960) | public object ConvertBack(object value, System.Type targetType, object... class BlockElement (line 10965) | public partial class BlockElement method BlockElement (line 10967) | public BlockElement() { } class FigureStructure (line 10969) | public partial class FigureStructure : System.Windows.Documents.Document... method FigureStructure (line 10971) | public FigureStructure() { } method Add (line 10972) | public void Add(System.Windows.Documents.DocumentStructures.NamedEleme... method GetEnumerator (line 10973) | System.Collections.Generic.IEnumerator GetCurrentGlobalSpeed(System.Windows.Fr... method GetCurrentGlobalSpeed (line 11846) | public System.Nullable GetCurrentGlobalSpeed(System.Windows.Fr... method GetCurrentIteration (line 11847) | public int GetCurrentIteration() { throw null; } method GetCurrentIteration (line 11848) | public System.Nullable GetCurrentIteration(System.Windows.Framewo... method GetCurrentIteration (line 11849) | public System.Nullable GetCurrentIteration(System.Windows.Framewo... method GetCurrentProgress (line 11850) | public double GetCurrentProgress() { throw null; } method GetCurrentProgress (line 11851) | public System.Nullable GetCurrentProgress(System.Windows.Frame... method GetCurrentProgress (line 11852) | public System.Nullable GetCurrentProgress(System.Windows.Frame... method GetCurrentState (line 11853) | public System.Windows.Media.Animation.ClockState GetCurrentState() { t... method GetCurrentState (line 11854) | public System.Windows.Media.Animation.ClockState GetCurrentState(Syste... method GetCurrentState (line 11855) | public System.Windows.Media.Animation.ClockState GetCurrentState(Syste... method GetCurrentTime (line 11856) | public System.TimeSpan GetCurrentTime() { throw null; } method GetCurrentTime (line 11857) | public System.Nullable GetCurrentTime(System.Windows.... method GetCurrentTime (line 11858) | public System.Nullable GetCurrentTime(System.Windows.... method GetIsPaused (line 11859) | public bool GetIsPaused() { throw null; } method GetIsPaused (line 11860) | public bool GetIsPaused(System.Windows.FrameworkContentElement contain... method GetIsPaused (line 11861) | public bool GetIsPaused(System.Windows.FrameworkElement containingObje... method GetTarget (line 11862) | [System.ComponentModel.DesignerSerializationVisibilityAttribute(System... method GetTargetName (line 11864) | public static string GetTargetName(System.Windows.DependencyObject ele... method GetTargetProperty (line 11865) | public static System.Windows.PropertyPath GetTargetProperty(System.Win... method Pause (line 11866) | public void Pause() { } method Pause (line 11867) | public void Pause(System.Windows.FrameworkContentElement containingObj... method Pause (line 11868) | public void Pause(System.Windows.FrameworkElement containingObject) { } method Remove (line 11869) | public void Remove() { } method Remove (line 11870) | public void Remove(System.Windows.FrameworkContentElement containingOb... method Remove (line 11871) | public void Remove(System.Windows.FrameworkElement containingObject) { } method Resume (line 11872) | public void Resume() { } method Resume (line 11873) | public void Resume(System.Windows.FrameworkContentElement containingOb... method Resume (line 11874) | public void Resume(System.Windows.FrameworkElement containingObject) { } method Seek (line 11875) | public void Seek(System.TimeSpan offset) { } method Seek (line 11876) | public void Seek(System.TimeSpan offset, System.Windows.Media.Animatio... method Seek (line 11877) | public void Seek(System.Windows.FrameworkContentElement containingObje... method Seek (line 11878) | public void Seek(System.Windows.FrameworkElement containingObject, Sys... method SeekAlignedToLastTick (line 11879) | public void SeekAlignedToLastTick(System.TimeSpan offset) { } method SeekAlignedToLastTick (line 11880) | public void SeekAlignedToLastTick(System.TimeSpan offset, System.Windo... method SeekAlignedToLastTick (line 11881) | public void SeekAlignedToLastTick(System.Windows.FrameworkContentEleme... method SeekAlignedToLastTick (line 11882) | public void SeekAlignedToLastTick(System.Windows.FrameworkElement cont... method SetSpeedRatio (line 11883) | public void SetSpeedRatio(double speedRatio) { } method SetSpeedRatio (line 11884) | public void SetSpeedRatio(System.Windows.FrameworkContentElement conta... method SetSpeedRatio (line 11885) | public void SetSpeedRatio(System.Windows.FrameworkElement containingOb... method SetTarget (line 11886) | public static void SetTarget(System.Windows.DependencyObject element, ... method SetTargetName (line 11887) | public static void SetTargetName(System.Windows.DependencyObject eleme... method SetTargetProperty (line 11888) | public static void SetTargetProperty(System.Windows.DependencyObject e... method SkipToFill (line 11889) | public void SkipToFill() { } method SkipToFill (line 11890) | public void SkipToFill(System.Windows.FrameworkContentElement containi... method SkipToFill (line 11891) | public void SkipToFill(System.Windows.FrameworkElement containingObjec... method Stop (line 11892) | public void Stop() { } method Stop (line 11893) | public void Stop(System.Windows.FrameworkContentElement containingObje... method Stop (line 11894) | public void Stop(System.Windows.FrameworkElement containingObject) { } class ThicknessAnimation (line 11896) | public partial class ThicknessAnimation : System.Windows.Media.Animation... method ThicknessAnimation (line 11902) | public ThicknessAnimation() { } method ThicknessAnimation (line 11903) | public ThicknessAnimation(System.Windows.Thickness toValue, System.Win... method ThicknessAnimation (line 11904) | public ThicknessAnimation(System.Windows.Thickness toValue, System.Win... method ThicknessAnimation (line 11905) | public ThicknessAnimation(System.Windows.Thickness fromValue, System.W... method ThicknessAnimation (line 11906) | public ThicknessAnimation(System.Windows.Thickness fromValue, System.W... method Clone (line 11913) | public new System.Windows.Media.Animation.ThicknessAnimation Clone() {... method CreateInstanceCore (line 11914) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method GetCurrentValueCore (line 11915) | protected override System.Windows.Thickness GetCurrentValueCore(System... class ThicknessAnimationBase (line 11917) | public abstract partial class ThicknessAnimationBase : System.Windows.Me... method ThicknessAnimationBase (line 11919) | protected ThicknessAnimationBase() { } method Clone (line 11921) | public new System.Windows.Media.Animation.ThicknessAnimationBase Clone... method GetCurrentValue (line 11922) | public sealed override object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 11923) | public System.Windows.Thickness GetCurrentValue(System.Windows.Thickne... method GetCurrentValueCore (line 11924) | protected abstract System.Windows.Thickness GetCurrentValueCore(System... class ThicknessAnimationUsingKeyFrames (line 11926) | [System.Windows.Markup.ContentPropertyAttribute("KeyFrames")] method ThicknessAnimationUsingKeyFrames (line 11929) | public ThicknessAnimationUsingKeyFrames() { } method AddChild (line 11934) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method AddText (line 11936) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method Clone (line 11938) | public new System.Windows.Media.Animation.ThicknessAnimationUsingKeyFr... method CloneCore (line 11939) | protected override void CloneCore(System.Windows.Freezable sourceFreez... method CloneCurrentValue (line 11940) | public new System.Windows.Media.Animation.ThicknessAnimationUsingKeyFr... method CloneCurrentValueCore (line 11941) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method CreateInstanceCore (line 11942) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method FreezeCore (line 11943) | protected override bool FreezeCore(bool isChecking) { throw null; } method GetAsFrozenCore (line 11944) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method GetCurrentValueAsFrozenCore (line 11945) | protected override void GetCurrentValueAsFrozenCore(System.Windows.Fre... method GetCurrentValueCore (line 11946) | protected sealed override System.Windows.Thickness GetCurrentValueCore... method GetNaturalDurationCore (line 11947) | protected sealed override System.Windows.Duration GetNaturalDurationCo... method OnChanged (line 11948) | protected override void OnChanged() { } method ShouldSerializeKeyFrames (line 11949) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method AddChild (line 11951) | void System.Windows.Markup.IAddChild.AddChild(object child) { } method AddText (line 11952) | void System.Windows.Markup.IAddChild.AddText(string childText) { } class ThicknessKeyFrame (line 11954) | public abstract partial class ThicknessKeyFrame : System.Windows.Freezab... method ThicknessKeyFrame (line 11958) | protected ThicknessKeyFrame() { } method ThicknessKeyFrame (line 11959) | protected ThicknessKeyFrame(System.Windows.Thickness value) { } method ThicknessKeyFrame (line 11960) | protected ThicknessKeyFrame(System.Windows.Thickness value, System.Win... method InterpolateValue (line 11964) | public System.Windows.Thickness InterpolateValue(System.Windows.Thickn... method InterpolateValueCore (line 11965) | protected abstract System.Windows.Thickness InterpolateValueCore(Syste... class ThicknessKeyFrameCollection (line 11967) | public partial class ThicknessKeyFrameCollection : System.Windows.Freeza... method ThicknessKeyFrameCollection (line 11969) | public ThicknessKeyFrameCollection() { } method Add (line 11978) | public int Add(System.Windows.Media.Animation.ThicknessKeyFrame keyFra... method Clear (line 11979) | public void Clear() { } method Clone (line 11980) | public new System.Windows.Media.Animation.ThicknessKeyFrameCollection ... method CloneCore (line 11981) | protected override void CloneCore(System.Windows.Freezable sourceFreez... method CloneCurrentValueCore (line 11982) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method Contains (line 11983) | public bool Contains(System.Windows.Media.Animation.ThicknessKeyFrame ... method CopyTo (line 11984) | public void CopyTo(System.Windows.Media.Animation.ThicknessKeyFrame[] ... method CreateInstanceCore (line 11985) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method FreezeCore (line 11986) | protected override bool FreezeCore(bool isChecking) { throw null; } method GetAsFrozenCore (line 11987) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method GetCurrentValueAsFrozenCore (line 11988) | protected override void GetCurrentValueAsFrozenCore(System.Windows.Fre... method GetEnumerator (line 11989) | public System.Collections.IEnumerator GetEnumerator() { throw null; } method IndexOf (line 11990) | public int IndexOf(System.Windows.Media.Animation.ThicknessKeyFrame ke... method Insert (line 11991) | public void Insert(int index, System.Windows.Media.Animation.Thickness... method Remove (line 11992) | public void Remove(System.Windows.Media.Animation.ThicknessKeyFrame ke... method RemoveAt (line 11993) | public void RemoveAt(int index) { } method CopyTo (line 11994) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method Add (line 11995) | int System.Collections.IList.Add(object keyFrame) { throw null; } method Contains (line 11996) | bool System.Collections.IList.Contains(object keyFrame) { throw null; } method IndexOf (line 11997) | int System.Collections.IList.IndexOf(object keyFrame) { throw null; } method Insert (line 11998) | void System.Collections.IList.Insert(int index, object keyFrame) { } method Remove (line 11999) | void System.Collections.IList.Remove(object keyFrame) { } class CustomContentState (line 12004) | public abstract partial class CustomContentState method CustomContentState (line 12006) | protected CustomContentState() { } method Replay (line 12008) | public abstract void Replay(System.Windows.Navigation.NavigationServic... class FragmentNavigationEventArgs (line 12010) | public partial class FragmentNavigationEventArgs : System.EventArgs method FragmentNavigationEventArgs (line 12012) | internal FragmentNavigationEventArgs() { } type IProvideCustomContentState (line 12018) | public partial interface IProvideCustomContentState method GetContentState (line 12020) | System.Windows.Navigation.CustomContentState GetContentState(); class JournalEntry (line 12022) | public partial class JournalEntry : System.Windows.DependencyObject, Sys... method JournalEntry (line 12026) | protected JournalEntry(System.Runtime.Serialization.SerializationInfo ... method GetKeepAlive (line 12030) | public static bool GetKeepAlive(System.Windows.DependencyObject depend... method GetName (line 12031) | public static string GetName(System.Windows.DependencyObject dependenc... method GetObjectData (line 12032) | public virtual void GetObjectData(System.Runtime.Serialization.Seriali... method SetKeepAlive (line 12033) | public static void SetKeepAlive(System.Windows.DependencyObject depend... method SetName (line 12034) | public static void SetName(System.Windows.DependencyObject dependencyO... class JournalEntryListConverter (line 12036) | public sealed partial class JournalEntryListConverter : System.Windows.D... method JournalEntryListConverter (line 12038) | public JournalEntryListConverter() { } method Convert (line 12039) | public object Convert(object value, System.Type targetType, object par... method ConvertBack (line 12040) | public object ConvertBack(object value, System.Type targetType, object... type JournalEntryPosition (line 12042) | public enum JournalEntryPosition class JournalEntryUnifiedViewConverter (line 12048) | public sealed partial class JournalEntryUnifiedViewConverter : System.Wi... method JournalEntryUnifiedViewConverter (line 12051) | public JournalEntryUnifiedViewConverter() { } method Convert (line 12052) | public object Convert(object[] values, System.Type targetType, object ... method ConvertBack (line 12053) | public object[] ConvertBack(object value, System.Type[] targetTypes, o... method GetJournalEntryPosition (line 12054) | public static System.Windows.Navigation.JournalEntryPosition GetJourna... method SetJournalEntryPosition (line 12055) | public static void SetJournalEntryPosition(System.Windows.DependencyOb... type JournalOwnership (line 12057) | public enum JournalOwnership class NavigatingCancelEventArgs (line 12065) | public partial class NavigatingCancelEventArgs : System.ComponentModel.C... method NavigatingCancelEventArgs (line 12067) | internal NavigatingCancelEventArgs() { } class NavigationEventArgs (line 12079) | public partial class NavigationEventArgs : System.EventArgs method NavigationEventArgs (line 12081) | internal NavigationEventArgs() { } class NavigationFailedEventArgs (line 12089) | public partial class NavigationFailedEventArgs : System.EventArgs method NavigationFailedEventArgs (line 12091) | internal NavigationFailedEventArgs() { } type NavigationMode (line 12101) | public enum NavigationMode : byte class NavigationProgressEventArgs (line 12108) | public partial class NavigationProgressEventArgs : System.EventArgs method NavigationProgressEventArgs (line 12110) | internal NavigationProgressEventArgs() { } class NavigationService (line 12117) | public sealed partial class NavigationService method NavigationService (line 12119) | internal NavigationService() { } method AddBackEntry (line 12132) | public void AddBackEntry(System.Windows.Navigation.CustomContentState ... method GetNavigationService (line 12133) | public static System.Windows.Navigation.NavigationService GetNavigatio... method GoBack (line 12134) | public void GoBack() { } method GoForward (line 12135) | public void GoForward() { } method Navigate (line 12136) | public bool Navigate(object root) { throw null; } method Navigate (line 12137) | public bool Navigate(object root, object navigationState) { throw null; } method Navigate (line 12138) | public bool Navigate(System.Uri source) { throw null; } method Navigate (line 12139) | public bool Navigate(System.Uri source, object navigationState) { thro... method Navigate (line 12140) | public bool Navigate(System.Uri source, object navigationState, bool s... method Refresh (line 12141) | public void Refresh() { } method RemoveBackEntry (line 12142) | public System.Windows.Navigation.JournalEntry RemoveBackEntry() { thro... method StopLoading (line 12143) | public void StopLoading() { } type NavigationUIVisibility (line 12146) | public enum NavigationUIVisibility class NavigationWindow (line 12152) | [System.Windows.Markup.ContentPropertyAttribute] method NavigationWindow (line 12163) | public NavigationWindow() { } method AddBackEntry (line 12182) | public void AddBackEntry(System.Windows.Navigation.CustomContentState ... method AddChild (line 12183) | protected override void AddChild(object value) { } method AddText (line 12184) | protected override void AddText(string text) { } method GoBack (line 12185) | public void GoBack() { } method GoForward (line 12186) | public void GoForward() { } method Navigate (line 12187) | public bool Navigate(object content) { throw null; } method Navigate (line 12188) | public bool Navigate(object content, object extraData) { throw null; } method Navigate (line 12189) | public bool Navigate(System.Uri source) { throw null; } method Navigate (line 12190) | public bool Navigate(System.Uri source, object extraData) { throw null; } method OnApplyTemplate (line 12191) | public override void OnApplyTemplate() { } method OnClosed (line 12192) | protected override void OnClosed(System.EventArgs args) { } method OnCreateAutomationPeer (line 12193) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method Refresh (line 12194) | public void Refresh() { } method RemoveBackEntry (line 12195) | public System.Windows.Navigation.JournalEntry RemoveBackEntry() { thro... method ShouldSerializeContent (line 12196) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method StopLoading (line 12198) | public void StopLoading() { } class PageFunctionBase (line 12200) | public abstract partial class PageFunctionBase : System.Windows.Controls... method PageFunctionBase (line 12202) | protected PageFunctionBase() { } method Start (line 12204) | protected virtual void Start() { } class PageFunction (line 12206) | public partial class PageFunction : System.Windows.Navigation.PageFun... method PageFunction (line 12208) | public PageFunction() { } method OnReturn (line 12210) | protected virtual void OnReturn(System.Windows.Navigation.ReturnEventA... class RequestNavigateEventArgs (line 12212) | public partial class RequestNavigateEventArgs : System.Windows.RoutedEve... method RequestNavigateEventArgs (line 12214) | protected RequestNavigateEventArgs() { } method RequestNavigateEventArgs (line 12215) | public RequestNavigateEventArgs(System.Uri uri, string target) { } method InvokeEventHandler (line 12218) | protected override void InvokeEventHandler(System.Delegate genericHand... class ReturnEventArgs (line 12221) | public partial class ReturnEventArgs : System.EventArgs method ReturnEventArgs (line 12223) | public ReturnEventArgs() { } method ReturnEventArgs (line 12224) | public ReturnEventArgs(T result) { } class ContentTypes (line 12231) | public sealed partial class ContentTypes method ContentTypes (line 12234) | public ContentTypes() { } class StreamResourceInfo (line 12236) | public partial class StreamResourceInfo method StreamResourceInfo (line 12238) | public StreamResourceInfo() { } method StreamResourceInfo (line 12239) | public StreamResourceInfo(System.IO.Stream stream, string contentType)... class Ellipse (line 12246) | public sealed partial class Ellipse : System.Windows.Shapes.Shape method Ellipse (line 12248) | public Ellipse() { } method ArrangeOverride (line 12252) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method MeasureOverride (line 12253) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnRender (line 12254) | protected override void OnRender(System.Windows.Media.DrawingContext d... class Line (line 12256) | public sealed partial class Line : System.Windows.Shapes.Shape method Line (line 12262) | public Line() { } class Path (line 12273) | public sealed partial class Path : System.Windows.Shapes.Shape method Path (line 12276) | public Path() { } class Polygon (line 12280) | public sealed partial class Polygon : System.Windows.Shapes.Shape method Polygon (line 12284) | public Polygon() { } class Polyline (line 12289) | public sealed partial class Polyline : System.Windows.Shapes.Shape method Polyline (line 12293) | public Polyline() { } class Rectangle (line 12298) | public sealed partial class Rectangle : System.Windows.Shapes.Shape method Rectangle (line 12302) | public Rectangle() { } method ArrangeOverride (line 12310) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method MeasureOverride (line 12311) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnRender (line 12312) | protected override void OnRender(System.Windows.Media.DrawingContext d... class Shape (line 12314) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method Shape (line 12328) | protected Shape() { } method ArrangeOverride (line 12344) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method MeasureOverride (line 12345) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnRender (line 12346) | protected override void OnRender(System.Windows.Media.DrawingContext d... class JumpItem (line 12351) | public abstract partial class JumpItem method JumpItem (line 12353) | internal JumpItem() { } type JumpItemRejectionReason (line 12356) | public enum JumpItemRejectionReason class JumpItemsRejectedEventArgs (line 12363) | public sealed partial class JumpItemsRejectedEventArgs : System.EventArgs method JumpItemsRejectedEventArgs (line 12365) | public JumpItemsRejectedEventArgs() { } method JumpItemsRejectedEventArgs (line 12366) | public JumpItemsRejectedEventArgs(System.Collections.Generic.IList type Entry (line 1002) | private struct Entry method Entry (line 1004) | public Entry(object k, ValueType v) method Entry (line 1248) | public Entry(object k, DUCE.ResourceHandle v) method IsEmpty (line 1023) | public bool IsEmpty() method Find (line 1043) | private int Find(object key) method Set (line 1081) | public void Set(object key, ValueType value) method Remove (line 1118) | public bool Remove(object key) method Get (line 1169) | public bool Get(object key, out ValueType value) method Count (line 1197) | public int Count() method Get (line 1216) | public object Get(int index) type Entry (line 1246) | private struct Entry method Entry (line 1004) | public Entry(object k, ValueType v) method Entry (line 1248) | public Entry(object k, DUCE.ResourceHandle v) method IsEmpty (line 1266) | public bool IsEmpty() method Find (line 1276) | private int Find(object key) method Set (line 1310) | public void Set(object key, DUCE.ResourceHandle value) method Remove (line 1363) | public bool Remove(object key) method Get (line 1407) | public bool Get(object key, out DUCE.ResourceHandle value) method Count (line 1435) | public int Count() method Get (line 1454) | public object Get(int index) type Map (line 1241) | internal struct Map type Entry (line 1002) | private struct Entry method Entry (line 1004) | public Entry(object k, ValueType v) method Entry (line 1248) | public Entry(object k, DUCE.ResourceHandle v) method IsEmpty (line 1023) | public bool IsEmpty() method Find (line 1043) | private int Find(object key) method Set (line 1081) | public void Set(object key, ValueType value) method Remove (line 1118) | public bool Remove(object key) method Get (line 1169) | public bool Get(object key, out ValueType value) method Count (line 1197) | public int Count() method Get (line 1216) | public object Get(int index) type Entry (line 1246) | private struct Entry method Entry (line 1004) | public Entry(object k, ValueType v) method Entry (line 1248) | public Entry(object k, DUCE.ResourceHandle v) method IsEmpty (line 1266) | public bool IsEmpty() method Find (line 1276) | private int Find(object key) method Set (line 1310) | public void Set(object key, DUCE.ResourceHandle value) method Remove (line 1363) | public bool Remove(object key) method Get (line 1407) | public bool Get(object key, out DUCE.ResourceHandle value) method Count (line 1435) | public int Count() method Get (line 1454) | public object Get(int index) class ShareableDUCEMultiChannelResource (line 1476) | internal class ShareableDUCEMultiChannelResource type MultiChannelResource (line 1485) | internal struct MultiChannelResource method CreateOrAddRefOnChannel (line 1499) | public bool CreateOrAddRefOnChannel(object instance, Channel channel... method DuplicateHandle (line 1524) | public DUCE.ResourceHandle DuplicateHandle(Channel sourceChannel, Ch... method ReleaseOnChannel (line 1562) | public bool ReleaseOnChannel(Channel channel) method GetHandle (line 1585) | public DUCE.ResourceHandle GetHandle(Channel channel) method IsOnChannel (line 1603) | public bool IsOnChannel(Channel channel) method GetChannelCount (line 1619) | public int GetChannelCount() method GetChannel (line 1624) | public DUCE.Channel GetChannel(int index) method GetRefCountOnChannel (line 1630) | public uint GetRefCountOnChannel(Channel channel) class CompositionNode (line 1643) | internal static class CompositionNode method SetTransform (line 1648) | internal static void SetTransform( method SetEffect (line 1669) | internal static void SetEffect( method SetCacheMode (line 1690) | internal static void SetCacheMode( method SetOffset (line 1710) | internal static void SetOffset( method SetContent (line 1731) | internal static void SetContent( method SetAlpha (line 1751) | internal static void SetAlpha( method SetAlphaMask (line 1771) | internal static void SetAlphaMask( method SetScrollableAreaClip (line 1791) | internal static void SetScrollableAreaClip( method SetClip (line 1820) | internal static void SetClip( method SetRenderOptions (line 1840) | internal static void SetRenderOptions( method RemoveChild (line 1860) | internal static void RemoveChild( method RemoveAllChildren (line 1880) | internal static void RemoveAllChildren( method InsertChildAt (line 1898) | internal static void InsertChildAt( method SetGuidelineCollection (line 1921) | internal static void SetGuidelineCollection( class Viewport3DVisualNode (line 1997) | internal static class Viewport3DVisualNode method SetCamera (line 1999) | internal static void SetCamera( method SetViewport (line 2019) | internal static void SetViewport( method Set3DChild (line 2039) | internal static void Set3DChild( class Visual3DNode (line 2060) | internal static class Visual3DNode method RemoveChild (line 2062) | internal static void RemoveChild( method RemoveAllChildren (line 2082) | internal static void RemoveAllChildren( method InsertChildAt (line 2100) | internal static void InsertChildAt( method SetContent (line 2123) | internal static void SetContent( method SetTransform (line 2143) | internal static void SetTransform( class CompositionTarget (line 2164) | internal static class CompositionTarget method HwndInitialize (line 2169) | internal static void HwndInitialize( method ProcessDpiChanged (line 2262) | internal static void ProcessDpiChanged( method PrintInitialize (line 2286) | internal static void PrintInitialize( method SetClearColor (line 2314) | internal static void SetClearColor( method SetRenderingMode (line 2338) | internal static void SetRenderingMode( method SetRoot (line 2360) | internal static void SetRoot( method UpdateWindowSettings (line 2382) | internal static void UpdateWindowSettings( method Invalidate (line 2427) | internal static void Invalidate( method NotifyPolicyChangeForNonInteractiveMode (line 2457) | internal static void NotifyPolicyChangeForNonInteractiveMode( class ETWEvent (line 2480) | internal static class ETWEvent method RaiseEvent (line 2482) | internal static void RaiseEvent( type IResource (line 2508) | internal interface IResource method AddRefOnChannel (line 2510) | DUCE.ResourceHandle AddRefOnChannel(Channel channel); method GetChannelCount (line 2512) | int GetChannelCount(); method GetChannel (line 2514) | DUCE.Channel GetChannel(int index); method ReleaseOnChannel (line 2516) | void ReleaseOnChannel(Channel channel); method GetHandle (line 2518) | DUCE.ResourceHandle GetHandle(Channel channel); method Get3DHandle (line 2526) | DUCE.ResourceHandle Get3DHandle(Channel channel); method RemoveChildFromParent (line 2532) | void RemoveChildFromParent( FILE: src/Microsoft.DotNet.Wpf/src/Common/Graphics/wgx_av_types.cs type AVEvent (line 9) | internal enum AVEvent { FILE: src/Microsoft.DotNet.Wpf/src/Common/Graphics/wgx_core_types.cs type MIL_SEGMENT_TYPE (line 8) | internal enum MIL_SEGMENT_TYPE { type MILCoreSegFlags (line 21) | [System.Flags] type MIL_PEN_CAP (line 44) | internal enum MIL_PEN_CAP { type MIL_PEN_JOIN (line 53) | internal enum MIL_PEN_JOIN { type MILRTInitializationFlags (line 61) | [System.Flags] type MIL_PRESENTATION_RESULTS (line 228) | internal enum MIL_PRESENTATION_RESULTS { type MIL_PEN_DATA (line 236) | [StructLayout(LayoutKind.Sequential, Pack=1)] type MILTransparencyFlags (line 248) | [System.Flags] type MILWindowLayerType (line 259) | internal enum MILWindowLayerType type MilBrushMappingMode (line 273) | internal enum MilBrushMappingMode type MilHorizontalAlignment (line 294) | internal enum MilHorizontalAlignment type MilVerticalAlignment (line 318) | internal enum MilVerticalAlignment type MilGlyphRun (line 338) | [System.Flags] type MilMessageClass (line 357) | internal enum MilMessageClass type MilRenderOptionFlags (line 388) | [System.Flags] type MilPathGeometryFlags (line 402) | [System.Flags] type MilPathFigureFlags (line 415) | [System.Flags] type MilCompositingMode (line 428) | internal enum MilCompositingMode type MilColorF (line 453) | [StructLayout(LayoutKind.Sequential, Pack=1)] method GetHashCode (line 461) | public override int GetHashCode() method Equals (line 465) | public override bool Equals(object obj) type MilPoint2F (line 474) | [StructLayout(LayoutKind.Sequential, Pack=1)] type MilColorI (line 484) | [StructLayout(LayoutKind.Sequential, Pack=1)] type MilPoint3F (line 496) | [StructLayout(LayoutKind.Sequential, Pack=1)] type MilQuaternionF (line 507) | [StructLayout(LayoutKind.Sequential, Pack=1)] type MilMatrix4x4D (line 519) | [StructLayout(LayoutKind.Sequential, Pack=1)] type MilGraphicsAccelerationCaps (line 544) | [StructLayout(LayoutKind.Sequential, Pack=1)] type MilGraphicsAccelerationAssessment (line 565) | [StructLayout(LayoutKind.Sequential, Pack=1)] type MilRenderOptions (line 575) | [StructLayout(LayoutKind.Sequential, Pack=1)] type MilMatrix3x2D (line 590) | [StructLayout(LayoutKind.Sequential, Pack=1)] type MILCMD (line 600) | internal enum MILCMD class DUCE (line 783) | internal partial class DUCE type ResourceType (line 789) | internal enum ResourceType type MIL_GRADIENTSTOP (line 894) | [StructLayout(LayoutKind.Explicit, Pack=1)] class DUCE (line 892) | internal partial class DUCE type ResourceType (line 789) | internal enum ResourceType type MIL_GRADIENTSTOP (line 894) | [StructLayout(LayoutKind.Explicit, Pack=1)] type MilRectD (line 902) | [StructLayout(LayoutKind.Explicit)] method MilRectD (line 905) | internal MilRectD(double left, double top, double right, double bottom) type MilRectF (line 953) | [StructLayout(LayoutKind.Explicit)] type D3DMATRIX (line 962) | [StructLayout(LayoutKind.Explicit)] method D3DMATRIX (line 965) | internal D3DMATRIX(float m11, float m12, float m13, float m14, type MIL_PATHGEOMETRY (line 1009) | [StructLayout(LayoutKind.Explicit)] type MIL_PATHFIGURE (line 1019) | [StructLayout(LayoutKind.Explicit)] type MIL_SEGMENT (line 1032) | [StructLayout(LayoutKind.Explicit)] type MIL_SEGMENT_LINE (line 1040) | [StructLayout(LayoutKind.Explicit)] type MIL_SEGMENT_BEZIER (line 1050) | [StructLayout(LayoutKind.Explicit)] type MIL_SEGMENT_QUADRATICBEZIER (line 1062) | [StructLayout(LayoutKind.Explicit)] type MIL_SEGMENT_ARC (line 1073) | [StructLayout(LayoutKind.Explicit)] type MIL_SEGMENT_POLY (line 1087) | [StructLayout(LayoutKind.Explicit)] FILE: src/Microsoft.DotNet.Wpf/src/Common/Graphics/wgx_error.cs type WinCodecErrors (line 11) | internal enum WinCodecErrors type MILErrors (line 61) | internal enum MILErrors FILE: src/Microsoft.DotNet.Wpf/src/Common/Graphics/wgx_exports.cs class MILRenderTargetBitmap (line 13) | internal static class MILRenderTargetBitmap method GetBitmap (line 15) | [DllImport(DllImport.MilCore, EntryPoint="MILRenderTargetBitmapGetBitm... method Clear (line 21) | [DllImport(DllImport.MilCore, EntryPoint = "MILRenderTargetBitmapClear")] class MILMedia (line 31) | internal static class MILMedia method Open (line 33) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaOpen")] method Stop (line 39) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaStop")]//CASRemoval: method Close (line 44) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaClose")]//CASRemoval: method GetPosition (line 49) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaGetPosition")]//CASR... method SetPosition (line 54) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaSetPosition")]//CASR... method SetVolume (line 59) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaSetVolume")]//CASRem... method SetBalance (line 65) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaSetBalance")] method SetIsScrubbingEnabled (line 71) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaSetIsScrubbingEnable... method IsBuffering (line 77) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaIsBuffering")]//CASR... method CanPause (line 83) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaCanPause")]//CASRemo... method GetDownloadProgress (line 89) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaGetDownloadProgress"... method GetBufferingProgress (line 95) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaGetBufferingProgress... method SetRate (line 101) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaSetRate")]//CASRemoval: method HasVideo (line 107) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaHasVideo")]//CASRemo... method HasAudio (line 113) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaHasAudio")]//CASRemo... method GetNaturalHeight (line 119) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaGetNaturalHeight")]/... method GetNaturalWidth (line 125) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaGetNaturalWidth")]//... method GetMediaLength (line 131) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaGetMediaLength")]//C... method NeedUIFrameUpdate (line 137) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaNeedUIFrameUpdate")] method Shutdown (line 142) | [DllImport(DllImport.MilCore, EntryPoint="MILMediaShutdown")]//CASRemo... method ProcessExitHandler (line 147) | [DllImport(DllImport.MilCore, EntryPoint = "MILMediaProcessExitHandler")] class MILSwDoubleBufferedBitmap (line 155) | internal static class MILSwDoubleBufferedBitmap method Create (line 157) | [DllImport(DllImport.MilCore, EntryPoint = "MILSwDoubleBufferedBitmapC... method GetBackBuffer (line 167) | [DllImport(DllImport.MilCore, EntryPoint = "MILSwDoubleBufferedBitmapG... method AddDirtyRect (line 174) | [DllImport(DllImport.MilCore, EntryPoint = "MILSwDoubleBufferedBitmapA... method ProtectBackBuffer (line 180) | [DllImport(DllImport.MilCore, EntryPoint = "MILSwDoubleBufferedBitmapP... class MILUpdateSystemParametersInfo (line 191) | internal static class MILUpdateSystemParametersInfo method Update (line 193) | [DllImport(DllImport.MilCore, EntryPoint="MILUpdateSystemParametersInf... class WICPixelFormatGUIDs (line 200) | internal static class WICPixelFormatGUIDs class MILGuidData (line 258) | internal static class MILGuidData method MILGuidData (line 260) | static MILGuidData() FILE: src/Microsoft.DotNet.Wpf/src/Common/Graphics/wgx_render.cs type NtStatusErrors (line 10) | internal enum NtStatusErrors type MediaPlayerErrors (line 15) | internal enum MediaPlayerErrors type LockFlags (line 25) | internal enum LockFlags type WICBitmapAlphaChannelOption (line 31) | internal enum WICBitmapAlphaChannelOption type WICBitmapCreateCacheOptions (line 38) | internal enum WICBitmapCreateCacheOptions type WICBitmapEncodeCacheOption (line 45) | internal enum WICBitmapEncodeCacheOption type WICMetadataCacheOptions (line 52) | internal enum WICMetadataCacheOptions type WICInterpolationMode (line 58) | internal enum WICInterpolationMode type PixelFormatEnum (line 69) | internal enum PixelFormatEnum type DitherType (line 207) | internal enum DitherType type WICPaletteType (line 239) | internal enum WICPaletteType type MILCompoundStyle (line 322) | internal enum MILCompoundStyle type MILLineJoin (line 331) | internal enum MILLineJoin type MILDashStyle (line 341) | internal enum MILDashStyle type MILPropTypes (line 352) | internal enum MILPropTypes type MILPropIDs (line 367) | internal enum MILPropIDs: uint type ChildType (line 579) | internal enum ChildType type MILResourceType (line 586) | internal enum MILResourceType type MILAVInstructionType (line 596) | internal enum MILAVInstructionType type WICBitmapTransformOptions (line 619) | internal enum WICBitmapTransformOptions type WICComponentType (line 647) | internal enum WICComponentType type WICBitmapPattern (line 657) | [StructLayout(LayoutKind.Sequential)] type MILBitmapItem (line 666) | [StructLayout(LayoutKind.Sequential)] type BitmapTransformCaps (line 677) | [StructLayout(LayoutKind.Sequential)] type HWND (line 717) | [StructLayout(LayoutKind.Sequential)] type MILAVInstruction (line 723) | [StructLayout(LayoutKind.Sequential)] type nested_u (line 730) | [StructLayout(LayoutKind.Explicit)] type HRESULT (line 749) | internal struct HRESULT method IsWindowsCodecError (line 763) | internal static bool IsWindowsCodecError(int hr) method ConvertHRToException (line 773) | internal static Exception ConvertHRToException(int hr) method Check (line 966) | public static void Check(int hr) method Succeeded (line 983) | public static bool Succeeded(int hr) method Failed (line 999) | public static bool Failed(int hr) FILE: src/Microsoft.DotNet.Wpf/src/Common/Graphics/wgx_sdk_version.cs class Version (line 19) | internal static class Version FILE: src/Microsoft.DotNet.Wpf/src/Common/src/Interop/Windows/Interop.Libraries.cs class Interop (line 4) | internal static partial class Interop class Libraries (line 6) | internal static partial class Libraries FILE: src/Microsoft.DotNet.Wpf/src/Common/src/Interop/Windows/user32/Interop.Constants.cs class Interop (line 5) | internal partial class Interop class User32 (line 7) | internal partial class User32 FILE: src/Microsoft.DotNet.Wpf/src/Common/src/Interop/Windows/user32/Interop.MessageBeep.cs class Interop (line 8) | internal partial class Interop class User32 (line 10) | internal partial class User32 method MessageBeep (line 12) | [DllImport(Libraries.User32, ExactSpelling = true)] FILE: src/Microsoft.DotNet.Wpf/src/Common/src/Interop/Windows/winmm/Interop.Constants.cs class Interop (line 5) | internal partial class Interop class WinMM (line 7) | internal partial class WinMM FILE: src/Microsoft.DotNet.Wpf/src/Common/src/Interop/Windows/winmm/Interop.MMCKINFO.cs class Interop (line 7) | internal partial class Interop class WinMM (line 9) | internal partial class WinMM class MMCKINFO (line 11) | [StructLayout(LayoutKind.Sequential)] FILE: src/Microsoft.DotNet.Wpf/src/Common/src/Interop/Windows/winmm/Interop.PlaySoundW.cs class Interop (line 8) | internal partial class Interop class WinMM (line 10) | internal partial class WinMM method PlaySoundW (line 12) | [DllImport(Libraries.WinMM, ExactSpelling = true, CharSet = CharSet.... method PlaySoundW (line 15) | [DllImport(Libraries.WinMM, ExactSpelling = true)] FILE: src/Microsoft.DotNet.Wpf/src/Common/src/Interop/Windows/winmm/Interop.WAVEFORMATEX.cs class Interop (line 7) | internal partial class Interop class WinMM (line 9) | internal partial class WinMM class WAVEFORMATEX (line 11) | [StructLayout(LayoutKind.Sequential)] FILE: src/Microsoft.DotNet.Wpf/src/Common/src/Interop/Windows/winmm/Interop.mmioAscend.cs class Interop (line 8) | internal partial class Interop class WinMM (line 10) | internal partial class WinMM method mmioAscend (line 12) | [DllImport(Libraries.WinMM, ExactSpelling = true)] FILE: src/Microsoft.DotNet.Wpf/src/Common/src/Interop/Windows/winmm/Interop.mmioClose.cs class Interop (line 8) | internal partial class Interop class WinMM (line 10) | internal partial class WinMM method mmioClose (line 12) | [DllImport(Libraries.WinMM, ExactSpelling = true)] FILE: src/Microsoft.DotNet.Wpf/src/Common/src/Interop/Windows/winmm/Interop.mmioDescend.cs class Interop (line 8) | internal partial class Interop class WinMM (line 10) | internal partial class WinMM method mmioDescend (line 12) | [DllImport(Libraries.WinMM, ExactSpelling = true)] FILE: src/Microsoft.DotNet.Wpf/src/Common/src/Interop/Windows/winmm/Interop.mmioOpenW.cs class Interop (line 8) | internal partial class Interop class WinMM (line 10) | internal partial class WinMM method mmioOpenW (line 12) | [DllImport(Libraries.WinMM, ExactSpelling = true, CharSet = CharSet.... FILE: src/Microsoft.DotNet.Wpf/src/Common/src/Interop/Windows/winmm/Interop.mmioRead.cs class Interop (line 8) | internal partial class Interop class WinMM (line 10) | internal partial class WinMM method mmioRead (line 12) | [DllImport(Libraries.WinMM, ExactSpelling = true)] FILE: src/Microsoft.DotNet.Wpf/src/Common/src/Interop/Windows/zlib/zlib.cs class Interop (line 7) | internal static partial class Interop class Zlib (line 9) | internal static partial class Zlib method DeflateInit2_ (line 12) | [DllImport(Libraries.CompressionNative, EntryPoint = "CompressionNat... method Deflate (line 30) | [DllImport(Libraries.CompressionNative, EntryPoint = "CompressionNat... method DeflateEnd (line 36) | [DllImport(Libraries.CompressionNative, EntryPoint = "CompressionNat... method InflateInit2_ (line 42) | [DllImport(Libraries.CompressionNative, EntryPoint = "CompressionNat... method Inflate (line 48) | [DllImport(Libraries.CompressionNative, EntryPoint = "CompressionNat... method InflateEnd (line 54) | [DllImport(Libraries.CompressionNative, EntryPoint = "CompressionNat... method crc32 (line 60) | [DllImport(Libraries.CompressionNative, EntryPoint = "CompressionNat... FILE: src/Microsoft.DotNet.Wpf/src/Common/src/MS/Internal/PixelUnit.cs type PixelUnit (line 6) | internal readonly struct PixelUnit method PixelUnit (line 11) | private PixelUnit(string name, double factor) method TryParsePixel (line 17) | public static bool TryParsePixel(ReadOnlySpan value, out PixelUn... method TryParsePixelPerInch (line 31) | public static bool TryParsePixelPerInch(ReadOnlySpan value, out ... method TryParsePixelPerCentimeter (line 45) | public static bool TryParsePixelPerCentimeter(ReadOnlySpan value... method TryParsePixelPerPoint (line 59) | public static bool TryParsePixelPerPoint(ReadOnlySpan value, out... FILE: src/Microsoft.DotNet.Wpf/src/Common/src/System/AppContextDefaultValues.cs class AppContextDefaultValues (line 6) | internal static partial class AppContextDefaultValues method PopulateDefaultValues (line 8) | public static void PopulateDefaultValues() method ParseTargetFrameworkName (line 27) | private static void ParseTargetFrameworkName(out string identifier, ou... method GetTargetFrameworkMoniker (line 63) | private static string GetTargetFrameworkMoniker() method TryParseFrameworkName (line 73) | private static bool TryParseFrameworkName(String frameworkName, out St... method PopulateDefaultValuesPartial (line 178) | static partial void PopulateDefaultValuesPartial(string platformIdenti... FILE: src/Microsoft.DotNet.Wpf/src/Common/src/System/IO/Compression/DeflateZLib/ZLibNative.Windows.cs class ZLibNative (line 8) | internal static partial class ZLibNative type ZStream (line 16) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] FILE: src/Microsoft.DotNet.Wpf/src/Common/src/System/IO/Compression/DeflateZLib/ZLibNative.cs class ZLibNative (line 14) | internal static partial class ZLibNative type FlushCode (line 20) | public enum FlushCode : int type ErrorCode (line 27) | public enum ErrorCode : int type CompressionLevel (line 67) | public enum CompressionLevel : int type CompressionStrategy (line 91) | public enum CompressionStrategy : int type CompressionMethod (line 99) | public enum CompressionMethod : int class ZLibStreamHandle (line 169) | public sealed class ZLibStreamHandle : SafeHandle type State (line 171) | public enum State { NotInitialized, InitializedForDeflate, Initializ... method ZLibStreamHandle (line 178) | public ZLibStreamHandle() method ReleaseHandle (line 198) | protected override bool ReleaseHandle() method EnsureNotDisposed (line 234) | private void EnsureNotDisposed() method EnsureState (line 240) | private void EnsureState(State requiredState) method DeflateInit2_ (line 247) | public ErrorCode DeflateInit2_(CompressionLevel level, int windowBit... method Deflate (line 259) | public ErrorCode Deflate(FlushCode flush) method DeflateEnd (line 267) | public ErrorCode DeflateEnd() method InflateInit2_ (line 279) | public ErrorCode InflateInit2_(int windowBits) method Inflate (line 291) | public ErrorCode Inflate(FlushCode flush) method InflateEnd (line 299) | public ErrorCode InflateEnd() method GetErrorMessage (line 311) | public string GetErrorMessage() => _zStream.msg != ZNullPtr ? Marsha... method CreateZLibStreamForDeflate (line 314) | public static ErrorCode CreateZLibStreamForDeflate(out ZLibStreamHandl... method CreateZLibStreamForInflate (line 322) | public static ErrorCode CreateZLibStreamForInflate(out ZLibStreamHandl... FILE: src/Microsoft.DotNet.Wpf/src/Common/src/System/LocalAppContext.cs class LocalAppContext (line 10) | internal static class LocalAppContext method LocalAppContext (line 25) | static LocalAppContext() method IsSwitchEnabled (line 40) | public static bool IsSwitchEnabled(string switchName) method IsSwitchEnabledLocal (line 52) | private static bool IsSwitchEnabledLocal(string switchName) method GetCachedSwitchValue (line 72) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCachedSwitchValueInternal (line 83) | private static bool GetCachedSwitchValueInternal(string switchName, re... method DefineSwitchDefault (line 100) | internal static void DefineSwitchDefault(string switchName, bool initi... FILE: src/Microsoft.DotNet.Wpf/src/Common/src/System/SR.cs class SR (line 32) | internal partial class SR method UsingResourceKeys (line 36) | [MethodImpl(MethodImplOptions.NoInlining)] method GetResourceString (line 42) | internal static string GetResourceString(string resourceKey) method GetResourceString (line 51) | internal static string GetResourceString(string resourceKey, string de... method Format (line 63) | internal static string Format(string resourceFormat, params object[] a... method Format (line 78) | internal static string Format(string resourceFormat, object p1) method Format (line 88) | internal static string Format(string resourceFormat, object p1, object... method Format (line 98) | internal static string Format(string resourceFormat, object p1, object... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/CharAttribute.h type byte (line 8) | typedef byte CharAttributeType; function namespace (line 9) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/Common.h function namespace (line 13) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/DWriteFontFeature.h function namespace (line 9) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/DWriteFontFeatureTag.h function namespace (line 8) | namespace Internal { namespace Text { namespace TextInterface FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/DWriteGlyphOffset.h function namespace (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/DWriteInterfaces.h function namespace (line 17) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/DWriteMatrix.h function namespace (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/DWriteTypeConverter.cpp type MS (line 7) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 7) | namespace Internal { namespace Text { namespace TextInterface type Text (line 7) | namespace Text { namespace TextInterface type TextInterface (line 7) | namespace TextInterface function DWRITE_FACTORY_TYPE (line 9) | DWRITE_FACTORY_TYPE DWriteTypeConverter::Convert(FactoryType fac... function FontWeight (line 19) | FontWeight DWriteTypeConverter::Convert(DWRITE_FONT_WEIGHT fontW... function DWRITE_FONT_WEIGHT (line 56) | DWRITE_FONT_WEIGHT DWriteTypeConverter::Convert(FontWeight fontW... function FontSimulations (line 91) | FontSimulations DWriteTypeConverter::Convert(DWRITE_FONT_SIMULAT... function DWRITE_FONT_FACE_TYPE (line 122) | DWRITE_FONT_FACE_TYPE DWriteTypeConverter::Convert(FontFaceType ... function FontFaceType (line 141) | FontFaceType DWriteTypeConverter::Convert(DWRITE_FONT_FACE_TYPE ... function FontFileType (line 160) | FontFileType DWriteTypeConverter::Convert(DWRITE_FONT_FILE_TYPE ... function FontStretch (line 176) | FontStretch DWriteTypeConverter::Convert(DWRITE_FONT_STRETCH fon... function DWRITE_FONT_STRETCH (line 198) | DWRITE_FONT_STRETCH DWriteTypeConverter::Convert(FontStretch fon... function DWRITE_FONT_STYLE (line 220) | DWRITE_FONT_STYLE DWriteTypeConverter::Convert(FontStyle fontStyle) function FontStyle (line 231) | FontStyle DWriteTypeConverter::Convert(DWRITE_FONT_STYLE fontStyle) function DWRITE_INFORMATIONAL_STRING_ID (line 316) | DWRITE_INFORMATIONAL_STRING_ID DWriteTypeConverter::Convert(Info... function InformationalStringID (line 346) | InformationalStringID DWriteTypeConverter::Convert(DWRITE_INFORM... function DWRITE_MEASURING_MODE (line 376) | DWRITE_MEASURING_MODE DWriteTypeConverter::Convert(TextFormattin... function TextFormattingMode (line 387) | TextFormattingMode DWriteTypeConverter::Convert(DWRITE_MEASURING... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/DWriteTypeConverter.h function namespace (line 23) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/Factory.cpp type MS (line 19) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 19) | namespace Internal { namespace Text { namespace TextInterface type Text (line 19) | namespace Text { namespace TextInterface type TextInterface (line 19) | namespace TextInterface FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/Factory.h function namespace (line 21) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FactoryType.h function namespace (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/Font.cpp type MS (line 9) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 9) | namespace Internal { namespace Text { namespace TextInterface type Text (line 9) | namespace Text { namespace TextInterface type TextInterface (line 9) | namespace TextInterface function FontFamily (line 155) | __declspec(noinline) FontFamily^ Font::Family::get() function FontWeight (line 166) | __declspec(noinline) FontWeight Font::Weight::get() function FontStretch (line 173) | __declspec(noinline) FontStretch Font::Stretch::get() function FontStyle (line 180) | __declspec(noinline) FontStyle Font::Style::get() function LocalizedStrings (line 202) | __declspec(noinline) LocalizedStrings^ Font::FaceNames::get() function FontSimulations (line 231) | __declspec(noinline) FontSimulations Font::SimulationFlags::get() function FontMetrics (line 238) | __declspec(noinline) FontMetrics^ Font::Metrics::get() function FontFace (line 266) | __declspec(noinline) FontFace^ Font::CreateFontFace() function FontMetrics (line 303) | __declspec(noinline) FontMetrics^ Font::DisplayMetrics(FLOAT emS... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/Font.h function namespace (line 19) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontCollection.cpp type MS (line 7) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 7) | namespace Internal { namespace Text { namespace TextInterface type Text (line 7) | namespace Text { namespace TextInterface type TextInterface (line 7) | namespace TextInterface function FontFamily (line 52) | __declspec(noinline) FontFamily^ FontCollection::default::get(un... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontCollection.h function namespace (line 16) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFace.cpp type MS (line 9) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 9) | namespace Internal { namespace Text { namespace TextInterface type Text (line 9) | namespace Text { namespace TextInterface type TextInterface (line 9) | namespace TextInterface function IDWriteFontFace (line 29) | IDWriteFontFace* FontFace::DWriteFontFaceNoAddRef::get() function FontFaceType (line 40) | __declspec(noinline) FontFaceType FontFace::Type::get() function FontFile (line 47) | __declspec(noinline) FontFile^ FontFace::GetFileZero() function FontSimulations (line 99) | __declspec(noinline) FontSimulations FontFace::SimulationFlags::... function FontMetrics (line 113) | __declspec(noinline) FontMetrics^ FontFace::Metrics::get() function UINT16 (line 127) | __declspec(noinline) UINT16 FontFace::GlyphCount::get() FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFace.h function namespace (line 23) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFaceType.h function namespace (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFamily.cpp type MS (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 8) | namespace Internal { namespace Text { namespace TextInterface type Text (line 8) | namespace Text { namespace TextInterface type TextInterface (line 8) | namespace TextInterface function LocalizedStrings (line 15) | __declspec(noinline) LocalizedStrings^ FontFamily::FamilyNames::... function Font (line 61) | __declspec(noinline) Font^ FontFamily::GetFirstMatchingFont( function FontList (line 80) | __declspec(noinline) FontList^ FontFamily::GetMatchingFonts( FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFamily.h function namespace (line 16) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFile.cpp type MS (line 9) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 9) | namespace Internal { namespace Text { namespace TextInterface type Text (line 9) | namespace Text { namespace TextInterface type TextInterface (line 9) | namespace TextInterface function IDWriteFontFile (line 70) | IDWriteFontFile* FontFile::DWriteFontFileNoAddRef::get() FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFile.h function namespace (line 15) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFileEnumerator.cpp type MS (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 8) | namespace Internal { namespace Text { namespace TextInterface type Text (line 8) | namespace Text { namespace TextInterface type TextInterface (line 8) | namespace TextInterface function HRESULT (line 23) | HRESULT FontFileEnumerator::MoveNext( function HRESULT (line 40) | HRESULT FontFileEnumerator::GetCurrentFontFile( FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFileEnumerator.h function namespace (line 17) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFileLoader.cpp type MS (line 7) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 7) | namespace Internal { namespace Text { namespace TextInterface type Text (line 7) | namespace Text { namespace TextInterface type TextInterface (line 7) | namespace TextInterface function HRESULT (line 15) | HRESULT FontFileLoader::CreateStreamFromKey( FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFileLoader.h function namespace (line 16) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFileStream.cpp type MS (line 7) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 7) | namespace Internal { namespace Text { namespace TextInterface type Text (line 7) | namespace Text { namespace TextInterface type TextInterface (line 7) | namespace TextInterface function HRESULT (line 37) | HRESULT FontFileStream::ReadFileFragment( function HRESULT (line 84) | HRESULT FontFileStream::GetFileSize( function HRESULT (line 106) | HRESULT FontFileStream::GetLastWriteTime( FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFileStream.h function namespace (line 17) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFileType.h function namespace (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontList.cpp type MS (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 8) | namespace Internal { namespace Text { namespace TextInterface type Text (line 8) | namespace Text { namespace TextInterface type TextInterface (line 8) | namespace TextInterface function UINT32 (line 27) | UINT32 FontList::Count::get() FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontList.h function namespace (line 15) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontMetrics.h function namespace (line 12) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontSimulation.h function namespace (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontStretch.h function namespace (line 8) | namespace Internal { namespace Text { namespace TextInterface FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontStyle.h function namespace (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/FontWeight.h function namespace (line 8) | namespace Internal { namespace Text { namespace TextInterface FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/GlyphMetrics.h function namespace (line 12) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/GlyphOffset.h function namespace (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/IClassification.h function namespace (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/IFontSource.h function namespace (line 23) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/InformationalStringID.h function namespace (line 8) | namespace Internal { namespace Text { namespace TextInterface FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/ItemProps.cpp type MS (line 7) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 7) | namespace Internal { namespace Text { namespace TextInterface type Text (line 7) | namespace Text { namespace TextInterface type TextInterface (line 7) | namespace TextInterface FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/ItemProps.h function namespace (line 15) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/ItemSpan.cpp type MS (line 7) | namespace MS { namespace Internal type Internal (line 7) | namespace Internal FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/ItemSpan.h function namespace (line 9) | namespace MS { namespace Internal FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/ItemizerHelper.h function namespace (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/LocalizedErrorMsgs.cpp type MS (line 7) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 7) | namespace Internal { namespace Text { namespace TextInterface type Text (line 7) | namespace Text { namespace TextInterface type TextInterface (line 7) | namespace TextInterface FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/LocalizedErrorMsgs.h function namespace (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/LocalizedStrings.cpp type MS (line 7) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 7) | namespace Internal { namespace Text { namespace TextInterface type Text (line 7) | namespace Text { namespace TextInterface type TextInterface (line 7) | namespace TextInterface function UINT32 (line 36) | __declspec(noinline) UINT32 LocalizedStrings::StringsCount::get() function UINT32 (line 166) | __declspec(noinline) UINT32 LocalizedStrings::GetLocaleNameLength( function UINT32 (line 233) | __declspec(noinline) UINT32 LocalizedStrings::GetStringLength( FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/LocalizedStrings.h function namespace (line 15) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/NativePointerWrapper.cpp type MS (line 7) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 7) | namespace Internal { namespace Text { namespace TextInterface { namesp... type Text (line 7) | namespace Text { namespace TextInterface { namespace Generics type TextInterface (line 7) | namespace TextInterface { namespace Generics type Generics (line 7) | namespace Generics function T (line 22) | T* NativePointerCriticalHandle::Value::get() FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/NativePointerWrapper.h function namespace (line 13) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/OpenTypeTableTag.h function namespace (line 10) | namespace Internal { namespace Text { namespace TextInterface FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/TextAnalyzer.h function namespace (line 33) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/TextItemizer.cpp type MS (line 8) | namespace MS { namespace Internal { namespace Text { namespace TextInter... type Internal (line 8) | namespace Internal { namespace Text { namespace TextInterface type Text (line 8) | namespace Text { namespace TextInterface type TextInterface (line 8) | namespace TextInterface FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/TextItemizer.h function namespace (line 32) | namespace MS { namespace Internal { namespace Text { namespace TextInter... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/ControlTableInit.h function class (line 9) | class ControlTableInit FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/GlobalInit.h function class (line 9) | class GlobalInit FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/automap.cpp function int16 (line 27) | int16 MortAutoMap(TTFACC_FILEBUFFERINFO * pInputBufferInfo, /* ttfacc ... function int16 (line 71) | static int16 UpdateKeepWithCoverage(TTFACC_FILEBUFFERINFO * pInputBuffer... function int16 (line 303) | static int16 ProcessBaseCoord(TTFACC_FILEBUFFERINFO * pInputBufferInfo, ... function int16 (line 325) | static int16 ProcessMinMax(TTFACC_FILEBUFFERINFO * pInputBufferInfo, uin... function int16 (line 362) | int16 TTOAutoMap( TTFACC_FILEBUFFERINFO * pInputBufferInfo, /* ttfacc ... function int16 (line 750) | int16 AppleAutoMap( TTFACC_FILEBUFFERINFO * pInputBufferInfo, FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/intsafe_private_copy.h type ULONGLONG (line 13) | typedef unsigned __int64 ULONGLONG; function __checkReturn (line 49) | __checkReturn function __checkReturn (line 76) | __checkReturn function __checkReturn (line 102) | __checkReturn function __checkReturn (line 118) | __checkReturn FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/makeglst.cpp function int16 (line 158) | int16 UnicodeToSymbols( function int16 (line 214) | int16 EnsureNonEmptyGlyfTable( function int16 (line 271) | int16 MakeKeepGlyphList( FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/modcmap.cpp type cmapoffsetrecordkeeper (line 35) | struct cmapoffsetrecordkeeper type cmapoffsetrecordkeeper (line 36) | struct cmapoffsetrecordkeeper type cmapoffsetrecordkeeper (line 38) | struct cmapoffsetrecordkeeper /* housekeeping structure */ function PRIVATE (line 46) | PRIVATE int16 InitCmapOffsetArray(PCMAPOFFSETRECORDKEEPER pKeeper, function PRIVATE (line 57) | PRIVATE void FreeCmapOffsetArray(PCMAPOFFSETRECORDKEEPER pKeeper) function PRIVATE (line 65) | PRIVATE int16 RecordCmapOffset(PCMAPOFFSETRECORDKEEPER pKeeper, function PRIVATE (line 79) | PRIVATE uint32 LookupCmapOffset(PCMAPOFFSETRECORDKEEPER pKeeper, function PRIVATE (line 103) | PRIVATE void SortCmapSubByOffset(CMAP_TABLELOC *pCmapTableLoc, uint16 us... function PRIVATE (line 134) | PRIVATE int16 CompressCmapSubTables(TTFACC_FILEBUFFERINFO * pOutputBuffe... function PRIVATE (line 221) | PRIVATE uint16 GetCmapSubtableCount( TTFACC_FILEBUFFERINFO * pInputBuffe... function PRIVATE (line 237) | PRIVATE int16 ModMacStandardCmap( TTFACC_FILEBUFFERINFO * pOutputBufferI... function PRIVATE (line 262) | PRIVATE int16 ModMacTrimmedCmap( TTFACC_FILEBUFFERINFO * pOutputBufferInfo, function int16 (line 343) | int16 ModCmap(CONST_TTFACC_FILEBUFFERINFO * pInputBufferInfo, FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/modglyf.cpp function int16 (line 35) | int16 ModGlyfLocaAndHead( CONST_TTFACC_FILEBUFFERINFO * pInputBufferInfo, FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/modsbit.cpp type glyphoffsetrecordkeeper (line 42) | struct glyphoffsetrecordkeeper type glyphoffsetrecordkeeper (line 43) | struct glyphoffsetrecordkeeper type glyphoffsetrecordkeeper (line 45) | struct glyphoffsetrecordkeeper /* housekeeping structure */ function PRIVATE (line 53) | PRIVATE int16 RecordGlyphOffset(PGLYPHOFFSETRECORDKEEPER pKeeper, function PRIVATE (line 76) | PRIVATE uint32 LookupGlyphOffset(PGLYPHOFFSETRECORDKEEPER pKeeper, function PRIVATE (line 108) | PRIVATE int16 FixSbitSubTables(CONST_TTFACC_FILEBUFFERINFO * pInputBuffe... function PRIVATE (line 580) | PRIVATE uint32 FixSbitSubTableFormat1(uint16 usFirstIndex, /* index of f... function PRIVATE (line 646) | PRIVATE int16 FixSbitSubTableArray(CONST_TTFACC_FILEBUFFERINFO * pInputB... function PRIVATE (line 803) | PRIVATE int16 WriteIndexSubTables(TTFACC_FILEBUFFERINFO * pOutputBufferI... function Cleanup_SubTablePointers (line 888) | void Cleanup_SubTablePointers(SubTablePointers *pSubTablePointers,uint32... function int16 (line 919) | int16 ModSbit( CONST_TTFACC_FILEBUFFERINFO * pInputBufferInfo, /* input ... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/modtable.cpp function int16 (line 57) | int16 ModXmtxXhea( CONST_TTFACC_FILEBUFFERINFO * pInputBufferInfo, function int16 (line 258) | int16 ModMaxP( CONST_TTFACC_FILEBUFFERINFO * pInputBufferInfo, function int16 (line 301) | int16 ModOS2( CONST_TTFACC_FILEBUFFERINFO * pInputBufferInfo, TTFACC_FIL... function int16 (line 362) | int16 ModPost( CONST_TTFACC_FILEBUFFERINFO * pInputBufferInfo, function int16 (line 419) | int16 ModName( CONST_TTFACC_FILEBUFFERINFO * pInputBufferInfo, function PRIVATE (line 491) | PRIVATE int16 AdjustKernFormat0(TTFACC_FILEBUFFERINFO * pOutputBufferInfo, function int16 (line 565) | int16 ModKern( CONST_TTFACC_FILEBUFFERINFO * pInputBufferInfo, TTFACC_F... function int16 (line 649) | int16 ModHdmx( CONST_TTFACC_FILEBUFFERINFO * pInputBufferInfo, TTFACC_FI... function int16 (line 777) | int16 ModLTSH( CONST_TTFACC_FILEBUFFERINFO * pInputBufferInfo, TTFACC_F... function PRIVATE (line 856) | PRIVATE uint16 GCD (uint16 u, uint16 v) function ReduceRatio (line 864) | void ReduceRatio(uint16 *px, uint16 *py) type groupoffsetrecordkeeper (line 882) | struct groupoffsetrecordkeeper type groupoffsetrecordkeeper (line 883) | struct groupoffsetrecordkeeper type groupoffsetrecordkeeper (line 885) | struct groupoffsetrecordkeeper /* housekeeping structure */ function PRIVATE (line 893) | PRIVATE int16 InitGroupOffsetArray(PGROUPOFFSETRECORDKEEPER pKeeper, function PRIVATE (line 904) | PRIVATE void FreeGroupOffsetArray(PGROUPOFFSETRECORDKEEPER pKeeper) function PRIVATE (line 912) | PRIVATE int16 RecordGroupOffset(PGROUPOFFSETRECORDKEEPER pKeeper, function PRIVATE (line 926) | PRIVATE uint16 LookupGroupOffset(PGROUPOFFSETRECORDKEEPER pKeeper, function int16 (line 946) | int16 ModVDMX(CONST_TTFACC_FILEBUFFERINFO * pInputBufferInfo, FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/mtxcalc.cpp function PRIVATE (line 28) | PRIVATE int16 GetGlyphStats( TTFACC_FILEBUFFERINFO * pInputBufferInfo, function PRIVATE (line 71) | PRIVATE int16 GetCompositeGlyphStats( TTFACC_FILEBUFFERINFO * pInputBuff... function int16 (line 122) | int16 ComputeMaxPStats( TTFACC_FILEBUFFERINFO * pInputBufferInfo, FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/ttfacc.cpp function int16 (line 36) | int16 CheckInOffset(TTFACC_FILEBUFFERINFO *a, uint32 b, uint32 c) function int16 (line 53) | int16 CheckOutOffset(TTFACC_FILEBUFFERINFO *a, register uint32 b, regist... function int16 (line 103) | int16 ReadByte(TTFACC_FILEBUFFERINFO * pInputBufferInfo, uint8 * puchBuf... function int16 (line 117) | int16 function int16 (line 133) | int16 ReadLong(TTFACC_FILEBUFFERINFO * pInputBufferInfo, UNALIGNED uint3... function int16 (line 148) | int16 ReadBytes(TTFACC_FILEBUFFERINFO * pInputBufferInfo, __out_ecount(C... function int16 (line 163) | int16 WriteByte(TTFACC_FILEBUFFERINFO * pOutputBufferInfo, uint8 uchValu... function int16 (line 177) | int16 WriteWord(TTFACC_FILEBUFFERINFO * pOutputBufferInfo, uint16 usValu... function int16 (line 191) | int16 WriteLong(TTFACC_FILEBUFFERINFO * pOutputBufferInfo, uint32 ulValu... function int16 (line 205) | int16 WriteBytes(TTFACC_FILEBUFFERINFO * pOutputBufferInfo, uint8 * puch... function int16 (line 228) | int16 ReadGeneric( function int16 (line 328) | int16 ReadGenericRepeat( function int16 (line 364) | int16 WriteGeneric( function int16 (line 462) | int16 WriteGenericRepeat( function uint16 (line 491) | uint16 GetGenericSize(uint8 * puchControl) function int16 (line 524) | int16 CalcChecksum( TTFACC_FILEBUFFERINFO * pInputBufferInfo, function uint16 (line 568) | uint16 CalcFileChecksum( TTFACC_FILEBUFFERINFO * pInputBufferInfo, uint3... function uint16 (line 575) | uint16 UTF16toUCS4(uint16 *pUTF16, uint16 usCountUTF16, uint32 *pUCS4, u... function InitFileBufferInfo (line 619) | void InitFileBufferInfo(TTFACC_FILEBUFFERINFO * pBufferInfo, uint8 *puch... function InitConstFileBufferInfo (line 627) | void InitConstFileBufferInfo(CONST_TTFACC_FILEBUFFERINFO * pBufferInfo, ... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/ttfacc.h type TTFACC_FILEBUFFERINFO (line 45) | typedef struct TTFACC_FILEBUFFERINFO { type CONST_TTFACC_FILEBUFFERINFO (line 52) | typedef struct CONST_TTFACC_FILEBUFFERINFO { FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/ttfdelta.cpp function int16 (line 37) | int16 TTCOffsetTableOffset( function PRIVATE (line 71) | PRIVATE int16 ExitCleanup(int16 errCode) function PRIVATE (line 78) | PRIVATE int16 CopyOffsetDirectoryTables(CONST_TTFACC_FILEBUFFERINFO * pI... function PRIVATE (line 193) | PRIVATE int16 CopyForgottenTables( CONST_TTFACC_FILEBUFFERINFO * pInputB... function PRIVATE (line 256) | PRIVATE void FillGlyphIndexArray( function PRIVATE (line 277) | PRIVATE int16 CompactMaxpLocaTable(TTFACC_FILEBUFFERINFO * pOutputBuffer... function PRIVATE (line 369) | PRIVATE int16 UpdatePrivateTable(TTFACC_FILEBUFFERINFO *pOutputBufferInfo, function PRIVATE (line 430) | PRIVATE void CalcOutputBufferSize(CONST_TTFACC_FILEBUFFERINFO *pInputBuf... function int16 (line 529) | int16 CreateDeltaTTF(CONST uint8 * puchSrcBuffer, function int16 (line 692) | int16 CreateDeltaTTFEx(CONST uint8 * puchSrcBuffer, FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/ttff.h type TTC_HEADER (line 122) | typedef struct TTC_HEADER type OFFSET_TABLE (line 134) | typedef struct OFFSET_TABLE type DIRECTORY (line 146) | typedef struct DIRECTORY type CMAP_HEADER (line 164) | typedef struct CMAP_HEADER type CMAP_TABLELOC (line 172) | typedef struct CMAP_TABLELOC type CMAP_SUBHEADER_GEN (line 182) | typedef struct CMAP_SUBHEADER_GEN type CMAP_SUBHEADER (line 189) | typedef struct CMAP_SUBHEADER type CMAP_FORMAT0 (line 198) | typedef struct CMAP_FORMAT0 type CMAP_FORMAT6 (line 209) | typedef struct CMAP_FORMAT6 type CMAP_FORMAT4 (line 222) | typedef struct CMAP_FORMAT4 type FORMAT4_SEGMENTS (line 235) | typedef struct FORMAT4_SEGMENTS type CMAP_FORMAT12 (line 246) | typedef struct CMAP_FORMAT12 type FORMAT12_GROUPS (line 256) | typedef struct FORMAT12_GROUPS type GLYPH_ID (line 265) | typedef unsigned short GLYPH_ID; type CHAR_ID (line 266) | typedef unsigned long CHAR_ID; type POST (line 273) | typedef struct POST type GLYF_HEADER (line 290) | typedef struct GLYF_HEADER type SIMPLE_GLYPH (line 311) | typedef struct SIMPLE_GLYPH type COMPOSITE_GLYPH (line 335) | typedef struct COMPOSITE_GLYPH type HEAD (line 355) | typedef struct HEAD type HHEA (line 381) | typedef struct HHEA type LONGHORMETRIC (line 407) | typedef struct LONGHORMETRIC type HMTX (line 416) | typedef struct type VHEA (line 424) | typedef struct VHEA type LONGVERMETRIC (line 449) | typedef struct LONGVERMETRIC type VMTX (line 457) | typedef struct type XHEA (line 464) | typedef struct XHEA type LONGXMETRIC (line 487) | typedef struct LONGXMETRIC type XMTX (line 495) | typedef struct type LOCA (line 503) | typedef union type LTSH (line 511) | typedef struct type BYTE (line 519) | typedef BYTE LTSH_YPELS; type MAXP (line 524) | typedef struct type NAME_RECORD (line 562) | typedef struct type NAME_HEADER (line 573) | typedef struct type FWord (line 583) | typedef FWord CVT[]; type BYTE (line 588) | typedef BYTE FPGM[]; type BYTE (line 593) | typedef BYTE HDMX_WIDTHS; type HDMX_DEVICE_REC (line 595) | typedef struct type HDMX (line 602) | typedef struct type VDMXvTable (line 612) | typedef struct { type VDMXGroup (line 620) | typedef struct { type VDMXRatio (line 628) | typedef struct { type VDMX (line 636) | typedef struct { type DTTF_HEADER (line 651) | typedef struct DTTF_HEADER type KERN_HEADER (line 670) | typedef struct KERN_HEADER type KERN_SUB_HEADER (line 677) | typedef struct KERN_SUB_HEADER type KERN_FORMAT_0 (line 694) | typedef struct KERN_FORMAT_0 type KERN_PAIR (line 703) | typedef struct KERN_PAIR type SEARCH_PAIRS (line 712) | typedef struct SEARCH_PAIRS type BYTE (line 722) | typedef BYTE *PREP; type OS2_PANOSE (line 730) | typedef union type OS2 (line 764) | typedef struct type NEWOS2 (line 813) | typedef struct type VERSION2OS2 (line 867) | typedef struct type VERSION2OS2 (line 927) | typedef VERSION2OS2 MAINOS2; type EBLCHEADER (line 935) | typedef struct type SBITLINEMETRICS (line 942) | typedef struct type BITMAPSIZETABLE (line 960) | typedef struct type BIGGLYPHMETRICS (line 988) | typedef struct type SMALLGLYPHMETRICS (line 1001) | typedef struct type INDEXSUBTABLEARRAY (line 1011) | typedef struct type INDEXSUBHEADER (line 1027) | typedef struct type INDEXSUBTABLE1 (line 1043) | typedef struct type INDEXSUBTABLE2 (line 1059) | typedef struct type INDEXSUBTABLE3 (line 1075) | typedef struct type CODEOFFSETPAIR (line 1090) | typedef struct type INDEXSUBTABLE4 (line 1105) | typedef struct type INDEXSUBTABLE5 (line 1123) | typedef struct type EBDTHEADER (line 1142) | typedef struct type EBDTCOMPONENT (line 1148) | typedef struct type EBDTFORMAT8 (line 1156) | typedef struct type EBDTFORMAT9 (line 1171) | typedef struct type GSUBFEATURE (line 1181) | typedef struct { type GSUBFEATURERECORD (line 1189) | typedef struct { type GSUBFEATURELIST (line 1197) | typedef struct type GSUBLOOKUP (line 1212) | typedef struct { type GSUBLOOKUPLIST (line 1221) | typedef struct { type GSUBCOVERAGEFORMAT1 (line 1227) | typedef struct { type GSUBRANGERECORD (line 1235) | typedef struct { type GSUBCOVERAGEFORMAT2 (line 1244) | typedef struct { type GSUBHEADER (line 1252) | typedef struct { type GSUBSINGLESUBSTFORMAT1 (line 1261) | typedef struct { type GSUBSINGLESUBSTFORMAT2 (line 1269) | typedef struct { type GSUBSEQUENCE (line 1278) | typedef struct { type GSUBMULTIPLESUBSTFORMAT1 (line 1285) | typedef struct { type GSUBALTERNATESET (line 1294) | typedef struct { type GSUBALTERNATESUBSTFORMAT1 (line 1301) | typedef struct { type GSUBLIGATURE (line 1310) | typedef struct { type GSUBLIGATURESET (line 1318) | typedef struct { type GSUBLIGATURESUBSTFORMAT1 (line 1325) | typedef struct { type GSUBSUBSTLOOKUPRECORD (line 1334) | typedef struct { type GSUBSUBRULE (line 1341) | typedef struct { type GSUBSUBRULESET (line 1350) | typedef struct { type GSUBCONTEXTSUBSTFORMAT1 (line 1357) | typedef struct { type GSUBSUBCLASSRULE (line 1366) | typedef struct { type GSUBSUBCLASSSET (line 1375) | typedef struct { type GSUBCONTEXTSUBSTFORMAT2 (line 1382) | typedef struct { type GSUBCONTEXTSUBSTFORMAT3 (line 1392) | typedef struct { type JSTFSCRIPTRECORD (line 1404) | typedef struct { type JSTFHEADER (line 1412) | typedef struct { type JSTFLANGSYSRECORD (line 1421) | typedef struct { type JSTFSCRIPT (line 1429) | typedef struct { type JSTFEXTENDERGLYPH (line 1439) | typedef struct { type BASEHEADER (line 1448) | typedef struct { type BASEAXIS (line 1456) | typedef struct { type BASESCRIPTRECORD (line 1462) | typedef struct { type BASESCRIPTLIST (line 1469) | typedef struct { type BASELANGSYSRECORD (line 1476) | typedef struct { type BASESCRIPT (line 1483) | typedef struct { type BASEVALUES (line 1492) | typedef struct { type BASEFEATMINMAXRECORD (line 1499) | typedef struct { type BASEMINMAX (line 1506) | typedef struct { type BASECOORDFORMAT2 (line 1515) | typedef struct { type MORTBINSRCHHEADER (line 1526) | typedef struct { type MORTLOOKUPSINGLE (line 1535) | typedef struct { type MORTHEADER (line 1541) | typedef struct { FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/ttftabl1.cpp type CONTROL_TABLE (line 47) | struct CONTROL_TABLE { FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/ttftable.cpp function PRIVATE (line 33) | PRIVATE int CRTCB AscendingTagCompare( CONST void *arg1, CONST void *arg2 ) function PRIVATE (line 42) | PRIVATE int CRTCB AscendingOffsetCompare( CONST void *arg1, CONST void *... function SortByTag (line 55) | void SortByTag( DIRECTORY * aDirectory, function SortByOffset (line 67) | void SortByOffset( DIRECTORY * aDirectory, function uint32 (line 108) | uint32 FindCmapSubtable( TTFACC_FILEBUFFERINFO * pOutputBufferInfo, function PRIVATE (line 196) | PRIVATE uint16 GuessNumCmapGlyphIds( uint16 usnSegments, function uint32 (line 239) | uint32 ulAllocedCount function PRIVATE (line 277) | PRIVATE int CRTCB CompareSegments(const void *elem1, const void *elem2) function uint16 (line 290) | uint16 GetGlyphIdx( uint16 usCharCode, function uint32 (line 332) | uint32 GetGlyphIdx12( uint32 ulCharCode, function FreeCmapFormat4Ids (line 353) | void FreeCmapFormat4Ids( GLYPH_ID *GlyphId ) function FreeCmapFormat4Segs (line 358) | void FreeCmapFormat4Segs( FORMAT4_SEGMENTS *Format4Segments) function FreeCmapFormat4 (line 363) | void FreeCmapFormat4( FORMAT4_SEGMENTS *Format4Segments, function int16 (line 371) | int16 ReadAllocCmapFormat4Ids( TTFACC_FILEBUFFERINFO * pInputBufferInfo,... function int16 (line 420) | int16 ReadAllocCmapFormat4Segs( TTFACC_FILEBUFFERINFO * pInputBufferInfo... function int16 (line 504) | int16 ReadCmapLength( TTFACC_FILEBUFFERINFO * pInputBufferInfo, function int16 (line 572) | int16 ReadAllocCmapFormat4( TTFACC_FILEBUFFERINFO * pInputBufferInfo, function FreeCmapFormat6 (line 632) | void FreeCmapFormat6( uint16 * glyphIndexArray) function int16 (line 638) | int16 ReadAllocCmapFormat6( TTFACC_FILEBUFFERINFO * pInputBufferInfo, function int16 (line 678) | int16 ReadCmapFormat0( TTFACC_FILEBUFFERINFO * pInputBufferInfo, function int16 (line 711) | int16 ReadAllocCmapFormat12( TTFACC_FILEBUFFERINFO * pInputBufferInfo, function FreeCmapFormat12Groups (line 761) | void FreeCmapFormat12Groups( FORMAT12_GROUPS *pFormat12Groups) function int16 (line 768) | int16 GetGlyphHeader( TTFACC_FILEBUFFERINFO * pInputBufferInfo, function int16 (line 826) | int16 GetComponentGlyphList( TTFACC_FILEBUFFERINFO * pInputBufferInfo, function PRIVATE (line 910) | PRIVATE int CRTCB AscendingCodeCompare( CONST void *arg1, CONST void *ar... function PRIVATE (line 920) | PRIVATE void SortCodeList( PCHAR_GLYPH_MAP_LIST pCharGlyphMapList, function PRIVATE (line 947) | PRIVATE int CRTCB AscendingCodeCompareEx( CONST void *arg1, CONST void *... function PRIVATE (line 956) | PRIVATE void SortCodeListEx( PCHAR_GLYPH_MAP_LIST_EX pCharGlyphMapList, function FreeFormat4CharCodes (line 982) | void FreeFormat4CharCodes(PCHAR_GLYPH_MAP_LIST pusCharCodeList) function int16 (line 988) | int16 ReadAllocFormat4CharGlyphMapList(TTFACC_FILEBUFFERINFO * pInputBuf... function FreeFormat12CharCodes (line 1093) | void FreeFormat12CharCodes(PCHAR_GLYPH_MAP_LIST_EX pulCharCodeList) function int16 (line 1099) | int16 ReadAllocFormat12CharGlyphMapList(TTFACC_FILEBUFFERINFO * pInputBu... function PRIVATE (line 1176) | PRIVATE uint32 Format4CmapLength( uint16 usnSegments, function ComputeFormat4CmapData (line 1187) | void ComputeFormat4CmapData( function int16 (line 1297) | int16 WriteOutFormat4CmapData( function ComputeFormat12CmapData (line 1359) | void ComputeFormat12CmapData( CMAP_FORMAT12 * pCmapFormat12, /* to be se... function int16 (line 1405) | int16 WriteOutFormat12CmapData( function int16 (line 1449) | int16 ReadAllocNameRecords(TTFACC_FILEBUFFERINFO * pInputBufferInfo, function uint32 (line 1511) | uint32 CalcMaxNameTableLength(PNAMERECORD pNameRecordArray, type namerecordstrings (line 1539) | struct namerecordstrings type namerecordstrings (line 1541) | struct namerecordstrings function PRIVATE (line 1549) | PRIVATE int CRTCB DescendingStringLengthCompare( CONST void *arg1, CONST... function PRIVATE (line 1558) | PRIVATE int CRTCB AscendingRecordIndexCompare( CONST void *arg1, CONST v... function PRIVATE (line 1569) | PRIVATE void SortNameRecordsByStringLength(NAMERECORDSTRINGS *pNameRecor... function PRIVATE (line 1579) | PRIVATE void SortNameRecordsByNameRecordIndex(NAMERECORDSTRINGS *pNameRe... function PRIVATE (line 1589) | PRIVATE int CRTCB AscendingNameRecordCompare( CONST void *arg1, CONST vo... function int16 (line 1627) | int16 WriteNameRecords(TTFACC_FILEBUFFERINFO * pOutputBufferInfo, /* buf... function FreeNameRecords (line 1780) | void FreeNameRecords(PNAMERECORD pNameRecordArray, uint16 NameRecordCoun... function int16 (line 2016) | int16 WriteNameTable(TTFACC_FILEBUFFERINFO * pOutputBufferInfo, function int16 (line 2049) | int16 WriteSmartOS2Table(TTFACC_FILEBUFFERINFO * pOutputBufferInfo, function int16 (line 2116) | int16 CompressTables( TTFACC_FILEBUFFERINFO * pOutputBufferInfo, uint32 ... FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/ttftable.h type namerecord (line 23) | struct namerecord type NAMERECORD (line 24) | typedef struct namerecord NAMERECORD; type namerecord (line 25) | struct namerecord /* MUST be same as NAME_RECORD from ttff.h for the fir... type Char_Glyph_Map_List (line 182) | struct Char_Glyph_Map_List type CHARGLYPHMAPLIST (line 183) | typedef struct Char_Glyph_Map_List { type Char_Glyph_Map_List_Ex (line 188) | struct Char_Glyph_Map_List_Ex { FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/ttmem.cpp function Real_Mem_Free (line 31) | void Real_Mem_Free(void * pv) function Mem_Free (line 40) | void Mem_Free(void * pv) function int16 (line 54) | int16 Mem_Init(void) function Mem_End (line 59) | void Mem_End(void) FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/typedefs.h type int8 (line 38) | typedef signed char int8; type uint8 (line 39) | typedef unsigned char uint8; type int16 (line 40) | typedef short int16; type uint16 (line 41) | typedef unsigned short uint16; type int32 (line 42) | typedef long int32; type uint32 (line 43) | typedef unsigned long uint32; type FUnit (line 45) | typedef short FUnit; type uFUnit (line 46) | typedef unsigned short uFUnit; type ShortFract (line 48) | typedef short ShortFract; type BBOX (line 67) | typedef struct { type point (line 74) | typedef struct { type int32 (line 79) | typedef int32 ErrorCode; type CHAR (line 114) | typedef char CHAR; type USHORT (line 115) | typedef unsigned short USHORT; type SHORT (line 116) | typedef short SHORT; type LONG (line 117) | typedef long LONG; type ULONG (line 118) | typedef unsigned long ULONG; type FWord (line 119) | typedef short FWord; type uFWord (line 120) | typedef unsigned short uFWord; type F2Dot14 (line 121) | typedef short F2Dot14; type UCHAR (line 122) | typedef unsigned char UCHAR; type BYTE (line 123) | typedef unsigned char BYTE; type BOOL (line 124) | typedef int BOOL; type Fixed (line 126) | typedef long Fixed; FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/TtfDelta/util.cpp function uint16 (line 24) | uint16 log2( uint16 arg ) function int16 (line 45) | int16 ValueOKForShort(uint32 ulValue) FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/truetype.cpp type MS (line 24) | namespace MS { namespace Internal { namespace TtfDelta { type Internal (line 24) | namespace Internal { namespace TtfDelta { type TtfDelta (line 24) | namespace TtfDelta { type Internal (line 61) | namespace Internal { type TtfDelta (line 24) | namespace TtfDelta { type MS (line 61) | namespace MS { namespace Internal { type Internal (line 24) | namespace Internal { namespace TtfDelta { type TtfDelta (line 24) | namespace TtfDelta { type Internal (line 61) | namespace Internal { type TtfDelta (line 24) | namespace TtfDelta { FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/truetype.h function namespace (line 10) | namespace MS { namespace Internal { FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/util2.cpp type MS (line 8) | namespace MS { namespace Internal { namespace FontCache { type Internal (line 8) | namespace Internal { namespace FontCache { type FontCache (line 8) | namespace FontCache { FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/TrueTypeSubsetter/util2.h function namespace (line 9) | namespace MS { namespace Internal { namespace FontCache { FILE: src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/main.cpp type MS (line 15) | namespace MS { namespace Internal { namespace TtfDelta { type Internal (line 15) | namespace Internal { namespace TtfDelta { type TtfDelta (line 15) | namespace TtfDelta { function private (line 43) | private ref class NativeWPFDLLLoader sealed type Internal (line 42) | namespace Internal { type TtfDelta (line 15) | namespace TtfDelta { function private (line 43) | private ref class NativeWPFDLLLoader sealed type MS (line 42) | namespace MS { namespace Internal { type Internal (line 15) | namespace Internal { namespace TtfDelta { type TtfDelta (line 15) | namespace TtfDelta { function private (line 43) | private ref class NativeWPFDLLLoader sealed type Internal (line 42) | namespace Internal { type TtfDelta (line 15) | namespace TtfDelta { function private (line 43) | private ref class NativeWPFDLLLoader sealed class CModuleInitialize (line 62) | class CModuleInitialize method CModuleInitialize (line 67) | __declspec(noinline) CModuleInitialize() function CreateCModuleInitialize (line 81) | __declspec(noinline) static System::IntPtr CreateCModuleInitialize() FILE: src/Microsoft.DotNet.Wpf/src/Extensions/PresentationFramework-SystemCore/DynamicAccessorImpl.cs class DynamicPropertyAccessorImpl (line 17) | internal class DynamicPropertyAccessorImpl : DynamicPropertyAccessor method DynamicPropertyAccessorImpl (line 19) | internal DynamicPropertyAccessorImpl(Type ownerType, string propertyName) method GetValue (line 24) | public override object GetValue(object component) method SetValue (line 35) | public override void SetValue(object component, object value) class DynamicIndexerAccessorImpl (line 54) | internal class DynamicIndexerAccessorImpl : DynamicIndexerAccessor method DynamicIndexerAccessorImpl (line 56) | private DynamicIndexerAccessorImpl(int rank) method GetValue (line 107) | public override object GetValue(object component, object[] args) method SetValue (line 118) | public override void SetValue(object component, object[] args, object ... method GetIndexerAccessor (line 131) | public static DynamicIndexerAccessor GetIndexerAccessor(int rank) class TrivialGetMemberBinder (line 165) | internal class TrivialGetMemberBinder : GetMemberBinder method TrivialGetMemberBinder (line 167) | public TrivialGetMemberBinder(string propertyName) method FallbackGetMember (line 172) | public override DynamicMetaObject FallbackGetMember(DynamicMetaObject ... class TrivialSetMemberBinder (line 180) | internal class TrivialSetMemberBinder : SetMemberBinder method TrivialSetMemberBinder (line 182) | public TrivialSetMemberBinder(string propertyName) method FallbackSetMember (line 187) | public override DynamicMetaObject FallbackSetMember(DynamicMetaObject ... class TrivialGetIndexBinder (line 196) | internal class TrivialGetIndexBinder : GetIndexBinder method TrivialGetIndexBinder (line 198) | public TrivialGetIndexBinder(int rank) method FallbackGetIndex (line 203) | public override DynamicMetaObject FallbackGetIndex(DynamicMetaObject t... class TrivialSetIndexBinder (line 212) | internal class TrivialSetIndexBinder : SetIndexBinder method TrivialSetIndexBinder (line 214) | public TrivialSetIndexBinder(int rank) method FallbackSetIndex (line 219) | public override DynamicMetaObject FallbackSetIndex(DynamicMetaObject t... class TrivialBinderHelper (line 229) | internal static class TrivialBinderHelper method ThrowExpression (line 231) | public static DynamicMetaObject ThrowExpression(string message, Type r... FILE: src/Microsoft.DotNet.Wpf/src/Extensions/PresentationFramework-SystemCore/SystemCoreExtension.cs class SystemCoreExtension (line 13) | [SuppressMessage("Microsoft.Performance","CA1812:AvoidUninstantiatedInte... method IsIDynamicMetaObjectProvider (line 17) | internal override bool IsIDynamicMetaObjectProvider(object item) method NewDynamicPropertyAccessor (line 23) | internal override object NewDynamicPropertyAccessor(Type ownerType, st... method GetIndexerAccessor (line 29) | internal override object GetIndexerAccessor(int rank) FILE: src/Microsoft.DotNet.Wpf/src/Extensions/PresentationFramework-SystemData/SystemDataExtension.cs class SystemDataExtension (line 15) | [SuppressMessage("Microsoft.Performance","CA1812:AvoidUninstantiatedInte... method IsDataView (line 19) | internal override bool IsDataView(IBindingList list) method IsDataRowView (line 25) | internal override bool IsDataRowView(object item) method IsSqlNull (line 31) | internal override bool IsSqlNull(object value) method IsSqlNullableType (line 38) | internal override bool IsSqlNullableType(Type type) method IsDataSetCollectionProperty (line 45) | internal override bool IsDataSetCollectionProperty(PropertyDescriptor pd) method GetValue (line 88) | internal override object GetValue(object item, PropertyDescriptor pd, ... method GetRawValue (line 149) | private object GetRawValue(object item, PropertyDescriptor pd, bool us... method DetermineWhetherDBNullIsValid (line 178) | internal override bool DetermineWhetherDBNullIsValid(object item, stri... class DataTableToDataViewLink (line 214) | private class DataTableToDataViewLink method DataTableToDataViewLink (line 216) | public DataTableToDataViewLink(DataTable dataTable, object target) method OnInitialized (line 222) | private void OnInitialized(object sender, EventArgs e) class DataRowViewToRelatedViewLink (line 229) | private class DataRowViewToRelatedViewLink method DataRowViewToRelatedViewLink (line 231) | public DataRowViewToRelatedViewLink(DataRowView dataRowView, object ... method OnPropertyChanged (line 237) | private void OnPropertyChanged(object sender, PropertyChangedEventAr... FILE: src/Microsoft.DotNet.Wpf/src/Extensions/PresentationFramework-SystemDrawing/SystemDrawingExtension.cs class SystemDrawingExtension (line 20) | [SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInt... method IsBitmap (line 23) | internal override bool IsBitmap(object? data) => data is Bitmap; method IsImage (line 25) | internal override bool IsImage(object? data) => data is Image; method IsMetafile (line 27) | internal override bool IsMetafile(object? data) => data is Metafile; method GetHandleFromMetafile (line 29) | internal override nint GetHandleFromMetafile(object? data) => data switch method GetMetafileFromHemf (line 35) | internal override object GetMetafileFromHemf(nint hMetafile) => new Me... method GetBitmap (line 37) | internal override object? GetBitmap(object? data) => GetBitmapImpl(data); method GetHBitmap (line 39) | internal override nint GetHBitmap(object? data, out int width, out int... method GetHBitmapFromBitmap (line 57) | internal override nint GetHBitmapFromBitmap(object? data) => data is B... method ConvertMetafileToHBitmap (line 59) | internal override nint ConvertMetafileToHBitmap(nint handle) method GetCommentFromGifStream (line 75) | internal override Stream GetCommentFromGifStream(Stream stream) method SaveMetafileToImageStream (line 89) | internal override void SaveMetafileToImageStream(MemoryStream metafile... method GetBitmapImpl (line 96) | private static Bitmap? GetBitmapImpl(object? data) method GetBitmapFromBitmapSource (line 119) | internal override object GetBitmapFromBitmapSource(object source) method ConvertToMetafileHexDataString (line 151) | internal override string ConvertToMetafileHexDataString(Stream imageSt... FILE: src/Microsoft.DotNet.Wpf/src/Extensions/PresentationFramework-SystemXml/SystemXmlExtension.cs class SystemXmlExtension (line 20) | [SuppressMessage("Microsoft.Performance","CA1812:AvoidUninstantiatedInte... method IsXmlNode (line 24) | internal override bool IsXmlNode(object item) method IsXmlNamespaceManager (line 30) | internal override bool IsXmlNamespaceManager(object item) method TryGetValueFromXmlNode (line 36) | internal override bool TryGetValueFromXmlNode(object item, string name... method PrepareXmlComparer (line 52) | internal override IComparer PrepareXmlComparer(IEnumerable collection,... method IsEmptyXmlDataCollection (line 64) | internal override bool IsEmptyXmlDataCollection(object parent) method GetXmlTagName (line 72) | internal override string GetXmlTagName(object item, DependencyObject t... method FindXmlNodeWithInnerText (line 87) | internal override object FindXmlNodeWithInnerText(IEnumerable items, o... method GetInnerText (line 108) | internal override object GetInnerText(object item) method SelectStringValue (line 124) | internal static string SelectStringValue(XmlNode node, string query, X... method ExtractString (line 144) | private static string ExtractString(XmlNode node) method GetXmlNamespaceManager (line 166) | private static XmlNamespaceManager GetXmlNamespaceManager(DependencyOb... FILE: src/Microsoft.DotNet.Wpf/src/Extensions/PresentationFramework-SystemXml/XmlNodeComparer.cs class XmlNodeComparer (line 18) | internal class XmlNodeComparer : IComparer method XmlNodeComparer (line 26) | internal XmlNodeComparer(SortDescriptionCollection sortParameters, Xml... method Compare (line 33) | int IComparer.Compare(object o1, object o2) FILE: src/Microsoft.DotNet.Wpf/src/Extensions/PresentationFramework-SystemXmlLinq/SystemXmlLinqExtension.cs class SystemXmlLinqExtension (line 14) | [SuppressMessage("Microsoft.Performance","CA1812:AvoidUninstantiatedInte... method SystemXmlLinqExtension (line 17) | static SystemXmlLinqExtension() method IsXElement (line 30) | internal override bool IsXElement(object item) method GetXElementTagName (line 36) | internal override string GetXElementTagName(object item) method IsXLinqCollectionProperty (line 45) | internal override bool IsXLinqCollectionProperty(PropertyDescriptor pd) method IsXLinqNonIdempotentProperty (line 59) | internal override bool IsXLinqNonIdempotentProperty(PropertyDescriptor... FILE: src/Microsoft.DotNet.Wpf/src/PenImc/dll/ComApartmentVerifier.cpp function ComApartmentVerifier (line 21) | ComApartmentVerifier ComApartmentVerifier::Mta() function ComApartmentVerifier (line 27) | ComApartmentVerifier ComApartmentVerifier::CurrentSta() function HRESULT (line 44) | HRESULT ComApartmentVerifier::VerifyCurrentApartmentType() FILE: src/Microsoft.DotNet.Wpf/src/PenImc/dll/ComApartmentVerifier.hpp type ComUtils (line 14) | namespace ComUtils class ComApartmentVerifier (line 18) | class ComApartmentVerifier FILE: src/Microsoft.DotNet.Wpf/src/PenImc/dll/ComLockableWrapper.cpp function HRESULT (line 30) | HRESULT ComLockableWrapper::Lock() function HRESULT (line 57) | HRESULT ComLockableWrapper::Unlock() FILE: src/Microsoft.DotNet.Wpf/src/PenImc/dll/ComLockableWrapper.hpp type ComUtils (line 14) | namespace ComUtils class ComLockableWrapper (line 24) | class ComLockableWrapper method HasNotBeenUnlocked (line 46) | bool HasNotBeenUnlocked() { return (m_serverObject != nullptr); } FILE: src/Microsoft.DotNet.Wpf/src/PenImc/dll/GitComLockableWrapper.hpp type ComUtils (line 15) | namespace ComUtils class GitComLockableWrapper (line 26) | class GitComLockableWrapper method DWORD (line 52) | DWORD GetCookie() const { return m_gitKey; } method HRESULT (line 62) | HRESULT CheckCookie() { return (m_gitKey != 0) ? S_OK : E_FAIL; } function HRESULT (line 116) | HRESULT GitComLockableWrapper::Lock() function HRESULT (line 132) | HRESULT GitComLockableWrapper::Unlock() FILE: src/Microsoft.DotNet.Wpf/src/PenImc/dll/PbList.cpp function AssertSizeOfList (line 12) | void AssertSizeOfList(CPbList * pList, INT cExpected) function TestPbList (line 44) | void TestPbList() FILE: src/Microsoft.DotNet.Wpf/src/PenImc/dll/PbList.h type DWORD_PTR (line 10) | typedef DWORD_PTR PBLKEY; function SetSyncCheckDbg (line 42) | void SetSyncCheckDbg(BOOL * pfSyncCheckDbg) function BOOL (line 51) | BOOL SyncCheckDbg() function BOOL (line 62) | static BOOL SyncCheckCoreDbg(BOOL fSyncCheckDbg) function HRESULT (line 70) | HRESULT AddToHead(ENTRY_TYPE entry) function HRESULT (line 82) | HRESULT AddToTail(ENTRY_TYPE entry) function HRESULT (line 94) | HRESULT AddToHead(__typefix(CListEntry *) __out PBLKEY * pkeyNew) function HRESULT (line 109) | HRESULT AddToTail(__typefix(CListEntry *) __out PBLKEY * pkeyNew) function HRESULT (line 124) | HRESULT InsertBefore(__typefix(CListEntry *) __inout PBLKEY keyBefore, _... function HRESULT (line 139) | HRESULT Remove(__typefix(CListEntry *) __in PBLKEY key, bool deleteEntry) function HRESULT (line 158) | HRESULT MoveToHead(__typefix(CListEntry *) __inout PBLKEY key) function HRESULT (line 172) | HRESULT MoveToTail(__typefix(CListEntry *) __inout PBLKEY key) function PBLKEY (line 186) | PBLKEY GetHead() function PBLKEY (line 194) | PBLKEY GetTail() function PBLKEY (line 202) | PBLKEY GetNext(__typefix(CListEntry *) __in PBLKEY key) function PBLKEY (line 212) | PBLKEY GetPrev(__typefix(CListEntry *) __in PBLKEY key) function __out (line 222) | inline __out ENTRY_TYPE & operator[](__typefix(CListEntry *) __in PBLKEY... function BOOL (line 244) | inline BOOL IsAtEnd(__typefix(CListEntry *) __in PBLKEY key) function BOOL (line 252) | inline BOOL IsEmpty() function ClearList (line 274) | void ClearList() function HRESULT (line 288) | HRESULT AddToHeadCore(__inout CListEntry * pNew) function HRESULT (line 308) | HRESULT AddToTailCore(__inout CListEntry * pNew) function HRESULT (line 328) | HRESULT InsertBeforeCore(__typefix(CListEntry *) __inout PBLKEY keyBefor... function HRESULT (line 352) | HRESULT RemoveCore (__in CListEntry * p) FILE: src/Microsoft.DotNet.Wpf/src/PenImc/dll/PbPreallocArray.cpp class CPbPreallocArray (line 11) | class CPbPreallocArray method CPbPreallocArray (line 17) | CPbPreallocArray() method INT (line 37) | inline INT GetSize() method HRESULT (line 44) | HRESULT SetSize(INT cNew, BOOL fGrowFast = TRUE) method HRESULT (line 58) | HRESULT Add(INT * pidxNew, BOOL fGrowFast = TRUE) method HRESULT (line 70) | HRESULT Add(ENTRY_TYPE entry, BOOL fGrowFast = TRUE) method ENTRY_TYPE (line 82) | ENTRY_TYPE & operator[](UINT idx) method ENTRY_TYPE (line 90) | ENTRY_TYPE * GetData() method HRESULT (line 98) | HRESULT Remove(UINT idx) method HRESULT (line 118) | HRESULT EnsureSize(UINT cRequested, BOOL fGrowFast) FILE: src/Microsoft.DotNet.Wpf/src/PenImc/dll/PbPreallocArray.h function CPbPreallocArray (line 10) | const int INITIAL_COUNT> function __out (line 84) | __out ENTRY_TYPE & operator[](UINT idx) function __out (line 92) | __out ENTRY_TYPE * GetData() function HRESULT (line 100) | HRESULT Remove(UINT idx) FILE: src/Microsoft.DotNet.Wpf/src/PenImc/dll/PenImc.cpp function SafeCloseHandle (line 23) | void SafeCloseHandle(__inout HANDLE * pHandle) class CPimcManagerFactory (line 49) | class CPimcManagerFactory : public IClassFactory function BOOL (line 64) | BOOL WINAPI DllMain(__in HINSTANCE hInstance, DWORD dwReason, LPVOID lpR... function STDAPI (line 88) | STDAPI DllCanUnloadNow(void) function _Check_return_ (line 101) | _Check_return_ function STDAPI (line 138) | STDAPI DllRegisterServer(void) function STDAPI (line 154) | STDAPI DllUnregisterServer(void) function STDMETHODIMP (line 173) | STDMETHODIMP CPimcManagerFactory::QueryInterface(REFIID riid, __typefix(... function STDMETHODIMP (line 193) | STDMETHODIMP CPimcManagerFactory::CreateInstance(LPUNKNOWN pUnkOuter, RE... function STDMETHODIMP (line 209) | STDMETHODIMP CPimcManagerFactory::LockServer(BOOL fLock) FILE: src/Microsoft.DotNet.Wpf/src/PenImc/dll/PimcContext.cpp function HRESULT (line 43) | HRESULT CPimcContext::Init( function HRESULT (line 152) | HRESULT CPimcContext::InitUnnamedCommunications(__in CComPtr pTabS, __in CComPtr > ScopedString; function Close (line 37) | static void Close(T t) type Scope (line 43) | typedef Scope > ScopedLocalString; type Scope (line 45) | typedef Scope path) method GetRootLength (line 194) | internal static int GetRootLength(ReadOnlySpan path) method EqualStartingCharacterCount (line 254) | internal static unsafe int EqualStartingCharacterCount(string first, s... method IsDevice (line 283) | internal static bool IsDevice(ReadOnlySpan path) method IsDeviceUNC (line 301) | internal static bool IsDeviceUNC(ReadOnlySpan path) method IsValidDriveChar (line 314) | internal static bool IsValidDriveChar(char value) method IsExtended (line 324) | internal static bool IsExtended(ReadOnlySpan path) method DoesEndInDirectorySeparator (line 338) | public static bool DoesEndInDirectorySeparator(ReadOnlySpan path) method DoesEndInDirectorySeparator (line 344) | public static bool DoesEndInDirectorySeparator(string path) FILE: src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/MS/Internal/MarkupCompiler/VersionHelper.cs class VersionHelper (line 14) | internal static class VersionHelper method TryParse (line 24) | internal static bool TryParse(string s, out Version version) method TryParseAssemblyVersion (line 41) | internal static bool TryParseAssemblyVersion(string s, bool allowWildc... method TryParse (line 59) | private static bool TryParse(string s, bool allowWildcard, ushort maxV... method TryGetValue (line 161) | private static bool TryGetValue(string s, out ushort value) method GenerateVersionFromPatternAndCurrentTime (line 181) | public static Version? GenerateVersionFromPatternAndCurrentTime(DateTi... FILE: src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/MS/Internal/Shared/SourceFileInfo.cs class SourceFileInfo (line 25) | internal class SourceFileInfo method SourceFileInfo (line 31) | internal SourceFileInfo(FileUnit file) method CloseStream (line 139) | internal void CloseStream() FILE: src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/MS/Internal/Tasks/CompilerLocalReference.cs class LocalReferenceFile (line 26) | internal class LocalReferenceFile method LocalReferenceFile (line 37) | internal LocalReferenceFile(string filepath, bool localizable, string ... method Serialize (line 73) | internal string Serialize() method Deserialize (line 105) | internal static LocalReferenceFile Deserialize(string cacheInfo) class CompilerLocalReference (line 138) | internal class CompilerLocalReference method CompilerLocalReference (line 143) | internal CompilerLocalReference(string localCacheFile, ITaskFileServic... method CacheFileExists (line 155) | internal bool CacheFileExists() method CleanupCache (line 163) | internal void CleanupCache() method SaveCacheInformation (line 174) | internal bool SaveCacheInformation(MarkupCompilePass1 mcPass1) method LoadCacheFile (line 236) | internal bool LoadCacheFile() FILE: src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/MS/Internal/Tasks/CompilerState.cs type CompilerStateType (line 26) | internal enum CompilerStateType : int class CompilerState (line 53) | internal class CompilerState method CompilerState (line 58) | internal CompilerState(string stateFilePath, ITaskFileService taskFile... method StateFileExists (line 72) | internal bool StateFileExists() method CleanupCache (line 80) | internal void CleanupCache() method SaveStateInformation (line 88) | internal bool SaveStateInformation(MarkupCompilePass1 mcPass1) method SaveStateInformation (line 119) | internal bool SaveStateInformation() method LoadStateInformation (line 149) | internal bool LoadStateInformation( ) method GenerateCacheForFileList (line 202) | internal static string GenerateCacheForFileList(ITaskItem[] fileItemList) method GenerateStringFromFileNames (line 230) | private static string GenerateStringFromFileNames(ITaskItem[] fileItem... method GetNonRandomizedHashCode (line 256) | private static unsafe int GetNonRandomizedHashCode(string str) method RotateLeft (line 288) | private static uint RotateLeft(uint value, int offset) FILE: src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/MS/Internal/Tasks/CompilerWrapper.cs class CompilerWrapper (line 30) | internal class CompilerWrapper : MarshalByRefObject method CompilerWrapper (line 35) | internal CompilerWrapper() method DoCompilation (line 221) | internal bool DoCompilation(string assemblyName, string language, stri... method OnCompilerError (line 282) | private void OnCompilerError(Object sender, MarkupErrorEventArgs e) method IsXmlException (line 322) | private bool IsXmlException(Exception e) method OnSourceFileResolve (line 347) | private void OnSourceFileResolve(Object sender, SourceFileResolveEvent... method GetResolvedFilePath (line 387) | private string GetResolvedFilePath(string filePath, ref string newSour... FILE: src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/MS/Internal/Tasks/IPersistFileCheckSum.cs type IPersistFileCheckSum (line 34) | [ComImport] method CalculateCheckSum (line 39) | void CalculateCheckSum( [In, MarshalAs(UnmanagedType.LPStruct)] Guid g... FILE: src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/MS/Internal/Tasks/IVsMSBuildTaskFileManager.cs type IVsMSBuildTaskFileManager (line 30) | [ComImport] method GetFileContents (line 37) | string GetFileContents([In, MarshalAs(UnmanagedType.LPWStr)] string ws... method GetFileDocData (line 43) | [return:MarshalAs(UnmanagedType.IUnknown)] method GetFileLastChangeTime (line 52) | long GetFileLastChangeTime([In, MarshalAs(UnmanagedType.LPWStr)] strin... method PutGeneratedFileContents (line 63) | void PutGeneratedFileContents([In, MarshalAs(UnmanagedType.LPWStr)] st... method IsRealBuildOperation (line 69) | [return:MarshalAs(UnmanagedType.Bool)] method Delete (line 74) | void Delete([In, MarshalAs(UnmanagedType.LPWStr)] string wszFilename); method Exists (line 78) | [return:MarshalAs(UnmanagedType.Bool)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/MS/Internal/Tasks/IncrementalCompileAnalyzer.cs type RecompileCategory (line 26) | [Flags] class IncrementalCompileAnalyzer (line 40) | internal class IncrementalCompileAnalyzer method IncrementalCompileAnalyzer (line 45) | internal IncrementalCompileAnalyzer(MarkupCompilePass1 mcPass1) method AnalyzeInputFiles (line 62) | internal void AnalyzeInputFiles() method IsSettingModified (line 329) | private bool IsSettingModified(string textSource, string textTarget) method UpdateFileListForIncrementalBuild (line 358) | private void UpdateFileListForIncrementalBuild(List modified... method UpdateFileListForCleanbuild (line 452) | private void UpdateFileListForCleanbuild() method RecompileContentFiles (line 477) | private void RecompileContentFiles() method ProcessApplicationFile (line 516) | private void ProcessApplicationFile(bool recompile) method IsFileListChanged (line 551) | private bool IsFileListChanged(ITaskItem[] fileList) method IsFileChanged (line 574) | private bool IsFileChanged(string inputFile) method ListIsNotEmpty (line 592) | private bool ListIsNotEmpty(object [] list) FILE: src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/MS/Internal/Tasks/Shared.cs class SharedStrings (line 20) | internal static class SharedStrings FILE: src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/MS/Internal/Tasks/TaskFileService.cs type ITaskFileService (line 34) | internal interface ITaskFileService method GetContent (line 39) | Stream GetContent(string srcFile); method GetChecksum (line 44) | byte[] GetChecksum(string srcFile, Guid hashGuid); method GetLastChangeTime (line 49) | DateTime GetLastChangeTime(string srcFile); method Exists (line 54) | bool Exists(string fileName); method Delete (line 59) | void Delete(string fileName); method WriteFile (line 64) | void WriteFile(byte[] contentArray, string destinationFile); method WriteGeneratedCodeFile (line 78) | void WriteGeneratedCodeFile(byte[] contentArray, string destinationFil... class TaskFileService (line 100) | internal class TaskFileService : MarshalByRefObject, ITaskFileService method TaskFileService (line 105) | public TaskFileService(Task buildTask) method GetContent (line 120) | public Stream GetContent(string srcFile) method GetChecksum (line 157) | public byte[] GetChecksum(string fileName, Guid hashGuid) method GetLastChangeTime (line 211) | public DateTime GetLastChangeTime(string srcFile) method Exists (line 237) | public bool Exists(string fileName) method Delete (line 261) | public void Delete(string fileName) method WriteFile (line 283) | public void WriteFile(byte[] contentArray, string destinationFile) method WriteGeneratedCodeFile (line 326) | public void WriteGeneratedCodeFile(byte[] contentArray, string destina... method IsFileInHostManager (line 418) | private bool IsFileInHostManager(string destinationFile) FILE: src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/MS/Internal/Tasks/TaskHelper.cs class TaskHelper (line 30) | internal static class TaskHelper method DisplayLogo (line 45) | internal static void DisplayLogo(TaskLoggingHelper log, string taskName) method CreateFullFilePath (line 65) | internal static string CreateFullFilePath(string thePath, string rootP... method GetRootRelativePath (line 88) | internal static string GetRootRelativePath(string path1, string path2) method BooleanStringValue (line 118) | internal static bool BooleanStringValue(string str) method GetLowerString (line 141) | internal static string GetLowerString(string str) method IsValidCultureName (line 156) | internal static bool IsValidCultureName(string name) method GetWholeExceptionMessage (line 190) | internal static string GetWholeExceptionMessage(Exception exception) method CreateCompilerWrapper (line 222) | internal static CompilerWrapper CreateCompilerWrapper() FILE: src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/Microsoft/Build/Tasks/Windows/FileClassifier.cs class FileClassifier (line 31) | public sealed class FileClassifier : Task method FileClassifier (line 44) | public FileClassifier() method Execute (line 66) | public override bool Execute() method VerifyTaskInputs (line 251) | private bool VerifyTaskInputs() method Classify (line 288) | private void Classify(IEnumerable inputItems, List output) method SignEncode (line 41) | internal void SignEncode(int data, List output) method Decode (line 62) | internal uint Decode(byte[] input, int inputIndex, ref uint data) method SignDecode (line 97) | internal uint SignDecode(byte[] input, int inputIndex, ref int data) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/InkSerializedFormat/SerializationHelper.cs class SerializationHelper (line 12) | internal static class SerializationHelper method VarSize (line 19) | public static uint VarSize(uint Value) method Encode (line 40) | public static uint Encode(Stream strm, uint Value) method EncodeLarge (line 65) | public static uint EncodeLarge(Stream strm, ulong ulValue) method SignEncode (line 94) | public static uint SignEncode(Stream strm, int Value) method Decode (line 124) | public static uint Decode(Stream strm, out uint dw) method DecodeLarge (line 149) | public static uint DecodeLarge(Stream strm, out ulong ull) method SignDecode (line 177) | public static uint SignDecode(Stream strm, out int i) method ConvertToVarEnum (line 208) | public static VarEnum ConvertToVarEnum(Type type, bool throwOnError) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/InkSerializedFormat/StrokeDescriptor.cs class StrokeDescriptor (line 9) | internal class StrokeDescriptor method StrokeDescriptor (line 31) | public StrokeDescriptor() method IsEqual (line 35) | public bool IsEqual(StrokeDescriptor strd) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/InkSerializedFormat/StrokeSerializer.cs method DecodeStroke (line 46) | internal static uint DecodeStroke(Stream stream, method if (line 137) | if (0 == totalBytesInStrokeBlockOfIsfStream) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/InkSerializedFormat/TransformDescriptor.cs class TransformDescriptor (line 9) | internal class TransformDescriptor method Compare (line 45) | public bool Compare(TransformDescriptor that) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/Lasso.cs class Lasso (line 16) | internal class Lasso method Lasso (line 23) | internal Lasso() method AddPoints (line 87) | internal void AddPoints(IEnumerable points) method AddPoint (line 101) | internal void AddPoint(Point point) method Contains (line 117) | internal bool Contains(Point point) method HitTest (line 183) | internal StrokeIntersection[] HitTest(StrokeNodeIterator iterator) method SortAndMerge (line 325) | private static void SortAndMerge(ref List crossingList) method SegmentWithinLasso (line 354) | private bool SegmentWithinLasso(StrokeNode strokeNode, double fIndex) method ProduceHitTestResults (line 378) | private void ProduceHitTestResults( method Filter (line 502) | protected virtual bool Filter(Point point) method AddPointImpl (line 523) | protected virtual void AddPointImpl(Point point) type LassoCrossing (line 543) | private struct LassoCrossing : IComparable method LassoCrossing (line 554) | public LassoCrossing(StrokeFIndices newFIndices, StrokeNode strokeNode) method ToString (line 565) | public override string ToString() method CompareTo (line 598) | public int CompareTo(object obj) method Merge (line 625) | public bool Merge(LassoCrossing crossing) class SingleLoopLasso (line 669) | internal class SingleLoopLasso : Lasso method SingleLoopLasso (line 674) | internal SingleLoopLasso() : base(){} method Filter (line 679) | protected override bool Filter(Point point) method AddPointImpl (line 757) | protected override void AddPointImpl(Point point) method GetIntersectionWithExistingLasso (line 767) | private bool GetIntersectionWithExistingLasso(Point point, ref double ... method FindIntersection (line 810) | private static double FindIntersection(Vector hitBegin, Vector hitEnd,... method AdjustFIndex (line 899) | internal static double AdjustFIndex(double findex) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/Quad.cs type Quad (line 15) | internal struct Quad method Quad (line 29) | internal Quad(Point a, Point b, Point c, Point d) method GetPoints (line 69) | internal void GetPoints(List pointBuffer) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/Renderer.cs class Renderer (line 21) | internal class Renderer class StrokeVisual (line 28) | private class StrokeVisual : System.Windows.Media.DrawingVisual method StrokeVisual (line 35) | internal StrokeVisual(Stroke stroke, Renderer renderer) : base() method Update (line 65) | internal void Update() method HitTestCore (line 103) | protected override HitTestResult HitTestCore(PointHitTestParameters ... class HighlighterContainerVisual (line 135) | private class HighlighterContainerVisual : ContainerVisual method HighlighterContainerVisual (line 137) | internal HighlighterContainerVisual(Color color) method Renderer (line 159) | internal Renderer() method AttachIncrementalRendering (line 272) | internal void AttachIncrementalRendering(Visual visual, DrawingAttribu... method DetachIncrementalRendering (line 318) | internal void DetachIncrementalRendering(Visual visual) method ContainsAttachedIncrementalRenderingVisual (line 336) | internal bool ContainsAttachedIncrementalRenderingVisual(Visual visual) method AttachedVisualIsPositionedCorrectly (line 349) | internal bool AttachedVisualIsPositionedCorrectly(Visual visual, Drawi... method TurnHighContrastOn (line 375) | internal void TurnHighContrastOn(Color strokeColor) method TurnHighContrastOff (line 388) | internal void TurnHighContrastOff() method IsHighContrast (line 401) | internal bool IsHighContrast() method GetHighContrastColor (line 410) | public Color GetHighContrastColor() method OnStrokesChanged (line 422) | private void OnStrokesChanged(object sender, StrokeCollectionChangedEv... method OnStrokeInvalidated (line 472) | private void OnStrokeInvalidated(object sender, EventArgs eventArgs) method UpdateStrokeVisuals (line 511) | private void UpdateStrokeVisuals() method AttachVisual (line 523) | private void AttachVisual(StrokeVisual visual, bool buildingStrokeColl... method DetachVisual (line 599) | private void DetachVisual(Visual visual) method StartListeningOnStrokeEvents (line 623) | private void StartListeningOnStrokeEvents(Stroke stroke) method StopListeningOnStrokeEvents (line 632) | private void StopListeningOnStrokeEvents(Stroke stroke) method GetContainerVisual (line 644) | private ContainerVisual GetContainerVisual(DrawingAttributes drawingAt... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/SerializationFlags.cs type PersistenceFormat (line 11) | internal enum PersistenceFormat type CompressionMode (line 27) | internal enum CompressionMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/StrokeFIndices.cs type StrokeFIndices (line 14) | internal struct StrokeFIndices : IEquatable method StrokeFIndices (line 40) | internal StrokeFIndices(double beginFIndex, double endFIndex) method ToString (line 69) | public override string ToString() method Equals (line 79) | public bool Equals(StrokeFIndices strokeFIndices) method Equals (line 89) | public override bool Equals(Object obj) method GetHashCode (line 101) | public override int GetHashCode() method GetStringRepresentation (line 129) | internal static string GetStringRepresentation(double fIndex) method CompareTo (line 176) | internal int CompareTo(StrokeFIndices fIndices) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/StrokeIntersection.cs type StrokeIntersection (line 12) | internal struct StrokeIntersection method StrokeIntersection (line 40) | internal StrokeIntersection(double hitBegin, double inBegin, double in... method ToString (line 90) | public override string ToString() method Equals (line 104) | public override bool Equals(Object obj) method GetHashCode (line 116) | public override int GetHashCode() method GetInSegments (line 182) | internal static StrokeFIndices[] GetInSegments(StrokeIntersection[] in... method GetHitSegments (line 214) | internal static StrokeFIndices[] GetHitSegments(StrokeIntersection[] i... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/StrokeNode.cs type StrokeNode (line 16) | internal struct StrokeNode method StrokeNode (line 28) | internal StrokeNode( method GetBounds (line 93) | internal Rect GetBounds() method GetBoundsConnected (line 102) | internal Rect GetBoundsConnected() method GetContourPoints (line 110) | internal void GetContourPoints(List pointBuffer) method GetPreviousContourPoints (line 121) | internal void GetPreviousContourPoints(List pointBuffer) method GetConnectingQuad (line 132) | internal Quad GetConnectingQuad() method GetPointsAtStartOfSegment (line 185) | internal void GetPointsAtStartOfSegment(List abPoints, method GetPointsAtEndOfSegment (line 310) | internal void GetPointsAtEndOfSegment( List abPoints, method GetPointsAtMiddleSegment (line 414) | internal void GetPointsAtMiddleSegment( StrokeNode previous, method GetIntersection (line 756) | internal static Point GetIntersection(Point line1Start, Point line1End... method HitTest (line 845) | internal bool HitTest(StrokeNode hitNode) method CutTest (line 863) | internal StrokeFIndices CutTest(StrokeNode hitNode) method CutTest (line 886) | internal StrokeFIndices CutTest(Point begin, Point end) method BindFIndices (line 913) | private StrokeFIndices BindFIndices(StrokeFIndices fragment) method BindFIndicesForLassoHitTest (line 944) | private StrokeFIndices BindFIndicesForLassoHitTest(StrokeFIndices frag... method GetContourSegments (line 1016) | private IEnumerable GetContourSegments() method GetPointAt (line 1034) | internal Point GetPointAt(double findex) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/StrokeNodeData.cs type StrokeNodeData (line 14) | internal readonly struct StrokeNodeData method StrokeNodeData (line 31) | internal StrokeNodeData(Point position) method StrokeNodeData (line 42) | internal StrokeNodeData(Point position, float pressure) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/StrokeNodeEnumerator.cs class StrokeNodeIterator (line 21) | internal class StrokeNodeIterator method GetIterator (line 26) | internal static StrokeNodeIterator GetIterator(Stroke stroke, DrawingA... method GetIterator (line 41) | internal static StrokeNodeIterator GetIterator(StylusPointCollection s... method GetNormalizedPressureFactor (line 58) | private static float GetNormalizedPressureFactor(float stylusPointPres... method StrokeNodeIterator (line 71) | internal StrokeNodeIterator(StylusShape nodeShape) method StrokeNodeIterator (line 84) | internal StrokeNodeIterator(DrawingAttributes drawingAttributes) method StrokeNodeIterator (line 97) | internal StrokeNodeIterator(StylusPointCollection stylusPoints, method GetIteratorForNextSegment (line 114) | internal StrokeNodeIterator GetIteratorForNextSegment(StylusPointColle... method GetIteratorForNextSegment (line 143) | internal StrokeNodeIterator GetIteratorForNextSegment(Point[] points) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/StrokeNodeOperations.cs class StrokeNodeOperations (line 13) | internal partial class StrokeNodeOperations method CreateInstance (line 22) | internal static StrokeNodeOperations CreateInstance(StylusShape nodeSh... method StrokeNodeOperations (line 39) | internal StrokeNodeOperations(StylusShape nodeShape) method GetNodeBounds (line 56) | internal Rect GetNodeBounds(in StrokeNodeData node) method GetNodeContourPoints (line 89) | internal void GetNodeContourPoints(in StrokeNodeData node, List... method GetContourSegments (line 116) | internal virtual IEnumerable GetContourSegments(Stroke... method GetNonBezierContourSegments (line 161) | internal virtual IEnumerable GetNonBezierContourSegmen... method GetConnectingQuad (line 174) | internal virtual Quad GetConnectingQuad(in StrokeNodeData beginNode, i... method HitTest (line 287) | internal virtual bool HitTest( method HitTest (line 432) | internal virtual bool HitTest( method CutTest (line 460) | internal virtual StrokeFIndices CutTest( method CutTest (line 552) | internal virtual StrokeFIndices CutTest( method ClipTest (line 671) | private double ClipTest(Vector spineVector, double pressureDelta, Vect... method ClipTestArc (line 800) | private double ClipTestArc(Vector spineVector, double pressureDelta, V... method GetVertices (line 909) | internal Vector[] GetVertices() method HitTestPolygonContourSegments (line 921) | private bool HitTestPolygonContourSegments( method HitTestInkContour (line 1010) | private bool HitTestInkContour( method HitTestStrokeNodes (line 1174) | private bool HitTestStrokeNodes( method CalculateClipLocation (line 1262) | private double CalculateClipLocation( method IsInvalidCutTestResult (line 1298) | protected bool IsInvalidCutTestResult(StrokeFIndices result) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/StrokeNodeOperations2.cs class StrokeNodeOperations (line 12) | internal partial class StrokeNodeOperations type HitResult (line 17) | internal enum HitResult method HitTestPolygonSegment (line 37) | internal static bool HitTestPolygonSegment(Vector[] vertices, Vector h... method HitTestQuadSegment (line 75) | internal static bool HitTestQuadSegment(Quad quad, Point hitBegin, Poi... method HitTestPolygonCircle (line 114) | internal static bool HitTestPolygonCircle(Vector[] vertices, Vector ce... method HitTestQuadCircle (line 157) | internal static bool HitTestQuadCircle(Quad quad, Point center, Vector... method WhereIsSegmentAboutSegment (line 200) | internal static HitResult WhereIsSegmentAboutSegment( method WhereIsCircleAboutSegment (line 338) | internal static HitResult WhereIsCircleAboutSegment( method WhereIsVectorAboutVector (line 399) | internal static HitResult WhereIsVectorAboutVector(Vector vector1, Vec... method WhereIsVectorAboutArc (line 412) | internal static HitResult WhereIsVectorAboutArc(Vector hitVector, Vect... method TurnLeft (line 454) | internal static Vector TurnLeft(Vector vector) method TurnRight (line 466) | internal static Vector TurnRight(Vector vector) method IsOutside (line 479) | internal static bool IsOutside(HitResult hitResult, HitResult prevHitR... method GetPositionBetweenLines (line 495) | internal static double GetPositionBetweenLines(Vector linesVector, Vec... method GetProjectionFIndex (line 517) | internal static double GetProjectionFIndex(Vector begin, Vector end) method GetProjection (line 537) | internal static Vector GetProjection(Vector begin, Vector end) method GetNearest (line 549) | internal static Vector GetNearest(Vector begin, Vector end) method AdjustFIndex (line 566) | internal static double AdjustFIndex(double findex) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/StrokeRenderer.cs class StrokeRenderer (line 16) | internal static class StrokeRenderer method CalcGeometryAndBoundsWithTransform (line 29) | internal static void CalcGeometryAndBoundsWithTransform(StrokeNodeIter... method CalcGeometryAndBounds (line 199) | internal static void CalcGeometryAndBounds(StrokeNodeIterator iterator, method RenderTwoStrokeNodes (line 738) | private static void RenderTwoStrokeNodes( StreamGeometryContext cont... method ReverseDCPointsRenderAndClear (line 798) | private static void ReverseDCPointsRenderAndClear(StreamGeometryContex... method FuzzyContains (line 827) | private static RectCompareResult FuzzyContains(Rect rect1, Rect rect2,... method AddFigureToStreamGeometryContext (line 863) | private static void AddFigureToStreamGeometryContext(StreamGeometryCon... method AddPolylineFigureToStreamGeometryContext (line 891) | private static void AddPolylineFigureToStreamGeometryContext(StreamGeo... method AddArcToFigureToStreamGeometryContext (line 913) | private static void AddArcToFigureToStreamGeometryContext(StreamGeomet... method GetAngleDeltaFromLast (line 987) | private static double GetAngleDeltaFromLast(Point previousPosition, Po... method GetAngleBetween (line 1026) | private static double GetAngleBetween(Point previousPosition, Point cu... method GetHighlighterAttributes (line 1094) | internal static DrawingAttributes GetHighlighterAttributes(Stroke stro... method GetHighlighterColor (line 1110) | internal static Color GetHighlighterColor(Color color) type RectCompareResult (line 1125) | private enum RectCompareResult FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Ink/StylusShape.cs class StylusShape (line 19) | public abstract class StylusShape method StylusShape (line 34) | internal StylusShape(){} method StylusShape (line 39) | internal StylusShape(StylusTip tip, double width, double height, doubl... method GetVerticesAsVectors (line 98) | internal Vector[] GetVerticesAsVectors() method ComputeRectangleVertices (line 206) | private void ComputeRectangleVertices() method FixCounterClockwiseVertices (line 223) | private void FixCounterClockwiseVertices(Vector[] vertices) method GetBezierControlPoints (line 267) | private Point[] GetBezierControlPoints() class EllipseStylusShape (line 323) | public sealed class EllipseStylusShape : StylusShape method EllipseStylusShape (line 330) | public EllipseStylusShape(double width, double height) method EllipseStylusShape (line 341) | public EllipseStylusShape(double width, double height, double rotation) class RectangleStylusShape (line 350) | public sealed class RectangleStylusShape : StylusShape method RectangleStylusShape (line 357) | public RectangleStylusShape(double width, double height) method RectangleStylusShape (line 368) | public RectangleStylusShape(double width, double height, double rotation) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Interop/DWrite/DWRITE_FONT_FACE_TYPE.cs type DWRITE_FONT_FACE_TYPE (line 6) | internal enum DWRITE_FONT_FACE_TYPE FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Interop/DWrite/DWRITE_FONT_SIMULATIONS.cs type DWRITE_FONT_SIMULATIONS (line 6) | internal enum DWRITE_FONT_SIMULATIONS FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Interop/DWrite/IDWriteFactory.cs type IDWriteFactory (line 8) | internal unsafe struct IDWriteFactory : IUnknown method QueryInterface (line 12) | public int QueryInterface(Guid* riid, void** ppvObject) method AddRef (line 17) | public uint AddRef() method Release (line 22) | public uint Release() method GetSystemFontCollection (line 27) | public int GetSystemFontCollection(IDWriteFontCollection** fontCollect... method CreateCustomFontCollection (line 32) | public int CreateCustomFontCollection(IDWriteFontCollectionLoader* col... method RegisterFontCollectionLoader (line 37) | public int RegisterFontCollectionLoader(IDWriteFontCollectionLoader* f... method UnregisterFontCollectionLoader (line 42) | public int UnregisterFontCollectionLoader(IDWriteFontCollectionLoader*... method CreateFontFace (line 47) | public int CreateFontFace(DWRITE_FONT_FACE_TYPE fontFaceType, uint num... method RegisterFontFileLoader (line 52) | public int RegisterFontFileLoader(IDWriteFontFileLoader* fontFileLoader) method UnregisterFontFileLoader (line 57) | public int UnregisterFontFileLoader(IDWriteFontFileLoader* fontFileLoa... method CreateTextAnalyzer (line 62) | public int CreateTextAnalyzer(IDWriteTextAnalyzer** textAnalyzer) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Interop/DWrite/IDWriteFontCollection.cs type IDWriteFontCollection (line 8) | internal unsafe struct IDWriteFontCollection : IUnknown method QueryInterface (line 12) | public int QueryInterface(Guid* riid, void** ppvObject) method AddRef (line 17) | public uint AddRef() method Release (line 22) | public uint Release() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Interop/DWrite/IDWriteFontCollectionLoader.cs type IDWriteFontCollectionLoader (line 8) | internal unsafe struct IDWriteFontCollectionLoader : IUnknown method QueryInterface (line 12) | public int QueryInterface(Guid* riid, void** ppvObject) method AddRef (line 17) | public uint AddRef() method Release (line 22) | public uint Release() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Interop/DWrite/IDWriteFontFace.cs type IDWriteFontFace (line 8) | internal unsafe struct IDWriteFontFace : IUnknown method QueryInterface (line 12) | public int QueryInterface(Guid* riid, void** ppvObject) method AddRef (line 17) | public uint AddRef() method Release (line 22) | public uint Release() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Interop/DWrite/IDWriteFontFile.cs type IDWriteFontFile (line 8) | internal unsafe struct IDWriteFontFile : IUnknown method QueryInterface (line 12) | public int QueryInterface(Guid* riid, void** ppvObject) method AddRef (line 17) | public uint AddRef() method Release (line 22) | public uint Release() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Interop/DWrite/IDWriteFontFileLoader.cs type IDWriteFontFileLoader (line 8) | internal unsafe struct IDWriteFontFileLoader : IUnknown method QueryInterface (line 12) | public int QueryInterface(Guid* riid, void** ppvObject) method AddRef (line 17) | public uint AddRef() method Release (line 22) | public uint Release() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Interop/DWrite/IDWriteTextAnalyzer.cs type IDWriteTextAnalyzer (line 8) | internal unsafe struct IDWriteTextAnalyzer : IUnknown method QueryInterface (line 12) | public int QueryInterface(Guid* riid, void** ppvObject) method AddRef (line 17) | public uint AddRef() method Release (line 22) | public uint Release() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Interop/IUnknown.cs type IUnknown (line 6) | internal unsafe interface IUnknown method QueryInterface (line 8) | int QueryInterface(Guid* guid, void** comObject); method AddRef (line 10) | uint AddRef(); method Release (line 12) | uint Release(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Interop/NativePointerCriticalHandle.cs class NativePointerCriticalHandle (line 8) | internal abstract unsafe class NativePointerCriticalHandle : Cri... method NativePointerCriticalHandle (line 11) | public NativePointerCriticalHandle(IntPtr nativePointer) class NativeIUnknownWrapper (line 22) | internal unsafe class NativeIUnknownWrapper : NativePointerCriti... method NativeIUnknownWrapper (line 25) | public NativeIUnknownWrapper(void* nativePointer) method ReleaseHandle (line 30) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Interop/TipTsfHelper.cs class TipTsfHelper (line 33) | internal static class TipTsfHelper method CheckAndDispatchKbOperation (line 54) | private static bool CheckAndDispatchKbOperation(Action points, bool isStroked, boo... method PolyQuadraticBezierTo (line 181) | public override void PolyQuadraticBezierTo(IList points, bool isS... method PolyBezierTo (line 192) | public override void PolyBezierTo(IList points, bool isStroked, b... method ArcTo (line 206) | public override void ArcTo(Point point, Size size, double rotationAngle,... method ArcTo (line 208) | public override void ArcTo(Point point, Size size, double rotationAngle,... method FinishFigure (line 257) | internal void FinishFigure() method DisposeCore (line 279) | internal override void DisposeCore() method SetClosedState (line 286) | internal override void SetClosedState(bool closed) method MarkEOF (line 294) | internal void MarkEOF() method Deserialize (line 305) | internal static void Deserialize(BinaryReader br, StreamGeometryContext ... method DeserializeFillRule (line 373) | private static void DeserializeFillRule(BinaryReader br, Byte firstByte,... method DeserializeBeginFigure (line 386) | private static void DeserializeBeginFigure(BinaryReader br, Byte firstBy... method DeserializeLineTo (line 397) | private static void DeserializeLineTo(BinaryReader br, Byte firstByte, S... method DeserializeQuadraticBezierTo (line 408) | private static void DeserializeQuadraticBezierTo(BinaryReader br, byte f... method DeserializeBezierTo (line 423) | private static void DeserializeBezierTo(BinaryReader br, byte firstByte,... method DeserializePolyLineTo (line 443) | private static void DeserializePolyLineTo(BinaryReader br, Byte firstByt... method DeserializePolyQuadraticBezierTo (line 454) | private static void DeserializePolyQuadraticBezierTo(BinaryReader br, By... method DeserializePolyBezierTo (line 465) | private static void DeserializePolyBezierTo(BinaryReader br, Byte firstB... method DeserializeArcTo (line 477) | private static void DeserializeArcTo(BinaryReader br, byte firstByte, St... method UnPackBools (line 512) | private static void UnPackBools(byte packedByte, out bool bool1, out boo... method UnPackBools (line 518) | private static void UnPackBools(byte packedByte, out bool bool1, out boo... method UnPackOpCode (line 526) | private static ParserGeometryContextOpCodes UnPackOpCode(byte packedByte) method DeserializeListOfPointsAndTwoBools (line 531) | private static IList DeserializeListOfPointsAndTwoBools(BinaryRea... method DeserializePointAndTwoBools (line 556) | private static void DeserializePointAndTwoBools(BinaryReader br, Byte fi... method DeserializeDouble (line 567) | private static Double DeserializeDouble(BinaryReader br, bool isScaledInt) method BoolToSweep (line 583) | private static SweepDirection BoolToSweep(bool value) method SweepToBool (line 591) | private static bool SweepToBool(SweepDirection sweep) method BoolToFillRule (line 599) | private static FillRule BoolToFillRule(bool value) method FillRuleToBool (line 607) | private static bool FillRuleToBool(FillRule fill) method SerializePointAndTwoBools (line 635) | private void SerializePointAndTwoBools(ParserGeometryContextOpCodes opCode, method SerializeListOfPointsAndTwoBools (line 662) | private void SerializeListOfPointsAndTwoBools(ParserGeometryContextOpCod... method SerializeDouble (line 679) | private void SerializeDouble(double value, bool isScaledInt, int scaledI... method PackByte (line 691) | private static byte PackByte(ParserGeometryContextOpCodes opCode, bool b... method PackByte (line 709) | private static byte PackByte(ParserGeometryContextOpCodes opCode, bool b... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Media/TextOptionsInternal.cs class TextOptionsInternal (line 20) | internal static class TextOptionsInternal method SetTextHintingMode (line 38) | public static void SetTextHintingMode(DependencyObject element, TextHi... method GetTextHintingMode (line 45) | public static TextHintingMode GetTextHintingMode(DependencyObject elem... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Media/VisualTreeUtils.cs class VisualTreeUtils (line 13) | internal static class VisualTreeUtils method PropagateFlags (line 51) | internal static void PropagateFlags( method SetFlagsToRoot (line 76) | internal static void SetFlagsToRoot(DependencyObject element, bool val... method FindFirstAncestorWithFlagsAnd (line 97) | internal static DependencyObject FindFirstAncestorWithFlagsAnd(Depende... method AsNearestPointHitTestResult (line 124) | internal static PointHitTestResult AsNearestPointHitTestResult(HitTest... method EnsureNonNullVisual (line 186) | internal static void EnsureNonNullVisual(DependencyObject element) method EnsureVisual (line 195) | internal static void EnsureVisual(DependencyObject element) method EnsureVisual (line 204) | private static void EnsureVisual(DependencyObject element, bool allowN... method AsNonNullVisual (line 229) | internal static void AsNonNullVisual(DependencyObject element, out Vis... method AsVisual (line 245) | internal static void AsVisual(DependencyObject element, out Visual vis... method AsVisualInternal (line 275) | internal static bool AsVisualInternal(DependencyObject element, out Vi... method AsVisualHelper (line 313) | private static bool AsVisualHelper(DependencyObject element, out Visua... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Media/XamlSerializationHelper.cs class ThreeDoublesMarkup (line 45) | internal class ThreeDoublesMarkup method ThreeDoublesMarkup (line 48) | internal ThreeDoublesMarkup( double X, double Y, double Z) type Point (line 85) | internal struct Point method Point (line 87) | internal Point(double x, double y) type Size (line 121) | internal struct Size method Size (line 123) | internal Size(double width, double height) class XamlSerializationHelper (line 160) | internal static class XamlSerializationHelper type SerializationFloatType (line 170) | internal enum SerializationFloatType : byte method SerializePoint3D (line 188) | internal static bool SerializePoint3D(BinaryWriter writer, string stri... method SerializeVector3D (line 220) | internal static bool SerializeVector3D(BinaryWriter writer, string str... method SerializePoint (line 252) | internal static bool SerializePoint(BinaryWriter writer, string string... method WriteDouble (line 287) | internal static void WriteDouble( BinaryWriter writer, Double value ) method ReadDouble (line 323) | internal static double ReadDouble( BinaryReader reader ) method ReadScaledInteger (line 349) | internal static double ReadScaledInteger(BinaryReader reader ) method ParseThreeDoublesCollection (line 367) | private static List ParseThreeDoublesCollection(st... method ParsePointCollection (line 394) | private static List ParsePointCollection(string source, IFormat... method CanConvertToInteger (line 424) | internal static bool CanConvertToInteger( Double doubleValue , ref int... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Media3D/GeneralTransform2DTo3DTo2D.cs class HitTestEdge (line 15) | internal class HitTestEdge method HitTestEdge (line 24) | public HitTestEdge(Point3D p1, method Project (line 40) | public void Project(GeneralTransform3DTo2D objectToViewportTransform) class GeneralTransform2DTo3DTo2D (line 59) | internal class GeneralTransform2DTo3DTo2D : GeneralTransform method GeneralTransform2DTo3DTo2D (line 66) | internal GeneralTransform2DTo3DTo2D(Viewport2DVisual3D visual3D, Visua... method GeneralTransform2DTo3DTo2D (line 129) | internal GeneralTransform2DTo3DTo2D() method TryTransform (line 139) | public override bool TryTransform(Point inPoint, out Point result) method TryInverseTransform (line 158) | private bool TryInverseTransform(Point inPoint, out Point result) method HandleOffMesh (line 213) | private bool HandleOffMesh(Point mousePos, out Point outPoint) method GrabValidEdges (line 246) | private List GrabValidEdges(Point[] visualTexCoordBounds) method ProcessTriangle (line 423) | private void ProcessTriangle(Point3D[] p, method ProcessVisualBoundsIntersections (line 465) | private void ProcessVisualBoundsIntersections(Point3D[] p, method HandleCoincidentLines (line 584) | private void HandleCoincidentLines(Point visUV1, Point visUV2, method IntersectRayLine (line 727) | private double IntersectRayLine(Point o, Vector d, Point p1, Point p2,... type Edge (line 771) | private struct Edge method Edge (line 773) | public Edge(Point3D s, Point3D e) class EdgeInfo (line 788) | private class EdgeInfo method EdgeInfo (line 790) | public EdgeInfo() method ProcessTriangleEdges (line 815) | private void ProcessTriangleEdges(Point3D[] p, method HandleSilhouetteEdge (line 897) | private void HandleSilhouetteEdge(Point uv1, Point uv2, method IsPointInPolygon (line 987) | private bool IsPointInPolygon(Point[] polygon, Point p) method FindClosestIntersection (line 1020) | private bool FindClosestIntersection(Point mousePos, List... method TryRegularTransform (line 1126) | private bool TryRegularTransform(Point inPoint, out Point result) method TransformBounds (line 1155) | public override Rect TransformBounds(Rect rect) method CreateInstanceCore (line 1227) | protected override Freezable CreateInstanceCore() method CloneCore (line 1236) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 1248) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 1260) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 1272) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method CopyCommon (line 1283) | private void CopyCommon(GeneralTransform2DTo3DTo2D transform) type PolygonSide (line 1333) | private enum PolygonSide { FRONT, BACK }; FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Media3D/GeneralTransform3DTo2DTo3D.cs class GeneralTransform3DTo2DTo3D (line 18) | internal class GeneralTransform3DTo2DTo3D : GeneralTransform3D method GeneralTransform3DTo2DTo3D (line 20) | internal GeneralTransform3DTo2DTo3D() method GeneralTransform3DTo2DTo3D (line 24) | internal GeneralTransform3DTo2DTo3D(GeneralTransform3DTo2D transform3D... method TryTransform (line 39) | public override bool TryTransform(Point3D inPoint, out Point3D result) method TransformBounds (line 89) | public override Rect3D TransformBounds(Rect3D rect) method CreateInstanceCore (line 98) | protected override Freezable CreateInstanceCore() method CloneCore (line 108) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 120) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 132) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 144) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method CopyCommon (line 155) | private void CopyCommon(GeneralTransform3DTo2DTo3D transform) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Media3D/LineUtil.cs type FaceType (line 67) | [Flags] class LineUtil (line 75) | internal static class LineUtil method Transform (line 81) | public static void Transform(Matrix3D modelMatrix, method TransformSingular (line 122) | private static void TransformSingular(ref Matrix3D modelMatrix, method ColumnsToAffinePointVector (line 152) | private static void ColumnsToAffinePointVector(double[,] matrix, int c... method FindSmallestTwoDiagonal (line 188) | private static void FindSmallestTwoDiagonal(double[,] matrix, out int ... method TransformedLineMatrix (line 224) | private static double[,] TransformedLineMatrix(ref Matrix3D modelMatrix, method Square (line 271) | private static double [,] Square(double[,] m) type JacobiRotation (line 313) | private struct JacobiRotation method JacobiRotation (line 315) | public JacobiRotation(int p, int q, double[,] a) method LeftRightMultiply (line 349) | public double[,] LeftRightMultiply(double [,] a) method RightMultiply (line 355) | public double[,] RightMultiply(double [,] a) method LeftMultiplyTranspose (line 371) | public double[,] LeftMultiplyTranspose(double [,] a) method ComputeLineTriangleIntersection (line 402) | internal static bool ComputeLineTriangleIntersection( method ComputeLineBoxIntersection (line 483) | internal static bool ComputeLineBoxIntersection(ref Point3D origin, re... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Media3D/M3DUtil.cs class M3DUtil (line 16) | internal static class M3DUtil method Interpolate (line 24) | internal static Point3D Interpolate(ref Point3D v0, ref Point3D v1, re... method AddPointToBounds (line 38) | private static void AddPointToBounds(ref Point3D point, ref Rect3D bou... method ComputeAxisAlignedBoundingBox (line 83) | internal static Rect3D ComputeAxisAlignedBoundingBox(Point3DCollection... method ComputeTransformedAxisAlignedBoundingBox (line 110) | internal static Rect3D ComputeTransformedAxisAlignedBoundingBox(/* IN ... method ComputeTransformedAxisAlignedBoundingBox (line 124) | internal static Rect3D ComputeTransformedAxisAlignedBoundingBox( /* IN... method ComputeTransformedAxisAlignedBoundingBoxAffine (line 142) | internal static Rect3D ComputeTransformedAxisAlignedBoundingBoxAffine(... method ComputeTransformedAxisAlignedBoundingBoxNonAffine (line 320) | internal static Rect3D ComputeTransformedAxisAlignedBoundingBoxNonAffi... method GetAspectRatio (line 359) | internal static double GetAspectRatio(Size viewSize) method GetNormalizedPoint (line 365) | internal static Point GetNormalizedPoint(Point point, Size size) method RadiansToDegrees (line 372) | internal static double RadiansToDegrees(double radians) method DegreesToRadians (line 377) | internal static double DegreesToRadians(double degrees) method GetWorldToViewportTransform3D (line 382) | internal static Matrix3D GetWorldToViewportTransform3D(Camera camera, ... method GetHomogeneousToViewportTransform3D (line 412) | internal static Matrix3D GetHomogeneousToViewportTransform3D(Rect view... method GetHomogeneousToViewportTransform (line 486) | internal static Matrix GetHomogeneousToViewportTransform(Rect viewport) method GetWorldTransformationMatrix (line 504) | internal static Matrix3D GetWorldTransformationMatrix(Visual3D visual) method GetWorldTransformationMatrix (line 517) | internal static Matrix3D GetWorldTransformationMatrix(Visual3D visual3... method TryTransformToViewport3DVisual (line 555) | internal static bool TryTransformToViewport3DVisual(Visual3D visual3D,... method IsPointInTriangle (line 579) | internal static bool IsPointInTriangle(Point p, Point[] triUVVertices,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/MediaTrace.cs class MediaTrace (line 8) | internal class MediaTrace : IDisposable class ChangeQueue (line 28) | public class ChangeQueue method MediaTrace (line 40) | static MediaTrace() method MediaTrace (line 66) | public MediaTrace(string switchName) method MediaTrace (line 71) | public MediaTrace(string switchName, bool initialState) : this(switchN... method Trace (line 76) | public void Trace(string message) method TraceCallers (line 84) | public void TraceCallers(int Depth) method Indent (line 105) | public void Indent() method Unindent (line 110) | public void Unindent() method Indented (line 115) | public IDisposable Indented() method Indented (line 121) | public IDisposable Indented(string message) method Dispose (line 128) | void IDisposable.Dispose() method Enable (line 134) | public void Enable() method Disable (line 139) | public void Disable() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/PartialArray.cs type PartialArray (line 13) | internal struct PartialArray : IList method PartialArray (line 19) | public PartialArray(T[] array, int initialIndex, int count) method PartialArray (line 33) | public PartialArray(T[] array) : this(array, 0, array.Length) method Contains (line 46) | public bool Contains(T item) method Remove (line 59) | public bool Remove(T item) method RemoveAt (line 64) | public void RemoveAt(int index) method Clear (line 69) | public void Clear() method Add (line 74) | public void Add(T item) method Insert (line 79) | public void Insert(int index, T item) method IndexOf (line 96) | public int IndexOf(T item) method CopyTo (line 121) | public void CopyTo(T[] array, int arrayIndex) method GetEnumerator (line 166) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 178) | IEnumerator IEnumerable.GetEnumerator() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Resources/ContentFileHelper.cs class ContentFileHelper (line 17) | internal static class ContentFileHelper method IsContentFile (line 19) | internal static bool IsContentFile(string partName) method GetContentFiles (line 40) | internal static HashSet GetContentFiles(Assembly asm) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Resources/ResourceManagerWrapper.cs class ResourceManagerWrapper (line 23) | internal class ResourceManagerWrapper method ResourceManagerWrapper (line 32) | internal ResourceManagerWrapper(Assembly assembly) method GetStream (line 39) | internal Stream GetStream(string name) method GetNeutralResourcesLanguage (line 181) | private CultureInfo GetNeutralResourcesLanguage( ) method AddResourceNameToList (line 203) | private void AddResourceNameToList(ResourceSet rs, ref ArrayList resou... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/CompositeFontFamily.cs class CompositeFontFamily (line 25) | internal sealed class CompositeFontFamily : IFontFamily method CompositeFontFamily (line 36) | internal CompositeFontFamily() method CompositeFontFamily (line 44) | internal CompositeFontFamily(CompositeFontInfo fontInfo) method CompositeFontFamily (line 53) | internal CompositeFontFamily( method CompositeFontFamily (line 67) | internal CompositeFontFamily( method Baseline (line 105) | public double Baseline(double emSize, double toReal, double pixelsPerD... method SetBaseline (line 128) | public void SetBaseline(double value) method LineSpacing (line 136) | public double LineSpacing(double emSize, double toReal, double pixelsP... method SetLineSpacing (line 184) | public void SetLineSpacing(double value) method GetTypefaceMetrics (line 192) | ITypefaceMetrics IFontFamily.GetTypefaceMetrics( method GetDeviceFont (line 213) | IDeviceFont IFontFamily.GetDeviceFont(FontStyle style, FontWeight weig... method GetMapTargetFamilyNameAndScale (line 227) | bool IFontFamily.GetMapTargetFamilyNameAndScale( method GetTypefaces (line 257) | ICollection IFontFamily.GetTypefaces(FontFamilyIdentifier fa... method GetTargetFamilyMap (line 283) | private FontFamilyMap GetTargetFamilyMap( method GetFirstFontFamily (line 358) | private IFontFamily GetFirstFontFamily() method FindTypefaceMetrics (line 377) | private ITypefaceMetrics FindTypefaceMetrics( method FindNearestFamilyTypeface (line 396) | private FamilyTypeface FindNearestFamilyTypeface( method FindExactFamilyTypeface (line 430) | private FamilyTypeface FindExactFamilyTypeface( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/CompositeTypefaceMetrics.cs class CompositeTypefaceMetrics (line 23) | internal class CompositeTypefaceMetrics : ITypefaceMetrics method CompositeTypefaceMetrics (line 48) | internal CompositeTypefaceMetrics( method CompositeTypefaceMetrics (line 72) | internal CompositeTypefaceMetrics() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/Context.cs type ContextualLookupRecords (line 17) | internal struct ContextualLookupRecords method SequenceIndex (line 24) | private ushort SequenceIndex(FontTable Table, ushort Index) method LookupIndex (line 29) | private ushort LookupIndex(FontTable Table, ushort Index) method ApplyContextualLookups (line 36) | public unsafe void ApplyContextualLookups( method ContextualLookupRecords (line 164) | public ContextualLookupRecords(int Offset, ushort RecordCount) type GlyphChainingSubtable (line 174) | internal struct GlyphChainingSubtable method Format (line 182) | public ushort Format(FontTable Table) method Coverage (line 187) | private CoverageTable Coverage(FontTable Table) method RuleSet (line 199) | private SubRuleSet RuleSet(FontTable Table, int Index) class SubRuleSet (line 208) | private class SubRuleSet method RuleCount (line 214) | public ushort RuleCount(FontTable Table) method Rule (line 219) | public SubRule Rule(FontTable Table, ushort Index) method SubRuleSet (line 227) | public SubRuleSet(int Offset) { offset = Offset; } class SubRule (line 231) | private class SubRule method GlyphCount (line 236) | public static ushort GlyphCount(FontTable Table, int Offset) method GlyphId (line 241) | public static ushort GlyphId(FontTable Table, int Offset) method ContextualLookups (line 246) | public ContextualLookupRecords ContextualLookups(FontTable Table, in... method Apply (line 252) | public unsafe bool Apply( method SubRule (line 392) | public SubRule(int Offset) { { offset = Offset; } } method Apply (line 398) | public unsafe bool Apply( method IsLookupCovered (line 448) | public bool IsLookupCovered( method GetPrimaryCoverage (line 457) | public CoverageTable GetPrimaryCoverage(FontTable table) method GlyphChainingSubtable (line 462) | public GlyphChainingSubtable(int Offset) { offset = Offset; } type ClassChainingSubtable (line 466) | internal struct ClassChainingSubtable method Format (line 477) | public ushort Format(FontTable Table) method Coverage (line 482) | private CoverageTable Coverage(FontTable Table) method BacktrackClassDef (line 487) | private ClassDefTable BacktrackClassDef(FontTable Table) method InputClassDef (line 495) | private ClassDefTable InputClassDef(FontTable Table) method LookaheadClassDef (line 503) | private ClassDefTable LookaheadClassDef(FontTable Table) method ClassSetCount (line 511) | private ushort ClassSetCount(FontTable Table) method ClassSet (line 516) | private SubClassSet ClassSet(FontTable Table, ushort Index) class SubClassSet (line 527) | private class SubClassSet method RuleCount (line 533) | public ushort RuleCount(FontTable Table) method Rule (line 538) | public SubClassRule Rule(FontTable Table, ushort Index) method SubClassSet (line 545) | public SubClassSet(int Offset) { offset = Offset; } class SubClassRule (line 549) | private class SubClassRule method GlyphCount (line 554) | public static ushort GlyphCount(FontTable Table, int Offset) method ClassId (line 559) | public static ushort ClassId(FontTable Table, int Offset) method ContextualLookups (line 564) | public ContextualLookupRecords ContextualLookups(FontTable Table, in... method Apply (line 570) | public unsafe bool Apply( method SubClassRule (line 728) | public SubClassRule(int Offset) { { offset = Offset; } } method Apply (line 733) | public unsafe bool Apply( method IsLookupCovered (line 791) | public bool IsLookupCovered( method GetPrimaryCoverage (line 800) | public CoverageTable GetPrimaryCoverage(FontTable table) method ClassChainingSubtable (line 805) | public ClassChainingSubtable(int Offset) { offset = Offset; } type CoverageChainingSubtable (line 809) | internal struct CoverageChainingSubtable //ChainingContext,Format3 method Format (line 819) | public ushort Format(FontTable Table) method BacktrackGlyphCount (line 824) | public ushort BacktrackGlyphCount(FontTable Table) method BacktrackCoverage (line 829) | public CoverageTable BacktrackCoverage(FontTable Table, ushort Index) method InputGlyphCount (line 839) | public ushort InputGlyphCount(FontTable Table) method InputCoverage (line 844) | public CoverageTable InputCoverage(FontTable Table, ushort Index) method LookaheadGlyphCount (line 854) | public ushort LookaheadGlyphCount(FontTable Table) method LookaheadCoverage (line 859) | public CoverageTable LookaheadCoverage(FontTable Table, ushort Index) method ContextualLookups (line 869) | public ContextualLookupRecords ContextualLookups(FontTable Table) method CoverageChainingSubtable (line 877) | public CoverageChainingSubtable(FontTable Table, int Offset) method Apply (line 889) | public unsafe bool Apply( method IsLookupCovered (line 1017) | public bool IsLookupCovered( method GetPrimaryCoverage (line 1066) | public CoverageTable GetPrimaryCoverage(FontTable table) type ChainingSubtable (line 1084) | internal struct ChainingSubtable method Format (line 1088) | private ushort Format(FontTable Table) method Apply (line 1093) | public unsafe bool Apply( method IsLookupCovered (line 1157) | public bool IsLookupCovered( method GetPrimaryCoverage (line 1190) | public CoverageTable GetPrimaryCoverage(FontTable table) method ChainingSubtable (line 1217) | public ChainingSubtable(int Offset) { offset = Offset; } type GlyphContextSubtable (line 1221) | internal struct GlyphContextSubtable method Format (line 1229) | public ushort Format(FontTable Table) method Coverage (line 1234) | private CoverageTable Coverage(FontTable Table) method RuleSet (line 1245) | private SubRuleSet RuleSet(FontTable Table, int Index) class SubRuleSet (line 1254) | private class SubRuleSet method RuleCount (line 1260) | public ushort RuleCount(FontTable Table) method Rule (line 1265) | public SubRule Rule(FontTable Table, ushort Index) method SubRuleSet (line 1273) | public SubRuleSet(int Offset) { offset = Offset; } class SubRule (line 1277) | private class SubRule method GlyphCount (line 1285) | public ushort GlyphCount(FontTable Table) method SubstCount (line 1290) | public ushort SubstCount(FontTable Table) method GlyphId (line 1295) | public ushort GlyphId(FontTable Table, int Index) method ContextualLookups (line 1300) | public ContextualLookupRecords ContextualLookups(FontTable Table) method Apply (line 1307) | public unsafe bool Apply( method SubRule (line 1377) | public SubRule(int Offset) { { offset = Offset; } } method Apply (line 1383) | public unsafe bool Apply( method IsLookupCovered (line 1433) | public bool IsLookupCovered( method GetPrimaryCoverage (line 1442) | public CoverageTable GetPrimaryCoverage(FontTable table) method GlyphContextSubtable (line 1447) | public GlyphContextSubtable(int Offset) { offset = Offset; } type ClassContextSubtable (line 1451) | internal struct ClassContextSubtable //Context, Format2 method Format (line 1460) | public ushort Format(FontTable Table) method Coverage (line 1465) | private CoverageTable Coverage(FontTable Table) method ClassDef (line 1470) | private ClassDefTable ClassDef(FontTable Table) method ClassSetCount (line 1475) | private ushort ClassSetCount(FontTable Table) method ClassSet (line 1480) | private SubClassSet ClassSet(FontTable Table, ushort Index) class SubClassSet (line 1492) | private class SubClassSet method RuleCount (line 1498) | public ushort RuleCount(FontTable Table) method Rule (line 1503) | public SubClassRule Rule(FontTable Table, ushort Index) method SubClassSet (line 1510) | public SubClassSet(int Offset) { offset = Offset; } class SubClassRule (line 1514) | private class SubClassRule method GlyphCount (line 1522) | public ushort GlyphCount(FontTable Table) method ClassId (line 1527) | public ushort ClassId(FontTable Table, int Index) method SubstCount (line 1533) | public ushort SubstCount(FontTable Table) method ContextualLookups (line 1538) | public ContextualLookupRecords ContextualLookups(FontTable Table) method Apply (line 1545) | public unsafe bool Apply( method SubClassRule (line 1622) | public SubClassRule(int Offset) { { offset = Offset; } } method Apply (line 1627) | public unsafe bool Apply( method IsLookupCovered (line 1682) | public bool IsLookupCovered( method GetPrimaryCoverage (line 1691) | public CoverageTable GetPrimaryCoverage(FontTable table) method ClassContextSubtable (line 1696) | public ClassContextSubtable(int Offset) { offset = Offset; } type CoverageContextSubtable (line 1700) | internal struct CoverageContextSubtable method Format (line 1708) | private ushort Format(FontTable Table) method GlyphCount (line 1713) | private ushort GlyphCount(FontTable Table) method SubstCount (line 1718) | private ushort SubstCount(FontTable Table) method InputCoverage (line 1723) | private CoverageTable InputCoverage(FontTable Table, ushort index) method ContextualLookups (line 1728) | public ContextualLookupRecords ContextualLookups(FontTable Table) method Apply (line 1735) | public unsafe bool Apply( method IsLookupCovered (line 1806) | public bool IsLookupCovered( method GetPrimaryCoverage (line 1815) | public CoverageTable GetPrimaryCoverage(FontTable table) method CoverageContextSubtable (line 1827) | public CoverageContextSubtable(int Offset) { offset = Offset; } type ContextSubtable (line 1832) | internal struct ContextSubtable method Format (line 1836) | private ushort Format(FontTable Table) method Apply (line 1841) | public unsafe bool Apply( method IsLookupCovered (line 1904) | public bool IsLookupCovered( method GetPrimaryCoverage (line 1929) | public CoverageTable GetPrimaryCoverage(FontTable table) method ContextSubtable (line 1951) | public ContextSubtable(int Offset) { offset = Offset; } type ReverseChainingSubtable (line 1955) | internal struct ReverseChainingSubtable method Format (line 1964) | private ushort Format(FontTable Table) method InputCoverage (line 1969) | private CoverageTable InputCoverage(FontTable Table) method Coverage (line 1974) | private CoverageTable Coverage(FontTable Table, int Offset) method GlyphCount (line 1979) | private ushort GlyphCount(FontTable Table, int Offset) method Glyph (line 1984) | private static ushort Glyph(FontTable Table, int Offset) method Apply (line 1989) | public unsafe bool Apply( method IsLookupCovered (line 2086) | public bool IsLookupCovered( method GetPrimaryCoverage (line 2095) | public CoverageTable GetPrimaryCoverage(FontTable table) method ReverseChainingSubtable (line 2100) | public ReverseChainingSubtable(int Offset) { offset = Offset; } FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/GlyphInfoList.cs class GlyphInfoList (line 19) | internal class GlyphInfoList method GlyphInfoList (line 21) | internal GlyphInfoList(int capacity, int leap, bool justify) method ValidateLength (line 48) | [Conditional("DEBUG")] method SetRange (line 57) | public void SetRange(int index, int length) method SetLength (line 68) | public void SetLength(int length) method Insert (line 76) | public void Insert(int index, int Count) method Remove (line 84) | public void Remove(int index, int Count) type GlyphFlags (line 118) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/GlyphingCache.cs class GlyphingCache (line 30) | internal class GlyphingCache method GlyphingCache (line 34) | internal GlyphingCache(int capacity) method GetShapeableText (line 39) | internal void GetShapeableText( method Lookup (line 91) | private TypefaceMap Lookup(Typeface key) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/IShapeableTextCollector.cs type IShapeableTextCollector (line 21) | internal interface IShapeableTextCollector method Add (line 34) | void Add( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/OpenTypeCommon.cs class LayoutEngine (line 21) | internal static unsafe class LayoutEngine method ApplyFeatures (line 42) | public static void ApplyFeatures( method ApplyLookup (line 209) | internal static bool ApplyLookup( method IsLookupReversal (line 602) | private static bool IsLookupReversal(OpenTypeTags TableTag, ushort Loo... method CompileFeatureSet (line 607) | private static void CompileFeatureSet( method GetNextEnabledGlyphRange (line 666) | private static void GetNextEnabledGlyphRange( method UpdateGlyphFlags (line 771) | private static void UpdateGlyphFlags( method GetNextGlyphInLookup (line 843) | internal static int GetNextGlyphInLookup( method GetComplexLanguageList (line 909) | internal static void GetComplexLanguageList( method AppendLangSys (line 1247) | private static void AppendLangSys( type GSUBHeader (line 1322) | internal struct GSUBHeader method GetScriptList (line 1328) | public ScriptList GetScriptList(FontTable Table) method GetFeatureList (line 1333) | public FeatureList GetFeatureList(FontTable Table) method GetLookupList (line 1338) | public LookupList GetLookupList(FontTable Table) method GSUBHeader (line 1343) | public GSUBHeader(int Offset) type GPOSHeader (line 1351) | internal struct GPOSHeader method GetScriptList (line 1357) | public ScriptList GetScriptList(FontTable Table) method GetFeatureList (line 1362) | public FeatureList GetFeatureList(FontTable Table) method GetLookupList (line 1367) | public LookupList GetLookupList(FontTable Table) method GPOSHeader (line 1372) | public GPOSHeader(int Offset) type GDEFHeader (line 1380) | internal struct GDEFHeader method GetGlyphClassDef (line 1387) | public ClassDefTable GetGlyphClassDef(FontTable Table) method GetMarkAttachClassDef (line 1417) | public ClassDefTable GetMarkAttachClassDef(FontTable Table) method GDEFHeader (line 1426) | public GDEFHeader(int Offset) { offset = Offset; } type ScriptList (line 1430) | internal struct ScriptList method FindScript (line 1438) | public ScriptTable FindScript(FontTable Table, uint Tag) method GetScriptCount (line 1450) | public ushort GetScriptCount(FontTable Table) method GetScriptTag (line 1455) | public uint GetScriptTag(FontTable Table, ushort Index) method GetScriptTable (line 1462) | public ScriptTable GetScriptTable(FontTable Table, ushort Index) method ScriptList (line 1470) | public ScriptList(int Offset) { offset = Offset; } type ScriptTable (line 1474) | internal struct ScriptTable method FindLangSys (line 1483) | public LangSysTable FindLangSys(FontTable Table, uint Tag) method IsDefaultLangSysExists (line 1509) | public bool IsDefaultLangSysExists(FontTable Table) method GetDefaultLangSysTable (line 1514) | public LangSysTable GetDefaultLangSysTable(FontTable Table) method GetLangSysCount (line 1522) | public ushort GetLangSysCount(FontTable Table) method GetLangSysTag (line 1527) | public uint GetLangSysTag(FontTable Table,ushort Index) method GetLangSysTable (line 1533) | public LangSysTable GetLangSysTable(FontTable Table,ushort Index) method ScriptTable (line 1541) | public ScriptTable(int Offset) { offset = Offset; } type LangSysTable (line 1546) | internal struct LangSysTable method FindFeature (line 1553) | public FeatureTable FindFeature(FontTable Table, FeatureList Features,... method RequiredFeature (line 1567) | public FeatureTable RequiredFeature(FontTable Table, FeatureList Featu... method FeatureCount (line 1580) | public ushort FeatureCount(FontTable Table) method GetFeatureIndex (line 1585) | public ushort GetFeatureIndex(FontTable Table, ushort Index) method LangSysTable (line 1590) | public LangSysTable(int Offset) { offset = Offset; } type FeatureList (line 1595) | internal struct FeatureList method FeatureCount (line 1603) | public ushort FeatureCount(FontTable Table) method FeatureTag (line 1608) | public uint FeatureTag(FontTable Table,ushort Index) method FeatureTable (line 1615) | public FeatureTable FeatureTable(FontTable Table,ushort Index) method FeatureList (line 1623) | public FeatureList(int Offset) { offset = Offset; } type FeatureTable (line 1627) | internal struct FeatureTable method LookupCount (line 1633) | public ushort LookupCount(FontTable Table) method LookupIndex (line 1638) | public ushort LookupIndex(FontTable Table,ushort Index) method FeatureTable (line 1643) | public FeatureTable(int Offset){ offset = Offset; } type LookupList (line 1649) | internal struct LookupList method LookupCount (line 1655) | public ushort LookupCount(FontTable Table) method Lookup (line 1660) | public LookupTable Lookup(FontTable Table, ushort Index) method LookupList (line 1666) | public LookupList(int Offset) { offset = Offset; } type LookupTable (line 1670) | internal struct LookupTable method LookupType (line 1678) | public ushort LookupType() method LookupFlags (line 1683) | public ushort LookupFlags() method SubTableCount (line 1688) | public ushort SubTableCount() method SubtableOffset (line 1693) | public int SubtableOffset(FontTable Table, ushort Index) method LookupTable (line 1700) | public LookupTable(FontTable table, int Offset) type CoverageTable (line 1715) | internal struct CoverageTable method Format (line 1728) | public ushort Format(FontTable Table) method Format1GlyphCount (line 1733) | public ushort Format1GlyphCount(FontTable Table) method Format1Glyph (line 1738) | public ushort Format1Glyph(FontTable Table, ushort Index) method Format2RangeCount (line 1744) | public ushort Format2RangeCount(FontTable Table) method Format2RangeStartGlyph (line 1749) | public ushort Format2RangeStartGlyph(FontTable Table, ushort Index) method Format2RangeEndGlyph (line 1756) | public ushort Format2RangeEndGlyph(FontTable Table, ushort Index) method Format2RangeStartCoverageIndex (line 1763) | public ushort Format2RangeStartCoverageIndex(FontTable Table, ushort I... method GetGlyphIndex (line 1771) | public int GetGlyphIndex(FontTable Table, ushort glyph) method IsAnyGlyphCovered (line 1833) | public bool IsAnyGlyphCovered( method CoverageTable (line 1913) | public CoverageTable(int Offset) { offset = Offset; } type ClassDefTable (line 1918) | internal struct ClassDefTable method Format (line 1933) | private ushort Format(FontTable Table) method Format1StartGlyph (line 1938) | private ushort Format1StartGlyph(FontTable Table) method Format1GlyphCount (line 1943) | private ushort Format1GlyphCount(FontTable Table) method Format1ClassValue (line 1948) | private ushort Format1ClassValue(FontTable Table, ushort Index) method Format2RangeCount (line 1954) | private ushort Format2RangeCount(FontTable Table) method Format2RangeStartGlyph (line 1959) | private ushort Format2RangeStartGlyph(FontTable Table, ushort Index) method Format2RangeEndGlyph (line 1966) | private ushort Format2RangeEndGlyph(FontTable Table, ushort Index) method Format2RangeClassValue (line 1973) | private ushort Format2RangeClassValue(FontTable Table, ushort Index) method GetClass (line 1980) | public ushort GetClass(FontTable Table, ushort glyph) method ClassDefTable (line 2035) | public ClassDefTable(int Offset) { offset = Offset; } type ExtensionLookupTable (line 2040) | internal struct ExtensionLookupTable method LookupType (line 2046) | internal ushort LookupType(FontTable Table) method LookupSubtableOffset (line 2051) | internal int LookupSubtableOffset(FontTable Table) method ExtensionLookupTable (line 2056) | public ExtensionLookupTable(int Offset) { offset = Offset; } FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/OpenTypeLayout.cs type LayoutOffset (line 10) | internal struct LayoutOffset method LayoutOffset (line 12) | public LayoutOffset(int dx, int dy) { this.dx=dx; this.dy=dy; } type OpenTypeTags (line 20) | internal enum OpenTypeTags :uint type TagInfoFlags (line 75) | [Flags] class FontTable (line 116) | internal unsafe class FontTable method FontTable (line 118) | public FontTable(byte[] data) method GetUShort (line 142) | public ushort GetUShort(int offset) method GetShort (line 149) | public short GetShort(int offset) method GetUInt (line 156) | public uint GetUInt(int offset) method GetOffset (line 163) | public ushort GetOffset(int offset) type IOpenTypeFont (line 179) | internal interface IOpenTypeFont method GetFontTable (line 185) | FontTable GetFontTable(OpenTypeTags TableTag); method GetGlyphPointCoord (line 190) | LayoutOffset GetGlyphPointCoord(ushort Glyph, ushort PointIndex); method GetTableCache (line 195) | byte[] GetTableCache(OpenTypeTags tableTag); method AllocateTableCache (line 203) | byte[] AllocateTableCache(OpenTypeTags tableTag, int size); type TextFlowDirection (line 209) | internal enum TextFlowDirection : ushort type LayoutMetrics (line 220) | internal struct LayoutMetrics method LayoutMetrics (line 230) | public LayoutMetrics(TextFlowDirection Direction, class Feature (line 242) | internal class Feature method Feature (line 244) | public Feature( class OpenTypeLayout (line 290) | internal static unsafe class OpenTypeLayout method FindScript (line 297) | internal static TagInfoFlags FindScript( method FindLangSys (line 348) | internal static TagInfoFlags FindLangSys( method SubstituteGlyphs (line 866) | internal static OpenTypeLayoutResult SubstituteGlyphs( method PositionGlyphs (line 940) | internal static OpenTypeLayoutResult PositionGlyphs( method CreateLayoutCache (line 1004) | internal static OpenTypeLayoutResult CreateLayoutCache ( method GetComplexLanguageList (line 1018) | internal static OpenTypeLayoutResult GetComplexLanguageList ( type WritingSystem (line 1129) | internal struct WritingSystem type OpenTypeLayoutResult (line 1137) | internal enum OpenTypeLayoutResult class OpenTypeLayoutWorkspace (line 1160) | internal class OpenTypeLayoutWorkspace method OpenTypeLayoutWorkspace (line 1165) | internal unsafe OpenTypeLayoutWorkspace() method Init (line 1184) | internal OpenTypeLayoutResult Init( method InitLookupUsageFlags (line 1203) | public void InitLookupUsageFlags(int lookupCount, int featureCount) method IsAggregatedFlagSet (line 1218) | public bool IsAggregatedFlagSet(int lookupIndex) method IsFeatureFlagSet (line 1223) | public bool IsFeatureFlagSet(int lookupIndex, int featureIndex) method IsRequiredFeatureFlagSet (line 1232) | public bool IsRequiredFeatureFlagSet(int lookupIndex) method SetFeatureFlag (line 1237) | public void SetFeatureFlag(int lookupIndex, int featureIndex) method SetRequiredFeatureFlag (line 1256) | public void SetRequiredFeatureFlag(int lookupIndex) method AllocateCachePointers (line 1285) | public unsafe void AllocateCachePointers(int glyphRunLength) method UpdateCachePointers (line 1302) | public unsafe void UpdateCachePointers( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/OpenTypeLayoutCache.cs class OpenTypeLayoutCache (line 64) | internal static class OpenTypeLayoutCache method InitCache (line 66) | public static void InitCache( method OnGlyphsChanged (line 93) | public static void OnGlyphsChanged( method GetCacheLookupCount (line 118) | private static unsafe ushort GetCacheLookupCount(OpenTypeLayoutWorkspa... method FindNextLookup (line 143) | public static unsafe void FindNextLookup( method FindNextGlyphInLookup (line 198) | public static unsafe bool FindNextGlyphInLookup( method RenewPointers (line 241) | private static unsafe void RenewPointers( method CreateCache (line 300) | internal static void CreateCache(IOpenTypeFont font, int maxCacheSize) method CreateTableCache (line 320) | private static void CreateTableCache(IOpenTypeFont font, OpenTypeTags ... method ComputeTableCache (line 363) | private static void ComputeTableCache( method FillTableCache (line 569) | private static int FillTableCache( method CalculateCacheSize (line 694) | private static void CalculateCacheSize(GlyphLookupRecord[] records, method CompareGlyphRecordLists (line 763) | private static bool CompareGlyphRecordLists( method GetSubtablePrincipalCoverage (line 826) | private static CoverageTable GetSubtablePrincipalCoverage( method AppendCoverageGlyphRecords (line 968) | private static bool AppendCoverageGlyphRecords( method AppendGlyphRecord (line 1029) | private static bool AppendGlyphRecord( class GlyphLookupRecord (line 1083) | private class GlyphLookupRecord : IComparable method GlyphLookupRecord (line 1088) | public GlyphLookupRecord(ushort glyph, ushort lookup) method CompareTo (line 1105) | public int CompareTo(GlyphLookupRecord value) method Equals (line 1116) | public bool Equals(GlyphLookupRecord value) method Equals (line 1130) | public override bool Equals(object value) method GetHashCode (line 1134) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/Positioning.cs class Positioning (line 7) | internal static class Positioning method DesignToPixels (line 9) | public static int DesignToPixels(ushort DesignUnitsPerEm, ushort Pixel... method AlignAnchors (line 47) | public static unsafe void AlignAnchors( type DeviceTable (line 131) | internal struct DeviceTable method StartSize (line 139) | private ushort StartSize(FontTable Table) method EndSize (line 144) | private ushort EndSize(FontTable Table) method DeltaFormat (line 149) | private ushort DeltaFormat(FontTable Table) method DeltaValue (line 154) | private ushort DeltaValue(FontTable Table, ushort Index) method Value (line 160) | public int Value(FontTable Table, ushort PixelsPerEm) method DeviceTable (line 203) | public DeviceTable(int Offset) { offset = Offset; } method IsNull (line 205) | private bool IsNull() { return (offset==0); } type ValueRecordTable (line 209) | internal struct ValueRecordTable method Size (line 225) | public static ushort Size(ushort Format) method AdjustPos (line 230) | public void AdjustPos( FontTable Table, method ValueRecordTable (line 322) | public ValueRecordTable(int Offset, int BaseTableOffset, ushort Format) type AnchorTable (line 334) | internal struct AnchorTable method XCoordinate (line 343) | private short XCoordinate(FontTable Table) method YCoordinate (line 348) | private short YCoordinate(FontTable Table) method Format2AnchorPoint (line 353) | private ushort Format2AnchorPoint(FontTable Table) method Format3XDeviceTable (line 359) | private DeviceTable Format3XDeviceTable(FontTable Table) method Format3YDeviceTable (line 374) | private DeviceTable Format3YDeviceTable(FontTable Table) method NeedContourPoint (line 390) | public bool NeedContourPoint(FontTable Table) method ContourPointIndex (line 395) | public ushort ContourPointIndex(FontTable Table) method AnchorCoordinates (line 401) | public LayoutOffset AnchorCoordinates( method AnchorTable (line 446) | public AnchorTable(FontTable Table, int Offset) method IsNull (line 455) | public bool IsNull() { return (offset==0); } type SinglePositioningSubtable (line 460) | internal struct SinglePositioningSubtable method Format (line 469) | private ushort Format(FontTable Table) method Coverage (line 474) | private CoverageTable Coverage(FontTable Table) method ValueFormat (line 479) | private ushort ValueFormat(FontTable Table) method Format1ValueRecord (line 484) | private ValueRecordTable Format1ValueRecord(FontTable Table) method Format2ValueRecord (line 493) | private ValueRecordTable Format2ValueRecord(FontTable Table, ushort In... method Apply (line 504) | public unsafe bool Apply( method IsLookupCovered (line 545) | public bool IsLookupCovered( method GetPrimaryCoverage (line 558) | public CoverageTable GetPrimaryCoverage(FontTable table) method SinglePositioningSubtable (line 563) | public SinglePositioningSubtable(int Offset) { offset = Offset; } type PairPositioningSubtable (line 567) | internal struct PairPositioningSubtable method Format (line 582) | private ushort Format(FontTable Table) method Coverage (line 587) | private CoverageTable Coverage(FontTable Table) method FirstValueFormat (line 592) | private ushort FirstValueFormat(FontTable Table) method SecondValueFormat (line 597) | private ushort SecondValueFormat(FontTable Table) method Format1PairSet (line 610) | private PairSetTable Format1PairSet(FontTable Table, ushort Index) method Format2Class1Table (line 620) | private ClassDefTable Format2Class1Table(FontTable Table) method Format2Class2Table (line 626) | private ClassDefTable Format2Class2Table(FontTable Table) method Format2Class1Count (line 632) | private ushort Format2Class1Count(FontTable Table) method Format2Class2Count (line 638) | private ushort Format2Class2Count(FontTable Table) method Format2FirstValueRecord (line 644) | private ValueRecordTable Format2FirstValueRecord(FontTable Table, method Format2SecondValueRecord (line 663) | private ValueRecordTable Format2SecondValueRecord(FontTable Table, type PairSetTable (line 687) | private struct PairSetTable method PairValueCount (line 694) | public ushort PairValueCount(FontTable Table) method PairValueGlyph (line 699) | public ushort PairValueGlyph(FontTable Table, ushort Index) method FirstValueRecord (line 706) | public ValueRecordTable FirstValueRecord(FontTable Table, ushort Ind... method SecondValueRecord (line 715) | public ValueRecordTable SecondValueRecord(FontTable Table, ushort In... method FindPairValue (line 725) | public int FindPairValue(FontTable Table, ushort Glyph) method PairSetTable (line 736) | public PairSetTable(int Offset, ushort firstValueRecordSize, ushort ... method Apply (line 749) | public unsafe bool Apply( method IsLookupCovered (line 828) | public bool IsLookupCovered( method GetPrimaryCoverage (line 842) | public CoverageTable GetPrimaryCoverage(FontTable table) method PairPositioningSubtable (line 847) | public PairPositioningSubtable(int Offset) { offset = Offset; } type MarkArray (line 851) | internal struct MarkArray method Class (line 858) | public ushort Class(FontTable Table, ushort Index) method MarkAnchor (line 865) | public AnchorTable MarkAnchor(FontTable Table, ushort Index) method MarkArray (line 879) | public MarkArray(int Offset) { offset = Offset; } type MarkToBasePositioningSubtable (line 883) | internal struct MarkToBasePositioningSubtable method Format (line 892) | private ushort Format(FontTable Table) method MarkCoverage (line 897) | private CoverageTable MarkCoverage(FontTable Table) method BaseCoverage (line 902) | private CoverageTable BaseCoverage(FontTable Table) method ClassCount (line 908) | private ushort ClassCount(FontTable Table) method Marks (line 913) | private MarkArray Marks(FontTable Table) method Bases (line 918) | private BaseArray Bases(FontTable Table) type BaseArray (line 924) | private struct BaseArray method BaseAnchor (line 929) | public AnchorTable BaseAnchor(FontTable Table, ushort BaseIndex, method BaseArray (line 945) | public BaseArray(int Offset) { offset = Offset; } method Apply (line 950) | public unsafe bool Apply( method IsLookupCovered (line 1014) | public bool IsLookupCovered( method GetPrimaryCoverage (line 1023) | public CoverageTable GetPrimaryCoverage(FontTable table) method MarkToBasePositioningSubtable (line 1028) | public MarkToBasePositioningSubtable(int Offset) { offset = Offset; } type MarkToMarkPositioningSubtable (line 1032) | internal struct MarkToMarkPositioningSubtable method Format (line 1041) | private ushort Format(FontTable Table) method Mark1Coverage (line 1046) | private CoverageTable Mark1Coverage(FontTable Table) method Mark2Coverage (line 1051) | private CoverageTable Mark2Coverage(FontTable Table) method Mark1ClassCount (line 1056) | private ushort Mark1ClassCount(FontTable Table) method Mark1Array (line 1061) | private MarkArray Mark1Array(FontTable Table) method Marks2 (line 1066) | private Mark2Array Marks2(FontTable Table) type Mark2Array (line 1072) | private struct Mark2Array method Anchor (line 1078) | public AnchorTable Anchor(FontTable Table, method Mark2Array (line 1096) | public Mark2Array(int Offset) { offset = Offset; } method Apply (line 1100) | public unsafe bool Apply( method IsLookupCovered (line 1164) | public bool IsLookupCovered( method GetPrimaryCoverage (line 1173) | public CoverageTable GetPrimaryCoverage(FontTable table) method MarkToMarkPositioningSubtable (line 1178) | public MarkToMarkPositioningSubtable(int Offset) { offset = Offset; } type CursivePositioningSubtable (line 1182) | internal struct CursivePositioningSubtable method Format (line 1192) | private ushort Format(FontTable Table) method Coverage (line 1197) | private CoverageTable Coverage(FontTable Table) method EntryAnchor (line 1209) | private AnchorTable EntryAnchor(FontTable Table, int Index) method ExitAnchor (line 1220) | private AnchorTable ExitAnchor(FontTable Table, int Index) method Apply (line 1231) | public unsafe bool Apply( method IsLookupCovered (line 1350) | public bool IsLookupCovered( method GetPrimaryCoverage (line 1359) | public CoverageTable GetPrimaryCoverage(FontTable table) method CursivePositioningSubtable (line 1364) | public CursivePositioningSubtable(int Offset) { offset = Offset; } type LigatureAttachTable (line 1368) | internal struct LigatureAttachTable method LigatureAnchor (line 1373) | public AnchorTable LigatureAnchor(FontTable Table, method LigatureAttachTable (line 1388) | public LigatureAttachTable(int Offset,ushort ClassCount) type MarkToLigaturePositioningSubtable (line 1398) | internal struct MarkToLigaturePositioningSubtable method Format (line 1409) | private ushort Format(FontTable Table) method MarkCoverage (line 1414) | private CoverageTable MarkCoverage(FontTable Table) method LigatureCoverage (line 1419) | private CoverageTable LigatureCoverage(FontTable Table) method ClassCount (line 1424) | private ushort ClassCount(FontTable Table) method Marks (line 1429) | private MarkArray Marks(FontTable Table) method Ligatures (line 1434) | private LigatureAttachTable Ligatures(FontTable Table, int Index, usho... method FindBaseLigature (line 1446) | private unsafe void FindBaseLigature ( method Apply (line 1484) | public unsafe bool Apply( method IsLookupCovered (line 1551) | public bool IsLookupCovered( method GetPrimaryCoverage (line 1560) | public CoverageTable GetPrimaryCoverage(FontTable table) method MarkToLigaturePositioningSubtable (line 1565) | public MarkToLigaturePositioningSubtable(int Offset) { offset = Offset; } FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/ShapeTypeface.cs class ShapeTypeface (line 22) | internal class ShapeTypeface method ShapeTypeface (line 28) | internal ShapeTypeface( method GetHashCode (line 38) | public override int GetHashCode() method Equals (line 44) | public override bool Equals(object o) class ScaledShapeTypeface (line 84) | internal class ScaledShapeTypeface method ScaledShapeTypeface (line 91) | internal ScaledShapeTypeface( method GetHashCode (line 118) | public override int GetHashCode() method Equals (line 130) | public override bool Equals(object o) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/ShaperBuffers.cs class ShaperBuffers (line 31) | internal class ShaperBuffers method ShaperBuffers (line 36) | public ShaperBuffers(ushort charCount, ushort glyphCount) method Initialize (line 85) | public bool Initialize(ushort charCount, ushort glyphCount) method InitializeFeatureList (line 128) | public bool InitializeFeatureList(ushort size, ushort keep) class ShaperFeaturesList (line 172) | internal class ShaperFeaturesList method SetFeatureParameter (line 199) | public void SetFeatureParameter (ushort featureIx, uint paramValue) method Initialize (line 215) | internal bool Initialize (ushort newSize) method Resize (line 244) | internal bool Resize (ushort newSize, ushort keepCount) method AddFeature (line 309) | internal void AddFeature (Feature feature) method AddFeature (line 331) | internal void AddFeature (ushort startIndex, ushort length, uint featu... method AddFeature (line 364) | internal void AddFeature (ushort charIx, uint featureTag ) method UpdatePreviousShapedChar (line 403) | internal void UpdatePreviousShapedChar (uint featureTag) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/ShapingOptions.cs type ShapingOptions (line 16) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/Substitution.cs type SingleSubstitutionSubtable (line 16) | internal struct SingleSubstitutionSubtable method Format (line 25) | private ushort Format(FontTable Table) method Coverage (line 30) | private CoverageTable Coverage(FontTable Table) method Format1DeltaGlyphId (line 35) | private short Format1DeltaGlyphId(FontTable Table) method Format2SubstituteGlyphId (line 48) | private ushort Format2SubstituteGlyphId(FontTable Table,ushort Index) method Apply (line 55) | public bool Apply( method IsLookupCovered (line 90) | public bool IsLookupCovered( method GetPrimaryCoverage (line 103) | public CoverageTable GetPrimaryCoverage(FontTable table) method SingleSubstitutionSubtable (line 108) | public SingleSubstitutionSubtable(int Offset) { offset = Offset; } type LigatureSubstitutionSubtable (line 113) | internal struct LigatureSubstitutionSubtable method Format (line 121) | private ushort Format(FontTable Table) method Coverage (line 126) | private CoverageTable Coverage(FontTable Table) method LigatureSetCount (line 131) | private ushort LigatureSetCount(FontTable Table) method LigatureSet (line 136) | private LigatureSetTable LigatureSet(FontTable Table, ushort Index) type LigatureSetTable (line 144) | private struct LigatureSetTable method LigatureCount (line 150) | public ushort LigatureCount(FontTable Table) method Ligature (line 155) | public LigatureTable Ligature(FontTable Table, ushort Index) method LigatureSetTable (line 162) | public LigatureSetTable(int Offset) { offset = Offset; } type LigatureTable (line 166) | private struct LigatureTable method LigatureGlyph (line 173) | public ushort LigatureGlyph(FontTable Table) method ComponentCount (line 178) | public ushort ComponentCount(FontTable Table) method Component (line 183) | public ushort Component(FontTable Table, ushort Index) method LigatureTable (line 190) | public LigatureTable(int Offset) { offset = Offset; } method Apply (line 195) | public unsafe bool Apply( method IsLookupCovered (line 348) | public bool IsLookupCovered( method GetPrimaryCoverage (line 396) | public CoverageTable GetPrimaryCoverage(FontTable table) method LigatureSubstitutionSubtable (line 401) | public LigatureSubstitutionSubtable(int Offset) { offset = Offset; } type MultipleSubstitutionSequenceTable (line 405) | internal struct MultipleSubstitutionSequenceTable method GlyphCount (line 411) | public ushort GlyphCount(FontTable Table) method Glyph (line 416) | public ushort Glyph(FontTable Table, ushort index) method MultipleSubstitutionSequenceTable (line 421) | public MultipleSubstitutionSequenceTable(int Offset) { offset = Offset; } type MultipleSubstitutionSubtable (line 425) | internal struct MultipleSubstitutionSubtable method Format (line 433) | private ushort Format(FontTable Table) method Coverage (line 438) | private CoverageTable Coverage(FontTable Table) method Sequence (line 450) | private MultipleSubstitutionSequenceTable Sequence(FontTable Table, in... method Apply (line 460) | public unsafe bool Apply( method IsLookupCovered (line 528) | public bool IsLookupCovered( method GetPrimaryCoverage (line 541) | public CoverageTable GetPrimaryCoverage(FontTable table) method MultipleSubstitutionSubtable (line 546) | public MultipleSubstitutionSubtable(int Offset) { offset = Offset; } type AlternateSubstitutionSubtable (line 550) | internal struct AlternateSubstitutionSubtable method Format (line 560) | public ushort Format(FontTable Table) method Coverage (line 565) | private CoverageTable Coverage(FontTable Table) method AlternateSet (line 577) | private AlternateSetTable AlternateSet(FontTable Table, int index) type AlternateSetTable (line 586) | private struct AlternateSetTable method GlyphCount (line 592) | public ushort GlyphCount(FontTable Table) method Alternate (line 597) | public ushort Alternate(FontTable Table, uint FeatureParam) method AlternateSetTable (line 613) | public AlternateSetTable(int Offset) { offset = Offset; } method Apply (line 617) | public unsafe bool Apply( method IsLookupCovered (line 650) | public bool IsLookupCovered( method GetPrimaryCoverage (line 663) | public CoverageTable GetPrimaryCoverage(FontTable table) method AlternateSubstitutionSubtable (line 668) | public AlternateSubstitutionSubtable(int Offset) { offset = Offset; } FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/TypefaceMap.cs class TypefaceMap (line 29) | internal class TypefaceMap method TypefaceMap (line 44) | internal TypefaceMap( method GetShapeableText (line 68) | internal void GetShapeableText( method ValidateMapResult (line 202) | private unsafe void ValidateMapResult( method MapItem (line 227) | private void MapItem( method GetCachedScaledTypefaceMap (line 304) | private bool GetCachedScaledTypefaceMap( method CacheScaledTypefaceMap (line 362) | private void CacheScaledTypefaceMap( method IndexOfScaledTypeface (line 439) | private int IndexOfScaledTypeface(ScaledShapeTypeface scaledTypeface) method MapByFontFamily (line 479) | private int MapByFontFamily( method MapUnresolvedCharacters (line 659) | private int MapUnresolvedCharacters( method MapByFontFamilyName (line 707) | private int MapByFontFamilyName( method MapByFontFamilyList (line 760) | private int MapByFontFamilyList( method MapOnceByFontFamilyList (line 848) | private int MapOnceByFontFamilyList( method MapByFontFaceFamily (line 972) | private int MapByFontFaceFamily( class IntMap (line 1071) | internal class IntMap method IntMap (line 1078) | public IntMap() method CreatePlane (line 1085) | private void CreatePlane(int i) class Plane (line 1121) | internal class Plane method Plane (line 1123) | public Plane() method CreatePage (line 1142) | internal void CreatePage(int i, IntMap intMap) class Page (line 1157) | internal class Page method Page (line 1159) | public Page() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Shaping/UshortList2.cs class UshortList (line 16) | internal class UshortList method UshortList (line 18) | internal UshortList(int capacity, int leap) method UshortList (line 24) | internal UshortList(ushort[] array) method UshortList (line 30) | internal UshortList(CheckedUShortPointer unsafeArray, int arrayLength) method SetRange (line 70) | public void SetRange(int index, int length) method Insert (line 82) | public void Insert(int index, int count) method Remove (line 97) | public void Remove(int index, int count) method ToArray (line 106) | public ushort[] ToArray() method GetCopy (line 111) | public ushort[] GetCopy() class UshortBuffer (line 125) | internal abstract class UshortBuffer method ToArray (line 132) | public virtual ushort[] ToArray() method GetSubsetCopy (line 138) | public virtual ushort[] GetSubsetCopy(int index, int count) method Insert (line 144) | public virtual void Insert(int index, int count, int length) method Remove (line 149) | public virtual void Remove(int index, int count, int length) class UshortArray (line 159) | internal class UshortArray : UshortBuffer method UshortArray (line 163) | internal UshortArray(ushort[] array) method UshortArray (line 168) | internal UshortArray(int capacity, int leap) method ToArray (line 185) | public override ushort[] ToArray() method GetSubsetCopy (line 190) | public override ushort[] GetSubsetCopy(int index, int count) method Insert (line 206) | public override void Insert(int index, int count, int length) method Remove (line 252) | public override void Remove(int index, int count, int length) class UnsafeUshortArray (line 268) | internal unsafe class UnsafeUshortArray : UshortBuffer method UnsafeUshortArray (line 275) | internal UnsafeUshortArray(CheckedUShortPointer array, int arrayLength) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Span.cs class SpanVector (line 21) | internal class SpanVector : IEnumerable method SpanVector (line 26) | public SpanVector(object defaultObject) method SpanVector (line 33) | internal SpanVector( method GetEnumerator (line 46) | public IEnumerator GetEnumerator() method Add (line 54) | private void Add(Span span) method Delete (line 62) | internal virtual void Delete(int index, int count, ref SpanPosition la... method DeleteInternal (line 70) | private void DeleteInternal(int index, int count) method Insert (line 83) | private void Insert(int index, int count) method FindSpan (line 102) | internal bool FindSpan(int cp, SpanPosition latestPosition, out SpanPo... method SetValue (line 176) | public void SetValue(int first, int length, object element) method SetValue (line 185) | public SpanPosition SetValue(int first, int length, object element, Sp... method SetReference (line 193) | public void SetReference(int first, int length, object element) method SetReference (line 202) | public SpanPosition SetReference(int first, int length, object element... method Set (line 210) | private SpanPosition Set(int first, int length, object element, Equals... method Resize (line 424) | private bool Resize(int targetCount) class SpanEnumerator (line 458) | internal sealed class SpanEnumerator : IEnumerator method SpanEnumerator (line 460) | internal SpanEnumerator(SpanVector spans) method MoveNext (line 477) | public bool MoveNext() method Reset (line 486) | public void Reset() type SpanPosition (line 500) | internal struct SpanPosition method SpanPosition (line 502) | internal SpanPosition(int spanIndex, int spanCP) type SpanRider (line 526) | internal struct SpanRider method SpanRider (line 528) | public SpanRider(SpanVector spans) : this(spans, new SpanPosition(), 0) method SpanRider (line 532) | public SpanRider(SpanVector spans, SpanPosition latestPosition) : this... method SpanRider (line 536) | public SpanRider(SpanVector spans, SpanPosition latestPosition, int cp) method At (line 548) | public bool At(int cp) method At (line 553) | public bool At(SpanPosition latestPosition, int cp) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/SynchronizedInputHelper.cs class SynchronizedInputHelper (line 13) | internal static class SynchronizedInputHelper method GetUIParentCore (line 15) | internal static DependencyObject GetUIParentCore(DependencyObject o) method IsMappedEvent (line 41) | internal static bool IsMappedEvent(RoutedEventArgs args) method GetPairedInputType (line 52) | internal static SynchronizedInputType GetPairedInputType(SynchronizedI... method IsListening (line 87) | internal static bool IsListening(RoutedEventArgs args) method IsListening (line 100) | internal static bool IsListening(DependencyObject o, RoutedEventArgs a... method ShouldContinueListening (line 113) | internal static bool ShouldContinueListening(RoutedEventArgs args) method AddParentPreOpportunityHandler (line 119) | internal static void AddParentPreOpportunityHandler(DependencyObject o... method AddHandlerToRoute (line 155) | internal static void AddHandlerToRoute(DependencyObject o, EventRoute ... method PreOpportunityHandler (line 162) | internal static void PreOpportunityHandler(object sender, RoutedEventA... method PostOpportunityHandler (line 212) | internal static void PostOpportunityHandler(object sender, RoutedEvent... method MapInputTypeToRoutedEvents (line 263) | internal static RoutedEvent[] MapInputTypeToRoutedEvents(SynchronizedI... method RaiseAutomationEvents (line 290) | internal static void RaiseAutomationEvents() method RaiseAutomationEvent (line 311) | internal static void RaiseAutomationEvent(AutomationPeer peer) type SynchronizedInputStates (line 331) | internal enum SynchronizedInputStates FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/SystemDrawingHelper.cs class SystemDrawingHelper (line 13) | internal static class SystemDrawingHelper method IsBitmap (line 16) | internal static bool IsBitmap(object? data) => method IsImage (line 20) | internal static bool IsImage(object? data) => method IsMetafile (line 24) | internal static bool IsMetafile(object? data) => method GetHandleFromMetafile (line 28) | internal static HENHMETAFILE GetHandleFromMetafile(object? data) => method GetMetafileFromHemf (line 32) | internal static object? GetMetafileFromHemf(HENHMETAFILE hMetafile) => method GetBitmap (line 36) | internal static object? GetBitmap(object? data) => method GetHBitmap (line 40) | internal static HBITMAP GetHBitmap(object? data, out int width, out in... method GetHBitmapFromBitmap (line 53) | internal static HBITMAP GetHBitmapFromBitmap(object? data) => method ConvertMetafileToHBitmap (line 57) | internal static HBITMAP ConvertMetafileToHBitmap(HENHMETAFILE handle) => method GetCommentFromGifStream (line 61) | internal static Stream? GetCommentFromGifStream(Stream stream) => method SaveMetafileToImageStream (line 65) | internal static void SaveMetafileToImageStream(MemoryStream metafileSt... method GetBitmapFromBitmapSource (line 69) | internal static object? GetBitmapFromBitmapSource(object source) => FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Text/TextInterface/DWriteInterfaces.cs type IDWriteFontCollectionLoaderMirror (line 18) | [ComImport] method CreateEnumeratorFromKey (line 34) | [PreserveSig] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Text/TextInterface/DWriteLoader.cs class DWriteLoader (line 9) | internal static unsafe class DWriteLoader method LoadDWrite (line 14) | internal static void LoadDWrite() method UnloadDWrite (line 29) | internal static void UnloadDWrite() method GetDWriteCreateFactoryFunctionPointer (line 41) | internal static delegate* unmanaged GetDWriteC... method ClearDWriteCreateFactoryFunctionPointer (line 46) | private static void ClearDWriteCreateFactoryFunctionPointer() method LoadDWriteLibraryAndGetProcAddress (line 51) | private static IntPtr LoadDWriteLibraryAndGetProcAddress(out delegate*... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Text/TextInterface/DWriteUtil.cs class DWriteUtil (line 6) | internal static class DWriteUtil method ConvertHresultToException (line 13) | internal static void ConvertHresultToException(int hr) method SanitizeAndThrowIfKnownException (line 51) | private static void SanitizeAndThrowIfKnownException(int hr) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Text/TextInterface/Factory.cs class Factory (line 14) | internal unsafe class Factory method Factory (line 49) | private Factory(FactoryType factoryType, IFontSourceCollectionFactory ... method Initialize (line 100) | private void Initialize(FactoryType factoryType) method Create (line 125) | internal static Factory Create( method CreateFontFile (line 140) | internal FontFile CreateFontFile(Uri filePathUri) method CreateFontFace (line 174) | internal FontFace CreateFontFace(Uri filePathUri, uint faceIndex) method CreateFontFace (line 193) | internal FontFace CreateFontFace(Uri filePathUri, uint faceIndex, Font... method GetSystemFontCollection (line 262) | internal FontCollection GetSystemFontCollection() method GetSystemFontCollection (line 277) | private FontCollection GetSystemFontCollection(bool checkForUpdates) method GetFontCollection (line 295) | internal FontCollection GetFontCollection(Uri uri) method CreateTextAnalyzer (line 324) | internal TextAnalyzer CreateTextAnalyzer() method IsLocalUri (line 333) | internal static bool IsLocalUri(Uri uri) class NativeFactoryWrapper (line 338) | private sealed unsafe class NativeFactoryWrapper : NativeIUnknownWrapp... method NativeFactoryWrapper (line 342) | public NativeFactoryWrapper(void* nativePointer, Factory managedFact... method ReleaseHandle (line 348) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Text/TextInterface/FontCollectionLoader.cs class FontCollectionLoader (line 11) | [ClassInterface(ClassInterfaceType.None)] method FontCollectionLoader (line 21) | public FontCollectionLoader() method FontCollectionLoader (line 26) | public FontCollectionLoader(IFontSourceCollectionFactory fontSourceCol... method CreateEnumeratorFromKey (line 43) | [ComVisible(true)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/Text/TextInterface/IFontSourceCollection.cs type IFontSourceCollection (line 8) | internal interface IFontSourceCollection : IEnumerable type IFontSourceCollectionFactory (line 12) | internal interface IFontSourceCollectionFactory method Create (line 14) | IFontSourceCollection Create(string uriString); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/Bidi.cs class Bidi (line 14) | internal static class Bidi method Bidi (line 27) | static Bidi() class Helper (line 138) | private static class Helper method LeftShift (line 140) | public static ulong LeftShift(ulong x, byte y) method LeftShift (line 145) | public static ulong LeftShift(ulong x, int y) method SetBit (line 150) | public static void SetBit(ref ulong x, byte y) method ResetBit (line 155) | public static void ResetBit(ref ulong x, int y) method IsBitSet (line 160) | public static bool IsBitSet(ulong x, byte y) method IsBitSet (line 165) | public static bool IsBitSet(ulong x, int y) method IsOdd (line 170) | public static bool IsOdd(byte x) method IsOdd (line 175) | public static bool IsOdd(int x) class BidiStack (line 186) | internal class BidiStack method BidiStack (line 190) | public BidiStack() method Init (line 195) | public bool Init (ulong initialStack) method Push (line 209) | public bool Push(bool pushToGreaterEven) method Pop (line 219) | public bool Pop() method GetStackBottom (line 230) | public byte GetStackBottom() method GetCurrentLevel (line 235) | public byte GetCurrentLevel() method GetData (line 240) | public ulong GetData() method Push (line 249) | internal static bool Push(ref ulong stack, bool pushToGreaterEven, o... method Pop (line 259) | internal static bool Pop(ref ulong stack, out byte topLevel) method GetMaximumLevel (line 268) | internal static byte GetMaximumLevel(ulong inputStack) method PushCore (line 282) | private static bool PushCore( method PopCore (line 302) | private static bool PopCore( method GetMinimumLevel (line 320) | private static byte GetMinimumLevel(ulong inputStack) method GreaterEven (line 334) | private static byte GreaterEven(byte level) method GreaterOdd (line 339) | private static byte GreaterOdd(byte level) type Flags (line 352) | public enum Flags : uint type OverrideClass (line 423) | private enum OverrideClass type StateMachineState (line 430) | private enum StateMachineState type StateMachineAction (line 444) | private enum StateMachineAction method GetLastStongAndNumberClass (line 482) | internal static bool GetLastStongAndNumberClass( class State (line 533) | internal class State method State (line 538) | public State(bool isRightToLeft) method GetFirstStrongCharacter (line 627) | private static bool GetFirstStrongCharacter( method ResolveNeutrals (line 664) | private static void ResolveNeutrals( method ChangeType (line 719) | private static void ChangeType( method ResolveNeutralAndWeak (line 741) | private static int ResolveNeutralAndWeak( method ResolveImplictLevels (line 1641) | private static void ResolveImplictLevels( method Analyze (line 1704) | public static bool Analyze( method BidiAnalyzeInternal (line 1731) | internal static bool BidiAnalyzeInternal( class DoubleWideChar (line 2508) | internal static class DoubleWideChar method GetChar (line 2510) | internal static int GetChar( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/CultureMapper.cs class CultureMapper (line 21) | internal static class CultureMapper method GetSpecificCulture (line 27) | public static CultureInfo GetSpecificCulture(CultureInfo runCulture) class CachedCultureMap (line 80) | private class CachedCultureMap method CachedCultureMap (line 82) | public CachedCultureMap(CultureInfo originalCulture, CultureInfo spe... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/DrawingState.cs class DrawingState (line 21) | internal sealed class DrawingState : IDisposable method DrawingState (line 34) | internal DrawingState( method SetGuidelineY (line 71) | internal void SetGuidelineY(double runGuidelineY) method UnsetGuidelineY (line 92) | internal void UnsetGuidelineY() method Dispose (line 104) | public void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/FormatSettings.cs class FormatSettings (line 21) | internal sealed class FormatSettings method FormatSettings (line 37) | internal FormatSettings( method UpdateSettingsForCurrentLine (line 127) | internal void UpdateSettingsForCurrentLine( method GetFormatWidth (line 152) | internal int GetFormatWidth(int finiteFormatWidth) method GetFiniteFormatWidth (line 164) | internal int GetFiniteFormatWidth(int paragraphWidth) method FetchTextRun (line 180) | internal CharacterBufferRange FetchTextRun( method GetPrecedingText (line 260) | internal TextSpan GetPrecedingTex... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/FormattedTextSymbols.cs class FormattedTextSymbols (line 24) | internal sealed class FormattedTextSymbols method FormattedTextSymbols (line 34) | public FormattedTextSymbols( method Draw (line 213) | public Rect Draw( class Glyphs (line 284) | private sealed class Glyphs method Glyphs (line 298) | internal Glyphs( method Glyphs (line 319) | internal Glyphs( method CreateGlyphRun (line 394) | internal GlyphRun CreateGlyphRun( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/FullTextBreakpoint.cs class FullTextBreakpoint (line 14) | internal sealed class FullTextBreakpoint : TextBreakpoint method CreateMultiple (line 33) | internal static IList CreateMultiple( method FullTextBreakpoint (line 124) | private FullTextBreakpoint( method FullTextBreakpoint (line 175) | private FullTextBreakpoint() method Dispose (line 193) | protected override void Dispose(bool disposing) method GetTextLineBreak (line 213) | public override TextLineBreak GetTextLineBreak() method GetTextPenaltyResource (line 231) | internal override IntPtr GetTextPenaltyResource() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/FullTextLine.cs type TextMetrics (line 17) | internal partial struct TextMetrics : ITextMetrics class FullTextLine (line 29) | internal class FullTextLine : TextLine type StatusFlags (line 54) | [Flags] type CaretDirection (line 71) | private enum CaretDirection method FullTextLine (line 86) | internal FullTextLine( method Dispose (line 131) | public override void Dispose() method DisposeInternal (line 141) | private void DisposeInternal(bool finalizing) method FullTextLine (line 156) | private FullTextLine(TextFormattingMode textFormattingMode, bool jus... method FormatLine (line 182) | private void FormatLine( method WrapException (line 400) | private static Exception WrapException(Exception caughtException) method AppendCollapsingSymbol (line 448) | private void AppendCollapsingSymbol( method PrefetchLSRuns (line 468) | private int PrefetchLSRuns( method Draw (line 529) | public override void Draw( method DrawTextLine (line 573) | private void DrawTextLine( method DrawCollapsingSymbol (line 656) | private Rect DrawCollapsingSymbol( method CheckBoundingBox (line 679) | private void CheckBoundingBox() method Collapse (line 694) | public override TextLine Collapse( method GetTextCollapsedRanges (line 810) | public override IList GetTextCollapsedRanges() method GetCharacterHitFromDistance (line 832) | public override CharacterHit GetCharacterHitFromDistance( method CharacterHitFromDistance (line 848) | private CharacterHit CharacterHitFromDistance(int hitTestDistance) method GetDistanceFromCharacterHit (line 965) | public override double GetDistanceFromCharacterHit( method DistanceFromCharacterHit (line 984) | private int DistanceFromCharacterHit(CharacterHit characterHit) method GetDistanceInsideTextCell (line 1052) | private int GetDistanceInsideTextCell( method GetNextCaretCharacterHit (line 1125) | public override CharacterHit GetNextCaretCharacterHit( method GetPreviousCaretCharacterHit (line 1191) | public override CharacterHit GetPreviousCaretCharacterHit( method GetBackspaceCaretCharacterHit (line 1204) | public override CharacterHit GetBackspaceCaretCharacterHit( method GetPreviousCaretCharacterHitByBehavior (line 1215) | private CharacterHit GetPreviousCaretCharacterHitByBehavior( method GetNextOrPreviousCaretStop (line 1294) | private bool GetNextOrPreviousCaretStop( method FindNextOrPreviousVisibleCp (line 1381) | private bool FindNextOrPreviousVisibleCp( method CreateDegenerateBounds (line 1443) | private TextBounds[] CreateDegenerateBounds() method CreateCollapsingSymbolBounds (line 1459) | private TextBounds CreateCollapsingSymbolBounds() method GetTextBounds (line 1477) | public override IList GetTextBounds( method CollectTextBoundsToBaseLevel (line 1770) | private void CollectTextBoundsToBaseLevel( method CollectTextBoundsFromBaseLevel (line 1854) | private void CollectTextBoundsFromBaseLevel( method GetEndOfSublineDistance (line 1918) | private int GetEndOfSublineDistance( method GetEndOfRunDistance (line 1933) | private int GetEndOfRunDistance( method AddValidTextBounds (line 1948) | private void AddValidTextBounds( method CalculateTextRunBounds (line 1964) | private IList CalculateTextRunBounds(int lscpFirst, i... method GetTextRunSpans (line 2049) | public override IList> GetTextRunSpans() method GetIndexedGlyphRuns (line 2109) | public override IEnumerable GetIndexedGlyphRuns() method GetTextLineBreak (line 2173) | public override TextLineBreak GetTextLineBreak() method QueryLinePointPcp (line 2434) | private void QueryLinePointPcp( method QueryLineCpPpoint (line 2487) | private void QueryLineCpPpoint( method LSLineUToParagraphU (line 2546) | internal int LSLineUToParagraphU(int u) method ParagraphUToLSLineU (line 2558) | internal int ParagraphUToLSLineU(int u) method BuildOverhang (line 2611) | private void BuildOverhang(Point origin, Rect boundingBox) type Overhang (line 2649) | private struct Overhang method GetInternalCp (line 2663) | internal int GetInternalCp(int cp) method GetExternalCp (line 2693) | internal int GetExternalCp(int lscp) method CpCount (line 2723) | internal int CpCount(Span plsrunSpan) method GetRun (line 2743) | internal LSRun GetRun(Plsrun plsrun) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/FullTextState.cs class FullTextState (line 18) | internal sealed class FullTextState type StatusFlags (line 28) | [Flags] method Create (line 65) | internal static FullTextState Create( method FullTextState (line 113) | private FullTextState( method SetTabs (line 174) | internal void SetTabs(TextFormatterContext context) method CreateLsTbds (line 232) | private unsafe void CreateLsTbds( method GetMainTextToMarkerIdealDistance (line 263) | internal int GetMainTextToMarkerIdealDistance() method CountText (line 277) | internal LSRun CountText( method GetBreakpointInternalCp (line 356) | internal int GetBreakpointInternalCp(int cp) method FindNextHyphenBreak (line 416) | internal bool FindNextHyphenBreak( method GetChunk (line 480) | private LexicalChunk GetChunk( method StoreFrom (line 545) | internal TextStore StoreFrom(Plsrun plsrun) method StoreFrom (line 554) | internal TextStore StoreFrom(int lscp) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/GenericTextProperties.cs class GenericTextRunProperties (line 23) | internal sealed class GenericTextRunProperties : TextRunProperties method GenericTextRunProperties (line 38) | public GenericTextRunProperties( method GetHashCode (line 67) | public override int GetHashCode() method Equals (line 87) | public override bool Equals(object o) class GenericTextParagraphProperties (line 221) | internal sealed class GenericTextParagraphProperties : TextParagraphProp... method GenericTextParagraphProperties (line 234) | public GenericTextParagraphProperties( method GenericTextParagraphProperties (line 259) | public GenericTextParagraphProperties(TextParagraphProperties textPara... method SetFlowDirection (line 359) | internal void SetFlowDirection(FlowDirection flowDirection) method SetTextAlignment (line 368) | internal void SetTextAlignment(TextAlignment textAlignment) method SetLineHeight (line 377) | internal void SetLineHeight(double lineHeight) method SetTextWrapping (line 385) | internal void SetTextWrapping(TextWrapping textWrap) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/ITextMetrics.cs type ITextMetrics (line 20) | internal interface ITextMetrics FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/ITextSymbols.cs type ITextSymbols (line 27) | internal interface ITextSymbols method GetTextShapeableSymbols (line 40) | IList GetTextShapeableSymbols( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/LexicalChunk.cs type LexicalChunk (line 31) | internal struct LexicalChunk method LexicalChunk (line 55) | internal LexicalChunk( method LSCPToCharacterIndex (line 69) | internal int LSCPToCharacterIndex(int lsdcp) method CharacterIndexToLSCP (line 102) | internal int CharacterIndexToLSCP(int ich) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/LineServices.cs type Plsrun (line 384) | internal enum Plsrun : uint type LineFlags (line 406) | [Flags] type LsEndRes (line 419) | internal enum LsEndRes type LsBreakJust (line 436) | internal enum LsBreakJust type LsKJust (line 445) | internal enum LsKJust type LsKAlign (line 455) | internal enum LsKAlign type LsKEOP (line 462) | internal enum LsKEOP type LsKTab (line 470) | internal enum LsKTab type LsTFlow (line 479) | internal enum LsTFlow type LsBrkCond (line 492) | internal enum LsBrkCond type LsDevice (line 500) | internal enum LsDevice type LsExpType (line 506) | internal enum LsExpType : byte type LsKysr (line 514) | internal enum LsKysr type LsHyphenQuality (line 552) | internal enum LsHyphenQuality type LsErr (line 561) | internal enum LsErr type LSPOINT (line 640) | [StructLayout(LayoutKind.Sequential)] method LSPOINT (line 643) | public LSPOINT(int horizontalPosition, int verticalPosition) type LSRECT (line 653) | [StructLayout(LayoutKind.Sequential)] method LSRECT (line 660) | internal LSRECT(int x1, int y1, int x2, int y2) type LSSIZE (line 669) | [StructLayout(LayoutKind.Sequential)] type EscStringInfo (line 676) | [StructLayout(LayoutKind.Sequential)] type ObjDim (line 687) | [StructLayout(LayoutKind.Sequential)] type LsTbd (line 695) | [StructLayout(LayoutKind.Sequential)] type LsTabs (line 708) | [StructLayout(LayoutKind.Sequential)] type LsULInfo (line 716) | [StructLayout(LayoutKind.Sequential)] type LsStInfo (line 728) | [StructLayout(LayoutKind.Sequential)] type LsHyph (line 739) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type LsIMethods (line 750) | [StructLayout(LayoutKind.Sequential)] type LscbkRedefined (line 802) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type LsContextInfo (line 812) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type LsDevRes (line 966) | [StructLayout(LayoutKind.Sequential)] type LsLInfo (line 976) | [StructLayout(LayoutKind.Sequential)] type LsBreakRecSubl (line 1002) | [StructLayout(LayoutKind.Sequential)] type LsPap (line 1013) | [StructLayout(LayoutKind.Sequential)] type Flags (line 1019) | [Flags] type LsLineProps (line 1079) | [StructLayout(LayoutKind.Sequential)] type LsChp (line 1093) | [StructLayout(LayoutKind.Sequential)] type Flags (line 1100) | [Flags] type LsTxM (line 1133) | [StructLayout(LayoutKind.Sequential)] type LsHeights (line 1144) | [StructLayout(LayoutKind.Sequential)] type LsQSubInfo (line 1152) | [StructLayout(LayoutKind.Sequential)] type LsTextCell (line 1178) | [StructLayout(LayoutKind.Sequential)] type LsLineWidths (line 1190) | [StructLayout(LayoutKind.Sequential)] type LsBreaks (line 1203) | [StructLayout(LayoutKind.Sequential)] type LsNeighborInfo (line 1216) | [StructLayout(LayoutKind.Sequential)] type LsGlyphRunInfo (line 1231) | [StructLayout(LayoutKind.Sequential)] type LsCharRunInfo (line 1255) | [StructLayout(LayoutKind.Sequential)] type InlineInit (line 1276) | [StructLayout(LayoutKind.Sequential)] class Constants (line 1288) | internal static partial class Constants class Convert (line 1346) | internal sealed class Convert method Convert (line 1349) | private Convert() {} method LsTFlowToFlowDirection (line 1354) | public static FlowDirection LsTFlowToFlowDirection(LsTFlow lstflow) method LsKTabFromTabAlignment (line 1382) | public static LsKTab LsKTabFromTabAlignment(TextTabAlignment tabAlignm... class UnsafeNativeMethods (line 1405) | internal static class UnsafeNativeMethods method LoCreateContext (line 1407) | [DllImport(DllImport.PresentationNative, EntryPoint="LoCreateContext")] method LoDestroyContext (line 1414) | [DllImport(DllImport.PresentationNative, EntryPoint="LoDestroyContext")] method LoCreateLine (line 1419) | [DllImport(DllImport.PresentationNative, EntryPoint="LoCreateLine")] method LoDisposeLine (line 1433) | [DllImport(DllImport.PresentationNative, EntryPoint="LoDisposeLine")] method LoAcquireBreakRecord (line 1440) | [DllImport(DllImport.PresentationNative, EntryPoint="LoAcquireBreakRec... method LoDisposeBreakRecord (line 1446) | [DllImport(DllImport.PresentationNative, EntryPoint="LoDisposeBreakRec... method LoCloneBreakRecord (line 1453) | [DllImport(DllImport.PresentationNative, EntryPoint="LoCloneBreakRecor... method LoRelievePenaltyResource (line 1459) | [DllImport(DllImport.PresentationNative, EntryPoint = "LoRelievePenalt... method LoSetBreaking (line 1464) | [DllImport(DllImport.PresentationNative, EntryPoint="LoSetBreaking")] method LoSetDoc (line 1470) | [DllImport(DllImport.PresentationNative, EntryPoint="LoSetDoc")] method LoSetTabs (line 1478) | [DllImport(DllImport.PresentationNative, EntryPoint="LoSetTabs")] method LoDisplayLine (line 1486) | [DllImport(DllImport.PresentationNative, EntryPoint="LoDisplayLine")] method LoEnumLine (line 1494) | [DllImport(DllImport.PresentationNative, EntryPoint="LoEnumLine")] method LoQueryLineCpPpoint (line 1502) | [DllImport(DllImport.PresentationNative, EntryPoint="LoQueryLineCpPpoi... method LoQueryLinePointPcp (line 1512) | [DllImport(DllImport.PresentationNative, EntryPoint="LoQueryLinePointP... method LoCreateBreaks (line 1522) | [DllImport(DllImport.PresentationNative, EntryPoint="LoCreateBreaks")] method LoCreateParaBreakingSession (line 1533) | [DllImport(DllImport.PresentationNative, EntryPoint="LoCreateParaBreak... method LoDisposeParaBreakingSession (line 1544) | [DllImport(DllImport.PresentationNative, EntryPoint="LoDisposeParaBrea... method LocbkGetObjectHandlerInfo (line 1551) | [DllImport(DllImport.PresentationNative, EntryPoint="LocbkGetObjectHan... method LoGetEscString (line 1558) | internal static void LoGetEscString( method LoGetEscStringImpl (line 1564) | [DllImport(DllImport.PresentationNative, EntryPoint = "LoGetEscString")] method LoAcquirePenaltyModule (line 1569) | [DllImport(DllImport.PresentationNative, EntryPoint = "LoAcquirePenalt... method LoDisposePenaltyModule (line 1575) | [DllImport(DllImport.PresentationNative, EntryPoint = "LoDisposePenalt... method LoGetPenaltyModuleInternalHandle (line 1580) | [DllImport(DllImport.PresentationNative, EntryPoint = "LoGetPenaltyMod... method CreateTextAnalysisSink (line 1589) | [DllImport(DllImport.PresentationNative, EntryPoint = "CreateTextAnaly... method GetScriptAnalysisList (line 1596) | [DllImport(DllImport.PresentationNative, EntryPoint = "GetScriptAnalys... method GetNumberSubstitutionList (line 1603) | [DllImport(DllImport.PresentationNative, EntryPoint = "GetNumberSubsti... method CreateTextAnalysisSource (line 1609) | [DllImport(DllImport.PresentationNative, EntryPoint = "CreateTextAnaly... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/LineServicesCallbacks.cs class LineServicesCallbacks (line 21) | internal sealed class LineServicesCallbacks method FetchRunRedefined (line 59) | internal unsafe LsErr FetchRunRedefined( method SetChpFormat (line 230) | private void SetChpFormat( method SetChpFormat (line 239) | private void SetChpFormat( method FetchPap (line 267) | internal LsErr FetchPap( method FetchLineProps (line 355) | internal LsErr FetchLineProps( method GetRunTextMetrics (line 400) | internal LsErr GetRunTextMetrics( method GetRunCharWidths (line 447) | internal unsafe LsErr GetRunCharWidths( method GetDurMaxExpandRagged (line 539) | internal LsErr GetDurMaxExpandRagged( method GetAutoNumberInfo (line 571) | internal LsErr GetAutoNumberInfo( method GetRunUnderlineInfo (line 648) | internal LsErr GetRunUnderlineInfo( method GetRunStrikethroughInfo (line 712) | internal LsErr GetRunStrikethroughInfo( method GetLSRunStrikethroughMetrics (line 766) | private void GetLSRunStrikethroughMetrics( method Hyphenate (line 786) | internal LsErr Hyphenate( method GetNextHyphenOpp (line 826) | internal LsErr GetNextHyphenOpp( method GetPrevHyphenOpp (line 863) | internal LsErr GetPrevHyphenOpp( method DrawStrikethrough (line 905) | internal LsErr DrawStrikethrough( method DrawUnderline (line 970) | internal LsErr DrawUnderline( method DrawTextDecorations (line 1023) | private void DrawTextDecorations( method DrawTextDecorationCollection (line 1080) | private void DrawTextDecorationCollection( method DrawTextDecoration (line 1167) | private Rect DrawTextDecoration( method DrawTextRun (line 1408) | internal unsafe LsErr DrawTextRun( method FInterruptShaping (line 1480) | internal LsErr FInterruptShaping( method GetNumberCulture (line 1529) | internal static CultureInfo GetNumberCulture(TextRunProperties propert... method GetGlyphsRedefined (line 1575) | internal unsafe LsErr GetGlyphsRedefined( method GetGlyphPositions (line 1666) | internal unsafe LsErr GetGlyphPositions( method RemapLSRuns (line 1751) | private unsafe LSRun[] RemapLSRuns( method DrawGlyphs (line 1769) | internal unsafe LsErr DrawGlyphs( method GetCharCompressionInfoFullMixed (line 1858) | internal unsafe LsErr GetCharCompressionInfoFullMixed( method GetCharExpansionInfoFullMixed (line 1908) | internal unsafe LsErr GetCharExpansionInfoFullMixed( method AdjustChars (line 1956) | private unsafe LsErr AdjustChars( method GetGlyphCompressionInfoFullMixed (line 2012) | internal unsafe LsErr GetGlyphCompressionInfoFullMixed( method CompressGlyphs (line 2062) | private unsafe LsErr CompressGlyphs( method GetGlyphExpansionInfoFullMixed (line 2137) | internal unsafe LsErr GetGlyphExpansionInfoFullMixed( method ExpandGlyphs (line 2193) | private unsafe LsErr ExpandGlyphs( method GetObjectHandlerInfo (line 2281) | internal unsafe LsErr GetObjectHandlerInfo( method InlineFormat (line 2332) | internal LsErr InlineFormat( method BreakConditionToLsBrkCond (line 2405) | private LsBrkCond BreakConditionToLsBrkCond(LineBreakCondition breakCo... method InlineDraw (line 2426) | internal LsErr InlineDraw( method EnumText (line 2581) | internal unsafe LsErr EnumText( method EnumTab (line 2699) | internal unsafe LsErr EnumTab( method IsSpace (line 2784) | private bool IsSpace(char ch) method RealToIdeal (line 2799) | private static int RealToIdeal(double i) method RoundDipForDisplayModeJustifiedText (line 2817) | private static double RoundDipForDisplayModeJustifiedText(double value... method IdealToRealWithNoRounding (line 2825) | private static double IdealToRealWithNoRounding(double i) method AdjustMetricsForDisplayModeJustifiedText (line 2845) | private unsafe void AdjustMetricsForDisplayModeJustifiedText( method ComputeShapedGlyphRun (line 2988) | private unsafe GlyphRun ComputeShapedGlyphRun( method ComputeUnshapedGlyphRun (line 3140) | private unsafe GlyphRun ComputeUnshapedGlyphRun( method LineServicesCallbacks (line 3266) | internal unsafe LineServicesCallbacks() method PopulateContextInfo (line 3296) | internal void PopulateContextInfo(ref LsContextInfo contextInfo, ref L... method SaveException (line 3387) | private void SaveException(Exception e, Plsrun plsrun, LSRun lsrun) method SaveNonCLSException (line 3393) | private void SaveNonCLSException(string methodName, Plsrun plsrun, LSR... class ExceptionContext (line 3400) | [Serializable()] method ExceptionContext (line 3403) | public ExceptionContext(object innerContext, string stackTraceOrMeth... method ToString (line 3411) | public override string ToString() method EmptyBoundingBox (line 3464) | internal void EmptyBoundingBox() method ClearIndexedGlyphRuns (line 3481) | internal void ClearIndexedGlyphRuns() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/LineServicesRun.cs class LSRun (line 15) | internal sealed class LSRun method LSRun (line 35) | internal LSRun( method LSRun (line 68) | private LSRun( method LSRun (line 101) | internal LSRun( method LSRun (line 125) | internal LSRun( method Truncate (line 146) | internal void Truncate(int newLength) method DrawGlyphRun (line 227) | internal Rect DrawGlyphRun( method UVToXY (line 301) | internal static Point UVToXY( method UVToXY (line 334) | internal static Point UVToXY( method UVToNominalXY (line 367) | internal static void UVToNominalXY( method RectUV (line 398) | internal static Rect RectUV( method Move (line 434) | internal void Move(int baselineMoveOffset) type CustomOpenTypeFeatures (line 551) | private enum CustomOpenTypeFeatures method CreateDWriteFontFeatures (line 631) | private static DWriteFontFeature[] CreateDWriteFontFeatures(TextRunTyp... method CompileFeatureSet (line 898) | internal static unsafe void CompileFeatureSet( method CompileFeatureSet (line 945) | internal static void CompileFeatureSet( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/NumberSubstitution.cs class DigitState (line 14) | internal class DigitState method GetResolvedSubstitutionMethod (line 50) | internal static NumberSubstitutionMethod GetResolvedSubstitutionMethod... method SetTextRunProperties (line 95) | internal void SetTextRunProperties(TextRunProperties properties) method GetNumberCulture (line 113) | private static CultureInfo GetNumberCulture(TextRunProperties properti... method GetDigitCulture (line 141) | private CultureInfo GetDigitCulture(CultureInfo numberCulture, NumberS... method HasLatinDigits (line 206) | private static bool HasLatinDigits(CultureInfo culture) method IsArabic (line 218) | private static bool IsArabic(CultureInfo culture) method IsFarsi (line 223) | private static bool IsFarsi(CultureInfo culture) method GetTraditionalCulture (line 234) | private CultureInfo GetTraditionalCulture(CultureInfo numberCulture) method CreateTraditionalCulture (line 477) | private CultureInfo CreateTraditionalCulture(CultureInfo numberCulture... type DigitMap (line 543) | internal struct DigitMap method DigitMap (line 548) | internal DigitMap(CultureInfo digitCulture) method GetFallbackCharacter (line 598) | internal static int GetFallbackCharacter(int ch) method StringToScalar (line 610) | private static int StringToScalar(string s, int defaultValue) method IsHighSurrogate (line 628) | internal static bool IsHighSurrogate(int ch) method IsLowSurrogate (line 633) | internal static bool IsLowSurrogate(int ch) method IsSurrogate (line 638) | internal static bool IsSurrogate(int ch) method MakeUnicodeScalar (line 643) | internal static int MakeUnicodeScalar(int hi, int lo) method IsDigitOrSymbol (line 648) | private static bool IsDigitOrSymbol(int ch) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/SimpleTextLine.cs class SimpleTextLine (line 31) | internal class SimpleTextLine : TextLine type StatusFlags (line 57) | [Flags] method Create (line 78) | public static TextLine Create( method SimpleTextLine (line 251) | public SimpleTextLine( method Dispose (line 383) | public override void Dispose() {} method CollectTrailingSpaces (line 393) | private static void CollectTrailingSpaces( method AddRun (line 421) | private static void AddRun( method DistanceFromCp (line 444) | private double DistanceFromCp(int currentIndex) method Draw (line 474) | public override void Draw( method Collapse (line 513) | public override TextLine Collapse( method CheckBoundingBox (line 558) | private void CheckBoundingBox() method DrawTextLine (line 572) | private void DrawTextLine( method GetCharacterHitFromDistance (line 634) | public override CharacterHit GetCharacterHitFromDistance( method GetDistanceFromCharacterHit (line 680) | public override double GetDistanceFromCharacterHit( method GetNextCaretCharacterHit (line 694) | public override CharacterHit GetNextCaretCharacterHit( method GetPreviousCaretCharacterHit (line 729) | public override CharacterHit GetPreviousCaretCharacterHit( method GetBackspaceCaretCharacterHit (line 774) | public override CharacterHit GetBackspaceCaretCharacterHit( method GetTextBounds (line 789) | public override IList GetTextBounds( method GetTextRunSpans (line 880) | public override IList> GetTextRunSpans() method GetIndexedGlyphRuns (line 896) | public override IEnumerable GetIndexedGlyphRuns() method GetTextLineBreak (line 973) | public override TextLineBreak GetTextLineBreak() method GetTextCollapsedRanges (line 983) | public override IList GetTextCollapsedRanges() method FindNextVisibleCp (line 1188) | private bool FindNextVisibleCp(int cp, out int cpVisible) method FindPreviousVisibleCp (line 1219) | private bool FindPreviousVisibleCp(int cp, out int cpVisible) method GetRunIndexAtCp (line 1255) | private void GetRunIndexAtCp( class SimpleRun (line 1277) | internal sealed class SimpleRun type Flags (line 1290) | [Flags] method SimpleRun (line 1368) | internal SimpleRun(TextFormatterImp textFormatterImp, double pixelsPer... method Create (line 1385) | public static SimpleRun Create( method Create (line 1432) | public static SimpleRun Create( method CreateSimpleRunForTab (line 1574) | private static SimpleRun CreateSimpleRunForTab( method CanProcessTabsInSimpleShapingPath (line 1635) | private static bool CanProcessTabsInSimpleShapingPath( method CreateSimpleTextRun (line 1647) | internal static SimpleRun CreateSimpleTextRun( method SimpleRun (line 1708) | private SimpleRun( method Draw (line 1728) | internal Rect Draw( method CollectTrailingSpaces (line 1891) | internal bool CollectTrailingSpaces( method IsSpace (line 1937) | private static bool IsSpace(char ch) method IsUnderlineCompatible (line 1947) | internal bool IsUnderlineCompatible(SimpleRun nextRun) method DistanceFromDcp (line 1955) | internal int DistanceFromDcp(int dcp) method DcpFromDistance (line 1978) | internal CharacterHit DcpFromDistance(int idealDistance) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/TextFormatterImp.cs class TextFormatterImp (line 16) | internal sealed class TextFormatterImp : TextFormatter method TextFormatterImp (line 29) | internal TextFormatterImp(TextFormattingMode textFormattingMode) method TextFormatterImp (line 36) | internal TextFormatterImp() : this(null, TextFormattingMode.Ideal) method TextFormatterImp (line 49) | internal TextFormatterImp(TextFormatterContext soleContext, TextFormat... method Dispose (line 72) | public override void Dispose() method CleanupInternal (line 83) | private void CleanupInternal() method FormatLine (line 102) | public override TextLine FormatLine( method FormatLine (line 133) | public override TextLine FormatLine( method RecreateLine (line 167) | public override TextLine RecreateLine( method FormatLineInternal (line 197) | private TextLine FormatLineInternal( method FormatMinMaxParagraphWidth (line 264) | public override MinMaxParagraphWidth FormatMinMaxParagraphWidth( method FormatMinMaxParagraphWidth (line 288) | public override MinMaxParagraphWidth FormatMinMaxParagraphWidth( method CreateParagraphCache (line 345) | public override TextParagraphCache CreateParagraphCache( method PrepareFormatSettings (line 392) | private FormatSettings PrepareFormatSettings( method VerifyTextFormattingArguments (line 436) | private void VerifyTextFormattingArguments( method VerifyCaretCharacterHit (line 475) | internal static void VerifyCaretCharacterHit( method AcquireContext (line 499) | internal TextFormatterContext AcquireContext( method CreateAntiInversionTransform (line 565) | internal static MatrixTransform CreateAntiInversionTransform( method CompareReal (line 605) | internal static int CompareReal(double x, double y, double pixelsPerDi... method RoundDip (line 629) | internal static double RoundDip(double value, double pixelsPerDip, Tex... method RoundDipForDisplayMode (line 641) | internal static double RoundDipForDisplayMode(double value, double pix... method RoundDipForDisplayMode (line 646) | private static double RoundDipForDisplayMode(double value, double pixe... method RoundDipForDisplayModeJustifiedText (line 664) | internal static double RoundDipForDisplayModeJustifiedText(double valu... method IdealToRealWithNoRounding (line 672) | internal static double IdealToRealWithNoRounding(double i) method IdealToReal (line 680) | internal double IdealToReal(double i, double pixelsPerDip) method RealToIdeal (line 700) | internal static int RealToIdeal(double i) method RealToIdealFloor (line 721) | internal static int RealToIdealFloor(double i) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/TextMarkerSource.cs class TextMarkerSource (line 24) | internal sealed class TextMarkerSource : TextSource method TextMarkerSource (line 42) | internal TextMarkerSource( method GetTextRun (line 143) | public override TextRun GetTextRun( method GetPrecedingText (line 167) | public override TextSpan GetPrece... method GetTextEffectCharacterIndexFromTextSourceCharacterIndex (line 193) | public override int GetTextEffectCharacterIndexFromTextSourceCharacter... method ConvertNumberToString (line 208) | private static char[] ConvertNumberToString(int number, bool oneBased,... method ConvertNumberToRomanString (line 360) | private static string ConvertNumberToRomanString( method AddRomanNumeric (line 393) | private static void AddRomanNumeric( method IsKnownSymbolMarkerStyle (line 422) | internal static bool IsKnownSymbolMarkerStyle(TextMarkerStyle markerSt... method IsKnownIndexMarkerStyle (line 432) | internal static bool IsKnownIndexMarkerStyle(TextMarkerStyle markerStyle) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/TextMetrics.cs type TextMetrics (line 9) | internal partial struct TextMetrics : ITextMetrics method Compute (line 117) | internal unsafe void Compute( method GetTextLineBreak (line 285) | internal TextLineBreak GetTextLineBreak(IntPtr ploline) method AppendCollapsingSymbolWidth (line 315) | private void AppendCollapsingSymbolWidth( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/TextPenaltyModule.cs class TextPenaltyModule (line 14) | internal sealed class TextPenaltyModule : IDisposable method TextPenaltyModule (line 23) | internal TextPenaltyModule(IntPtr ploc) method Dispose (line 48) | public void Dispose() method Dispose (line 55) | private void Dispose(bool disposing) method DangerousGetHandle (line 72) | internal IntPtr DangerousGetHandle() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/TextProperties.cs class ParaProp (line 22) | internal sealed class ParaProp method ParaProp (line 30) | internal ParaProp( type StatusFlags (line 55) | [Flags] class TextRunInfo (line 170) | internal sealed class TextRunInfo method TextRunInfo (line 196) | internal TextRunInfo( method GetRoughWidth (line 380) | internal int GetRoughWidth(double realToIdeal) method GetRunType (line 396) | internal static Plsrun GetRunType(TextRun textRun) type RunFlags (line 415) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/TextRunCacheImp.cs class TextRunCacheImp (line 18) | internal sealed class TextRunCacheImp method TextRunCacheImp (line 31) | internal TextRunCacheImp() method Change (line 49) | public void Change( method FetchTextRun (line 88) | internal TextRun FetchTextRun( method GetPrecedingText (line 267) | internal TextSpan GetPrecedingTex... method GetTextRunSpans (line 308) | internal IList> GetTextRunSpans() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/TextShapeableCharacters.cs class TextShapeableCharacters (line 27) | internal sealed class TextShapeableCharacters : TextShapeableSymbols method TextShapeableCharacters (line 48) | internal TextShapeableCharacters( method ComputeShapedGlyphRun (line 116) | internal sealed override GlyphRun ComputeShapedGlyphRun( method GetGlyphTypeface (line 178) | private GlyphTypeface GetGlyphTypeface(out bool nullFont) method ComputeUnshapedGlyphRun (line 212) | internal sealed override GlyphRun ComputeUnshapedGlyphRun( method Draw (line 244) | internal sealed override void Draw( method GetAdvanceWidthsUnshaped (line 279) | internal sealed override unsafe void GetAdvanceWidthsUnshaped( method CanShapeTogether (line 397) | internal sealed override bool CanShapeTogether( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/TextShapeableSymbols.cs class TextShapeableSymbols (line 24) | internal abstract class TextShapeableSymbols : TextRun method ComputeShapedGlyphRun (line 38) | internal abstract GlyphRun ComputeShapedGlyphRun( method CanShapeTogether (line 54) | internal abstract bool CanShapeTogether( method GetAdvanceWidthsUnshaped (line 108) | internal abstract unsafe void GetAdvanceWidthsUnshaped( method ComputeUnshapedGlyphRun (line 128) | internal abstract GlyphRun ComputeUnshapedGlyphRun( method Draw (line 144) | internal abstract void Draw( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/TextStore.cs class TextStore (line 45) | internal class TextStore method TextStore (line 73) | static TextStore() method TextStore (line 101) | public TextStore( method FetchLSRun (line 142) | internal LSRun FetchLSRun( method FetchTextRun (line 396) | internal TextRunInfo FetchTextRun(int cpFetch) method SetTextEffectsVector (line 482) | private void SetTextEffectsVector( type TextEffectBoundary (line 562) | private struct TextEffectBoundary : IComparable method TextEffectBoundary (line 567) | internal TextEffectBoundary(int position, bool isStart) method CompareTo (line 583) | public int CompareTo(TextEffectBoundary other) method CreateSpecialRunFromTextContent (line 599) | private TextRunInfo CreateSpecialRunFromTextContent( method GrabLSRun (line 734) | private LSRun GrabLSRun( method GetLastLevel (line 777) | private int GetLastLevel() method BidiAnalyze (line 814) | private int BidiAnalyze( method AnalyzeDirectionalModifier (line 986) | private byte AnalyzeDirectionalModifier( method AnalyzeEndOfDirectionalModifier (line 1021) | private byte AnalyzeEndOfDirectionalModifier(BidiState state) method IsEndOfDirectionalModifier (line 1043) | private bool IsEndOfDirectionalModifier(TextRunInfo runInfo) method IsDirectionalModifier (line 1051) | private bool IsDirectionalModifier(TextModifier modifier) method InsertFakeLineBreak (line 1056) | internal bool InsertFakeLineBreak(int cpLimit) method IsForceBreakRequired (line 1111) | private bool IsForceBreakRequired(SpanVector runInfoVector, ref int cc... type NumberContext (line 1148) | [Flags] method GetNumberContext (line 1161) | private NumberContext GetNumberContext(TextModifierScope scope) method CreateLSRunsUniformBidiLevel (line 1266) | private void CreateLSRunsUniformBidiLevel( method CreateReverseLSRuns (line 1446) | private int CreateReverseLSRuns( method CreateLSRuns (line 1489) | private void CreateLSRuns( method CreateTextLSRuns (line 1647) | private void CreateTextLSRuns( method CreateLineBreakLSRun (line 1744) | private LSRun CreateLineBreakLSRun( method AddLSRun (line 1777) | private Plsrun AddLSRun(LSRun lsrun) method GetExternalCp (line 1805) | internal int GetExternalCp(int lscp) method GetRun (line 1820) | internal LSRun GetRun(Plsrun plsrun) method IsMarker (line 1835) | internal static bool IsMarker(Plsrun plsrun) method MakePlsrunMarker (line 1844) | internal static Plsrun MakePlsrunMarker(Plsrun plsrun) method MakePlsrunSymbol (line 1853) | internal static Plsrun MakePlsrunSymbol(Plsrun plsrun) method ToIndex (line 1862) | internal static Plsrun ToIndex(Plsrun plsrun) method IsContent (line 1871) | internal static bool IsContent(Plsrun plsrun) method IsSpace (line 1881) | internal static bool IsSpace(char ch) method IsStrong (line 1890) | internal static bool IsStrong(char ch) method IsNewline (line 1901) | internal static bool IsNewline (Plsrun plsrun) method IsNewline (line 1909) | internal static bool IsNewline(ushort flags) method AdjustRunsVerticalOffset (line 1921) | internal void AdjustRunsVerticalOffset( method CollectRawWord (line 2065) | internal char[] CollectRawWord( method FormatTextObject (line 2318) | internal TextEmbeddedObjectMetrics FormatTextObject( type ObjectId (line 2401) | internal enum ObjectId : ushort class BidiState (line 2496) | internal sealed class BidiState : Bidi.State method BidiState (line 2498) | public BidiState(FormatSettings settings, int cpFirst) method BidiState (line 2503) | public BidiState(FormatSettings settings, int cpFirst, TextModifierSco... method SetLastDirectionClassesAtLevelChange (line 2541) | internal void SetLastDirectionClassesAtLevelChange() method GetLastDirectionClasses (line 2605) | private void GetLastDirectionClasses() method InitLevelStackFromModifierScope (line 2681) | private static void InitLevelStackFromModifierScope( method GetEuropeanNumberClassOverride (line 2718) | internal DirectionClass GetEuropeanNumberClassOverride(CultureInfo cul... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/ThousandthOfEmRealDoubles.cs class ThousandthOfEmRealDoubles (line 21) | internal sealed class ThousandthOfEmRealDoubles : IList method ThousandthOfEmRealDoubles (line 26) | internal ThousandthOfEmRealDoubles( method ThousandthOfEmRealDoubles (line 36) | internal ThousandthOfEmRealDoubles( method IndexOf (line 124) | public int IndexOf(double item) method Clear (line 138) | public void Clear() method Contains (line 157) | public bool Contains(double item) method CopyTo (line 162) | public void CopyTo(double[] array, int arrayIndex) method GetEnumerator (line 203) | public IEnumerator GetEnumerator() method GetEnumerator (line 211) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Add (line 217) | public void Add(double value) method Insert (line 223) | public void Insert(int index, double item) method Remove (line 229) | public bool Remove(double item) method RemoveAt (line 235) | public void RemoveAt(int index) method InitArrays (line 244) | private void InitArrays(int capacity) method RealToThousandthOfEm (line 258) | private bool RealToThousandthOfEm(double value, out short thousandthOfEm) method ThousandthOfEmToReal (line 276) | private double ThousandthOfEmToReal(short thousandthOfEm) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/TextFormatting/ThousandthOfEmRealPoints.cs class ThousandthOfEmRealPoints (line 17) | internal sealed class ThousandthOfEmRealPoints : IList method ThousandthOfEmRealPoints (line 22) | internal ThousandthOfEmRealPoints( method ThousandthOfEmRealPoints (line 31) | internal ThousandthOfEmRealPoints( method IndexOf (line 82) | public int IndexOf(Point item) method Clear (line 96) | public void Clear() method Contains (line 102) | public bool Contains(Point item) method CopyTo (line 107) | public void CopyTo(Point[] array, int arrayIndex) method GetEnumerator (line 148) | public IEnumerator GetEnumerator() method GetEnumerator (line 156) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Add (line 161) | public void Add(Point value) method Insert (line 167) | public void Insert(int index, Point item) method Remove (line 173) | public bool Remove(Point item) method RemoveAt (line 179) | public void RemoveAt(int index) method InitArrays (line 188) | private void InitArrays(double emSize, int capacity) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/UIElementHelper.cs class UIElementHelper (line 12) | internal static class UIElementHelper method IsHitTestVisible (line 14) | internal static bool IsHitTestVisible(DependencyObject o) method IsVisible (line 29) | internal static bool IsVisible(DependencyObject o) method PredictFocus (line 44) | internal static DependencyObject PredictFocus(DependencyObject o, Focu... method GetContainingUIElement2D (line 68) | internal static UIElement GetContainingUIElement2D(DependencyObject re... method GetUIParent (line 84) | internal static DependencyObject GetUIParent(DependencyObject child) method GetUIParent (line 91) | internal static DependencyObject GetUIParent(DependencyObject child, b... method IsUIElementOrUIElement3D (line 130) | internal static bool IsUIElementOrUIElement3D(DependencyObject o) method InvalidateAutomationAncestors (line 135) | internal static void InvalidateAutomationAncestors(DependencyObject o) method InvalidateAutomationPeer (line 176) | internal static bool InvalidateAutomationPeer( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/UnicodeClasses.cs type DirectionClass (line 17) | internal enum DirectionClass : byte type ItemClass (line 45) | internal enum ItemClass : byte type ScriptID (line 66) | internal enum ScriptID : byte type CharacterAttributeFlags (line 136) | internal enum CharacterAttributeFlags : ushort type CharBreakingType (line 153) | internal enum CharBreakingType : byte type UnicodeClass (line 162) | internal enum UnicodeClass : ushort type CharacterAttribute (line 174) | [StructLayout(LayoutKind.Sequential, Pack=1)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/WindowsRuntime/Windows/UI/ViewManagement/InputPane.cs class InputPane (line 23) | internal class InputPane : IDisposable method InputPane (line 50) | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "... method InputPane (line 74) | private InputPane(IntPtr? hwnd) method GetForWindow (line 131) | internal static InputPane GetForWindow(HwndSource source) method TryShow (line 140) | internal bool TryShow() method TryHide (line 162) | internal bool TryHide() method GetWinRtActivationFactory (line 186) | private static object GetWinRtActivationFactory(bool forceInitializati... method Dispose (line 228) | public void Dispose() method Dispose (line 238) | private void Dispose(bool disposing) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/WindowsRuntime/Windows/UI/ViewManagement/InputPaneRcw.cs class InputPaneRcw (line 17) | internal static class InputPaneRcw method GetInputPaneActivationFactory (line 21) | public static object GetInputPaneActivationFactory() type TrustLevel (line 38) | internal enum TrustLevel type IInputPaneInterop (line 45) | [Guid("75CF2C57-9195-4931-8332-F0B409E916AF"), InterfaceType(ComInterf... method GetIids (line 49) | [MethodImpl(MethodImplOptions.InternalCall)] method GetRuntimeClassName (line 52) | [MethodImpl(MethodImplOptions.InternalCall)] method GetTrustLevel (line 55) | [MethodImpl(MethodImplOptions.InternalCall)] method GetForWindow (line 58) | [MethodImpl(MethodImplOptions.InternalCall)] type IInputPane2 (line 62) | [Guid("8A6B3F26-7090-4793-944C-C3F2CDE26276"), InterfaceType(ComInterf... method GetIids (line 66) | [MethodImpl(MethodImplOptions.InternalCall)] method GetRuntimeClassName (line 69) | [MethodImpl(MethodImplOptions.InternalCall)] method GetTrustLevel (line 72) | [MethodImpl(MethodImplOptions.InternalCall)] method TryShow (line 75) | [MethodImpl(MethodImplOptions.InternalCall)] method TryHide (line 78) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/WindowsRuntime/Windows/UI/ViewManagement/NativeMethods.cs class NativeMethods (line 16) | internal static class NativeMethods method WindowsCreateString (line 18) | [DllImport(DllImport.ApiSetWinRTString, CallingConvention = CallingCon... method WindowsDeleteString (line 23) | [DllImport(DllImport.ApiSetWinRTString, CallingConvention = CallingCon... method RoGetActivationFactory (line 26) | [DllImport(DllImport.ApiSetWinRT, CallingConvention = CallingConventio... method RoActivateInstance (line 29) | [DllImport(DllImport.ApiSetWinRT, CallingConvention = CallingConventio... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/WindowsRuntime/Windows/UI/ViewManagement/UISettings.cs class UISettings (line 12) | internal class UISettings : IDisposable method UISettings (line 25) | internal UISettings() method TryGetColorValue (line 53) | internal bool TryGetColorValue(UISettingsRCW.UIColorType desiredColor,... method TryUpdateAccentColors (line 79) | internal void TryUpdateAccentColors() method GetWinRTInstance (line 116) | private static object GetWinRTInstance() method Dispose (line 152) | public void Dispose() method Dispose (line 158) | private void Dispose(bool disposing) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/WindowsRuntime/Windows/UI/ViewManagement/UISettingsRcw.cs class UISettingsRCW (line 13) | internal static class UISettingsRCW method GetUISettingsInstance (line 16) | public static object GetUISettingsInstance() type IUISettings3 (line 35) | [Guid("03021BE4-5254-4781-8194-5168F7D06D7B"), InterfaceType(ComInterf... method GetIids (line 39) | void GetIids(out uint iidCount, out IntPtr iids); method GetRuntimeClassName (line 41) | void GetRuntimeClassName(out string className); method GetTrustLevel (line 43) | void GetTrustLevel(out TrustLevel TrustLevel); method GetColorValue (line 45) | UIColor GetColorValue(UIColorType desiredColor); type TrustLevel (line 48) | internal enum TrustLevel type UIColorType (line 55) | public enum UIColorType type UIColor (line 69) | internal readonly record struct UIColor(byte A, byte R, byte G, byte B); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/WpfWebRequestHelper.cs class WpfWebRequestHelper (line 41) | internal static class WpfWebRequestHelper method CreateRequest (line 43) | internal static WebRequest CreateRequest(Uri uri) method ConfigCachePolicy (line 107) | internal static void ConfigCachePolicy(WebRequest request, bool isRefr... method HandleWebResponse (line 154) | internal static void HandleWebResponse(WebResponse response) method CreateRequestAndGetResponseStream (line 159) | internal static Stream CreateRequestAndGetResponseStream(Uri uri) method CreateRequestAndGetResponseStream (line 164) | internal static Stream CreateRequestAndGetResponseStream(Uri uri, out ... method CreateRequestAndGetResponse (line 170) | internal static WebResponse CreateRequestAndGetResponse(Uri uri) method GetResponse (line 176) | internal static WebResponse GetResponse(WebRequest request) method EndGetResponse (line 196) | internal static WebResponse EndGetResponse(WebRequest request, IAsyncR... method GetResponseStream (line 212) | internal static Stream GetResponseStream(WebRequest request) method GetResponseStream (line 221) | internal static Stream GetResponseStream(WebRequest request, out Conte... method GetContentType (line 236) | internal static ContentType GetContentType(WebResponse response) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/ModuleInitializer.cs class ModuleInitializer (line 9) | internal static class ModuleInitializer method Initialize (line 20) | [ModuleInitializer] method IsProcessDpiAware (line 36) | private static void IsProcessDpiAware() method SetProcessDPIAware_Internal (line 59) | [DllImport("user32.dll", EntryPoint = "SetProcessDPIAware")] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/AppContextDefaultValues.cs class AppContextDefaultValues (line 8) | internal static partial class AppContextDefaultValues method PopulateDefaultValuesPartial (line 14) | static partial void PopulateDefaultValuesPartial(string platformIdenti... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/IO/Packaging/PackWebRequest.cs class PackWebRequest (line 31) | public sealed class PackWebRequest : WebRequest method PackWebRequest (line 46) | internal PackWebRequest(Uri uri, Uri packageUri, Uri partUri) method PackWebRequest (line 63) | internal PackWebRequest(Uri uri, Uri packageUri, Uri partUri, Package ... method GetRequestStream (line 99) | public override Stream GetRequestStream() method GetResponse (line 109) | public override WebResponse GetResponse() method GetInnerRequest (line 433) | public WebRequest GetInnerRequest() method GetRequest (line 463) | private WebRequest GetRequest() method GetRequest (line 474) | private WebRequest GetRequest(bool allowPseudoRequest) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/IO/Packaging/PackWebRequestFactory.cs class PackWebRequestFactory (line 25) | public sealed class PackWebRequestFactory : IWebRequestCreate method PackWebRequestFactory (line 27) | static PackWebRequestFactory() method Create (line 48) | WebRequest IWebRequestCreate.Create(Uri uri) method CreateWebRequest (line 135) | internal static WebRequest CreateWebRequest(Uri uri) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/IO/Packaging/PackWebResponse.cs class PackWebResponse (line 30) | public sealed class PackWebResponse: WebResponse method PackWebResponse (line 38) | static PackWebResponse() method PackWebResponse (line 53) | internal PackWebResponse(Uri uri, Uri innerUri, Uri partName, WebReque... method PackWebResponse (line 118) | internal PackWebResponse(Uri uri, Uri innerUri, Uri partName, Package ... method GetResponseStream (line 160) | public override Stream GetResponseStream() method Close (line 263) | public override void Close() method AbortResponse (line 441) | private void AbortResponse() method Dispose (line 461) | protected override void Dispose(bool disposing) class CachedResponse (line 574) | private class CachedResponse method CachedResponse (line 582) | internal CachedResponse(PackWebResponse parent, Package cacheEntry, ... method GetResponseStream (line 593) | internal Stream GetResponseStream() method Close (line 686) | internal void Close() method CheckDisposed (line 743) | private void CheckDisposed() method ResponseCallback (line 754) | private void ResponseCallback(IAsyncResult ar) method WaitForResponse (line 830) | private void WaitForResponse() method TimeoutCallback (line 857) | private void TimeoutCallback(Object stateInfo) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/IO/Packaging/PackageStore.cs class PackageStore (line 34) | public static class PackageStore method PackageStore (line 36) | static PackageStore() method GetPackage (line 52) | public static Package GetPackage(Uri uri) method AddPackage (line 79) | public static void AddPackage(Uri uri, Package package) method RemovePackage (line 123) | public static void RemovePackage(Uri uri) method ValidatePackageUri (line 138) | private static void ValidatePackageUri(Uri uri) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/AutoResizedEvent.cs class AutoResizedEventArgs (line 14) | public class AutoResizedEventArgs : EventArgs method AutoResizedEventArgs (line 20) | public AutoResizedEventArgs(Size size) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Automation/AutomationHeadingLevel.cs type AutomationHeadingLevel (line 15) | public enum AutomationHeadingLevel FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Automation/AutomationLiveSetting.cs type AutomationLiveSetting (line 15) | public enum AutomationLiveSetting FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Automation/AutomationProperties.cs class AutomationProperties (line 7) | public static class AutomationProperties method SetAutomationId (line 24) | public static void SetAutomationId(DependencyObject element, string va... method GetAutomationId (line 34) | public static string GetAutomationId(DependencyObject element) method SetName (line 57) | public static void SetName(DependencyObject element, string value) method GetName (line 67) | public static string GetName(DependencyObject element) method SetHelpText (line 90) | public static void SetHelpText(DependencyObject element, string value) method GetHelpText (line 100) | public static string GetHelpText(DependencyObject element) method SetAcceleratorKey (line 123) | public static void SetAcceleratorKey(DependencyObject element, string ... method GetAcceleratorKey (line 133) | public static string GetAcceleratorKey(DependencyObject element) method SetAccessKey (line 156) | public static void SetAccessKey(DependencyObject element, string value) method GetAccessKey (line 166) | public static string GetAccessKey(DependencyObject element) method SetItemStatus (line 189) | public static void SetItemStatus(DependencyObject element, string value) method GetItemStatus (line 199) | public static string GetItemStatus(DependencyObject element) method SetItemType (line 222) | public static void SetItemType(DependencyObject element, string value) method GetItemType (line 232) | public static string GetItemType(DependencyObject element) method SetIsColumnHeader (line 254) | public static void SetIsColumnHeader(DependencyObject element, bool va... method GetIsColumnHeader (line 264) | public static bool GetIsColumnHeader(DependencyObject element) method SetIsRowHeader (line 286) | public static void SetIsRowHeader(DependencyObject element, bool value) method GetIsRowHeader (line 296) | public static bool GetIsRowHeader(DependencyObject element) method SetIsRequiredForForm (line 318) | public static void SetIsRequiredForForm(DependencyObject element, bool... method GetIsRequiredForForm (line 328) | public static bool GetIsRequiredForForm(DependencyObject element) method SetLabeledBy (line 350) | public static void SetLabeledBy(DependencyObject element, UIElement va... method GetLabeledBy (line 360) | public static UIElement GetLabeledBy(DependencyObject element) method SetIsOffscreenBehavior (line 382) | public static void SetIsOffscreenBehavior(DependencyObject element, Is... method GetIsOffscreenBehavior (line 392) | public static IsOffscreenBehavior GetIsOffscreenBehavior(DependencyObj... method SetLiveSetting (line 414) | public static void SetLiveSetting(DependencyObject element, Automation... method GetLiveSetting (line 424) | public static AutomationLiveSetting GetLiveSetting(DependencyObject el... method SetPositionInSet (line 450) | public static void SetPositionInSet(DependencyObject element, int value) method GetPositionInSet (line 460) | public static int GetPositionInSet(DependencyObject element) method SetSizeOfSet (line 486) | public static void SetSizeOfSet(DependencyObject element, int value) method GetSizeOfSet (line 496) | public static int GetSizeOfSet(DependencyObject element) method SetHeadingLevel (line 515) | public static void SetHeadingLevel(DependencyObject element, Automatio... method GetHeadingLevel (line 525) | public static AutomationHeadingLevel GetHeadingLevel(DependencyObject ... method SetIsDialog (line 544) | public static void SetIsDialog(DependencyObject element, bool value) method GetIsDialog (line 553) | public static bool GetIsDialog(DependencyObject element) method IsNotNull (line 563) | private static bool IsNotNull(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Automation/IsOffscreenBehavior.cs type IsOffscreenBehavior (line 10) | public enum IsOffscreenBehavior FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Automation/Peers/AutomationPeer.cs type PatternInterface (line 15) | public enum PatternInterface type AutomationOrientation (line 62) | public enum AutomationOrientation type AutomationControlType (line 73) | public enum AutomationControlType type AutomationEvents (line 156) | public enum AutomationEvents class HostedWindowWrapper (line 206) | public sealed class HostedWindowWrapper method HostedWindowWrapper (line 211) | public HostedWindowWrapper(IntPtr hwnd) method HostedWindowWrapper (line 216) | private HostedWindowWrapper() method CreateInternal (line 221) | internal static HostedWindowWrapper CreateInternal(IntPtr hwnd) class AutomationPeer (line 243) | public abstract class AutomationPeer: DispatcherObject method AutomationPeer (line 246) | static AutomationPeer() method AutomationPeer (line 256) | protected AutomationPeer() method GetChildrenCore (line 267) | protected abstract List GetChildrenCore(); method GetPattern (line 270) | public abstract object GetPattern(PatternInterface patternInterface); method InvalidatePeer (line 278) | public void InvalidatePeer() method ListenerExists (line 295) | public static bool ListenerExists(AutomationEvents eventId) method RaiseAutomationEvent (line 304) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RaisePropertyChangedEvent (line 331) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RaiseAsyncContentLoadedEvent (line 345) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RaiseNotificationEvent (line 367) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RaiseFocusChangedEventHelper (line 386) | internal static void RaiseFocusChangedEventHelper(IInputElement newFocus) method AutomationPeerFromInputElement (line 405) | internal static AutomationPeer AutomationPeerFromInputElement(IInputEl... method ValidateConnected (line 458) | internal AutomationPeer ValidateConnected(AutomationPeer connectedPeer) method TrySetParentInfo (line 504) | internal bool TrySetParentInfo(AutomationPeer peer) method IsDataItemAutomationPeer (line 521) | internal virtual bool IsDataItemAutomationPeer() method IgnoreUpdatePeer (line 531) | internal virtual bool IgnoreUpdatePeer() method AddToParentProxyWeakRefCache (line 538) | internal virtual void AddToParentProxyWeakRefCache() method isDescendantOf (line 542) | private bool isDescendantOf(AutomationPeer parent) method GetHostRawElementProviderCore (line 581) | protected virtual HostedWindowWrapper GetHostRawElementProviderCore() method GetHostRawElementProvider (line 595) | internal HostedWindowWrapper GetHostRawElementProvider() method GetBoundingRectangleCore (line 611) | protected abstract Rect GetBoundingRectangleCore(); method IsOffscreenCore (line 614) | protected abstract bool IsOffscreenCore(); method GetOrientationCore (line 617) | protected abstract AutomationOrientation GetOrientationCore(); method GetItemTypeCore (line 620) | protected abstract string GetItemTypeCore(); method GetClassNameCore (line 623) | protected abstract string GetClassNameCore(); method GetItemStatusCore (line 626) | protected abstract string GetItemStatusCore(); method IsRequiredForFormCore (line 629) | protected abstract bool IsRequiredForFormCore(); method IsKeyboardFocusableCore (line 632) | protected abstract bool IsKeyboardFocusableCore(); method HasKeyboardFocusCore (line 635) | protected abstract bool HasKeyboardFocusCore(); method IsEnabledCore (line 638) | protected abstract bool IsEnabledCore(); method IsPasswordCore (line 641) | protected abstract bool IsPasswordCore(); method GetAutomationIdCore (line 644) | protected abstract string GetAutomationIdCore(); method GetNameCore (line 647) | protected abstract string GetNameCore(); method GetAutomationControlTypeCore (line 650) | protected abstract AutomationControlType GetAutomationControlTypeCore(); method GetLocalizedControlTypeCore (line 653) | protected virtual string GetLocalizedControlTypeCore() method IsContentElementCore (line 660) | protected abstract bool IsContentElementCore(); method IsControlElementCore (line 663) | protected abstract bool IsControlElementCore(); method IsDialogCore (line 666) | protected virtual bool IsDialogCore(){ method GetLabeledByCore (line 671) | protected abstract AutomationPeer GetLabeledByCore(); method GetHelpTextCore (line 674) | protected abstract string GetHelpTextCore(); method GetAcceleratorKeyCore (line 677) | protected abstract string GetAcceleratorKeyCore(); method GetAccessKeyCore (line 680) | protected abstract string GetAccessKeyCore(); method GetClickablePointCore (line 683) | protected abstract Point GetClickablePointCore(); method SetFocusCore (line 686) | protected abstract void SetFocusCore(); method GetLiveSettingCore (line 689) | protected virtual AutomationLiveSetting GetLiveSettingCore() method GetControlledPeersCore (line 700) | protected virtual List GetControlledPeersCore() method GetSizeOfSetCore (line 708) | protected virtual int GetSizeOfSetCore() method GetPositionInSetCore (line 716) | protected virtual int GetPositionInSetCore() method GetHeadingLevelCore (line 724) | protected virtual AutomationHeadingLevel GetHeadingLevelCore() method GetVisibleBoundingRectCore (line 732) | internal virtual Rect GetVisibleBoundingRectCore() method GetBoundingRectangle (line 739) | public Rect GetBoundingRectangle() method IsOffscreen (line 757) | public bool IsOffscreen() method GetOrientation (line 775) | public AutomationOrientation GetOrientation() method GetItemType (line 795) | public string GetItemType() method GetClassName (line 815) | public string GetClassName() method GetItemStatus (line 835) | public string GetItemStatus() method IsRequiredForForm (line 853) | public bool IsRequiredForForm() method IsKeyboardFocusable (line 873) | public bool IsKeyboardFocusable() method HasKeyboardFocus (line 893) | public bool HasKeyboardFocus() method IsEnabled (line 912) | public bool IsEnabled() method IsPassword (line 930) | public bool IsPassword() method GetAutomationId (line 950) | public string GetAutomationId() method GetName (line 970) | public string GetName() method GetAutomationControlType (line 988) | public AutomationControlType GetAutomationControlType() method GetLocalizedControlType (line 1008) | public string GetLocalizedControlType() method IsContentElement (line 1028) | public bool IsContentElement() method IsControlElement (line 1052) | public bool IsControlElement() method IsControlElementPrivate (line 1071) | private bool IsControlElementPrivate() method GetLabeledBy (line 1077) | public AutomationPeer GetLabeledBy() method GetHelpText (line 1097) | public string GetHelpText() method GetAcceleratorKey (line 1117) | public string GetAcceleratorKey() method GetAccessKey (line 1137) | public string GetAccessKey() method GetClickablePoint (line 1157) | public Point GetClickablePoint() method SetFocus (line 1184) | public void SetFocus() method GetLiveSetting (line 1201) | public AutomationLiveSetting GetLiveSetting() method GetControlledPeers (line 1225) | public List GetControlledPeers() method GetControllerForProviderArray (line 1250) | private IRawElementProviderSimple[] GetControllerForProviderArray() method GetSizeOfSet (line 1276) | public int GetSizeOfSet() method GetHeadingLevel (line 1304) | public AutomationHeadingLevel GetHeadingLevel() type HeadingLevel (line 1324) | private enum HeadingLevel method ConvertHeadingLevelToId (line 1337) | private static HeadingLevel ConvertHeadingLevelToId(AutomationHeadingL... method IsDialog (line 1375) | public bool IsDialog() method GetPositionInSet (line 1402) | public int GetPositionInSet() method GetParent (line 1422) | public AutomationPeer GetParent() method GetChildren (line 1428) | public List GetChildren() method ResetChildrenCache (line 1446) | public void ResetChildrenCache() method GetRuntimeId (line 1454) | internal int[] GetRuntimeId() method GetFrameworkId (line 1460) | internal string GetFrameworkId() { return ("WPF"); } method GetFirstChild (line 1463) | internal AutomationPeer GetFirstChild() method EnsureChildren (line 1479) | private void EnsureChildren() method ForceEnsureChildren (line 1502) | internal void ForceEnsureChildren() method GetLastChild (line 1509) | internal AutomationPeer GetLastChild() method GetInteropChild (line 1525) | internal virtual InteropAutomationProvider GetInteropChild() method GetNextSibling (line 1531) | internal AutomationPeer GetNextSibling() method GetPreviousSibling (line 1554) | internal AutomationPeer GetPreviousSibling() method ChooseIterationParent (line 1626) | private void ChooseIterationParent(AutomationPeer caller) method GetControlType (line 1696) | internal ControlType GetControlType() method GetPeerFromPoint (line 1749) | public AutomationPeer GetPeerFromPoint(Point point) method GetPeerFromPointCore (line 1754) | protected virtual AutomationPeer GetPeerFromPointCore(Point point) method GetVisibleBoundingRect (line 1785) | internal Rect GetVisibleBoundingRect() method ProviderFromPeer (line 1795) | protected internal IRawElementProviderSimple ProviderFromPeer(Automati... method ProviderFromPeerNoDelegation (line 1809) | private IRawElementProviderSimple ProviderFromPeerNoDelegation(Automat... method PeerFromProvider (line 1849) | protected AutomationPeer PeerFromProvider(IRawElementProviderSimple pr... method FireAutomationEvents (line 1862) | internal void FireAutomationEvents() method RaisePropertyChangedInternal (line 1868) | private void RaisePropertyChangedInternal(IRawElementProviderSimple pr... method UpdateChildrenInternal (line 1886) | internal void UpdateChildrenInternal(int invalidateLimit) method UpdateChildren (line 2002) | internal virtual IDisposable UpdateChildren() method UpdateSubtree (line 2022) | internal void UpdateSubtree() method InvalidateAncestorsRecursive (line 2119) | internal void InvalidateAncestorsRecursive() method UpdatePeer (line 2130) | private static object UpdatePeer(object arg) method AddToAutomationEventList (line 2140) | internal void AddToAutomationEventList() method GetWrappedPattern (line 2157) | internal object GetWrappedPattern(int patternId) method GetPropertyValue (line 2176) | internal object GetPropertyValue(int propertyId) method LogPropertyChanged (line 2275) | static void LogPropertyChanged(AutomationPeer peer, AutomationProperty... method LogPeer (line 2290) | static void LogPeer(AutomationPeer peer) method ClearLog (line 2305) | static internal void ClearLog() method SummarizeLog (line 2311) | static internal void SummarizeLog() method SummarizeLog (line 2317) | static void SummarizeLog(Dictionary log, int threshold, stri... class LogComparer (line 2352) | class LogComparer : Comparer> method Compare (line 2354) | public override int Compare(KeyValuePair x, KeyValuePair GetChildrenCore() method GetPattern (line 68) | public override object GetPattern(PatternInterface patternInterface) method GetAutomationControlTypeCore (line 84) | protected override AutomationControlType GetAutomationControlTypeCore() method GetAutomationIdCore (line 92) | protected override string GetAutomationIdCore() method GetNameCore (line 100) | protected override string GetNameCore() method GetHelpTextCore (line 108) | protected override string GetHelpTextCore() method GetBoundingRectangleCore (line 116) | protected override Rect GetBoundingRectangleCore() method IsOffscreenCore (line 124) | protected override bool IsOffscreenCore() method GetOrientationCore (line 141) | protected override AutomationOrientation GetOrientationCore() method GetItemTypeCore (line 149) | protected override string GetItemTypeCore() method GetClassNameCore (line 157) | protected override string GetClassNameCore() method GetItemStatusCore (line 165) | protected override string GetItemStatusCore() method IsRequiredForFormCore (line 173) | protected override bool IsRequiredForFormCore() method IsKeyboardFocusableCore (line 181) | protected override bool IsKeyboardFocusableCore() method HasKeyboardFocusCore (line 189) | protected override bool HasKeyboardFocusCore() method IsEnabledCore (line 197) | protected override bool IsEnabledCore() method IsDialogCore (line 205) | protected override bool IsDialogCore() method IsPasswordCore (line 213) | protected override bool IsPasswordCore() method IsContentElementCore (line 221) | protected override bool IsContentElementCore() method IsControlElementCore (line 229) | protected override bool IsControlElementCore() method GetLabeledByCore (line 237) | protected override AutomationPeer GetLabeledByCore() method GetAcceleratorKeyCore (line 245) | protected override string GetAcceleratorKeyCore() method GetAccessKeyCore (line 253) | protected override string GetAccessKeyCore() method GetLiveSettingCore (line 261) | protected override AutomationLiveSetting GetLiveSettingCore() method GetPositionInSetCore (line 270) | protected override int GetPositionInSetCore() method GetSizeOfSetCore (line 279) | protected override int GetSizeOfSetCore() method GetHeadingLevelCore (line 288) | protected override AutomationHeadingLevel GetHeadingLevelCore() method GetClickablePointCore (line 296) | protected override Point GetClickablePointCore() method SetFocusCore (line 304) | protected override void SetFocusCore() method GetVisibleBoundingRectCore (line 311) | internal override Rect GetVisibleBoundingRectCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Automation/Peers/GenericRootAutomationPeer.cs class GenericRootAutomationPeer (line 12) | public class GenericRootAutomationPeer : UIElementAutomationPeer method GenericRootAutomationPeer (line 15) | public GenericRootAutomationPeer(UIElement owner): base(owner) method GetClassNameCore (line 19) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 25) | protected override AutomationControlType GetAutomationControlTypeCore() method GetNameCore (line 31) | protected override string GetNameCore() method GetBoundingRectangleCore (line 60) | protected override Rect GetBoundingRectangleCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Automation/Peers/UIElement3DAutomationPeer.cs class UIElement3DAutomationPeer (line 13) | public class UIElement3DAutomationPeer: AutomationPeer method UIElement3DAutomationPeer (line 16) | public UIElement3DAutomationPeer(UIElement3D owner) method CreatePeerForElement (line 43) | public static AutomationPeer CreatePeerForElement(UIElement3D element) method FromElement (line 51) | public static AutomationPeer FromElement(UIElement3D element) method GetChildrenCore (line 59) | protected override List GetChildrenCore() method iterate (line 79) | private static bool iterate(DependencyObject parent, IteratorCallback ... method GetPattern (line 114) | public override object GetPattern(PatternInterface patternInterface) method GetAutomationControlTypeCore (line 132) | protected override AutomationControlType GetAutomationControlTypeCore() method GetAutomationIdCore (line 138) | protected override string GetAutomationIdCore() method GetNameCore (line 144) | protected override string GetNameCore() method GetHelpTextCore (line 150) | protected override string GetHelpTextCore() method GetBoundingRectangleCore (line 158) | protected override Rect GetBoundingRectangleCore() method ComputeBoundingRectangle (line 171) | private bool ComputeBoundingRectangle(out Rect rect) method IsOffscreenCore (line 197) | protected override bool IsOffscreenCore() method GetContainingUIElement (line 237) | private static UIElement GetContainingUIElement(DependencyObject refer... method GetOrientationCore (line 254) | protected override AutomationOrientation GetOrientationCore() method GetItemTypeCore (line 260) | protected override string GetItemTypeCore() method GetClassNameCore (line 266) | protected override string GetClassNameCore() method GetItemStatusCore (line 272) | protected override string GetItemStatusCore() method IsRequiredForFormCore (line 278) | protected override bool IsRequiredForFormCore() method IsKeyboardFocusableCore (line 284) | protected override bool IsKeyboardFocusableCore() method HasKeyboardFocusCore (line 290) | protected override bool HasKeyboardFocusCore() method IsEnabledCore (line 296) | protected override bool IsEnabledCore() method IsDialogCore (line 302) | protected override bool IsDialogCore() method IsPasswordCore (line 308) | protected override bool IsPasswordCore() method IsContentElementCore (line 314) | protected override bool IsContentElementCore() method IsControlElementCore (line 320) | protected override bool IsControlElementCore() method GetLabeledByCore (line 329) | protected override AutomationPeer GetLabeledByCore() method GetAcceleratorKeyCore (line 339) | protected override string GetAcceleratorKeyCore() method GetAccessKeyCore (line 345) | protected override string GetAccessKeyCore() method GetLiveSettingCore (line 354) | protected override AutomationLiveSetting GetLiveSettingCore() method GetPositionInSetCore (line 363) | protected override int GetPositionInSetCore() method GetSizeOfSetCore (line 371) | protected override int GetSizeOfSetCore() method GetHeadingLevelCore (line 380) | protected override AutomationHeadingLevel GetHeadingLevelCore() method GetClickablePointCore (line 392) | protected override Point GetClickablePointCore() method SetFocusCore (line 406) | protected override void SetFocusCore() method GetVisibleBoundingRectCore (line 413) | internal override Rect GetVisibleBoundingRectCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Automation/Peers/UIElementAutomationPeer.cs class UIElementAutomationPeer (line 12) | public class UIElementAutomationPeer: AutomationPeer method UIElementAutomationPeer (line 15) | public UIElementAutomationPeer(UIElement owner) method CreatePeerForElement (line 41) | public static AutomationPeer CreatePeerForElement(UIElement element) method FromElement (line 49) | public static AutomationPeer FromElement(UIElement element) method GetChildrenCore (line 57) | protected override List GetChildrenCore() method GetRootAutomationPeer (line 75) | internal static AutomationPeer GetRootAutomationPeer(Visual rootVisual... method iterate (line 94) | private static bool iterate(DependencyObject parent, IteratorCallback ... method GetPattern (line 129) | public override object GetPattern(PatternInterface patternInterface) method GetAutomationControlTypeCore (line 148) | protected override AutomationControlType GetAutomationControlTypeCore() method GetAutomationIdCore (line 154) | protected override string GetAutomationIdCore() method GetNameCore (line 160) | protected override string GetNameCore() method GetHelpTextCore (line 166) | protected override string GetHelpTextCore() method GetBoundingRectangleCore (line 172) | protected override Rect GetBoundingRectangleCore() method GetVisibleBoundingRectCore (line 195) | internal override Rect GetVisibleBoundingRectCore() method IsOffscreenCore (line 218) | protected override bool IsOffscreenCore() method CalculateVisibleBoundingRect (line 255) | internal static Rect CalculateVisibleBoundingRect(UIElement owner) method GetOrientationCore (line 298) | protected override AutomationOrientation GetOrientationCore() method GetItemTypeCore (line 304) | protected override string GetItemTypeCore() method GetClassNameCore (line 310) | protected override string GetClassNameCore() method GetItemStatusCore (line 316) | protected override string GetItemStatusCore() method IsRequiredForFormCore (line 322) | protected override bool IsRequiredForFormCore() method IsKeyboardFocusableCore (line 328) | protected override bool IsKeyboardFocusableCore() method HasKeyboardFocusCore (line 334) | protected override bool HasKeyboardFocusCore() method IsEnabledCore (line 340) | protected override bool IsEnabledCore() method IsDialogCore (line 346) | protected override bool IsDialogCore() method IsPasswordCore (line 352) | protected override bool IsPasswordCore() method IsContentElementCore (line 358) | protected override bool IsContentElementCore() method IsControlElementCore (line 364) | protected override bool IsControlElementCore() method GetLabeledByCore (line 373) | protected override AutomationPeer GetLabeledByCore() method GetAcceleratorKeyCore (line 383) | protected override string GetAcceleratorKeyCore() method GetAccessKeyCore (line 389) | protected override string GetAccessKeyCore() method GetLiveSettingCore (line 398) | protected override AutomationLiveSetting GetLiveSettingCore() method GetPositionInSetCore (line 408) | protected override int GetPositionInSetCore() method GetSizeOfSetCore (line 443) | protected override int GetSizeOfSetCore() method GetHeadingLevelCore (line 477) | protected override AutomationHeadingLevel GetHeadingLevelCore() method GetClickablePointCore (line 487) | protected override Point GetClickablePointCore() method SetFocusCore (line 514) | protected override void SetFocusCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/ClassHandlersStore.cs class ClassHandlersStore (line 13) | internal class ClassHandlersStore method ClassHandlersStore (line 18) | internal ClassHandlersStore(int size) method AddToExistingHandlers (line 30) | internal RoutedEventHandlerInfoList AddToExistingHandlers( method GetExistingHandlers (line 72) | internal RoutedEventHandlerInfoList GetExistingHandlers(int index) method CreateHandlersLink (line 83) | internal int CreateHandlersLink(RoutedEvent routedEvent, RoutedEventHa... method UpdateSubClassHandlers (line 101) | internal void UpdateSubClassHandlers( method GetHandlersIndex (line 200) | internal int GetHandlersIndex(RoutedEvent routedEvent) type ClassHandlers (line 225) | internal struct ClassHandlers method Equals (line 232) | public override bool Equals(object o) method Equals (line 240) | public bool Equals(ClassHandlers classHandlers) method GetHashCode (line 251) | public override int GetHashCode() class RoutedEventHandlerInfoList (line 287) | internal class RoutedEventHandlerInfoList method Contains (line 292) | internal bool Contains(RoutedEventHandlerInfoList handlers) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/ContentElement.cs class ContentElement (line 20) | public partial class ContentElement : DependencyObject, IInputElement, I... method ContentElement (line 27) | static ContentElement() method GetUIParent (line 51) | internal DependencyObject GetUIParent() method GetUIParent (line 56) | internal DependencyObject GetUIParent(bool continuePastVisualTree) method GetUIParentCore (line 82) | protected internal virtual DependencyObject GetUIParentCore() method OnContentParentChanged (line 99) | internal virtual void OnContentParentChanged(DependencyObject oldParent) method OnCreateAutomationPeer (line 111) | protected virtual AutomationPeer OnCreateAutomationPeer() { return nul... method CreateAutomationPeer (line 118) | internal AutomationPeer CreateAutomationPeer() method GetAutomationPeer (line 146) | internal AutomationPeer GetAutomationPeer() method AddSynchronizedInputPreOpportunityHandler (line 157) | internal void AddSynchronizedInputPreOpportunityHandler(EventRoute rou... method AddSynchronizedInputPostOpportunityHandler (line 171) | internal void AddSynchronizedInputPostOpportunityHandler(EventRoute ro... method SynchronizedInputPreOpportunityHandler (line 190) | internal void SynchronizedInputPreOpportunityHandler(object sender, Ro... method SynchronizedInputPostOpportunityHandler (line 198) | internal void SynchronizedInputPostOpportunityHandler(object sender, R... method StartListeningSynchronizedInput (line 208) | internal bool StartListeningSynchronizedInput(SynchronizedInputType in... method CancelSynchronizedInput (line 222) | internal void CancelSynchronizedInput() method IsMouseDirectlyOver_ComputeValue (line 253) | private bool IsMouseDirectlyOver_ComputeValue() method SynchronizeReverseInheritPropertyFlags (line 261) | internal void SynchronizeReverseInheritPropertyFlags(DependencyObject ... method BlockReverseInheritance (line 304) | internal virtual bool BlockReverseInheritance() method CaptureMouse (line 355) | public bool CaptureMouse() method ReleaseMouseCapture (line 363) | public void ReleaseMouseCapture() method IsStylusDirectlyOver_ComputeValue (line 402) | private bool IsStylusDirectlyOver_ComputeValue() method CaptureStylus (line 418) | public bool CaptureStylus() method ReleaseStylusCapture (line 426) | public void ReleaseStylusCapture() method IsKeyboardFocused_ComputeValue (line 466) | private bool IsKeyboardFocused_ComputeValue() method Focus (line 474) | public bool Focus() method MoveFocus (line 495) | public virtual bool MoveFocus(TraversalRequest request) method PredictFocus (line 509) | public virtual DependencyObject PredictFocus(FocusNavigationDirection ... method IsFocused_Changed (line 551) | private static void IsFocused_Changed(DependencyObject d, DependencyPr... method OnGotFocus (line 569) | protected virtual void OnGotFocus(RoutedEventArgs e) method OnLostFocus (line 578) | protected virtual void OnLostFocus(RoutedEventArgs e) method CoerceIsEnabled (line 641) | private static object CoerceIsEnabled(DependencyObject d, object value) method OnIsEnabledChanged (line 678) | private static void OnIsEnabledChanged(DependencyObject d, DependencyP... method OnFocusableChanged (line 727) | private static void OnFocusableChanged(DependencyObject d, DependencyP... method RaiseMouseButtonEvent (line 752) | private void RaiseMouseButtonEvent(EventPrivateKey key, MouseButtonEve... method RaiseDependencyPropertyChanged (line 766) | private void RaiseDependencyPropertyChanged(EventPrivateKey key, Depen... method InvalidateForceInheritPropertyOnChildren (line 807) | internal virtual void InvalidateForceInheritPropertyOnChildren(Depende... method CaptureTouch (line 852) | public bool CaptureTouch(TouchDevice touchDevice) method ReleaseTouchCapture (line 864) | public bool ReleaseTouchCapture(TouchDevice touchDevice) method ReleaseAllTouchCaptures (line 882) | public void ReleaseAllTouchCaptures() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/ContentOperations.cs class ContentOperations (line 10) | public static class ContentOperations method GetParent (line 15) | public static DependencyObject GetParent(ContentElement reference) method SetParent (line 32) | public static void SetParent(ContentElement reference, DependencyObjec... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/CoreCompatibilityPreferences.cs class CoreCompatibilityPreferences (line 10) | public static class CoreCompatibilityPreferences method CoreCompatibilityPreferences (line 14) | static CoreCompatibilityPreferences() method GetIsAltKeyRequiredInAccessKeyDefaultScope (line 75) | internal static bool GetIsAltKeyRequiredInAccessKeyDefaultScope() method GetIncludeAllInkInBoundingBox (line 115) | internal static bool GetIncludeAllInkInBoundingBox() method SetIncludeAllInkInBoundingBoxFromAppSettings (line 122) | private static void SetIncludeAllInkInBoundingBoxFromAppSettings(NameV... method GetEnableMultiMonitorDisplayClipping (line 156) | internal static bool? GetEnableMultiMonitorDisplayClipping() method SetEnableMultiMonitorDisplayClippingFromAppSettings (line 163) | private static void SetEnableMultiMonitorDisplayClippingFromAppSetting... method Seal (line 175) | private static void Seal() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/CultureInfoConverter.cs class CultureInfoIetfLanguageTagConverter (line 29) | public class CultureInfoIetfLanguageTagConverter : TypeConverter method CanConvertFrom (line 47) | public override bool CanConvertFrom(ITypeDescriptorContext typeDescrip... method CanConvertTo (line 61) | public override bool CanConvertTo(ITypeDescriptorContext typeDescripto... method ConvertFrom (line 84) | public override object ConvertFrom(ITypeDescriptorContext typeDescript... method ConvertTo (line 114) | public override object ConvertTo(ITypeDescriptorContext typeDescriptor... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DataFormat.cs class DataFormat (line 11) | public sealed class DataFormat : IDataFormat method DataFormat (line 16) | public DataFormat(string name, int id) method Create (line 39) | static DataFormat IDataFormat.Create(string name, int id) ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DataFormats.cs class DataFormats (line 11) | public static class DataFormats method GetDataFormat (line 18) | public static DataFormat GetDataFormat(int id) => DataFormatsCore.GetO... method GetDataFormat (line 23) | public static DataFormat GetDataFormat(string format) method ConvertToDataFormats (line 157) | internal static string ConvertToDataFormats(TextDataFormat textDatafor... method IsValidTextDataFormat (line 171) | internal static bool IsValidTextDataFormat(TextDataFormat textDataForm... method EnsurePredefined (line 179) | private static void EnsurePredefined() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DataObjectCopyingEventArgs.cs class DataObjectCopyingEventArgs (line 22) | public sealed class DataObjectCopyingEventArgs : DataObjectEventArgs method DataObjectCopyingEventArgs (line 45) | public DataObjectCopyingEventArgs(IDataObject dataObject, bool isDragD... method InvokeEventHandler (line 91) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DataObjectEventArgs.cs class DataObjectEventArgs (line 19) | public abstract class DataObjectEventArgs : RoutedEventArgs method DataObjectEventArgs (line 43) | internal DataObjectEventArgs(RoutedEvent routedEvent, bool isDragDrop)... method CancelCommand (line 107) | public void CancelCommand() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DataObjectExtensions.cs class DataObjectExtensions (line 13) | public static class DataObjectExtensions method GetTypedDataObjectOrThrow (line 15) | private static ITypedDataObject GetTypedDataObjectOrThrow(IDataObject ... method TryGetData (line 32) | public static bool TryGetData( method TryGetData (line 40) | public static bool TryGetData( method TryGetData (line 49) | public static bool TryGetData( method TryGetData (line 59) | [CLSCompliant(false)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DataObjectPastingEventArgs.cs class DataObjectPastingEventArgs (line 17) | public sealed class DataObjectPastingEventArgs : DataObjectEventArgs method DataObjectPastingEventArgs (line 46) | public DataObjectPastingEventArgs(IDataObject dataObject, bool isDragD... method InvokeEventHandler (line 183) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DataObjectSettingDataEventArgs.cs class DataObjectSettingDataEventArgs (line 15) | public sealed class DataObjectSettingDataEventArgs : DataObjectEventArgs method DataObjectSettingDataEventArgs (line 34) | public DataObjectSettingDataEventArgs(IDataObject dataObject, string f... method InvokeEventHandler (line 90) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Diagnostics/VisualDiagnostics.cs class VisualDiagnostics (line 15) | public static class VisualDiagnostics method VisualDiagnostics (line 35) | static VisualDiagnostics() method EnableVisualTreeChanged (line 78) | public static void EnableVisualTreeChanged() method DisableVisualTreeChanged (line 86) | public static void DisableVisualTreeChanged() method GetXamlSourceInfo (line 96) | public static XamlSourceInfo GetXamlSourceInfo(object obj) method OnVisualChildChanged (line 103) | internal static void OnVisualChildChanged(DependencyObject parent, Dep... method RaiseVisualTreeChangedEvent (line 130) | private static void RaiseVisualTreeChangedEvent( method GetChildIndex (line 156) | private static int GetChildIndex(DependencyObject parent, DependencyOb... method VerifyVisualTreeChange (line 198) | internal static void VerifyVisualTreeChange(DependencyObject d) method VerifyVisualTreeChangeCore (line 207) | private static void VerifyVisualTreeChangeCore(DependencyObject d) method IsEnvironmentVariableSet (line 218) | internal static bool IsEnvironmentVariableSet(string value, string env... method IsEnvironmentValueSet (line 230) | internal static bool IsEnvironmentValueSet(string value) class EnableHelper (line 240) | private static class EnableHelper method EnableHelper (line 242) | static EnableHelper() method EnableVisualTreeChanged (line 251) | internal static void EnableVisualTreeChanged() method DisableVisualTreeChanged (line 259) | internal static void DisableVisualTreeChanged() method AllowChangesDuringVisualTreeChanged (line 275) | internal static bool AllowChangesDuringVisualTreeChanged(DependencyO... method IsChangePermitted (line 315) | private static bool IsChangePermitted(DependencyObject d) method PrecomputeIsEnableVisualTreeChangedAllowed (line 327) | private static bool? PrecomputeIsEnableVisualTreeChangedAllowed() method GetDevModeFromRegistry (line 341) | private static bool GetDevModeFromRegistry() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Diagnostics/VisualTreeChangeEventArgs.cs type VisualTreeChangeType (line 12) | public enum VisualTreeChangeType { Add, Remove } class VisualTreeChangeEventArgs (line 14) | public class VisualTreeChangeEventArgs : EventArgs method VisualTreeChangeEventArgs (line 36) | public VisualTreeChangeEventArgs(DependencyObject parent, DependencyOb... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Diagnostics/XamlSourceInfo.cs class XamlSourceInfo (line 12) | [DebuggerDisplay("{line={LineNumber}, offset={LinePosition}, uri={Source... method XamlSourceInfo (line 30) | public XamlSourceInfo(Uri sourceUri, int lineNumber, int linePosition) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Diagnostics/XamlSourceInfoHelper.cs class XamlSourceInfoHelper (line 30) | internal static class XamlSourceInfoHelper method XamlSourceInfoHelper (line 50) | static XamlSourceInfoHelper() method InitializeEnableXamlSourceInfo (line 56) | private static void InitializeEnableXamlSourceInfo(string value) method InitializeXamlObjectEventArgs (line 70) | private static bool InitializeXamlObjectEventArgs() method SetXamlSourceInfo (line 95) | internal static void SetXamlSourceInfo(object obj, XamlObjectEventArgs... method SetXamlSourceInfo (line 107) | internal static void SetXamlSourceInfo(object obj, Uri sourceUri, int ... method GetXamlSourceInfo (line 133) | internal static XamlSourceInfo GetXamlSourceInfo(object obj) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Documents/ContentPosition.cs class ContentPosition (line 18) | public abstract class ContentPosition class MissingContentPosition (line 30) | private class MissingContentPosition : ContentPosition {} FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Documents/DocumentPage.cs class DocumentPage (line 18) | public class DocumentPage : IDisposable method DocumentPage (line 32) | public DocumentPage(Visual visual) method DocumentPage (line 47) | public DocumentPage(Visual visual, Size pageSize, Rect bleedBox, Rect ... method Dispose (line 68) | public virtual void Dispose() method OnPageDestroyed (line 175) | protected void OnPageDestroyed(EventArgs e) method SetVisual (line 187) | protected void SetVisual(Visual visual) method SetSize (line 196) | protected void SetSize(Size size) method SetBleedBox (line 205) | protected void SetBleedBox(Rect bleedBox) method SetContentBox (line 214) | protected void SetContentBox(Rect contentBox) class MissingDocumentPage (line 259) | private sealed class MissingDocumentPage : DocumentPage method MissingDocumentPage (line 261) | public MissingDocumentPage() : base(null, Size.Empty, Rect.Empty, Re... method Dispose (line 262) | public override void Dispose() {} FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Documents/DocumentPaginator.cs class DocumentPaginator (line 23) | public abstract class DocumentPaginator method GetPage (line 48) | public abstract DocumentPage GetPage(int pageNumber); method GetPageAsync (line 57) | public virtual void GetPageAsync(int pageNumber) method GetPageAsync (line 70) | public virtual void GetPageAsync(int pageNumber, object userState) method ComputePageCount (line 93) | public virtual void ComputePageCount() method ComputePageCountAsync (line 102) | public virtual void ComputePageCountAsync() method ComputePageCountAsync (line 111) | public virtual void ComputePageCountAsync(object userState) method CancelAsync (line 122) | public virtual void CancelAsync(object userState) method OnGetPageCompleted (line 214) | protected virtual void OnGetPageCompleted(GetPageCompletedEventArgs e) method OnComputePageCountCompleted (line 226) | protected virtual void OnComputePageCountCompleted(AsyncCompletedEvent... method OnPagesChanged (line 238) | protected virtual void OnPagesChanged(PagesChangedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Documents/DynamicDocumentPaginator.cs class DynamicDocumentPaginator (line 22) | public abstract class DynamicDocumentPaginator : DocumentPaginator method GetPageNumber (line 43) | public abstract int GetPageNumber(ContentPosition contentPosition); method GetPageNumberAsync (line 53) | public virtual void GetPageNumberAsync(ContentPosition contentPosition) method GetPageNumberAsync (line 67) | public virtual void GetPageNumberAsync(ContentPosition contentPosition... method GetPagePosition (line 91) | public abstract ContentPosition GetPagePosition(DocumentPage page); method GetObjectPosition (line 101) | public abstract ContentPosition GetObjectPosition(Object value); method OnGetPageNumberCompleted (line 169) | protected virtual void OnGetPageNumberCompleted(GetPageNumberCompleted... method OnPaginationProgress (line 181) | protected virtual void OnPaginationProgress(PaginationProgressEventArg... method OnPaginationCompleted (line 193) | protected virtual void OnPaginationCompleted(EventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Documents/GetPageCompletedEventArgs.cs class GetPageCompletedEventArgs (line 23) | public class GetPageCompletedEventArgs : AsyncCompletedEventArgs method GetPageCompletedEventArgs (line 33) | public GetPageCompletedEventArgs(DocumentPage page, int pageNumber, Ex... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Documents/GetPageNumberCompletedEventArgs.cs class GetPageNumberCompletedEventArgs (line 23) | public class GetPageNumberCompletedEventArgs : AsyncCompletedEventArgs method GetPageNumberCompletedEventArgs (line 33) | public GetPageNumberCompletedEventArgs(ContentPosition contentPosition... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Documents/IDocumentPaginatorSource.cs type IDocumentPaginatorSource (line 22) | public interface IDocumentPaginatorSource FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Documents/PagesChangedEventArgs.cs class PagesChangedEventArgs (line 21) | public class PagesChangedEventArgs : EventArgs method PagesChangedEventArgs (line 28) | public PagesChangedEventArgs(int start, int count) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Documents/PaginationProgressEventArgs.cs class PaginationProgressEventArgs (line 21) | public class PaginationProgressEventArgs : EventArgs method PaginationProgressEventArgs (line 28) | public PaginationProgressEventArgs(int start, int count) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DpiChangedEventArgs.cs class HwndDpiChangedEventArgs (line 23) | public sealed class HwndDpiChangedEventArgs : HandledEventArgs method HwndDpiChangedEventArgs (line 43) | [Obsolete] method HwndDpiChangedEventArgs (line 67) | internal HwndDpiChangedEventArgs(DpiScale oldDpi, DpiScale newDpi, Rec... class HwndDpiChangedAfterParentEventArgs (line 100) | internal class HwndDpiChangedAfterParentEventArgs : HandledEventArgs method HwndDpiChangedAfterParentEventArgs (line 108) | internal HwndDpiChangedAfterParentEventArgs(DpiScale oldDpi, DpiScale ... method HwndDpiChangedAfterParentEventArgs (line 119) | internal HwndDpiChangedAfterParentEventArgs(HwndDpiChangedEventArgs e) class DpiChangedEventArgs (line 162) | public sealed class DpiChangedEventArgs : RoutedEventArgs method DpiChangedEventArgs (line 167) | internal DpiChangedEventArgs(DpiScale oldDpi, DpiScale newDpi, RoutedE... class DpiRecursiveChangeArgs (line 187) | internal class DpiRecursiveChangeArgs method DpiRecursiveChangeArgs (line 189) | internal DpiRecursiveChangeArgs(DpiFlags dpiFlags, DpiScale oldDpiScale, class DpiFlags (line 209) | internal class DpiFlags method DpiFlags (line 211) | internal DpiFlags(bool dpiScaleFlag1, bool dpiScaleFlag2, int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DpiScale.cs type DpiScale (line 15) | public struct DpiScale method DpiScale (line 20) | public DpiScale(double dpiScaleX, double dpiScaleY) method Equals (line 78) | internal bool Equals(DpiScale other) => _dpiScaleX == other._dpiScaleX... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DragAction.cs type DragAction (line 18) | public enum DragAction FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DragDrop.cs class DragDrop (line 29) | public static class DragDrop method AddPreviewQueryContinueDragHandler (line 49) | public static void AddPreviewQueryContinueDragHandler(DependencyObject... method RemovePreviewQueryContinueDragHandler (line 59) | public static void RemovePreviewQueryContinueDragHandler(DependencyObj... method AddQueryContinueDragHandler (line 74) | public static void AddQueryContinueDragHandler(DependencyObject elemen... method RemoveQueryContinueDragHandler (line 84) | public static void RemoveQueryContinueDragHandler(DependencyObject ele... method AddPreviewGiveFeedbackHandler (line 99) | public static void AddPreviewGiveFeedbackHandler(DependencyObject elem... method RemovePreviewGiveFeedbackHandler (line 109) | public static void RemovePreviewGiveFeedbackHandler(DependencyObject e... method AddGiveFeedbackHandler (line 124) | public static void AddGiveFeedbackHandler(DependencyObject element, Gi... method RemoveGiveFeedbackHandler (line 134) | public static void RemoveGiveFeedbackHandler(DependencyObject element,... method AddPreviewDragEnterHandler (line 149) | public static void AddPreviewDragEnterHandler(DependencyObject element... method RemovePreviewDragEnterHandler (line 159) | public static void RemovePreviewDragEnterHandler(DependencyObject elem... method AddDragEnterHandler (line 174) | public static void AddDragEnterHandler(DependencyObject element, DragE... method RemoveDragEnterHandler (line 184) | public static void RemoveDragEnterHandler(DependencyObject element, Dr... method AddPreviewDragOverHandler (line 199) | public static void AddPreviewDragOverHandler(DependencyObject element,... method RemovePreviewDragOverHandler (line 209) | public static void RemovePreviewDragOverHandler(DependencyObject eleme... method AddDragOverHandler (line 224) | public static void AddDragOverHandler(DependencyObject element, DragEv... method RemoveDragOverHandler (line 234) | public static void RemoveDragOverHandler(DependencyObject element, Dra... method AddPreviewDragLeaveHandler (line 249) | public static void AddPreviewDragLeaveHandler(DependencyObject element... method RemovePreviewDragLeaveHandler (line 259) | public static void RemovePreviewDragLeaveHandler(DependencyObject elem... method AddDragLeaveHandler (line 274) | public static void AddDragLeaveHandler(DependencyObject element, DragE... method RemoveDragLeaveHandler (line 284) | public static void RemoveDragLeaveHandler(DependencyObject element, Dr... method AddPreviewDropHandler (line 299) | public static void AddPreviewDropHandler(DependencyObject element, Dra... method RemovePreviewDropHandler (line 309) | public static void RemovePreviewDropHandler(DependencyObject element, ... method AddDropHandler (line 324) | public static void AddDropHandler(DependencyObject element, DragEventH... method RemoveDropHandler (line 334) | public static void RemoveDropHandler(DependencyObject element, DragEve... method DoDragDrop (line 368) | public static DragDropEffects DoDragDrop(DependencyObject dragSource, ... method RegisterDropTarget (line 446) | internal static void RegisterDropTarget(IntPtr windowHandle) method RevokeDropTarget (line 467) | internal static void RevokeDropTarget(IntPtr windowHandle) method IsValidDragDropEffects (line 480) | internal static bool IsValidDragDropEffects(DragDropEffects dragDropEf... method IsValidDragAction (line 502) | internal static bool IsValidDragAction(DragAction dragAction) method IsValidDragDropKeyStates (line 519) | internal static bool IsValidDragDropKeyStates(DragDropKeyStates dragDr... method OleDoDragDrop (line 560) | private static DragDropEffects OleDoDragDrop(DependencyObject dragSour... class OleDragSource (line 598) | internal class OleDragSource : UnsafeNativeMethods.IOleDropSource method OleDragSource (line 611) | public OleDragSource(DependencyObject dragSource) method OleQueryContinueDrag (line 629) | int UnsafeNativeMethods.IOleDropSource.OleQueryContinueDrag(int escape... method OleGiveFeedback (line 667) | int UnsafeNativeMethods.IOleDropSource.OleGiveFeedback(int effect) method RaiseQueryContinueDragEvent (line 689) | private void RaiseQueryContinueDragEvent(QueryContinueDragEventArgs args) method RaiseGiveFeedbackEvent (line 746) | private void RaiseGiveFeedbackEvent(GiveFeedbackEventArgs args) method OnDefaultQueryContinueDrag (line 815) | private void OnDefaultQueryContinueDrag(QueryContinueDragEventArgs e) method OnDefaultGiveFeedback (line 848) | private void OnDefaultGiveFeedback(GiveFeedbackEventArgs e) class OleDropTarget (line 876) | internal class OleDropTarget : DispatcherObject, UnsafeNativeMethods.IOl... method OleDropTarget (line 889) | public OleDropTarget(IntPtr handle) method OleDragEnter (line 912) | int UnsafeNativeMethods.IOleDropTarget.OleDragEnter(object data, int d... method OleDragOver (line 955) | int UnsafeNativeMethods.IOleDropTarget.OleDragOver(int dragDropKeyStat... method OleDragLeave (line 1040) | int UnsafeNativeMethods.IOleDropTarget.OleDragLeave() method OleDrop (line 1073) | int UnsafeNativeMethods.IOleDropTarget.OleDrop(object data, int dragDr... method RaiseDragEvent (line 1120) | private void RaiseDragEvent(RoutedEvent dragEvent, int dragDropKeyStat... method OnDefaultDragEnter (line 1216) | private void OnDefaultDragEnter(DragEventArgs e) method OnDefaultDragOver (line 1244) | private void OnDefaultDragOver(DragEventArgs e) method GetClientPointFromScreenPoint (line 1272) | private Point GetClientPointFromScreenPoint(long dragPoint, Presentati... method GetCurrentTarget (line 1288) | private DependencyObject GetCurrentTarget(long dragPoint, out Point ta... method GetDataObject (line 1374) | private IDataObject GetDataObject(object data) method IsDataAvailable (line 1399) | private bool IsDataAvailable(IDataObject dataObject) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DragDropEffects.cs type DragDropEffects (line 17) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DragDropKeyStates.cs type DragDropKeyStates (line 16) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DragEventArgs.cs class DragEventArgs (line 12) | public sealed class DragEventArgs : RoutedEventArgs method DragEventArgs (line 40) | internal DragEventArgs(IDataObject data, DragDropKeyStates dragDropKey... method GetPosition (line 78) | public Point GetPosition(IInputElement relativeTo) method InvokeEventHandler (line 173) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Duration.cs type Duration (line 13) | [TypeConverter(typeof(DurationConverter))] method Duration (line 23) | public Duration(TimeSpan timeSpan) method Duration (line 36) | private Duration(DurationType durationType) method Compare (line 292) | public static int Compare(Duration t1, Duration t2) method Plus (line 331) | public static Duration Plus(Duration duration) method Add (line 408) | public Duration Add(Duration duration) method Equals (line 418) | public override bool Equals(object value) method Equals (line 428) | public bool Equals(Duration duration) method Equals (line 453) | public static bool Equals(Duration t1, Duration t2) method GetHashCode (line 462) | public override int GetHashCode() method Subtract (line 472) | public Duration Subtract(Duration duration) method ToString (line 481) | public override string ToString() method ToStringInvariant (line 491) | internal string ToStringInvariant() type DurationType (line 506) | private enum DurationType FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DurationConverter.cs class DurationConverter (line 14) | public class DurationConverter : TypeConverter method CanConvertFrom (line 22) | public override bool CanConvertFrom(ITypeDescriptorContext td, Type t) method CanConvertTo (line 33) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 45) | public override object ConvertFrom(ITypeDescriptorContext td, CultureI... method ParseTimeSpan (line 72) | private static Duration ParseTimeSpan(ReadOnlySpan valueSpan, Cu... method ConvertTo (line 92) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/EventHandlersStore.cs class EventHandlersStore (line 16) | internal class EventHandlersStore method EventHandlersStore (line 23) | public EventHandlersStore() method EventHandlersStore (line 31) | public EventHandlersStore(EventHandlersStore source) method Add (line 50) | public void Add(EventPrivateKey key, Delegate handler) method Remove (line 85) | public void Remove(EventPrivateKey key, Delegate handler) method Get (line 122) | public Delegate Get(EventPrivateKey key) method AddRoutedEventHandler (line 138) | public void AddRoutedEventHandler( method RemoveRoutedEventHandler (line 175) | public void RemoveRoutedEventHandler(RoutedEvent routedEvent, Delegate... method Contains (line 219) | public bool Contains(RoutedEvent routedEvent) method GetRoutedEventHandlers (line 231) | public RoutedEventHandlerInfo[] GetRoutedEventHandlers(RoutedEvent rou... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/EventHelper.cs class EventHelper (line 9) | internal static class EventHelper method AddHandler (line 23) | public static void AddHandler(ref Tuple field, T val... method RemoveHandler (line 40) | public static void RemoveHandler(ref Tuple field, T ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/EventManager.cs class EventManager (line 10) | public static class EventManager method RegisterRoutedEvent (line 49) | public static RoutedEvent RegisterRoutedEvent( method RegisterClassHandler (line 87) | public static void RegisterClassHandler( method RegisterClassHandler (line 143) | public static void RegisterClassHandler( method GetRoutedEvents (line 188) | public static RoutedEvent[] GetRoutedEvents() method GetRoutedEventsForOwner (line 214) | public static RoutedEvent[] GetRoutedEventsForOwner(Type ownerType) method GetRoutedEventFromName (line 246) | internal static RoutedEvent GetRoutedEventFromName(string name, Type o... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/EventPrivateKey.cs class EventPrivateKey (line 17) | public class EventPrivateKey method EventPrivateKey (line 24) | public EventPrivateKey() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/EventRoute.cs class EventRoute (line 26) | public sealed class EventRoute method EventRoute (line 38) | public EventRoute(RoutedEvent routedEvent) method Add (line 75) | public void Add(object target, Delegate handler, bool handledEventsToo) method InvokeHandlers (line 110) | internal void InvokeHandlers(object source, RoutedEventArgs args) method ReInvokeHandlers (line 115) | internal void ReInvokeHandlers(object source, RoutedEventArgs args) method InvokeHandlersImpl (line 120) | private void InvokeHandlersImpl(object source, RoutedEventArgs args, b... method PushBranchNode (line 288) | [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBro... method PopBranchNode (line 316) | [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBro... method PeekBranchNode (line 343) | [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBro... method PeekBranchSource (line 370) | [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBro... type BranchNode (line 399) | private struct BranchNode method AddSource (line 408) | internal void AddSource(object source) method GetBubbleSource (line 418) | private object GetBubbleSource(int index, out int endIndex) method GetTunnelSource (line 458) | private object GetTunnelSource(int index, out int startIndex) method Clear (line 496) | internal void Clear() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/EventRouteFactory.cs class EventRouteFactory (line 9) | internal static class EventRouteFactory method FetchObject (line 17) | internal static EventRoute FetchObject(RoutedEvent routedEvent) method RecycleObject (line 36) | internal static void RecycleObject(EventRoute eventRoute) method Push (line 52) | private static void Push(EventRoute eventRoute) method Pop (line 74) | private static EventRoute Pop() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/FocusWithinProperty.cs class FocusWithinProperty (line 10) | internal class FocusWithinProperty : ReverseInheritProperty method FocusWithinProperty (line 14) | internal FocusWithinProperty() : base( method FireNotifications (line 23) | internal override void FireNotifications(UIElement uie, ContentElement... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/FontStretch.cs type FontStretch (line 19) | [TypeConverter(typeof(FontStretchConverter))] method FontStretch (line 23) | internal FontStretch(int stretch) method FromOpenTypeStretch (line 39) | public static FontStretch FromOpenTypeStretch(int stretchValue) method ToOpenTypeStretch (line 52) | public int ToOpenTypeStretch() method Compare (line 68) | public static int Compare(FontStretch left, FontStretch right) method Equals (line 147) | public bool Equals(FontStretch obj) method Equals (line 158) | public override bool Equals(object obj) method GetHashCode (line 169) | public override int GetHashCode() method ToString (line 180) | public override string ToString() method ToString (line 195) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 210) | private string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/FontStretchConverter.cs class FontStretchConverter (line 14) | public sealed class FontStretchConverter : TypeConverter method CanConvertFrom (line 19) | public override bool CanConvertFrom(ITypeDescriptorContext td, Type t) method CanConvertTo (line 37) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 54) | public override object ConvertFrom(ITypeDescriptorContext td, CultureI... method ConvertTo (line 87) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/FontStretches.cs class FontStretches (line 16) | public static class FontStretches method FontStretchStringToKnownStretch (line 68) | internal static bool FontStretchStringToKnownStretch(string s, IFormat... method FontStretchToString (line 149) | internal static bool FontStretchToString(int stretch, out string conve... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/FontStyle.cs type FontStyle (line 16) | [TypeConverter(typeof(FontStyleConverter))] method FontStyle (line 20) | internal FontStyle(int style) method Equals (line 57) | public bool Equals(FontStyle obj) method Equals (line 68) | public override bool Equals(object obj) method GetHashCode (line 79) | public override int GetHashCode() method ToString (line 90) | public override string ToString() method ToString (line 105) | string IFormattable.ToString(string format, IFormatProvider provider) method GetStyleForInternalConstruction (line 115) | internal int GetStyleForInternalConstruction() method ConvertToString (line 130) | private string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/FontStyleConverter.cs class FontStyleConverter (line 14) | public sealed class FontStyleConverter : TypeConverter method CanConvertFrom (line 19) | public override bool CanConvertFrom(ITypeDescriptorContext td, Type t) method CanConvertTo (line 37) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 54) | public override object ConvertFrom(ITypeDescriptorContext td, CultureI... method ConvertTo (line 87) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/FontStyles.cs class FontStyles (line 14) | public static class FontStyles method FontStyleStringToKnownStyle (line 31) | internal static bool FontStyleStringToKnownStyle(string s, IFormatProv... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/FontWeight.cs type FontWeight (line 17) | [TypeConverter(typeof(FontWeightConverter))] method FontWeight (line 21) | internal FontWeight(int weight) method FromOpenTypeWeight (line 37) | public static FontWeight FromOpenTypeWeight(int weightValue) method ToOpenTypeWeight (line 50) | public int ToOpenTypeWeight() method Compare (line 65) | public static int Compare(FontWeight left, FontWeight right) method Equals (line 144) | public bool Equals(FontWeight obj) method Equals (line 155) | public override bool Equals(object obj) method GetHashCode (line 166) | public override int GetHashCode() method ToString (line 177) | public override string ToString() method ToString (line 192) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 207) | private string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/FontWeightConverter.cs class FontWeightConverter (line 14) | public sealed class FontWeightConverter : TypeConverter method CanConvertFrom (line 19) | public override bool CanConvertFrom(ITypeDescriptorContext td, Type t) method CanConvertTo (line 37) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 54) | public override object ConvertFrom(ITypeDescriptorContext td, CultureI... method ConvertTo (line 87) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/FontWeights.cs class FontWeights (line 15) | public static class FontWeights method FontWeightStringToKnownWeight (line 97) | internal static bool FontWeightStringToKnownWeight(string s, IFormatPr... method FontWeightToString (line 211) | internal static bool FontWeightToString(int weight, out string convert... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/FreezableCollection.cs class FreezableCollection (line 24) | public class FreezableCollection: Animatable, IList, IList, INotif... method FreezableCollection (line 39) | public FreezableCollection() method FreezableCollection (line 48) | public FreezableCollection(int capacity) method FreezableCollection (line 56) | public FreezableCollection(IEnumerable collection) method Clone (line 106) | public new FreezableCollection Clone() method CloneCurrentValue (line 115) | public new FreezableCollection CloneCurrentValue() method Add (line 137) | public void Add(T value) method Clear (line 145) | public void Clear() method Contains (line 169) | public bool Contains(T value) method IndexOf (line 179) | public int IndexOf(T value) method Insert (line 189) | public void Insert(int index, T value) method Remove (line 213) | public bool Remove(T value) method RemoveAt (line 256) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 276) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 357) | public void CopyTo(T[] array, int index) method GetEnumerator (line 389) | public Enumerator GetEnumerator() method GetEnumerator (line 396) | IEnumerator IEnumerable.GetEnumerator() method Add (line 436) | int IList.Add(object value) method Contains (line 442) | bool IList.Contains(object value) method IndexOf (line 447) | int IList.IndexOf(object value) method Insert (line 452) | void IList.Insert(int index, object value) method Remove (line 458) | void IList.Remove(object value) method CopyTo (line 467) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 522) | IEnumerator IEnumerable.GetEnumerator() method OnCollectionChanged (line 559) | private void OnCollectionChanged(NotifyCollectionChangedEventArgs e) method OnPropertyChanged (line 599) | private void OnPropertyChanged(PropertyChangedEventArgs e) method OnInheritanceContextChangedCore (line 615) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 633) | private T Cast(object value) method GetCount (line 648) | private int GetCount(IEnumerable enumerable) method AddHelper (line 674) | private int AddHelper(T value) method AddWithoutFiringPublicEvents (line 691) | internal int AddWithoutFiringPublicEvents(T value) method OnCollectionChanged (line 712) | private void OnCollectionChanged(NotifyCollectionChangedAction action, method CreateInstanceCore (line 777) | protected override Freezable CreateInstanceCore() type CloneCommonType (line 782) | private enum CloneCommonType method CloneCommon (line 790) | private void CloneCommon(FreezableCollection source, method CloneCore (line 838) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 850) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 861) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 872) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 884) | protected override bool FreezeCore(bool isChecking) method BlockReentrancy (line 920) | private IDisposable BlockReentrancy() method CheckReentrancy (line 929) | private void CheckReentrancy() type Enumerator (line 974) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 978) | internal Enumerator(FreezableCollection list) method Dispose (line 992) | void IDisposable.Dispose() method MoveNext (line 1003) | public bool MoveNext() method Reset (line 1030) | public void Reset() class SimpleMonitor (line 1094) | private class SimpleMonitor : IDisposable method Enter (line 1096) | public void Enter() method Dispose (line 1101) | public void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Generated/ContentElement.cs class ContentElement (line 20) | public partial class ContentElement : IAnimatable method ApplyAnimationClock (line 38) | public void ApplyAnimationClock( method ApplyAnimationClock (line 62) | public void ApplyAnimationClock( method BeginAnimation (line 107) | public void BeginAnimation(DependencyProperty dp, AnimationTimeline an... method BeginAnimation (line 130) | public void BeginAnimation(DependencyProperty dp, AnimationTimeline an... method GetAnimationBaseValue (line 184) | public object GetAnimationBaseValue(DependencyProperty dp) method EvaluateAnimatedValueCore (line 205) | internal sealed override void EvaluateAnimatedValueCore( method ShouldSerializeInputBindings (line 259) | [EditorBrowsable(EditorBrowsableState.Never)] method ShouldSerializeCommandBindings (line 309) | [EditorBrowsable(EditorBrowsableState.Never)] method BuildRouteCore (line 348) | internal virtual bool BuildRouteCore(EventRoute route, RoutedEventArgs... method BuildRoute (line 365) | internal void BuildRoute(EventRoute route, RoutedEventArgs args) method RaiseEvent (line 383) | public void RaiseEvent(RoutedEventArgs e) method RaiseEvent (line 397) | internal void RaiseEvent(RoutedEventArgs args, bool trusted) method RaiseTrustedEvent (line 413) | internal void RaiseTrustedEvent(RoutedEventArgs args) method AdjustEventSource (line 449) | internal virtual object AdjustEventSource(RoutedEventArgs args) method AddHandler (line 463) | public void AddHandler(RoutedEvent routedEvent, Delegate handler) method AddHandler (line 508) | public void AddHandler( method OnAddHandler (line 535) | internal virtual void OnAddHandler( method RemoveHandler (line 566) | public void RemoveHandler(RoutedEvent routedEvent, Delegate handler) method OnRemoveHandler (line 599) | internal virtual void OnRemoveHandler( method EventHandlersStoreAdd (line 605) | private void EventHandlersStoreAdd(EventPrivateKey key, Delegate handler) method EventHandlersStoreRemove (line 611) | private void EventHandlersStoreRemove(EventPrivateKey key, Delegate ha... method AddToEventRoute (line 629) | public void AddToEventRoute(EventRoute route, RoutedEventArgs e) method AddToEventRouteCore (line 674) | internal virtual void AddToEventRouteCore(EventRoute route, RoutedEven... method EnsureEventHandlersStore (line 702) | internal void EnsureEventHandlersStore() method InvalidateAutomationAncestorsCore (line 713) | internal virtual bool InvalidateAutomationAncestorsCore(Stack IEnumerable.GetEnumerator() method Add (line 348) | int IList.Add(object value) method Contains (line 354) | bool IList.Contains(object value) method IndexOf (line 359) | int IList.IndexOf(object value) method Insert (line 364) | void IList.Insert(int index, object value) method Remove (line 370) | void IList.Remove(object value) method CopyTo (line 379) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 434) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 464) | internal TextDecoration Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 473) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 491) | private TextDecoration Cast(object value) method AddHelper (line 506) | private int AddHelper(TextDecoration value) method AddWithoutFiringPublicEvents (line 517) | internal int AddWithoutFiringPublicEvents(TextDecoration value) method CreateInstanceCore (line 564) | protected override Freezable CreateInstanceCore() method CloneCore (line 571) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 593) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 615) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 637) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 659) | protected override bool FreezeCore(bool isChecking) type Enumerator (line 739) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 743) | internal Enumerator(TextDecorationCollection list) method Dispose (line 757) | void IDisposable.Dispose() method MoveNext (line 769) | public bool MoveNext() method Reset (line 796) | public void Reset() method TextDecorationCollection (line 873) | public TextDecorationCollection() method TextDecorationCollection (line 882) | public TextDecorationCollection(int capacity) method TextDecorationCollection (line 890) | public TextDecorationCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Generated/TextDecorationLocation.cs type TextDecorationLocation (line 17) | public enum TextDecorationLocation FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Generated/TextDecorationUnit.cs type TextDecorationUnit (line 17) | public enum TextDecorationUnit FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Generated/UIElement.cs class UIElement (line 20) | public partial class UIElement : IAnimatable method ApplyAnimationClock (line 38) | public void ApplyAnimationClock( method ApplyAnimationClock (line 62) | public void ApplyAnimationClock( method BeginAnimation (line 107) | public void BeginAnimation(DependencyProperty dp, AnimationTimeline an... method BeginAnimation (line 130) | public void BeginAnimation(DependencyProperty dp, AnimationTimeline an... method GetAnimationBaseValue (line 184) | public object GetAnimationBaseValue(DependencyProperty dp) method EvaluateAnimatedValueCore (line 205) | internal sealed override void EvaluateAnimatedValueCore( method ShouldSerializeInputBindings (line 259) | [EditorBrowsable(EditorBrowsableState.Never)] method ShouldSerializeCommandBindings (line 309) | [EditorBrowsable(EditorBrowsableState.Never)] method BuildRouteCore (line 348) | internal virtual bool BuildRouteCore(EventRoute route, RoutedEventArgs... method BuildRoute (line 365) | internal void BuildRoute(EventRoute route, RoutedEventArgs args) method RaiseEvent (line 383) | public void RaiseEvent(RoutedEventArgs e) method RaiseEvent (line 397) | internal void RaiseEvent(RoutedEventArgs args, bool trusted) method RaiseTrustedEvent (line 413) | internal void RaiseTrustedEvent(RoutedEventArgs args) method AdjustEventSource (line 449) | internal virtual object AdjustEventSource(RoutedEventArgs args) method AddHandler (line 463) | public void AddHandler(RoutedEvent routedEvent, Delegate handler) method AddHandler (line 508) | public void AddHandler( method OnAddHandler (line 535) | internal virtual void OnAddHandler( method RemoveHandler (line 566) | public void RemoveHandler(RoutedEvent routedEvent, Delegate handler) method OnRemoveHandler (line 599) | internal virtual void OnRemoveHandler( method EventHandlersStoreAdd (line 605) | private void EventHandlersStoreAdd(EventPrivateKey key, Delegate handler) method EventHandlersStoreRemove (line 611) | private void EventHandlersStoreRemove(EventPrivateKey key, Delegate ha... method AddToEventRoute (line 629) | public void AddToEventRoute(EventRoute route, RoutedEventArgs e) method AddToEventRouteCore (line 674) | internal virtual void AddToEventRouteCore(EventRoute route, RoutedEven... method EnsureEventHandlersStore (line 702) | internal void EnsureEventHandlersStore() method InvalidateAutomationAncestorsCore (line 713) | internal virtual bool InvalidateAutomationAncestorsCore(Stack GetRectangles(ContentElement child); method OnChildDesiredSizeChanged (line 70) | void OnChildDesiredSizeChanged(UIElement child); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/IDataObject.cs type IDataObject (line 11) | public interface IDataObject method GetData (line 17) | object? GetData(string format); method GetData (line 25) | object? GetData(Type format); method GetData (line 35) | object? GetData(string format, bool autoConvert); method GetDataPresent (line 41) | bool GetDataPresent(string format); method GetDataPresent (line 47) | bool GetDataPresent(Type format); method GetDataPresent (line 57) | bool GetDataPresent(string format, bool autoConvert); method GetFormats (line 63) | string[] GetFormats(); method GetFormats (line 74) | string[] GetFormats(bool autoConvert); method SetData (line 80) | void SetData(object? data); method SetData (line 87) | void SetData(string format, object? data); method SetData (line 94) | void SetData(Type format, object? data); method SetData (line 105) | void SetData(string format, object? data, bool autoConvert); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/IInputElement.cs type IInputElement (line 10) | public interface IInputElement method RaiseEvent (line 20) | void RaiseEvent(RoutedEventArgs e); method AddHandler (line 27) | void AddHandler(RoutedEvent routedEvent, Delegate handler); method RemoveHandler (line 35) | void RemoveHandler(RoutedEvent routedEvent, Delegate handler); method CaptureMouse (line 142) | bool CaptureMouse(); method ReleaseMouseCapture (line 147) | void ReleaseMouseCapture(); method CaptureStylus (line 278) | bool CaptureStylus(); method ReleaseStylusCapture (line 283) | void ReleaseStylusCapture(); method Focus (line 321) | bool Focus(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/ITypedDataObject.cs type ITypedDataObject (line 24) | public interface ITypedDataObject : IDataObject method TryGetData (line 27) | bool TryGetData( method TryGetData (line 31) | bool TryGetData( method TryGetData (line 36) | bool TryGetData( method TryGetData (line 42) | bool TryGetData( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ink/ApplicationGesture.cs type ApplicationGesture (line 15) | public enum ApplicationGesture class ApplicationGestureHelper (line 196) | internal static class ApplicationGestureHelper method IsDefined (line 204) | internal static bool IsDefined(ApplicationGesture applicationGesture) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ink/DrawingAttributes.cs class DrawingAttributes (line 20) | public class DrawingAttributes : INotifyPropertyChanged method DrawingAttributes (line 27) | public DrawingAttributes() method DrawingAttributes (line 38) | internal DrawingAttributes(ExtendedPropertyCollection extendedProperties) method Initialize (line 49) | private void Initialize() method AddPropertyData (line 303) | public void AddPropertyData(Guid propertyDataId, object propertyData) method RemovePropertyData (line 313) | public void RemovePropertyData(Guid propertyDataId) method GetPropertyData (line 322) | public object GetPropertyData(Guid propertyDataId) method GetPropertyDataIds (line 330) | public Guid[] GetPropertyDataIds() method ContainsPropertyData (line 339) | public bool ContainsPropertyData(Guid propertyDataId) method CopyPropertyData (line 359) | internal ExtendedPropertyCollection CopyPropertyData() method GetHashCode (line 491) | public override int GetHashCode() method Equals (line 498) | public override bool Equals(object o) method Clone (line 547) | public virtual DrawingAttributes Clone() method OnAttributeChanged (line 586) | protected virtual void OnAttributeChanged(PropertyDataChangedEventArgs e) method OnPropertyDataChanged (line 615) | protected virtual void OnPropertyDataChanged(PropertyDataChangedEventA... method OnPropertyChanged (line 637) | protected virtual void OnPropertyChanged(PropertyChangedEventArgs e) method GetDefaultDrawingAttributeValue (line 656) | internal static object GetDefaultDrawingAttributeValue(Guid id) method ValidateStylusTipTransform (line 694) | internal static void ValidateStylusTipTransform(Guid propertyDataId, o... method RemoveIdFromExtendedProperties (line 720) | internal static bool RemoveIdFromExtendedProperties(Guid id) method GeometricallyEqual (line 737) | internal static bool GeometricallyEqual(DrawingAttributes left, Drawin... method IsGeometricalDaGuid (line 760) | internal static bool IsGeometricalDaGuid(Guid guid) method ExtendedPropertiesChanged_EventForwarder (line 783) | private void ExtendedPropertiesChanged_EventForwarder(object sender, E... method SetExtendedPropertyBackedProperty (line 886) | private void SetExtendedPropertyBackedProperty(Guid id, object value) method GetExtendedPropertyBackedProperty (line 935) | private object GetExtendedPropertyBackedProperty(Guid id) method PrivateNotifyPropertyChanged (line 955) | private void PrivateNotifyPropertyChanged(PropertyDataChangedEventArgs e) method OnPropertyChanged (line 1000) | private void OnPropertyChanged(string propertyName) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ink/Events.cs class StrokeCollectionChangedEventArgs (line 19) | public class StrokeCollectionChangedEventArgs : EventArgs method StrokeCollectionChangedEventArgs (line 26) | internal StrokeCollectionChangedEventArgs(StrokeCollection added, Stro... method StrokeCollectionChangedEventArgs (line 33) | public StrokeCollectionChangedEventArgs(StrokeCollection added, Stroke... class PropertyDataChangedEventArgs (line 90) | public class PropertyDataChangedEventArgs : EventArgs method PropertyDataChangedEventArgs (line 97) | public PropertyDataChangedEventArgs(Guid propertyGuid, class ExtendedPropertiesChangedEventArgs (line 147) | internal class ExtendedPropertiesChangedEventArgs : EventArgs method ExtendedPropertiesChangedEventArgs (line 153) | internal ExtendedPropertiesChangedEventArgs(ExtendedProperty oldProperty, class DrawingAttributesReplacedEventArgs (line 191) | public class DrawingAttributesReplacedEventArgs : EventArgs method DrawingAttributesReplacedEventArgs (line 199) | public DrawingAttributesReplacedEventArgs(DrawingAttributes newDrawing... class StylusPointsReplacedEventArgs (line 235) | public class StylusPointsReplacedEventArgs : EventArgs method StylusPointsReplacedEventArgs (line 243) | public StylusPointsReplacedEventArgs(StylusPointCollection newStylusPo... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ink/GestureRecognitionResult.cs class GestureRecognitionResult (line 14) | public class GestureRecognitionResult method GestureRecognitionResult (line 24) | internal GestureRecognitionResult(RecognitionConfidence confidence, Ap... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ink/GestureRecognizer.cs class GestureRecognizer (line 19) | public sealed class GestureRecognizer : DependencyObject, IDisposable method GestureRecognizer (line 32) | public GestureRecognizer() : this ( new ApplicationGesture[] { Applica... method GestureRecognizer (line 40) | public GestureRecognizer(IEnumerable enabledApplic... method SetEnabledGestures (line 87) | public void SetEnabledGestures(IEnumerable applica... method GetEnabledGestures (line 110) | public ReadOnlyCollection GetEnabledGestures() method Recognize (line 134) | public ReadOnlyCollection Recognize(StrokeCo... method CriticalRecognize (line 148) | internal ReadOnlyCollection CriticalRecogniz... method RecognizeImpl (line 159) | private ReadOnlyCollection RecognizeImpl(Str... method Dispose (line 215) | public void Dispose() method VerifyRecognizerAvailable (line 246) | private void VerifyRecognizerAvailable() method VerifyDisposed (line 255) | private void VerifyDisposed() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ink/IncrementalHitTester.cs class IncrementalHitTester (line 18) | public abstract class IncrementalHitTester method AddPoint (line 26) | public void AddPoint(Point point) method AddPoints (line 35) | public void AddPoints(IEnumerable points) method AddPoints (line 58) | public void AddPoints(StylusPointCollection stylusPoints) method EndHitTesting (line 87) | public void EndHitTesting() method IncrementalHitTester (line 116) | internal IncrementalHitTester(StrokeCollection strokes) method AddPointsCore (line 138) | protected abstract void AddPointsCore(IEnumerable points); method OnStrokesChanged (line 159) | private void OnStrokesChanged(object sender, StrokeCollectionChangedEv... method RebuildStrokeInfoCache (line 224) | private void RebuildStrokeInfoCache() class IncrementalLassoHitTester (line 290) | public class IncrementalLassoHitTester : IncrementalHitTester method IncrementalLassoHitTester (line 306) | internal IncrementalLassoHitTester(StrokeCollection strokes, int perce... method AddPointsCore (line 318) | protected override void AddPointsCore(IEnumerable points) method OnSelectionChanged (line 455) | protected void OnSelectionChanged(LassoSelectionChangedEventArgs even... class IncrementalStrokeHitTester (line 481) | public class IncrementalStrokeHitTester : IncrementalHitTester method IncrementalStrokeHitTester (line 495) | internal IncrementalStrokeHitTester(StrokeCollection strokes, StylusSh... method AddPointsCore (line 509) | protected override void AddPointsCore(IEnumerable points) method OnStrokeHit (line 571) | protected void OnStrokeHit(StrokeHitEventArgs eventArgs) class LassoSelectionChangedEventArgs (line 609) | public class LassoSelectionChangedEventArgs : EventArgs method LassoSelectionChangedEventArgs (line 611) | internal LassoSelectionChangedEventArgs(StrokeCollection selectedStrok... class StrokeHitEventArgs (line 664) | public class StrokeHitEventArgs : EventArgs method StrokeHitEventArgs (line 669) | internal StrokeHitEventArgs(Stroke stroke, StrokeIntersection[] hitFra... method GetPointEraseResults (line 683) | public StrokeCollection GetPointEraseResults() class StrokeInfo (line 703) | internal class StrokeInfo method StrokeInfo (line 710) | internal StrokeInfo(Stroke stroke) method GetPointWeight (line 815) | internal double GetPointWeight(int index) method Detach (line 847) | internal void Detach() method OnStylusPointsChanged (line 866) | private void OnStylusPointsChanged(object sender, EventArgs args) method OnStylusPointsReplaced (line 872) | private void OnStylusPointsReplaced(object sender, StylusPointsReplace... method OnStrokeDrawingAttributesChanged (line 882) | private void OnStrokeDrawingAttributesChanged(object sender, PropertyD... method OnDrawingAttributesReplaced (line 891) | private void OnDrawingAttributesReplaced(Object sender, DrawingAttribu... method Invalidate (line 902) | private void Invalidate() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ink/RecognitionConfidence.cs type RecognitionConfidence (line 15) | public enum RecognitionConfidence FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ink/Stroke.cs class Stroke (line 18) | public partial class Stroke : INotifyPropertyChanged method Stroke (line 24) | public Stroke(StylusPointCollection stylusPoints) method Stroke (line 34) | public Stroke(StylusPointCollection stylusPoints, DrawingAttributes dr... method Stroke (line 45) | internal Stroke(StylusPointCollection stylusPoints, DrawingAttributes ... method Initialize (line 64) | private void Initialize() method Clone (line 74) | public virtual Stroke Clone() method Transform (line 135) | public virtual void Transform(Matrix transformMatrix, bool applyToStyl... method GetBezierStylusPoints (line 208) | public StylusPointCollection GetBezierStylusPoints() method GetInterpolatedStylusPoints (line 248) | private StylusPointCollection GetInterpolatedStylusPoints(List ... method GetDistanceBetweenPoints (line 351) | private double GetDistanceBetweenPoints(Point p1, Point p2) method AddInterpolatedBezierPoint (line 360) | private void AddInterpolatedBezierPoint(StylusPointCollection bezierSt... method AddPropertyData (line 386) | public void AddPropertyData(Guid propertyDataId, object propertyData) method RemovePropertyData (line 410) | public void RemovePropertyData(Guid propertyDataId) method GetPropertyData (line 422) | public object GetPropertyData(Guid propertyDataId) method GetPropertyDataIds (line 430) | public Guid[] GetPropertyDataIds() method ContainsPropertyData (line 439) | public bool ContainsPropertyData(Guid propertyDataId) method OnDrawingAttributesChanged (line 582) | protected virtual void OnDrawingAttributesChanged(PropertyDataChangedE... method OnDrawingAttributesReplaced (line 600) | protected virtual void OnDrawingAttributesReplaced(DrawingAttributesRe... method OnStylusPointsReplaced (line 613) | protected virtual void OnStylusPointsReplaced(StylusPointsReplacedEven... method OnStylusPointsChanged (line 628) | protected virtual void OnStylusPointsChanged(EventArgs e) method OnPropertyDataChanged (line 645) | protected virtual void OnPropertyDataChanged(PropertyDataChangedEventA... method OnInvalidated (line 663) | protected virtual void OnInvalidated(EventArgs e) method OnPropertyChanged (line 682) | protected virtual void OnPropertyChanged(PropertyChangedEventArgs e) method Clip (line 712) | private StrokeCollection Clip(StrokeFIndices[] cutAt) method Erase (line 774) | private StrokeCollection Erase(StrokeFIndices[] cutAt) method Copy (line 847) | private Stroke Copy(StylusPointCollection sourceStylusPoints, double b... method GetIntermediatePoint (line 976) | private Point GetIntermediatePoint(StylusPoint p1, StylusPoint p2, dou... method AssertSortedNoOverlap (line 994) | private void AssertSortedNoOverlap(StrokeFIndices[] fragments) method IsValidStrokeFIndices (line 1021) | private bool IsValidStrokeFIndices(StrokeFIndices findex) method DrawingAttributes_Changed (line 1036) | private void DrawingAttributes_Changed(object sender, PropertyDataChan... method StylusPoints_Changed (line 1062) | private void StylusPoints_Changed(object sender, EventArgs e) method StylusPoints_CountGoingToZero (line 1081) | private void StylusPoints_CountGoingToZero(object sender, CancelEventA... method OnPropertyChanged (line 1087) | private void OnPropertyChanged(string propertyName) class MatrixHelper (line 1102) | internal static class MatrixHelper method ContainsNaN (line 1105) | internal static bool ContainsNaN(Matrix matrix) method ContainsInfinity (line 1120) | internal static bool ContainsInfinity(Matrix matrix) class IEnumerablePointHelper (line 1138) | internal static class IEnumerablePointHelper method GetCount (line 1144) | internal static int GetCount(IEnumerable ienum) method GetPointArray (line 1163) | internal static Point[] GetPointArray(IEnumerable ienum) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ink/Stroke2.cs class Stroke (line 19) | public partial class Stroke : INotifyPropertyChanged method GetBounds (line 29) | public virtual Rect GetBounds() method Draw (line 49) | public void Draw(DrawingContext context) method Draw (line 67) | public void Draw(DrawingContext drawingContext, DrawingAttributes draw... method GetClipResult (line 102) | public StrokeCollection GetClipResult(Rect bounds) method GetClipResult (line 113) | public StrokeCollection GetClipResult(IEnumerable lassoPoints) method GetEraseResult (line 134) | public StrokeCollection GetEraseResult(Rect bounds) method GetEraseResult (line 144) | public StrokeCollection GetEraseResult(IEnumerable lassoPoints) method GetEraseResult (line 165) | public StrokeCollection GetEraseResult(IEnumerable eraserPath, ... method HitTest (line 180) | public bool HitTest(Point point) method HitTest (line 191) | public bool HitTest(Point point, double diameter) method HitTest (line 206) | public bool HitTest(Rect bounds, int percentageWithinBounds) method HitTest (line 253) | public bool HitTest(IEnumerable lassoPoints, int percentageWith... method HitTest (line 306) | public bool HitTest(IEnumerable path, StylusShape stylusShape) method DrawCore (line 363) | protected virtual void DrawCore(DrawingContext drawingContext, Drawing... method GetGeometry (line 435) | public Geometry GetGeometry() method GetGeometry (line 445) | public Geometry GetGeometry(DrawingAttributes drawingAttributes) method DrawInternal (line 496) | internal void DrawInternal(DrawingContext dc, DrawingAttributes Drawin... method SetGeometry (line 542) | internal void SetGeometry(Geometry geometry) method SetBounds (line 551) | internal void SetBounds(Rect newBounds) method EraseTest (line 561) | internal StrokeIntersection[] EraseTest(IEnumerable path, Stylu... method HitTest (line 580) | internal StrokeIntersection[] HitTest(Lasso lasso) method Erase (line 604) | internal StrokeCollection Erase(StrokeIntersection[] cutAt) method Clip (line 628) | internal StrokeCollection Clip(StrokeIntersection[] cutAt) method CalcHollowTransforms (line 666) | private static void CalcHollowTransforms(DrawingAttributes originalDa,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ink/StrokeCollection.cs class StrokeCollection (line 19) | [System.ComponentModel.TypeConverter(typeof(StrokeCollectionConverter))] method StrokeCollection (line 29) | public StrokeCollection() method StrokeCollection (line 34) | public StrokeCollection(IEnumerable strokes) method StrokeCollection (line 55) | public StrokeCollection(Stream stream) method Save (line 79) | public virtual void Save(Stream stream, bool compress) method Save (line 91) | public void Save(Stream stream) method SaveIsf (line 99) | internal void SaveIsf(Stream stream, bool compress) method GetSeekableStream (line 111) | private Stream GetSeekableStream(Stream stream) method AddPropertyData (line 150) | public void AddPropertyData(Guid propertyDataId, object propertyData) method RemovePropertyData (line 171) | public void RemovePropertyData(Guid propertyDataId) method GetPropertyData (line 183) | public object GetPropertyData(Guid propertyDataId) method GetPropertyDataIds (line 196) | public Guid[] GetPropertyDataIds() method ContainsPropertyData (line 205) | public bool ContainsPropertyData(Guid propertyDataId) method Transform (line 221) | public void Transform(Matrix transformMatrix, bool applyToStylusTip) method Clone (line 247) | public virtual StrokeCollection Clone() method ClearItems (line 272) | protected sealed override void ClearItems() method RemoveItem (line 291) | protected sealed override void RemoveItem(int index) method InsertItem (line 304) | protected sealed override void InsertItem(int index, Stroke stroke) method SetItem (line 322) | protected sealed override void SetItem(int index, Stroke stroke) method IndexOf (line 346) | public new int IndexOf(Stroke stroke) method Remove (line 368) | public void Remove(StrokeCollection strokes) method Add (line 409) | public void Add(StrokeCollection strokes) method Replace (line 444) | public void Replace(Stroke strokeToReplace, StrokeCollection strokesTo... method Replace (line 461) | public void Replace(StrokeCollection strokesToReplace, StrokeCollectio... method AddWithoutEvent (line 531) | internal void AddWithoutEvent(Stroke stroke) method OnStrokesChanged (line 613) | protected virtual void OnStrokesChanged(StrokeCollectionChangedEventAr... method OnPropertyDataChanged (line 670) | protected virtual void OnPropertyDataChanged(PropertyDataChangedEventA... method OnPropertyChanged (line 689) | protected virtual void OnPropertyChanged(PropertyChangedEventArgs e) method OptimisticIndexOf (line 706) | private int OptimisticIndexOf(int startingIndex, Stroke stroke) method GetStrokeIndexes (line 735) | private int[] GetStrokeIndexes(StrokeCollection strokes) method RaiseStrokesChanged (line 800) | private void RaiseStrokesChanged(StrokeCollection addedStrokes, Stroke... method OnPropertyChanged (line 813) | private void OnPropertyChanged(string propertyName) class ReadOnlyStrokeCollection (line 841) | internal class ReadOnlyStrokeCollection : StrokeCollection, ICollectio... method ReadOnlyStrokeCollection (line 843) | internal ReadOnlyStrokeCollection(StrokeCollection strokeCollection) method OnStrokesChanged (line 856) | protected override void OnStrokesChanged(StrokeCollectionChangedEven... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ink/StrokeCollection2.cs class StrokeCollection (line 17) | public partial class StrokeCollection : Collection, INotifyPrope... method GetBounds (line 25) | public Rect GetBounds() method HitTest (line 51) | public StrokeCollection HitTest(Point point) method HitTest (line 62) | public StrokeCollection HitTest(Point point, double diameter) method HitTest (line 78) | public StrokeCollection HitTest(IEnumerable lassoPoints, int pe... method HitTest (line 146) | public StrokeCollection HitTest(Rect bounds, int percentageWithinBounds) method HitTest (line 180) | public StrokeCollection HitTest(IEnumerable path, StylusShape s... method Clip (line 217) | public void Clip(IEnumerable lassoPoints) method Clip (line 256) | public void Clip(Rect bounds) method Erase (line 268) | public void Erase(IEnumerable lassoPoints) method Erase (line 299) | public void Erase(Rect bounds) method Erase (line 313) | public void Erase(IEnumerable eraserPath, StylusShape eraserShape) method Draw (line 346) | public void Draw(DrawingContext context) method GetIncrementalStrokeHitTester (line 409) | public IncrementalStrokeHitTester GetIncrementalStrokeHitTester(Stylus... method GetIncrementalLassoHitTester (line 421) | public IncrementalLassoHitTester GetIncrementalLassoHitTester(int perc... method PointHitTest (line 434) | private StrokeCollection PointHitTest(Point point, StylusShape shape) method UpdateStrokeCollection (line 450) | private void UpdateStrokeCollection(Stroke original, StrokeCollection ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ink/StrokeCollectionConverter.cs class StrokeCollectionConverter (line 18) | public class StrokeCollectionConverter : TypeConverter method StrokeCollectionConverter (line 23) | public StrokeCollectionConverter() method CanConvertFrom (line 33) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 49) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 69) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 107) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... method GetStandardValuesSupported (line 152) | public override bool GetStandardValuesSupported(ITypeDescriptorContext... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ink/StylusTip.cs type StylusTip (line 9) | public enum StylusTip class StylusTipHelper (line 25) | internal static class StylusTipHelper method IsDefined (line 27) | internal static bool IsDefined(StylusTip stylusTip) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/AccessKeyManager.cs class AccessKeyManager (line 16) | public sealed class AccessKeyManager method Register (line 24) | public static void Register(string key, IInputElement element) method Unregister (line 55) | public static void Unregister(string key, IInputElement element) method IsKeyRegistered (line 84) | public static bool IsKeyRegistered(object scope, string key) method ProcessKey (line 103) | public static bool ProcessKey(object scope, string key, bool isMultiple) method NormalizeKey (line 117) | private static string NormalizeKey(string key) method AddAccessKeyPressedHandler (line 143) | public static void AddAccessKeyPressedHandler(DependencyObject element... method RemoveAccessKeyPressedHandler (line 153) | public static void RemoveAccessKeyPressedHandler(DependencyObject elem... method AccessKeyManager (line 161) | private AccessKeyManager() type ProcessKeyResult (line 187) | private enum ProcessKeyResult method PostProcessInput (line 194) | private void PostProcessInput(object sender, ProcessInputEventArgs e) method ProcessKeyForSender (line 209) | private ProcessKeyResult ProcessKeyForSender(object sender, string key... method ProcessKeyForScope (line 221) | private ProcessKeyResult ProcessKeyForScope(object scope, string key, ... method ProcessKey (line 228) | private ProcessKeyResult ProcessKey(List targets, strin... method OnText (line 283) | private void OnText(TextCompositionEventArgs e) method OnKeyDown (line 301) | private void OnKeyDown(KeyEventArgs e) method GetTargetsForSender (line 333) | private List GetTargetsForSender(IInputElement sender, ... method GetTargetsForScope (line 341) | private List GetTargetsForScope(object scope, string ke... method GetInfoForElement (line 417) | private AccessKeyInformation GetInfoForElement(IInputElement element, ... method GetSourceForElement (line 439) | private PresentationSource GetSourceForElement(IInputElement element) method GetActiveSource (line 462) | private PresentationSource GetActiveSource() method CriticalGetActiveSource (line 471) | private PresentationSource CriticalGetActiveSource() method IsTargetable (line 481) | private bool IsTargetable(IInputElement element) method IsVisible (line 496) | private static bool IsVisible(DependencyObject element) method IsEnabled (line 526) | private static bool IsEnabled(DependencyObject element) type AccessKeyInformation (line 531) | private struct AccessKeyInformation method PurgeDead (line 560) | private static void PurgeDead(ArrayList elements, object elementToRemove) method CopyAndPurgeDead (line 582) | private static List CopyAndPurgeDead(ArrayList elements) method InternalGetAccessKeyCharacter (line 648) | internal static string InternalGetAccessKeyCharacter(DependencyObject d) method GetAccessKeyCharacter (line 653) | private string GetAccessKeyCharacter(DependencyObject d) class AccessKeyPressedEventArgs (line 746) | public class AccessKeyPressedEventArgs : RoutedEventArgs method AccessKeyPressedEventArgs (line 753) | public AccessKeyPressedEventArgs() method AccessKeyPressedEventArgs (line 763) | public AccessKeyPressedEventArgs(string key) : this() method InvokeEventHandler (line 808) | protected override void InvokeEventHandler(Delegate genericHandler, ob... class AccessKeyEventArgs (line 829) | public class AccessKeyEventArgs : EventArgs method AccessKeyEventArgs (line 834) | internal AccessKeyEventArgs(string key, bool isMultiple, bool userInit... method ClearUserInitiated (line 841) | internal void ClearUserInitiated() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/AngleUtil.cs class AngleUtil (line 6) | internal static class AngleUtil method DegreesToRadians (line 11) | public static double DegreesToRadians(double degrees) method RadiansToDegrees (line 19) | public static double RadiansToDegrees(double radians) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/CaptureMode.cs type CaptureMode (line 9) | public enum CaptureMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/ApplicationCommands.cs class ApplicationCommands (line 17) | public static class ApplicationCommands method GetPropertyName (line 224) | private static string GetPropertyName(CommandId commandId) method GetUIText (line 257) | internal static string GetUIText(byte commandId) method LoadDefaultGestureFromResource (line 291) | internal static InputGestureCollection LoadDefaultGestureFromResource(... method _EnsureCommand (line 425) | private static RoutedUICommand _EnsureCommand(CommandId idCommand) type CommandId (line 453) | private enum CommandId : byte FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/CanExecuteChangedEventManager.cs class CanExecuteChangedEventManager (line 18) | public class CanExecuteChangedEventManager : WeakEventManager method CanExecuteChangedEventManager (line 26) | private CanExecuteChangedEventManager() method AddHandler (line 41) | public static void AddHandler(ICommand source, EventHandler... method RemoveHandler (line 51) | public static void RemoveHandler(ICommand source, EventHandler handler) method Detach (line 418) | public void Detach(bool isOnOriginalThread) method OnCanExecuteChanged (line 439) | private void OnCanExecuteChanged(object sender, EventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/CanExecuteRoutedEventArgs.cs class CanExecuteRoutedEventArgs (line 17) | public sealed class CanExecuteRoutedEventArgs : RoutedEventArgs method CanExecuteRoutedEventArgs (line 26) | internal CanExecuteRoutedEventArgs(ICommand command, object parameter) method InvokeEventHandler (line 82) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/CommandBinding.cs class CommandBinding (line 17) | public class CommandBinding method CommandBinding (line 24) | public CommandBinding() method CommandBinding (line 32) | public CommandBinding(ICommand command) method CommandBinding (line 42) | public CommandBinding(ICommand command, ExecutedRoutedEventHandler exe... method CommandBinding (line 53) | public CommandBinding(ICommand command, ExecutedRoutedEventHandler exe... method OnCanExecute (line 119) | internal void OnCanExecute(object sender, CanExecuteRoutedEventArgs e) method CheckCanExecute (line 152) | private bool CheckCanExecute(object sender, ExecutedRoutedEventArgs e) method OnExecuted (line 173) | internal void OnExecuted(object sender, ExecutedRoutedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/CommandBindingCollection.cs class CommandBindingCollection (line 19) | public sealed class CommandBindingCollection : IList method CommandBindingCollection (line 30) | public CommandBindingCollection() method CommandBindingCollection (line 38) | public CommandBindingCollection(IList commandBindings) method CopyTo (line 64) | void ICollection.CopyTo(System.Array array, int index) method Contains (line 75) | bool IList.Contains(object key) method IndexOf (line 85) | int IList.IndexOf(object value) method Insert (line 95) | void IList.Insert(int index, object value) method Add (line 104) | int IList.Add(object commandBinding) method Remove (line 113) | void IList.Remove(object commandBinding) method Add (line 155) | public int Add(CommandBinding commandBinding) method AddRange (line 176) | public void AddRange(ICollection collection) method Insert (line 202) | public void Insert(int index, CommandBinding commandBinding) method Remove (line 218) | public void Remove(CommandBinding commandBinding) method RemoveAt (line 228) | public void RemoveAt(int index) method Clear (line 285) | public void Clear() method IndexOf (line 297) | public int IndexOf(CommandBinding value) method Contains (line 307) | public bool Contains(CommandBinding commandBinding) method CopyTo (line 321) | public void CopyTo(CommandBinding[] commandBindings, int index) method GetEnumerator (line 331) | public IEnumerator GetEnumerator() method FindMatch (line 345) | internal ICommand FindMatch(object targetElement, InputEventArgs input... method FindMatch (line 361) | internal CommandBinding FindMatch(ICommand command, ref int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/CommandDevice.cs class CommandDevice (line 15) | internal sealed class CommandDevice : InputDevice method CommandDevice (line 17) | internal CommandDevice( InputManager inputManager ) method PreProcessInput (line 48) | private void PreProcessInput( object sender, PreProcessInputEventArgs e ) method PostProcessInput (line 75) | private void PostProcessInput( object sender, ProcessInputEventArgs e ) method GetRoutedCommand (line 117) | private RoutedCommand GetRoutedCommand( int appCommandId ) method GetSourceFromDevice (line 274) | private IInputElement GetSourceFromDevice(InputType device) class CommandDeviceEventArgs (line 293) | internal class CommandDeviceEventArgs : InputEventArgs method CommandDeviceEventArgs (line 301) | internal CommandDeviceEventArgs(CommandDevice commandDevice, int times... method InvokeEventHandler (line 322) | protected override void InvokeEventHandler(Delegate execHandler, objec... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/CommandManager.cs class CommandManager (line 17) | public sealed class CommandManager method AddPreviewExecutedHandler (line 46) | public static void AddPreviewExecutedHandler(UIElement element, Execut... method RemovePreviewExecutedHandler (line 59) | public static void RemovePreviewExecutedHandler(UIElement element, Exe... method AddExecutedHandler (line 81) | public static void AddExecutedHandler(UIElement element, ExecutedRoute... method RemoveExecutedHandler (line 94) | public static void RemoveExecutedHandler(UIElement element, ExecutedRo... method AddPreviewCanExecuteHandler (line 116) | public static void AddPreviewCanExecuteHandler(UIElement element, CanE... method RemovePreviewCanExecuteHandler (line 129) | public static void RemovePreviewCanExecuteHandler(UIElement element, C... method AddCanExecuteHandler (line 151) | public static void AddCanExecuteHandler(UIElement element, CanExecuteR... method RemoveCanExecuteHandler (line 164) | public static void RemoveCanExecuteHandler(UIElement element, CanExecu... method RegisterClassInputBinding (line 181) | public static void RegisterClassInputBinding(Type type, InputBinding i... method RegisterClassCommandBinding (line 210) | public static void RegisterClassCommandBinding(Type type, CommandBindi... method InvalidateRequerySuggested (line 232) | public static void InvalidateRequerySuggested() method TranslateInput (line 269) | internal static void TranslateInput(IInputElement targetElement, Input... method ExecuteCommand (line 429) | private static bool ExecuteCommand(RoutedCommand routedCommand, object... method OnCanExecute (line 437) | internal static void OnCanExecute(object sender, CanExecuteRoutedEvent... method CanExecuteCommandBinding (line 463) | private static bool CanExecuteCommandBinding(object sender, CanExecute... method OnExecuted (line 472) | internal static void OnExecuted(object sender, ExecutedRoutedEventArgs e) method ExecuteCommandBinding (line 498) | private static bool ExecuteCommandBinding(object sender, ExecutedRoute... method OnCommandDevice (line 504) | internal static void OnCommandDevice(object sender, CommandDeviceEvent... method FindCommandBinding (line 532) | private static void FindCommandBinding(object sender, RoutedEventArgs ... method FindCommandBinding (line 627) | private static void FindCommandBinding(CommandBindingCollection comman... method HandleCommandBinding (line 640) | private static bool HandleCommandBinding(object sender, RoutedEventArg... method TransferEvent (line 647) | private static void TransferEvent(IInputElement newSource, CanExecuteR... method TransferEvent (line 663) | private static void TransferEvent(IInputElement newSource, ExecutedRou... method GetParentScopeFocusedElement (line 680) | private static IInputElement GetParentScopeFocusedElement(DependencyOb... method GetParentScope (line 697) | private static DependencyObject GetParentScope(DependencyObject childS... method ContainsElement (line 727) | private static bool ContainsElement(DependencyObject scope, Dependency... method CommandManager (line 773) | private CommandManager() method RaiseRequerySuggested (line 784) | private void RaiseRequerySuggested() method RaiseRequerySuggested (line 796) | private object RaiseRequerySuggested(object obj) class RequerySuggestedEventManager (line 815) | private class RequerySuggestedEventManager : WeakEventManager method RequerySuggestedEventManager (line 823) | private RequerySuggestedEventManager() method AddHandler (line 838) | public static void AddHandler(CommandManager source, EventHandler ha... method RemoveHandler (line 849) | public static void RemoveHandler(CommandManager source, EventHandler... method NewListenerList (line 868) | protected override ListenerList NewListenerList() method StartListening (line 876) | protected override void StartListening(object source) method StopListening (line 885) | protected override void StopListening(object source) method OnRequerySuggested (line 927) | private void OnRequerySuggested(object sender, EventArgs args) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/ComponentCommands.cs class ComponentCommands (line 13) | public static class ComponentCommands method GetPropertyName (line 247) | private static string GetPropertyName(CommandId commandId) method GetUIText (line 285) | internal static string GetUIText(byte commandId) method LoadDefaultGestureFromResource (line 323) | internal static InputGestureCollection LoadDefaultGestureFromResource(... method _EnsureCommand (line 496) | private static RoutedUICommand _EnsureCommand(CommandId idCommand) type CommandId (line 524) | private enum CommandId : byte FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/ExecutedRoutedEventArgs.cs class ExecutedRoutedEventArgs (line 17) | public sealed class ExecutedRoutedEventArgs : RoutedEventArgs method ExecutedRoutedEventArgs (line 26) | internal ExecutedRoutedEventArgs(ICommand command, object parameter) method InvokeEventHandler (line 63) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/ICommandSource.cs type ICommandSource (line 12) | public interface ICommandSource FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/InputBinding.cs class InputBinding (line 19) | public class InputBinding : Freezable, ICommandSource method InputBinding (line 26) | protected InputBinding() method InputBinding (line 35) | public InputBinding(ICommand command, InputGesture gesture) method OnCommandPropertyChanged (line 79) | private static void OnCommandPropertyChanged(DependencyObject d, Depen... method CreateInstanceCore (line 162) | protected override Freezable CreateInstanceCore() method CloneCore (line 170) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 179) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 188) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 197) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method AddInheritanceContext (line 218) | internal override void AddInheritanceContext(DependencyObject context,... method RemoveInheritanceContext (line 229) | internal override void RemoveInheritanceContext(DependencyObject conte... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/InputBindingCollection.cs class InputBindingCollection (line 19) | public sealed class InputBindingCollection : IList method InputBindingCollection (line 30) | public InputBindingCollection() method InputBindingCollection (line 38) | public InputBindingCollection(IList inputBindings) method InputBindingCollection (line 49) | internal InputBindingCollection(DependencyObject owner) method CopyTo (line 72) | void ICollection.CopyTo(System.Array array, int index) method Contains (line 86) | bool IList.Contains(object key) method IndexOf (line 96) | int IList.IndexOf(object value) method Insert (line 107) | void IList.Insert(int index, object value) method Add (line 116) | int IList.Add(object inputBinding) method Remove (line 126) | void IList.Remove(object inputBinding) method Add (line 194) | public int Add(InputBinding inputBinding) method IndexOf (line 230) | public int IndexOf(InputBinding value) method AddRange (line 241) | public void AddRange(ICollection collection) method Insert (line 272) | public void Insert(int index, InputBinding inputBinding) method Remove (line 290) | public void Remove(InputBinding inputBinding) method RemoveAt (line 305) | public void RemoveAt(int index) method Clear (line 355) | public void Clear() method GetEnumerator (line 374) | public IEnumerator GetEnumerator() method Contains (line 397) | public bool Contains(InputBinding key) method CopyTo (line 412) | public void CopyTo(InputBinding[] inputBindings, int index) method FindMatch (line 420) | internal InputBinding FindMatch(object targetElement, InputEventArgs i... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/InputGesture.cs class InputGesture (line 21) | public abstract class InputGesture method Matches (line 47) | public abstract bool Matches(object targetElement, InputEventArgs inpu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/InputGestureCollection.cs class InputGestureCollection (line 19) | public sealed class InputGestureCollection : IList method InputGestureCollection (line 30) | public InputGestureCollection() method InputGestureCollection (line 38) | public InputGestureCollection( IList inputGestures ) method CopyTo (line 63) | void ICollection.CopyTo(System.Array array, int index) method Contains (line 75) | bool IList.Contains(object key) method IndexOf (line 85) | int IList.IndexOf(object value) method Insert (line 96) | void IList.Insert(int index, object value) method Add (line 108) | int IList.Add(object inputGesture) method Remove (line 120) | void IList.Remove(object inputGesture) method GetEnumerator (line 153) | public IEnumerator GetEnumerator() method IndexOf (line 211) | public int IndexOf(InputGesture value) method RemoveAt (line 220) | public void RemoveAt(int index) method Add (line 243) | public int Add(InputGesture inputGesture) method AddRange (line 263) | public void AddRange(ICollection collection) method Insert (line 298) | public void Insert(int index, InputGesture inputGesture) method Remove (line 324) | public void Remove(InputGesture inputGesture) method Clear (line 353) | public void Clear() method Contains (line 369) | public bool Contains(InputGesture key) method CopyTo (line 383) | public void CopyTo(InputGesture[] inputGestures, int index) method Seal (line 391) | public void Seal() method EnsureList (line 396) | private void EnsureList() method FindMatch (line 416) | internal InputGesture FindMatch(object targetElement, InputEventArgs i... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/KeyBinding.cs class KeyBinding (line 23) | public class KeyBinding : InputBinding method KeyBinding (line 34) | public KeyBinding() : base() method KeyBinding (line 43) | public KeyBinding(ICommand command, KeyGesture gesture) : base(command... method KeyBinding (line 54) | public KeyBinding(ICommand command, Key key, ModifierKeys modifiers) : method OnModifiersPropertyChanged (line 114) | private static void OnModifiersPropertyChanged(DependencyObject d, Dep... method OnKeyPropertyChanged (line 141) | private static void OnKeyPropertyChanged(DependencyObject d, Dependenc... method CreateInstanceCore (line 151) | protected override Freezable CreateInstanceCore() method SynchronizePropertiesFromGesture (line 163) | private void SynchronizePropertiesFromGesture(KeyGesture keyGesture) method SynchronizeGestureFromProperties (line 183) | private void SynchronizeGestureFromProperties(Key key, ModifierKeys mo... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/KeyGesture.cs class KeyGesture (line 27) | [TypeConverter(typeof(KeyGestureConverter))] method KeyGesture (line 41) | public KeyGesture(Key key) method KeyGesture (line 51) | public KeyGesture(Key key, ModifierKeys modifiers) method KeyGesture (line 62) | public KeyGesture(Key key, ModifierKeys modifiers, string displayString) method KeyGesture (line 76) | internal KeyGesture(Key key, ModifierKeys modifiers, bool validateGest... method KeyGesture (line 88) | private KeyGesture(Key key, ModifierKeys modifiers, string displayStri... method GetDisplayStringForCulture (line 155) | public string GetDisplayStringForCulture(CultureInfo culture) method Matches (line 174) | public override bool Matches(object targetElement, InputEventArgs inpu... method IsDefinedKey (line 185) | internal static bool IsDefinedKey(Key key) method IsValid (line 201) | internal static bool IsValid(Key key, ModifierKeys modifiers) method AddGesturesFromResourceStrings (line 243) | internal static void AddGesturesFromResourceStrings(string keyGestures... method CreateFromResourceStrings (line 285) | internal static KeyGesture CreateFromResourceStrings(string keyGesture... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/KeyGestureConverter.cs class KeyGestureConverter (line 18) | public class KeyGestureConverter : TypeConverter method CanConvertFrom (line 29) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 49) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 75) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 135) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... method IsDefinedKey (line 177) | internal static bool IsDefinedKey(Key key) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/KeyGestureValueSerializer.cs class KeyGestureValueSerializer (line 20) | public class KeyGestureValueSerializer : ValueSerializer method CanConvertFromString (line 29) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 41) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 56) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 71) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/MediaCommands.cs class MediaCommands (line 13) | public static class MediaCommands method GetPropertyName (line 212) | private static string GetPropertyName(CommandId commandId) method GetUIText (line 246) | internal static string GetUIText(byte commandId) method LoadDefaultGestureFromResource (line 280) | internal static InputGestureCollection LoadDefaultGestureFromResource(... method _EnsureCommand (line 435) | private static RoutedUICommand _EnsureCommand(CommandId idCommand) type CommandId (line 463) | private enum CommandId : byte FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/MouseAction.cs type MouseAction (line 22) | [TypeConverter(typeof(MouseActionConverter))] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/MouseActionConverter.cs class MouseActionConverter (line 12) | public class MouseActionConverter : TypeConverter method CanConvertFrom (line 20) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 32) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 53) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 82) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... method IsDefinedMouseAction (line 109) | internal static bool IsDefinedMouseAction(MouseAction mouseAction) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/MouseActionValueSerializer.cs class MouseActionValueSerializer (line 17) | public class MouseActionValueSerializer : ValueSerializer method CanConvertFromString (line 26) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 38) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 49) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 64) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/MouseBinding.cs class MouseBinding (line 24) | public class MouseBinding : InputBinding method MouseBinding (line 37) | public MouseBinding() : base() method MouseBinding (line 46) | internal MouseBinding(ICommand command, MouseAction mouseAction) method MouseBinding (line 56) | public MouseBinding(ICommand command, MouseGesture gesture) : base(com... method OnMouseActionPropertyChanged (line 127) | private static void OnMouseActionPropertyChanged(DependencyObject d, D... method CreateInstanceCore (line 137) | protected override Freezable CreateInstanceCore() method CloneCore (line 142) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 148) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 154) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 160) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method SynchronizePropertiesFromGesture (line 173) | private void SynchronizePropertiesFromGesture(MouseGesture mouseGesture) method SynchronizeGestureFromProperties (line 192) | private void SynchronizeGestureFromProperties(MouseAction mouseAction) method OnMouseGesturePropertyChanged (line 215) | private void OnMouseGesturePropertyChanged(object sender, PropertyChan... method CloneGesture (line 227) | private void CloneGesture() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/MouseGesture.cs class MouseGesture (line 24) | [TypeConverter(typeof(MouseGestureConverter))] method MouseGesture (line 38) | public MouseGesture() // Mouse action method MouseGesture (line 46) | public MouseGesture(MouseAction mouseAction): this(mouseAction, Modifi... method MouseGesture (line 55) | public MouseGesture( MouseAction mouseAction,ModifierKeys modifiers) ... method Matches (line 127) | public override bool Matches(object targetElement, InputEventArgs inpu... method IsDefinedMouseAction (line 139) | internal static bool IsDefinedMouseAction(MouseAction mouseAction) method OnPropertyChanged (line 155) | internal virtual void OnPropertyChanged(string propertyName) method GetMouseAction (line 172) | internal static MouseAction GetMouseAction(InputEventArgs inputArgs) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/MouseGestureConverter.cs class MouseGestureConverter (line 20) | public class MouseGestureConverter : TypeConverter method CanConvertFrom (line 30) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method ConvertFrom (line 50) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method CanConvertTo (line 112) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertTo (line 139) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/MouseGestureValueSerializer.cs class MouseGestureValueSerializer (line 17) | public class MouseGestureValueSerializer : ValueSerializer method CanConvertFromString (line 26) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 38) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 61) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 76) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/NavigationCommands.cs class NavigationCommands (line 15) | public static class NavigationCommands method GetPropertyName (line 163) | private static string GetPropertyName(CommandId commandId) method GetUIText (line 189) | internal static string GetUIText(byte commandId) method LoadDefaultGestureFromResource (line 215) | internal static InputGestureCollection LoadDefaultGestureFromResource(... method _EnsureCommand (line 322) | private static RoutedUICommand _EnsureCommand(CommandId idCommand) type CommandId (line 350) | private enum CommandId : byte FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/RoutedCommand.cs class RoutedCommand (line 13) | [TypeConverter("System.Windows.Input.CommandConverter, PresentationFrame... method RoutedCommand (line 22) | public RoutedCommand() method RoutedCommand (line 34) | public RoutedCommand(string name, Type ownerType) : this(name, ownerTy... method RoutedCommand (line 44) | public RoutedCommand(string name, Type ownerType, InputGestureCollecti... method RoutedCommand (line 66) | internal RoutedCommand(string name, Type ownerType, byte commandId) : ... method Execute (line 79) | void ICommand.Execute(object parameter) method CanExecute (line 89) | bool ICommand.CanExecute(object parameter) method Execute (line 117) | public void Execute(object parameter, IInputElement target) method CanExecute (line 139) | public bool CanExecute(object parameter, IInputElement target) method CriticalCanExecute (line 153) | internal bool CriticalCanExecute(object parameter, IInputElement targe... method GetInputGestures (line 242) | private InputGestureCollection GetInputGestures() method FilterInputElement (line 299) | private static IInputElement FilterInputElement(IInputElement elem) method CanExecuteImpl (line 315) | private bool CanExecuteImpl(object parameter, IInputElement target, bo... method CriticalCanExecuteWrapper (line 342) | private void CriticalCanExecuteWrapper(object parameter, IInputElement... method ExecuteCore (line 361) | internal bool ExecuteCore(object parameter, IInputElement target, bool... method ExecuteImpl (line 371) | private bool ExecuteImpl(object parameter, IInputElement target, bool ... method WritePrivateFlag (line 432) | private void WritePrivateFlag(PrivateFlags bit, bool value) method ReadPrivateFlag (line 444) | private bool ReadPrivateFlag(PrivateFlags bit) type PrivateFlags (line 457) | private enum PrivateFlags : byte FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/RoutedUICommand.cs class RoutedUICommand (line 16) | [TypeConverter("System.Windows.Input.CommandConverter, PresentationFrame... method RoutedUICommand (line 22) | public RoutedUICommand() : base() method RoutedUICommand (line 33) | public RoutedUICommand(string text, string name, Type ownerType) method RoutedUICommand (line 45) | public RoutedUICommand(string text, string name, Type ownerType, Input... method RoutedUICommand (line 58) | internal RoutedUICommand(string name, Type ownerType, byte commandId):... method GetText (line 86) | private string GetText() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Cursor.cs class Cursor (line 15) | [TypeConverter(typeof(CursorConverter))] method Cursor (line 24) | internal Cursor(CursorType cursorType) method Cursor (line 40) | public Cursor(string cursorFile):this(cursorFile, false) method Cursor (line 49) | public Cursor(string cursorFile, bool scaleWithDpi) method Cursor (line 71) | public Cursor(Stream cursorStream):this(cursorStream, false) method Cursor (line 80) | public Cursor(Stream cursorStream, bool scaleWithDpi) method Cursor (line 91) | internal Cursor(SafeHandle cursorHandle ) method Dispose (line 111) | public void Dispose() method Dispose (line 117) | private void Dispose(bool disposing) method LoadFromFile (line 160) | private void LoadFromFile(string fileName) method LegacyLoadFromStream (line 203) | private void LegacyLoadFromStream(Stream cursorStream) method LoadFromStream (line 267) | private void LoadFromStream(Stream cursorStream) method LoadCursorHelper (line 304) | private void LoadCursorHelper(CursorType cursorType) method ToString (line 320) | public override string ToString() method IsValidCursorType (line 331) | private bool IsValidCursorType(CursorType cursorType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/CursorConverter.cs class CursorConverter (line 17) | public class CursorConverter : TypeConverter method CanConvertFrom (line 25) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 40) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method GetStandardValues (line 55) | public override TypeConverter.StandardValuesCollection GetStandardValu... method GetStandardValuesSupported (line 84) | public override bool GetStandardValuesSupported(ITypeDescriptorContext... method ConvertFrom (line 96) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 206) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/CursorType.cs type CursorType (line 9) | public enum CursorType : int FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Cursors.cs class Cursors (line 9) | public static class Cursors method EnsureCursor (line 319) | internal static Cursor EnsureCursor(CursorType cursorType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/DeadCharTextComposition.cs class DeadCharTextComposition (line 15) | internal sealed class DeadCharTextComposition : TextComposition method DeadCharTextComposition (line 25) | internal DeadCharTextComposition(InputManager inputManager, IInputElem... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/DefaultTextStore.cs class DefaultTextStore (line 21) | internal class DefaultTextStore : UnsafeNativeMethods.ITfContextOwner, method DefaultTextStore (line 34) | internal DefaultTextStore(Dispatcher dispatcher) method GetACPFromPoint (line 58) | public void GetACPFromPoint(ref UnsafeNativeMethods.POINT point, Unsaf... method GetTextExt (line 63) | public void GetTextExt(int start, int end, out UnsafeNativeMethods.REC... method GetScreenExt (line 69) | public void GetScreenExt(out UnsafeNativeMethods.RECT rect) method GetStatus (line 74) | public void GetStatus(out UnsafeNativeMethods.TS_STATUS status) method GetWnd (line 79) | public void GetWnd(out IntPtr hwnd) method GetValue (line 84) | public void GetValue(ref Guid guidAttribute, out object varValue) method OnStartComposition (line 100) | public void OnStartComposition(UnsafeNativeMethods.ITfCompositionView ... method OnUpdateComposition (line 106) | public void OnUpdateComposition(UnsafeNativeMethods.ITfCompositionView... method OnEndComposition (line 110) | public void OnEndComposition(UnsafeNativeMethods.ITfCompositionView view) method OnTransitoryExtensionUpdated (line 126) | public void OnTransitoryExtensionUpdated(UnsafeNativeMethods.ITfContex... method StringFromITfRange (line 302) | private string StringFromITfRange(UnsafeNativeMethods.ITfRange range, ... method Register (line 316) | private void Register() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/DefaultTextStoreTextComposition.cs class DefaultTextStoreTextComposition (line 25) | internal class DefaultTextStoreTextComposition : TextComposition method DefaultTextStoreTextComposition (line 36) | internal DefaultTextStoreTextComposition(InputManager inputManager, II... method Complete (line 53) | public override void Complete() method GetTransitoryContext (line 80) | private UnsafeNativeMethods.ITfContext GetTransitoryContext() method GetComposition (line 95) | private UnsafeNativeMethods.ITfCompositionView GetComposition(UnsafeNa... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/FocusChangedEventArgs.cs class KeyboardFocusChangedEventArgs (line 9) | public class KeyboardFocusChangedEventArgs : KeyboardEventArgs method KeyboardFocusChangedEventArgs (line 26) | public KeyboardFocusChangedEventArgs(KeyboardDevice keyboard, int time... method InvokeEventHandler (line 64) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/FocusManager.cs class FocusManager (line 18) | public static class FocusManager method AddGotFocusHandler (line 32) | public static void AddGotFocusHandler(DependencyObject element, Routed... method RemoveGotFocusHandler (line 42) | public static void RemoveGotFocusHandler(DependencyObject element, Rou... method AddLostFocusHandler (line 57) | public static void AddLostFocusHandler(DependencyObject element, Route... method RemoveLostFocusHandler (line 67) | public static void RemoveLostFocusHandler(DependencyObject element, Ro... method GetFocusedElement (line 115) | [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] method GetFocusedElement (line 128) | internal static IInputElement GetFocusedElement(DependencyObject eleme... method SetFocusedElement (line 158) | public static void SetFocusedElement(DependencyObject element, IInputE... method SetIsFocusScope (line 170) | public static void SetIsFocusScope(DependencyObject element, bool value) method GetIsFocusScope (line 181) | public static bool GetIsFocusScope(DependencyObject element) method GetFocusScope (line 192) | public static DependencyObject GetFocusScope(DependencyObject element) method OnFocusedElementChanged (line 204) | private static void OnFocusedElementChanged(DependencyObject d, Depend... method GetRoot (line 305) | private static DependencyObject GetRoot(DependencyObject element) method _GetFocusScope (line 327) | private static DependencyObject _GetFocusScope(DependencyObject d) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/IAvalonAdapter.cs type IAvalonAdapter (line 16) | internal interface IAvalonAdapter method OnNoMoreTabStops (line 18) | bool OnNoMoreTabStops(TraversalRequest request, ref bool ShouldCycle); class AvalonAdapterImpl (line 24) | internal class AvalonAdapterImpl : IAvalonAdapter method OnNoMoreTabStops (line 26) | bool IAvalonAdapter.OnNoMoreTabStops(TraversalRequest request, ref boo... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/IInputLanguageSource.cs type IInputLanguageSource (line 20) | public interface IInputLanguageSource method Initialize (line 25) | void Initialize(); method Uninitialize (line 30) | void Uninitialize(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/IInputProvider.cs type IInputProvider (line 11) | internal interface IInputProvider method ProvidesInputForRootVisual (line 17) | bool ProvidesInputForRootVisual(Visual v); method NotifyDeactivate (line 24) | void NotifyDeactivate(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/IKeyboardInputProvider.cs type IKeyboardInputProvider (line 9) | internal interface IKeyboardInputProvider : IInputProvider method AcquireFocus (line 14) | bool AcquireFocus(bool checkOnly); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/IManipulator.cs type IManipulator (line 12) | public interface IManipulator method GetPosition (line 33) | Point GetPosition(IInputElement relativeTo); method ManipulationEnded (line 48) | void ManipulationEnded(bool cancel); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/IMouseInputProvider.cs type IMouseInputProvider (line 9) | internal interface IMouseInputProvider : IInputProvider method SetCursor (line 20) | bool SetCursor(Cursor cursor); method CaptureMouse (line 28) | bool CaptureMouse(); method ReleaseMouseCapture (line 33) | void ReleaseMouseCapture(); method GetIntermediatePoints (line 41) | int GetIntermediatePoints(IInputElement relativeTo, Point[] points); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/InertiaExpansionBehavior.cs class InertiaExpansionBehavior (line 14) | public class InertiaExpansionBehavior method InertiaExpansionBehavior (line 19) | public InertiaExpansionBehavior() method InertiaExpansionBehavior (line 26) | internal InertiaExpansionBehavior(Vector initialVelocity) method CanUseForInertia (line 89) | internal bool CanUseForInertia() method ApplyParameters (line 94) | internal static void ApplyParameters(InertiaExpansionBehavior behavior... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/InertiaRotationBehavior.cs class InertiaRotationBehavior (line 14) | public class InertiaRotationBehavior method InertiaRotationBehavior (line 19) | public InertiaRotationBehavior() method InertiaRotationBehavior (line 26) | internal InertiaRotationBehavior(double initialVelocity) method CanUseForInertia (line 84) | internal bool CanUseForInertia() method ApplyParameters (line 89) | internal static void ApplyParameters(InertiaRotationBehavior behavior,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/InertiaTranslationBehavior.cs class InertiaTranslationBehavior (line 14) | public class InertiaTranslationBehavior method InertiaTranslationBehavior (line 19) | public InertiaTranslationBehavior() method InertiaTranslationBehavior (line 26) | internal InertiaTranslationBehavior(Vector initialVelocity) method CanUseForInertia (line 84) | internal bool CanUseForInertia() method ApplyParameters (line 89) | internal static void ApplyParameters(InertiaTranslationBehavior behavi... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/InputDevice.cs class InputDevice (line 12) | public abstract class InputDevice : DispatcherObject method InputDevice (line 17) | protected InputDevice() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/InputElement.cs class InputElement (line 12) | internal static class InputElement method IsValid (line 15) | internal static bool IsValid(IInputElement e) method IsValid (line 21) | internal static bool IsValid(DependencyObject o) method GetContainingUIElement (line 28) | internal static DependencyObject GetContainingUIElement(DependencyObje... method GetContainingUIElement (line 80) | internal static DependencyObject GetContainingUIElement(DependencyObje... method GetContainingInputElement (line 88) | internal static IInputElement GetContainingInputElement(DependencyObje... method GetContainingInputElement (line 129) | internal static IInputElement GetContainingInputElement(DependencyObje... method GetContainingVisual (line 135) | internal static DependencyObject GetContainingVisual(DependencyObject o) method GetRootVisual (line 180) | internal static DependencyObject GetRootVisual(DependencyObject o) method GetRootVisual (line 185) | internal static DependencyObject GetRootVisual(DependencyObject o, boo... method TranslatePoint (line 208) | internal static Point TranslatePoint(Point pt, DependencyObject from, ... method TranslatePoint (line 214) | internal static Point TranslatePoint(Point pt, DependencyObject from, ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/InputEventArgs.cs class InputEventArgs (line 11) | public class InputEventArgs : RoutedEventArgs method InputEventArgs (line 22) | public InputEventArgs(InputDevice inputDevice, int timestamp) method InvokeEventHandler (line 59) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/InputLanguageEventArgs.cs class InputLanguageEventArgs (line 13) | public abstract class InputLanguageEventArgs : EventArgs method InputLanguageEventArgs (line 30) | protected InputLanguageEventArgs(CultureInfo newLanguageId, CultureInf... class InputLanguageChangedEventArgs (line 77) | public class InputLanguageChangedEventArgs : InputLanguageEventArgs method InputLanguageChangedEventArgs (line 94) | public InputLanguageChangedEventArgs(CultureInfo newLanguageId, Cultur... class InputLanguageChangingEventArgs (line 105) | public class InputLanguageChangingEventArgs : InputLanguageEventArgs method InputLanguageChangingEventArgs (line 122) | public InputLanguageChangingEventArgs(CultureInfo newLanguageId, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/InputLanguageManager.cs class InputLanguageManager (line 16) | public sealed class InputLanguageManager : DispatcherObject method SetInputLanguage (line 35) | public static void SetInputLanguage(DependencyObject target, CultureIn... method GetInputLanguage (line 45) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetRestoreInputLanguage (line 72) | public static void SetRestoreInputLanguage(DependencyObject target, bo... method GetRestoreInputLanguage (line 82) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method InputLanguageManager (line 97) | private InputLanguageManager() method RegisterInputLanguageSource (line 118) | public void RegisterInputLanguageSource(IInputLanguageSource inputLang... method ReportInputLanguageChanged (line 141) | public void ReportInputLanguageChanged( method ReportInputLanguageChanging (line 177) | public bool ReportInputLanguageChanging( method Focus (line 366) | internal void Focus(DependencyObject focus, DependencyObject focused) method SetSourceCurrentLanguageId (line 455) | private void SetSourceCurrentLanguageId(CultureInfo languageId) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/InputLanguageProfileNotifySink.cs class InputLanguageProfileNotifySink (line 24) | internal class InputLanguageProfileNotifySink : UnsafeNativeMethods.ITfL... method InputLanguageProfileNotifySink (line 32) | internal InputLanguageProfileNotifySink(InputLanguageSource target) method OnLanguageChange (line 46) | public void OnLanguageChange(short langid, out bool accept) method OnLanguageChanged (line 54) | public void OnLanguageChanged() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/InputLanguageSource.cs method InputLanguageSource (line 38) | internal InputLanguageSource(InputLanguageManager inputlanguagemanager) method Dispose (line 64) | public void Dispose() method Initialize (line 74) | public void Initialize() method Uninitialize (line 83) | public void Uninitialize() method OnLanguageChange (line 137) | internal bool OnLanguageChange(short langid) method OnLanguageChanged (line 154) | internal void OnLanguageChanged() method EnsureInputProcessorProfile (line 179) | private void EnsureInputProcessorProfile() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/InputManager.cs class InputManager (line 16) | public sealed class InputManager : DispatcherObject method GetCurrentInputManagerImpl (line 119) | private static InputManager GetCurrentInputManagerImpl() method InputManager (line 135) | private InputManager() method RaiseTranslateAccelerator (line 211) | internal void RaiseTranslateAccelerator(KeyEventArgs e) method RegisterInputProvider (line 225) | internal InputProviderSite RegisterInputProvider(IInputProvider inputP... method UnregisterInputProvider (line 237) | internal void UnregisterInputProvider(IInputProvider inputProvider) method PushMenuMode (line 325) | public void PushMenuMode(PresentationSource menuSite) method PopMenuMode (line 346) | public void PopMenuMode(PresentationSource menuSite) method NotifyHitTestInvalidated (line 398) | internal void NotifyHitTestInvalidated() method SafeCurrentNotifyHitTestInvalidated (line 434) | internal static void SafeCurrentNotifyHitTestInvalidated() method HitTestInvalidatedAsyncCallback (line 439) | private object HitTestInvalidatedAsyncCallback(object arg) method OnLayoutUpdated (line 450) | private void OnLayoutUpdated(object sender, EventArgs e) method InvalidateInputDevices (line 459) | internal void InvalidateInputDevices() method ValidateInputDevices (line 481) | private void ValidateInputDevices(object sender, EventArgs e) method ProcessInput (line 506) | public bool ProcessInput(InputEventArgs input) method PushInput (line 529) | internal StagingAreaInputItem PushInput(StagingAreaInputItem inputItem) method PushInput (line 535) | internal StagingAreaInputItem PushInput(InputEventArgs input, StagingA... method PushMarker (line 543) | internal StagingAreaInputItem PushMarker() method PopInput (line 550) | internal StagingAreaInputItem PopInput() method PeekInput (line 563) | internal StagingAreaInputItem PeekInput() method ContinueProcessingStagingArea (line 575) | internal object ContinueProcessingStagingArea(object unused) method StartListeningSynchronizedInput (line 597) | internal static bool StartListeningSynchronizedInput(DependencyObject ... method CancelSynchronizedInput (line 619) | internal static void CancelSynchronizedInput() method ProcessStagingArea (line 634) | private bool ProcessStagingArea() method RaiseProcessInputEventHandlers (line 881) | private void RaiseProcessInputEventHandlers(Tuple GetManipulatorsReadOnly() method OnManipulatorUpdated (line 215) | internal void OnManipulatorUpdated(object sender, EventArgs e) method GetTransformedManipulatorPosition (line 226) | internal Point GetTransformedManipulatorPosition(Point point) method ResumeAllTicking (line 239) | private static void ResumeAllTicking() method StartTicking (line 255) | private void StartTicking() method StopTicking (line 265) | private void StopTicking() method SubscribeToLayoutUpdate (line 275) | private void SubscribeToLayoutUpdate() method UnsubscribeFromLayoutUpdate (line 280) | private void UnsubscribeFromLayoutUpdate() method OnContainerLayoutUpdated (line 285) | private void OnContainerLayoutUpdated(object sender, EventArgs e) method OnRendering (line 290) | private void OnRendering(object sender, EventArgs e) method ReportFrame (line 305) | private void ReportFrame() method PostProcessInput (line 323) | private void PostProcessInput(object sender, ProcessInputEventArgs e) method OnManipulationCancel (line 435) | private void OnManipulationCancel() method OnManipulationComplete (line 459) | private void OnManipulationComplete() method SetManipulationParameters (line 474) | internal void SetManipulationParameters(ManipulationParameters2D param... method CompleteManipulation (line 482) | internal void CompleteManipulation(bool withInertia) method ProcessManipulationInput (line 491) | internal void ProcessManipulationInput(InputEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/ManipulationInertiaStartingEventArgs.cs class ManipulationInertiaStartingEventArgs (line 15) | public sealed class ManipulationInertiaStartingEventArgs : InputEventArgs method ManipulationInertiaStartingEventArgs (line 20) | internal ManipulationInertiaStartingEventArgs( method InvokeEventHandler (line 42) | protected override void InvokeEventHandler(Delegate genericHandler, ob... method Cancel (line 153) | public bool Cancel() method SetInertiaParameter (line 191) | [Browsable(false)] method CanBeginInertia (line 204) | internal bool CanBeginInertia() method ApplyParameters (line 229) | internal void ApplyParameters(InertiaProcessor2D processor) method IsBehaviorSet (line 249) | private bool IsBehaviorSet(Behaviors behavior) method SetBehavior (line 254) | private void SetBehavior(Behaviors behavior) type Behaviors (line 267) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/ManipulationLogic.cs class ManipulationLogic (line 18) | internal sealed class ManipulationLogic method ManipulationLogic (line 23) | internal ManipulationLogic(ManipulationDevice manipulationDevice) method OnManipulationStarted (line 31) | private void OnManipulationStarted(object sender, Manipulation2DStarte... method OnManipulationDelta (line 43) | private void OnManipulationDelta(object sender, Manipulation2DDeltaEve... method OnManipulationCompleted (line 61) | private void OnManipulationCompleted(object sender, Manipulation2DComp... method OnInertiaCompleted (line 95) | private void OnInertiaCompleted(object sender, Manipulation2DCompleted... method RaiseManipulationCompleted (line 129) | private void RaiseManipulationCompleted(ManipulationCompletedEventArgs e) method OnCompleted (line 137) | internal void OnCompleted() method ConvertCompletedArguments (line 146) | private ManipulationCompletedEventArgs ConvertCompletedArguments(Manip... method ConvertDelta (line 158) | private static ManipulationDelta ConvertDelta(ManipulationDelta2D delt... method ConvertVelocities (line 178) | private static ManipulationVelocities ConvertVelocities(ManipulationVe... method Complete (line 193) | internal void Complete(bool withInertia) method GetManipulationCompletedArguments (line 219) | private ManipulationCompletedEventArgs GetManipulationCompletedArgumen... method BeginInertia (line 235) | internal void BeginInertia(ManipulationInertiaStartingEventArgs e) method GetCurrentTimestamp (line 262) | internal static Int64 GetCurrentTimestamp() method OnInertiaTick (line 268) | private void OnInertiaTick(object sender, EventArgs e) method ClearTimer (line 286) | private void ClearTimer() method PushEvent (line 295) | private void PushEvent(InputEventArgs e) method PushEventsToDevice (line 305) | internal void PushEventsToDevice() method RaiseBoundaryFeedback (line 319) | internal void RaiseBoundaryFeedback(ManipulationDelta unusedManipulati... method ReportFrame (line 351) | internal void ReportFrame(ICollection manipulators) method RaiseStarting (line 412) | private ManipulationStartingEventArgs RaiseStarting() method ConvertMode (line 447) | private static Manipulations2D ConvertMode(ManipulationModes mode) method ConvertPivot (line 484) | private static ManipulationPivot2D ConvertPivot(ManipulationPivot pivot) method SetManipulationParameters (line 500) | internal void SetManipulationParameters(ManipulationParameters2D param... method UpdateManipulators (line 505) | private void UpdateManipulators(ICollection updatedManip... method SetContainer (line 549) | private void SetContainer(IInputElement newContainer) method SubscribeToLayoutUpdated (line 605) | private void SubscribeToLayoutUpdated() method UnsubscribeFromLayoutUpdated (line 611) | private void UnsubscribeFromLayoutUpdated() method OnLayoutUpdated (line 623) | private void OnLayoutUpdated(object sender, EventArgs e) method UpdateCachedPositionAndSize (line 634) | private bool UpdateCachedPositionAndSize() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/ManipulationModes.cs type ManipulationModes (line 12) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/ManipulationPivot.cs class ManipulationPivot (line 12) | public class ManipulationPivot method ManipulationPivot (line 17) | public ManipulationPivot() method ManipulationPivot (line 24) | public ManipulationPivot(Point center, double radius) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/ManipulationStartedEventArgs.cs class ManipulationStartedEventArgs (line 12) | public sealed class ManipulationStartedEventArgs : InputEventArgs method ManipulationStartedEventArgs (line 17) | internal ManipulationStartedEventArgs( method InvokeEventHandler (line 33) | protected override void InvokeEventHandler(Delegate genericHandler, ob... method Complete (line 70) | public void Complete() method Cancel (line 80) | public bool Cancel() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/ManipulationStartingEventArgs.cs class ManipulationStartingEventArgs (line 13) | public sealed class ManipulationStartingEventArgs : InputEventArgs method ManipulationStartingEventArgs (line 15) | internal ManipulationStartingEventArgs( method Cancel (line 74) | public bool Cancel() method InvokeEventHandler (line 107) | protected override void InvokeEventHandler(Delegate genericHandler, ob... method SetManipulationParameter (line 123) | [Browsable(false)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/ManipulationVelocities.cs class ManipulationVelocities (line 12) | public class ManipulationVelocities method ManipulationVelocities (line 17) | public ManipulationVelocities(Vector linearVelocity, double angularVel... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Mouse.cs class Mouse (line 14) | public static class Mouse method AddPreviewMouseMoveHandler (line 26) | public static void AddPreviewMouseMoveHandler(DependencyObject element... method RemovePreviewMouseMoveHandler (line 36) | public static void RemovePreviewMouseMoveHandler(DependencyObject elem... method AddMouseMoveHandler (line 51) | public static void AddMouseMoveHandler(DependencyObject element, Mouse... method RemoveMouseMoveHandler (line 61) | public static void RemoveMouseMoveHandler(DependencyObject element, Mo... method AddPreviewMouseDownOutsideCapturedElementHandler (line 76) | public static void AddPreviewMouseDownOutsideCapturedElementHandler(De... method RemovePreviewMouseDownOutsideCapturedElementHandler (line 86) | public static void RemovePreviewMouseDownOutsideCapturedElementHandler... method AddPreviewMouseUpOutsideCapturedElementHandler (line 101) | public static void AddPreviewMouseUpOutsideCapturedElementHandler(Depe... method RemovePreviewMouseUpOutsideCapturedElementHandler (line 111) | public static void RemovePreviewMouseUpOutsideCapturedElementHandler(D... method AddPreviewMouseDownHandler (line 126) | public static void AddPreviewMouseDownHandler(DependencyObject element... method RemovePreviewMouseDownHandler (line 136) | public static void RemovePreviewMouseDownHandler(DependencyObject elem... method AddMouseDownHandler (line 151) | public static void AddMouseDownHandler(DependencyObject element, Mouse... method RemoveMouseDownHandler (line 161) | public static void RemoveMouseDownHandler(DependencyObject element, Mo... method AddPreviewMouseUpHandler (line 176) | public static void AddPreviewMouseUpHandler(DependencyObject element, ... method RemovePreviewMouseUpHandler (line 186) | public static void RemovePreviewMouseUpHandler(DependencyObject elemen... method AddMouseUpHandler (line 201) | public static void AddMouseUpHandler(DependencyObject element, MouseBu... method RemoveMouseUpHandler (line 211) | public static void RemoveMouseUpHandler(DependencyObject element, Mous... method AddPreviewMouseWheelHandler (line 226) | public static void AddPreviewMouseWheelHandler(DependencyObject elemen... method RemovePreviewMouseWheelHandler (line 236) | public static void RemovePreviewMouseWheelHandler(DependencyObject ele... method AddMouseWheelHandler (line 251) | public static void AddMouseWheelHandler(DependencyObject element, Mous... method RemoveMouseWheelHandler (line 261) | public static void RemoveMouseWheelHandler(DependencyObject element, M... method AddMouseEnterHandler (line 276) | public static void AddMouseEnterHandler(DependencyObject element, Mous... method RemoveMouseEnterHandler (line 286) | public static void RemoveMouseEnterHandler(DependencyObject element, M... method AddMouseLeaveHandler (line 301) | public static void AddMouseLeaveHandler(DependencyObject element, Mous... method RemoveMouseLeaveHandler (line 311) | public static void RemoveMouseLeaveHandler(DependencyObject element, M... method AddGotMouseCaptureHandler (line 326) | public static void AddGotMouseCaptureHandler(DependencyObject element,... method RemoveGotMouseCaptureHandler (line 336) | public static void RemoveGotMouseCaptureHandler(DependencyObject eleme... method AddLostMouseCaptureHandler (line 351) | public static void AddLostMouseCaptureHandler(DependencyObject element... method RemoveLostMouseCaptureHandler (line 361) | public static void RemoveLostMouseCaptureHandler(DependencyObject elem... method AddQueryCursorHandler (line 376) | public static void AddQueryCursorHandler(DependencyObject element, Que... method RemoveQueryCursorHandler (line 386) | public static void RemoveQueryCursorHandler(DependencyObject element, ... method Capture (line 433) | public static bool Capture(IInputElement element) method Capture (line 447) | public static bool Capture(IInputElement element, CaptureMode captureM... method GetIntermediatePoints (line 461) | public static int GetIntermediatePoints(IInputElement relativeTo, Poin... method SetCursor (line 504) | public static bool SetCursor(Cursor cursor) method GetPosition (line 568) | public static Point GetPosition(IInputElement relativeTo) method Synchronize (line 576) | public static void Synchronize() method UpdateCursor (line 584) | public static void UpdateCursor() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/MouseButton.cs type MouseButton (line 13) | public enum MouseButton class MouseButtonUtilities (line 44) | internal sealed class MouseButtonUtilities method MouseButtonUtilities (line 53) | private MouseButtonUtilities() method Validate (line 64) | internal static void Validate(MouseButton button) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/MouseButtonEventArgs.cs class MouseButtonEventArgs (line 9) | public class MouseButtonEventArgs : MouseEventArgs method MouseButtonEventArgs (line 23) | public MouseButtonEventArgs(MouseDevice mouse, method MouseButtonEventArgs (line 48) | public MouseButtonEventArgs(MouseDevice mouse, method InvokeEventHandler (line 122) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/MouseButtonState.cs type MouseButtonState (line 11) | public enum MouseButtonState FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/MouseDevice.cs class MouseDevice (line 24) | public abstract class MouseDevice : InputDevice method MouseDevice (line 26) | internal MouseDevice(InputManager inputManager) method GetButtonState (line 66) | protected MouseButtonState GetButtonState(MouseButton mouseButton) method GetScreenPosition (line 81) | protected Point GetScreenPosition() method GetButtonStateFromSystem (line 98) | internal abstract MouseButtonState GetButtonStateFromSystem(MouseButto... method GetScreenPositionFromSystem (line 106) | internal Point GetScreenPositionFromSystem() method GetClientPosition (line 140) | protected Point GetClientPosition() method GetClientPosition (line 166) | protected Point GetClientPosition(PresentationSource presentationSource) method Capture (line 267) | public bool Capture(IInputElement element) method Capture (line 275) | public bool Capture(IInputElement element, CaptureMode captureMode) method FindMouseInputProviderForCursor (line 403) | private IMouseInputProvider FindMouseInputProviderForCursor( ) method SetCursor (line 456) | public bool SetCursor(Cursor cursor) method GetPosition (line 539) | public Point GetPosition(IInputElement relativeTo) method ReevaluateMouseOver (line 598) | internal void ReevaluateMouseOver(DependencyObject element, Dependency... method ReevaluateMouseOverAsync (line 636) | private object ReevaluateMouseOverAsync(object arg) method ReevaluateCapture (line 658) | internal void ReevaluateCapture(DependencyObject element, DependencyOb... method ReevaluateCaptureAsync (line 688) | private object ReevaluateCaptureAsync(object arg) method ValidateUIElementForCapture (line 748) | private bool ValidateUIElementForCapture(UIElement element) method ValidateUIElement3DForCapture (line 762) | private bool ValidateUIElement3DForCapture(UIElement3D element) method ValidateContentElementForCapture (line 777) | private bool ValidateContentElementForCapture(ContentElement element) method ValidateVisualForCapture (line 787) | private bool ValidateVisualForCapture(DependencyObject visual) method OnOverIsEnabledChanged (line 803) | private void OnOverIsEnabledChanged(object sender, DependencyPropertyC... method OnOverIsVisibleChanged (line 813) | private void OnOverIsVisibleChanged(object sender, DependencyPropertyC... method OnOverIsHitTestVisibleChanged (line 823) | private void OnOverIsHitTestVisibleChanged(object sender, DependencyPr... method OnCaptureIsEnabledChanged (line 833) | private void OnCaptureIsEnabledChanged(object sender, DependencyProper... method OnCaptureIsVisibleChanged (line 843) | private void OnCaptureIsVisibleChanged(object sender, DependencyProper... method OnCaptureIsHitTestVisibleChanged (line 853) | private void OnCaptureIsHitTestVisibleChanged(object sender, Dependenc... method OnHitTestInvalidatedAsync (line 863) | private void OnHitTestInvalidatedAsync(object sender, EventArgs e) method Synchronize (line 872) | public void Synchronize() method UpdateCursor (line 917) | public void UpdateCursor() method UpdateCursorPrivate (line 930) | private bool UpdateCursorPrivate() method ChangeMouseOver (line 943) | private void ChangeMouseOver(IInputElement mouseOver, int timestamp) method ChangeMouseCapture (line 1028) | private void ChangeMouseCapture(IInputElement mouseCapture, IMouseInpu... method PreProcessInput (line 1148) | private void PreProcessInput(object sender, PreProcessInputEventArgs e) method PushActivateInputReport (line 1361) | internal static void PushActivateInputReport(PreProcessInputEventArgs ... method PreNotifyInput (line 1383) | private void PreNotifyInput(object sender, NotifyInputEventArgs e) method ArePointsClose (line 1811) | private bool ArePointsClose(Point A, Point B) method PostProcessInput (line 1816) | private void PostProcessInput(object sender, ProcessInputEventArgs e) method GetNonRedundantActions (line 2061) | private RawMouseActions GetNonRedundantActions(NotifyInputEventArgs e) method GlobalHitTest (line 2076) | internal static IInputElement GlobalHitTest(bool clientUnits, Point pt... method GlobalHitTest (line 2085) | internal static IInputElement GlobalHitTest(Point ptClient, Presentati... method GlobalHitTest (line 2093) | private static void GlobalHitTest(bool clientUnits, Point pt, Presenta... method LocalHitTest (line 2131) | internal static IInputElement LocalHitTest(bool clientUnits, Point pt,... method LocalHitTest (line 2140) | internal static IInputElement LocalHitTest(Point ptClient, Presentatio... method LocalHitTest (line 2147) | private static void LocalHitTest(bool clientUnits, Point pt, Presentat... method IsSameSpot (line 2164) | internal bool IsSameSpot(Point newPosition, StylusDevice stylusDevice) method CalculateClickCount (line 2174) | internal int CalculateClickCount(MouseButton button, int timeStamp, St... method GetStylusDevice (line 2227) | private StylusDevice GetStylusDevice(StagingAreaInputItem stagingItem) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/MouseEventArgs.cs class MouseEventArgs (line 10) | public class MouseEventArgs : InputEventArgs method MouseEventArgs (line 21) | public MouseEventArgs(MouseDevice mouse, int timestamp) : base(mouse, ... method MouseEventArgs (line 39) | public MouseEventArgs(MouseDevice mouse, int timestamp, StylusDevice s... method GetPosition (line 66) | public Point GetPosition(IInputElement relativeTo) method InvokeEventHandler (line 136) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/MouseWheelEventArgs.cs class MouseWheelEventArgs (line 9) | public class MouseWheelEventArgs : MouseEventArgs method MouseWheelEventArgs (line 23) | public MouseWheelEventArgs(MouseDevice mouse, int timestamp, int delta... method InvokeEventHandler (line 46) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/NotifyInputEventArgs.cs class NotifyInputEventArgs (line 16) | public class NotifyInputEventArgs : EventArgs method NotifyInputEventArgs (line 19) | internal NotifyInputEventArgs() {} method Reset (line 21) | internal virtual void Reset(StagingAreaInputItem input, InputManager i... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/PreProcessInputEventArgs.cs class PreProcessInputEventArgs (line 18) | public sealed class PreProcessInputEventArgs : ProcessInputEventArgs method PreProcessInputEventArgs (line 21) | internal PreProcessInputEventArgs() {} method Reset (line 23) | internal override void Reset(StagingAreaInputItem input, InputManager ... method Cancel (line 32) | public void Cancel() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/ProcessInputEventArgs.cs class ProcessInputEventArgs (line 21) | public class ProcessInputEventArgs : NotifyInputEventArgs method ProcessInputEventArgs (line 24) | internal ProcessInputEventArgs() {} method Reset (line 26) | internal override void Reset(StagingAreaInputItem input, InputManager ... method PushInput (line 45) | public StagingAreaInputItem PushInput(InputEventArgs input, method PushInput (line 66) | public StagingAreaInputItem PushInput(StagingAreaInputItem input) method PopInput (line 83) | public StagingAreaInputItem PopInput() method PeekInput (line 101) | public StagingAreaInputItem PeekInput() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/QueryCursorEventArgs.cs class QueryCursorEventArgs (line 9) | public class QueryCursorEventArgs : MouseEventArgs method QueryCursorEventArgs (line 20) | public QueryCursorEventArgs(MouseDevice mouse, int timestamp) : base(m... method QueryCursorEventArgs (line 36) | public QueryCursorEventArgs(MouseDevice mouse, int timestamp, StylusDe... method InvokeEventHandler (line 59) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/RawAppCommandInputReport.cs class RawAppCommandInputReport (line 21) | internal class RawAppCommandInputReport : InputReport method RawAppCommandInputReport (line 42) | internal RawAppCommandInputReport( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/RawKeyboardActions.cs type RawKeyboardActions (line 12) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/RawKeyboardInputReport.cs class RawKeyboardInputReport (line 15) | internal class RawKeyboardInputReport : InputReport method RawKeyboardInputReport (line 47) | public RawKeyboardInputReport( method IsValidRawKeyboardActions (line 101) | internal static bool IsValidRawKeyboardActions(RawKeyboardActions acti... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/RawMouseActions.cs type RawMouseActions (line 12) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/RawMouseInputReport.cs class RawMouseInputReport (line 15) | internal class RawMouseInputReport : InputReport method RawMouseInputReport (line 44) | public RawMouseInputReport( method IsValidRawMouseActions (line 92) | internal static bool IsValidRawMouseActions(RawMouseActions actions) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/RawTextInputReport.cs class RawTextInputReport (line 15) | internal class RawTextInputReport : InputReport method RawTextInputReport (line 41) | public RawTextInputReport( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/RawUIStateActions.cs type RawUIStateActions (line 9) | internal enum RawUIStateActions FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/RawUIStateInputReport.cs class RawUIStateInputReport (line 10) | internal class RawUIStateInputReport : InputReport method RawUIStateInputReport (line 30) | public RawUIStateInputReport( method IsValidRawUIStateAction (line 57) | internal static bool IsValidRawUIStateAction(RawUIStateActions action) method IsValidRawUIStateTargets (line 65) | internal static bool IsValidRawUIStateTargets(RawUIStateTargets targets) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/RawUIStateTargets.cs type RawUIStateTargets (line 12) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/RestoreFocusMode.cs type RestoreFocusMode (line 9) | public enum RestoreFocusMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/StagingAreaInputItem.cs class StagingAreaInputItem (line 16) | public class StagingAreaInputItem method StagingAreaInputItem (line 19) | internal StagingAreaInputItem(bool isMarker) method Reset (line 26) | internal void Reset(InputEventArgs input, StagingAreaInputItem promote) method GetData (line 65) | public object GetData(object key) method SetData (line 80) | public void SetData(object key, object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/DynamicRenderer.cs class DynamicRenderer (line 20) | public class DynamicRenderer : StylusPlugIn class StrokeInfo (line 24) | private class StrokeInfo method StrokeInfo (line 39) | public StrokeInfo(DrawingAttributes drawingAttributes, int stylusDev... method IsTimestampWithin (line 120) | public bool IsTimestampWithin(int timestamp) method IsTimestampAfter (line 143) | public bool IsTimestampAfter(int timestamp) class DynamicRendererHostVisual (line 172) | private class DynamicRendererHostVisual : HostVisual method AddStrokeInfoRef (line 182) | internal void AddStrokeInfoRef(StrokeInfo si) method RemoveStrokeInfoRef (line 186) | internal void RemoveStrokeInfoRef(StrokeInfo si) method DynamicRenderer (line 215) | public DynamicRenderer() : base() method Reset (line 230) | public virtual void Reset(StylusDevice stylusDevice, StylusPointCollec... method OnAdded (line 297) | protected override void OnAdded() method OnRemoved (line 314) | protected override void OnRemoved() method OnIsActiveForInputChanged (line 325) | protected override void OnIsActiveForInputChanged() method OnStylusEnter (line 344) | protected override void OnStylusEnter(RawStylusInput rawStylusInput, b... method OnStylusLeave (line 353) | protected override void OnStylusLeave(RawStylusInput rawStylusInput, b... method HandleStylusEnterLeave (line 358) | private void HandleStylusEnterLeave(RawStylusInput rawStylusInput, boo... method OnEnabledChanged (line 384) | protected override void OnEnabledChanged() method OnStylusDown (line 398) | protected override void OnStylusDown(RawStylusInput rawStylusInput) method OnStylusMove (line 429) | protected override void OnStylusMove(RawStylusInput rawStylusInput) method OnStylusUp (line 455) | protected override void OnStylusUp(RawStylusInput rawStylusInput) method IsStylusUp (line 475) | private bool IsStylusUp(int stylusId) method OnRenderComplete (line 496) | private void OnRenderComplete() method RemoveDynamicRendererVisualAndNotifyWhenDone (line 518) | private void RemoveDynamicRendererVisualAndNotifyWhenDone(StrokeInfo si) method NotifyAppOfDRThreadRenderComplete (line 565) | private void NotifyAppOfDRThreadRenderComplete(StrokeInfo si) method OnDRThreadRenderComplete (line 597) | private void OnDRThreadRenderComplete(object sender, EventArgs e) method OnStylusDownProcessed (line 649) | protected override void OnStylusDownProcessed(object callbackData, boo... method OnStylusUpProcessed (line 667) | protected override void OnStylusUpProcessed(object callbackData, bool ... method OnInternalRenderComplete (line 678) | private void OnInternalRenderComplete(object sender, EventArgs e) method NotifyOnNextRenderComplete (line 697) | private void NotifyOnNextRenderComplete() method OnDraw (line 723) | protected virtual void OnDraw( DrawingContext drawingContext, method OnDrawingAttributesReplaced (line 736) | protected virtual void OnDrawingAttributesReplaced() method GetDispatcher (line 745) | protected Dispatcher GetDispatcher() method RenderPackets (line 752) | private void RenderPackets(StylusPointCollection stylusPoints, Stroke... method AbortAllStrokes (line 871) | private void AbortAllStrokes() method TransitionStrokeVisuals (line 904) | private void TransitionStrokeVisuals(StrokeInfo si, bool abortStroke) method GetCurrentHostVisual (line 957) | private DynamicRendererHostVisual GetCurrentHostVisual() method TransitionComplete (line 991) | private void TransitionComplete(StrokeInfo si, Dispatcher applicationD... method RemoveStrokeInfo (line 1003) | private void RemoveStrokeInfo(StrokeInfo si) method FindStrokeInfo (line 1011) | private StrokeInfo FindStrokeInfo(int timestamp) method CreateInkingVisuals (line 1051) | private void CreateInkingVisuals() method CreateRealTimeVisuals (line 1074) | private void CreateRealTimeVisuals() method DestroyRealTimeVisuals (line 1120) | private void DestroyRealTimeVisuals() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/DynamicRendererThreadManager.cs class DispatcherShutdownStartedEventManager (line 23) | internal sealed class DispatcherShutdownStartedEventManager : WeakEventM... method DispatcherShutdownStartedEventManager (line 31) | private DispatcherShutdownStartedEventManager() method AddListener (line 46) | public static void AddListener(Dispatcher source, IWeakEventListener l... method StartListening (line 66) | protected override void StartListening(object source) method StopListening (line 75) | protected override void StopListening(object source) method OnShutdownStarted (line 119) | private void OnShutdownStarted(object sender, EventArgs args) class DynamicRendererThreadManager (line 133) | internal class DynamicRendererThreadManager : IWeakEventListener, IDispo... method GetCurrentThreadInstance (line 138) | internal static DynamicRendererThreadManager GetCurrentThreadInstance() method DynamicRendererThreadManager (line 155) | private DynamicRendererThreadManager() method Dispose (line 178) | public void Dispose() method ReceiveWeakEvent (line 190) | bool IWeakEventListener.ReceiveWeakEvent(Type managerType, object send... method OnAppDispatcherShutdown (line 212) | private void OnAppDispatcherShutdown(object sender, EventArgs e) method Dispose (line 233) | private void Dispose(bool disposing) class DynamicRendererThreadManagerWorker (line 278) | private class DynamicRendererThreadManagerWorker method DynamicRendererThreadManagerWorker (line 286) | internal DynamicRendererThreadManagerWorker() method StartUpAndReturnDispatcher (line 290) | internal Dispatcher StartUpAndReturnDispatcher() method InkingThreadProc (line 305) | public void InkingThreadProc() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/MultiTouchSystemGestureLogic.cs class MultiTouchSystemGestureLogic (line 12) | internal class MultiTouchSystemGestureLogic method MultiTouchSystemGestureLogic (line 14) | internal MultiTouchSystemGestureLogic() method GenerateStaticGesture (line 25) | internal SystemGesture? GenerateStaticGesture(RawStylusInputReport sty... method OnTouchDown (line 54) | private void OnTouchDown(RawStylusInputReport stylusInputReport) method OnTouchUp (line 78) | private SystemGesture? OnTouchUp(RawStylusInputReport stylusInputReport) method OnSystemGesture (line 137) | private void OnSystemGesture(RawStylusSystemGestureInputReport stylusI... method Reset (line 170) | private void Reset() method IsTrackedStylusId (line 178) | private bool IsTrackedStylusId(int id) method IsTwoFingerTap (line 183) | private bool IsTwoFingerTap() method IsRollover (line 192) | private bool IsRollover() type State (line 211) | private enum State FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/RawStylusActions.cs type RawStylusActions (line 12) | [Flags] class RawStylusActionsHelper (line 70) | internal static class RawStylusActionsHelper method IsValid (line 84) | internal static bool IsValid(RawStylusActions action) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/RawStylusInput.cs class RawStylusInput (line 12) | public class RawStylusInput method RawStylusInput (line 21) | internal RawStylusInput( method GetStylusPoints (line 58) | public StylusPointCollection GetStylusPoints() method GetStylusPoints (line 66) | internal StylusPointCollection GetStylusPoints(GeneralTransform transf... method SetStylusPoints (line 96) | public void SetStylusPoints(StylusPointCollection stylusPoints) method NotifyWhenProcessed (line 117) | public void NotifyWhenProcessed(object callbackData) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/RawStylusInputCustomData.cs class RawStylusInputCustomData (line 9) | internal class RawStylusInputCustomData method RawStylusInputCustomData (line 14) | public RawStylusInputCustomData(StylusPlugIn owner, object data) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/RawStylusInputCustomDataList.cs class RawStylusInputCustomDataList (line 12) | internal class RawStylusInputCustomDataList : Collection method StylusButtonCollection (line 17) | internal StylusButtonCollection(StylusButton[] buttons) method StylusButtonCollection (line 22) | internal StylusButtonCollection(List buttons) method GetStylusButtonByGuid (line 32) | public StylusButton GetStylusButtonByGuid(Guid guid) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusButtonEventArgs.cs class StylusButtonEventArgs (line 11) | public class StylusButtonEventArgs : StylusEventArgs method StylusButtonEventArgs (line 26) | public StylusButtonEventArgs( method InvokeEventHandler (line 58) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusButtonState.cs type StylusButtonState (line 11) | public enum StylusButtonState FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusDevice.cs class StylusDevice (line 12) | public sealed class StylusDevice : InputDevice method StylusDevice (line 33) | internal StylusDevice(StylusDeviceBase impl) method Capture (line 108) | public bool Capture(IInputElement element, CaptureMode captureMode) method Capture (line 116) | public bool Capture(IInputElement element) method Synchronize (line 130) | public void Synchronize() method ToString (line 161) | public override string ToString() method GetStylusPoints (line 182) | public StylusPointCollection GetStylusPoints(IInputElement relativeTo) method GetStylusPoints (line 193) | public StylusPointCollection GetStylusPoints(IInputElement relativeTo,... method GetPosition (line 213) | public Point GetPosition(IInputElement relativeTo) method GetMouseScreenPosition (line 288) | internal Point GetMouseScreenPosition(MouseDevice mouseDevice) method GetMouseButtonState (line 309) | internal MouseButtonState GetMouseButtonState(MouseButton mouseButton,... method LocalHitTest (line 318) | internal static IInputElement LocalHitTest(PresentationSource inputSou... method GlobalHitTest (line 323) | internal static IInputElement GlobalHitTest(PresentationSource inputSo... method GetElementTransform (line 331) | internal static GeneralTransform GetElementTransform(IInputElement rel... method As (line 360) | internal T As() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusDeviceBase.cs class StylusDeviceBase (line 19) | internal abstract class StylusDeviceBase : DispatcherObject, IDisposable method As (line 34) | internal T As() method StylusDeviceBase (line 47) | protected StylusDeviceBase() method Dispose (line 58) | public void Dispose() method Dispose (line 68) | protected abstract void Dispose(bool disposing); method UpdateEventStylusPoints (line 93) | internal abstract void UpdateEventStylusPoints(RawStylusInputReport re... method Capture (line 128) | internal abstract bool Capture(IInputElement element, CaptureMode capt... method Capture (line 133) | internal abstract bool Capture(IInputElement element); method Synchronize (line 138) | internal abstract void Synchronize(); method GetStylusPoints (line 159) | internal abstract StylusPointCollection GetStylusPoints(IInputElement ... method GetStylusPoints (line 165) | internal abstract StylusPointCollection GetStylusPoints(IInputElement ... method GetPosition (line 175) | internal abstract Point GetPosition(IInputElement relativeTo); method GetMouseScreenPosition (line 199) | internal abstract Point GetMouseScreenPosition(MouseDevice mouseDevice); method GetMouseButtonState (line 217) | internal abstract MouseButtonState GetMouseButtonState(MouseButton mou... method GetCapturedPlugInCollection (line 221) | internal abstract StylusPlugInCollection GetCapturedPlugInCollection(r... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusDeviceCollection.cs class StylusDeviceCollection (line 12) | public class StylusDeviceCollection : ReadOnlyCollection method StylusDeviceCollection (line 21) | internal StylusDeviceCollection(IEnumerable styluses) method Dispose (line 30) | internal void Dispose() method AddStylusDevice (line 38) | internal void AddStylusDevice(int index, StylusDeviceBase stylusDevice) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusDeviceInfo.cs type StylusDeviceInfo (line 10) | internal struct StylusDeviceInfo FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusDownEventArgs.cs class StylusDownEventArgs (line 10) | public class StylusDownEventArgs : StylusEventArgs method StylusDownEventArgs (line 22) | public StylusDownEventArgs( method InvokeEventHandler (line 48) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusEventArgs.cs class StylusEventArgs (line 11) | public class StylusEventArgs : InputEventArgs method StylusEventArgs (line 23) | public StylusEventArgs(StylusDevice stylus, int timestamp) : base(styl... method GetPosition (line 58) | public Point GetPosition(IInputElement relativeTo) method GetStylusPoints (line 92) | public StylusPointCollection GetStylusPoints(IInputElement relativeTo) method GetStylusPoints (line 102) | public StylusPointCollection GetStylusPoints(IInputElement relativeTo,... method InvokeEventHandler (line 118) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusLogic.cs class StylusLogic (line 23) | internal abstract class StylusLogic : DispatcherObject type FlickAction (line 32) | internal enum FlickAction type FlickScrollDirection (line 46) | internal enum FlickScrollDirection method GetCurrentStylusLogicAs (line 245) | internal static T GetCurrentStylusLogicAs() method Initialize (line 255) | private static void Initialize() method ReadSystemConfig (line 325) | protected void ReadSystemConfig() method UpdateOverProperty (line 371) | internal abstract void UpdateOverProperty(StylusDeviceBase stylusDevic... method GetAndCacheTransformToDeviceMatrix (line 392) | protected Matrix GetAndCacheTransformToDeviceMatrix(PresentationSource... method DeviceUnitsFromMeasureUnits (line 417) | internal abstract Point DeviceUnitsFromMeasureUnits(PresentationSource... method MeasureUnitsFromDeviceUnits (line 424) | internal abstract Point MeasureUnitsFromDeviceUnits(PresentationSource... method UpdateStylusCapture (line 433) | internal abstract void UpdateStylusCapture(StylusDeviceBase stylusDevi... method ReevaluateCapture (line 441) | internal abstract void ReevaluateCapture(DependencyObject element, Dep... method ReevaluateStylusOver (line 449) | internal abstract void ReevaluateStylusOver(DependencyObject element, ... method OnTabletRemoved (line 462) | protected abstract void OnTabletRemoved(uint wisptisIndex); method HandleMessage (line 475) | internal abstract void HandleMessage(WindowMessage msg, IntPtr wParam,... class StylusLogicShutDownListener (line 494) | protected class StylusLogicShutDownListener : ShutDownListener method StylusLogicShutDownListener (line 496) | public StylusLogicShutDownListener(StylusLogic target, ShutDownEvent... method OnShutDown (line 500) | internal override void OnShutDown(object target, object sender, Even... method FitToCplCurve (line 518) | private static int FitToCplCurve(double vMin, double vMid, double vMax... method IsPromotedMouseEvent (line 555) | internal static bool IsPromotedMouseEvent(RawMouseInputReport mouseInp... method GetCursorIdFromMouseEvent (line 566) | internal static uint GetCursorIdFromMouseEvent(RawMouseInputReport mou... method CurrentStylusLogicReevaluateStylusOver (line 574) | internal static void CurrentStylusLogicReevaluateStylusOver(Dependency... method CurrentStylusLogicReevaluateCapture (line 581) | internal static void CurrentStylusLogicReevaluateCapture(DependencyObj... method GetMainEventFromPreviewEvent (line 588) | internal static RoutedEvent GetMainEventFromPreviewEvent(RoutedEvent r... method GetPreviewEventFromRawStylusActions (line 611) | internal static RoutedEvent GetPreviewEventFromRawStylusActions(RawSty... method ValidateUIElementForCapture (line 661) | protected bool ValidateUIElementForCapture(UIElement element) method ValidateContentElementForCapture (line 666) | protected bool ValidateContentElementForCapture(ContentElement element) method ValidateUIElement3DForCapture (line 671) | protected bool ValidateUIElement3DForCapture(UIElement3D element) method ValidateVisualForCapture (line 676) | protected bool ValidateVisualForCapture(DependencyObject visual, Stylu... method GetFlickAction (line 708) | internal static FlickAction GetFlickAction(int flickData) method GetIsScrollUp (line 719) | protected static bool GetIsScrollUp(int flickData) method HandleFlick (line 731) | internal bool HandleFlick(int flickData, IInputElement element) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusPlugInCollection.cs class StylusPlugInCollection (line 20) | public sealed class StylusPlugInCollection : Collection method InsertItem (line 30) | protected override void InsertItem(int index, StylusPlugIn plugIn) method ClearItems (line 80) | protected override void ClearItems() method RemoveItem (line 118) | protected override void RemoveItem(int index) method SetItem (line 164) | protected override void SetItem(int index, StylusPlugIn plugIn) method StylusPlugInCollection (line 224) | internal StylusPlugInCollection(UIElement element) method UpdateRect (line 253) | internal void UpdateRect() method IsHit (line 290) | internal bool IsHit(Point pt) method FireEnterLeave (line 325) | internal void FireEnterLeave(bool isEnter, RawStylusInput rawStylusInp... method FireRawStylusInput (line 352) | internal void FireRawStylusInput(RawStylusInput args) method OnLayoutUpdated (line 397) | internal void OnLayoutUpdated(object sender, EventArgs e) method ExecuteWithPotentialLock (line 459) | internal void ExecuteWithPotentialLock(Action action) method ExecuteWithPotentialDispatcherDisable (line 483) | internal void ExecuteWithPotentialDispatcherDisable(Action action) method EnsureEventsHooked (line 508) | private void EnsureEventsHooked() method EnsureEventsUnhooked (line 537) | private void EnsureEventsUnhooked() method OnIsEnabledChanged (line 562) | private void OnIsEnabledChanged(object sender, DependencyPropertyChang... method OnIsVisibleChanged (line 568) | private void OnIsVisibleChanged(object sender, DependencyPropertyChang... method OnIsHitTestVisibleChanged (line 574) | private void OnIsHitTestVisibleChanged(object sender, DependencyProper... method OnRenderTransformChanged (line 580) | private void OnRenderTransformChanged(object sender, EventArgs e) method OnSourceChanged (line 585) | private void OnSourceChanged(object sender, SourceChangedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusPlugInCollectionBase.cs class StylusPlugInCollectionBase (line 21) | internal abstract class StylusPlugInCollectionBase method Create (line 25) | internal static StylusPlugInCollectionBase Create(StylusPlugInCollecti... method UpdateState (line 57) | internal abstract void UpdateState(UIElement element); method Unhook (line 59) | internal abstract void Unhook(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusPlugin.cs class StylusPlugIn (line 12) | public abstract class StylusPlugIn method StylusPlugIn (line 18) | protected StylusPlugIn() method Added (line 24) | internal void Added(StylusPlugInCollection plugInCollection) method OnAdded (line 35) | protected virtual void OnAdded() method Removed (line 41) | internal void Removed() method OnRemoved (line 56) | protected virtual void OnRemoved() method StylusEnterLeave (line 62) | internal void StylusEnterLeave(bool isEnter, RawStylusInput rawStylusI... method RawStylusInput (line 76) | internal void RawStylusInput(RawStylusInput rawStylusInput) method OnStylusEnter (line 100) | protected virtual void OnStylusEnter(RawStylusInput rawStylusInput, bo... method OnStylusLeave (line 108) | protected virtual void OnStylusLeave(RawStylusInput rawStylusInput, bo... method OnStylusDown (line 116) | protected virtual void OnStylusDown(RawStylusInput rawStylusInput) method OnStylusMove (line 124) | protected virtual void OnStylusMove(RawStylusInput rawStylusInput) method OnStylusUp (line 132) | protected virtual void OnStylusUp(RawStylusInput rawStylusInput) method FireCustomData (line 138) | internal void FireCustomData(object callbackData, method OnStylusDownProcessed (line 164) | protected virtual void OnStylusDownProcessed(object callbackData, bool... method OnStylusMoveProcessed (line 172) | protected virtual void OnStylusMoveProcessed(object callbackData, bool... method OnStylusUpProcessed (line 180) | protected virtual void OnStylusUpProcessed(object callbackData, bool t... method OnEnabledChanged (line 275) | protected virtual void OnEnabledChanged() method InvalidateIsActiveForInput (line 283) | internal void InvalidateIsActiveForInput() method OnIsActiveForInputChanged (line 311) | protected virtual void OnIsActiveForInputChanged() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusPoint.cs type StylusPoint (line 11) | public struct StylusPoint : IEquatable method StylusPoint (line 28) | public StylusPoint(double x, double y) method StylusPoint (line 39) | public StylusPoint(double x, double y, float pressureFactor) method StylusPoint (line 53) | public StylusPoint(double x, double y, float pressureFactor, StylusPoi... method StylusPoint (line 61) | internal StylusPoint( method HasProperty (line 259) | public bool HasProperty(StylusPointProperty stylusPointProperty) method GetPropertyValue (line 268) | public int GetPropertyValue(StylusPointProperty stylusPointProperty) method SetPropertyValue (line 323) | public void SetPropertyValue(StylusPointProperty stylusPointProperty, ... method SetPropertyValue (line 333) | internal void SetPropertyValue(StylusPointProperty stylusPointProperty... method ToPoint (line 431) | public Point ToPoint() method Equals (line 482) | public static bool Equals(StylusPoint stylusPoint1, StylusPoint stylus... method Equals (line 546) | public override bool Equals(object o) method Equals (line 568) | public bool Equals(StylusPoint value) method GetHashCode (line 578) | public override int GetHashCode() method GetAdditionalData (line 605) | internal int[] GetAdditionalData() method GetUntruncatedPressureFactor (line 614) | internal float GetUntruncatedPressureFactor() method GetPacketData (line 622) | internal int[] GetPacketData() method CopyAdditionalData (line 672) | private void CopyAdditionalData() method GetClampedXYValue (line 681) | private static double GetClampedXYValue(double xyValue) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusPointCollection.cs class StylusPointCollection (line 14) | public class StylusPointCollection : Collection method StylusPointCollection (line 31) | public StylusPointCollection() method StylusPointCollection (line 40) | public StylusPointCollection(int initialCapacity) method StylusPointCollection (line 54) | public StylusPointCollection(StylusPointDescription stylusPointDescrip... method StylusPointCollection (line 65) | public StylusPointCollection(StylusPointDescription stylusPointDescrip... method StylusPointCollection (line 80) | public StylusPointCollection(IEnumerable stylusPoints) method StylusPointCollection (line 107) | public StylusPointCollection(IEnumerable points) method StylusPointCollection (line 137) | internal StylusPointCollection(StylusPointDescription stylusPointDescr... method Add (line 197) | public void Add(StylusPointCollection stylusPoints) method ClearItems (line 243) | protected sealed override void ClearItems() method RemoveItem (line 260) | protected sealed override void RemoveItem(int index) method InsertItem (line 277) | protected sealed override void InsertItem(int index, StylusPoint stylu... method SetItem (line 295) | protected sealed override void SetItem(int index, StylusPoint stylusPo... method Clone (line 312) | public StylusPointCollection Clone() method Clone (line 341) | internal StylusPointCollection Clone(int count) method Clone (line 352) | internal StylusPointCollection Clone(GeneralTransform transform, Stylu... method Clone (line 361) | private StylusPointCollection Clone(GeneralTransform transform, Stylus... method OnChanged (line 397) | protected virtual void OnChanged(EventArgs e) method Transform (line 410) | internal void Transform(GeneralTransform transform) method Reformat (line 436) | public StylusPointCollection Reformat(StylusPointDescription subsetToR... method Reformat (line 444) | internal StylusPointCollection Reformat(StylusPointDescription subsetT... method ToHiMetricArray (line 514) | public int[] ToHiMetricArray() method ToISFReadyArrays (line 556) | internal void ToISFReadyArrays(out int[][]output, out bool shouldPersi... method CanGoToZero (line 624) | private bool CanGoToZero() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusPointDescription.cs class StylusPointDescription (line 11) | public class StylusPointDescription method StylusPointDescription (line 29) | public StylusPointDescription() method StylusPointDescription (line 44) | public StylusPointDescription(IEnumerable sty... method StylusPointDescription (line 101) | internal StylusPointDescription(IEnumerable s... method HasProperty (line 111) | public bool HasProperty(StylusPointProperty stylusPointProperty) method GetPropertyInfo (line 135) | public StylusPointPropertyInfo GetPropertyInfo(StylusPointProperty sty... method GetPropertyInfo (line 145) | internal StylusPointPropertyInfo GetPropertyInfo(Guid guid) method GetPropertyIndex (line 159) | internal int GetPropertyIndex(Guid guid) method GetStylusPointProperties (line 167) | public ReadOnlyCollection GetStylusPointPrope... method GetStylusPointPropertyIds (line 175) | internal Guid[] GetStylusPointPropertyIds() method GetInputArrayLengthPerPoint (line 189) | internal int GetInputArrayLengthPerPoint() method GetExpectedAdditionalDataCount (line 204) | internal int GetExpectedAdditionalDataCount() method GetOutputArrayLengthPerPoint (line 216) | internal int GetOutputArrayLengthPerPoint() method GetButtonBitPosition (line 240) | internal int GetButtonBitPosition(StylusPointProperty buttonProperty) method AreCompatible (line 286) | public static bool AreCompatible(StylusPointDescription stylusPointDes... method GetCommonDescription (line 328) | public static StylusPointDescription GetCommonDescription(StylusPointD... method IsSubsetOf (line 377) | public bool IsSubsetOf(StylusPointDescription stylusPointDescriptionSu... method IndexOf (line 403) | private int IndexOf(Guid propertyId) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusPointProperties.cs class StylusPointProperties (line 9) | public static class StylusPointProperties FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusPointProperty.cs class StylusPointProperty (line 11) | public class StylusPointProperty method StylusPointProperty (line 24) | public StylusPointProperty(Guid identifier, bool isButton) method StylusPointProperty (line 34) | protected StylusPointProperty(StylusPointProperty stylusPointProperty) method Initialize (line 45) | private void Initialize(Guid identifier, bool isButton) method ToString (line 90) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusPointPropertyId.cs class StylusPointPropertyIds (line 10) | internal static class StylusPointPropertyIds type HidUsagePage (line 134) | internal enum HidUsagePage type HidUsage (line 166) | internal enum HidUsage method GetKnownGuid (line 240) | internal static Guid GetKnownGuid(HidUsagePage page, HidUsage usage) method IsKnownId (line 259) | internal static bool IsKnownId(Guid guid) method GetStringRepresentation (line 294) | internal static string GetStringRepresentation(Guid guid) method IsKnownButton (line 396) | internal static bool IsKnownButton(Guid guid) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusPointPropertyInfo.cs class StylusPointPropertyInfo (line 11) | public class StylusPointPropertyInfo : StylusPointProperty method StylusPointPropertyInfo (line 25) | public StylusPointPropertyInfo(StylusPointProperty stylusPointProperty) method StylusPointPropertyInfo (line 44) | public StylusPointPropertyInfo(StylusPointProperty stylusPointProperty... method AreCompatible (line 107) | internal static bool AreCompatible(StylusPointPropertyInfo stylusPoint... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusPointPropertyInfoDefaults.cs class StylusPointPropertyInfoDefaults (line 6) | internal static class StylusPointPropertyInfoDefaults method GetStylusPointPropertyInfoDefault (line 254) | internal static StylusPointPropertyInfo GetStylusPointPropertyInfoDefa... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusPointPropertyUnit.cs type StylusPointPropertyUnit (line 12) | public enum StylusPointPropertyUnit class StylusPointPropertyUnitHelper (line 46) | internal static class StylusPointPropertyUnitHelper method FromPointerUnit (line 80) | internal static StylusPointPropertyUnit? FromPointerUnit(uint pointerU... method IsDefined (line 89) | internal static bool IsDefined(StylusPointPropertyUnit unit) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusSystemGesture.cs type SystemGesture (line 12) | public enum SystemGesture FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusSystemGestureEventArgs.cs class StylusSystemGestureEventArgs (line 13) | public class StylusSystemGestureEventArgs : StylusEventArgs method StylusSystemGestureEventArgs (line 28) | public StylusSystemGestureEventArgs( method StylusSystemGestureEventArgs (line 66) | internal StylusSystemGestureEventArgs( method InvokeEventHandler (line 151) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusTouchDeviceBase.cs class StylusTouchDeviceBase (line 16) | internal abstract class StylusTouchDeviceBase : TouchDevice method StylusTouchDeviceBase (line 20) | internal StylusTouchDeviceBase(StylusDeviceBase stylusDevice) method GetTouchPoint (line 41) | public override TouchPoint GetTouchPoint(IInputElement relativeTo) method GetBounds (line 50) | private Rect GetBounds(StylusPoint stylusPoint, Point position, IInput... method GetBounds (line 58) | private Rect GetBounds(StylusPoint stylusPoint, method GetStylusPointWidthOrHeight (line 85) | protected abstract double GetStylusPointWidthOrHeight(StylusPoint styl... method GetIntermediateTouchPoints (line 92) | public override TouchPointCollection GetIntermediateTouchPoints(IInput... method GetRootTransforms (line 117) | private void GetRootTransforms(IInputElement relativeTo, out GeneralTr... method ChangeActiveSource (line 139) | internal void ChangeActiveSource(PresentationSource activeSource) method OnActivate (line 144) | internal void OnActivate() method OnActivateImpl (line 162) | protected abstract void OnActivateImpl(); method OnDeactivate (line 164) | internal void OnDeactivate() method OnDeactivateImpl (line 181) | protected abstract void OnDeactivateImpl(); method OnDown (line 183) | internal bool OnDown() method OnMove (line 190) | internal bool OnMove() method OnUp (line 196) | internal bool OnUp() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/StylusTraceLogger.cs class StylusTraceLogger (line 16) | internal static class StylusTraceLogger type FeatureFlags (line 23) | [Flags] class StylusStatistics (line 64) | [EventData] class ReentrancyEvent (line 73) | [EventData] class StylusSize (line 82) | [EventData] method StylusSize (line 85) | public StylusSize(Size size) class StylusDeviceInfo (line 98) | [EventData] method StylusDeviceInfo (line 101) | public StylusDeviceInfo(int id, string name, string pnpId, TabletHar... class StylusDisconnectInfo (line 128) | [EventData] class StylusErrorEventData (line 137) | [EventData] method LogStartup (line 194) | internal static void LogStartup() method LogStatistics (line 203) | internal static void LogStatistics(StylusStatistics stylusData) method LogReentrancyRetryLimitReached (line 213) | internal static void LogReentrancyRetryLimitReached() method LogError (line 222) | internal static void LogError(string error) method LogDeviceConnect (line 233) | internal static void LogDeviceConnect(StylusDeviceInfo deviceInfo) method LogDeviceDisconnect (line 244) | internal static void LogDeviceDisconnect(int deviceId) method LogReentrancy (line 254) | internal static void LogReentrancy([CallerMemberName] string functionN... method LogShutdown (line 262) | internal static void LogShutdown() method Requires (line 278) | private static void Requires(bool condition) method Log (line 288) | private static void Log(string tag) method Log (line 300) | private static void Log(string tag, T data = null) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/Tablet.cs class Tablet (line 10) | public static class Tablet FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/TabletDevice.cs class TabletDevice (line 12) | public sealed class TabletDevice : InputDevice method TabletDevice (line 25) | internal TabletDevice(TabletDeviceBase impl) method ToString (line 138) | public override string ToString() method As (line 165) | internal T As() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/TabletDeviceBase.cs class TabletDeviceBase (line 16) | internal abstract class TabletDeviceBase : DispatcherObject, IDisposable method As (line 34) | internal T As() method TabletDeviceBase (line 44) | protected TabletDeviceBase(TabletDeviceInfo info) method Dispose (line 64) | public void Dispose() method Dispose (line 74) | protected virtual void Dispose(bool disposing) method ToString (line 178) | public override string ToString() method GenerateStaticGesture (line 198) | internal SystemGesture? GenerateStaticGesture(RawStylusInputReport sty... method GetPropertyValue (line 277) | protected static uint GetPropertyValue(StylusPointPropertyInfo propert... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/TabletDeviceCollection.cs class TabletDeviceCollection (line 11) | public class TabletDeviceCollection : ICollection, IEnumerable method As (line 15) | internal T As() method CopyTo (line 48) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 59) | public void CopyTo(TabletDevice[] array, int index) method GetEnumerator (line 110) | IEnumerator IEnumerable.GetEnumerator() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/TabletDeviceInfo.cs type TabletDeviceSizeInfo (line 13) | internal struct TabletDeviceSizeInfo method TabletDeviceSizeInfo (line 19) | internal TabletDeviceSizeInfo(Size tabletSize, Size screenSize) class TabletDeviceInfo (line 31) | internal class TabletDeviceInfo FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/TabletDeviceType.cs type TabletDeviceType (line 11) | public enum TabletDeviceType FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Common/TabletHardwareCapabilities.cs type TabletHardwareCapabilities (line 10) | [Flags][Serializable] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Pointer/PointerData.cs class PointerData (line 12) | internal class PointerData method PointerData (line 98) | internal PointerData(uint pointerId) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Pointer/PointerFlickEngine.cs class PointerFlickEngine (line 13) | internal class PointerFlickEngine class FlickResult (line 44) | internal class FlickResult class FlickRecognitionData (line 59) | private class FlickRecognitionData type FlickState (line 72) | [Flags] method PointerFlickEngine (line 134) | internal PointerFlickEngine(PointerStylusDevice stylusDevice) method Reset (line 150) | internal void Reset() method ResetResult (line 177) | internal void ResetResult() method Update (line 195) | internal void Update(RawStylusInputReport rsir, bool initial = false) method UpdateTimePeriod (line 263) | private void UpdateTimePeriod(int tickCount, bool initial) method ProcessPacket (line 283) | private void ProcessPacket(RawStylusInputReport rsir, bool initial) method Analyze (line 352) | private void Analyze(bool decide) method AddPoint (line 407) | private void AddPoint(Point physicalPoint, Point tabletPoint) method CheckWithThreshold (line 447) | private void CheckWithThreshold(Point physicalPoint) method SetStableRect (line 453) | private void SetStableRect() method RadiansToDegrees (line 461) | private double RadiansToDegrees(double radians) method Distance (line 472) | private double Distance(Point p1, Point p2) method GetPhysicalCoordinates (line 483) | private Point GetPhysicalCoordinates(Point tabletPoint) method SetTolerance (line 496) | private bool SetTolerance(double tolerance) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Pointer/PointerInteractionEngine.cs class PointerInteractionEngine (line 15) | internal class PointerInteractionEngine : IDisposable type HoverState (line 70) | private enum HoverState method PointerInteractionEngine (line 149) | internal PointerInteractionEngine(PointerStylusDevice stylusDevice, Li... method Dispose (line 203) | protected virtual void Dispose(bool disposing) method Dispose (line 223) | public void Dispose() method Update (line 238) | internal void Update(RawStylusInputReport rsir) method Callback (line 269) | private void Callback(IntPtr clientData, ref UnsafeNativeMethods.INTER... method DetectFlick (line 334) | private void DetectFlick(RawStylusInputReport rsir) method DetectHover (line 366) | private void DetectHover() method DetectDragOrFlick (line 460) | private SystemGesture DetectDragOrFlick(UnsafeNativeMethods.INTERACTIO... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Pointer/PointerLogic.cs class PointerLogic (line 19) | internal class PointerLogic : StylusLogic method PointerLogic (line 132) | internal PointerLogic(InputManager inputManager) method PreNotifyInput (line 163) | private void PreNotifyInput(object sender, NotifyInputEventArgs e) method PreProcessMouseInput (line 201) | private void PreProcessMouseInput(PreProcessInputEventArgs e, InputRep... method PreProcessInput (line 284) | private void PreProcessInput(object sender, PreProcessInputEventArgs e) method PostProcessInput (line 327) | private void PostProcessInput(object sender, ProcessInputEventArgs e) method DeviceUnitsFromMeasureUnits (line 470) | internal override Point DeviceUnitsFromMeasureUnits(PresentationSource... method MeasureUnitsFromDeviceUnits (line 486) | internal override Point MeasureUnitsFromDeviceUnits(PresentationSource... method UpdateStylusCapture (line 504) | internal override void UpdateStylusCapture(StylusDeviceBase stylusDevi... method UpdateOverProperty (line 590) | internal override void UpdateOverProperty(StylusDeviceBase stylusDevic... method OnOverIsEnabledChanged (line 679) | private void OnOverIsEnabledChanged(object sender, DependencyPropertyC... method OnOverIsVisibleChanged (line 688) | private void OnOverIsVisibleChanged(object sender, DependencyPropertyC... method OnOverIsHitTestVisibleChanged (line 697) | private void OnOverIsHitTestVisibleChanged(object sender, DependencyPr... method OnCaptureIsEnabledChanged (line 706) | private void OnCaptureIsEnabledChanged(object sender, DependencyProper... method OnCaptureIsVisibleChanged (line 715) | private void OnCaptureIsVisibleChanged(object sender, DependencyProper... method OnCaptureIsHitTestVisibleChanged (line 724) | private void OnCaptureIsHitTestVisibleChanged(object sender, Dependenc... method ReevaluateCapture (line 733) | internal override void ReevaluateCapture(DependencyObject element, Dep... method ReevaluateCaptureAsync (line 762) | private object ReevaluateCaptureAsync(object arg) method ReevaluateStylusOver (line 826) | internal override void ReevaluateStylusOver(DependencyObject element, ... method ReevaluateStylusOverAsync (line 864) | private object ReevaluateStylusOverAsync(object arg) method OnTabletRemoved (line 894) | protected override void OnTabletRemoved(uint wisptisIndex) method HandleMessage (line 911) | internal override void HandleMessage(WindowMessage msg, IntPtr wParam,... method IsTouchPromotionEvent (line 964) | private bool IsTouchPromotionEvent(StylusEventArgs stylusEventArgs) method PromoteRawToPreview (line 984) | private void PromoteRawToPreview(RawStylusInputReport report, ProcessI... method PromotePreviewToMain (line 1023) | private void PromotePreviewToMain(ProcessInputEventArgs e) method PromoteMainToOther (line 1084) | private void PromoteMainToOther(ProcessInputEventArgs e) method PromoteMainToTouch (line 1123) | private void PromoteMainToTouch(ProcessInputEventArgs e, StylusEventAr... method PromoteMainDownToTouch (line 1144) | private void PromoteMainDownToTouch(PointerStylusDevice stylusDevice, ... method PromoteMainMoveToTouch (line 1161) | private void PromoteMainMoveToTouch(PointerStylusDevice stylusDevice, ... method PromoteMainUpToTouch (line 1174) | private void PromoteMainUpToTouch(PointerStylusDevice stylusDevice, St... method SelectStylusDevice (line 1196) | internal void SelectStylusDevice(PointerStylusDevice pointerStylusDevi... method GetManagerForSource (line 1239) | internal PointerStylusPlugInManager GetManagerForSource(PresentationSo... method UpdateTapCount (line 1262) | private void UpdateTapCount(NotifyInputEventArgs args) method GenerateGesture (line 1321) | private void GenerateGesture(RawStylusInputReport rawStylusInputReport... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Pointer/PointerStylusDevice.cs class PointerStylusDevice (line 17) | internal class PointerStylusDevice : StylusDeviceBase method PointerStylusDevice (line 105) | internal PointerStylusDevice(PointerTabletDevice tabletDevice, UnsafeN... method Dispose (line 147) | protected override void Dispose(bool disposing) method Capture (line 526) | internal override bool Capture(IInputElement element, CaptureMode capt... method Capture (line 592) | internal override bool Capture(IInputElement element) method Synchronize (line 605) | internal override void Synchronize() method GetStylusPoints (line 670) | internal override StylusPointCollection GetStylusPoints(IInputElement ... method GetStylusPoints (line 686) | internal override StylusPointCollection GetStylusPoints(IInputElement ... method GetPosition (line 701) | internal override Point GetPosition(IInputElement relativeTo) method GetMouseScreenPosition (line 747) | internal override Point GetMouseScreenPosition(MouseDevice mouseDevice) method GetMouseButtonState (line 768) | internal override MouseButtonState GetMouseButtonState(MouseButton mou... method Update (line 784) | internal void Update(HwndPointerInputProvider provider, PresentationSo... method UpdateInteractions (line 825) | internal void UpdateInteractions(RawStylusInputReport rsir) method HandleInteraction (line 835) | private void HandleInteraction(object clientData, RawStylusSystemGestu... method GetCapturedPlugInCollection (line 887) | internal override StylusPlugInCollection GetCapturedPlugInCollection(r... method FindTarget (line 896) | internal IInputElement FindTarget(PresentationSource inputSource, Poin... method ChangeStylusOver (line 981) | internal void ChangeStylusOver(IInputElement stylusOver) method ChangeStylusCapture (line 1008) | internal void ChangeStylusCapture(IInputElement stylusCapture, Capture... method UpdateEventStylusPoints (line 1110) | internal override void UpdateEventStylusPoints(RawStylusInputReport re... method GetTabletToElementTransform (line 1136) | internal GeneralTransform GetTabletToElementTransform(IInputElement re... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Pointer/PointerStylusPlugInCollection.cs class PointerStylusPlugInCollection (line 18) | internal class PointerStylusPlugInCollection : StylusPlugInCollectionBase method UpdateState (line 51) | internal override void UpdateState(UIElement element) method Unhook (line 98) | internal override void Unhook() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Pointer/PointerStylusPlugInManager.cs class PointerStylusPlugInManager (line 19) | internal class PointerStylusPlugInManager method PointerStylusPlugInManager (line 23) | internal PointerStylusPlugInManager(PresentationSource source) method AddStylusPlugInCollection (line 36) | internal void AddStylusPlugInCollection(StylusPlugInCollection pic) method RemoveStylusPlugInCollection (line 42) | internal void RemoveStylusPlugInCollection(StylusPlugInCollection pic) method GetTabletToViewTransform (line 56) | private Matrix GetTabletToViewTransform(TabletDevice tablet) method FindZOrderIndex (line 71) | internal int FindZOrderIndex(StylusPlugInCollection spicAdding) method TargetPlugInCollection (line 136) | internal StylusPlugInCollection TargetPlugInCollection(RawStylusInputR... method FindPlugInCollection (line 178) | internal StylusPlugInCollection FindPlugInCollection(UIElement element) method HittestPlugInCollection (line 198) | private StylusPlugInCollection HittestPlugInCollection(Point pt) method VerifyStylusPlugInCollectionTarget (line 228) | internal void VerifyStylusPlugInCollectionTarget(RawStylusInputReport ... method InvokeStylusPluginCollectionForMouse (line 356) | internal StylusPlugInCollection InvokeStylusPluginCollectionForMouse(R... method InvokeStylusPluginCollection (line 416) | internal void InvokeStylusPluginCollection(RawStylusInputReport inputR... method InvokePlugInsForMouse (line 486) | internal static void InvokePlugInsForMouse(ProcessInputEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Pointer/PointerStylusPointPropertyInfoHelper.cs class PointerStylusPointPropertyInfoHelper (line 12) | internal class PointerStylusPointPropertyInfoHelper method CreatePropertyInfo (line 53) | internal static StylusPointPropertyInfo CreatePropertyInfo(UnsafeNativ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Pointer/PointerTabletDevice.cs class PointerTabletDevice (line 12) | internal class PointerTabletDevice : TabletDeviceBase method PointerTabletDevice (line 77) | internal PointerTabletDevice(PointerTabletDeviceInfo deviceInfo) method BuildStylusDevices (line 91) | private void BuildStylusDevices() method UpdateSizeDeltas (line 119) | internal void UpdateSizeDeltas() method GetStylusByCursorId (line 207) | internal PointerStylusDevice GetStylusByCursorId(uint cursorId) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Pointer/PointerTabletDeviceCollection.cs class PointerTabletDeviceCollection (line 14) | internal class PointerTabletDeviceCollection : TabletDeviceCollection method GetByDeviceId (line 38) | internal PointerTabletDevice GetByDeviceId(IntPtr deviceId) method GetStylusDeviceByCursorId (line 52) | internal PointerStylusDevice GetStylusDeviceByCursorId(uint cursorId) method Refresh (line 70) | internal void Refresh() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Pointer/PointerTabletDeviceInfo.cs class PointerTabletDeviceInfo (line 13) | internal class PointerTabletDeviceInfo : TabletDeviceInfo method PointerTabletDeviceInfo (line 70) | internal PointerTabletDeviceInfo(int id, UnsafeNativeMethods.POINTER_D... method TryInitialize (line 85) | internal bool TryInitialize() method InitializeDeviceType (line 112) | private void InitializeDeviceType() method TryInitializeSupportedStylusPointProperties (line 166) | private bool TryInitializeSupportedStylusPointProperties() method TryInitializeDeviceRects (line 285) | private bool TryInitializeDeviceRects() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Pointer/PointerTouchDevice.cs class PointerTouchDevice (line 13) | internal sealed class PointerTouchDevice : StylusTouchDeviceBase method PointerTouchDevice (line 26) | internal PointerTouchDevice(PointerStylusDevice stylusDevice) method OnManipulationEnded (line 36) | protected override void OnManipulationEnded(bool cancel) method OnManipulationStarted (line 56) | protected override void OnManipulationStarted() method GetStylusPointWidthOrHeight (line 72) | protected override double GetStylusPointWidthOrHeight(StylusPoint styl... method OnActivateImpl (line 115) | protected override void OnActivateImpl() method OnDeactivateImpl (line 121) | protected override void OnDeactivateImpl() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp/PenContext.cs class PenContext (line 10) | internal sealed class PenContext method PenContext (line 12) | internal PenContext(IPimcContext3 pimcContext, IntPtr hwnd, method InitStylusPointDescription (line 94) | private void InitStylusPointDescription() method Enable (line 166) | internal void Enable() method Disable (line 174) | internal void Disable(bool shutdownWorkerThread) method TryRemove (line 191) | private bool TryRemove(bool shutdownWorkerThread) method IsInRange (line 229) | internal bool IsInRange(int stylusPointerId) method FirePenDown (line 240) | internal void FirePenDown (int stylusPointerId, int[] data, int timest... method FirePenUp (line 256) | internal void FirePenUp (int stylusPointerId, int[] data, int timestamp) method FirePackets (line 272) | internal void FirePackets(int stylusPointerId, int[] data, int timestamp) method FirePenInRange (line 302) | internal void FirePenInRange(int stylusPointerId, int[] data, int time... method FirePenOutOfRange (line 339) | internal void FirePenOutOfRange(int stylusPointerId, int timestamp) method FireSystemGesture (line 385) | internal void FireSystemGesture(int stylusPointerId, int timestamp) method CheckForRectMappingChanged (line 417) | internal void CheckForRectMappingChanged(int[] data, int numPackets) method EnsureTimestampUnique (line 463) | private int EnsureTimestampUnique(int timestamp) method DecrementQueuedInRangeCount (line 498) | internal void DecrementQueuedInRangeCount() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp/PenContextInfo.cs type PenContextInfo (line 12) | internal struct PenContextInfo FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp/PenContexts.cs class PenContexts (line 11) | internal sealed class PenContexts method PenContexts (line 13) | internal PenContexts(WispLogic stylusLogic, PresentationSource inputSo... method Enable (line 27) | internal void Enable() method Disable (line 41) | internal void Disable(bool shutdownWorkerThread) method OnPenDown (line 68) | internal void OnPenDown(PenContext penContext, int tabletDeviceId, int... method OnPenUp (line 75) | internal void OnPenUp(PenContext penContext, int tabletDeviceId, int s... method OnPackets (line 82) | internal void OnPackets(PenContext penContext, int tabletDeviceId, int... method OnInAirPackets (line 89) | internal void OnInAirPackets(PenContext penContext, int tabletDeviceId... method OnPenInRange (line 96) | internal void OnPenInRange(PenContext penContext, int tabletDeviceId, ... method OnPenOutOfRange (line 103) | internal void OnPenOutOfRange(PenContext penContext, int tabletDeviceI... method OnSystemEvent (line 111) | internal void OnSystemEvent(PenContext penContext, method ProcessInput (line 133) | private void ProcessInput( method GetTabletDeviceIDPenContext (line 153) | internal PenContext GetTabletDeviceIDPenContext(int tabletDeviceId) method ConsiderInRange (line 169) | internal bool ConsiderInRange(int timestamp) method AddContext (line 200) | internal void AddContext(uint index) method RemoveContext (line 225) | internal void RemoveContext(uint index) method AddStylusPlugInCollection (line 257) | internal void AddStylusPlugInCollection(StylusPlugInCollection pic) method RemoveStylusPlugInCollection (line 265) | internal void RemoveStylusPlugInCollection(StylusPlugInCollection pic) method FindZOrderIndex (line 271) | internal int FindZOrderIndex(StylusPlugInCollection spicAdding) method InvokeStylusPluginCollectionForMouse (line 328) | internal StylusPlugInCollection InvokeStylusPluginCollectionForMouse(R... method InvokeStylusPluginCollection (line 388) | internal void InvokeStylusPluginCollection(RawStylusInputReport inputR... method TargetPlugInCollection (line 460) | internal StylusPlugInCollection TargetPlugInCollection(RawStylusInputR... method FindPlugInCollection (line 500) | internal StylusPlugInCollection FindPlugInCollection(UIElement element) method HittestPlugInCollection (line 520) | private StylusPlugInCollection HittestPlugInCollection(Point pt) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp/PenImcRcw.cs type IPimcContext3 (line 8) | [ method ShutdownComm (line 15) | void ShutdownComm(); method GetPacketDescriptionInfo (line 16) | void GetPacketDescriptionInfo(out int cProps, out int cButtons); method GetPacketPropertyInfo (line 17) | void GetPacketPropertyInfo(int iProp, out Guid guid, out int iMin, out... method GetPacketButtonInfo (line 18) | void GetPacketButtonInfo(int iButton, out Guid guid); method GetLastSystemEventData (line 19) | void GetLastSystemEventData(out int evt, out int modifier, out int cha... type IPimcTablet3 (line 22) | [ method GetKey (line 29) | void GetKey(out Int32 key); method GetName (line 30) | void GetName([MarshalAs(UnmanagedType.LPWStr)] out string name); method GetPlugAndPlayId (line 31) | void GetPlugAndPlayId([MarshalAs(UnmanagedType.LPWStr)] out string plu... method GetTabletAndDisplaySize (line 32) | void GetTabletAndDisplaySize(out int tabletWidth, out int tabletHeight... method GetHardwareCaps (line 33) | void GetHardwareCaps(out int caps); method GetDeviceType (line 34) | void GetDeviceType(out int devType); method RefreshCursorInfo (line 35) | void RefreshCursorInfo(); method GetCursorCount (line 36) | void GetCursorCount(out int cCursors); method GetCursorInfo (line 37) | void GetCursorInfo(int iCursor, [MarshalAs(UnmanagedType.LPWStr)] out ... method GetCursorButtonCount (line 38) | void GetCursorButtonCount(int iCursor, out int cButtons); method GetCursorButtonInfo (line 39) | void GetCursorButtonInfo (int iCursor, int iButton, [MarshalAs(Unmanag... method IsPropertySupported (line 40) | void IsPropertySupported(Guid guid, [MarshalAs(UnmanagedType.Bool)] ou... method GetPropertyInfo (line 41) | void GetPropertyInfo(Guid guid, out int min, out int max, out int unit... method CreateContext (line 42) | void CreateContext(IntPtr handle, [MarshalAs(UnmanagedType.Bool)] bool... method GetPacketDescriptionInfo (line 44) | void GetPacketDescriptionInfo(out int cProps, out int cButtons); method GetPacketPropertyInfo (line 45) | void GetPacketPropertyInfo(int iProp, out Guid guid, out int iMin, out... method GetPacketButtonInfo (line 46) | void GetPacketButtonInfo(int iButton, out Guid guid); type IPimcManager3 (line 49) | [ method GetTabletCount (line 56) | void GetTabletCount(out UInt32 count); method GetTablet (line 57) | void GetTablet(UInt32 tablet, out IPimcTablet3 IPimcTablet); class PimcConstants (line 60) | internal static class PimcConstants FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp/PenThread.cs class PenThread (line 12) | internal sealed class PenThread method PenThread (line 16) | internal PenThread() method Dispose (line 24) | internal void Dispose() method DisposeHelper (line 38) | private void DisposeHelper() method AddPenContext (line 47) | internal bool AddPenContext(PenContext penContext) method RemovePenContext (line 52) | internal bool RemovePenContext(PenContext penContext) method WorkerGetTabletsInfo (line 60) | internal TabletDeviceInfo[] WorkerGetTabletsInfo() method WorkerCreateContext (line 66) | internal PenContextInfo WorkerCreateContext(IntPtr hwnd, IPimcTablet3 ... method WorkerAcquireTabletLocks (line 76) | internal bool WorkerAcquireTabletLocks(IPimcTablet3 tablet, UInt32 wis... method WorkerReleaseTabletLocks (line 86) | internal bool WorkerReleaseTabletLocks(IPimcTablet3 tablet, UInt32 wis... method WorkerRefreshCursorInfo (line 91) | internal StylusDeviceInfo[] WorkerRefreshCursorInfo(IPimcTablet3 pimcT... method WorkerGetTabletInfo (line 96) | internal TabletDeviceInfo WorkerGetTabletInfo(uint index) method WorkerGetUpdatedSizes (line 101) | internal TabletDeviceSizeInfo WorkerGetUpdatedSizes(IPimcTablet3 pimcT... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp/PenThreadPool.cs class PenThreadPool (line 12) | internal class PenThreadPool method PenThreadPool (line 23) | static PenThreadPool() method GetPenThreadForPenContext (line 37) | internal static PenThread GetPenThreadForPenContext(PenContext penCont... method PenThreadPool (line 58) | internal PenThreadPool() method GetPenThreadForPenContextHelper (line 79) | private PenThread GetPenThreadForPenContextHelper(PenContext penContext) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp/PenThreadWorker.cs class PenThreadWorker (line 14) | internal sealed class PenThreadWorker class WorkerOperation (line 62) | private abstract class WorkerOperation method WorkerOperation (line 66) | internal WorkerOperation() method DoWork (line 75) | internal void DoWork() method OnDoWork (line 91) | protected abstract void OnDoWork(); class WorkerOperationThreadStart (line 101) | private class WorkerOperationThreadStart : WorkerOperation method OnDoWork (line 107) | protected override void OnDoWork() class WorkerOperationGetTabletsInfo (line 115) | private class WorkerOperationGetTabletsInfo : WorkerOperation method OnDoWork (line 127) | protected override void OnDoWork() class WorkerOperationCreateContext (line 159) | private class WorkerOperationCreateContext : WorkerOperation method WorkerOperationCreateContext (line 161) | internal WorkerOperationCreateContext(IntPtr hwnd, IPimcTablet3 pimc... method OnDoWork (line 177) | protected override void OnDoWork() class WorkerOperationAcquireTabletLocks (line 219) | private class WorkerOperationAcquireTabletLocks : WorkerOperation method WorkerOperationAcquireTabletLocks (line 221) | internal WorkerOperationAcquireTabletLocks(IPimcTablet3 tablet, UInt... method OnDoWork (line 232) | protected override void OnDoWork() class WorkerOperationReleaseTabletLocks (line 253) | private class WorkerOperationReleaseTabletLocks : WorkerOperation method WorkerOperationReleaseTabletLocks (line 255) | internal WorkerOperationReleaseTabletLocks(IPimcTablet3 tablet, UInt... method OnDoWork (line 266) | protected override void OnDoWork() class WorkerOperationRefreshCursorInfo (line 285) | private class WorkerOperationRefreshCursorInfo : WorkerOperation method WorkerOperationRefreshCursorInfo (line 287) | internal WorkerOperationRefreshCursorInfo(IPimcTablet3 pimcTablet) method OnDoWork (line 305) | protected override void OnDoWork() class WorkerOperationGetTabletInfo (line 324) | private class WorkerOperationGetTabletInfo : WorkerOperation method WorkerOperationGetTabletInfo (line 326) | internal WorkerOperationGetTabletInfo(uint index) method OnDoWork (line 341) | protected override void OnDoWork() class WorkerOperationWorkerGetUpdatedSizes (line 365) | private class WorkerOperationWorkerGetUpdatedSizes : WorkerOperation method WorkerOperationWorkerGetUpdatedSizes (line 367) | internal WorkerOperationWorkerGetUpdatedSizes(IPimcTablet3 pimcTablet) method OnDoWork (line 382) | protected override void OnDoWork() class WorkerOperationAddContext (line 406) | private class WorkerOperationAddContext : WorkerOperation method WorkerOperationAddContext (line 408) | internal WorkerOperationAddContext(PenContext penContext, PenThreadW... method OnDoWork (line 424) | protected override void OnDoWork() class WorkerOperationRemoveContext (line 436) | private class WorkerOperationRemoveContext : WorkerOperation method WorkerOperationRemoveContext (line 438) | internal WorkerOperationRemoveContext(PenContext penContext, PenThre... method OnDoWork (line 454) | protected override void OnDoWork() method PenThreadWorker (line 468) | internal PenThreadWorker() method Dispose (line 492) | internal void Dispose() method WorkerAddPenContext (line 507) | internal bool WorkerAddPenContext(PenContext penContext) method WorkerRemovePenContext (line 534) | internal bool WorkerRemovePenContext(PenContext penContext) method WorkerGetTabletsInfo (line 562) | internal TabletDeviceInfo[] WorkerGetTabletsInfo() method WorkerCreateContext (line 583) | internal PenContextInfo WorkerCreateContext(IntPtr hwnd, IPimcTablet3 ... method WorkerAcquireTabletLocks (line 608) | internal bool WorkerAcquireTabletLocks(IPimcTablet3 tablet, UInt32 wis... method WorkerReleaseTabletLocks (line 633) | internal bool WorkerReleaseTabletLocks(IPimcTablet3 tablet, UInt32 wis... method WorkerRefreshCursorInfo (line 653) | internal StylusDeviceInfo[] WorkerRefreshCursorInfo(IPimcTablet3 pimcT... method WorkerGetTabletInfo (line 672) | internal TabletDeviceInfo WorkerGetTabletInfo(uint index) method WorkerGetUpdatedSizes (line 692) | internal TabletDeviceSizeInfo WorkerGetUpdatedSizes(IPimcTablet3 pimcT... method FlushCache (line 712) | private void FlushCache(bool goingOutOfRange) method DoCacheEvent (line 733) | private bool DoCacheEvent(int evt, PenContext penContext, int stylusPo... method FireEvent (line 772) | internal void FireEvent(PenContext penContext, int evt, int stylusPoin... method GetTabletInfoHelper (line 852) | private static TabletDeviceInfo GetTabletInfoHelper(IPimcTablet3 pimcT... method InitializeSupportedStylusPointProperties (line 897) | private static void InitializeSupportedStylusPointProperties(IPimcTabl... method GetStylusDevicesInfo (line 957) | private static StylusDeviceInfo[] GetStylusDevicesInfo(IPimcTablet3 pi... method AddPenContext (line 995) | internal bool AddPenContext(PenContext penContext) method RemovePenContext (line 1054) | internal bool RemovePenContext(PenContext penContext) method IsKnownException (line 1131) | private static bool IsKnownException(Exception e) method ThreadProc (line 1141) | internal void ThreadProc() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp/WispLogic.cs class WispLogic (line 20) | internal class WispLogic : StylusLogic method WispLogic (line 22) | internal WispLogic(InputManager inputManager) method OnDispatcherShutdown (line 55) | private void OnDispatcherShutdown(object sender, EventArgs e) method ProcessSystemEvent (line 73) | internal void ProcessSystemEvent(PenContext penContext, method ProcessInput (line 120) | internal void ProcessInput( method CoalesceAndQueueStylusEvent (line 151) | private void CoalesceAndQueueStylusEvent(RawStylusInputReport inputRep... method ProcessInputReport (line 257) | private void ProcessInputReport(RawStylusInputReport inputReport) method QueueStylusEvent (line 276) | private void QueueStylusEvent(RawStylusInputReport report) method InputManagerProcessInput (line 307) | internal object InputManagerProcessInput(object oInput) method InputManagerProcessInputEventArgs (line 381) | internal void InputManagerProcessInputEventArgs(InputEventArgs input) method DeferMouseMove (line 387) | private bool DeferMouseMove(RawMouseInputReport mouseInputReport) method ProcessDeferredMouseMove (line 407) | internal object ProcessDeferredMouseMove(object oInput) method SendDeferredMouseEvent (line 432) | private void SendDeferredMouseEvent(bool sendInput) method PreProcessInput (line 459) | private void PreProcessInput(object sender, PreProcessInputEventArgs e) method PreNotifyInput (line 984) | private void PreNotifyInput(object sender, NotifyInputEventArgs e) method PostProcessInput (line 1140) | private void PostProcessInput(object sender, ProcessInputEventArgs e) method PromoteRawToPreview (line 1372) | private void PromoteRawToPreview(RawStylusInputReport report, ProcessI... method PromotePreviewToMain (line 1407) | private void PromotePreviewToMain(ProcessInputEventArgs e) method PromoteMainToOther (line 1464) | private void PromoteMainToOther(ProcessInputEventArgs e) method IsTouchPromotionEvent (line 1522) | private static bool IsTouchPromotionEvent(StylusEventArgs stylusEventA... method IsTouchStylusDevice (line 1535) | private static bool IsTouchStylusDevice(WispStylusDevice stylusDevice) method PromoteMainToTouch (line 1541) | private void PromoteMainToTouch(ProcessInputEventArgs e, StylusEventAr... method PromoteMainDownToTouch (line 1560) | private void PromoteMainDownToTouch(WispStylusDevice stylusDevice, Sta... method PromoteMainMoveToTouch (line 1583) | private void PromoteMainMoveToTouch(WispStylusDevice stylusDevice, Sta... method PromoteMainUpToTouch (line 1618) | private void PromoteMainUpToTouch(WispStylusDevice stylusDevice, Stagi... method PromoteStoredItemsToMouse (line 1657) | internal void PromoteStoredItemsToMouse(WispStylusTouchDevice touchDev... method ShouldPromoteToMouse (line 1700) | private bool ShouldPromoteToMouse(WispStylusDevice stylusDevice) method PromoteMainToMouse (line 1724) | private void PromoteMainToMouse(StagingAreaInputItem stagingItem) method IgnoreGestureToMousePromotion (line 1782) | private bool IgnoreGestureToMousePromotion(StylusSystemGestureEventArg... method CallPlugInsForMouse (line 1803) | private void CallPlugInsForMouse(ProcessInputEventArgs e) method GetMouseLeftOrRightButtonState (line 1956) | internal MouseButtonState GetMouseLeftOrRightButtonState(bool leftButton) method UpdateMouseButtonState (line 1968) | internal bool UpdateMouseButtonState(RawMouseActions actions) method UpdateMouseState (line 2010) | private void UpdateMouseState() method UpdateIsStylusInRange (line 2020) | private void UpdateIsStylusInRange(bool forceInRange) method UpdateStylusCapture (line 2052) | internal override void UpdateStylusCapture(StylusDeviceBase stylusDevi... method UpdateOverProperty (line 2139) | internal override void UpdateOverProperty(StylusDeviceBase stylusDevic... method OnOverIsEnabledChanged (line 2228) | private void OnOverIsEnabledChanged(object sender, DependencyPropertyC... method OnOverIsVisibleChanged (line 2238) | private void OnOverIsVisibleChanged(object sender, DependencyPropertyC... method OnOverIsHitTestVisibleChanged (line 2248) | private void OnOverIsHitTestVisibleChanged(object sender, DependencyPr... method OnCaptureIsEnabledChanged (line 2258) | private void OnCaptureIsEnabledChanged(object sender, DependencyProper... method OnCaptureIsVisibleChanged (line 2268) | private void OnCaptureIsVisibleChanged(object sender, DependencyProper... method OnCaptureIsHitTestVisibleChanged (line 2278) | private void OnCaptureIsHitTestVisibleChanged(object sender, Dependenc... method ReevaluateStylusOver (line 2290) | internal override void ReevaluateStylusOver(DependencyObject element, ... method ReevaluateStylusOver (line 2292) | private void ReevaluateStylusOver(DependencyObject element, Dependency... method ReevaluateStylusOverAsync (line 2342) | private object ReevaluateStylusOverAsync(object arg) method ReevaluateCapture (line 2370) | internal override void ReevaluateCapture(DependencyObject element, Dep... method ReevaluateCapture (line 2372) | private void ReevaluateCapture(DependencyObject element, DependencyObj... method ReevaluateCaptureAsync (line 2415) | private object ReevaluateCaptureAsync(object arg) method IsValidStylusAction (line 2491) | private bool IsValidStylusAction(RawStylusInputReport rawStylusInputRe... method GenerateInRange (line 2571) | private void GenerateInRange(RawStylusInputReport rawStylusInputReport) method HandleMessage (line 2598) | internal override void HandleMessage(WindowMessage msg, IntPtr wParam,... method InvokeStylusPluginCollection (line 2636) | internal void InvokeStylusPluginCollection(RawStylusInputReport inputR... method VerifyStylusPlugInCollectionTarget (line 2644) | private void VerifyStylusPlugInCollectionTarget(RawStylusInputReport r... method GenerateGesture (line 2796) | private void GenerateGesture(RawStylusInputReport rawStylusInputReport... method ProcessMouseMove (line 2826) | private void ProcessMouseMove(WispStylusDevice stylusDevice, int times... method UpdateButtonStates (line 2881) | private void UpdateButtonStates(ProcessInputEventArgs e) method InWindowClientRect (line 2936) | private static bool InWindowClientRect(Point ptClient, PresentationSou... method RegisterStylusDeviceCore (line 3017) | internal void RegisterStylusDeviceCore(StylusDevice stylusDevice) method UnregisterStylusDeviceCore (line 3037) | internal void UnregisterStylusDeviceCore(StylusDevice stylusDevice) method FindStylusDevice (line 3048) | internal WispStylusDevice FindStylusDevice(int stylusDeviceId) method FindStylusDeviceWithLock (line 3057) | internal WispStylusDevice FindStylusDeviceWithLock(int stylusDeviceId) method SelectStylusDevice (line 3072) | internal void SelectStylusDevice(WispStylusDevice wispStylusDevice, II... method EnableCore (line 3111) | internal void EnableCore() method RegisterHwndForInput (line 3140) | internal void RegisterHwndForInput(InputManager inputManager, Presenta... method UnRegisterHwndForInput (line 3192) | internal void UnRegisterHwndForInput(HwndSource hwndSource) method GetPenContextsFromHwnd (line 3234) | internal PenContexts GetPenContextsFromHwnd(PresentationSource present... method ShouldConsiderStylusInRange (line 3249) | internal bool ShouldConsiderStylusInRange(RawMouseInputReport mouseInp... method GetStylusPenContextForHwnd (line 3282) | internal PenContext GetStylusPenContextForHwnd(PresentationSource pres... method OnDeviceChange (line 3302) | private void OnDeviceChange() method OnTabletAdded (line 3319) | private void OnTabletAdded(uint wisptisIndex) method OnTabletRemoved (line 3376) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method OnTabletRemovedImpl (line 3383) | private void OnTabletRemovedImpl(uint wisptisIndex, bool isInternalCall) method RefreshTablets (line 3466) | private void RefreshTablets() method GetDeviceCount (line 3482) | private int GetDeviceCount() method OnScreenMeasurementsChanged (line 3509) | private void OnScreenMeasurementsChanged() method OnWindowEnableChanged (line 3530) | internal void OnWindowEnableChanged(IntPtr hwnd, bool disabled) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp/WispStylusDevice.cs class WispStylusDevice (line 18) | internal class WispStylusDevice : StylusDeviceBase method WispStylusDevice (line 22) | internal WispStylusDevice(WispTabletDevice tabletDevice, string sName,... method Dispose (line 66) | protected override void Dispose(bool disposing) method Capture (line 221) | internal override bool Capture(IInputElement element, CaptureMode capt... method Capture (line 289) | internal override bool Capture(IInputElement element) method GetCapturedPlugInCollection (line 297) | internal override StylusPlugInCollection GetCapturedPlugInCollection(r... method Synchronize (line 314) | internal override void Synchronize() method UpdateOverProperty (line 376) | private void UpdateOverProperty(IInputElement oldOver, IInputElement n... method OnOverIsEnabledChanged (line 459) | private void OnOverIsEnabledChanged(object sender, DependencyPropertyC... method OnOverIsVisibleChanged (line 469) | private void OnOverIsVisibleChanged(object sender, DependencyPropertyC... method OnOverIsHitTestVisibleChanged (line 479) | private void OnOverIsHitTestVisibleChanged(object sender, DependencyPr... method ReevaluateStylusOver (line 491) | internal void ReevaluateStylusOver(DependencyObject element, Dependenc... method ReevaluateStylusOverAsync (line 529) | private object ReevaluateStylusOverAsync(object arg) method ChangeStylusCapture (line 560) | private void ChangeStylusCapture(IInputElement stylusCapture, CaptureM... method ChangeStylusCapture (line 562) | internal void ChangeStylusCapture(IInputElement stylusCapture, Capture... method AttachToPropertiesAffectingCapture (line 687) | internal void AttachToPropertiesAffectingCapture(IInputElement element) method DetachFromPropertiesAffectingCapture (line 717) | internal void DetachFromPropertiesAffectingCapture(IInputElement element) method OnCaptureIsEnabledChanged (line 746) | private void OnCaptureIsEnabledChanged(object sender, DependencyProper... method OnCaptureIsVisibleChanged (line 756) | private void OnCaptureIsVisibleChanged(object sender, DependencyProper... method OnCaptureIsHitTestVisibleChanged (line 766) | private void OnCaptureIsHitTestVisibleChanged(object sender, Dependenc... method ReevaluateCapture (line 778) | internal void ReevaluateCapture(DependencyObject element, DependencyOb... method ReevaluateCaptureAsync (line 808) | private object ReevaluateCaptureAsync(object arg) method ValidateUIElementForCapture (line 868) | private static bool ValidateUIElementForCapture(UIElement element) method ValidateContentElementForCapture (line 882) | private static bool ValidateContentElementForCapture(ContentElement el... method ValidateUIElement3DForCapture (line 892) | private static bool ValidateUIElement3DForCapture(UIElement3D element) method ValidateVisualForCapture (line 906) | private bool ValidateVisualForCapture(DependencyObject visual) method ChangeStylusOver (line 929) | internal void ChangeStylusOver(IInputElement stylusOver) method FindTarget (line 966) | internal IInputElement FindTarget(PresentationSource inputSource, Poin... method ToString (line 1086) | public override string ToString() method GetStylusPoints (line 1109) | internal override StylusPointCollection GetStylusPoints(IInputElement ... method GetStylusPoints (line 1126) | internal override StylusPointCollection GetStylusPoints(IInputElement ... method GetPosition (line 1155) | internal override Point GetPosition(IInputElement relativeTo) method GetRawPosition (line 1206) | internal Point GetRawPosition(IInputElement relativeTo) method GetMouseButtonState (line 1236) | internal override MouseButtonState GetMouseButtonState(MouseButton mou... method GetMouseScreenPosition (line 1264) | internal override Point GetMouseScreenPosition(MouseDevice mouseDevice) method GetTabletToElementTransform (line 1285) | private GeneralTransform GetTabletToElementTransform(PresentationSourc... method UpdateEventStylusPoints (line 1335) | internal override void UpdateEventStylusPoints(RawStylusInputReport re... method UpdateState (line 1396) | internal void UpdateState(RawStylusInputReport report) method DetermineValidSource (line 1498) | private PresentationSource DetermineValidSource(PresentationSource inp... method UpdateInRange (line 1561) | internal void UpdateInRange(bool inRange, PenContext penContext) method UpdateStateForSystemGesture (line 1575) | internal void UpdateStateForSystemGesture(RawStylusSystemGestureInputR... method UpdateStateForSystemGesture (line 1580) | private void UpdateStateForSystemGesture(SystemGesture gesture, RawSty... method PlayBackCachedDownInputReport (line 1656) | internal void PlayBackCachedDownInputReport(int timestamp) method GetMousePresentationSource (line 1707) | internal PresentationSource GetMousePresentationSource() method GetMouseActionsFromStylusEventAndPlaybackCachedDown (line 1737) | internal RawMouseActions GetMouseActionsFromStylusEventAndPlaybackCach... method ResetStateForStylusUp (line 1828) | internal void ResetStateForStylusUp() method SetSawMouseButton1Down (line 1880) | internal void SetSawMouseButton1Down(bool sawMouseButton1Down) method UpdateTouchActiveSource (line 1906) | internal void UpdateTouchActiveSource() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp/WispStylusPlugInCollection.cs class WispStylusPlugInCollection (line 21) | internal class WispStylusPlugInCollection : StylusPlugInCollectionBase method UpdateState (line 57) | internal override void UpdateState(UIElement element) method Unhook (line 111) | internal override void Unhook() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp/WispStylusTouchDevice.cs class WispStylusTouchDevice (line 14) | internal sealed class WispStylusTouchDevice : StylusTouchDeviceBase method WispStylusTouchDevice (line 18) | internal WispStylusTouchDevice(StylusDeviceBase stylusDevice) method GetStylusPointWidthOrHeight (line 35) | protected override double GetStylusPointWidthOrHeight(StylusPoint styl... method OnManipulationStarted (line 76) | protected override void OnManipulationStarted() method OnManipulationEnded (line 82) | protected override void OnManipulationEnded(bool cancel) method OnActivateImpl (line 118) | protected override void OnActivateImpl() method OnDeactivateImpl (line 126) | protected override void OnDeactivateImpl() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp/WispTabletDevice.cs class WispTabletDevice (line 19) | internal class WispTabletDevice : TabletDeviceBase method WispTabletDevice (line 24) | internal WispTabletDevice(TabletDeviceInfo tabletInfo, PenThread penTh... method Dispose (line 69) | protected override void Dispose(bool disposing) method UpdateStylusDevices (line 86) | internal WispStylusDevice UpdateStylusDevices(int stylusId) method ToString (line 160) | public override string ToString() method CreateContext (line 184) | internal PenContext CreateContext(IntPtr hwnd, PenContexts contexts) method UpdateScreenMeasurements (line 216) | internal void UpdateScreenMeasurements() method InvalidateSizeDeltas (line 253) | internal void InvalidateSizeDeltas() method AreSizeDeltasValid (line 258) | internal bool AreSizeDeltasValid() method UpdateSizeDeltas (line 268) | internal void UpdateSizeDeltas(StylusPointDescription description, Wis... method DisposeOrDeferDisposal (line 317) | internal void DisposeOrDeferDisposal() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp/WispTabletDeviceCollection.cs class WispTabletDeviceCollection (line 16) | public class WispTabletDeviceCollection : TabletDeviceCollection method WispTabletDeviceCollection (line 23) | internal WispTabletDeviceCollection() method ShouldEnableTablets (line 50) | internal static bool ShouldEnableTablets() method IsWisptisRegistered (line 76) | private static bool IsWisptisRegistered() method HasTabletDevices (line 119) | private static bool HasTabletDevices() method UpdateTablets (line 177) | internal void UpdateTablets() method UpdateTabletsImpl (line 253) | private void UpdateTabletsImpl() method HandleTabletAdded (line 397) | internal bool HandleTabletAdded(uint wisptisIndex, ref uint tabletInde... method HandleTabletRemoved (line 500) | internal uint HandleTabletRemoved(uint wisptisIndex) method AddTablet (line 537) | private void AddTablet(uint index, TabletDevice tabletDevice) method RemoveTablet (line 557) | private void RemoveTablet(uint index) method UpdateStylusDevices (line 587) | internal WispStylusDevice UpdateStylusDevices(int tabletId, int stylusId) method DisposeTablets (line 603) | internal void DisposeTablets() method DisposeDeferredTablets (line 634) | internal void DisposeDeferredTablets() method CreateContexts (line 656) | internal PenContext[] CreateContexts(IntPtr hwnd, PenContexts contexts) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TextComposition.cs type TextCompositionAutoComplete (line 24) | public enum TextCompositionAutoComplete type TextCompositionStage (line 39) | internal enum TextCompositionStage class TextComposition (line 60) | public class TextComposition : DispatcherObject method TextComposition (line 73) | public TextComposition(InputManager inputManager, IInputElement source... method TextComposition (line 80) | public TextComposition(InputManager inputManager, IInputElement source... method TextComposition (line 95) | internal TextComposition(InputManager inputManager, IInputElement sour... method Complete (line 131) | public virtual void Complete() method SetText (line 272) | internal void SetText(string resultText) method SetCompositionText (line 280) | internal void SetCompositionText(string compositionText) method MakeSystem (line 289) | internal void MakeSystem() method MakeControl (line 302) | internal void MakeControl() method ClearTexts (line 318) | internal void ClearTexts() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TextCompositionEventArgs.cs class TextCompositionEventArgs (line 16) | public class TextCompositionEventArgs : InputEventArgs method TextCompositionEventArgs (line 27) | public TextCompositionEventArgs(InputDevice inputDevice, TextCompositi... method InvokeEventHandler (line 81) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TextCompositionManager.cs type AltNumpadConversionMode (line 14) | internal enum AltNumpadConversionMode class TextCompositionManager (line 37) | public sealed class TextCompositionManager : DispatcherObject method AddPreviewTextInputStartHandler (line 55) | public static void AddPreviewTextInputStartHandler(DependencyObject el... method RemovePreviewTextInputStartHandler (line 67) | public static void RemovePreviewTextInputStartHandler(DependencyObject... method AddTextInputStartHandler (line 84) | public static void AddTextInputStartHandler(DependencyObject element, ... method RemoveTextInputStartHandler (line 96) | public static void RemoveTextInputStartHandler(DependencyObject elemen... method AddPreviewTextInputUpdateHandler (line 113) | public static void AddPreviewTextInputUpdateHandler(DependencyObject e... method RemovePreviewTextInputUpdateHandler (line 125) | public static void RemovePreviewTextInputUpdateHandler(DependencyObjec... method AddTextInputUpdateHandler (line 142) | public static void AddTextInputUpdateHandler(DependencyObject element,... method RemoveTextInputUpdateHandler (line 154) | public static void RemoveTextInputUpdateHandler(DependencyObject eleme... method AddPreviewTextInputHandler (line 171) | public static void AddPreviewTextInputHandler(DependencyObject element... method RemovePreviewTextInputHandler (line 183) | public static void RemovePreviewTextInputHandler(DependencyObject elem... method AddTextInputHandler (line 200) | public static void AddTextInputHandler(DependencyObject element, TextC... method RemoveTextInputHandler (line 212) | public static void RemoveTextInputHandler(DependencyObject element, Te... method TextCompositionManager (line 227) | internal TextCompositionManager(InputManager inputManager) method StartComposition (line 245) | public static bool StartComposition(TextComposition composition) method UpdateComposition (line 253) | public static bool UpdateComposition(TextComposition composition) method CompleteComposition (line 261) | public static bool CompleteComposition(TextComposition composition) method UnsafeStartComposition (line 308) | private static bool UnsafeStartComposition(TextComposition composition) method UnsafeUpdateComposition (line 331) | private static bool UnsafeUpdateComposition(TextComposition composition) method UnsafeCompleteComposition (line 358) | private static bool UnsafeCompleteComposition(TextComposition composit... method GetCurrentOEMCPEncoding (line 386) | private static string GetCurrentOEMCPEncoding(int code) method CharacterEncoding (line 396) | private static unsafe string CharacterEncoding(int codePage, int code) method PreProcessInput (line 418) | private void PreProcessInput(object sender, PreProcessInputEventArgs e) method PostProcessInput (line 483) | private void PostProcessInput(object sender, ProcessInputEventArgs e) method CompleteDeadCharComposition (line 687) | internal void CompleteDeadCharComposition() method CompleteDeadCharComposition (line 692) | private bool CompleteDeadCharComposition(string inputText, method EnterAltNumpadEntryMode (line 717) | private bool EnterAltNumpadEntryMode(Key key) method HandleAltNumpadEntry (line 734) | private bool HandleAltNumpadEntry(Key key, int scanCode, bool isExtend... method GetNewEntry (line 823) | private int GetNewEntry(Key key, int scanCode) method ConvertCodeToByteArray (line 855) | private static ReadOnlySpan ConvertCodeToByteArray(int codeEntry... method ClearAltnumpadComposition (line 875) | private void ClearAltnumpadComposition() class NumpadScanCode (line 956) | internal static class NumpadScanCode method DigitFromScanCode (line 958) | internal static int DigitFromScanCode(int scanCode) => scanCode switch FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TextServicesCompartment.cs class TextServicesCompartment (line 21) | internal class TextServicesCompartment method TextServicesCompartment (line 29) | internal TextServicesCompartment(Guid guid, UnsafeNativeMethods.ITfCom... method AdviseNotifySink (line 84) | internal void AdviseNotifySink(UnsafeNativeMethods.ITfCompartmentEvent... method UnadviseNotifySink (line 105) | internal void UnadviseNotifySink() method GetITfCompartment (line 124) | internal UnsafeNativeMethods.ITfCompartment GetITfCompartment() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TextServicesCompartmentContext.cs class TextServicesCompartmentContext (line 22) | internal class TextServicesCompartmentContext method TextServicesCompartmentContext (line 33) | private TextServicesCompartmentContext() method GetCompartment (line 48) | internal TextServicesCompartment GetCompartment(InputMethodStateType s... method GetThreadCompartment (line 68) | internal TextServicesCompartment GetThreadCompartment(Guid guid) method GetGlobalCompartment (line 98) | internal TextServicesCompartment GetGlobalCompartment(Guid guid) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TextServicesCompartmentEventSink.cs class TextServicesCompartmentEventSink (line 23) | internal class TextServicesCompartmentEventSink : UnsafeNativeMethods.IT... method TextServicesCompartmentEventSink (line 31) | internal TextServicesCompartmentEventSink(InputMethod inputmethod) method OnChange (line 45) | public void OnChange(ref Guid rguid) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TextServicesContext.cs class TextServicesContext (line 31) | internal class TextServicesContext method TextServicesContext (line 44) | private TextServicesContext() method Uninitialize (line 72) | internal void Uninitialize(bool appDomainShutdown) method Keystroke (line 147) | internal bool Keystroke(int wParam, int lParam, KeyOp op) method RegisterTextStore (line 186) | internal void RegisterTextStore(DefaultTextStore defaultTextStore) method SetFocusOnDefaultTextStore (line 231) | internal void SetFocusOnDefaultTextStore() method SetFocusOnEmptyDim (line 237) | internal void SetFocusOnEmptyDim() type KeyOp (line 291) | internal enum KeyOp method SetFocusOnDim (line 323) | private void SetFocusOnDim(UnsafeNativeMethods.ITfDocumentMgr dim) method StartTransitoryExtension (line 331) | private void StartTransitoryExtension() method StopTransitoryExtension (line 363) | private void StopTransitoryExtension() class TextServicesContextShutDownListener (line 458) | private sealed class TextServicesContextShutDownListener : ShutDownLis... method TextServicesContextShutDownListener (line 460) | public TextServicesContextShutDownListener(TextServicesContext targe... method OnShutDown (line 464) | internal override void OnShutDown(object target, object sender, Even... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TextServicesManager.cs class TextServicesManager (line 19) | internal class TextServicesManager : DispatcherObject method TextServicesManager (line 28) | internal TextServicesManager(InputManager inputManager) method Focus (line 69) | internal void Focus(DependencyObject focus) method PreProcessInput (line 113) | private void PreProcessInput(object sender, PreProcessInputEventArgs e) method PostProcessInput (line 159) | private void PostProcessInput(object sender, ProcessInputEventArgs e) method TextServicesKeystroke (line 212) | private bool TextServicesKeystroke(TextServicesContext context, KeyEve... method IsSysKeyDown (line 255) | private bool IsSysKeyDown() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Touch.cs class Touch (line 9) | public static class Touch method ReportFrame (line 36) | internal static void ReportFrame() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TouchAction.cs type TouchAction (line 12) | public enum TouchAction FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TouchDevice.cs class TouchDevice (line 17) | public abstract class TouchDevice : InputDevice, IManipulator method TouchDevice (line 27) | protected TouchDevice(int deviceId) method AttachTouchDevice (line 44) | private void AttachTouchDevice() method DetachTouchDevice (line 50) | private void DetachTouchDevice() method SetActiveSource (line 116) | protected void SetActiveSource(PresentationSource activeSource) method GetTouchPoint (line 138) | public abstract TouchPoint GetTouchPoint(IInputElement relativeTo); method GetIntermediateTouchPoints (line 145) | public abstract TouchPointCollection GetIntermediateTouchPoints(IInput... method CriticalHitTest (line 147) | private IInputElement CriticalHitTest(Point point, bool isSynchronize) method EnsureValid (line 250) | private static void EnsureValid(ref IInputElement element) method GlobalHitTest (line 260) | private static IInputElement GlobalHitTest(Point pt, PresentationSourc... method LocalHitTest (line 265) | private static IInputElement LocalHitTest(Point pt, PresentationSource... method Capture (line 301) | public bool Capture(IInputElement element) method Capture (line 312) | public bool Capture(IInputElement element, CaptureMode captureMode) method UpdateReverseInheritedProperty (line 424) | private void UpdateReverseInheritedProperty(bool capture, IInputElemen... method ReevaluateCapturedWithin (line 462) | internal static void ReevaluateCapturedWithin(DependencyObject element... method ReevaluateCapturedWithinAsync (line 472) | private void ReevaluateCapturedWithinAsync(DependencyObject element, D... method OnReevaluateCapturedWithinAsync (line 504) | private void OnReevaluateCapturedWithinAsync() method ValidateVisualForCapture (line 563) | private bool ValidateVisualForCapture(DependencyObject visual) method OnReevaluateCapture (line 573) | private void OnReevaluateCapture(object sender, DependencyPropertyChan... method CastInputElement (line 592) | private static void CastInputElement(IInputElement element, out UIElem... method RaiseLostCapture (line 599) | private void RaiseLostCapture(IInputElement oldCapture) method RaiseGotCapture (line 608) | private void RaiseGotCapture(IInputElement captured) method OnCapture (line 622) | protected virtual void OnCapture(IInputElement element, CaptureMode ca... method ReportDown (line 630) | protected bool ReportDown() method ReportMove (line 643) | protected bool ReportMove() method ReportUp (line 655) | protected bool ReportUp() method Activate (line 690) | protected void Activate() method Deactivate (line 715) | protected void Deactivate() method Synchronize (line 739) | public void Synchronize() method OnManipulationEnded (line 753) | protected virtual void OnManipulationEnded(bool cancel) method OnManipulationStarted (line 762) | protected virtual void OnManipulationStarted() method OnHitTestInvalidatedAsync (line 766) | private void OnHitTestInvalidatedAsync(object sender, EventArgs e) method UpdateDirectlyOver (line 777) | private bool UpdateDirectlyOver(bool isSynchronize) method OnReevaluateDirectlyOver (line 799) | private void OnReevaluateDirectlyOver(object sender, DependencyPropert... method ReevaluateDirectlyOver (line 804) | internal static void ReevaluateDirectlyOver(DependencyObject element, ... method ReevaluateDirectlyOverAsync (line 814) | private void ReevaluateDirectlyOverAsync(DependencyObject element, Dep... method ChangeDirectlyOver (line 846) | private void ChangeDirectlyOver(IInputElement newDirectlyOver) method RaiseTouchEnterOrLeave (line 928) | private void RaiseTouchEnterOrLeave(DependencyObject element, bool isL... method CreateEventArgs (line 936) | private TouchEventArgs CreateEventArgs(RoutedEvent routedEvent) method RaiseTouchDown (line 946) | private bool RaiseTouchDown() method RaiseTouchMove (line 958) | private bool RaiseTouchMove() method RaiseTouchUp (line 970) | private bool RaiseTouchUp() method PostProcessInput (line 986) | private void PostProcessInput(object sender, ProcessInputEventArgs e) method PromotePreviewToMain (line 1032) | private RoutedEvent PromotePreviewToMain(RoutedEvent routedEvent, out ... method GetManipulatableElement (line 1056) | private UIElement GetManipulatableElement() method PromoteMainToManipulation (line 1067) | private void PromoteMainToManipulation(UIElement manipulatableElement,... method AddActiveDevice (line 1122) | private static void AddActiveDevice(TouchDevice device) method RemoveActiveDevice (line 1132) | private static void RemoveActiveDevice(TouchDevice device) method GetTouchPoints (line 1137) | internal static TouchPointCollection GetTouchPoints(IInputElement rela... method GetPrimaryTouchPoint (line 1153) | internal static TouchPoint GetPrimaryTouchPoint(IInputElement relativeTo) method ReleaseAllCaptures (line 1167) | internal static void ReleaseAllCaptures(IInputElement element) method GetCapturedTouches (line 1183) | internal static IEnumerable GetCapturedTouches(IInputElem... method GetTouchesOver (line 1188) | internal static IEnumerable GetTouchesOver(IInputElement ... method IsWithin (line 1193) | private static bool IsWithin(IInputElement parent, IInputElement child) method GetCapturedOrOverTouches (line 1212) | private static IEnumerable GetCapturedOrOverTouches(IInpu... method AreAnyTouchesCapturedOrDirectlyOver (line 1233) | private static bool AreAnyTouchesCapturedOrDirectlyOver(IInputElement ... method GetPosition (line 1264) | Point IManipulator.GetPosition(IInputElement relativeTo) method OnUpdated (line 1271) | private void OnUpdated() method ManipulationEnded (line 1279) | void IManipulator.ManipulationEnded(bool cancel) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TouchEventArgs.cs class TouchEventArgs (line 9) | public class TouchEventArgs : InputEventArgs method TouchEventArgs (line 11) | public TouchEventArgs(TouchDevice touchDevice, int timestamp) method GetTouchPoint (line 29) | public TouchPoint GetTouchPoint(IInputElement relativeTo) method GetIntermediateTouchPoints (line 40) | public TouchPointCollection GetIntermediateTouchPoints(IInputElement r... method InvokeEventHandler (line 55) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TouchFrameEventArgs.cs class TouchFrameEventArgs (line 12) | public sealed class TouchFrameEventArgs : EventArgs method TouchFrameEventArgs (line 18) | internal TouchFrameEventArgs(int timestamp) method GetTouchPoints (line 37) | public TouchPointCollection GetTouchPoints(IInputElement relativeTo) method GetPrimaryTouchPoint (line 47) | public TouchPoint GetPrimaryTouchPoint(IInputElement relativeTo) method SuspendMousePromotionUntilTouchUp (line 59) | public void SuspendMousePromotionUntilTouchUp() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TouchPoint.cs class TouchPoint (line 12) | public class TouchPoint : IEquatable method TouchPoint (line 32) | public TouchPoint(TouchDevice device, Point position, Rect bounds, Tou... method Equals (line 99) | bool IEquatable.Equals(TouchPoint other) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TouchPointCollection.cs class TouchPointCollection (line 14) | public class TouchPointCollection : Collection FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TouchesCapturedWithinProperty.cs class TouchesCapturedWithinProperty (line 6) | internal class TouchesCapturedWithinProperty : ReverseInheritProperty method TouchesCapturedWithinProperty (line 8) | internal TouchesCapturedWithinProperty() : method FireNotifications (line 15) | internal override void FireNotifications(UIElement uie, ContentElement... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/TouchesOverProperty.cs class TouchesOverProperty (line 6) | internal class TouchesOverProperty : ReverseInheritProperty method TouchesOverProperty (line 8) | internal TouchesOverProperty() : method FireNotifications (line 17) | internal override void FireNotifications(UIElement uie, ContentElement... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Win32KeyboardDevice.cs class Win32KeyboardDevice (line 12) | internal sealed class Win32KeyboardDevice : KeyboardDevice method Win32KeyboardDevice (line 19) | internal Win32KeyboardDevice(InputManager inputManager) method GetKeyStatesFromSystem (line 33) | protected override KeyStates GetKeyStatesFromSystem(Key key) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Win32MouseDevice.cs class Win32MouseDevice (line 12) | internal sealed class Win32MouseDevice : MouseDevice method Win32MouseDevice (line 19) | internal Win32MouseDevice(InputManager inputManager) method GetButtonStateFromSystem (line 33) | internal override MouseButtonState GetButtonStateFromSystem(MouseButto... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/CursorInteropHelper.cs class CursorInteropHelper (line 22) | public static class CursorInteropHelper method Create (line 40) | public static Cursor Create(SafeHandle cursorHandle) method CriticalCreate (line 61) | internal static Cursor CriticalCreate(SafeHandle cursorHandle) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/D3DImage.cs type D3DResourceType (line 22) | public enum D3DResourceType class D3DImage (line 27) | public class D3DImage : ImageSource, IAppDomainShutdownListener method D3DImage (line 29) | static D3DImage() method D3DImage (line 48) | public D3DImage() : this(96.0, 96.0) method D3DImage (line 55) | public D3DImage(double dpiX, double dpiY) method SetBackBuffer (line 85) | public void SetBackBuffer(D3DResourceType backBufferType, IntPtr backB... method SetBackBuffer (line 122) | public void SetBackBuffer(D3DResourceType backBufferType, IntPtr backB... method Lock (line 220) | public void Lock() method TryLock (line 231) | public bool TryLock(Duration timeout) method Unlock (line 252) | public void Unlock() method AddDirtyRect (line 287) | public void AddDirtyRect(Int32Rect dirtyRect) method Clone (line 440) | public new D3DImage Clone() method CloneCurrentValue (line 449) | public new D3DImage CloneCurrentValue() method CreateInstanceCore (line 458) | protected override Freezable CreateInstanceCore() method FreezeCore (line 471) | protected sealed override bool FreezeCore(bool isChecking) method CloneCore (line 481) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 488) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 495) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 502) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method CopyBackBuffer (line 514) | protected internal virtual BitmapSource CopyBackBuffer() method CloneCommon (line 536) | private void CloneCommon(Freezable sourceFreezable) method SubscribeToCommittingBatch (line 549) | private void SubscribeToCommittingBatch() method UnsubscribeFromCommittingBatch (line 566) | private void UnsubscribeFromCommittingBatch() method LockImpl (line 579) | private bool LockImpl(Duration timeout) method IsFrontBufferAvailablePropertyChanged (line 620) | private static void IsFrontBufferAvailablePropertyChanged(DependencyOb... method SendPresent (line 657) | private void SendPresent(object sender, EventArgs args) method SetIsFrontBufferAvailable (line 734) | private object SetIsFrontBufferAvailable(object isAvailableVersionPair) method Callback (line 754) | private void Callback(bool isFrontBufferAvailable, uint version) method UpdateResource (line 761) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 818) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 836) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 854) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 859) | internal override int GetChannelCountCore() method GetChannelCore (line 864) | internal override DUCE.Channel GetChannelCore(int index) method NotifyShutdown (line 871) | void IAppDomainShutdownListener.NotifyShutdown() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndAppCommandInputProvider.cs class HwndAppCommandInputProvider (line 12) | internal sealed class HwndAppCommandInputProvider : DispatcherObject, II... method HwndAppCommandInputProvider (line 14) | internal HwndAppCommandInputProvider( HwndSource source ) method Dispose (line 20) | public void Dispose( ) method ProvidesInputForRootVisual (line 27) | bool IInputProvider.ProvidesInputForRootVisual( Visual v ) method NotifyDeactivate (line 33) | void IInputProvider.NotifyDeactivate() {} method FilterMessage (line 35) | internal IntPtr FilterMessage( IntPtr hwnd, WindowMessage msg, IntPtr ... method GetAppCommand (line 67) | private static int GetAppCommand( IntPtr lParam ) method GetDevice (line 79) | private static InputType GetDevice(IntPtr lParam) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs class HwndKeyboardInputProvider (line 14) | internal sealed class HwndKeyboardInputProvider : DispatcherObject, IKey... method HwndKeyboardInputProvider (line 16) | internal HwndKeyboardInputProvider(HwndSource source) method Dispose (line 22) | public void Dispose() method OnRootChanged (line 29) | public void OnRootChanged(Visual oldRoot, Visual newRoot) method ProvidesInputForRootVisual (line 37) | bool IInputProvider.ProvidesInputForRootVisual(Visual v) method NotifyDeactivate (line 42) | void IInputProvider.NotifyDeactivate() method AcquireFocus (line 48) | bool IKeyboardInputProvider.AcquireFocus(bool checkOnly) method FilterMessage (line 154) | internal IntPtr FilterMessage(IntPtr hwnd, WindowMessage message, IntP... method OnSetFocus (line 399) | private void OnSetFocus(IntPtr hwnd) method ProcessKeyAction (line 510) | internal void ProcessKeyAction(ref MSG msg, ref bool handled) method ProcessTextInputAction (line 541) | internal void ProcessTextInputAction(IntPtr hwnd, WindowMessage msg, I... method GetVirtualKey (line 574) | internal static int GetVirtualKey(IntPtr wParam, IntPtr lParam) method GetScanCode (line 633) | internal static int GetScanCode(IntPtr wParam, IntPtr lParam) method IsExtendedKey (line 654) | internal static bool IsExtendedKey(IntPtr lParam) method GetSystemModifierKeys (line 663) | internal static ModifierKeys GetSystemModifierKeys() method GetKeyUpKeyDown (line 688) | private RawKeyboardActions GetKeyUpKeyDown(WindowMessage msg) method PossiblyDeactivate (line 697) | private void PossiblyDeactivate(IntPtr hwndFocus) method IsOurWindow (line 728) | private bool IsOurWindow(IntPtr hwnd) method GetImmediateChildFor (line 768) | private IntPtr GetImmediateChildFor(IntPtr hwnd, IntPtr hwndRoot) method ReportInput (line 794) | private bool ReportInput( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndMouseInputProvider.cs class HwndMouseInputProvider (line 17) | internal sealed class HwndMouseInputProvider : DispatcherObject, IMouseI... method HwndMouseInputProvider (line 19) | internal HwndMouseInputProvider(HwndSource source) method Dispose (line 30) | public void Dispose() method ProvidesInputForRootVisual (line 69) | bool IInputProvider.ProvidesInputForRootVisual(Visual v) method NotifyDeactivate (line 74) | void IInputProvider.NotifyDeactivate() method SetCursor (line 85) | bool IMouseInputProvider.SetCursor(Cursor cursor) method CaptureMouse (line 110) | bool IMouseInputProvider.CaptureMouse() method ReleaseMouseCapture (line 178) | void IMouseInputProvider.ReleaseMouseCapture() method GetIntermediatePoints (line 204) | int IMouseInputProvider.GetIntermediatePoints(IInputElement relativeTo... method FilterMessage (line 314) | internal IntPtr FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr w... method PossiblyDeactivate (line 880) | private void PossiblyDeactivate(IntPtr hwndCapture, bool stillActiveIf... method GetEffectiveClientRect (line 1013) | private NativeMethods.RECT GetEffectiveClientRect(IntPtr hwnd) method HasCustomChrome (line 1039) | private bool HasCustomChrome(HwndSource hwndSource, ref NativeMethods.... method EnsureFrameworkAccessors (line 1072) | private bool EnsureFrameworkAccessors(HwndSource hwndSource) method GetPresentationFrameworkFromHwndSource (line 1114) | private Assembly GetPresentationFrameworkFromHwndSource(HwndSource hwn... method StartTracking (line 1126) | private void StartTracking(IntPtr hwnd) method StopTracking (line 1144) | private void StopTracking(IntPtr hwnd) method MakeLPARAM (line 1162) | private IntPtr MakeLPARAM(int high, int low) method IsOurWindow (line 1167) | private bool IsOurWindow(IntPtr hwnd) method IsOurWindowImpl (line 1173) | private bool IsOurWindowImpl(IntPtr hwnd, out HwndSource hwndSource) method ReportInput (line 1213) | private bool ReportInput( method RecordMouseMove (line 1432) | private void RecordMouseMove(int x, int y, int timestamp) type SetCursorState (line 1506) | private enum SetCursorState FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndPanningFeedback.cs class HwndPanningFeedback (line 16) | internal class HwndPanningFeedback method HwndPanningFeedback (line 22) | public HwndPanningFeedback(HwndSource hwndSource) method UpdatePanningFeedback (line 63) | public void UpdatePanningFeedback(Vector totalOverpanOffset, bool inIn... method OnUpdatePanningFeedback (line 89) | private object OnUpdatePanningFeedback(object args) method EndPanningFeedback (line 107) | public void EndPanningFeedback(bool animateBack) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndPointerInputProvider.cs class HwndPointerInputProvider (line 18) | internal sealed class HwndPointerInputProvider : DispatcherObject, IStyl... method HwndPointerInputProvider (line 66) | internal HwndPointerInputProvider(HwndSource source) method Dispose (line 89) | private void Dispose(bool disposing) method Dispose (line 105) | public void Dispose() method GetPointerId (line 120) | private uint GetPointerId(IntPtr wParam) method GenerateRawStylusData (line 131) | private int[] GenerateRawStylusData(PointerData pointerData, PointerTa... method ProcessMessage (line 205) | private bool ProcessMessage(uint pointerId, RawStylusActions action, i... method GetOriginOffsetsLogical (line 316) | private void GetOriginOffsetsLogical(out int originOffsetX, out int or... method UpdateCurrentTabletAndStylus (line 337) | private bool UpdateCurrentTabletAndStylus(IntPtr deviceId, uint cursorId) method FilterMessage (line 391) | IntPtr IStylusInputProvider.FilterMessage(IntPtr hwnd, WindowMessage m... method ProvidesInputForRootVisual (line 450) | public bool ProvidesInputForRootVisual(Visual v) method NotifyDeactivate (line 460) | public void NotifyDeactivate() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs class HwndSource (line 20) | public class HwndSource : PresentationSource, IDisposable, IWin32Window,... method HwndSource (line 22) | static HwndSource() method HwndSource (line 54) | public HwndSource( method HwndSource (line 113) | public HwndSource(int classStyle, method HwndSource (line 171) | public HwndSource( method HwndSource (line 201) | public HwndSource(HwndSourceParameters parameters) method Initialize (line 210) | private void Initialize(HwndSourceParameters parameters) method Dispose (line 345) | public void Dispose() method AddHook (line 360) | public void AddHook(HwndSourceHook hook) method RemoveHook (line 382) | public void RemoveHook(HwndSourceHook hook) method GetInputProvider (line 402) | internal override IInputProvider GetInputProvider(Type inputDevice) method ChangeDpi (line 419) | internal void ChangeDpi(HwndDpiChangedEventArgs e) method ChangeDpi (line 427) | internal void ChangeDpi(HwndDpiChangedAfterParentEventArgs e) method OnDpiChanged (line 436) | protected virtual void OnDpiChanged(HwndDpiChangedEventArgs e) method OnDpiChangedAfterParent (line 481) | private void OnDpiChangedAfterParent(HwndDpiChangedAfterParentEventArg... method FromHwnd (line 664) | public static HwndSource FromHwnd(IntPtr hwnd) method CriticalFromHwnd (line 669) | internal static HwndSource CriticalFromHwnd(IntPtr hwnd) method GetCompositionTargetCore (line 716) | protected override CompositionTarget GetCompositionTargetCore() method OnEnterMenuMode (line 731) | internal override void OnEnterMenuMode() method OnLeaveMenuMode (line 758) | internal override void OnLeaveMenuMode() method OnLayoutUpdated (line 785) | private void OnLayoutUpdated(object obj, EventArgs args) method Resize (line 819) | private void Resize(Size newSize) method ShowSystemMenu (line 852) | internal void ShowSystemMenu() method TransformToDevice (line 862) | internal Point TransformToDevice(Point pt) method TransformFromDevice (line 868) | internal Point TransformFromDevice(Point pt) method AdjustWindowSize (line 873) | private NativeMethods.RECT AdjustWindowSize(Size newSize) method RoundDeviceSize (line 901) | private void RoundDeviceSize(ref Point size) method CreateHandleRef (line 954) | public HandleRef CreateHandleRef() method IsLayoutActive (line 1002) | private bool IsLayoutActive() method SetLayoutSize (line 1016) | private void SetLayoutSize() method GetSizeFromHwnd (line 1137) | private Size GetSizeFromHwnd() method HwndTargetFilterMessage (line 1155) | private IntPtr HwndTargetFilterMessage(IntPtr hwnd, int msg, IntPtr wP... method LayoutFilterMessage (line 1175) | private IntPtr LayoutFilterMessage(IntPtr hwnd, int msg, IntPtr wParam... method Process_WM_WINDOWPOSCHANGING (line 1327) | private void Process_WM_WINDOWPOSCHANGING(UIElement rootUIElement, Int... method Process_WM_SIZE (line 1401) | private void Process_WM_SIZE(UIElement rootUIElement, IntPtr hwnd, Win... method DisableSizeToContent (line 1489) | private void DisableSizeToContent(UIElement rootUIElement, IntPtr hwnd) method GetNonClientRect (line 1521) | private void GetNonClientRect(ref NativeMethods.RECT rc) method InputFilterMessage (line 1539) | private IntPtr InputFilterMessage(IntPtr hwnd, int msg, IntPtr wParam,... method PublicHooksFilterMessage (line 1619) | private IntPtr PublicHooksFilterMessage(IntPtr hwnd, int msg, IntPtr w... method DisposeStylusInputProvider (line 1674) | private void DisposeStylusInputProvider() class MSGDATA (line 1711) | private class MSGDATA method OnPreprocessMessageThunk (line 1722) | private void OnPreprocessMessageThunk(ref MSG msg, ref bool handled) method OnPreprocessMessage (line 1770) | private object OnPreprocessMessage(object param) method RegisterKeyboardInputSinkCore (line 1905) | protected IKeyboardInputSite RegisterKeyboardInputSinkCore(IKeyboardIn... method RegisterKeyboardInputSink (line 1925) | IKeyboardInputSite IKeyboardInputSink.RegisterKeyboardInputSink(IKeybo... method TranslateAcceleratorCore (line 1942) | protected virtual bool TranslateAcceleratorCore(ref MSG msg, ModifierK... method TranslateAccelerator (line 1949) | bool IKeyboardInputSink.TranslateAccelerator(ref MSG msg, ModifierKeys... method TabIntoCore (line 1959) | protected virtual bool TabIntoCore(TraversalRequest request) method TabInto (line 1977) | bool IKeyboardInputSink.TabInto(TraversalRequest request) method OnMnemonicCore (line 2034) | protected virtual bool OnMnemonicCore(ref MSG msg, ModifierKeys modifi... method OnMnemonic (line 2112) | bool IKeyboardInputSink.OnMnemonic(ref MSG msg, ModifierKeys modifiers) method TranslateCharCore (line 2125) | protected virtual bool TranslateCharCore(ref MSG msg, ModifierKeys mod... method TranslateChar (line 2138) | bool IKeyboardInputSink.TranslateChar(ref MSG msg, ModifierKeys modifi... method HasFocusWithinCore (line 2146) | protected virtual bool HasFocusWithinCore() method HasFocusWithin (line 2168) | bool IKeyboardInputSink.HasFocusWithin() method CriticalUnregisterKeyboardInputSink (line 2229) | internal void CriticalUnregisterKeyboardInputSink(HwndSourceKeyboardIn... method CriticalTranslateAccelerator (line 2268) | internal bool CriticalTranslateAccelerator(ref MSG msg, ModifierKeys m... method RestoreCharMessages (line 2432) | internal static object RestoreCharMessages(object unused) method IsRepeatedKeyboardMessage (line 2441) | internal bool IsRepeatedKeyboardMessage(IntPtr hwnd, int msg, IntPtr w... method OnHwndDisposed (line 2460) | private void OnHwndDisposed(object sender, EventArgs args) method OnNoMoreWindowMessages (line 2479) | private void OnNoMoreWindowMessages() method OnShutdownFinished (line 2484) | private void OnShutdownFinished(object sender, EventArgs args) method Dispose (line 2494) | private void Dispose(bool disposing) method CheckDisposed (line 2622) | private void CheckDisposed(bool verifyAccess) method IsValidSizeToContent (line 2651) | private static bool IsValidSizeToContent(SizeToContent value) class ThreadDataBlob (line 2659) | private class ThreadDataBlob class WeakEventDispatcherShutdown (line 2685) | private class WeakEventDispatcherShutdown: WeakReference method WeakEventDispatcherShutdown (line 2687) | public WeakEventDispatcherShutdown(HwndSource source, Dispatcher tha... method OnShutdownFinished (line 2693) | public void OnShutdownFinished(object sender, EventArgs e) method Dispose (line 2706) | public void Dispose() class WeakEventPreprocessMessage (line 2714) | private class WeakEventPreprocessMessage: WeakReference method WeakEventPreprocessMessage (line 2716) | public WeakEventPreprocessMessage(HwndSource source, bool addToFront... method OnPreprocessMessage (line 2731) | public void OnPreprocessMessage(ref MSG msg, ref bool handled) method Dispose (line 2745) | public void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSourceKeyboardInputSite.cs class HwndSourceKeyboardInputSite (line 8) | internal class HwndSourceKeyboardInputSite : IKeyboardInputSite method HwndSourceKeyboardInputSite (line 10) | public HwndSourceKeyboardInputSite(HwndSource source, IKeyboardInputSi... method Unregister (line 34) | void IKeyboardInputSite.Unregister() method CriticalUnregister (line 42) | internal void CriticalUnregister() method OnNoMoreTabStops (line 72) | bool IKeyboardInputSite.OnNoMoreTabStops(TraversalRequest request) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSourceParameters.cs type HwndSourceParameters (line 16) | public struct HwndSourceParameters method HwndSourceParameters (line 21) | public HwndSourceParameters(string name): this() method HwndSourceParameters (line 49) | public HwndSourceParameters(string name, int width, int height): this(... method GetHashCode (line 59) | public override int GetHashCode( ) method SetPosition (line 100) | public void SetPosition(int x, int y) method SetSize (line 127) | public void SetSize(int width, int height) method Equals (line 343) | public override bool Equals(object obj) method Equals (line 358) | public bool Equals(HwndSourceParameters obj) method SetPlatformSupportsTransparentChildWindowsForTestingOnly (line 420) | internal static void SetPlatformSupportsTransparentChildWindowsForTest... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndStylusInputProvider.cs class HwndStylusInputProvider (line 17) | internal sealed class HwndStylusInputProvider : DispatcherObject, IStylu... method HwndStylusInputProvider (line 28) | internal HwndStylusInputProvider(HwndSource source) method Dispose (line 50) | public void Dispose() method ProvidesInputForRootVisual (line 64) | bool IInputProvider.ProvidesInputForRootVisual(Visual v) => _source.Ro... method NotifyDeactivate (line 66) | void IInputProvider.NotifyDeactivate() {} method FilterMessage (line 68) | IntPtr IStylusInputProvider.FilterMessage(IntPtr hwnd, WindowMessage m... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndTarget.cs type RenderingMode (line 26) | internal enum RenderingMode type RenderMode (line 42) | public enum RenderMode class HwndTarget (line 67) | public class HwndTarget : CompositionTarget method HwndTarget (line 206) | static HwndTarget() method HwndTarget (line 224) | public HwndTarget(IntPtr hwnd) method CheckAndDisableSpecialCharacterLigature (line 302) | private void CheckAndDisableSpecialCharacterLigature() method InitializeDpiAwarenessAndDpiScales (line 311) | private void InitializeDpiAwarenessAndDpiScales() method GetProcessDpiAwareness (line 356) | private static void GetProcessDpiAwareness( method GetDpiScaleForWindow (line 404) | private static DpiScale2 GetDpiScaleForWindow(IntPtr hWnd) method NormalizeWindow (line 470) | private static HandleRef NormalizeWindow(HandleRef hWnd, bool normaliz... method AttachToHwnd (line 514) | private void AttachToHwnd(IntPtr hwnd) method VisualTarget_AttachToHwnd (line 565) | [DllImport(DllImport.MilCore, EntryPoint = "MilVisualTarget_AttachToHw... method VisualTarget_DetachFromHwnd (line 571) | [DllImport(DllImport.MilCore, EntryPoint = "MilVisualTarget_DetachFrom... method InvalidateRenderMode (line 576) | internal void InvalidateRenderMode() method Dispose (line 670) | public override void Dispose() method CreateUCEResources (line 714) | internal override void CreateUCEResources(DUCE.Channel channel, DUCE.C... method ReleaseUCEResources (line 811) | internal override void ReleaseUCEResources(DUCE.Channel channel, DUCE.... method HandleDpiChangedMessage (line 861) | private bool HandleDpiChangedMessage(IntPtr wParam, IntPtr lParam) method HandleDpiChangedAfterParentMessage (line 896) | private bool HandleDpiChangedAfterParentMessage() method HandleMessage (line 936) | internal IntPtr HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr... method OnMonitorPowerEvent (line 1301) | private void OnMonitorPowerEvent(object sender, MonitorPowerEventArgs ... method OnMonitorPowerEvent (line 1306) | private void OnMonitorPowerEvent(object sender, bool powerOn, bool pai... method InvalidateSelf (line 1335) | private void InvalidateSelf(object s, EventArgs args) method DoPaint (line 1354) | private void DoPaint() method EnsureAutomationPeer (line 1397) | internal AutomationPeer EnsureAutomationPeer(Visual root) method EnsureAutomationPeer (line 1402) | internal static AutomationPeer EnsureAutomationPeer(Visual root, IntPt... method CriticalHandleWMGetobject (line 1431) | private static IntPtr CriticalHandleWMGetobject(IntPtr wparam, IntPtr ... method AdjustForRightToLeft (line 1486) | internal void AdjustForRightToLeft(ref NativeMethods.RECT rc, HandleRe... method OnSettingChange (line 1506) | private bool OnSettingChange(Int32 firstParam) method InvalidateRect (line 1534) | private void InvalidateRect(NativeMethods.RECT rcDirty) method OnResize (line 1558) | private void OnResize() method UpdateWindowAndClientCoordinates (line 1618) | private void UpdateWindowAndClientCoordinates() method UpdateWorldTransform (line 1669) | private void UpdateWorldTransform(DpiScale2 dpiScale) method PropagateDpiChangeToRootVisual (line 1700) | private void PropagateDpiChangeToRootVisual(DpiScale2 oldDpi, DpiScale... method NotifyListenersOfWorldTransformAndClipBoundsChanged (line 1718) | private void NotifyListenersOfWorldTransformAndClipBoundsChanged() method OnDpiChanged (line 1739) | internal void OnDpiChanged(HwndDpiChangedEventArgs e) method OnDpiChangedAfterParent (line 1761) | internal void OnDpiChangedAfterParent(HwndDpiChangedAfterParentEventAr... method NotifyRendererOfDpiChange (line 1784) | private void NotifyRendererOfDpiChange(bool afterParent) method RecursiveUpdateDpiFlagAndInvalidateMeasure (line 1796) | private void RecursiveUpdateDpiFlagAndInvalidateMeasure(DependencyObje... method OnWindowPosChanging (line 1816) | private void OnWindowPosChanging(IntPtr lParam) method OnWindowPosChanged (line 1823) | private void OnWindowPosChanged(IntPtr lParam) method UpdateWindowPos (line 1830) | private void UpdateWindowPos(IntPtr lParam) method OnShowWindow (line 1959) | private void OnShowWindow(bool enableRenderTarget) method OnEnterSizeMove (line 2082) | private void OnEnterSizeMove() method OnExitSizeMove (line 2087) | private void OnExitSizeMove() method UpdateWindowSettings (line 2098) | private void UpdateWindowSettings() method UpdateWindowSettings (line 2103) | private void UpdateWindowSettings(bool enableRenderTarget) method UpdateWindowSettings (line 2108) | private void UpdateWindowSettings(bool enableRenderTarget, DUCE.Channe... method EnsureNotificationWindow (line 2482) | private void EnsureNotificationWindow() class MonitorPowerEventArgs (line 2490) | private class MonitorPowerEventArgs : EventArgs method MonitorPowerEventArgs (line 2492) | public MonitorPowerEventArgs(bool powerOn) class NotificationWindowHelper (line 2509) | private class NotificationWindowHelper : IDisposable method NotificationWindowHelper (line 2524) | public NotificationWindowHelper() method Dispose (line 2558) | public void Dispose() method AttachHwndTarget (line 2574) | public void AttachHwndTarget(HwndTarget hwndTarget) method DetachHwndTarget (line 2591) | public bool DetachHwndTarget(HwndTarget hwndTarget) method NotificationFilterMessage (line 2603) | private IntPtr NotificationFilterMessage(IntPtr hwnd, int msg, IntPt... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/IStylusInputProvider.cs type IStylusInputProvider (line 13) | internal interface IStylusInputProvider : IInputProvider, IDisposable method FilterMessage (line 20) | IntPtr FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, In... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/IWin32Window.cs type IWin32Window (line 9) | public interface IWin32Window FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/Imaging.cs class Imaging (line 15) | public static class Imaging method CreateBitmapSourceFromHBitmap (line 27) | public static unsafe BitmapSource CreateBitmapSourceFromHBitmap( method CriticalCreateBitmapSourceFromHBitmap (line 45) | internal static unsafe BitmapSource CriticalCreateBitmapSourceFromHBit... method CreateBitmapSourceFromHIcon (line 69) | public static unsafe BitmapSource CreateBitmapSourceFromHIcon( method CreateBitmapSourceFromMemorySection (line 95) | public static unsafe BitmapSource CreateBitmapSourceFromMemorySection( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/OperatingSystemVersionCheck.cs class OperatingSystemVersionCheck (line 18) | internal static class OperatingSystemVersionCheck method IsVersionOrLater (line 20) | internal static bool IsVersionOrLater(OperatingSystemVersion version) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/LayoutManager.cs class ContextLayoutManager (line 14) | internal sealed class ContextLayoutManager : DispatcherObject method ContextLayoutManager (line 16) | internal ContextLayoutManager() method OnDispatcherShutdown (line 22) | private void OnDispatcherShutdown(object sender, EventArgs e) method From (line 42) | internal static ContextLayoutManager From(Dispatcher dispatcher) method setForceLayout (line 58) | private void setForceLayout(UIElement e) method markTreeDirty (line 63) | private void markTreeDirty(UIElement e) method markTreeDirtyHelper (line 78) | private void markTreeDirtyHelper(Visual v) method NeedsRecalc (line 103) | private void NeedsRecalc() method UpdateLayoutBackground (line 112) | private static object UpdateLayoutBackground(object arg) method EnterMeasure (line 126) | internal void EnterMeasure() method ExitMeasure (line 137) | internal void ExitMeasure() method EnterArrange (line 143) | internal void EnterArrange() method ExitArrange (line 154) | internal void ExitArrange() method UpdateLayout (line 164) | internal void UpdateLayout() method getProperArrangeRect (line 452) | private Rect getProperArrangeRect(UIElement element) method invalidateTreeIfRecovering (line 475) | private void invalidateTreeIfRecovering() class InternalMeasureQueue (line 509) | internal class InternalMeasureQueue: LayoutQueue method setRequest (line 511) | internal override void setRequest(UIElement e, Request r) method getRequest (line 516) | internal override Request getRequest(UIElement e) method canRelyOnParentRecalc (line 521) | internal override bool canRelyOnParentRecalc(UIElement parent) method invalidate (line 527) | internal override void invalidate(UIElement e) class InternalArrangeQueue (line 534) | internal class InternalArrangeQueue: LayoutQueue method setRequest (line 536) | internal override void setRequest(UIElement e, Request r) method getRequest (line 541) | internal override Request getRequest(UIElement e) method canRelyOnParentRecalc (line 546) | internal override bool canRelyOnParentRecalc(UIElement parent) method invalidate (line 552) | internal override void invalidate(UIElement e) method UpdateLayoutCallback (line 560) | private static object UpdateLayoutCallback(object arg) method fireLayoutUpdateEvent (line 568) | private void fireLayoutUpdateEvent() method AddToSizeChangedChain (line 628) | internal void AddToSizeChangedChain(SizeChangedInfo info) method fireSizeChangedEvents (line 639) | private void fireSizeChangedEvents() method fireAutomationEvents (line 670) | private void fireAutomationEvents() method GetAutomationRoots (line 730) | internal AutomationPeer[] GetAutomationRoots() method GetLastExceptionElement (line 779) | internal UIElement GetLastExceptionElement() method SetLastExceptionElement (line 784) | internal void SetLastExceptionElement(UIElement e) class LayoutQueue (line 822) | internal abstract class LayoutQueue method getRequest (line 830) | internal abstract Request getRequest(UIElement e); method setRequest (line 831) | internal abstract void setRequest(UIElement e, Request r); method canRelyOnParentRecalc (line 832) | internal abstract bool canRelyOnParentRecalc(UIElement parent); method invalidate (line 833) | internal abstract void invalidate(UIElement e); class Request (line 835) | internal class Request method LayoutQueue (line 842) | internal LayoutQueue() method _addRequest (line 856) | private void _addRequest(UIElement e) method Add (line 870) | internal void Add(UIElement e) method Remove (line 923) | internal void Remove(UIElement e) method RemoveOrphans (line 931) | internal void RemoveOrphans(UIElement parent) method GetTopMost (line 953) | internal UIElement GetTopMost() method _removeRequest (line 973) | private void _removeRequest(Request entry) method _getNewRequest (line 983) | private Request _getNewRequest(UIElement e) method ReuseRequest (line 1011) | private void ReuseRequest(Request r) class LayoutEventList (line 1029) | internal class LayoutEventList class ListItem (line 1034) | internal class ListItem: WeakReference method ListItem (line 1036) | internal ListItem() : base(null) {} method LayoutEventList (line 1042) | internal LayoutEventList() method Remove (line 1068) | internal void Remove(ListItem t) method getNewListItem (line 1083) | private ListItem getNewListItem(object target) method reuseListItem (line 1103) | private void reuseListItem(ListItem t) method CopyToArray (line 1117) | internal ListItem[] CopyToArray() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/LocalizabilityAttribute.cs class LocalizabilityAttribute (line 18) | [AttributeUsage( method LocalizabilityAttribute (line 35) | public LocalizabilityAttribute(LocalizationCategory category) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/LocalizationCategory.cs type LocalizationCategory (line 22) | public enum LocalizationCategory FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Markup/IAddChild.cs type IAddChild (line 20) | public interface IAddChild method AddChild (line 28) | void AddChild(Object value); method AddText (line 36) | void AddText(string text); type IAddChildInternal (line 39) | internal interface IAddChildInternal : IAddChild FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Markup/IProvidePropertyFallback.cs type IProvidePropertyFallback (line 14) | [TypeForwardedFrom("PresentationFramework, Version=3.5.0.0, Culture=neut... method CanProvidePropertyFallback (line 20) | bool CanProvidePropertyFallback(string property); method ProvidePropertyFallback (line 25) | object ProvidePropertyFallback(string property, Exception cause); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Markup/XamlSerializerUtil.cs class XamlCoreSerializerUtil (line 18) | internal static class XamlCoreSerializerUtil method XamlCoreSerializerUtil (line 20) | static XamlCoreSerializerUtil() method ThrowIfIAddChildInternal (line 30) | internal static void ThrowIfIAddChildInternal(object o) method ThrowIfNonWhiteSpaceInAddText (line 48) | internal static void ThrowIfNonWhiteSpaceInAddText(string s) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Markup/XmlLanguage.cs class XmlLanguage (line 30) | [TypeConverter(typeof(XmlLanguageConverter))] method XmlLanguage (line 69) | private XmlLanguage(string lowercase) method GetLanguage (line 113) | public static XmlLanguage GetLanguage(string ietfLanguageTag) method ToString (line 163) | public override string ToString() method GetEquivalentCulture (line 176) | public CultureInfo GetEquivalentCulture() method GetSpecificCulture (line 222) | public CultureInfo GetSpecificCulture() method GetCompatibleCulture (line 266) | internal CultureInfo GetCompatibleCulture() method RangeIncludes (line 314) | internal bool RangeIncludes(XmlLanguage language) method RangeIncludes (line 339) | internal bool RangeIncludes(CultureInfo culture) method GetSpecificity (line 381) | internal int GetSpecificity() method GetSpecificity (line 412) | private static int GetSpecificity(CultureInfo culture, int maxDepth) method GetSubtagCount (line 429) | private static int GetSubtagCount(string languageTag) type MatchingLanguageCollection (line 460) | internal struct MatchingLanguageCollection : IEnumerable,... method MatchingLanguageCollection (line 463) | public MatchingLanguageCollection(XmlLanguage start) method GetEnumerator (line 470) | public MatchingLanguageEnumerator GetEnumerator() method GetEnumerator (line 476) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 482) | IEnumerator IEnumerable.GetEnumerator() type MatchingLanguageEnumerator (line 488) | internal struct MatchingLanguageEnumerator : IEnumerator,... method MatchingLanguageEnumerator (line 496) | public MatchingLanguageEnumerator(XmlLanguage start) method Reset (line 505) | public void Reset() method MoveNext (line 530) | public bool MoveNext() method Dispose (line 608) | void IDisposable.Dispose() { } method IsPrefixOf (line 618) | private bool IsPrefixOf(string longTag) method TryGetEquivalentCulture (line 633) | private bool TryGetEquivalentCulture(out CultureInfo culture) method Shorten (line 670) | private static string Shorten(string languageTag) method ValidateLowerCaseTag (line 707) | private static void ValidateLowerCaseTag(string ietfLanguageTag) method ParseSubtag (line 730) | private static int ParseSubtag(string ietfLanguageTag, StringReader re... method IsLowerAlpha (line 780) | private static bool IsLowerAlpha(int c) method IsDigit (line 785) | private static bool IsDigit(int c) method ThrowParseException (line 790) | private static void ThrowParseException(string ietfLanguageTag) method AsciiToLower (line 796) | private static string AsciiToLower(string tag) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Markup/XmlLanguageConverter.cs class XmlLanguageConverter (line 22) | public class XmlLanguageConverter: TypeConverter method CanConvertFrom (line 40) | public override bool CanConvertFrom(ITypeDescriptorContext typeDescrip... method CanConvertTo (line 54) | public override bool CanConvertTo(ITypeDescriptorContext typeDescripto... method ConvertFrom (line 77) | public override object ConvertFrom(ITypeDescriptorContext typeDescript... method ConvertTo (line 107) | public override object ConvertTo(ITypeDescriptorContext typeDescriptor... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/MeasureData.cs class MeasureData (line 20) | internal class MeasureData method MeasureData (line 22) | public MeasureData(Size availableSize, Rect viewport) method MeasureData (line 28) | public MeasureData(MeasureData data) : this (data.AvailableSize, data.... method IsCloseTo (line 41) | public bool IsCloseTo(MeasureData other) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/AncestorChangedEventArgs.cs class AncestorChangedEventArgs (line 6) | internal class AncestorChangedEventArgs method AncestorChangedEventArgs (line 8) | public AncestorChangedEventArgs(DependencyObject subRoot, DependencyOb... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Animatable.cs class Animatable (line 13) | public abstract partial class Animatable : Freezable, IAnimatable, DUCE.... method Animatable (line 20) | protected Animatable() method Clone (line 32) | public new Animatable Clone() method PropertyChanged (line 37) | internal void PropertyChanged(DependencyProperty dp) method AddRefOnChannelAnimations (line 56) | internal virtual void AddRefOnChannelAnimations(DUCE.Channel channel) method ReleaseOnChannelAnimations (line 78) | internal virtual void ReleaseOnChannelAnimations(DUCE.Channel channel) method RegisterProperty (line 102) | internal static DependencyProperty RegisterProperty( method AddRefResource (line 151) | internal void AddRefResource(DUCE.IResource resource, DUCE.Channel cha... method ReleaseResource (line 156) | internal void ReleaseResource(DUCE.IResource resource, DUCE.Channel ch... method FreezeCore (line 177) | protected override bool FreezeCore(bool isChecking) method AddRefOnChannel (line 202) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannel (line 212) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandle (line 221) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCount (line 231) | int DUCE.IResource.GetChannelCount() method GetChannel (line 239) | DUCE.Channel DUCE.IResource.GetChannel(int index) method Get3DHandle (line 247) | DUCE.ResourceHandle DUCE.IResource.Get3DHandle(DUCE.Channel channel) method RemoveChildFromParent (line 255) | void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.... method GetAnimationResourceHandle (line 266) | internal DUCE.ResourceHandle GetAnimationResourceHandle(DependencyProp... method GetWeakReference (line 287) | internal WeakReference GetWeakReference() method IsBaseValueDefault (line 307) | internal bool IsBaseValueDefault(DependencyProperty dp) method RegisterForAsyncUpdateResource (line 322) | internal void RegisterForAsyncUpdateResource() method UpdateResource (line 353) | internal virtual void UpdateResource(DUCE.Channel channel, bool skipOn... method InternalWritePreamble (line 362) | internal void InternalWritePreamble() method ShouldSerializeStoredWeakReference (line 383) | [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBro... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/AnimationClock.cs class AnimationClock (line 10) | public class AnimationClock : Clock method AnimationClock (line 18) | protected internal AnimationClock(AnimationTimeline animation) method GetCurrentValue (line 46) | public object GetCurrentValue(object defaultOriginValue, object defaul... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/AnimationClockResource.cs class AnimationClockResource (line 27) | internal abstract class AnimationClockResource: DUCE.IResource method AnimationClockResource (line 34) | protected AnimationClockResource(AnimationClock animationClock) method OnChanged (line 61) | protected void OnChanged(object sender, EventArgs args) method PropagateChangedHandlersCore (line 91) | internal virtual void PropagateChangedHandlersCore(EventHandler handle... method UpdateResourceFromMediaContext (line 114) | private void UpdateResourceFromMediaContext(DUCE.Channel channel, bool... method UpdateResource (line 137) | protected abstract void UpdateResource(DUCE.ResourceHandle handle, method AddRefOnChannel (line 140) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannel (line 154) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandle (line 164) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCount (line 182) | int DUCE.IResource.GetChannelCount() method GetChannel (line 187) | DUCE.Channel DUCE.IResource.GetChannel(int index) method RemoveChildFromParent (line 195) | void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.... method Get3DHandle (line 203) | DUCE.ResourceHandle DUCE.IResource.Get3DHandle(DUCE.Channel channel) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/AnimationException.cs class AnimationException (line 17) | [Serializable] method AnimationException (line 36) | internal AnimationException( method AnimationException (line 52) | private AnimationException(SerializationInfo info, StreamingContext co... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/AnimationLayer.cs class AnimationLayer (line 6) | internal class AnimationLayer method AnimationLayer (line 14) | internal AnimationLayer(AnimationStorage ownerStorage) method ApplyAnimationClocks (line 22) | internal void ApplyAnimationClocks( method DetachAnimationClocks (line 101) | private void DetachAnimationClocks() method SetAnimationClocks (line 115) | private void SetAnimationClocks( method OnCurrentStateInvalidated (line 133) | private void OnCurrentStateInvalidated(object sender, EventArgs args) method OnRemoveRequested (line 143) | private void OnRemoveRequested(object sender, EventArgs args) method AppendAnimationClocks (line 182) | private void AppendAnimationClocks( method GetCurrentValue (line 217) | internal object GetCurrentValue( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/AnimationStorage.cs class AnimationStorage (line 14) | internal class AnimationStorage method AnimationStorage (line 26) | protected AnimationStorage() method AttachAnimationClock (line 74) | internal void AttachAnimationClock( method DetachAnimationClock (line 102) | internal void DetachAnimationClock( method Initialize (line 117) | internal void Initialize(DependencyObject d, DependencyProperty dp) method RemoveLayer (line 142) | internal void RemoveLayer(AnimationLayer layer) method WritePostscript (line 164) | internal void WritePostscript() method EvaluateAnimatedValue (line 309) | internal void EvaluateAnimatedValue( method OnCurrentTimeInvalidated (line 350) | private void OnCurrentTimeInvalidated(object sender, EventArgs args) method OnRemoveRequested (line 499) | private void OnRemoveRequested(object sender, EventArgs args) method OnCurrentStateInvalidated (line 536) | private void OnCurrentStateInvalidated(object sender, EventArgs args) method ClearAnimations (line 546) | private void ClearAnimations() method ApplyAnimationClock (line 565) | internal static void ApplyAnimationClock( method ApplyAnimationClocks (line 582) | internal static void ApplyAnimationClocks( method ApplyAnimationClocksToLayer (line 688) | internal static void ApplyAnimationClocksToLayer( method BeginAnimation (line 769) | internal static void BeginAnimation( method EnsureStorage (line 867) | internal static AnimationStorage EnsureStorage( method GetCurrentPropertyValue (line 888) | internal static object GetCurrentPropertyValue( method IsPropertyAnimatable (line 1019) | internal static bool IsPropertyAnimatable( method IsAnimationValid (line 1039) | internal static bool IsAnimationValid( method IsAnimationClockValid (line 1047) | internal static bool IsAnimationClockValid( method GetAnimatedPropertiesMap (line 1065) | internal static FrugalMap GetAnimatedPropertiesMap(DependencyObject d) method GetStorage (line 1080) | internal static AnimationStorage GetStorage(DependencyObject d, Depend... method CreateStorage (line 1088) | private static AnimationStorage CreateStorage( method CreateIndependentAnimationStorageForType (line 1108) | private static IndependentAnimationStorage CreateIndependentAnimationS... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/AnimationTimeline.cs class AnimationTimeline (line 9) | public abstract class AnimationTimeline : Timeline method AnimationTimeline (line 14) | protected AnimationTimeline() method AnimationTimeline_PropertyChangedFunction (line 21) | private static void AnimationTimeline_PropertyChangedFunction(Dependen... method Clone (line 57) | public new AnimationTimeline Clone() method AllocateClock (line 70) | protected internal override Clock AllocateClock() method CreateClock (line 79) | public new AnimationClock CreateClock() method GetCurrentValue (line 111) | public virtual object GetCurrentValue(object defaultOriginValue, objec... method GetNaturalDurationCore (line 127) | protected override Duration GetNaturalDurationCore(Clock clock) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/AnimationType.cs type AnimationType (line 9) | internal enum AnimationType : byte FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/BackEase.cs class BackEase (line 10) | public class BackEase : EasingFunctionBase method BackEase (line 12) | public BackEase() method EaseInCore (line 41) | protected override double EaseInCore(double normalizedTime) method CreateInstanceCore (line 47) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/BounceEase.cs class BounceEase (line 13) | public class BounceEase : EasingFunctionBase method BounceEase (line 15) | public BounceEase() method EaseInCore (line 70) | protected override double EaseInCore(double normalizedTime) method CreateInstanceCore (line 123) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/CircleEase.cs class CircleEase (line 11) | public class CircleEase : EasingFunctionBase method EaseInCore (line 13) | protected override double EaseInCore(double normalizedTime) method CreateInstanceCore (line 19) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Clock.cs class Clock (line 23) | public class Clock : DispatcherObject method Clock (line 40) | protected internal Clock(Timeline timeline) method DiscontinuousTimeMovement (line 467) | protected virtual void DiscontinuousTimeMovement() method GetCanSlip (line 476) | protected virtual bool GetCanSlip() method GetCurrentTimeCore (line 484) | protected virtual TimeSpan GetCurrentTimeCore() method SpeedChanged (line 494) | protected virtual void SpeedChanged() method Stopped (line 502) | protected virtual void Stopped() method AddNullPointToCurrentIntervals (line 560) | internal virtual void AddNullPointToCurrentIntervals() method AllocateClock (line 565) | internal static Clock AllocateClock( method BuildClockSubTreeFromTimeline (line 593) | internal virtual void BuildClockSubTreeFromTimeline( method BuildClockTreeFromTimeline (line 642) | internal static Clock BuildClockTreeFromTimeline( method ClearCurrentIntervalsToNull (line 663) | internal virtual void ClearCurrentIntervalsToNull() method ClipNextTickByParent (line 668) | internal void ClipNextTickByParent() method ComputeCurrentIntervals (line 681) | internal virtual void ComputeCurrentIntervals(TimeIntervalCollection p... method ComputeCurrentFillInterval (line 690) | internal virtual void ComputeCurrentFillInterval(TimeIntervalCollectio... method ComputeLocalState (line 698) | internal void ComputeLocalState() method InternalBegin (line 755) | internal void InternalBegin() method InternalGetSpeedRatio (line 764) | internal double InternalGetSpeedRatio() method InternalPause (line 772) | internal void InternalPause() method InternalRemove (line 807) | internal void InternalRemove() method InternalResume (line 817) | internal void InternalResume() method InternalSeek (line 852) | internal void InternalSeek(TimeSpan destination) method InternalSeekAlignedToLastTick (line 875) | internal void InternalSeekAlignedToLastTick(TimeSpan destination) method InternalSetSpeedRatio (line 946) | internal void InternalSetSpeedRatio(double ratio) method InternalSkipToFill (line 957) | internal void InternalSkipToFill() method InternalStop (line 988) | internal void InternalStop() method RaiseAccumulatedEvents (line 1006) | internal void RaiseAccumulatedEvents() method RaiseCompleted (line 1069) | internal void RaiseCompleted() method RaiseCurrentGlobalSpeedInvalidated (line 1089) | internal void RaiseCurrentGlobalSpeedInvalidated() method RaiseCurrentStateInvalidated (line 1105) | internal void RaiseCurrentStateInvalidated() method RaiseCurrentTimeInvalidated (line 1127) | internal void RaiseCurrentTimeInvalidated() method RaiseRemoveRequested (line 1146) | internal void RaiseRemoveRequested() method ResetCachedStateToStopped (line 1159) | internal void ResetCachedStateToStopped() method UpdateDescendantsWithUnresolvedDuration (line 1183) | internal virtual void UpdateDescendantsWithUnresolvedDuration() method AdjustBeginTime (line 1780) | private void AdjustBeginTime() method ApplyDesiredFrameRateToGlobalTime (line 1897) | internal void ApplyDesiredFrameRateToGlobalTime() method ApplyDesiredFrameRateToNextTick (line 1908) | internal void ApplyDesiredFrameRateToNextTick() method ComputeCurrentIteration (line 1932) | private bool ComputeCurrentIteration(TimeSpan parentTime, double parentS... method ComputeCurrentIterationWithGrow (line 2182) | private void ComputeCurrentIterationWithGrow(TimeSpan parentTime, TimeSp... method ComputeCurrentState (line 2248) | private bool ComputeCurrentState(TimeSpan? expirationTime, ref TimeSpan ... method ComputeCurrentSpeed (line 2300) | private bool ComputeCurrentSpeed(double localSpeed) method ComputeCurrentTime (line 2330) | private bool ComputeCurrentTime(TimeSpan localProgress, out double local... method ResolveDuration (line 2423) | private void ResolveDuration() method ComputeEffectiveDuration (line 2465) | private TimeSpan? ComputeEffectiveDuration() method ComputeEvents (line 2557) | private void ComputeEvents(TimeSpan? expirationTime, method ComputeExpirationTime (line 2639) | private bool ComputeExpirationTime(out TimeSpan? expirationTime) method ComputeInteractiveValues (line 2679) | private bool ComputeInteractiveValues() method ComputeIntervalsWithHoldEnd (line 2794) | private void ComputeIntervalsWithHoldEnd( method ComputeIntervalsWithParentIntersection (line 2824) | private void ComputeIntervalsWithParentIntersection( class SyncData (line 3966) | internal class SyncData method SyncData (line 3968) | internal SyncData(Clock syncClock) method UpdateClockBeginTime (line 3980) | internal void UpdateClockBeginTime() class RootData (line 4082) | internal class RootData method RootData (line 4084) | internal RootData() method Debug_VerifyOffsetFromBegin (line 4151) | [Conditional("DEBUG")] method Dump (line 4172) | internal void Dump() method DumpAll (line 4200) | internal static void DumpAll() method BuildInfoRecursive (line 4256) | internal void BuildInfoRecursive(System.Text.StringBuilder builder, int ... method RootBuildInfoRecursive (line 4284) | internal void RootBuildInfoRecursive(System.Text.StringBuilder builder) method BuildInfo (line 4314) | internal void BuildInfo(System.Text.StringBuilder builder, int depth, bo... method Find (line 4333) | internal static Clock Find(int id) method CleanKnownClocksTable (line 4359) | internal static void CleanKnownClocksTable() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/ClockController.cs class ClockController (line 13) | public sealed class ClockController : DispatcherObject method ClockController (line 29) | internal ClockController(Clock owner) method Begin (line 51) | public void Begin() method SkipToFill (line 68) | public void SkipToFill() method Pause (line 100) | public void Pause() method Resume (line 119) | public void Resume() method Seek (line 147) | public void Seek(TimeSpan offset, TimeSeekOrigin origin) method SeekAlignedToLastTick (line 189) | public void SeekAlignedToLastTick(TimeSpan offset, TimeSeekOrigin origin) method Stop (line 234) | public void Stop() method Remove (line 246) | public void Remove() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/ClockGroup.cs class ClockGroup (line 10) | public class ClockGroup : Clock method ClockGroup (line 17) | protected internal ClockGroup(TimelineGroup timelineGroup) method BuildClockSubTreeFromTimeline (line 83) | internal override void BuildClockSubTreeFromTimeline( method GetMaxDesiredFrameRate (line 181) | internal int GetMaxDesiredFrameRate() method ComputeTreeState (line 209) | internal void ComputeTreeState() method ComputeTreeStateRoot (line 246) | internal void ComputeTreeStateRoot() method ComputeTreeStatePostfix (line 285) | private void ComputeTreeStatePostfix() method ClipNextTickByChildren (line 306) | private void ClipNextTickByChildren() method MakeRoot (line 405) | internal void MakeRoot(TimeManager timeManager) method ResetNodesWithSlip (line 430) | internal override void ResetNodesWithSlip() method RootActivate (line 455) | internal void RootActivate() method RootCleanChildren (line 471) | internal void RootCleanChildren() method RootDisable (line 505) | internal void RootDisable() method UpdateDescendantsWithUnresolvedDuration (line 539) | internal override void UpdateDescendantsWithUnresolvedDuration() method ClearCurrentIntervalsToNull (line 565) | internal override void ClearCurrentIntervalsToNull() method AddNullPointToCurrentIntervals (line 571) | internal override void AddNullPointToCurrentIntervals() method ComputeCurrentIntervals (line 576) | internal override void ComputeCurrentIntervals(TimeIntervalCollection ... method ComputeCurrentFillInterval (line 590) | internal override void ComputeCurrentFillInterval(TimeIntervalCollecti... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/ClockState.cs type ClockState (line 12) | public enum ClockState FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/CubicEase.cs class CubicEase (line 11) | public class CubicEase : EasingFunctionBase method EaseInCore (line 13) | protected override double EaseInCore(double normalizedTime) method CreateInstanceCore (line 18) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/DoubleAnimationUsingPath.cs class DoubleAnimationUsingPath (line 12) | public class DoubleAnimationUsingPath : DoubleAnimationBase method DoubleAnimationUsingPath (line 35) | public DoubleAnimationUsingPath() method Clone (line 105) | public new DoubleAnimationUsingPath Clone() method CreateInstanceCore (line 114) | protected override Freezable CreateInstanceCore() method OnChanged (line 122) | protected override void OnChanged() method GetCurrentValueCore (line 161) | protected override double GetCurrentValueCore(double defaultOriginValu... method Validate (line 254) | private void Validate() method CalculateAngleFromTangentVector (line 292) | internal static double CalculateAngleFromTangentVector(double x, doubl... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/EasingFunctionBase.cs class EasingFunctionBase (line 11) | public abstract class EasingFunctionBase : Freezable, IEasingFunction method Ease (line 44) | public double Ease(double normalizedTime) method EaseInCore (line 71) | protected abstract double EaseInCore(double normalizedTime); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/EasingMode.cs type EasingMode (line 12) | public enum EasingMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/EasingQuaternionKeyFrame.cs class EasingQuaternionKeyFrame (line 19) | public partial class EasingQuaternionKeyFrame : QuaternionKeyFrame FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/ElasticEase.cs class ElasticEase (line 13) | public class ElasticEase : EasingFunctionBase method ElasticEase (line 15) | public ElasticEase() method EaseInCore (line 69) | protected override double EaseInCore(double normalizedTime) method CreateInstanceCore (line 86) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Enums.cs type TimeSeekOrigin (line 15) | public enum TimeSeekOrigin type TimeState (line 37) | internal enum TimeState FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/ExponentialEase.cs class ExponentialEase (line 13) | public class ExponentialEase : EasingFunctionBase method ExponentialEase (line 15) | public ExponentialEase() method EaseInCore (line 44) | protected override double EaseInCore(double normalizedTime) method CreateInstanceCore (line 57) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/FillBehavior.cs type FillBehavior (line 15) | public enum FillBehavior class TimeEnumHelper (line 52) | internal static partial class TimeEnumHelper method IsValidFillBehavior (line 56) | internal static bool IsValidFillBehavior(FillBehavior value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Animatable.cs class Animatable (line 21) | public abstract partial class Animatable : IAnimatable method ApplyAnimationClock (line 37) | public void ApplyAnimationClock( method ApplyAnimationClock (line 61) | public void ApplyAnimationClock( method BeginAnimation (line 106) | public void BeginAnimation(DependencyProperty dp, AnimationTimeline an... method BeginAnimation (line 129) | public void BeginAnimation(DependencyProperty dp, AnimationTimeline an... method GetAnimationBaseValue (line 183) | public object GetAnimationBaseValue(DependencyProperty dp) method EvaluateAnimatedValueCore (line 204) | internal sealed override void EvaluateAnimatedValueCore( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/BooleanAnimationBase.cs class BooleanAnimationBase (line 18) | public abstract class BooleanAnimationBase : AnimationTimeline method BooleanAnimationBase (line 25) | protected BooleanAnimationBase() method Clone (line 38) | public new BooleanAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Boolean GetCurrentValue(Boolean defaultOriginValue, Boolean def... method GetCurrentValueCore (line 185) | protected abstract Boolean GetCurrentValueCore(Boolean defaultOriginVa... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/BooleanAnimationUsingKeyFrames.cs class BooleanAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method BooleanAnimationUsingKeyFrames (line 40) | public BooleanAnimationUsingKeyFrames() method Clone (line 54) | public new BooleanAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new BooleanAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(BooleanAnimationUsingKeyFrames sourceAnimation... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Boolean GetCurrentValueCore( method GetNaturalDurationCore (line 428) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 508) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 523) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 529) | private Boolean GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 536) | private BooleanKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 586) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 806) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/BooleanKeyFrameCollection.cs class BooleanKeyFrameCollection (line 20) | public class BooleanKeyFrameCollection : Freezable, IList method BooleanKeyFrameCollection (line 34) | public BooleanKeyFrameCollection() method Clone (line 74) | public new BooleanKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(BooleanKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(BooleanKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(BooleanKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(BooleanKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, BooleanKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(BooleanKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ByteAnimation.cs class ByteAnimation (line 24) | public partial class ByteAnimation : method ByteAnimation (line 45) | static ByteAnimation() method ByteAnimation (line 84) | public ByteAnimation() method ByteAnimation (line 94) | public ByteAnimation(Byte toValue, Duration duration) method ByteAnimation (line 106) | public ByteAnimation(Byte toValue, Duration duration, FillBehavior fil... method ByteAnimation (line 119) | public ByteAnimation(Byte fromValue, Byte toValue, Duration duration) method ByteAnimation (line 132) | public ByteAnimation(Byte fromValue, Byte toValue, Duration duration, ... method Clone (line 149) | public new ByteAnimation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Byte GetCurrentValueCore(Byte defaultOriginValue, B... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ByteAnimationBase.cs class ByteAnimationBase (line 18) | public abstract class ByteAnimationBase : AnimationTimeline method ByteAnimationBase (line 25) | protected ByteAnimationBase() method Clone (line 38) | public new ByteAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Byte GetCurrentValue(Byte defaultOriginValue, Byte defaultDesti... method GetCurrentValueCore (line 185) | protected abstract Byte GetCurrentValueCore(Byte defaultOriginValue, B... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ByteAnimationUsingKeyFrames.cs class ByteAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method ByteAnimationUsingKeyFrames (line 40) | public ByteAnimationUsingKeyFrames() method Clone (line 54) | public new ByteAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new ByteAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(ByteAnimationUsingKeyFrames sourceAnimation, b... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Byte GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Byte GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private ByteKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ByteKeyFrameCollection.cs class ByteKeyFrameCollection (line 20) | public class ByteKeyFrameCollection : Freezable, IList method ByteKeyFrameCollection (line 34) | public ByteKeyFrameCollection() method Clone (line 74) | public new ByteKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(ByteKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(ByteKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(ByteKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(ByteKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, ByteKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(ByteKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/CharAnimationBase.cs class CharAnimationBase (line 18) | public abstract class CharAnimationBase : AnimationTimeline method CharAnimationBase (line 25) | protected CharAnimationBase() method Clone (line 38) | public new CharAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Char GetCurrentValue(Char defaultOriginValue, Char defaultDesti... method GetCurrentValueCore (line 185) | protected abstract Char GetCurrentValueCore(Char defaultOriginValue, C... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/CharAnimationUsingKeyFrames.cs class CharAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method CharAnimationUsingKeyFrames (line 40) | public CharAnimationUsingKeyFrames() method Clone (line 54) | public new CharAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new CharAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(CharAnimationUsingKeyFrames sourceAnimation, b... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Char GetCurrentValueCore( method GetNaturalDurationCore (line 428) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 508) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 523) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 529) | private Char GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 536) | private CharKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 586) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 806) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/CharKeyFrameCollection.cs class CharKeyFrameCollection (line 20) | public class CharKeyFrameCollection : Freezable, IList method CharKeyFrameCollection (line 34) | public CharKeyFrameCollection() method Clone (line 74) | public new CharKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(CharKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(CharKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(CharKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(CharKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, CharKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(CharKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ColorAnimation.cs class ColorAnimation (line 24) | public partial class ColorAnimation : method ColorAnimation (line 45) | static ColorAnimation() method ColorAnimation (line 84) | public ColorAnimation() method ColorAnimation (line 94) | public ColorAnimation(Color toValue, Duration duration) method ColorAnimation (line 106) | public ColorAnimation(Color toValue, Duration duration, FillBehavior f... method ColorAnimation (line 119) | public ColorAnimation(Color fromValue, Color toValue, Duration duration) method ColorAnimation (line 132) | public ColorAnimation(Color fromValue, Color toValue, Duration duratio... method Clone (line 149) | public new ColorAnimation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Color GetCurrentValueCore(Color defaultOriginValue,... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ColorAnimationBase.cs class ColorAnimationBase (line 18) | public abstract class ColorAnimationBase : AnimationTimeline method ColorAnimationBase (line 25) | protected ColorAnimationBase() method Clone (line 38) | public new ColorAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Color GetCurrentValue(Color defaultOriginValue, Color defaultDe... method GetCurrentValueCore (line 185) | protected abstract Color GetCurrentValueCore(Color defaultOriginValue,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ColorAnimationUsingKeyFrames.cs class ColorAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method ColorAnimationUsingKeyFrames (line 40) | public ColorAnimationUsingKeyFrames() method Clone (line 54) | public new ColorAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new ColorAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(ColorAnimationUsingKeyFrames sourceAnimation, ... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Color GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Color GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private ColorKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ColorIndependentAnimationStorage.cs class ColorIndependentAnimationStorage (line 19) | internal class ColorIndependentAnimationStorage : IndependentAnimationSt... method UpdateResourceCore (line 34) | protected override void UpdateResourceCore(DUCE.Channel channel) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ColorKeyFrameCollection.cs class ColorKeyFrameCollection (line 20) | public class ColorKeyFrameCollection : Freezable, IList method ColorKeyFrameCollection (line 34) | public ColorKeyFrameCollection() method Clone (line 74) | public new ColorKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(ColorKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(ColorKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(ColorKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(ColorKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, ColorKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(ColorKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/DecimalAnimation.cs class DecimalAnimation (line 24) | public partial class DecimalAnimation : method DecimalAnimation (line 45) | static DecimalAnimation() method DecimalAnimation (line 84) | public DecimalAnimation() method DecimalAnimation (line 94) | public DecimalAnimation(Decimal toValue, Duration duration) method DecimalAnimation (line 106) | public DecimalAnimation(Decimal toValue, Duration duration, FillBehavi... method DecimalAnimation (line 119) | public DecimalAnimation(Decimal fromValue, Decimal toValue, Duration d... method DecimalAnimation (line 132) | public DecimalAnimation(Decimal fromValue, Decimal toValue, Duration d... method Clone (line 149) | public new DecimalAnimation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Decimal GetCurrentValueCore(Decimal defaultOriginVa... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/DecimalAnimationBase.cs class DecimalAnimationBase (line 18) | public abstract class DecimalAnimationBase : AnimationTimeline method DecimalAnimationBase (line 25) | protected DecimalAnimationBase() method Clone (line 38) | public new DecimalAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Decimal GetCurrentValue(Decimal defaultOriginValue, Decimal def... method GetCurrentValueCore (line 185) | protected abstract Decimal GetCurrentValueCore(Decimal defaultOriginVa... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/DecimalAnimationUsingKeyFrames.cs class DecimalAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method DecimalAnimationUsingKeyFrames (line 40) | public DecimalAnimationUsingKeyFrames() method Clone (line 54) | public new DecimalAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new DecimalAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(DecimalAnimationUsingKeyFrames sourceAnimation... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Decimal GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Decimal GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private DecimalKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/DecimalKeyFrameCollection.cs class DecimalKeyFrameCollection (line 20) | public class DecimalKeyFrameCollection : Freezable, IList method DecimalKeyFrameCollection (line 34) | public DecimalKeyFrameCollection() method Clone (line 74) | public new DecimalKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(DecimalKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(DecimalKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(DecimalKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(DecimalKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, DecimalKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(DecimalKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/DiscreteKeyFrames.cs class DiscreteBooleanKeyFrame (line 26) | public class DiscreteBooleanKeyFrame : BooleanKeyFrame method DiscreteBooleanKeyFrame (line 33) | public DiscreteBooleanKeyFrame() method DiscreteBooleanKeyFrame (line 41) | public DiscreteBooleanKeyFrame(Boolean value) method DiscreteBooleanKeyFrame (line 49) | public DiscreteBooleanKeyFrame(Boolean value, KeyTime keyTime) method CreateInstanceCore (line 62) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 77) | protected override Boolean InterpolateValueCore(Boolean baseValue, dou... class DiscreteByteKeyFrame (line 102) | public class DiscreteByteKeyFrame : ByteKeyFrame method DiscreteByteKeyFrame (line 109) | public DiscreteByteKeyFrame() method DiscreteByteKeyFrame (line 117) | public DiscreteByteKeyFrame(Byte value) method DiscreteByteKeyFrame (line 125) | public DiscreteByteKeyFrame(Byte value, KeyTime keyTime) method CreateInstanceCore (line 138) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 153) | protected override Byte InterpolateValueCore(Byte baseValue, double ke... class DiscreteCharKeyFrame (line 178) | public class DiscreteCharKeyFrame : CharKeyFrame method DiscreteCharKeyFrame (line 185) | public DiscreteCharKeyFrame() method DiscreteCharKeyFrame (line 193) | public DiscreteCharKeyFrame(Char value) method DiscreteCharKeyFrame (line 201) | public DiscreteCharKeyFrame(Char value, KeyTime keyTime) method CreateInstanceCore (line 214) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 229) | protected override Char InterpolateValueCore(Char baseValue, double ke... class DiscreteColorKeyFrame (line 254) | public class DiscreteColorKeyFrame : ColorKeyFrame method DiscreteColorKeyFrame (line 261) | public DiscreteColorKeyFrame() method DiscreteColorKeyFrame (line 269) | public DiscreteColorKeyFrame(Color value) method DiscreteColorKeyFrame (line 277) | public DiscreteColorKeyFrame(Color value, KeyTime keyTime) method CreateInstanceCore (line 290) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 305) | protected override Color InterpolateValueCore(Color baseValue, double ... class DiscreteDecimalKeyFrame (line 330) | public class DiscreteDecimalKeyFrame : DecimalKeyFrame method DiscreteDecimalKeyFrame (line 337) | public DiscreteDecimalKeyFrame() method DiscreteDecimalKeyFrame (line 345) | public DiscreteDecimalKeyFrame(Decimal value) method DiscreteDecimalKeyFrame (line 353) | public DiscreteDecimalKeyFrame(Decimal value, KeyTime keyTime) method CreateInstanceCore (line 366) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 381) | protected override Decimal InterpolateValueCore(Decimal baseValue, dou... class DiscreteDoubleKeyFrame (line 406) | public class DiscreteDoubleKeyFrame : DoubleKeyFrame method DiscreteDoubleKeyFrame (line 413) | public DiscreteDoubleKeyFrame() method DiscreteDoubleKeyFrame (line 421) | public DiscreteDoubleKeyFrame(Double value) method DiscreteDoubleKeyFrame (line 429) | public DiscreteDoubleKeyFrame(Double value, KeyTime keyTime) method CreateInstanceCore (line 442) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 457) | protected override Double InterpolateValueCore(Double baseValue, doubl... class DiscreteInt16KeyFrame (line 482) | public class DiscreteInt16KeyFrame : Int16KeyFrame method DiscreteInt16KeyFrame (line 489) | public DiscreteInt16KeyFrame() method DiscreteInt16KeyFrame (line 497) | public DiscreteInt16KeyFrame(Int16 value) method DiscreteInt16KeyFrame (line 505) | public DiscreteInt16KeyFrame(Int16 value, KeyTime keyTime) method CreateInstanceCore (line 518) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 533) | protected override Int16 InterpolateValueCore(Int16 baseValue, double ... class DiscreteInt32KeyFrame (line 558) | public class DiscreteInt32KeyFrame : Int32KeyFrame method DiscreteInt32KeyFrame (line 565) | public DiscreteInt32KeyFrame() method DiscreteInt32KeyFrame (line 573) | public DiscreteInt32KeyFrame(Int32 value) method DiscreteInt32KeyFrame (line 581) | public DiscreteInt32KeyFrame(Int32 value, KeyTime keyTime) method CreateInstanceCore (line 594) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 609) | protected override Int32 InterpolateValueCore(Int32 baseValue, double ... class DiscreteInt64KeyFrame (line 634) | public class DiscreteInt64KeyFrame : Int64KeyFrame method DiscreteInt64KeyFrame (line 641) | public DiscreteInt64KeyFrame() method DiscreteInt64KeyFrame (line 649) | public DiscreteInt64KeyFrame(Int64 value) method DiscreteInt64KeyFrame (line 657) | public DiscreteInt64KeyFrame(Int64 value, KeyTime keyTime) method CreateInstanceCore (line 670) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 685) | protected override Int64 InterpolateValueCore(Int64 baseValue, double ... class DiscreteMatrixKeyFrame (line 710) | public class DiscreteMatrixKeyFrame : MatrixKeyFrame method DiscreteMatrixKeyFrame (line 717) | public DiscreteMatrixKeyFrame() method DiscreteMatrixKeyFrame (line 725) | public DiscreteMatrixKeyFrame(Matrix value) method DiscreteMatrixKeyFrame (line 733) | public DiscreteMatrixKeyFrame(Matrix value, KeyTime keyTime) method CreateInstanceCore (line 746) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 761) | protected override Matrix InterpolateValueCore(Matrix baseValue, doubl... class DiscreteObjectKeyFrame (line 786) | public class DiscreteObjectKeyFrame : ObjectKeyFrame method DiscreteObjectKeyFrame (line 793) | public DiscreteObjectKeyFrame() method DiscreteObjectKeyFrame (line 801) | public DiscreteObjectKeyFrame(Object value) method DiscreteObjectKeyFrame (line 809) | public DiscreteObjectKeyFrame(Object value, KeyTime keyTime) method CreateInstanceCore (line 822) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 837) | protected override Object InterpolateValueCore(Object baseValue, doubl... class DiscretePointKeyFrame (line 862) | public class DiscretePointKeyFrame : PointKeyFrame method DiscretePointKeyFrame (line 869) | public DiscretePointKeyFrame() method DiscretePointKeyFrame (line 877) | public DiscretePointKeyFrame(Point value) method DiscretePointKeyFrame (line 885) | public DiscretePointKeyFrame(Point value, KeyTime keyTime) method CreateInstanceCore (line 898) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 913) | protected override Point InterpolateValueCore(Point baseValue, double ... class DiscretePoint3DKeyFrame (line 938) | public class DiscretePoint3DKeyFrame : Point3DKeyFrame method DiscretePoint3DKeyFrame (line 945) | public DiscretePoint3DKeyFrame() method DiscretePoint3DKeyFrame (line 953) | public DiscretePoint3DKeyFrame(Point3D value) method DiscretePoint3DKeyFrame (line 961) | public DiscretePoint3DKeyFrame(Point3D value, KeyTime keyTime) method CreateInstanceCore (line 974) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 989) | protected override Point3D InterpolateValueCore(Point3D baseValue, dou... class DiscreteQuaternionKeyFrame (line 1014) | public class DiscreteQuaternionKeyFrame : QuaternionKeyFrame method DiscreteQuaternionKeyFrame (line 1021) | public DiscreteQuaternionKeyFrame() method DiscreteQuaternionKeyFrame (line 1029) | public DiscreteQuaternionKeyFrame(Quaternion value) method DiscreteQuaternionKeyFrame (line 1037) | public DiscreteQuaternionKeyFrame(Quaternion value, KeyTime keyTime) method CreateInstanceCore (line 1050) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1065) | protected override Quaternion InterpolateValueCore(Quaternion baseValu... class DiscreteRotation3DKeyFrame (line 1090) | public class DiscreteRotation3DKeyFrame : Rotation3DKeyFrame method DiscreteRotation3DKeyFrame (line 1097) | public DiscreteRotation3DKeyFrame() method DiscreteRotation3DKeyFrame (line 1105) | public DiscreteRotation3DKeyFrame(Rotation3D value) method DiscreteRotation3DKeyFrame (line 1113) | public DiscreteRotation3DKeyFrame(Rotation3D value, KeyTime keyTime) method CreateInstanceCore (line 1126) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1141) | protected override Rotation3D InterpolateValueCore(Rotation3D baseValu... class DiscreteRectKeyFrame (line 1166) | public class DiscreteRectKeyFrame : RectKeyFrame method DiscreteRectKeyFrame (line 1173) | public DiscreteRectKeyFrame() method DiscreteRectKeyFrame (line 1181) | public DiscreteRectKeyFrame(Rect value) method DiscreteRectKeyFrame (line 1189) | public DiscreteRectKeyFrame(Rect value, KeyTime keyTime) method CreateInstanceCore (line 1202) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1217) | protected override Rect InterpolateValueCore(Rect baseValue, double ke... class DiscreteSingleKeyFrame (line 1242) | public class DiscreteSingleKeyFrame : SingleKeyFrame method DiscreteSingleKeyFrame (line 1249) | public DiscreteSingleKeyFrame() method DiscreteSingleKeyFrame (line 1257) | public DiscreteSingleKeyFrame(Single value) method DiscreteSingleKeyFrame (line 1265) | public DiscreteSingleKeyFrame(Single value, KeyTime keyTime) method CreateInstanceCore (line 1278) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1293) | protected override Single InterpolateValueCore(Single baseValue, doubl... class DiscreteSizeKeyFrame (line 1318) | public class DiscreteSizeKeyFrame : SizeKeyFrame method DiscreteSizeKeyFrame (line 1325) | public DiscreteSizeKeyFrame() method DiscreteSizeKeyFrame (line 1333) | public DiscreteSizeKeyFrame(Size value) method DiscreteSizeKeyFrame (line 1341) | public DiscreteSizeKeyFrame(Size value, KeyTime keyTime) method CreateInstanceCore (line 1354) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1369) | protected override Size InterpolateValueCore(Size baseValue, double ke... class DiscreteStringKeyFrame (line 1394) | public class DiscreteStringKeyFrame : StringKeyFrame method DiscreteStringKeyFrame (line 1401) | public DiscreteStringKeyFrame() method DiscreteStringKeyFrame (line 1409) | public DiscreteStringKeyFrame(String value) method DiscreteStringKeyFrame (line 1417) | public DiscreteStringKeyFrame(String value, KeyTime keyTime) method CreateInstanceCore (line 1430) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1445) | protected override String InterpolateValueCore(String baseValue, doubl... class DiscreteVectorKeyFrame (line 1470) | public class DiscreteVectorKeyFrame : VectorKeyFrame method DiscreteVectorKeyFrame (line 1477) | public DiscreteVectorKeyFrame() method DiscreteVectorKeyFrame (line 1485) | public DiscreteVectorKeyFrame(Vector value) method DiscreteVectorKeyFrame (line 1493) | public DiscreteVectorKeyFrame(Vector value, KeyTime keyTime) method CreateInstanceCore (line 1506) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1521) | protected override Vector InterpolateValueCore(Vector baseValue, doubl... class DiscreteVector3DKeyFrame (line 1546) | public class DiscreteVector3DKeyFrame : Vector3DKeyFrame method DiscreteVector3DKeyFrame (line 1553) | public DiscreteVector3DKeyFrame() method DiscreteVector3DKeyFrame (line 1561) | public DiscreteVector3DKeyFrame(Vector3D value) method DiscreteVector3DKeyFrame (line 1569) | public DiscreteVector3DKeyFrame(Vector3D value, KeyTime keyTime) method CreateInstanceCore (line 1582) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1597) | protected override Vector3D InterpolateValueCore(Vector3D baseValue, d... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/DoubleAnimation.cs class DoubleAnimation (line 24) | public partial class DoubleAnimation : method DoubleAnimation (line 45) | static DoubleAnimation() method DoubleAnimation (line 84) | public DoubleAnimation() method DoubleAnimation (line 94) | public DoubleAnimation(Double toValue, Duration duration) method DoubleAnimation (line 106) | public DoubleAnimation(Double toValue, Duration duration, FillBehavior... method DoubleAnimation (line 119) | public DoubleAnimation(Double fromValue, Double toValue, Duration dura... method DoubleAnimation (line 132) | public DoubleAnimation(Double fromValue, Double toValue, Duration dura... method Clone (line 149) | public new DoubleAnimation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Double GetCurrentValueCore(Double defaultOriginValu... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/DoubleAnimationBase.cs class DoubleAnimationBase (line 18) | public abstract class DoubleAnimationBase : AnimationTimeline method DoubleAnimationBase (line 25) | protected DoubleAnimationBase() method Clone (line 38) | public new DoubleAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Double GetCurrentValue(Double defaultOriginValue, Double defaul... method GetCurrentValueCore (line 185) | protected abstract Double GetCurrentValueCore(Double defaultOriginValu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/DoubleAnimationClockResource.cs class DoubleAnimationClockResource (line 24) | internal class DoubleAnimationClockResource: AnimationClockResource, DUC... method DoubleAnimationClockResource (line 38) | public DoubleAnimationClockResource( method UpdateResource (line 107) | protected override void UpdateResource( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/DoubleAnimationUsingKeyFrames.cs class DoubleAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method DoubleAnimationUsingKeyFrames (line 40) | public DoubleAnimationUsingKeyFrames() method Clone (line 54) | public new DoubleAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new DoubleAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(DoubleAnimationUsingKeyFrames sourceAnimation,... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Double GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Double GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private DoubleKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/DoubleIndependentAnimationStorage.cs class DoubleIndependentAnimationStorage (line 19) | internal class DoubleIndependentAnimationStorage : IndependentAnimationS... method UpdateResourceCore (line 34) | protected override void UpdateResourceCore(DUCE.Channel channel) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/DoubleKeyFrameCollection.cs class DoubleKeyFrameCollection (line 20) | public class DoubleKeyFrameCollection : Freezable, IList method DoubleKeyFrameCollection (line 34) | public DoubleKeyFrameCollection() method Clone (line 74) | public new DoubleKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(DoubleKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(DoubleKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(DoubleKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(DoubleKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, DoubleKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(DoubleKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/EasingKeyFrames.cs class EasingByteKeyFrame (line 27) | public partial class EasingByteKeyFrame : ByteKeyFrame method EasingByteKeyFrame (line 34) | public EasingByteKeyFrame() method EasingByteKeyFrame (line 42) | public EasingByteKeyFrame(Byte value) method EasingByteKeyFrame (line 51) | public EasingByteKeyFrame(Byte value, KeyTime keyTime) method EasingByteKeyFrame (line 61) | public EasingByteKeyFrame(Byte value, KeyTime keyTime, IEasingFunction... method CreateInstanceCore (line 77) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 90) | protected override Byte InterpolateValueCore(Byte baseValue, double ke... class EasingColorKeyFrame (line 152) | public partial class EasingColorKeyFrame : ColorKeyFrame method EasingColorKeyFrame (line 159) | public EasingColorKeyFrame() method EasingColorKeyFrame (line 167) | public EasingColorKeyFrame(Color value) method EasingColorKeyFrame (line 176) | public EasingColorKeyFrame(Color value, KeyTime keyTime) method EasingColorKeyFrame (line 186) | public EasingColorKeyFrame(Color value, KeyTime keyTime, IEasingFuncti... method CreateInstanceCore (line 202) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 215) | protected override Color InterpolateValueCore(Color baseValue, double ... class EasingDecimalKeyFrame (line 277) | public partial class EasingDecimalKeyFrame : DecimalKeyFrame method EasingDecimalKeyFrame (line 284) | public EasingDecimalKeyFrame() method EasingDecimalKeyFrame (line 292) | public EasingDecimalKeyFrame(Decimal value) method EasingDecimalKeyFrame (line 301) | public EasingDecimalKeyFrame(Decimal value, KeyTime keyTime) method EasingDecimalKeyFrame (line 311) | public EasingDecimalKeyFrame(Decimal value, KeyTime keyTime, IEasingFu... method CreateInstanceCore (line 327) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 340) | protected override Decimal InterpolateValueCore(Decimal baseValue, dou... class EasingDoubleKeyFrame (line 402) | public partial class EasingDoubleKeyFrame : DoubleKeyFrame method EasingDoubleKeyFrame (line 409) | public EasingDoubleKeyFrame() method EasingDoubleKeyFrame (line 417) | public EasingDoubleKeyFrame(Double value) method EasingDoubleKeyFrame (line 426) | public EasingDoubleKeyFrame(Double value, KeyTime keyTime) method EasingDoubleKeyFrame (line 436) | public EasingDoubleKeyFrame(Double value, KeyTime keyTime, IEasingFunc... method CreateInstanceCore (line 452) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 465) | protected override Double InterpolateValueCore(Double baseValue, doubl... class EasingInt16KeyFrame (line 527) | public partial class EasingInt16KeyFrame : Int16KeyFrame method EasingInt16KeyFrame (line 534) | public EasingInt16KeyFrame() method EasingInt16KeyFrame (line 542) | public EasingInt16KeyFrame(Int16 value) method EasingInt16KeyFrame (line 551) | public EasingInt16KeyFrame(Int16 value, KeyTime keyTime) method EasingInt16KeyFrame (line 561) | public EasingInt16KeyFrame(Int16 value, KeyTime keyTime, IEasingFuncti... method CreateInstanceCore (line 577) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 590) | protected override Int16 InterpolateValueCore(Int16 baseValue, double ... class EasingInt32KeyFrame (line 652) | public partial class EasingInt32KeyFrame : Int32KeyFrame method EasingInt32KeyFrame (line 659) | public EasingInt32KeyFrame() method EasingInt32KeyFrame (line 667) | public EasingInt32KeyFrame(Int32 value) method EasingInt32KeyFrame (line 676) | public EasingInt32KeyFrame(Int32 value, KeyTime keyTime) method EasingInt32KeyFrame (line 686) | public EasingInt32KeyFrame(Int32 value, KeyTime keyTime, IEasingFuncti... method CreateInstanceCore (line 702) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 715) | protected override Int32 InterpolateValueCore(Int32 baseValue, double ... class EasingInt64KeyFrame (line 777) | public partial class EasingInt64KeyFrame : Int64KeyFrame method EasingInt64KeyFrame (line 784) | public EasingInt64KeyFrame() method EasingInt64KeyFrame (line 792) | public EasingInt64KeyFrame(Int64 value) method EasingInt64KeyFrame (line 801) | public EasingInt64KeyFrame(Int64 value, KeyTime keyTime) method EasingInt64KeyFrame (line 811) | public EasingInt64KeyFrame(Int64 value, KeyTime keyTime, IEasingFuncti... method CreateInstanceCore (line 827) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 840) | protected override Int64 InterpolateValueCore(Int64 baseValue, double ... class EasingPointKeyFrame (line 902) | public partial class EasingPointKeyFrame : PointKeyFrame method EasingPointKeyFrame (line 909) | public EasingPointKeyFrame() method EasingPointKeyFrame (line 917) | public EasingPointKeyFrame(Point value) method EasingPointKeyFrame (line 926) | public EasingPointKeyFrame(Point value, KeyTime keyTime) method EasingPointKeyFrame (line 936) | public EasingPointKeyFrame(Point value, KeyTime keyTime, IEasingFuncti... method CreateInstanceCore (line 952) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 965) | protected override Point InterpolateValueCore(Point baseValue, double ... class EasingPoint3DKeyFrame (line 1027) | public partial class EasingPoint3DKeyFrame : Point3DKeyFrame method EasingPoint3DKeyFrame (line 1034) | public EasingPoint3DKeyFrame() method EasingPoint3DKeyFrame (line 1042) | public EasingPoint3DKeyFrame(Point3D value) method EasingPoint3DKeyFrame (line 1051) | public EasingPoint3DKeyFrame(Point3D value, KeyTime keyTime) method EasingPoint3DKeyFrame (line 1061) | public EasingPoint3DKeyFrame(Point3D value, KeyTime keyTime, IEasingFu... method CreateInstanceCore (line 1077) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1090) | protected override Point3D InterpolateValueCore(Point3D baseValue, dou... class EasingQuaternionKeyFrame (line 1152) | public partial class EasingQuaternionKeyFrame : QuaternionKeyFrame method EasingQuaternionKeyFrame (line 1159) | public EasingQuaternionKeyFrame() method EasingQuaternionKeyFrame (line 1167) | public EasingQuaternionKeyFrame(Quaternion value) method EasingQuaternionKeyFrame (line 1176) | public EasingQuaternionKeyFrame(Quaternion value, KeyTime keyTime) method EasingQuaternionKeyFrame (line 1186) | public EasingQuaternionKeyFrame(Quaternion value, KeyTime keyTime, IEa... method CreateInstanceCore (line 1202) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1215) | protected override Quaternion InterpolateValueCore(Quaternion baseValu... class EasingRotation3DKeyFrame (line 1277) | public partial class EasingRotation3DKeyFrame : Rotation3DKeyFrame method EasingRotation3DKeyFrame (line 1284) | public EasingRotation3DKeyFrame() method EasingRotation3DKeyFrame (line 1292) | public EasingRotation3DKeyFrame(Rotation3D value) method EasingRotation3DKeyFrame (line 1301) | public EasingRotation3DKeyFrame(Rotation3D value, KeyTime keyTime) method EasingRotation3DKeyFrame (line 1311) | public EasingRotation3DKeyFrame(Rotation3D value, KeyTime keyTime, IEa... method CreateInstanceCore (line 1327) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1340) | protected override Rotation3D InterpolateValueCore(Rotation3D baseValu... class EasingRectKeyFrame (line 1402) | public partial class EasingRectKeyFrame : RectKeyFrame method EasingRectKeyFrame (line 1409) | public EasingRectKeyFrame() method EasingRectKeyFrame (line 1417) | public EasingRectKeyFrame(Rect value) method EasingRectKeyFrame (line 1426) | public EasingRectKeyFrame(Rect value, KeyTime keyTime) method EasingRectKeyFrame (line 1436) | public EasingRectKeyFrame(Rect value, KeyTime keyTime, IEasingFunction... method CreateInstanceCore (line 1452) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1465) | protected override Rect InterpolateValueCore(Rect baseValue, double ke... class EasingSingleKeyFrame (line 1527) | public partial class EasingSingleKeyFrame : SingleKeyFrame method EasingSingleKeyFrame (line 1534) | public EasingSingleKeyFrame() method EasingSingleKeyFrame (line 1542) | public EasingSingleKeyFrame(Single value) method EasingSingleKeyFrame (line 1551) | public EasingSingleKeyFrame(Single value, KeyTime keyTime) method EasingSingleKeyFrame (line 1561) | public EasingSingleKeyFrame(Single value, KeyTime keyTime, IEasingFunc... method CreateInstanceCore (line 1577) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1590) | protected override Single InterpolateValueCore(Single baseValue, doubl... class EasingSizeKeyFrame (line 1652) | public partial class EasingSizeKeyFrame : SizeKeyFrame method EasingSizeKeyFrame (line 1659) | public EasingSizeKeyFrame() method EasingSizeKeyFrame (line 1667) | public EasingSizeKeyFrame(Size value) method EasingSizeKeyFrame (line 1676) | public EasingSizeKeyFrame(Size value, KeyTime keyTime) method EasingSizeKeyFrame (line 1686) | public EasingSizeKeyFrame(Size value, KeyTime keyTime, IEasingFunction... method CreateInstanceCore (line 1702) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1715) | protected override Size InterpolateValueCore(Size baseValue, double ke... class EasingVectorKeyFrame (line 1777) | public partial class EasingVectorKeyFrame : VectorKeyFrame method EasingVectorKeyFrame (line 1784) | public EasingVectorKeyFrame() method EasingVectorKeyFrame (line 1792) | public EasingVectorKeyFrame(Vector value) method EasingVectorKeyFrame (line 1801) | public EasingVectorKeyFrame(Vector value, KeyTime keyTime) method EasingVectorKeyFrame (line 1811) | public EasingVectorKeyFrame(Vector value, KeyTime keyTime, IEasingFunc... method CreateInstanceCore (line 1827) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1840) | protected override Vector InterpolateValueCore(Vector baseValue, doubl... class EasingVector3DKeyFrame (line 1902) | public partial class EasingVector3DKeyFrame : Vector3DKeyFrame method EasingVector3DKeyFrame (line 1909) | public EasingVector3DKeyFrame() method EasingVector3DKeyFrame (line 1917) | public EasingVector3DKeyFrame(Vector3D value) method EasingVector3DKeyFrame (line 1926) | public EasingVector3DKeyFrame(Vector3D value, KeyTime keyTime) method EasingVector3DKeyFrame (line 1936) | public EasingVector3DKeyFrame(Vector3D value, KeyTime keyTime, IEasing... method CreateInstanceCore (line 1952) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1965) | protected override Vector3D InterpolateValueCore(Vector3D baseValue, d... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int16Animation.cs class Int16Animation (line 24) | public partial class Int16Animation : method Int16Animation (line 45) | static Int16Animation() method Int16Animation (line 84) | public Int16Animation() method Int16Animation (line 94) | public Int16Animation(Int16 toValue, Duration duration) method Int16Animation (line 106) | public Int16Animation(Int16 toValue, Duration duration, FillBehavior f... method Int16Animation (line 119) | public Int16Animation(Int16 fromValue, Int16 toValue, Duration duration) method Int16Animation (line 132) | public Int16Animation(Int16 fromValue, Int16 toValue, Duration duratio... method Clone (line 149) | public new Int16Animation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Int16 GetCurrentValueCore(Int16 defaultOriginValue,... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int16AnimationBase.cs class Int16AnimationBase (line 18) | public abstract class Int16AnimationBase : AnimationTimeline method Int16AnimationBase (line 25) | protected Int16AnimationBase() method Clone (line 38) | public new Int16AnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Int16 GetCurrentValue(Int16 defaultOriginValue, Int16 defaultDe... method GetCurrentValueCore (line 185) | protected abstract Int16 GetCurrentValueCore(Int16 defaultOriginValue,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int16AnimationUsingKeyFrames.cs class Int16AnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method Int16AnimationUsingKeyFrames (line 40) | public Int16AnimationUsingKeyFrames() method Clone (line 54) | public new Int16AnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new Int16AnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(Int16AnimationUsingKeyFrames sourceAnimation, ... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Int16 GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Int16 GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private Int16KeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int16KeyFrameCollection.cs class Int16KeyFrameCollection (line 20) | public class Int16KeyFrameCollection : Freezable, IList method Int16KeyFrameCollection (line 34) | public Int16KeyFrameCollection() method Clone (line 74) | public new Int16KeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(Int16KeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(Int16KeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(Int16KeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(Int16KeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, Int16KeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(Int16KeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int32Animation.cs class Int32Animation (line 24) | public partial class Int32Animation : method Int32Animation (line 45) | static Int32Animation() method Int32Animation (line 84) | public Int32Animation() method Int32Animation (line 94) | public Int32Animation(Int32 toValue, Duration duration) method Int32Animation (line 106) | public Int32Animation(Int32 toValue, Duration duration, FillBehavior f... method Int32Animation (line 119) | public Int32Animation(Int32 fromValue, Int32 toValue, Duration duration) method Int32Animation (line 132) | public Int32Animation(Int32 fromValue, Int32 toValue, Duration duratio... method Clone (line 149) | public new Int32Animation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Int32 GetCurrentValueCore(Int32 defaultOriginValue,... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int32AnimationBase.cs class Int32AnimationBase (line 18) | public abstract class Int32AnimationBase : AnimationTimeline method Int32AnimationBase (line 25) | protected Int32AnimationBase() method Clone (line 38) | public new Int32AnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Int32 GetCurrentValue(Int32 defaultOriginValue, Int32 defaultDe... method GetCurrentValueCore (line 185) | protected abstract Int32 GetCurrentValueCore(Int32 defaultOriginValue,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int32AnimationUsingKeyFrames.cs class Int32AnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method Int32AnimationUsingKeyFrames (line 40) | public Int32AnimationUsingKeyFrames() method Clone (line 54) | public new Int32AnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new Int32AnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(Int32AnimationUsingKeyFrames sourceAnimation, ... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Int32 GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Int32 GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private Int32KeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int32KeyFrameCollection.cs class Int32KeyFrameCollection (line 20) | public class Int32KeyFrameCollection : Freezable, IList method Int32KeyFrameCollection (line 34) | public Int32KeyFrameCollection() method Clone (line 74) | public new Int32KeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(Int32KeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(Int32KeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(Int32KeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(Int32KeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, Int32KeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(Int32KeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int64Animation.cs class Int64Animation (line 24) | public partial class Int64Animation : method Int64Animation (line 45) | static Int64Animation() method Int64Animation (line 84) | public Int64Animation() method Int64Animation (line 94) | public Int64Animation(Int64 toValue, Duration duration) method Int64Animation (line 106) | public Int64Animation(Int64 toValue, Duration duration, FillBehavior f... method Int64Animation (line 119) | public Int64Animation(Int64 fromValue, Int64 toValue, Duration duration) method Int64Animation (line 132) | public Int64Animation(Int64 fromValue, Int64 toValue, Duration duratio... method Clone (line 149) | public new Int64Animation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Int64 GetCurrentValueCore(Int64 defaultOriginValue,... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int64AnimationBase.cs class Int64AnimationBase (line 18) | public abstract class Int64AnimationBase : AnimationTimeline method Int64AnimationBase (line 25) | protected Int64AnimationBase() method Clone (line 38) | public new Int64AnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Int64 GetCurrentValue(Int64 defaultOriginValue, Int64 defaultDe... method GetCurrentValueCore (line 185) | protected abstract Int64 GetCurrentValueCore(Int64 defaultOriginValue,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int64AnimationUsingKeyFrames.cs class Int64AnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method Int64AnimationUsingKeyFrames (line 40) | public Int64AnimationUsingKeyFrames() method Clone (line 54) | public new Int64AnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new Int64AnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(Int64AnimationUsingKeyFrames sourceAnimation, ... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Int64 GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Int64 GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private Int64KeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Int64KeyFrameCollection.cs class Int64KeyFrameCollection (line 20) | public class Int64KeyFrameCollection : Freezable, IList method Int64KeyFrameCollection (line 34) | public Int64KeyFrameCollection() method Clone (line 74) | public new Int64KeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(Int64KeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(Int64KeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(Int64KeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(Int64KeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, Int64KeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(Int64KeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/KeyFrames.cs class BooleanKeyFrame (line 22) | public abstract class BooleanKeyFrame : Freezable, IKeyFrame method BooleanKeyFrame (line 29) | protected BooleanKeyFrame() method BooleanKeyFrame (line 37) | protected BooleanKeyFrame(Boolean value) method BooleanKeyFrame (line 46) | protected BooleanKeyFrame(Boolean value, KeyTime keyTime) method InterpolateValue (line 132) | public Boolean InterpolateValue( method InterpolateValueCore (line 150) | protected abstract Boolean InterpolateValueCore( class ByteKeyFrame (line 163) | public abstract class ByteKeyFrame : Freezable, IKeyFrame method ByteKeyFrame (line 170) | protected ByteKeyFrame() method ByteKeyFrame (line 178) | protected ByteKeyFrame(Byte value) method ByteKeyFrame (line 187) | protected ByteKeyFrame(Byte value, KeyTime keyTime) method InterpolateValue (line 273) | public Byte InterpolateValue( method InterpolateValueCore (line 291) | protected abstract Byte InterpolateValueCore( class CharKeyFrame (line 304) | public abstract class CharKeyFrame : Freezable, IKeyFrame method CharKeyFrame (line 311) | protected CharKeyFrame() method CharKeyFrame (line 319) | protected CharKeyFrame(Char value) method CharKeyFrame (line 328) | protected CharKeyFrame(Char value, KeyTime keyTime) method InterpolateValue (line 414) | public Char InterpolateValue( method InterpolateValueCore (line 432) | protected abstract Char InterpolateValueCore( class ColorKeyFrame (line 445) | public abstract class ColorKeyFrame : Freezable, IKeyFrame method ColorKeyFrame (line 452) | protected ColorKeyFrame() method ColorKeyFrame (line 460) | protected ColorKeyFrame(Color value) method ColorKeyFrame (line 469) | protected ColorKeyFrame(Color value, KeyTime keyTime) method InterpolateValue (line 555) | public Color InterpolateValue( method InterpolateValueCore (line 573) | protected abstract Color InterpolateValueCore( class DecimalKeyFrame (line 586) | public abstract class DecimalKeyFrame : Freezable, IKeyFrame method DecimalKeyFrame (line 593) | protected DecimalKeyFrame() method DecimalKeyFrame (line 601) | protected DecimalKeyFrame(Decimal value) method DecimalKeyFrame (line 610) | protected DecimalKeyFrame(Decimal value, KeyTime keyTime) method InterpolateValue (line 696) | public Decimal InterpolateValue( method InterpolateValueCore (line 714) | protected abstract Decimal InterpolateValueCore( class DoubleKeyFrame (line 727) | public abstract class DoubleKeyFrame : Freezable, IKeyFrame method DoubleKeyFrame (line 734) | protected DoubleKeyFrame() method DoubleKeyFrame (line 742) | protected DoubleKeyFrame(Double value) method DoubleKeyFrame (line 751) | protected DoubleKeyFrame(Double value, KeyTime keyTime) method InterpolateValue (line 837) | public Double InterpolateValue( method InterpolateValueCore (line 855) | protected abstract Double InterpolateValueCore( class Int16KeyFrame (line 868) | public abstract class Int16KeyFrame : Freezable, IKeyFrame method Int16KeyFrame (line 875) | protected Int16KeyFrame() method Int16KeyFrame (line 883) | protected Int16KeyFrame(Int16 value) method Int16KeyFrame (line 892) | protected Int16KeyFrame(Int16 value, KeyTime keyTime) method InterpolateValue (line 978) | public Int16 InterpolateValue( method InterpolateValueCore (line 996) | protected abstract Int16 InterpolateValueCore( class Int32KeyFrame (line 1009) | public abstract class Int32KeyFrame : Freezable, IKeyFrame method Int32KeyFrame (line 1016) | protected Int32KeyFrame() method Int32KeyFrame (line 1024) | protected Int32KeyFrame(Int32 value) method Int32KeyFrame (line 1033) | protected Int32KeyFrame(Int32 value, KeyTime keyTime) method InterpolateValue (line 1119) | public Int32 InterpolateValue( method InterpolateValueCore (line 1137) | protected abstract Int32 InterpolateValueCore( class Int64KeyFrame (line 1150) | public abstract class Int64KeyFrame : Freezable, IKeyFrame method Int64KeyFrame (line 1157) | protected Int64KeyFrame() method Int64KeyFrame (line 1165) | protected Int64KeyFrame(Int64 value) method Int64KeyFrame (line 1174) | protected Int64KeyFrame(Int64 value, KeyTime keyTime) method InterpolateValue (line 1260) | public Int64 InterpolateValue( method InterpolateValueCore (line 1278) | protected abstract Int64 InterpolateValueCore( class MatrixKeyFrame (line 1291) | public abstract class MatrixKeyFrame : Freezable, IKeyFrame method MatrixKeyFrame (line 1298) | protected MatrixKeyFrame() method MatrixKeyFrame (line 1306) | protected MatrixKeyFrame(Matrix value) method MatrixKeyFrame (line 1315) | protected MatrixKeyFrame(Matrix value, KeyTime keyTime) method InterpolateValue (line 1401) | public Matrix InterpolateValue( method InterpolateValueCore (line 1419) | protected abstract Matrix InterpolateValueCore( class ObjectKeyFrame (line 1432) | public abstract class ObjectKeyFrame : Freezable, IKeyFrame method ObjectKeyFrame (line 1439) | protected ObjectKeyFrame() method ObjectKeyFrame (line 1447) | protected ObjectKeyFrame(Object value) method ObjectKeyFrame (line 1456) | protected ObjectKeyFrame(Object value, KeyTime keyTime) method InterpolateValue (line 1542) | public Object InterpolateValue( method InterpolateValueCore (line 1560) | protected abstract Object InterpolateValueCore( class PointKeyFrame (line 1573) | public abstract class PointKeyFrame : Freezable, IKeyFrame method PointKeyFrame (line 1580) | protected PointKeyFrame() method PointKeyFrame (line 1588) | protected PointKeyFrame(Point value) method PointKeyFrame (line 1597) | protected PointKeyFrame(Point value, KeyTime keyTime) method InterpolateValue (line 1683) | public Point InterpolateValue( method InterpolateValueCore (line 1701) | protected abstract Point InterpolateValueCore( class Point3DKeyFrame (line 1714) | public abstract class Point3DKeyFrame : Freezable, IKeyFrame method Point3DKeyFrame (line 1721) | protected Point3DKeyFrame() method Point3DKeyFrame (line 1729) | protected Point3DKeyFrame(Point3D value) method Point3DKeyFrame (line 1738) | protected Point3DKeyFrame(Point3D value, KeyTime keyTime) method InterpolateValue (line 1824) | public Point3D InterpolateValue( method InterpolateValueCore (line 1842) | protected abstract Point3D InterpolateValueCore( class QuaternionKeyFrame (line 1855) | public abstract class QuaternionKeyFrame : Freezable, IKeyFrame method QuaternionKeyFrame (line 1862) | protected QuaternionKeyFrame() method QuaternionKeyFrame (line 1870) | protected QuaternionKeyFrame(Quaternion value) method QuaternionKeyFrame (line 1879) | protected QuaternionKeyFrame(Quaternion value, KeyTime keyTime) method InterpolateValue (line 1965) | public Quaternion InterpolateValue( method InterpolateValueCore (line 1983) | protected abstract Quaternion InterpolateValueCore( class Rotation3DKeyFrame (line 1996) | public abstract class Rotation3DKeyFrame : Freezable, IKeyFrame method Rotation3DKeyFrame (line 2003) | protected Rotation3DKeyFrame() method Rotation3DKeyFrame (line 2011) | protected Rotation3DKeyFrame(Rotation3D value) method Rotation3DKeyFrame (line 2020) | protected Rotation3DKeyFrame(Rotation3D value, KeyTime keyTime) method InterpolateValue (line 2106) | public Rotation3D InterpolateValue( method InterpolateValueCore (line 2124) | protected abstract Rotation3D InterpolateValueCore( class RectKeyFrame (line 2137) | public abstract class RectKeyFrame : Freezable, IKeyFrame method RectKeyFrame (line 2144) | protected RectKeyFrame() method RectKeyFrame (line 2152) | protected RectKeyFrame(Rect value) method RectKeyFrame (line 2161) | protected RectKeyFrame(Rect value, KeyTime keyTime) method InterpolateValue (line 2247) | public Rect InterpolateValue( method InterpolateValueCore (line 2265) | protected abstract Rect InterpolateValueCore( class SingleKeyFrame (line 2278) | public abstract class SingleKeyFrame : Freezable, IKeyFrame method SingleKeyFrame (line 2285) | protected SingleKeyFrame() method SingleKeyFrame (line 2293) | protected SingleKeyFrame(Single value) method SingleKeyFrame (line 2302) | protected SingleKeyFrame(Single value, KeyTime keyTime) method InterpolateValue (line 2388) | public Single InterpolateValue( method InterpolateValueCore (line 2406) | protected abstract Single InterpolateValueCore( class SizeKeyFrame (line 2419) | public abstract class SizeKeyFrame : Freezable, IKeyFrame method SizeKeyFrame (line 2426) | protected SizeKeyFrame() method SizeKeyFrame (line 2434) | protected SizeKeyFrame(Size value) method SizeKeyFrame (line 2443) | protected SizeKeyFrame(Size value, KeyTime keyTime) method InterpolateValue (line 2529) | public Size InterpolateValue( method InterpolateValueCore (line 2547) | protected abstract Size InterpolateValueCore( class StringKeyFrame (line 2560) | public abstract class StringKeyFrame : Freezable, IKeyFrame method StringKeyFrame (line 2567) | protected StringKeyFrame() method StringKeyFrame (line 2575) | protected StringKeyFrame(String value) method StringKeyFrame (line 2584) | protected StringKeyFrame(String value, KeyTime keyTime) method InterpolateValue (line 2670) | public String InterpolateValue( method InterpolateValueCore (line 2688) | protected abstract String InterpolateValueCore( class VectorKeyFrame (line 2701) | public abstract class VectorKeyFrame : Freezable, IKeyFrame method VectorKeyFrame (line 2708) | protected VectorKeyFrame() method VectorKeyFrame (line 2716) | protected VectorKeyFrame(Vector value) method VectorKeyFrame (line 2725) | protected VectorKeyFrame(Vector value, KeyTime keyTime) method InterpolateValue (line 2811) | public Vector InterpolateValue( method InterpolateValueCore (line 2829) | protected abstract Vector InterpolateValueCore( class Vector3DKeyFrame (line 2842) | public abstract class Vector3DKeyFrame : Freezable, IKeyFrame method Vector3DKeyFrame (line 2849) | protected Vector3DKeyFrame() method Vector3DKeyFrame (line 2857) | protected Vector3DKeyFrame(Vector3D value) method Vector3DKeyFrame (line 2866) | protected Vector3DKeyFrame(Vector3D value, KeyTime keyTime) method InterpolateValue (line 2952) | public Vector3D InterpolateValue( method InterpolateValueCore (line 2970) | protected abstract Vector3D InterpolateValueCore( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/LinearKeyFrames.cs class LinearByteKeyFrame (line 27) | public partial class LinearByteKeyFrame : ByteKeyFrame method LinearByteKeyFrame (line 34) | public LinearByteKeyFrame() method LinearByteKeyFrame (line 42) | public LinearByteKeyFrame(Byte value) method LinearByteKeyFrame (line 50) | public LinearByteKeyFrame(Byte value, KeyTime keyTime) method CreateInstanceCore (line 63) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 76) | protected override Byte InterpolateValueCore(Byte baseValue, double ke... class LinearColorKeyFrame (line 104) | public partial class LinearColorKeyFrame : ColorKeyFrame method LinearColorKeyFrame (line 111) | public LinearColorKeyFrame() method LinearColorKeyFrame (line 119) | public LinearColorKeyFrame(Color value) method LinearColorKeyFrame (line 127) | public LinearColorKeyFrame(Color value, KeyTime keyTime) method CreateInstanceCore (line 140) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 153) | protected override Color InterpolateValueCore(Color baseValue, double ... class LinearDecimalKeyFrame (line 181) | public partial class LinearDecimalKeyFrame : DecimalKeyFrame method LinearDecimalKeyFrame (line 188) | public LinearDecimalKeyFrame() method LinearDecimalKeyFrame (line 196) | public LinearDecimalKeyFrame(Decimal value) method LinearDecimalKeyFrame (line 204) | public LinearDecimalKeyFrame(Decimal value, KeyTime keyTime) method CreateInstanceCore (line 217) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 230) | protected override Decimal InterpolateValueCore(Decimal baseValue, dou... class LinearDoubleKeyFrame (line 258) | public partial class LinearDoubleKeyFrame : DoubleKeyFrame method LinearDoubleKeyFrame (line 265) | public LinearDoubleKeyFrame() method LinearDoubleKeyFrame (line 273) | public LinearDoubleKeyFrame(Double value) method LinearDoubleKeyFrame (line 281) | public LinearDoubleKeyFrame(Double value, KeyTime keyTime) method CreateInstanceCore (line 294) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 307) | protected override Double InterpolateValueCore(Double baseValue, doubl... class LinearInt16KeyFrame (line 335) | public partial class LinearInt16KeyFrame : Int16KeyFrame method LinearInt16KeyFrame (line 342) | public LinearInt16KeyFrame() method LinearInt16KeyFrame (line 350) | public LinearInt16KeyFrame(Int16 value) method LinearInt16KeyFrame (line 358) | public LinearInt16KeyFrame(Int16 value, KeyTime keyTime) method CreateInstanceCore (line 371) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 384) | protected override Int16 InterpolateValueCore(Int16 baseValue, double ... class LinearInt32KeyFrame (line 412) | public partial class LinearInt32KeyFrame : Int32KeyFrame method LinearInt32KeyFrame (line 419) | public LinearInt32KeyFrame() method LinearInt32KeyFrame (line 427) | public LinearInt32KeyFrame(Int32 value) method LinearInt32KeyFrame (line 435) | public LinearInt32KeyFrame(Int32 value, KeyTime keyTime) method CreateInstanceCore (line 448) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 461) | protected override Int32 InterpolateValueCore(Int32 baseValue, double ... class LinearInt64KeyFrame (line 489) | public partial class LinearInt64KeyFrame : Int64KeyFrame method LinearInt64KeyFrame (line 496) | public LinearInt64KeyFrame() method LinearInt64KeyFrame (line 504) | public LinearInt64KeyFrame(Int64 value) method LinearInt64KeyFrame (line 512) | public LinearInt64KeyFrame(Int64 value, KeyTime keyTime) method CreateInstanceCore (line 525) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 538) | protected override Int64 InterpolateValueCore(Int64 baseValue, double ... class LinearPointKeyFrame (line 566) | public partial class LinearPointKeyFrame : PointKeyFrame method LinearPointKeyFrame (line 573) | public LinearPointKeyFrame() method LinearPointKeyFrame (line 581) | public LinearPointKeyFrame(Point value) method LinearPointKeyFrame (line 589) | public LinearPointKeyFrame(Point value, KeyTime keyTime) method CreateInstanceCore (line 602) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 615) | protected override Point InterpolateValueCore(Point baseValue, double ... class LinearPoint3DKeyFrame (line 643) | public partial class LinearPoint3DKeyFrame : Point3DKeyFrame method LinearPoint3DKeyFrame (line 650) | public LinearPoint3DKeyFrame() method LinearPoint3DKeyFrame (line 658) | public LinearPoint3DKeyFrame(Point3D value) method LinearPoint3DKeyFrame (line 666) | public LinearPoint3DKeyFrame(Point3D value, KeyTime keyTime) method CreateInstanceCore (line 679) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 692) | protected override Point3D InterpolateValueCore(Point3D baseValue, dou... class LinearQuaternionKeyFrame (line 720) | public partial class LinearQuaternionKeyFrame : QuaternionKeyFrame method LinearQuaternionKeyFrame (line 727) | public LinearQuaternionKeyFrame() method LinearQuaternionKeyFrame (line 735) | public LinearQuaternionKeyFrame(Quaternion value) method LinearQuaternionKeyFrame (line 743) | public LinearQuaternionKeyFrame(Quaternion value, KeyTime keyTime) method CreateInstanceCore (line 756) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 769) | protected override Quaternion InterpolateValueCore(Quaternion baseValu... class LinearRotation3DKeyFrame (line 797) | public partial class LinearRotation3DKeyFrame : Rotation3DKeyFrame method LinearRotation3DKeyFrame (line 804) | public LinearRotation3DKeyFrame() method LinearRotation3DKeyFrame (line 812) | public LinearRotation3DKeyFrame(Rotation3D value) method LinearRotation3DKeyFrame (line 820) | public LinearRotation3DKeyFrame(Rotation3D value, KeyTime keyTime) method CreateInstanceCore (line 833) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 846) | protected override Rotation3D InterpolateValueCore(Rotation3D baseValu... class LinearRectKeyFrame (line 874) | public partial class LinearRectKeyFrame : RectKeyFrame method LinearRectKeyFrame (line 881) | public LinearRectKeyFrame() method LinearRectKeyFrame (line 889) | public LinearRectKeyFrame(Rect value) method LinearRectKeyFrame (line 897) | public LinearRectKeyFrame(Rect value, KeyTime keyTime) method CreateInstanceCore (line 910) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 923) | protected override Rect InterpolateValueCore(Rect baseValue, double ke... class LinearSingleKeyFrame (line 951) | public partial class LinearSingleKeyFrame : SingleKeyFrame method LinearSingleKeyFrame (line 958) | public LinearSingleKeyFrame() method LinearSingleKeyFrame (line 966) | public LinearSingleKeyFrame(Single value) method LinearSingleKeyFrame (line 974) | public LinearSingleKeyFrame(Single value, KeyTime keyTime) method CreateInstanceCore (line 987) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1000) | protected override Single InterpolateValueCore(Single baseValue, doubl... class LinearSizeKeyFrame (line 1028) | public partial class LinearSizeKeyFrame : SizeKeyFrame method LinearSizeKeyFrame (line 1035) | public LinearSizeKeyFrame() method LinearSizeKeyFrame (line 1043) | public LinearSizeKeyFrame(Size value) method LinearSizeKeyFrame (line 1051) | public LinearSizeKeyFrame(Size value, KeyTime keyTime) method CreateInstanceCore (line 1064) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1077) | protected override Size InterpolateValueCore(Size baseValue, double ke... class LinearVectorKeyFrame (line 1105) | public partial class LinearVectorKeyFrame : VectorKeyFrame method LinearVectorKeyFrame (line 1112) | public LinearVectorKeyFrame() method LinearVectorKeyFrame (line 1120) | public LinearVectorKeyFrame(Vector value) method LinearVectorKeyFrame (line 1128) | public LinearVectorKeyFrame(Vector value, KeyTime keyTime) method CreateInstanceCore (line 1141) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1154) | protected override Vector InterpolateValueCore(Vector baseValue, doubl... class LinearVector3DKeyFrame (line 1182) | public partial class LinearVector3DKeyFrame : Vector3DKeyFrame method LinearVector3DKeyFrame (line 1189) | public LinearVector3DKeyFrame() method LinearVector3DKeyFrame (line 1197) | public LinearVector3DKeyFrame(Vector3D value) method LinearVector3DKeyFrame (line 1205) | public LinearVector3DKeyFrame(Vector3D value, KeyTime keyTime) method CreateInstanceCore (line 1218) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1231) | protected override Vector3D InterpolateValueCore(Vector3D baseValue, d... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/MatrixAnimationBase.cs class MatrixAnimationBase (line 18) | public abstract class MatrixAnimationBase : AnimationTimeline method MatrixAnimationBase (line 25) | protected MatrixAnimationBase() method Clone (line 38) | public new MatrixAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Matrix GetCurrentValue(Matrix defaultOriginValue, Matrix defaul... method GetCurrentValueCore (line 185) | protected abstract Matrix GetCurrentValueCore(Matrix defaultOriginValu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/MatrixAnimationUsingKeyFrames.cs class MatrixAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method MatrixAnimationUsingKeyFrames (line 40) | public MatrixAnimationUsingKeyFrames() method Clone (line 54) | public new MatrixAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new MatrixAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(MatrixAnimationUsingKeyFrames sourceAnimation,... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Matrix GetCurrentValueCore( method GetNaturalDurationCore (line 428) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 508) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 523) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 529) | private Matrix GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 536) | private MatrixKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 586) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 806) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/MatrixIndependentAnimationStorage.cs class MatrixIndependentAnimationStorage (line 19) | internal class MatrixIndependentAnimationStorage : IndependentAnimationS... method UpdateResourceCore (line 34) | protected override void UpdateResourceCore(DUCE.Channel channel) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/MatrixKeyFrameCollection.cs class MatrixKeyFrameCollection (line 20) | public class MatrixKeyFrameCollection : Freezable, IList method MatrixKeyFrameCollection (line 34) | public MatrixKeyFrameCollection() method Clone (line 74) | public new MatrixKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(MatrixKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(MatrixKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(MatrixKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(MatrixKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, MatrixKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(MatrixKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ObjectAnimationBase.cs class ObjectAnimationBase (line 18) | public abstract class ObjectAnimationBase : AnimationTimeline method ObjectAnimationBase (line 25) | protected ObjectAnimationBase() method Clone (line 38) | public new ObjectAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValueCore (line 149) | protected abstract Object GetCurrentValueCore(Object defaultOriginValu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ObjectAnimationUsingKeyFrames.cs class ObjectAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method ObjectAnimationUsingKeyFrames (line 40) | public ObjectAnimationUsingKeyFrames() method Clone (line 54) | public new ObjectAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new ObjectAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(ObjectAnimationUsingKeyFrames sourceAnimation,... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Object GetCurrentValueCore( method GetNaturalDurationCore (line 428) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 508) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 523) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 529) | private Object GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 536) | private ObjectKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 586) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 806) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ObjectKeyFrameCollection.cs class ObjectKeyFrameCollection (line 20) | public class ObjectKeyFrameCollection : Freezable, IList method ObjectKeyFrameCollection (line 34) | public ObjectKeyFrameCollection() method Clone (line 74) | public new ObjectKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(ObjectKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(ObjectKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(ObjectKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(ObjectKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, ObjectKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(ObjectKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ParallelTimeline.cs class ParallelTimeline (line 17) | public partial class ParallelTimeline : TimelineGroup method Clone (line 31) | public new ParallelTimeline Clone() method CloneCurrentValue (line 40) | public new ParallelTimeline CloneCurrentValue() method CreateInstanceCore (line 77) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Point3DAnimation.cs class Point3DAnimation (line 24) | public partial class Point3DAnimation : method Point3DAnimation (line 45) | static Point3DAnimation() method Point3DAnimation (line 84) | public Point3DAnimation() method Point3DAnimation (line 94) | public Point3DAnimation(Point3D toValue, Duration duration) method Point3DAnimation (line 106) | public Point3DAnimation(Point3D toValue, Duration duration, FillBehavi... method Point3DAnimation (line 119) | public Point3DAnimation(Point3D fromValue, Point3D toValue, Duration d... method Point3DAnimation (line 132) | public Point3DAnimation(Point3D fromValue, Point3D toValue, Duration d... method Clone (line 149) | public new Point3DAnimation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Point3D GetCurrentValueCore(Point3D defaultOriginVa... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Point3DAnimationBase.cs class Point3DAnimationBase (line 18) | public abstract class Point3DAnimationBase : AnimationTimeline method Point3DAnimationBase (line 25) | protected Point3DAnimationBase() method Clone (line 38) | public new Point3DAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Point3D GetCurrentValue(Point3D defaultOriginValue, Point3D def... method GetCurrentValueCore (line 185) | protected abstract Point3D GetCurrentValueCore(Point3D defaultOriginVa... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Point3DAnimationUsingKeyFrames.cs class Point3DAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method Point3DAnimationUsingKeyFrames (line 40) | public Point3DAnimationUsingKeyFrames() method Clone (line 54) | public new Point3DAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new Point3DAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(Point3DAnimationUsingKeyFrames sourceAnimation... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Point3D GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Point3D GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private Point3DKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Point3DIndependentAnimationStorage.cs class Point3DIndependentAnimationStorage (line 19) | internal class Point3DIndependentAnimationStorage : IndependentAnimation... method UpdateResourceCore (line 34) | protected override void UpdateResourceCore(DUCE.Channel channel) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Point3DKeyFrameCollection.cs class Point3DKeyFrameCollection (line 20) | public class Point3DKeyFrameCollection : Freezable, IList method Point3DKeyFrameCollection (line 34) | public Point3DKeyFrameCollection() method Clone (line 74) | public new Point3DKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(Point3DKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(Point3DKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(Point3DKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(Point3DKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, Point3DKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(Point3DKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/PointAnimation.cs class PointAnimation (line 24) | public partial class PointAnimation : method PointAnimation (line 45) | static PointAnimation() method PointAnimation (line 84) | public PointAnimation() method PointAnimation (line 94) | public PointAnimation(Point toValue, Duration duration) method PointAnimation (line 106) | public PointAnimation(Point toValue, Duration duration, FillBehavior f... method PointAnimation (line 119) | public PointAnimation(Point fromValue, Point toValue, Duration duration) method PointAnimation (line 132) | public PointAnimation(Point fromValue, Point toValue, Duration duratio... method Clone (line 149) | public new PointAnimation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Point GetCurrentValueCore(Point defaultOriginValue,... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/PointAnimationBase.cs class PointAnimationBase (line 18) | public abstract class PointAnimationBase : AnimationTimeline method PointAnimationBase (line 25) | protected PointAnimationBase() method Clone (line 38) | public new PointAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Point GetCurrentValue(Point defaultOriginValue, Point defaultDe... method GetCurrentValueCore (line 185) | protected abstract Point GetCurrentValueCore(Point defaultOriginValue,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/PointAnimationClockResource.cs class PointAnimationClockResource (line 24) | internal class PointAnimationClockResource: AnimationClockResource, DUCE... method PointAnimationClockResource (line 38) | public PointAnimationClockResource( method UpdateResource (line 107) | protected override void UpdateResource( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/PointAnimationUsingKeyFrames.cs class PointAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method PointAnimationUsingKeyFrames (line 40) | public PointAnimationUsingKeyFrames() method Clone (line 54) | public new PointAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new PointAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(PointAnimationUsingKeyFrames sourceAnimation, ... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Point GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Point GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private PointKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/PointIndependentAnimationStorage.cs class PointIndependentAnimationStorage (line 19) | internal class PointIndependentAnimationStorage : IndependentAnimationSt... method UpdateResourceCore (line 34) | protected override void UpdateResourceCore(DUCE.Channel channel) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/PointKeyFrameCollection.cs class PointKeyFrameCollection (line 20) | public class PointKeyFrameCollection : Freezable, IList method PointKeyFrameCollection (line 34) | public PointKeyFrameCollection() method Clone (line 74) | public new PointKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(PointKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(PointKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(PointKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(PointKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, PointKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(PointKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/QuaternionAnimation.cs class QuaternionAnimation (line 24) | public partial class QuaternionAnimation : method QuaternionAnimation (line 45) | static QuaternionAnimation() method QuaternionAnimation (line 84) | public QuaternionAnimation() method QuaternionAnimation (line 94) | public QuaternionAnimation(Quaternion toValue, Duration duration) method QuaternionAnimation (line 106) | public QuaternionAnimation(Quaternion toValue, Duration duration, Fill... method QuaternionAnimation (line 119) | public QuaternionAnimation(Quaternion fromValue, Quaternion toValue, D... method QuaternionAnimation (line 132) | public QuaternionAnimation(Quaternion fromValue, Quaternion toValue, D... method Clone (line 149) | public new QuaternionAnimation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Quaternion GetCurrentValueCore(Quaternion defaultOr... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/QuaternionAnimationBase.cs class QuaternionAnimationBase (line 18) | public abstract class QuaternionAnimationBase : AnimationTimeline method QuaternionAnimationBase (line 25) | protected QuaternionAnimationBase() method Clone (line 38) | public new QuaternionAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Quaternion GetCurrentValue(Quaternion defaultOriginValue, Quate... method GetCurrentValueCore (line 185) | protected abstract Quaternion GetCurrentValueCore(Quaternion defaultOr... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/QuaternionAnimationUsingKeyFrames.cs class QuaternionAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method QuaternionAnimationUsingKeyFrames (line 40) | public QuaternionAnimationUsingKeyFrames() method Clone (line 54) | public new QuaternionAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new QuaternionAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(QuaternionAnimationUsingKeyFrames sourceAnimat... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Quaternion GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Quaternion GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private QuaternionKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameI... method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/QuaternionIndependentAnimationStorage.cs class QuaternionIndependentAnimationStorage (line 19) | internal class QuaternionIndependentAnimationStorage : IndependentAnimat... method UpdateResourceCore (line 34) | protected override void UpdateResourceCore(DUCE.Channel channel) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/QuaternionKeyFrameCollection.cs class QuaternionKeyFrameCollection (line 20) | public class QuaternionKeyFrameCollection : Freezable, IList method QuaternionKeyFrameCollection (line 34) | public QuaternionKeyFrameCollection() method Clone (line 74) | public new QuaternionKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(QuaternionKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(QuaternionKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(QuaternionKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(QuaternionKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, QuaternionKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(QuaternionKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/RectAnimation.cs class RectAnimation (line 24) | public partial class RectAnimation : method RectAnimation (line 45) | static RectAnimation() method RectAnimation (line 84) | public RectAnimation() method RectAnimation (line 94) | public RectAnimation(Rect toValue, Duration duration) method RectAnimation (line 106) | public RectAnimation(Rect toValue, Duration duration, FillBehavior fil... method RectAnimation (line 119) | public RectAnimation(Rect fromValue, Rect toValue, Duration duration) method RectAnimation (line 132) | public RectAnimation(Rect fromValue, Rect toValue, Duration duration, ... method Clone (line 149) | public new RectAnimation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Rect GetCurrentValueCore(Rect defaultOriginValue, R... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/RectAnimationBase.cs class RectAnimationBase (line 18) | public abstract class RectAnimationBase : AnimationTimeline method RectAnimationBase (line 25) | protected RectAnimationBase() method Clone (line 38) | public new RectAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Rect GetCurrentValue(Rect defaultOriginValue, Rect defaultDesti... method GetCurrentValueCore (line 185) | protected abstract Rect GetCurrentValueCore(Rect defaultOriginValue, R... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/RectAnimationClockResource.cs class RectAnimationClockResource (line 24) | internal class RectAnimationClockResource: AnimationClockResource, DUCE.... method RectAnimationClockResource (line 38) | public RectAnimationClockResource( method UpdateResource (line 107) | protected override void UpdateResource( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/RectAnimationUsingKeyFrames.cs class RectAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method RectAnimationUsingKeyFrames (line 40) | public RectAnimationUsingKeyFrames() method Clone (line 54) | public new RectAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new RectAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(RectAnimationUsingKeyFrames sourceAnimation, b... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Rect GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Rect GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private RectKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/RectIndependentAnimationStorage.cs class RectIndependentAnimationStorage (line 19) | internal class RectIndependentAnimationStorage : IndependentAnimationSto... method UpdateResourceCore (line 34) | protected override void UpdateResourceCore(DUCE.Channel channel) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/RectKeyFrameCollection.cs class RectKeyFrameCollection (line 20) | public class RectKeyFrameCollection : Freezable, IList method RectKeyFrameCollection (line 34) | public RectKeyFrameCollection() method Clone (line 74) | public new RectKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(RectKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(RectKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(RectKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(RectKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, RectKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(RectKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Rotation3DAnimation.cs class Rotation3DAnimation (line 24) | public partial class Rotation3DAnimation : method Rotation3DAnimation (line 45) | static Rotation3DAnimation() method Rotation3DAnimation (line 84) | public Rotation3DAnimation() method Rotation3DAnimation (line 94) | public Rotation3DAnimation(Rotation3D toValue, Duration duration) method Rotation3DAnimation (line 106) | public Rotation3DAnimation(Rotation3D toValue, Duration duration, Fill... method Rotation3DAnimation (line 119) | public Rotation3DAnimation(Rotation3D fromValue, Rotation3D toValue, D... method Rotation3DAnimation (line 132) | public Rotation3DAnimation(Rotation3D fromValue, Rotation3D toValue, D... method Clone (line 149) | public new Rotation3DAnimation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Rotation3D GetCurrentValueCore(Rotation3D defaultOr... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Rotation3DAnimationBase.cs class Rotation3DAnimationBase (line 18) | public abstract class Rotation3DAnimationBase : AnimationTimeline method Rotation3DAnimationBase (line 25) | protected Rotation3DAnimationBase() method Clone (line 38) | public new Rotation3DAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 126) | public Rotation3D GetCurrentValue(Rotation3D defaultOriginValue, Rotat... method GetCurrentValueCore (line 182) | protected abstract Rotation3D GetCurrentValueCore(Rotation3D defaultOr... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Rotation3DAnimationUsingKeyFrames.cs class Rotation3DAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method Rotation3DAnimationUsingKeyFrames (line 40) | public Rotation3DAnimationUsingKeyFrames() method Clone (line 54) | public new Rotation3DAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new Rotation3DAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(Rotation3DAnimationUsingKeyFrames sourceAnimat... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Rotation3D GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Rotation3D GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private Rotation3DKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameI... method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Rotation3DKeyFrameCollection.cs class Rotation3DKeyFrameCollection (line 20) | public class Rotation3DKeyFrameCollection : Freezable, IList method Rotation3DKeyFrameCollection (line 34) | public Rotation3DKeyFrameCollection() method Clone (line 74) | public new Rotation3DKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(Rotation3DKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(Rotation3DKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(Rotation3DKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(Rotation3DKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, Rotation3DKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(Rotation3DKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/SingleAnimation.cs class SingleAnimation (line 24) | public partial class SingleAnimation : method SingleAnimation (line 45) | static SingleAnimation() method SingleAnimation (line 84) | public SingleAnimation() method SingleAnimation (line 94) | public SingleAnimation(Single toValue, Duration duration) method SingleAnimation (line 106) | public SingleAnimation(Single toValue, Duration duration, FillBehavior... method SingleAnimation (line 119) | public SingleAnimation(Single fromValue, Single toValue, Duration dura... method SingleAnimation (line 132) | public SingleAnimation(Single fromValue, Single toValue, Duration dura... method Clone (line 149) | public new SingleAnimation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Single GetCurrentValueCore(Single defaultOriginValu... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/SingleAnimationBase.cs class SingleAnimationBase (line 18) | public abstract class SingleAnimationBase : AnimationTimeline method SingleAnimationBase (line 25) | protected SingleAnimationBase() method Clone (line 38) | public new SingleAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Single GetCurrentValue(Single defaultOriginValue, Single defaul... method GetCurrentValueCore (line 185) | protected abstract Single GetCurrentValueCore(Single defaultOriginValu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/SingleAnimationUsingKeyFrames.cs class SingleAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method SingleAnimationUsingKeyFrames (line 40) | public SingleAnimationUsingKeyFrames() method Clone (line 54) | public new SingleAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new SingleAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(SingleAnimationUsingKeyFrames sourceAnimation,... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Single GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Single GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private SingleKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/SingleKeyFrameCollection.cs class SingleKeyFrameCollection (line 20) | public class SingleKeyFrameCollection : Freezable, IList method SingleKeyFrameCollection (line 34) | public SingleKeyFrameCollection() method Clone (line 74) | public new SingleKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(SingleKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(SingleKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(SingleKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(SingleKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, SingleKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(SingleKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/SizeAnimation.cs class SizeAnimation (line 24) | public partial class SizeAnimation : method SizeAnimation (line 45) | static SizeAnimation() method SizeAnimation (line 84) | public SizeAnimation() method SizeAnimation (line 94) | public SizeAnimation(Size toValue, Duration duration) method SizeAnimation (line 106) | public SizeAnimation(Size toValue, Duration duration, FillBehavior fil... method SizeAnimation (line 119) | public SizeAnimation(Size fromValue, Size toValue, Duration duration) method SizeAnimation (line 132) | public SizeAnimation(Size fromValue, Size toValue, Duration duration, ... method Clone (line 149) | public new SizeAnimation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Size GetCurrentValueCore(Size defaultOriginValue, S... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/SizeAnimationBase.cs class SizeAnimationBase (line 18) | public abstract class SizeAnimationBase : AnimationTimeline method SizeAnimationBase (line 25) | protected SizeAnimationBase() method Clone (line 38) | public new SizeAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Size GetCurrentValue(Size defaultOriginValue, Size defaultDesti... method GetCurrentValueCore (line 185) | protected abstract Size GetCurrentValueCore(Size defaultOriginValue, S... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/SizeAnimationClockResource.cs class SizeAnimationClockResource (line 24) | internal class SizeAnimationClockResource: AnimationClockResource, DUCE.... method SizeAnimationClockResource (line 38) | public SizeAnimationClockResource( method UpdateResource (line 107) | protected override void UpdateResource( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/SizeAnimationUsingKeyFrames.cs class SizeAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method SizeAnimationUsingKeyFrames (line 40) | public SizeAnimationUsingKeyFrames() method Clone (line 54) | public new SizeAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new SizeAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(SizeAnimationUsingKeyFrames sourceAnimation, b... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Size GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Size GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private SizeKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/SizeIndependentAnimationStorage.cs class SizeIndependentAnimationStorage (line 19) | internal class SizeIndependentAnimationStorage : IndependentAnimationSto... method UpdateResourceCore (line 34) | protected override void UpdateResourceCore(DUCE.Channel channel) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/SizeKeyFrameCollection.cs class SizeKeyFrameCollection (line 20) | public class SizeKeyFrameCollection : Freezable, IList method SizeKeyFrameCollection (line 34) | public SizeKeyFrameCollection() method Clone (line 74) | public new SizeKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(SizeKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(SizeKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(SizeKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(SizeKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, SizeKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(SizeKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/SplineKeyFrames.cs class SplineByteKeyFrame (line 32) | public partial class SplineByteKeyFrame : ByteKeyFrame method SplineByteKeyFrame (line 39) | public SplineByteKeyFrame() method SplineByteKeyFrame (line 47) | public SplineByteKeyFrame(Byte value) method SplineByteKeyFrame (line 56) | public SplineByteKeyFrame(Byte value, KeyTime keyTime) method SplineByteKeyFrame (line 66) | public SplineByteKeyFrame(Byte value, KeyTime keyTime, KeySpline keySp... method CreateInstanceCore (line 84) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 97) | protected override Byte InterpolateValueCore(Byte baseValue, double ke... class SplineColorKeyFrame (line 159) | public partial class SplineColorKeyFrame : ColorKeyFrame method SplineColorKeyFrame (line 166) | public SplineColorKeyFrame() method SplineColorKeyFrame (line 174) | public SplineColorKeyFrame(Color value) method SplineColorKeyFrame (line 183) | public SplineColorKeyFrame(Color value, KeyTime keyTime) method SplineColorKeyFrame (line 193) | public SplineColorKeyFrame(Color value, KeyTime keyTime, KeySpline key... method CreateInstanceCore (line 211) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 224) | protected override Color InterpolateValueCore(Color baseValue, double ... class SplineDecimalKeyFrame (line 286) | public partial class SplineDecimalKeyFrame : DecimalKeyFrame method SplineDecimalKeyFrame (line 293) | public SplineDecimalKeyFrame() method SplineDecimalKeyFrame (line 301) | public SplineDecimalKeyFrame(Decimal value) method SplineDecimalKeyFrame (line 310) | public SplineDecimalKeyFrame(Decimal value, KeyTime keyTime) method SplineDecimalKeyFrame (line 320) | public SplineDecimalKeyFrame(Decimal value, KeyTime keyTime, KeySpline... method CreateInstanceCore (line 338) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 351) | protected override Decimal InterpolateValueCore(Decimal baseValue, dou... class SplineDoubleKeyFrame (line 413) | public partial class SplineDoubleKeyFrame : DoubleKeyFrame method SplineDoubleKeyFrame (line 420) | public SplineDoubleKeyFrame() method SplineDoubleKeyFrame (line 428) | public SplineDoubleKeyFrame(Double value) method SplineDoubleKeyFrame (line 437) | public SplineDoubleKeyFrame(Double value, KeyTime keyTime) method SplineDoubleKeyFrame (line 447) | public SplineDoubleKeyFrame(Double value, KeyTime keyTime, KeySpline k... method CreateInstanceCore (line 465) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 478) | protected override Double InterpolateValueCore(Double baseValue, doubl... class SplineInt16KeyFrame (line 540) | public partial class SplineInt16KeyFrame : Int16KeyFrame method SplineInt16KeyFrame (line 547) | public SplineInt16KeyFrame() method SplineInt16KeyFrame (line 555) | public SplineInt16KeyFrame(Int16 value) method SplineInt16KeyFrame (line 564) | public SplineInt16KeyFrame(Int16 value, KeyTime keyTime) method SplineInt16KeyFrame (line 574) | public SplineInt16KeyFrame(Int16 value, KeyTime keyTime, KeySpline key... method CreateInstanceCore (line 592) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 605) | protected override Int16 InterpolateValueCore(Int16 baseValue, double ... class SplineInt32KeyFrame (line 667) | public partial class SplineInt32KeyFrame : Int32KeyFrame method SplineInt32KeyFrame (line 674) | public SplineInt32KeyFrame() method SplineInt32KeyFrame (line 682) | public SplineInt32KeyFrame(Int32 value) method SplineInt32KeyFrame (line 691) | public SplineInt32KeyFrame(Int32 value, KeyTime keyTime) method SplineInt32KeyFrame (line 701) | public SplineInt32KeyFrame(Int32 value, KeyTime keyTime, KeySpline key... method CreateInstanceCore (line 719) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 732) | protected override Int32 InterpolateValueCore(Int32 baseValue, double ... class SplineInt64KeyFrame (line 794) | public partial class SplineInt64KeyFrame : Int64KeyFrame method SplineInt64KeyFrame (line 801) | public SplineInt64KeyFrame() method SplineInt64KeyFrame (line 809) | public SplineInt64KeyFrame(Int64 value) method SplineInt64KeyFrame (line 818) | public SplineInt64KeyFrame(Int64 value, KeyTime keyTime) method SplineInt64KeyFrame (line 828) | public SplineInt64KeyFrame(Int64 value, KeyTime keyTime, KeySpline key... method CreateInstanceCore (line 846) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 859) | protected override Int64 InterpolateValueCore(Int64 baseValue, double ... class SplinePointKeyFrame (line 921) | public partial class SplinePointKeyFrame : PointKeyFrame method SplinePointKeyFrame (line 928) | public SplinePointKeyFrame() method SplinePointKeyFrame (line 936) | public SplinePointKeyFrame(Point value) method SplinePointKeyFrame (line 945) | public SplinePointKeyFrame(Point value, KeyTime keyTime) method SplinePointKeyFrame (line 955) | public SplinePointKeyFrame(Point value, KeyTime keyTime, KeySpline key... method CreateInstanceCore (line 973) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 986) | protected override Point InterpolateValueCore(Point baseValue, double ... class SplinePoint3DKeyFrame (line 1048) | public partial class SplinePoint3DKeyFrame : Point3DKeyFrame method SplinePoint3DKeyFrame (line 1055) | public SplinePoint3DKeyFrame() method SplinePoint3DKeyFrame (line 1063) | public SplinePoint3DKeyFrame(Point3D value) method SplinePoint3DKeyFrame (line 1072) | public SplinePoint3DKeyFrame(Point3D value, KeyTime keyTime) method SplinePoint3DKeyFrame (line 1082) | public SplinePoint3DKeyFrame(Point3D value, KeyTime keyTime, KeySpline... method CreateInstanceCore (line 1100) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1113) | protected override Point3D InterpolateValueCore(Point3D baseValue, dou... class SplineQuaternionKeyFrame (line 1175) | public partial class SplineQuaternionKeyFrame : QuaternionKeyFrame method SplineQuaternionKeyFrame (line 1182) | public SplineQuaternionKeyFrame() method SplineQuaternionKeyFrame (line 1190) | public SplineQuaternionKeyFrame(Quaternion value) method SplineQuaternionKeyFrame (line 1199) | public SplineQuaternionKeyFrame(Quaternion value, KeyTime keyTime) method SplineQuaternionKeyFrame (line 1209) | public SplineQuaternionKeyFrame(Quaternion value, KeyTime keyTime, Key... method CreateInstanceCore (line 1227) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1240) | protected override Quaternion InterpolateValueCore(Quaternion baseValu... class SplineRotation3DKeyFrame (line 1302) | public partial class SplineRotation3DKeyFrame : Rotation3DKeyFrame method SplineRotation3DKeyFrame (line 1309) | public SplineRotation3DKeyFrame() method SplineRotation3DKeyFrame (line 1317) | public SplineRotation3DKeyFrame(Rotation3D value) method SplineRotation3DKeyFrame (line 1326) | public SplineRotation3DKeyFrame(Rotation3D value, KeyTime keyTime) method SplineRotation3DKeyFrame (line 1336) | public SplineRotation3DKeyFrame(Rotation3D value, KeyTime keyTime, Key... method CreateInstanceCore (line 1354) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1367) | protected override Rotation3D InterpolateValueCore(Rotation3D baseValu... class SplineRectKeyFrame (line 1429) | public partial class SplineRectKeyFrame : RectKeyFrame method SplineRectKeyFrame (line 1436) | public SplineRectKeyFrame() method SplineRectKeyFrame (line 1444) | public SplineRectKeyFrame(Rect value) method SplineRectKeyFrame (line 1453) | public SplineRectKeyFrame(Rect value, KeyTime keyTime) method SplineRectKeyFrame (line 1463) | public SplineRectKeyFrame(Rect value, KeyTime keyTime, KeySpline keySp... method CreateInstanceCore (line 1481) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1494) | protected override Rect InterpolateValueCore(Rect baseValue, double ke... class SplineSingleKeyFrame (line 1556) | public partial class SplineSingleKeyFrame : SingleKeyFrame method SplineSingleKeyFrame (line 1563) | public SplineSingleKeyFrame() method SplineSingleKeyFrame (line 1571) | public SplineSingleKeyFrame(Single value) method SplineSingleKeyFrame (line 1580) | public SplineSingleKeyFrame(Single value, KeyTime keyTime) method SplineSingleKeyFrame (line 1590) | public SplineSingleKeyFrame(Single value, KeyTime keyTime, KeySpline k... method CreateInstanceCore (line 1608) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1621) | protected override Single InterpolateValueCore(Single baseValue, doubl... class SplineSizeKeyFrame (line 1683) | public partial class SplineSizeKeyFrame : SizeKeyFrame method SplineSizeKeyFrame (line 1690) | public SplineSizeKeyFrame() method SplineSizeKeyFrame (line 1698) | public SplineSizeKeyFrame(Size value) method SplineSizeKeyFrame (line 1707) | public SplineSizeKeyFrame(Size value, KeyTime keyTime) method SplineSizeKeyFrame (line 1717) | public SplineSizeKeyFrame(Size value, KeyTime keyTime, KeySpline keySp... method CreateInstanceCore (line 1735) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1748) | protected override Size InterpolateValueCore(Size baseValue, double ke... class SplineVectorKeyFrame (line 1810) | public partial class SplineVectorKeyFrame : VectorKeyFrame method SplineVectorKeyFrame (line 1817) | public SplineVectorKeyFrame() method SplineVectorKeyFrame (line 1825) | public SplineVectorKeyFrame(Vector value) method SplineVectorKeyFrame (line 1834) | public SplineVectorKeyFrame(Vector value, KeyTime keyTime) method SplineVectorKeyFrame (line 1844) | public SplineVectorKeyFrame(Vector value, KeyTime keyTime, KeySpline k... method CreateInstanceCore (line 1862) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 1875) | protected override Vector InterpolateValueCore(Vector baseValue, doubl... class SplineVector3DKeyFrame (line 1937) | public partial class SplineVector3DKeyFrame : Vector3DKeyFrame method SplineVector3DKeyFrame (line 1944) | public SplineVector3DKeyFrame() method SplineVector3DKeyFrame (line 1952) | public SplineVector3DKeyFrame(Vector3D value) method SplineVector3DKeyFrame (line 1961) | public SplineVector3DKeyFrame(Vector3D value, KeyTime keyTime) method SplineVector3DKeyFrame (line 1971) | public SplineVector3DKeyFrame(Vector3D value, KeyTime keyTime, KeySpli... method CreateInstanceCore (line 1989) | protected override Freezable CreateInstanceCore() method InterpolateValueCore (line 2002) | protected override Vector3D InterpolateValueCore(Vector3D baseValue, d... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/StringAnimationBase.cs class StringAnimationBase (line 18) | public abstract class StringAnimationBase : AnimationTimeline method StringAnimationBase (line 25) | protected StringAnimationBase() method Clone (line 38) | public new StringAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 126) | public String GetCurrentValue(String defaultOriginValue, String defaul... method GetCurrentValueCore (line 182) | protected abstract String GetCurrentValueCore(String defaultOriginValu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/StringAnimationUsingKeyFrames.cs class StringAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method StringAnimationUsingKeyFrames (line 40) | public StringAnimationUsingKeyFrames() method Clone (line 54) | public new StringAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new StringAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(StringAnimationUsingKeyFrames sourceAnimation,... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override String GetCurrentValueCore( method GetNaturalDurationCore (line 428) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 508) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 523) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 529) | private String GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 536) | private StringKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 586) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 806) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/StringKeyFrameCollection.cs class StringKeyFrameCollection (line 20) | public class StringKeyFrameCollection : Freezable, IList method StringKeyFrameCollection (line 34) | public StringKeyFrameCollection() method Clone (line 74) | public new StringKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(StringKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(StringKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(StringKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(StringKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, StringKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(StringKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Timeline.cs class Timeline (line 17) | public abstract partial class Timeline : Animatable method Clone (line 31) | public new Timeline Clone() method CloneCurrentValue (line 40) | public new Timeline CloneCurrentValue() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/TimelineCollection.cs class TimelineCollection (line 21) | public sealed partial class TimelineCollection : Animatable, IList, ILis... method Clone (line 35) | public new TimelineCollection Clone() method CloneCurrentValue (line 44) | public new TimelineCollection CloneCurrentValue() method Add (line 66) | public void Add(Timeline value) method Clear (line 74) | public void Clear() method Contains (line 94) | public bool Contains(Timeline value) method IndexOf (line 104) | public int IndexOf(Timeline value) method Insert (line 114) | public void Insert(int index, Timeline value) method Remove (line 136) | public bool Remove(Timeline value) method RemoveAt (line 176) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 192) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 268) | public void CopyTo(Timeline[] array, int index) method GetEnumerator (line 300) | public Enumerator GetEnumerator() method GetEnumerator (line 307) | IEnumerator IEnumerable.GetEnumerator() method Add (line 347) | int IList.Add(object value) method Contains (line 353) | bool IList.Contains(object value) method IndexOf (line 358) | int IList.IndexOf(object value) method Insert (line 363) | void IList.Insert(int index, object value) method Remove (line 369) | void IList.Remove(object value) method CopyTo (line 378) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 433) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 463) | internal Timeline Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 472) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 490) | private Timeline Cast(object value) method AddHelper (line 505) | private int AddHelper(Timeline value) method AddWithoutFiringPublicEvents (line 516) | internal int AddWithoutFiringPublicEvents(Timeline value) method CreateInstanceCore (line 563) | protected override Freezable CreateInstanceCore() method CloneCore (line 570) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 592) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 614) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 636) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 658) | protected override bool FreezeCore(bool isChecking) type Enumerator (line 738) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 742) | internal Enumerator(TimelineCollection list) method Dispose (line 756) | void IDisposable.Dispose() method MoveNext (line 768) | public bool MoveNext() method Reset (line 795) | public void Reset() method TimelineCollection (line 872) | public TimelineCollection() method TimelineCollection (line 881) | public TimelineCollection(int capacity) method TimelineCollection (line 889) | public TimelineCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/TimelineGroup.cs class TimelineGroup (line 17) | public abstract partial class TimelineGroup : Timeline method Clone (line 31) | public new TimelineGroup Clone() method CloneCurrentValue (line 40) | public new TimelineGroup CloneCurrentValue() method TimelineGroup (line 165) | static TimelineGroup() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Vector3DAnimation.cs class Vector3DAnimation (line 24) | public partial class Vector3DAnimation : method Vector3DAnimation (line 45) | static Vector3DAnimation() method Vector3DAnimation (line 84) | public Vector3DAnimation() method Vector3DAnimation (line 94) | public Vector3DAnimation(Vector3D toValue, Duration duration) method Vector3DAnimation (line 106) | public Vector3DAnimation(Vector3D toValue, Duration duration, FillBeha... method Vector3DAnimation (line 119) | public Vector3DAnimation(Vector3D fromValue, Vector3D toValue, Duratio... method Vector3DAnimation (line 132) | public Vector3DAnimation(Vector3D fromValue, Vector3D toValue, Duratio... method Clone (line 149) | public new Vector3DAnimation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Vector3D GetCurrentValueCore(Vector3D defaultOrigin... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Vector3DAnimationBase.cs class Vector3DAnimationBase (line 18) | public abstract class Vector3DAnimationBase : AnimationTimeline method Vector3DAnimationBase (line 25) | protected Vector3DAnimationBase() method Clone (line 38) | public new Vector3DAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Vector3D GetCurrentValue(Vector3D defaultOriginValue, Vector3D ... method GetCurrentValueCore (line 185) | protected abstract Vector3D GetCurrentValueCore(Vector3D defaultOrigin... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Vector3DAnimationUsingKeyFrames.cs class Vector3DAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method Vector3DAnimationUsingKeyFrames (line 40) | public Vector3DAnimationUsingKeyFrames() method Clone (line 54) | public new Vector3DAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new Vector3DAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(Vector3DAnimationUsingKeyFrames sourceAnimatio... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Vector3D GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Vector3D GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private Vector3DKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Vector3DIndependentAnimationStorage.cs class Vector3DIndependentAnimationStorage (line 19) | internal class Vector3DIndependentAnimationStorage : IndependentAnimatio... method UpdateResourceCore (line 34) | protected override void UpdateResourceCore(DUCE.Channel channel) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Vector3DKeyFrameCollection.cs class Vector3DKeyFrameCollection (line 20) | public class Vector3DKeyFrameCollection : Freezable, IList method Vector3DKeyFrameCollection (line 34) | public Vector3DKeyFrameCollection() method Clone (line 74) | public new Vector3DKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(Vector3DKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(Vector3DKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(Vector3DKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(Vector3DKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, Vector3DKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(Vector3DKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/VectorAnimation.cs class VectorAnimation (line 24) | public partial class VectorAnimation : method VectorAnimation (line 45) | static VectorAnimation() method VectorAnimation (line 84) | public VectorAnimation() method VectorAnimation (line 94) | public VectorAnimation(Vector toValue, Duration duration) method VectorAnimation (line 106) | public VectorAnimation(Vector toValue, Duration duration, FillBehavior... method VectorAnimation (line 119) | public VectorAnimation(Vector fromValue, Vector toValue, Duration dura... method VectorAnimation (line 132) | public VectorAnimation(Vector fromValue, Vector toValue, Duration dura... method Clone (line 149) | public new VectorAnimation Clone() method CreateInstanceCore (line 168) | protected override Freezable CreateInstanceCore() method GetCurrentValueCore (line 205) | protected override Vector GetCurrentValueCore(Vector defaultOriginValu... method ValidateAnimationFunction (line 354) | private void ValidateAnimationFunction() method AnimationFunction_Changed (line 402) | private static void AnimationFunction_Changed(DependencyObject d, Depe... method ValidateFromToOrByValue (line 410) | private static bool ValidateFromToOrByValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/VectorAnimationBase.cs class VectorAnimationBase (line 18) | public abstract class VectorAnimationBase : AnimationTimeline method VectorAnimationBase (line 25) | protected VectorAnimationBase() method Clone (line 38) | public new VectorAnimationBase Clone() method GetCurrentValue (line 75) | public override sealed object GetCurrentValue(object defaultOriginValu... method GetCurrentValue (line 129) | public Vector GetCurrentValue(Vector defaultOriginValue, Vector defaul... method GetCurrentValueCore (line 185) | protected abstract Vector GetCurrentValueCore(Vector defaultOriginValu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/VectorAnimationUsingKeyFrames.cs class VectorAnimationUsingKeyFrames (line 24) | [ContentProperty("KeyFrames")] method VectorAnimationUsingKeyFrames (line 40) | public VectorAnimationUsingKeyFrames() method Clone (line 54) | public new VectorAnimationUsingKeyFrames Clone() method CloneCurrentValue (line 68) | public new VectorAnimationUsingKeyFrames CloneCurrentValue() method FreezeCore (line 76) | protected override bool FreezeCore(bool isChecking) method OnChanged (line 93) | protected override void OnChanged() method CreateInstanceCore (line 105) | protected override Freezable CreateInstanceCore() method CloneCore (line 113) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 124) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 135) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 161) | private void CopyCommon(VectorAnimationUsingKeyFrames sourceAnimation,... method AddChild (line 201) | void IAddChild.AddChild(object child) method AddChild (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 244) | void IAddChild.AddText(string childText) method AddText (line 274) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCurrentValueCore (line 312) | protected sealed override Vector GetCurrentValueCore( method GetNaturalDurationCore (line 461) | protected override sealed Duration GetNaturalDurationCore(Clock clock) method ShouldSerializeKeyFrames (line 541) | [EditorBrowsable(EditorBrowsableState.Never)] type KeyTimeBlock (line 615) | private struct KeyTimeBlock method GetResolvedKeyFrameValue (line 621) | private Vector GetResolvedKeyFrameValue(Int32 resolvedKeyFrameIndex) method GetResolvedKeyFrame (line 628) | private VectorKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex) method ResolveKeyTimes (line 678) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 898) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/VectorKeyFrameCollection.cs class VectorKeyFrameCollection (line 20) | public class VectorKeyFrameCollection : Freezable, IList method VectorKeyFrameCollection (line 34) | public VectorKeyFrameCollection() method Clone (line 74) | public new VectorKeyFrameCollection Clone() method CreateInstanceCore (line 83) | protected override Freezable CreateInstanceCore() method CloneCore (line 91) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 112) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 133) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 154) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method FreezeCore (line 174) | protected override bool FreezeCore(bool isChecking) method GetEnumerator (line 193) | public IEnumerator GetEnumerator() method CopyTo (line 247) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 258) | public void CopyTo(VectorKeyFrame[] array, int index) method Add (line 272) | int IList.Add(object keyFrame) method Add (line 280) | public int Add(VectorKeyFrame keyFrame) method Clear (line 297) | public void Clear() method Contains (line 317) | bool IList.Contains(object keyFrame) method Contains (line 325) | public bool Contains(VectorKeyFrame keyFrame) method IndexOf (line 335) | int IList.IndexOf(object keyFrame) method IndexOf (line 343) | public int IndexOf(VectorKeyFrame keyFrame) method Insert (line 353) | void IList.Insert(int index, object keyFrame) method Insert (line 361) | public void Insert(int index, VectorKeyFrame keyFrame) method Remove (line 402) | void IList.Remove(object keyFrame) method Remove (line 410) | public void Remove(VectorKeyFrame keyFrame) method RemoveAt (line 426) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/HandoffBehavior.cs type HandoffBehavior (line 10) | public enum HandoffBehavior class HandoffBehaviorEnum (line 28) | internal static class HandoffBehaviorEnum method IsDefined (line 36) | internal static bool IsDefined( HandoffBehavior handoffBehavior ) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/IAnimatable.cs type IAnimatable (line 11) | public interface IAnimatable method ApplyAnimationClock (line 25) | void ApplyAnimationClock(DependencyProperty dp, AnimationClock clock); method ApplyAnimationClock (line 44) | void ApplyAnimationClock(DependencyProperty dp, AnimationClock clock, ... method BeginAnimation (line 52) | void BeginAnimation(DependencyProperty dp, AnimationTimeline animation); method BeginAnimation (line 64) | void BeginAnimation(DependencyProperty dp, AnimationTimeline animation... method GetAnimationBaseValue (line 84) | Object GetAnimationBaseValue(DependencyProperty dp); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/IAnimation.cs type IAnimation (line 9) | public interface IAnimation method GetCurrentValue (line 39) | object GetCurrentValue(object defaultOriginValue, object defaultDestin... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/IClock.cs type IClock (line 45) | internal interface IClock FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/IEasingFunction.cs type IEasingFunction (line 13) | public interface IEasingFunction method Ease (line 20) | double Ease(double normalizedTime); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/IKeyFrame.cs type IKeyFrame (line 11) | public interface IKeyFrame FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/IKeyFrameAnimation.cs type IKeyFrameAnimation (line 13) | public interface IKeyFrameAnimation FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/IndependentAnimationStorage.cs class IndependentAnimationStorage (line 12) | internal abstract class IndependentAnimationStorage : AnimationStorage, ... method IndependentAnimationStorage (line 20) | protected IndependentAnimationStorage() method UpdateResourceCore (line 29) | protected abstract void UpdateResourceCore(DUCE.Channel channel); method AddRefOnChannel (line 45) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannel (line 86) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandle (line 133) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCount (line 145) | int DUCE.IResource.GetChannelCount() method GetChannel (line 150) | DUCE.Channel DUCE.IResource.GetChannel(int index) method RemoveChildFromParent (line 158) | void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.... method Get3DHandle (line 166) | DUCE.ResourceHandle DUCE.IResource.Get3DHandle(DUCE.Channel channel) method UpdateResource (line 176) | private void UpdateResource(DUCE.Channel channel, bool skipOnChannelCh... method InvalidateResource (line 197) | internal void InvalidateResource() method GetResourceHandle (line 228) | internal static DUCE.ResourceHandle GetResourceHandle(DependencyObject... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/IndependentlyAnimatedPropertyMetadata.cs class IndependentlyAnimatedPropertyMetadata (line 10) | internal class IndependentlyAnimatedPropertyMetadata : UIPropertyMetadata method IndependentlyAnimatedPropertyMetadata (line 12) | internal IndependentlyAnimatedPropertyMetadata(object defaultValue) : ... method IndependentlyAnimatedPropertyMetadata (line 14) | internal IndependentlyAnimatedPropertyMetadata(object defaultValue, method CreateInstance (line 25) | internal override PropertyMetadata CreateInstance() { FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/KeySpline.cs class KeySpline (line 15) | [TypeConverter(typeof(KeySplineConverter))] method KeySpline (line 28) | public KeySpline() method KeySpline (line 42) | public KeySpline(double x1, double y1, double x2, double y2) method KeySpline (line 52) | public KeySpline(Point controlPoint1, Point controlPoint2) method CreateInstanceCore (line 85) | protected override Freezable CreateInstanceCore() method CloneCore (line 94) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 105) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 116) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 127) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method OnChanged (line 137) | protected override void OnChanged() method GetSplineProgress (line 217) | public double GetSplineProgress(double linearProgress) method IsValidControlPoint (line 242) | private bool IsValidControlPoint(Point point) method Build (line 251) | private void Build() method GetBezierValue (line 289) | private static double GetBezierValue(double b, double c, double t) method GetXAndDx (line 303) | private void GetXAndDx(double t, out double x, out double dx) method SetParameterFromX (line 325) | private void SetParameterFromX(double time) method CloneCommon (line 403) | private void CloneCommon(KeySpline sourceKeySpline) method ToString (line 420) | public override string ToString() method ToString (line 437) | public string ToString(IFormatProvider formatProvider) method ToString (line 457) | string IFormattable.ToString(string format, IFormatProvider formatProv... method InternalConvertToString (line 477) | internal string InternalConvertToString(string format, IFormatProvider... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/KeySplineConverter.cs class KeySplineConverter (line 17) | public class KeySplineConverter : TypeConverter method CanConvertFrom (line 23) | public override bool CanConvertFrom(ITypeDescriptorContext typeDescrip... method CanConvertTo (line 42) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 58) | public override object ConvertFrom( method ConvertTo (line 88) | public override object ConvertTo( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/KeyTime.cs type KeyTime (line 12) | [TypeConverter(typeof(KeyTimeConverter))] method FromPercent (line 26) | public static KeyTime FromPercent(double percent) method FromTimeSpan (line 46) | public static KeyTime FromTimeSpan(TimeSpan timeSpan) method Equals (line 103) | public static bool Equals(KeyTime keyTime1, KeyTime keyTime2) method Equals (line 161) | public bool Equals(KeyTime value) method Equals (line 173) | public override bool Equals(object value) method GetHashCode (line 187) | public override int GetHashCode() method ToString (line 205) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/KeyTimeConverter.cs class KeyTimeConverter (line 17) | public class KeyTimeConverter : TypeConverter method CanConvertFrom (line 23) | public override bool CanConvertFrom( method CanConvertTo (line 43) | public override bool CanConvertTo( method ConvertFrom (line 63) | public override object ConvertFrom( method ConvertTo (line 126) | public override object ConvertTo( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/KeyTimeType.cs type KeyTimeType (line 10) | public enum KeyTimeType : byte FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/LinearQuaternionKeyFrame.cs class LinearQuaternionKeyFrame (line 19) | public partial class LinearQuaternionKeyFrame : QuaternionKeyFrame FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/MatrixAnimationUsingPath.cs class MatrixAnimationUsingPath (line 12) | public class MatrixAnimationUsingPath : MatrixAnimationBase method MatrixAnimationUsingPath (line 36) | public MatrixAnimationUsingPath() method Clone (line 49) | public new MatrixAnimationUsingPath Clone() method CreateInstanceCore (line 58) | protected override Freezable CreateInstanceCore() method OnChanged (line 66) | protected override void OnChanged() method GetCurrentValueCore (line 240) | protected override Matrix GetCurrentValueCore(Matrix defaultOriginValu... method Validate (line 303) | private void Validate() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/ParallelTimeline.cs class ParallelTimeline (line 16) | public partial class ParallelTimeline : TimelineGroup method ParallelTimeline (line 23) | public ParallelTimeline() method ParallelTimeline (line 34) | public ParallelTimeline(TimeSpan? beginTime) method ParallelTimeline (line 48) | public ParallelTimeline(TimeSpan? beginTime, Duration duration) method ParallelTimeline (line 65) | public ParallelTimeline(TimeSpan? beginTime, Duration duration, Repeat... method GetNaturalDurationCore (line 83) | protected override Duration GetNaturalDurationCore(Clock clock) method ValidateSlipBehavior (line 157) | private static bool ValidateSlipBehavior(object value) method ParallelTimeline_PropertyChangedFunction (line 178) | internal static void ParallelTimeline_PropertyChangedFunction(Dependen... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/PathAnimationSource.cs type PathAnimationSource (line 14) | public enum PathAnimationSource : byte FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/PointAnimationUsingPath.cs class PointAnimationUsingPath (line 10) | public class PointAnimationUsingPath : PointAnimationBase method PointAnimationUsingPath (line 33) | public PointAnimationUsingPath() method Clone (line 76) | public new PointAnimationUsingPath Clone() method CreateInstanceCore (line 85) | protected override Freezable CreateInstanceCore() method OnChanged (line 93) | protected override void OnChanged() method GetCurrentValueCore (line 132) | protected override Point GetCurrentValueCore(Point defaultOriginValue,... method Validate (line 205) | private void Validate() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/PowerEase.cs class PowerEase (line 13) | public class PowerEase : EasingFunctionBase method PowerEase (line 15) | public PowerEase() method EaseInCore (line 44) | protected override double EaseInCore(double normalizedTime) method CreateInstanceCore (line 50) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/QuadraticEase.cs class QuadraticEase (line 11) | public class QuadraticEase : EasingFunctionBase method EaseInCore (line 13) | protected override double EaseInCore(double normalizedTime) method CreateInstanceCore (line 18) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/QuarticEase.cs class QuarticEase (line 11) | public class QuarticEase : EasingFunctionBase method EaseInCore (line 13) | protected override double EaseInCore(double normalizedTime) method CreateInstanceCore (line 18) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/QuaternionAnimation.cs class QuaternionAnimation (line 16) | public partial class QuaternionAnimation : QuaternionAnimationBase FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/QuinticEase.cs class QuinticEase (line 11) | public class QuinticEase : EasingFunctionBase method EaseInCore (line 13) | protected override double EaseInCore(double normalizedTime) method CreateInstanceCore (line 18) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/RepeatBehavior.cs type RepeatBehavior (line 23) | [TypeConverter(typeof(RepeatBehaviorConverter))] method RepeatBehavior (line 36) | public RepeatBehavior(double count) method RepeatBehavior (line 51) | public RepeatBehavior(TimeSpan duration) method RepeatBehavior (line 65) | private RepeatBehavior(RepeatBehaviorType behaviorType) method Equals (line 155) | public override bool Equals(object value) method Equals (line 165) | public bool Equals(RepeatBehavior repeatBehavior) method Equals (line 201) | public static bool Equals(RepeatBehavior repeatBehavior1, RepeatBehavi... method GetHashCode (line 210) | public override int GetHashCode() method ToString (line 239) | public override string ToString() method ToString (line 249) | public string ToString(IFormatProvider formatProvider) method ToString (line 260) | string IFormattable.ToString(string format, IFormatProvider formatProv... method InternalToString (line 271) | internal string InternalToString(string format, IFormatProvider format... type RepeatBehaviorType (line 332) | private enum RepeatBehaviorType FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/RepeatBehaviorConverter.cs class RepeatBehaviorConverter (line 16) | public sealed class RepeatBehaviorConverter : TypeConverter method CanConvertFrom (line 28) | public override bool CanConvertFrom(ITypeDescriptorContext td, Type t) method CanConvertTo (line 47) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 64) | public override object ConvertFrom( method ConvertTo (line 107) | public override object ConvertTo( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/ResolvedKeyFrameEntry.cs type ResolvedKeyFrameEntry (line 8) | internal struct ResolvedKeyFrameEntry : IComparable method CompareTo (line 13) | public Int32 CompareTo(object other) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/SineEase.cs class SineEase (line 11) | public class SineEase : EasingFunctionBase method EaseInCore (line 13) | protected override double EaseInCore(double normalizedTime) method CreateInstanceCore (line 18) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/SlipBehavior.cs type SlipBehavior (line 14) | public enum SlipBehavior class TimeEnumHelper (line 34) | internal static partial class TimeEnumHelper method IsValidSlipBehavior (line 38) | internal static bool IsValidSlipBehavior(SlipBehavior value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/SplineQuaternionKeyFrame.cs class SplineQuaternionKeyFrame (line 19) | public partial class SplineQuaternionKeyFrame : QuaternionKeyFrame FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Subtree.cs type SubtreeFlag (line 8) | [System.Flags] type PrefixSubtreeEnumerator (line 20) | internal struct PrefixSubtreeEnumerator method PrefixSubtreeEnumerator (line 34) | internal PrefixSubtreeEnumerator(Clock root, bool processRoot) method SkipSubtree (line 49) | internal void SkipSubtree() method MoveNext (line 61) | public bool MoveNext() method Reset (line 130) | public void Reset() type PostfixSubtreeEnumerator (line 166) | internal struct PostfixSubtreeEnumerator method PostfixSubtreeEnumerator (line 170) | internal PostfixSubtreeEnumerator(Clock root, bool processRoot) method MoveNext (line 188) | public bool MoveNext() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/TimeEnumHelper.cs class TimeEnumHelper (line 13) | internal static partial class TimeEnumHelper method IsValidTimeSeekOrigin (line 32) | internal static bool IsValidTimeSeekOrigin(TimeSeekOrigin value) method IsValidPathAnimationSource (line 46) | internal static bool IsValidPathAnimationSource(PathAnimationSource va... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/TimeIntervalCollection.cs type TimeIntervalCollection (line 94) | internal struct TimeIntervalCollection method TimeIntervalCollection (line 103) | private TimeIntervalCollection(bool containsNullPoint) method TimeIntervalCollection (line 121) | private TimeIntervalCollection(TimeSpan point) method InitializePoint (line 130) | private void InitializePoint(TimeSpan point) method TimeIntervalCollection (line 147) | private TimeIntervalCollection(TimeSpan point, bool includePoint) method TimeIntervalCollection (line 172) | private TimeIntervalCollection(TimeSpan from, bool includeFrom, TimeSp... method Clear (line 218) | internal void Clear() method SlipBeginningOfConnectedInterval (line 264) | internal TimeIntervalCollection SlipBeginningOfConnectedInterval(TimeS... method SetBeginningOfConnectedInterval (line 293) | internal TimeIntervalCollection SetBeginningOfConnectedInterval(TimeSp... method CreatePoint (line 316) | internal static TimeIntervalCollection CreatePoint(TimeSpan time) method CreateClosedOpenInterval (line 324) | internal static TimeIntervalCollection CreateClosedOpenInterval(TimeSp... method CreateOpenClosedInterval (line 332) | internal static TimeIntervalCollection CreateOpenClosedInterval(TimeSp... method CreateInfiniteClosedInterval (line 340) | internal static TimeIntervalCollection CreateInfiniteClosedInterval(Ti... method CreateNullPoint (line 359) | internal static TimeIntervalCollection CreateNullPoint() method AddNullPoint (line 367) | internal void AddNullPoint() method Contains (line 397) | internal bool Contains(TimeSpan time) method Intersects (line 527) | internal bool Intersects(TimeSpan from, TimeSpan to) method Intersects (line 615) | internal bool Intersects(TimeIntervalCollection other) method IntersectsHelper (line 634) | private bool IntersectsHelper(TimeIntervalCollection other) method IntersectsHelperPrepareIndexers (line 679) | private static void IntersectsHelperPrepareIndexers(ref TimeIntervalCo... method IntersectsHelperUnequalCase (line 708) | private static bool IntersectsHelperUnequalCase(ref TimeIntervalCollec... method IntersectsHelperEqualCase (line 757) | private static bool IntersectsHelperEqualCase(ref TimeIntervalCollecti... method IntersectsInverseOf (line 806) | internal bool IntersectsInverseOf(TimeIntervalCollection other) method IntersectsPeriodicCollection (line 852) | internal bool IntersectsPeriodicCollection(TimeSpan beginTime, Durati... method IntersectsMultiplePeriods (line 981) | internal bool IntersectsMultiplePeriods(TimeSpan beginTime, Duration p... method ProjectPostFillZone (line 1026) | internal void ProjectPostFillZone(ref TimeIntervalCollection projection, method ProjectOntoPeriodicFunction (line 1148) | internal void ProjectOntoPeriodicFunction(ref TimeIntervalCollection p... method ProjectionNormalize (line 1234) | private void ProjectionNormalize(ref TimeIntervalCollection projection, method ProjectionFold (line 1304) | private void ProjectionFold(ref TimeIntervalCollection projection, Nul... method ProjectionFoldPoint (line 1346) | private void ProjectionFoldPoint(ref TimeIntervalCollection projection... method ProjectionFoldInterval (line 1389) | private bool ProjectionFoldInterval(ref TimeIntervalCollection project... method MergePoint (line 1550) | private void MergePoint(TimeSpan point) method MergeInterval (line 1605) | private void MergeInterval(TimeSpan from, bool includeFrom, method EnsureAllocatedCapacity (line 1769) | private void EnsureAllocatedCapacity(int requiredCapacity) method ProjectionWarp (line 1812) | private void ProjectionWarp(long periodInTicks, double accelRatio, dou... method RunDiagnostics (line 1857) | static internal void RunDiagnostics() method Locate (line 2121) | private int Locate(TimeSpan time) method MoveFirst (line 2177) | private void MoveFirst() method MoveNext (line 2182) | private void MoveNext() method SetInvertedMode (line 2273) | private void SetInvertedMode(bool mode) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/TimeManager.cs class TimeManager (line 24) | internal sealed class TimeManager : DispatcherObject method TimeManager (line 38) | public TimeManager() method TimeManager (line 56) | public TimeManager(IClock clock) method Pause (line 153) | public void Pause() method Restart (line 175) | public void Restart() method Resume (line 203) | public void Resume() method Seek (line 241) | public void Seek(int offset, TimeSeekOrigin origin) method Start (line 290) | public void Start() method Stop (line 315) | public void Stop() method Tick (line 335) | public void Tick() method GetMaxDesiredFrameRate (line 412) | internal int GetMaxDesiredFrameRate() class GTCClock (line 428) | internal class GTCClock : IClock method GTCClock (line 436) | internal GTCClock() class TestTimingClock (line 459) | internal class TestTimingClock : IClock method CleanupClocks (line 496) | private void CleanupClocks() method AddToEventQueue (line 529) | internal void AddToEventQueue(Clock sender) method GetCurrentGlobalTime (line 543) | internal TimeSpan GetCurrentGlobalTime() method LockTickTime (line 583) | internal void LockTickTime() method NotifyNewEarliestFutureActivity (line 599) | internal void NotifyNewEarliestFutureActivity() method RaiseEnqueuedEvents (line 611) | private void RaiseEnqueuedEvents() method ScheduleClockCleanup (line 629) | internal void ScheduleClockCleanup() method SetDirty (line 684) | internal void SetDirty() method UnlockTickTime (line 693) | internal void UnlockTickTime() method GetNextTickNeeded (line 750) | internal TimeSpan GetNextTickNeeded() method Dump (line 869) | internal void Dump() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Timeline.cs class Timeline (line 24) | [RuntimeNameProperty("Name")] method Timeline (line 35) | protected Timeline() method Timeline (line 54) | protected Timeline(Nullable beginTime) method Timeline (line 69) | protected Timeline(Nullable beginTime, Duration duration) method Timeline (line 88) | protected Timeline(Nullable beginTime, Duration duration, Re... method FreezeCore (line 105) | protected override bool FreezeCore(bool isChecking) method GetAsFrozenCore (line 127) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 146) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method Timeline_PropertyChangedFunction (line 158) | private static void Timeline_PropertyChangedFunction(DependencyObject d, method ValidateAccelerationDecelerationRatio (line 206) | private static bool ValidateAccelerationDecelerationRatio(object value) method ValidateDesiredFrameRate (line 361) | private static bool ValidateDesiredFrameRate(object value) method GetDesiredFrameRate (line 374) | public static Int32? GetDesiredFrameRate(Timeline timeline) method SetDesiredFrameRate (line 387) | public static void SetDesiredFrameRate(Timeline timeline, Int32? desir... method ValidateFillBehavior (line 452) | private static bool ValidateFillBehavior(object value) method ValidateSpeedRatio (line 595) | private static bool ValidateSpeedRatio(object value) method AllocateClock (line 624) | protected internal virtual Clock AllocateClock() method CreateClock (line 642) | public Clock CreateClock() method CreateClock (line 663) | public Clock CreateClock(bool hasControllableRoot) method GetNaturalDuration (line 683) | protected internal Duration GetNaturalDuration(Clock clock) method GetNaturalDurationCore (line 699) | protected virtual Duration GetNaturalDurationCore(Clock clock) method ValidateTimeline (line 716) | private void ValidateTimeline() method InternalOnFreezablePropertyChanged (line 837) | internal void InternalOnFreezablePropertyChanged(Timeline originalTime... method InternalFreeze (line 846) | internal bool InternalFreeze(bool isChecking) method InternalReadPreamble (line 854) | internal void InternalReadPreamble() method InternalWritePostscript (line 862) | internal void InternalWritePostscript() method AddEventHandler (line 875) | private void AddEventHandler(EventPrivateKey key, Delegate handler) method CopyCommon (line 896) | private void CopyCommon(Timeline sourceTimeline) method RemoveEventHandler (line 934) | private void RemoveEventHandler(EventPrivateKey key, Delegate handler) method Dump (line 962) | internal void Dump() method DumpAll (line 981) | internal static void DumpAll() method BuildInfoRecursive (line 1030) | internal void BuildInfoRecursive(System.Text.StringBuilder builder, in... method BuildInfo (line 1064) | internal void BuildInfo(System.Text.StringBuilder builder, int depth, ... method Find (line 1126) | internal static Timeline Find(int id) method CleanKnownTimelinesTable (line 1152) | internal static void CleanKnownTimelinesTable() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/TimelineClockCollection.cs class ClockCollection (line 9) | public class ClockCollection : ICollection method Clear (line 60) | public void Clear() method Add (line 70) | public void Add(Clock item) method Remove (line 80) | public bool Remove(Clock item) method Contains (line 90) | public bool Contains(Clock item) method CopyTo (line 115) | public void CopyTo(Clock[] array, int index) method GetEnumerator (line 146) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 168) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Equals (line 179) | public override bool Equals(object obj) method Equals (line 200) | public static bool Equals(ClockCollection objA, ClockCollection objB) method GetHashCode (line 251) | public override int GetHashCode() type ClockEnumerator (line 302) | internal struct ClockEnumerator : IEnumerator method ClockEnumerator (line 312) | internal ClockEnumerator(Clock owner) method Dispose (line 324) | public void Dispose() method Reset (line 358) | void System.Collections.IEnumerator.Reset() method MoveNext (line 373) | public bool MoveNext() method ClockCollection (line 415) | internal ClockCollection(Clock owner) method ClockCollection (line 424) | private ClockCollection() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/TimelineGroup.cs class TimelineGroup (line 13) | [ContentProperty("Children")] method TimelineGroup (line 21) | protected TimelineGroup() method TimelineGroup (line 32) | protected TimelineGroup(Nullable beginTime) method TimelineGroup (line 46) | protected TimelineGroup(Nullable beginTime, Duration duration) method TimelineGroup (line 63) | protected TimelineGroup(Nullable beginTime, Duration duratio... method AllocateClock (line 76) | protected internal override Clock AllocateClock() method CreateClock (line 85) | public new ClockGroup CreateClock() method AddChild (line 104) | void IAddChild.AddChild(object child) method AddChild (line 138) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddText (line 166) | void IAddChild.AddText(string childText) method AddText (line 200) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/WeakRefEnumerator.cs type WeakRefEnumerator (line 15) | internal struct WeakRefEnumerator method WeakRefEnumerator (line 27) | internal WeakRefEnumerator(List list) method Dispose (line 98) | internal void Dispose() method MoveNext (line 127) | internal bool MoveNext() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ArcSegment.cs class ArcSegment (line 18) | public sealed partial class ArcSegment : PathSegment method ArcSegment (line 25) | public ArcSegment() method ArcSegment (line 32) | public ArcSegment( method AddToFigure (line 51) | internal override void AddToFigure( method SerializeData (line 120) | internal override void SerializeData(StreamGeometryContext ctx) method IsCurved (line 125) | internal override bool IsCurved() method ConvertToString (line 139) | internal override string ConvertToString(string format, IFormatProvide... method CoerceSize (line 166) | private static object CoerceSize(DependencyObject d, object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/BezierSegment.cs class BezierSegment (line 11) | public sealed partial class BezierSegment : PathSegment method BezierSegment (line 17) | public BezierSegment() : base() method BezierSegment (line 24) | public BezierSegment(Point point1, Point point2, Point point3, bool is... method BezierSegment (line 33) | internal BezierSegment(Point point1, Point point2, Point point3, bool ... method AddToFigure (line 44) | internal override void AddToFigure( method SerializeData (line 75) | internal override void SerializeData(StreamGeometryContext ctx) method IsCurved (line 80) | internal override bool IsCurved() method ConvertToString (line 94) | internal override string ConvertToString(string format, IFormatProvide... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/BitmapCache.cs class BitmapCache (line 8) | public partial class BitmapCache : CacheMode method BitmapCache (line 10) | public BitmapCache() method BitmapCache (line 14) | public BitmapCache(double renderAtScale) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/BitmapCacheBrush.cs class BitmapCacheBrush (line 11) | public partial class BitmapCacheBrush : Brush, ICyclicBrush method BitmapCacheBrush (line 14) | public BitmapCacheBrush() method BitmapCacheBrush (line 22) | public BitmapCacheBrush(Visual visual) method FireOnChanged (line 48) | void ICyclicBrush.FireOnChanged() method RegisterForAsyncRenderForCyclicBrush (line 76) | private void RegisterForAsyncRenderForCyclicBrush() method RenderForCyclicBrush (line 102) | void ICyclicBrush.RenderForCyclicBrush(DUCE.Channel channel, bool skip... method AddRefResource (line 149) | internal void AddRefResource(Visual visual, DUCE.Channel channel) method ReleaseResource (line 154) | internal void ReleaseResource(Visual visual, DUCE.Channel channel) method OnPropertyChanged (line 164) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method DoLayout (line 252) | private void DoLayout(UIElement element) method OnLayoutUpdated (line 272) | private void OnLayoutUpdated(object sender, EventArgs args) method LayoutCallback (line 302) | private object LayoutCallback(object arg) method Enter (line 327) | internal bool Enter() method Exit (line 343) | internal void Exit() method CoerceOpacity (line 349) | private static object CoerceOpacity(DependencyObject d, object value) method CoerceTransform (line 358) | private static object CoerceTransform(DependencyObject d, object value) method CoerceRelativeTransform (line 367) | private static object CoerceRelativeTransform(DependencyObject d, obje... method StaticInitialize (line 376) | private static void StaticInitialize(Type typeofThis) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/BoundsDrawingContextWalker.cs class BoundsDrawingContextWalker (line 22) | internal class BoundsDrawingContextWalker : DrawingContextWalker type PushType (line 28) | private enum PushType method BoundsDrawingContextWalker (line 41) | public BoundsDrawingContextWalker() method DrawLine (line 65) | public override void DrawLine( method DrawRectangle (line 102) | public override void DrawRectangle( method DrawRoundedRectangle (line 148) | public override void DrawRoundedRectangle( method DrawEllipse (line 198) | public override void DrawEllipse( method DrawGeometry (line 238) | public override void DrawGeometry( method DrawImage (line 264) | public override void DrawImage( method DrawVideo (line 285) | public override void DrawVideo( method DrawGlyphRun (line 300) | public override void DrawGlyphRun(Brush foregroundBrush, GlyphRun glyp... method PushOpacityMask (line 321) | public override void PushOpacityMask( method PushClip (line 334) | public override void PushClip( method PushOpacity (line 378) | public override void PushOpacity( method PushTransform (line 391) | public override void PushTransform( method PushGuidelineSet (line 427) | public override void PushGuidelineSet( method PushGuidelineY1 (line 443) | internal override void PushGuidelineY1( method PushGuidelineY2 (line 464) | internal override void PushGuidelineY2( method PushEffect (line 483) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method Pop (line 498) | public override void Pop() method AddBounds (line 561) | private void AddBounds(ref Rect bounds) method AddTransformedBounds (line 585) | private void AddTransformedBounds(ref Rect bounds) method PushTypeStack (line 608) | private void PushTypeStack(PushType pushType) method ClearState (line 621) | internal void ClearState() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Brush.cs class Brush (line 26) | [Localizability(LocalizationCategory.None, Readability=Readability.Unrea... method Brush (line 36) | protected Brush() method Parse (line 53) | internal static Brush Parse(string value, ITypeDescriptorContext context) method CanSerializeToString (line 83) | internal virtual bool CanSerializeToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ByteStreamGeometryContext.cs class ByteStreamGeometryContext (line 17) | internal class ByteStreamGeometryContext : CapacityStreamGeometryContext method ByteStreamGeometryContext (line 24) | internal ByteStreamGeometryContext() method Close (line 51) | public override void Close() method BeginFigure (line 60) | public override void BeginFigure(Point startPoint, bool isFilled, bool... method LineTo (line 89) | public override void LineTo(Point point, bool isStroked, bool isSmooth... method QuadraticBezierTo (line 109) | public override void QuadraticBezierTo(Point point1, Point point2, boo... method BezierTo (line 130) | public override void BezierTo(Point point1, Point point2, Point point3... method PolyLineTo (line 152) | public override void PolyLineTo(IList points, bool isStroked, b... method PolyQuadraticBezierTo (line 167) | public override void PolyQuadraticBezierTo(IList points, bool i... method PolyBezierTo (line 182) | public override void PolyBezierTo(IList points, bool isStroked,... method ArcTo (line 197) | public override void ArcTo(Point point, Size size, double rotationAngl... method GetData (line 253) | internal byte[] GetData() method SetClosedState (line 260) | internal override void SetClosedState(bool isClosed) method VerifyApi (line 279) | private void VerifyApi() method CloseCore (line 290) | protected virtual void CloseCore(byte[] geometryData) {} method DisposeCore (line 301) | internal override void DisposeCore() method ReadData (line 338) | private unsafe void ReadData(byte* pbData, method OverwriteData (line 366) | private unsafe void OverwriteData(byte* pbData, method AppendData (line 389) | private unsafe void AppendData(byte* pbData, method ShrinkToFit (line 415) | internal void ShrinkToFit() method ReadWriteData (line 459) | private unsafe void ReadWriteData(bool reading, method FinishFigure (line 531) | private void FinishFigure() method FinishSegment (line 573) | private void FinishSegment() method GenericPolyTo (line 618) | private void GenericPolyTo(IList points, method GenericPolyTo (line 658) | private unsafe void GenericPolyTo(Point* points, method GenericPolyToHelper (line 679) | private void GenericPolyToHelper(bool isStroked, bool isSmoothJoin, bo... method AcquireChunkFromPool (line 725) | private static byte[] AcquireChunkFromPool() method ReturnChunkToPool (line 744) | private static void ReturnChunkToPool(byte[] chunk) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/CacheMode.cs class CacheMode (line 6) | public abstract partial class CacheMode method CacheMode (line 8) | internal CacheMode () method Parse (line 20) | internal static CacheMode Parse(string value) method CanSerializeToString (line 38) | internal virtual bool CanSerializeToString() method ConvertToString (line 43) | internal virtual string ConvertToString(string format, IFormatProvider... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/CapacityStreamGeometryContext.cs class CapacityStreamGeometryContext (line 15) | internal abstract class CapacityStreamGeometryContext : StreamGeometryCo... method SetFigureCount (line 17) | internal virtual void SetFigureCount(int figureCount) {} method SetSegmentCount (line 18) | internal virtual void SetSegmentCount(int segmentCount) {} FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ChannelManager.cs class MediaContext (line 19) | internal partial class MediaContext type ChannelManager (line 36) | private struct ChannelManager method CreateChannels (line 41) | internal void CreateChannels() method RemoveSyncChannels (line 67) | internal void RemoveSyncChannels() method RemoveChannels (line 90) | internal void RemoveChannels() method AllocateSyncChannel (line 109) | internal DUCE.Channel AllocateSyncChannel() method ReleaseSyncChannel (line 169) | internal void ReleaseSyncChannel(DUCE.Channel channel) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/CharacterMetrics.cs class CharacterMetrics (line 14) | public class CharacterMetrics type FieldIndex (line 24) | private enum FieldIndex method CharacterMetrics (line 41) | public CharacterMetrics() method CharacterMetrics (line 49) | public CharacterMetrics(string metrics) method AppendField (line 123) | private static void AppendField(double value, FieldIndex fieldIndex, r... method ParseMetrics (line 133) | private static double[] ParseMetrics(string s) method Equals (line 271) | public override bool Equals(object obj) method GetHashCode (line 287) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/CharacterMetricsDictionary.cs class CharacterMetricsDictionary (line 11) | public sealed class CharacterMetricsDictionary : IDictionary GetCurrentEntry() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Color.cs type Color (line 16) | [TypeConverter(typeof(ColorConverter))] method FromProfile (line 33) | private static Color FromProfile(Uri profileUri) method FromAValues (line 64) | public static Color FromAValues(float a, float[] values, Uri profileUri) method FromValues (line 104) | public static Color FromValues(float[] values, Uri profileUri) method FromUInt32 (line 114) | internal static Color FromUInt32(uint argb)// internal legacy sRGB int... method FromScRgb (line 136) | public static Color FromScRgb(float a, float r, float g, float b) method FromArgb (line 167) | public static Color FromArgb(byte a, byte r, byte g, byte b)// legacy ... method FromRgb (line 189) | public static Color FromRgb(byte r, byte g, byte b)// legacy sRGB inte... method GetHashCode (line 206) | public override int GetHashCode() method ToString (line 217) | public override string ToString() method ToString (line 233) | public string ToString(IFormatProvider provider) method ToString (line 251) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 266) | internal string ConvertToString(string format, IFormatProvider provider) method AreClose (line 318) | public static bool AreClose(Color color1, Color color2) method IsClose (line 330) | private bool IsClose(Color color) method Clamp (line 355) | public void Clamp() method GetNativeColorValues (line 372) | public float[] GetNativeColorValues() method Add (line 496) | public static Color Add(Color color1, Color color2) method Subtract (line 613) | public static Color Subtract(Color color1, Color color2) method Multiply (line 645) | public static Color Multiply(Color color, float coefficient) method Equals (line 653) | public static bool Equals(Color color1, Color color2) method Equals (line 665) | public bool Equals(Color color) method Equals (line 677) | public override bool Equals(object o) method sRgbToScRgb (line 1023) | private static float sRgbToScRgb(byte bval) method ScRgbTosRgb (line 1050) | private static byte ScRgbTosRgb(float val) method ComputeScRgbValues (line 1074) | private void ComputeScRgbValues() method ComputeNativeValues (line 1093) | private void ComputeNativeValues(int numChannels) type MILColorF (line 1128) | private struct MILColorF // this structure is the "milrendertypes.h" s... method GetHashCode (line 1132) | public override int GetHashCode() method Equals (line 1136) | public override bool Equals(object obj) type MILColor (line 1144) | private struct MILColor FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ColorContext.cs class ColorContext (line 22) | public class ColorContext method ColorContext (line 29) | private ColorContext(SafeMILHandle colorContextHandle) method ColorContext (line 156) | public ColorContext(Uri profileUri) method ColorContext (line 164) | public ColorContext(PixelFormat pixelFormat) method OpenProfileStream (line 205) | public Stream OpenProfileStream() method GetColorContextsHelper (line 340) | internal static IList GetColorContextsHelper(GetColorCon... method Equals (line 401) | public override bool Equals(object obj) method GetHashCode (line 411) | public override int GetHashCode() method Initialize (line 479) | private void Initialize(Uri profileUri, bool isStandardProfileUriNotFr... method GetStandardColorSpaceProfile (line 539) | private static Uri GetStandardColorSpaceProfile() method FromStream (line 573) | private void FromStream(Stream stm, string filename) method FromRawBytes (line 620) | private void FromRawBytes(byte[] data, int dataLength, bool dontThrowE... type AbbreviatedPROFILEHEADER (line 814) | [StructLayout(LayoutKind.Sequential)] type StandardColorSpace (line 843) | internal enum StandardColorSpace : int FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ColorContextHelper.cs class SafeProfileHandle (line 15) | internal class SafeProfileHandle : SafeHandleZeroOrMinusOneIsInvalid method SafeProfileHandle (line 20) | internal SafeProfileHandle() method SafeProfileHandle (line 28) | internal SafeProfileHandle(IntPtr profile) method ReleaseHandle (line 34) | protected override bool ReleaseHandle() type ColorContextHelper (line 47) | internal struct ColorContextHelper method OpenColorProfile (line 53) | internal void OpenColorProfile(ref UnsafeNativeMethods.PROFILE profile) method GetColorProfileHeader (line 69) | internal bool GetColorProfileHeader(out UnsafeNativeMethods.PROFILEHEA... method GetColorProfileFromHandle (line 80) | internal void GetColorProfileFromHandle(byte[] buffer, ref uint buffer... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ColorConverter.cs class ColorConverter (line 15) | public sealed class ColorConverter : TypeConverter method CanConvertFrom (line 20) | public override bool CanConvertFrom(ITypeDescriptorContext td, Type t) method CanConvertTo (line 38) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFromString (line 51) | public static new object ConvertFromString(string value) method ConvertFrom (line 68) | public override object ConvertFrom(ITypeDescriptorContext td, System.G... method ConvertTo (line 97) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ColorTransform.cs class ColorTransform (line 6) | internal class ColorTransform method ColorTransform (line 16) | private ColorTransform() method ColorTransform (line 20) | internal ColorTransform(ColorContext srcContext, ColorContext dstContext) method ColorTransform (line 40) | internal ColorTransform(SafeMILHandle bitmapSource, ColorContext srcCo... method Translate (line 86) | internal unsafe void Translate(Span srcValue, Span dstVa... method InitializeICM (line 123) | private void InitializeICM() method ICM2Color (line 128) | private long ICM2Color(Span srcValue) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ColorTransformHelper.cs class ColorTransformHandle (line 14) | internal class ColorTransformHandle : SafeHandleZeroOrMinusOneIsInvalid method ColorTransformHandle (line 19) | internal ColorTransformHandle() method ColorTransformHandle (line 27) | internal ColorTransformHandle(IntPtr profile) method ReleaseHandle (line 33) | protected override bool ReleaseHandle() class ColorTransformHelper (line 46) | internal class ColorTransformHelper method ColorTransformHelper (line 49) | internal ColorTransformHelper() method CreateTransform (line 55) | internal void CreateTransform(SafeProfileHandle sourceProfile, SafePro... method TranslateColors (line 106) | internal void TranslateColors(IntPtr paInputColors, UInt32 numColors, ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/CombinedGeometry.cs class CombinedGeometry (line 17) | public sealed partial class CombinedGeometry : Geometry method CombinedGeometry (line 24) | public CombinedGeometry() method CombinedGeometry (line 37) | public CombinedGeometry( method CombinedGeometry (line 58) | public CombinedGeometry( method CombinedGeometry (line 84) | public CombinedGeometry( method GetBoundsInternal (line 118) | internal override Rect GetBoundsInternal(Pen pen, Matrix matrix, doubl... method ContainsInternal (line 133) | internal override bool ContainsInternal(Pen pen, Point hitPoint, doubl... method GetArea (line 205) | public override double GetArea(double tolerance, ToleranceType type) method GetTransformedFigureCollection (line 219) | internal override PathFigureCollection GetTransformedFigureCollection(... method GetPathGeometryData (line 228) | internal override PathGeometryData GetPathGeometryData() method GetAsPathGeometry (line 240) | internal override PathGeometry GetAsPathGeometry() method IsEmpty (line 264) | public override bool IsEmpty() method IsObviouslyEmpty (line 269) | internal override bool IsObviouslyEmpty() method MayHaveCurves (line 299) | public override bool MayHaveCurves() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Composition.cs class CompositionResourceManager (line 9) | internal static class CompositionResourceManager method ColorToMilColorF (line 13) | internal static MilColorF ColorToMilColorF(Color c) method Matrix3DToD3DMATRIX (line 23) | internal static D3DMATRIX Matrix3DToD3DMATRIX(Matrix3D m) method Point3DToMilPoint3F (line 45) | internal static MilPoint3F Point3DToMilPoint3F(Point3D p) method Vector3DToMilPoint3F (line 54) | internal static MilPoint3F Vector3DToMilPoint3F(Vector3D v) method QuaternionToMilQuaternionF (line 63) | internal static MilQuaternionF QuaternionToMilQuaternionF(Quaternion q) method MatrixToMilMatrix4x4D (line 73) | internal static MilMatrix4x4D MatrixToMilMatrix4x4D(Matrix m) method TransformToMilMatrix3x2D (line 118) | internal static MilMatrix3x2D TransformToMilMatrix3x2D(Transform t) method MatrixToMilMatrix3x2D (line 146) | internal static MilMatrix3x2D MatrixToMilMatrix3x2D(Matrix m) method MatrixToMilMatrix3x2D (line 151) | internal static MilMatrix3x2D MatrixToMilMatrix3x2D(ref Matrix m) method MilMatrix3x2DToMatrix (line 177) | internal static Matrix MilMatrix3x2DToMatrix(ref MilMatrix3x2D m) method BooleanToUInt32 (line 182) | internal static UInt32 BooleanToUInt32(Boolean v) class MilCoreApi (line 191) | internal static partial class MilCoreApi method MilComposition_SyncFlush (line 193) | [DllImport(DllImport.MilCore)] method MilUtility_GetPointAtLengthFraction (line 198) | [DllImport(DllImport.MilCore)] method MilUtility_PolygonBounds (line 208) | [DllImport(DllImport.MilCore)] method MilUtility_PolygonHitTest (line 223) | [DllImport(DllImport.MilCore)] method MilUtility_PathGeometryHitTest (line 237) | [DllImport(DllImport.MilCore)] method MilUtility_PathGeometryHitTestPathGeometry (line 250) | [DllImport(DllImport.MilCore)] method MilUtility_GeometryGetArea (line 264) | [DllImport(DllImport.MilCore)] method MilUtility_ArcToBezier (line 274) | [DllImport(DllImport.MilCore)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/CompositionTarget.cs class CompositionTarget (line 11) | public abstract class CompositionTarget : DispatcherObject, IDisposable,... type HostStateFlags (line 18) | internal enum HostStateFlags : uint method CompositionTarget (line 36) | internal CompositionTarget() method CreateUCEResources (line 46) | internal virtual void CreateUCEResources(DUCE.Channel channel, DUCE.Ch... method ReleaseUCEResources (line 72) | internal virtual void ReleaseUCEResources(DUCE.Channel channel, DUCE.C... method Dispose (line 106) | public virtual void Dispose() method StateChangedCallback (line 194) | internal object StateChangedCallback(object arg) method AddRefOnChannel (line 240) | void ICompositionTarget.AddRefOnChannel(DUCE.Channel channel, DUCE.Cha... method ReleaseOnChannel (line 246) | void ICompositionTarget.ReleaseOnChannel(DUCE.Channel channel, DUCE.Ch... method Render (line 255) | void ICompositionTarget.Render(bool inResize, DUCE.Channel channel) method Compile (line 392) | private void Compile(DUCE.Channel channel) method SetRootVisual (line 449) | private void SetRootVisual(Visual visual) method ClearRootNode (line 490) | private void ClearRootNode(DUCE.Channel channel) method VerifyAPIReadOnly (line 509) | internal void VerifyAPIReadOnly() method VerifyAPIReadWrite (line 518) | internal void VerifyAPIReadWrite() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ContainerVisual.cs class ContainerVisual (line 16) | public class ContainerVisual : Visual method ContainerVisual (line 21) | public ContainerVisual() method HitTest (line 141) | public new HitTestResult HitTest(Point point) method HitTest (line 149) | public new void HitTest(HitTestFilterCallback filterCallback, HitTestR... method GetVisualChild (line 222) | protected sealed override Visual GetVisualChild(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Converters/Generated/BrushValueSerializer.cs class BrushValueSerializer (line 31) | public class BrushValueSerializer : ValueSerializer method CanConvertFromString (line 36) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 44) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 60) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 75) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Converters/Generated/CacheModeValueSerializer.cs class CacheModeValueSerializer (line 31) | public class CacheModeValueSerializer : ValueSerializer method CanConvertFromString (line 36) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 44) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 60) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 75) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Converters/Generated/DoubleCollectionValueSerializer.cs class DoubleCollectionValueSerializer (line 31) | public class DoubleCollectionValueSerializer : ValueSerializer method CanConvertFromString (line 36) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 44) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 58) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 73) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Converters/Generated/GeometryValueSerializer.cs class GeometryValueSerializer (line 31) | public class GeometryValueSerializer : ValueSerializer method CanConvertFromString (line 36) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 44) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 60) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 75) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Converters/Generated/Int32CollectionValueSerializer.cs class Int32CollectionValueSerializer (line 31) | public class Int32CollectionValueSerializer : ValueSerializer method CanConvertFromString (line 36) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 44) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 58) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 73) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Converters/Generated/PathFigureCollectionValueSerializer.cs class PathFigureCollectionValueSerializer (line 31) | public class PathFigureCollectionValueSerializer : ValueSerializer method CanConvertFromString (line 36) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 44) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 60) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 75) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Converters/Generated/PointCollectionValueSerializer.cs class PointCollectionValueSerializer (line 31) | public class PointCollectionValueSerializer : ValueSerializer method CanConvertFromString (line 36) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 44) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 58) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 73) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Converters/Generated/TransformValueSerializer.cs class TransformValueSerializer (line 31) | public class TransformValueSerializer : ValueSerializer method CanConvertFromString (line 36) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 44) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 60) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 75) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Converters/Generated/VectorCollectionValueSerializer.cs class VectorCollectionValueSerializer (line 31) | public class VectorCollectionValueSerializer : ValueSerializer method CanConvertFromString (line 36) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 44) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 58) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 73) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/CultureSpecificStringDictionary.cs class LanguageSpecificStringDictionary (line 13) | public sealed class LanguageSpecificStringDictionary : IDictionary names) method MoveNext (line 360) | public bool MoveNext() method Reset (line 365) | public void Reset() method GetCurrentEntry (line 384) | private KeyValuePair GetCurrentEntry() class BaseCollection (line 427) | private abstract class BaseCollection : SC.ICollection method BaseCollection (line 431) | internal BaseCollection(IDictionary names) method CopyTo (line 442) | public void CopyTo(Array array, int index) method GetEnumerator (line 460) | public abstract SC.IEnumerator GetEnumerator(); class KeyCollection (line 467) | private class KeyCollection : BaseCollection method KeyCollection (line 469) | internal KeyCollection(IDictionary names) : bas... method GetEnumerator (line 473) | public override SC.IEnumerator GetEnumerator() class KeyEnumerator (line 481) | private class KeyEnumerator : EntryEnumerator method KeyEnumerator (line 483) | internal KeyEnumerator(IDictionary names) : b... class ValueCollection (line 500) | private class ValueCollection : BaseCollection method ValueCollection (line 502) | internal ValueCollection(IDictionary names) method GetEnumerator (line 507) | public override SC.IEnumerator GetEnumerator() class ValueEnumerator (line 515) | private class ValueEnumerator : EntryEnumerator method ValueEnumerator (line 517) | internal ValueEnumerator(IDictionary names) :... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DashStyle.cs class DashStyle (line 19) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method DashStyle (line 27) | public DashStyle() method DashStyle (line 41) | public DashStyle(IEnumerable dashes, Double offset) method GetDashData (line 59) | internal unsafe void GetDashData(MIL_PEN_DATA* pData, out double[] das... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DashStyles.cs class DashStyles (line 17) | public static class DashStyles FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Drawing.cs class Drawing (line 17) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method Drawing (line 28) | internal Drawing() method WalkCurrentValue (line 60) | internal abstract void WalkCurrentValue(DrawingContextWalker ctx); method GetContentBounds (line 70) | Rect IDrawingContent.GetContentBounds(BoundsDrawingContextWalker ctx) method WalkContent (line 84) | void IDrawingContent.WalkContent(DrawingContextWalker ctx) method HitTestPoint (line 96) | bool IDrawingContent.HitTestPoint(Point point) method HitTestGeometry (line 108) | IntersectionDetail IDrawingContent.HitTestGeometry(PathGeometry geometry) method PropagateChangedHandler (line 119) | void IDrawingContent.PropagateChangedHandler(EventHandler handler, boo... method GetBounds (line 137) | internal Rect GetBounds() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DrawingBrush.cs class DrawingBrush (line 16) | public sealed partial class DrawingBrush : TileBrush method DrawingBrush (line 23) | public DrawingBrush() method DrawingBrush (line 31) | public DrawingBrush(Drawing drawing) method GetContentBounds (line 42) | protected override void GetContentBounds(out Rect contentBounds) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DrawingCollection.cs class DrawingCollection (line 18) | public sealed partial class DrawingCollection : Animatable, IList, IList... method TransactionalAppend (line 25) | internal void TransactionalAppend(DrawingCollection collectionToAppend) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DrawingContext.cs class DrawingContext (line 17) | public abstract partial class DrawingContext : DispatcherObject, IDispos... method DrawingContext (line 23) | internal DrawingContext() method DrawText (line 40) | public void DrawText(FormattedText formattedText, method Close (line 67) | public abstract void Close(); method Dispose (line 78) | void IDisposable.Dispose() method DisposeCore (line 106) | protected abstract void DisposeCore(); method VerifyApiNonstructuralChange (line 111) | protected virtual void VerifyApiNonstructuralChange() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DrawingContextDrawingContextWalker.cs class DrawingContextDrawingContextWalker (line 16) | internal partial class DrawingContextDrawingContextWalker: DrawingContex... method DrawingContextDrawingContextWalker (line 23) | public DrawingContextDrawingContextWalker(DrawingContext drawingContext) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DrawingContextWalker.cs class DrawingContextWalker (line 15) | internal abstract partial class DrawingContextWalker : DrawingContext method DrawingContextWalker (line 20) | protected DrawingContextWalker() method Close (line 28) | public sealed override void Close() method DisposeCore (line 38) | protected override void DisposeCore() method StopWalking (line 46) | protected void StopWalking() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DrawingDrawingContext.cs class DrawingDrawingContext (line 13) | internal class DrawingDrawingContext : DrawingContext method DrawingDrawingContext (line 20) | internal DrawingDrawingContext() method DrawLine (line 36) | public override void DrawLine( method DrawLine (line 59) | public override void DrawLine( method DrawRectangle (line 134) | public override void DrawRectangle( method DrawRectangle (line 162) | public override void DrawRectangle( method DrawRoundedRectangle (line 239) | public override void DrawRoundedRectangle( method DrawRoundedRectangle (line 279) | public override void DrawRoundedRectangle( method DrawEllipse (line 374) | public override void DrawEllipse( method DrawEllipse (line 416) | public override void DrawEllipse( method DrawGeometry (line 500) | public override void DrawGeometry( method DrawImage (line 534) | public override void DrawImage( method DrawImage (line 558) | public override void DrawImage( method DrawDrawing (line 615) | public override void DrawDrawing( method DrawVideo (line 651) | public override void DrawVideo( method DrawVideo (line 675) | public override void DrawVideo( method PushClip (line 732) | public override void PushClip( method PushOpacityMask (line 758) | public override void PushOpacityMask(Brush brush) method PushOpacity (line 788) | public override void PushOpacity( method PushOpacity (line 809) | public override void PushOpacity( method PushTransform (line 846) | public override void PushTransform( method PushGuidelineSet (line 879) | public override void PushGuidelineSet( method PushGuidelineY1 (line 910) | internal override void PushGuidelineY1( method PushGuidelineY2 (line 955) | internal override void PushGuidelineY2( method PushEffect (line 1004) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method Pop (line 1040) | public override void Pop() method DrawGlyphRun (line 1067) | public override void DrawGlyphRun(Brush foregroundBrush, GlyphRun glyp... method Close (line 1120) | public override void Close() method DisposeCore (line 1139) | protected override void DisposeCore() method CloseCore (line 1220) | protected virtual void CloseCore(DrawingCollection rootDrawingGroupChi... method VerifyApiNonstructuralChange (line 1229) | protected override void VerifyApiNonstructuralChange() method SetupNewFreezable (line 1271) | private Freezable SetupNewFreezable(Freezable newFreezable, bool fFreeze) method AddNewGeometryDrawing (line 1286) | private void AddNewGeometryDrawing(Brush brush, Pen pen, Geometry geom... method PushNewDrawingGroup (line 1323) | private void PushNewDrawingGroup() method AddDrawing (line 1374) | private void AddDrawing(Drawing newDrawing) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DrawingGroup.cs class DrawingGroup (line 14) | [ContentProperty("Children")] method DrawingGroup (line 23) | public DrawingGroup() method Open (line 38) | public DrawingContext Open() method Append (line 54) | public DrawingContext Append() method Close (line 76) | internal void Close(DrawingCollection rootDrawingGroupChildren) method WalkCurrentValue (line 140) | internal override void WalkCurrentValue(DrawingContextWalker ctx) method VerifyOpen (line 280) | private void VerifyOpen() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DrawingGroupDrawingContext.cs class DrawingGroupDrawingContext (line 11) | internal class DrawingGroupDrawingContext : DrawingDrawingContext method DrawingGroupDrawingContext (line 18) | internal DrawingGroupDrawingContext(DrawingGroup drawingGroup) method CloseCore (line 36) | protected override void CloseCore(DrawingCollection rootDrawingGroupCh... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DrawingImage.cs class DrawingImage (line 18) | public sealed partial class DrawingImage : ImageSource method DrawingImage (line 23) | public DrawingImage() method DrawingImage (line 31) | public DrawingImage(Drawing drawing) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DrawingServices.cs class DrawingServices (line 16) | internal static class DrawingServices method HitTestPoint (line 26) | internal static bool HitTestPoint(Drawing drawing, Point point) method HitTestGeometry (line 50) | internal static IntersectionDetail HitTestGeometry(Drawing drawing, Pa... method DrawingGroupFromRenderData (line 76) | internal static DrawingGroup DrawingGroupFromRenderData(RenderData ren... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DrawingVisual.cs class DrawingVisual (line 14) | public class DrawingVisual : ContainerVisual method HitTestCore (line 23) | protected override HitTestResult HitTestCore(PointHitTestParameters hi... method HitTestCore (line 41) | protected override GeometryHitTestResult HitTestCore(GeometryHitTestPa... method RenderOpen (line 66) | public DrawingContext RenderOpen() method RenderClose (line 76) | internal override void RenderClose(IDrawingContent newContent) method FreeContent (line 133) | internal override void FreeContent(DUCE.Channel channel) method GetContentBounds (line 162) | internal override Rect GetContentBounds() method WalkContent (line 189) | internal void WalkContent(DrawingContextWalker walker) method RenderContent (line 201) | internal override void RenderContent(RenderContext ctx, bool isOnChannel) method GetDrawing (line 241) | internal override DrawingGroup GetDrawing() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DrawingVisualDrawingContext.cs class VisualDrawingContext (line 9) | internal class VisualDrawingContext : RenderDataDrawingContext method VisualDrawingContext (line 18) | internal VisualDrawingContext( method CloseCore (line 36) | protected override void CloseCore(RenderData renderData) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/BevelBitmapEffect.cs class BevelBitmapEffect (line 14) | public sealed partial class BevelBitmapEffect : BitmapEffect method BevelBitmapEffect (line 19) | public BevelBitmapEffect() method CreateUnmanagedEffect (line 26) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method UpdateUnmanagedPropertyState (line 35) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/BitmapEffect.cs class BitmapEffect (line 13) | public abstract partial class BitmapEffect method BitmapEffect (line 19) | protected BitmapEffect() method UpdateUnmanagedPropertyState (line 40) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method CreateUnmanagedEffect (line 47) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method SetValue (line 57) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method CreateBitmapEffectOuter (line 66) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method InitializeBitmapEffect (line 77) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method GetOutput (line 89) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method CanBeEmulatedUsingEffectPipeline (line 117) | internal virtual bool CanBeEmulatedUsingEffectPipeline() method GetEmulatingEffect (line 125) | internal virtual Effect GetEmulatingEffect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/BitmapEffectGroup.cs class BitmapEffectGroup (line 15) | [ContentProperty("Children")] method BitmapEffectGroup (line 21) | public BitmapEffectGroup() method UpdateUnmanagedPropertyState (line 32) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method CreateUnmanagedEffect (line 41) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/BitmapEffectInput.cs class BitmapEffectInput (line 14) | public sealed partial class BitmapEffectInput method BitmapEffectInput (line 20) | public BitmapEffectInput() method BitmapEffectInput (line 28) | public BitmapEffectInput(BitmapSource input) method ShouldSerializeInput (line 37) | [EditorBrowsable(EditorBrowsableState.Never)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/BitmapEffectInputData.cs type BitmapEffectInputData (line 6) | internal struct BitmapEffectInputData method BitmapEffectInputData (line 11) | public BitmapEffectInputData(BitmapEffect bitmapEffect, FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/BitmapEffectState.cs class BitmapEffectState (line 19) | internal class BitmapEffectState method BitmapEffectState (line 24) | public BitmapEffectState() {} FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/BlurBitmapEffect.cs class BlurBitmapEffect (line 14) | public sealed partial class BlurBitmapEffect : BitmapEffect method BlurBitmapEffect (line 19) | public BlurBitmapEffect() method CreateUnmanagedEffect (line 26) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method UpdateUnmanagedPropertyState (line 35) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method CanBeEmulatedUsingEffectPipeline (line 44) | internal override bool CanBeEmulatedUsingEffectPipeline() method GetEmulatingEffect (line 52) | internal override Effect GetEmulatingEffect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/BlurEffect.cs class BlurEffect (line 11) | public partial class BlurEffect method BlurEffect (line 17) | public BlurEffect() method GetRenderBounds (line 27) | internal override Rect GetRenderBounds(Rect contentBounds) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/DropShadowBitmapEffect.cs class DropShadowBitmapEffect (line 17) | public partial class DropShadowBitmapEffect method DropShadowBitmapEffect (line 22) | public DropShadowBitmapEffect() method CreateUnmanagedEffect (line 29) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method UpdateUnmanagedPropertyState (line 38) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method CanBeEmulatedUsingEffectPipeline (line 47) | internal override bool CanBeEmulatedUsingEffectPipeline() method GetEmulatingEffect (line 55) | internal override Effect GetEmulatingEffect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/DropShadowEffect.cs class DropShadowEffect (line 11) | public partial class DropShadowEffect method DropShadowEffect (line 17) | public DropShadowEffect() method GetRenderBounds (line 27) | internal override Rect GetRenderBounds(Rect contentBounds) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Effect.cs class Effect (line 11) | public abstract partial class Effect method Effect (line 13) | static Effect() method Effect (line 44) | protected Effect() method GetRenderBounds (line 53) | internal abstract Rect GetRenderBounds(Rect contentBounds); method CoerceToUnitSpaceGeneralTransform (line 80) | internal GeneralTransform CoerceToUnitSpaceGeneralTransform(GeneralTra... method UnitToWorldUnsafe (line 110) | private static Point UnitToWorldUnsafe(Point unitPoint, Rect worldBounds) method UnitToWorld (line 117) | internal static Point? UnitToWorld(Point unitPoint, Rect worldBounds) method WorldToUnit (line 122) | internal static Point? WorldToUnit(Point worldPoint, Rect worldBounds) method UnitToWorld (line 134) | internal static Rect UnitToWorld(Rect unitRect, Rect worldBounds) method WorldToUnit (line 142) | internal static Rect? WorldToUnit(Rect worldRect, Rect worldBounds) class UnitSpaceCoercingGeneralTransform (line 158) | private class UnitSpaceCoercingGeneralTransform : GeneralTransform method UnitSpaceCoercingGeneralTransform (line 160) | public UnitSpaceCoercingGeneralTransform(Rect worldBounds, GeneralTr... method TransformBounds (line 182) | public override Rect TransformBounds(Rect rect) method TryTransform (line 200) | public override bool TryTransform(Point inPoint, out Point result) method CreateInstanceCore (line 231) | protected override Freezable CreateInstanceCore() method GetCorrectInnerTransform (line 236) | private GeneralTransform GetCorrectInnerTransform() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BevelBitmapEffect.cs class BevelBitmapEffect (line 20) | public sealed partial class BevelBitmapEffect : BitmapEffect method Clone (line 34) | public new BevelBitmapEffect Clone() method CloneCurrentValue (line 43) | public new BevelBitmapEffect CloneCurrentValue() method BevelWidthPropertyChanged (line 59) | private static void BevelWidthPropertyChanged(DependencyObject d, Depe... method ReliefPropertyChanged (line 66) | private static void ReliefPropertyChanged(DependencyObject d, Dependen... method LightAnglePropertyChanged (line 73) | private static void LightAnglePropertyChanged(DependencyObject d, Depe... method SmoothnessPropertyChanged (line 80) | private static void SmoothnessPropertyChanged(DependencyObject d, Depe... method CreateInstanceCore (line 180) | protected override Freezable CreateInstanceCore() method BevelBitmapEffect (line 282) | static BevelBitmapEffect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffect.cs class BitmapEffect (line 20) | public abstract partial class BitmapEffect : Animatable method Clone (line 34) | public new BitmapEffect Clone() method CloneCurrentValue (line 43) | public new BitmapEffect CloneCurrentValue() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectCollection.cs class BitmapEffectCollection (line 24) | public sealed partial class BitmapEffectCollection : Animatable, IList, ... method Clone (line 38) | public new BitmapEffectCollection Clone() method CloneCurrentValue (line 47) | public new BitmapEffectCollection CloneCurrentValue() method Add (line 69) | public void Add(BitmapEffect value) method Clear (line 77) | public void Clear() method Contains (line 97) | public bool Contains(BitmapEffect value) method IndexOf (line 107) | public int IndexOf(BitmapEffect value) method Insert (line 117) | public void Insert(int index, BitmapEffect value) method Remove (line 139) | public bool Remove(BitmapEffect value) method RemoveAt (line 179) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 195) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 271) | public void CopyTo(BitmapEffect[] array, int index) method GetEnumerator (line 303) | public Enumerator GetEnumerator() method GetEnumerator (line 310) | IEnumerator IEnumerable.GetEnumerator() method Add (line 350) | int IList.Add(object value) method Contains (line 356) | bool IList.Contains(object value) method IndexOf (line 361) | int IList.IndexOf(object value) method Insert (line 366) | void IList.Insert(int index, object value) method Remove (line 372) | void IList.Remove(object value) method CopyTo (line 381) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 436) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 466) | internal BitmapEffect Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 475) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 493) | private BitmapEffect Cast(object value) method AddHelper (line 508) | private int AddHelper(BitmapEffect value) method AddWithoutFiringPublicEvents (line 519) | internal int AddWithoutFiringPublicEvents(BitmapEffect value) method CreateInstanceCore (line 566) | protected override Freezable CreateInstanceCore() method CloneCore (line 573) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 595) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 617) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 639) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 661) | protected override bool FreezeCore(bool isChecking) type Enumerator (line 741) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 745) | internal Enumerator(BitmapEffectCollection list) method Dispose (line 759) | void IDisposable.Dispose() method MoveNext (line 771) | public bool MoveNext() method Reset (line 798) | public void Reset() method BitmapEffectCollection (line 875) | public BitmapEffectCollection() method BitmapEffectCollection (line 884) | public BitmapEffectCollection(int capacity) method BitmapEffectCollection (line 892) | public BitmapEffectCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectGroup.cs class BitmapEffectGroup (line 20) | public sealed partial class BitmapEffectGroup : BitmapEffect method Clone (line 34) | public new BitmapEffectGroup Clone() method CloneCurrentValue (line 43) | public new BitmapEffectGroup CloneCurrentValue() method CreateInstanceCore (line 93) | protected override Freezable CreateInstanceCore() method BitmapEffectGroup (line 188) | static BitmapEffectGroup() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectInput.cs class BitmapEffectInput (line 20) | public sealed partial class BitmapEffectInput : Animatable method Clone (line 34) | public new BitmapEffectInput Clone() method CloneCurrentValue (line 43) | public new BitmapEffectInput CloneCurrentValue() method AreaToApplyEffectPropertyChanged (line 59) | private static void AreaToApplyEffectPropertyChanged(DependencyObject ... method CreateInstanceCore (line 129) | protected override Freezable CreateInstanceCore() method BitmapEffectInput (line 221) | static BitmapEffectInput() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurBitmapEffect.cs class BlurBitmapEffect (line 20) | public sealed partial class BlurBitmapEffect : BitmapEffect method Clone (line 34) | public new BlurBitmapEffect Clone() method CloneCurrentValue (line 43) | public new BlurBitmapEffect CloneCurrentValue() method RadiusPropertyChanged (line 59) | private static void RadiusPropertyChanged(DependencyObject d, Dependen... method CreateInstanceCore (line 114) | protected override Freezable CreateInstanceCore() method BlurBitmapEffect (line 201) | static BlurBitmapEffect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurEffect.cs class BlurEffect (line 20) | public sealed partial class BlurEffect : Effect method Clone (line 34) | public new BlurEffect Clone() method CloneCurrentValue (line 43) | public new BlurEffect CloneCurrentValue() method RadiusPropertyChanged (line 59) | private static void RadiusPropertyChanged(DependencyObject d, Dependen... method KernelTypePropertyChanged (line 66) | private static void KernelTypePropertyChanged(DependencyObject d, Depe... method RenderingBiasPropertyChanged (line 73) | private static void RenderingBiasPropertyChanged(DependencyObject d, D... method CreateInstanceCore (line 143) | protected override Freezable CreateInstanceCore() method UpdateResource (line 160) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 193) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 209) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 223) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 228) | internal override int GetChannelCountCore() method GetChannelCore (line 233) | internal override DUCE.Channel GetChannelCore(int index) method BlurEffect (line 307) | static BlurEffect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowBitmapEffect.cs class DropShadowBitmapEffect (line 20) | public sealed partial class DropShadowBitmapEffect : BitmapEffect method Clone (line 34) | public new DropShadowBitmapEffect Clone() method CloneCurrentValue (line 43) | public new DropShadowBitmapEffect CloneCurrentValue() method ShadowDepthPropertyChanged (line 59) | private static void ShadowDepthPropertyChanged(DependencyObject d, Dep... method ColorPropertyChanged (line 66) | private static void ColorPropertyChanged(DependencyObject d, Dependenc... method DirectionPropertyChanged (line 73) | private static void DirectionPropertyChanged(DependencyObject d, Depen... method NoisePropertyChanged (line 80) | private static void NoisePropertyChanged(DependencyObject d, Dependenc... method OpacityPropertyChanged (line 87) | private static void OpacityPropertyChanged(DependencyObject d, Depende... method SoftnessPropertyChanged (line 94) | private static void SoftnessPropertyChanged(DependencyObject d, Depend... method CreateInstanceCore (line 209) | protected override Freezable CreateInstanceCore() method DropShadowBitmapEffect (line 316) | static DropShadowBitmapEffect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowEffect.cs class DropShadowEffect (line 20) | public sealed partial class DropShadowEffect : Effect method Clone (line 34) | public new DropShadowEffect Clone() method CloneCurrentValue (line 43) | public new DropShadowEffect CloneCurrentValue() method ShadowDepthPropertyChanged (line 59) | private static void ShadowDepthPropertyChanged(DependencyObject d, Dep... method ColorPropertyChanged (line 66) | private static void ColorPropertyChanged(DependencyObject d, Dependenc... method DirectionPropertyChanged (line 73) | private static void DirectionPropertyChanged(DependencyObject d, Depen... method OpacityPropertyChanged (line 80) | private static void OpacityPropertyChanged(DependencyObject d, Depende... method BlurRadiusPropertyChanged (line 87) | private static void BlurRadiusPropertyChanged(DependencyObject d, Depe... method RenderingBiasPropertyChanged (line 94) | private static void RenderingBiasPropertyChanged(DependencyObject d, D... method CreateInstanceCore (line 209) | protected override Freezable CreateInstanceCore() method UpdateResource (line 226) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 282) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 298) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 312) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 317) | internal override int GetChannelCountCore() method GetChannelCore (line 322) | internal override DUCE.Channel GetChannelCore(int index) method DropShadowEffect (line 411) | static DropShadowEffect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/EdgeProfile.cs type EdgeProfile (line 17) | public enum EdgeProfile FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/Effect.cs class Effect (line 20) | public abstract partial class Effect : Animatable, DUCE.IResource method Clone (line 34) | public new Effect Clone() method CloneCurrentValue (line 43) | public new Effect CloneCurrentValue() method AddRefOnChannelCore (line 91) | internal abstract DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method AddRefOnChannel (line 96) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 104) | internal abstract void ReleaseOnChannelCore(DUCE.Channel channel); method ReleaseOnChannel (line 109) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandleCore (line 117) | internal abstract DUCE.ResourceHandle GetHandleCore(DUCE.Channel chann... method GetHandle (line 122) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCountCore (line 133) | internal abstract int GetChannelCountCore(); method GetChannelCount (line 138) | int DUCE.IResource.GetChannelCount() method GetChannelCore (line 143) | internal abstract DUCE.Channel GetChannelCore(int index); method GetChannel (line 148) | DUCE.Channel DUCE.IResource.GetChannel(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/EmbossBitmapEffect.cs class EmbossBitmapEffect (line 20) | public sealed partial class EmbossBitmapEffect : BitmapEffect method Clone (line 34) | public new EmbossBitmapEffect Clone() method CloneCurrentValue (line 43) | public new EmbossBitmapEffect CloneCurrentValue() method LightAnglePropertyChanged (line 59) | private static void LightAnglePropertyChanged(DependencyObject d, Depe... method ReliefPropertyChanged (line 66) | private static void ReliefPropertyChanged(DependencyObject d, Dependen... method CreateInstanceCore (line 121) | protected override Freezable CreateInstanceCore() method EmbossBitmapEffect (line 208) | static EmbossBitmapEffect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ImplicitInputBrush.cs class ImplicitInputBrush (line 20) | internal sealed partial class ImplicitInputBrush : Brush method Clone (line 34) | public new ImplicitInputBrush Clone() method CloneCurrentValue (line 43) | public new ImplicitInputBrush CloneCurrentValue() method CreateInstanceCore (line 80) | protected override Freezable CreateInstanceCore() method UpdateResource (line 97) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 158) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 177) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 194) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 199) | internal override int GetChannelCountCore() method GetChannelCore (line 204) | internal override DUCE.Channel GetChannelCore(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/KernelType.cs type KernelType (line 17) | public enum KernelType FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/OuterGlowBitmapEffect.cs class OuterGlowBitmapEffect (line 20) | public sealed partial class OuterGlowBitmapEffect : BitmapEffect method Clone (line 34) | public new OuterGlowBitmapEffect Clone() method CloneCurrentValue (line 43) | public new OuterGlowBitmapEffect CloneCurrentValue() method GlowColorPropertyChanged (line 59) | private static void GlowColorPropertyChanged(DependencyObject d, Depen... method GlowSizePropertyChanged (line 66) | private static void GlowSizePropertyChanged(DependencyObject d, Depend... method NoisePropertyChanged (line 73) | private static void NoisePropertyChanged(DependencyObject d, Dependenc... method OpacityPropertyChanged (line 80) | private static void OpacityPropertyChanged(DependencyObject d, Depende... method CreateInstanceCore (line 165) | protected override Freezable CreateInstanceCore() method OuterGlowBitmapEffect (line 262) | static OuterGlowBitmapEffect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/PixelShader.cs class PixelShader (line 20) | public sealed partial class PixelShader : Animatable, DUCE.IResource method Clone (line 34) | public new PixelShader Clone() method CloneCurrentValue (line 43) | public new PixelShader CloneCurrentValue() method UriSourcePropertyChanged (line 59) | private static void UriSourcePropertyChanged(DependencyObject d, Depen... method ShaderRenderModePropertyChanged (line 68) | private static void ShaderRenderModePropertyChanged(DependencyObject d... method CreateInstanceCore (line 123) | protected override Freezable CreateInstanceCore() method UpdateResource (line 140) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannel (line 145) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannel (line 162) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandle (line 177) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCount (line 187) | int DUCE.IResource.GetChannelCount() method GetChannel (line 192) | DUCE.Channel DUCE.IResource.GetChannel(int index) method PixelShader (line 274) | static PixelShader() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/RenderingBias.cs type RenderingBias (line 17) | public enum RenderingBias FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ShaderEffect.cs class ShaderEffect (line 20) | public partial class ShaderEffect : Effect method Clone (line 34) | public new ShaderEffect Clone() method CloneCurrentValue (line 43) | public new ShaderEffect CloneCurrentValue() method PixelShaderPropertyChanged (line 59) | private static void PixelShaderPropertyChanged(DependencyObject d, Dep... method CreateInstanceCore (line 142) | protected override Freezable CreateInstanceCore() method UpdateResource (line 162) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method GeneratedAddRefOnChannelCore (line 167) | private DUCE.ResourceHandle GeneratedAddRefOnChannelCore(DUCE.Channel ... method GeneratedReleaseOnChannelCore (line 184) | private void GeneratedReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 199) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 204) | internal override int GetChannelCountCore() method GetChannelCore (line 209) | internal override DUCE.Channel GetChannelCore(int index) method ShaderEffect (line 273) | static ShaderEffect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ShaderRenderMode.cs type ShaderRenderMode (line 17) | public enum ShaderRenderMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/ImplicitInputBrush.cs class ImplicitInputBrush (line 9) | internal partial class ImplicitInputBrush : Brush FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/OuterGlowBitmapEffect.cs class OuterGlowBitmapEffect (line 14) | public sealed partial class OuterGlowBitmapEffect : BitmapEffect method OuterGlowBitmapEffect (line 19) | public OuterGlowBitmapEffect() method CreateUnmanagedEffect (line 26) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method UpdateUnmanagedPropertyState (line 35) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/PixelShader.cs class PixelShader (line 12) | public sealed partial class PixelShader : Animatable, DUCE.IResource method SetStreamSource (line 15) | public void SetStreamSource(Stream source) method UriSourcePropertyChangedHook (line 62) | private void UriSourcePropertyChangedHook(DependencyPropertyChangedEve... method LoadPixelShaderFromStreamIntoMemory (line 108) | private void LoadPixelShaderFromStreamIntoMemory(Stream source) method ManualUpdateResource (line 164) | private void ManualUpdateResource(DUCE.Channel channel, bool skipOnCha... method CloneCore (line 205) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 217) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 229) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 241) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method CopyCommon (line 252) | private void CopyCommon(PixelShader shader) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/SamplingMode.cs type SamplingMode (line 9) | public enum SamplingMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/ShaderEffect.cs class ShaderEffect (line 9) | public abstract partial class ShaderEffect : Effect method GetRenderBounds (line 15) | internal override Rect GetRenderBounds(Rect contentBounds) method PixelShaderPropertyChangedHook (line 162) | private void PixelShaderPropertyChangedHook(DependencyPropertyChangedE... method OnPixelShaderBytecodeChanged (line 177) | private void OnPixelShaderBytecodeChanged(object sender, EventArgs e) method UsesPS30OnlyRegisters (line 190) | private bool UsesPS30OnlyRegisters() method UpdateShaderValue (line 232) | protected void UpdateShaderValue(DependencyProperty dp) method PixelShaderConstantCallback (line 255) | protected static PropertyChangedCallback PixelShaderConstantCallback(i... method PixelShaderSamplerCallback (line 271) | protected static PropertyChangedCallback PixelShaderSamplerCallback(in... method PixelShaderSamplerCallback (line 282) | protected static PropertyChangedCallback PixelShaderSamplerCallback(in... method RegisterPixelShaderSamplerProperty (line 302) | protected static DependencyProperty RegisterPixelShaderSamplerProperty... method RegisterPixelShaderSamplerProperty (line 313) | protected static DependencyProperty RegisterPixelShaderSamplerProperty... method UpdateShaderConstant (line 331) | private void UpdateShaderConstant(DependencyProperty dp, object newVal... method UpdateShaderSampler (line 409) | private void UpdateShaderSampler(DependencyProperty dp, object newValu... method StashInPosition (line 460) | private static void StashInPosition(ref List list, int position... method StashSamplerDataInPosition (line 487) | private void StashSamplerDataInPosition(int position, SamplerData newS... method ManualUpdateResource (line 545) | private void ManualUpdateResource(DUCE.Channel channel, bool skipOnCha... method AppendRegisters (line 723) | private void AppendRegisters(DUCE.Channel channel, List list) w... method AddRefOnChannelCore (line 744) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 779) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method DetermineShaderConstantType (line 812) | internal static Type DetermineShaderConstantType(Type type, PixelShade... method ConvertValueToMilColorF (line 855) | internal static void ConvertValueToMilColorF(object value, out MilColo... method ConvertValueToMilColorI (line 937) | internal static void ConvertValueToMilColorI(object value, out MilColo... method CloneCore (line 995) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 1007) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 1019) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 1031) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method CopyCommon (line 1042) | private void CopyCommon(ShaderEffect effect) type SamplerData (line 1062) | private struct SamplerData FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/embossbitmapeffect.cs class EmbossBitmapEffect (line 17) | public partial class EmbossBitmapEffect method EmbossBitmapEffect (line 22) | public EmbossBitmapEffect() method CreateUnmanagedEffect (line 29) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method UpdateUnmanagedPropertyState (line 38) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/EllipseGeometry.cs class EllipseGeometry (line 12) | public sealed partial class EllipseGeometry : Geometry method EllipseGeometry (line 19) | public EllipseGeometry() method EllipseGeometry (line 26) | public EllipseGeometry(Rect rect) method EllipseGeometry (line 41) | public EllipseGeometry( method EllipseGeometry (line 54) | public EllipseGeometry( method GetBoundsInternal (line 122) | internal override Rect GetBoundsInternal(Pen pen, Matrix matrix, doubl... method GetBoundsHelper (line 139) | internal static Rect GetBoundsHelper(Pen pen, Matrix worldMatrix, Poin... method ContainsInternal (line 187) | internal override bool ContainsInternal(Pen pen, Point hitPoint, doubl... method IsEmpty (line 214) | public override bool IsEmpty() method MayHaveCurves (line 222) | public override bool MayHaveCurves() method GetArea (line 232) | public override double GetArea(double tolerance, ToleranceType type) method GetTransformedFigureCollection (line 250) | internal override PathFigureCollection GetTransformedFigureCollection(... method GetAsPathGeometry (line 283) | internal override PathGeometry GetAsPathGeometry() method GetPathGeometryData (line 295) | internal override PathGeometryData GetPathGeometryData() method GetPointList (line 329) | private Point[] GetPointList() method GetPointList (line 344) | private static unsafe void GetPointList(Point * points, uint pointsCou... method GetPointCount (line 370) | private static uint GetPointCount() { return c_pointCount; } method GetSegmentCount (line 371) | private static uint GetSegmentCount() { return c_segmentCount; } FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/EventProxy.cs type EventProxyDescriptor (line 11) | [StructLayout(LayoutKind.Sequential)] method StaticDispose (line 27) | internal static void StaticDispose(ref EventProxyDescriptor pEPD) class EventProxyStaticPtrs (line 42) | internal static class EventProxyStaticPtrs method EventProxyStaticPtrs (line 44) | static EventProxyStaticPtrs() class EventProxyWrapper (line 59) | internal class EventProxyWrapper method EventProxyWrapper (line 65) | private EventProxyWrapper(IInvokable invokable) method RaiseEvent (line 74) | public int RaiseEvent(byte[] buffer, uint cb) method FromEPD (line 102) | internal static EventProxyWrapper FromEPD(ref EventProxyDescriptor epd) method RaiseEvent (line 109) | internal static int RaiseEvent(ref EventProxyDescriptor pEPD, byte[] b... method CreateEventProxyWrapper (line 126) | internal static SafeMILHandle CreateEventProxyWrapper(IInvokable invok... method MILCreateEventProxy (line 148) | [DllImport(DllImport.MilCore)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/FactoryMaker.cs class FactoryMaker (line 16) | internal class FactoryMaker: IDisposable method FactoryMaker (line 19) | internal FactoryMaker() method Dispose (line 48) | public void Dispose() method Dispose (line 53) | protected virtual void Dispose(bool fDisposing) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/FamilyMap.cs class FontFamilyMap (line 16) | public class FontFamilyMap method FontFamilyMap (line 37) | public FontFamilyMap() method FontFamilyMap (line 56) | internal FontFamilyMap( method MatchLanguage (line 182) | internal static bool MatchLanguage(XmlLanguage familyMapLanguage, XmlL... method MatchCulture (line 198) | internal static bool MatchCulture(XmlLanguage familyMapLanguage, Cultu... method ThrowInvalidUnicodeRange (line 219) | private static void ThrowInvalidUnicodeRange() method ParseUnicodeRanges (line 224) | private static Range[] ParseUnicodeRanges(string unicodeRanges) method ParseHexNumber (line 280) | internal static bool ParseHexNumber(string numString, ref int index, o... method InRange (line 325) | internal bool InRange(int ch) class Range (line 340) | internal class Range method Range (line 345) | internal Range( method InRange (line 355) | internal bool InRange(int ch) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/FamilyMapCollection.cs class FontFamilyMapCollection (line 12) | public sealed class FontFamilyMapCollection : IList, SC.I... method FontFamilyMapCollection (line 19) | internal FontFamilyMapCollection(CompositeFontInfo fontInfo) method GetEnumerator (line 31) | public IEnumerator GetEnumerator() method GetEnumerator (line 36) | SC.IEnumerator SC.IEnumerable.GetEnumerator() method Add (line 48) | public void Add(FontFamilyMap item) method Clear (line 56) | public void Clear() method Contains (line 64) | public bool Contains(FontFamilyMap item) method CopyTo (line 72) | public void CopyTo(FontFamilyMap[] array, int index) method CopyTo (line 86) | void SC.ICollection.CopyTo(Array array, int index) method Remove (line 120) | public bool Remove(FontFamilyMap item) method IndexOf (line 155) | public int IndexOf(FontFamilyMap item) method Insert (line 163) | public void Insert(int index, FontFamilyMap item) method RemoveAt (line 171) | public void RemoveAt(int index) method Add (line 193) | int SC.IList.Add(object value) method Contains (line 198) | bool SC.IList.Contains(object value) method IndexOf (line 203) | int SC.IList.IndexOf(object value) method Insert (line 208) | void SC.IList.Insert(int index, object item) method Remove (line 213) | void SC.IList.Remove(object value) method InsertItem (line 244) | private int InsertItem(int index, FontFamilyMap item) method SetItem (line 292) | private void SetItem(int index, FontFamilyMap item) method ClearItems (line 311) | private void ClearItems() method RemoveItem (line 321) | private void RemoveItem(int index) method FindItem (line 336) | private int FindItem(FontFamilyMap item) method RangeCheck (line 349) | private void RangeCheck(int index) method VerifyChangeable (line 355) | private void VerifyChangeable() method ConvertValue (line 361) | private FontFamilyMap ConvertValue(object obj) class Enumerator (line 372) | private class Enumerator : IEnumerator, SC.IEnumerator method Enumerator (line 379) | internal Enumerator(FontFamilyMap[] items, int count) method MoveNext (line 387) | public bool MoveNext() method Reset (line 402) | void SC.IEnumerator.Reset() method Dispose (line 425) | public void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/FamilyTypeface.cs class FamilyTypeface (line 14) | public class FamilyTypeface : IDeviceFont, ITypefaceMetrics method FamilyTypeface (line 19) | public FamilyTypeface() method FamilyTypeface (line 26) | internal FamilyTypeface(Typeface face) method Equals (line 205) | public bool Equals(FamilyTypeface typeface) method Equals (line 252) | public override bool Equals(object o) method GetHashCode (line 260) | public override int GetHashCode() method VerifyChangeable (line 267) | private void VerifyChangeable() method ContainsCharacter (line 278) | bool IDeviceFont.ContainsCharacter(int unicodeScalar) method GetAdvanceWidths (line 284) | unsafe void IDeviceFont.GetAdvanceWidths( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/FamilyTypefaceCollection.cs class FamilyTypefaceCollection (line 11) | public sealed class FamilyTypefaceCollection : IList, SC... method FamilyTypefaceCollection (line 21) | internal FamilyTypefaceCollection() method FamilyTypefaceCollection (line 31) | internal FamilyTypefaceCollection(ICollection innerList) method GetEnumerator (line 43) | public IEnumerator GetEnumerator() method GetEnumerator (line 48) | SC.IEnumerator SC.IEnumerable.GetEnumerator() method Add (line 60) | public void Add(FamilyTypeface item) method Clear (line 68) | public void Clear() method Contains (line 76) | public bool Contains(FamilyTypeface item) method CopyTo (line 84) | public void CopyTo(FamilyTypeface[] array, int index) method CopyTo (line 89) | void SC.ICollection.CopyTo(Array array, int index) method Remove (line 107) | public bool Remove(FamilyTypeface item) method IndexOf (line 142) | public int IndexOf(FamilyTypeface item) method Insert (line 150) | public void Insert(int index, FamilyTypeface item) method RemoveAt (line 158) | public void RemoveAt(int index) method Add (line 179) | int SC.IList.Add(object value) method Contains (line 184) | bool SC.IList.Contains(object value) method IndexOf (line 189) | int SC.IList.IndexOf(object value) method Insert (line 194) | void SC.IList.Insert(int index, object item) method Remove (line 199) | void SC.IList.Remove(object value) method InsertItem (line 229) | private int InsertItem(int index, FamilyTypeface item) method InitializeItemsFromInnerList (line 270) | private void InitializeItemsFromInnerList() method GetItem (line 289) | private FamilyTypeface GetItem(int index) method SetItem (line 296) | private void SetItem(int index, FamilyTypeface item) method ClearItems (line 306) | private void ClearItems() method RemoveItem (line 314) | private void RemoveItem(int index) method FindItem (line 327) | private int FindItem(FamilyTypeface item) method RangeCheck (line 341) | private void RangeCheck(int index) method VerifyChangeable (line 347) | private void VerifyChangeable() method ConvertValue (line 353) | private FamilyTypeface ConvertValue(object obj) method CopyItems (line 364) | private void CopyItems(Array array, int index) class Enumerator (line 388) | private class Enumerator : IEnumerator, SC.IEnumerator method Enumerator (line 394) | internal Enumerator(FamilyTypefaceCollection list) method MoveNext (line 401) | public bool MoveNext() method Reset (line 418) | void SC.IEnumerator.Reset() method Dispose (line 441) | public void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/FontEmbeddingManager.cs class FontEmbeddingManager (line 9) | public class FontEmbeddingManager method FontEmbeddingManager (line 22) | public FontEmbeddingManager() method RecordUsage (line 41) | public void RecordUsage(GlyphRun glyphRun) method GetUsedGlyphs (line 81) | [CLSCompliant(false)] class UriComparer (line 94) | private class UriComparer : IEqualityComparer method Equals (line 98) | public bool Equals(Uri x, Uri y) method GetHashCode (line 105) | public int GetHashCode(Uri obj) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/FontEmbeddingRights.cs type FontEmbeddingRight (line 18) | public enum FontEmbeddingRight FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/FontFamily.cs class FontFamily (line 18) | [TypeConverter(typeof(FontFamilyConverter))] method FontFamily (line 55) | public FontFamily(string familyName) : this(null, familyName) method FontFamily (line 66) | public FontFamily(Uri baseUri, string familyName) method FontFamily (line 76) | internal FontFamily(FontFamilyIdentifier familyIdentifier) method FontFamily (line 85) | public FontFamily() method ToString (line 187) | public override string ToString() method GetLineSpacingForDisplayMode (line 233) | internal double GetLineSpacingForDisplayMode(double emSize, double pix... method GetTypefaces (line 242) | [CLSCompliant(false)] method GetHashCode (line 253) | public override int GetHashCode() method Equals (line 271) | public override bool Equals(object o) method VerifyMutable (line 295) | private CompositeFontFamily VerifyMutable() method FindFontFamilyFromFriendlyNameList (line 355) | internal static IFontFamily FindFontFamilyFromFriendlyNameList(string ... method SafeLookupFontFamily (line 383) | internal static IFontFamily SafeLookupFontFamily( method LookupFontFamily (line 407) | internal static IFontFamily LookupFontFamily(CanonicalFontFamilyRefere... method PreCreateDefaultFamilyCollection (line 426) | private static FamilyCollection PreCreateDefaultFamilyCollection() method FindFirstFontFamilyAndFace (line 437) | internal IFontFamily FindFirstFontFamilyAndFace( method LookupFontFamilyAndFace (line 474) | internal static IFontFamily LookupFontFamilyAndFace( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/FontFamilyConverter.cs class FontFamilyConverter (line 15) | public class FontFamilyConverter : TypeConverter method CanConvertFrom (line 21) | public override bool CanConvertFrom(ITypeDescriptorContext td, Type t) method CanConvertTo (line 35) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 65) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 113) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/FontFamilyValueSerializer.cs class FontFamilyValueSerializer (line 19) | public class FontFamilyValueSerializer: ValueSerializer method CanConvertFromString (line 24) | public override bool CanConvertFromString(string value, IValueSerializ... method ConvertFromString (line 32) | public override object ConvertFromString(string value, IValueSerialize... method CanConvertToString (line 44) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertToString (line 54) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Fonts.cs class Fonts (line 20) | public static class Fonts method GetFontFamilies (line 40) | public static ICollection GetFontFamilies(string location) method GetFontFamilies (line 57) | public static ICollection GetFontFamilies(Uri baseUri) method GetFontFamilies (line 80) | public static ICollection GetFontFamilies(Uri baseUri, str... method GetTypefaces (line 133) | public static ICollection GetTypefaces(string location) method GetTypefaces (line 150) | public static ICollection GetTypefaces(Uri baseUri) method GetTypefaces (line 172) | public static ICollection GetTypefaces(Uri baseUri, string l... method CreateFamilyCollection (line 231) | private static ICollection CreateFamilyCollection( method CreateDefaultFamilyCollection (line 259) | private static ICollection CreateDefaultFamilyCollection() type TypefaceCollection (line 278) | private struct TypefaceCollection : ICollection method TypefaceCollection (line 282) | public TypefaceCollection(IEnumerable families) method Add (line 289) | public void Add(Typeface item) method Clear (line 294) | public void Clear() method Contains (line 299) | public bool Contains(Typeface item) method CopyTo (line 309) | public void CopyTo(Typeface[] array, int arrayIndex) method Remove (line 351) | public bool Remove(Typeface item) method GetEnumerator (line 360) | public IEnumerator GetEnumerator() method GetEnumerator (line 375) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/FormattedText.cs class FormattedText (line 16) | public class FormattedText method FormattedText (line 29) | [Obsolete("Use the PixelsPerDip override", false)] method FormattedText (line 60) | public FormattedText( method FormattedText (line 93) | [Obsolete("Use the PixelsPerDip override", false)] method FormattedText (line 126) | public FormattedText( method FormattedText (line 159) | [Obsolete("Use the PixelsPerDip override", false)] method FormattedText (line 185) | public FormattedText( method InitFormattedText (line 199) | private void InitFormattedText(string textToFormat, CultureInfo cultur... method ValidateCulture (line 266) | private static void ValidateCulture(CultureInfo culture) method ValidateFontSize (line 271) | private static void ValidateFontSize(double emSize) method ValidateFlowDirection (line 278) | private static void ValidateFlowDirection(FlowDirection flowDirection,... method ValidateRange (line 284) | private int ValidateRange(int startIndex, int count) method InvalidateMetrics (line 297) | private void InvalidateMetrics() method SetForegroundBrush (line 307) | public void SetForegroundBrush(Brush foregroundBrush) method SetForegroundBrush (line 318) | public void SetForegroundBrush(Brush foregroundBrush, int startIndex, ... method SetFontFamily (line 356) | public void SetFontFamily(string fontFamily) method SetFontFamily (line 367) | public void SetFontFamily(string fontFamily, int startIndex, int count) method SetFontFamily (line 378) | public void SetFontFamily(FontFamily fontFamily) method SetFontFamily (line 389) | public void SetFontFamily(FontFamily fontFamily, int startIndex, int c... method SetFontSize (line 432) | public void SetFontSize(double emSize) method SetFontSize (line 443) | public void SetFontSize(double emSize, int startIndex, int count) method SetCulture (line 484) | public void SetCulture(CultureInfo culture) method SetCulture (line 495) | public void SetCulture(CultureInfo culture, int startIndex, int count) method SetNumberSubstitution (line 537) | public void SetNumberSubstitution( method SetNumberSubstitution (line 551) | public void SetNumberSubstitution( method SetFontWeight (line 602) | public void SetFontWeight(FontWeight weight) method SetFontWeight (line 613) | public void SetFontWeight(FontWeight weight, int startIndex, int count) method SetFontStyle (line 652) | public void SetFontStyle(FontStyle style) method SetFontStyle (line 663) | public void SetFontStyle(FontStyle style, int startIndex, int count) method SetFontStretch (line 703) | public void SetFontStretch(FontStretch stretch) method SetFontStretch (line 714) | public void SetFontStretch(FontStretch stretch, int startIndex, int co... method SetFontTypeface (line 754) | public void SetFontTypeface(Typeface typeface) method SetFontTypeface (line 765) | public void SetFontTypeface(Typeface typeface, int startIndex, int count) method SetTextDecorations (line 804) | public void SetTextDecorations(TextDecorationCollection textDecorations) method SetTextDecorations (line 815) | public void SetTextDecorations(TextDecorationCollection textDecoration... type LineEnumerator (line 858) | private struct LineEnumerator : IEnumerator, IDisposable method LineEnumerator (line 875) | internal LineEnumerator(FormattedText text) method Dispose (line 891) | public void Dispose() method MaxLineLength (line 948) | private double MaxLineLength(int line) method MoveNext (line 960) | public bool MoveNext() method FormatLine (line 1071) | private TextLine FormatLine(TextSource textSource, int textSourcePos... method Reset (line 1122) | public void Reset() method GetEnumerator (line 1135) | private LineEnumerator GetEnumerator() method GetEnumerator (line 1143) | IEnumerator IEnumerable.GetEnumerator() method AdvanceLineOrigin (line 1149) | private void AdvanceLineOrigin(ref Point lineOrigin, TextLine currentL... class CachedMetrics (line 1166) | private class CachedMetrics method SetMaxTextWidths (line 1267) | public void SetMaxTextWidths(double [] maxTextWidths) method GetMaxTextWidths (line 1283) | public double [] GetMaxTextWidths() method BuildHighlightGeometry (line 1536) | public Geometry BuildHighlightGeometry(Point origin) method BuildGeometry (line 1548) | public Geometry BuildGeometry(Point origin) method BuildHighlightGeometry (line 1589) | public Geometry BuildHighlightGeometry(Point origin, int startIndex, i... method Draw (line 1660) | internal void Draw( method DrawAndCalculateMetrics (line 1693) | private CachedMetrics DrawAndCalculateMetrics(DrawingContext dc, Point... class TextSourceImplementation (line 1797) | private class TextSourceImplementation : TextSource method TextSourceImplementation (line 1801) | public TextSourceImplementation(FormattedText text) method GetTextRun (line 1811) | public override TextRun GetTextRun( method GetPrecedingText (line 1842) | public override TextSpan GetPre... method GetTextEffectCharacterIndexFromTextSourceCharacterIndex (line 1876) | public override int GetTextEffectCharacterIndexFromTextSourceCharact... method CombineGeometryRecursive (line 1887) | private void CombineGeometryRecursive(Drawing drawing, ref GeometryGro... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GeneralTransform.cs class GeneralTransform (line 18) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method TryTransform (line 27) | public abstract bool TryTransform(Point inPoint, out Point result); method Transform (line 40) | public Point Transform(Point point) method TransformBounds (line 58) | public abstract Rect TransformBounds(Rect rect); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GeneralTransformGroup.cs class GeneralTransformGroup (line 13) | [ContentProperty("Children")] method GeneralTransformGroup (line 22) | public GeneralTransformGroup() { } method TryTransform (line 32) | public override bool TryTransform(Point inPoint, out Point result) method TransformBounds (line 62) | public override Rect TransformBounds(Rect rect) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/AlignmentX.cs type AlignmentX (line 18) | public enum AlignmentX FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/AlignmentY.cs type AlignmentY (line 18) | public enum AlignmentY FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ArcSegment.cs class ArcSegment (line 27) | public sealed partial class ArcSegment : PathSegment method Clone (line 41) | public new ArcSegment Clone() method CloneCurrentValue (line 50) | public new ArcSegment CloneCurrentValue() method CreateInstanceCore (line 160) | protected override Freezable CreateInstanceCore() method ArcSegment (line 262) | static ArcSegment() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BezierSegment.cs class BezierSegment (line 27) | public sealed partial class BezierSegment : PathSegment method Clone (line 41) | public new BezierSegment Clone() method CloneCurrentValue (line 50) | public new BezierSegment CloneCurrentValue() method CreateInstanceCore (line 130) | protected override Freezable CreateInstanceCore() method BezierSegment (line 237) | static BezierSegment() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCache.cs class BitmapCache (line 27) | public sealed partial class BitmapCache : CacheMode method Clone (line 41) | public new BitmapCache Clone() method CloneCurrentValue (line 50) | public new BitmapCache CloneCurrentValue() method RenderAtScalePropertyChanged (line 66) | private static void RenderAtScalePropertyChanged(DependencyObject d, D... method SnapsToDevicePixelsPropertyChanged (line 73) | private static void SnapsToDevicePixelsPropertyChanged(DependencyObjec... method EnableClearTypePropertyChanged (line 80) | private static void EnableClearTypePropertyChanged(DependencyObject d,... method CreateInstanceCore (line 150) | protected override Freezable CreateInstanceCore() method UpdateResource (line 167) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 200) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 216) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 230) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 235) | internal override int GetChannelCountCore() method GetChannelCore (line 240) | internal override DUCE.Channel GetChannelCore(int index) method BitmapCache (line 314) | static BitmapCache() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCacheBrush.cs class BitmapCacheBrush (line 27) | public sealed partial class BitmapCacheBrush : Brush method Clone (line 41) | public new BitmapCacheBrush Clone() method CloneCurrentValue (line 50) | public new BitmapCacheBrush CloneCurrentValue() method TargetPropertyChanged (line 66) | private static void TargetPropertyChanged(DependencyObject d, Dependen... method BitmapCachePropertyChanged (line 73) | private static void BitmapCachePropertyChanged(DependencyObject d, Dep... method AutoLayoutContentPropertyChanged (line 121) | private static void AutoLayoutContentPropertyChanged(DependencyObject ... method InternalTargetPropertyChanged (line 128) | private static void InternalTargetPropertyChanged(DependencyObject d, ... method AutoWrapTargetPropertyChanged (line 182) | private static void AutoWrapTargetPropertyChanged(DependencyObject d, ... method CreateInstanceCore (line 287) | protected override Freezable CreateInstanceCore() method UpdateResource (line 304) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 373) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 395) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 415) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 420) | internal override int GetChannelCountCore() method GetChannelCore (line 425) | internal override DUCE.Channel GetChannelCore(int index) method BitmapCacheBrush (line 519) | static BitmapCacheBrush() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapScalingMode.cs type BitmapScalingMode (line 17) | public enum BitmapScalingMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Brush.cs class Brush (line 28) | [TypeConverter(typeof(BrushConverter))] method Clone (line 44) | public new Brush Clone() method CloneCurrentValue (line 53) | public new Brush CloneCurrentValue() method OpacityPropertyChanged (line 69) | private static void OpacityPropertyChanged(DependencyObject d, Depende... method TransformPropertyChanged (line 76) | private static void TransformPropertyChanged(DependencyObject d, Depen... method RelativeTransformPropertyChanged (line 124) | private static void RelativeTransformPropertyChanged(DependencyObject ... method AddRefOnChannelCore (line 246) | internal abstract DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method AddRefOnChannel (line 251) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 259) | internal abstract void ReleaseOnChannelCore(DUCE.Channel channel); method ReleaseOnChannel (line 264) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandleCore (line 272) | internal abstract DUCE.ResourceHandle GetHandleCore(DUCE.Channel chann... method GetHandle (line 277) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCountCore (line 288) | internal abstract int GetChannelCountCore(); method GetChannelCount (line 293) | int DUCE.IResource.GetChannelCount() method GetChannelCore (line 298) | internal abstract DUCE.Channel GetChannelCore(int index); method GetChannel (line 303) | DUCE.Channel DUCE.IResource.GetChannel(int index) method ToString (line 327) | public override string ToString() method ToString (line 341) | public string ToString(IFormatProvider provider) method ToString (line 357) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 373) | internal virtual string ConvertToString(string format, IFormatProvider... method Brush (line 432) | static Brush() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BrushConverter.cs class BrushConverter (line 30) | public sealed class BrushConverter : TypeConverter method CanConvertFrom (line 40) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 58) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 94) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 124) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BrushMappingMode.cs type BrushMappingMode (line 19) | public enum BrushMappingMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/CacheMode.cs class CacheMode (line 28) | [TypeConverter(typeof(CacheModeConverter))] method Clone (line 44) | public new CacheMode Clone() method CloneCurrentValue (line 53) | public new CacheMode CloneCurrentValue() method AddRefOnChannelCore (line 101) | internal abstract DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method AddRefOnChannel (line 106) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 114) | internal abstract void ReleaseOnChannelCore(DUCE.Channel channel); method ReleaseOnChannel (line 119) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandleCore (line 127) | internal abstract DUCE.ResourceHandle GetHandleCore(DUCE.Channel chann... method GetHandle (line 132) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCountCore (line 143) | internal abstract int GetChannelCountCore(); method GetChannelCount (line 148) | int DUCE.IResource.GetChannelCount() method GetChannelCore (line 153) | internal abstract DUCE.Channel GetChannelCore(int index); method GetChannel (line 158) | DUCE.Channel DUCE.IResource.GetChannel(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/CacheModeConverter.cs class CacheModeConverter (line 30) | public sealed class CacheModeConverter : TypeConverter method CanConvertFrom (line 40) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 58) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 94) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 124) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/CachingHint.cs type CachingHint (line 18) | public enum CachingHint FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ClearTypeHint.cs type ClearTypeHint (line 18) | public enum ClearTypeHint FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ColorCollectionConverter.cs class ColorCollectionConverter (line 39) | public sealed class ColorCollectionConverter : TypeConverter method CanConvertFrom (line 44) | public override bool CanConvertFrom(ITypeDescriptorContext td, Type t) method CanConvertTo (line 62) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 79) | public override object ConvertFrom(ITypeDescriptorContext td, CultureI... method ConvertTo (line 113) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ColorInterpolationMode.cs type ColorInterpolationMode (line 18) | public enum ColorInterpolationMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/CombinedGeometry.cs class CombinedGeometry (line 27) | public sealed partial class CombinedGeometry : Geometry method Clone (line 41) | public new CombinedGeometry Clone() method CloneCurrentValue (line 50) | public new CombinedGeometry CloneCurrentValue() method GeometryCombineModePropertyChanged (line 66) | private static void GeometryCombineModePropertyChanged(DependencyObjec... method Geometry1PropertyChanged (line 73) | private static void Geometry1PropertyChanged(DependencyObject d, Depen... method Geometry2PropertyChanged (line 121) | private static void Geometry2PropertyChanged(DependencyObject d, Depen... method CreateInstanceCore (line 232) | protected override Freezable CreateInstanceCore() method UpdateResource (line 249) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 296) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 317) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 336) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 341) | internal override int GetChannelCountCore() method GetChannelCore (line 346) | internal override DUCE.Channel GetChannelCore(int index) method CombinedGeometry (line 435) | static CombinedGeometry() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DashStyle.cs class DashStyle (line 27) | public sealed partial class DashStyle : Animatable, DUCE.IResource method Clone (line 41) | public new DashStyle Clone() method CloneCurrentValue (line 50) | public new DashStyle CloneCurrentValue() method OffsetPropertyChanged (line 66) | private static void OffsetPropertyChanged(DependencyObject d, Dependen... method DashesPropertyChanged (line 73) | private static void DashesPropertyChanged(DependencyObject d, Dependen... method CreateInstanceCore (line 132) | protected override Freezable CreateInstanceCore() method UpdateResource (line 149) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannel (line 201) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannel (line 218) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandle (line 233) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCount (line 243) | int DUCE.IResource.GetChannelCount() method GetChannel (line 248) | DUCE.Channel DUCE.IResource.GetChannel(int index) method DashStyle (line 330) | static DashStyle() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DoubleCollection.cs class DoubleCollection (line 30) | [TypeConverter(typeof(DoubleCollectionConverter))] method Clone (line 46) | public new DoubleCollection Clone() method CloneCurrentValue (line 55) | public new DoubleCollection CloneCurrentValue() method Add (line 77) | public void Add(double value) method Clear (line 85) | public void Clear() method Contains (line 98) | public bool Contains(double value) method IndexOf (line 108) | public int IndexOf(double value) method Insert (line 118) | public void Insert(int index, double value) method Remove (line 133) | public bool Remove(double value) method RemoveAt (line 158) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 174) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 230) | public void CopyTo(double[] array, int index) method GetEnumerator (line 262) | public Enumerator GetEnumerator() method GetEnumerator (line 269) | IEnumerator IEnumerable.GetEnumerator() method Add (line 309) | int IList.Add(object value) method Contains (line 315) | bool IList.Contains(object value) method IndexOf (line 325) | int IList.IndexOf(object value) method Insert (line 335) | void IList.Insert(int index, object value) method Remove (line 341) | void IList.Remove(object value) method CopyTo (line 353) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 408) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 438) | internal double Internal_GetItem(int i) method Cast (line 449) | private double Cast(object value) method AddHelper (line 464) | private int AddHelper(double value) method AddWithoutFiringPublicEvents (line 475) | internal int AddWithoutFiringPublicEvents(double value) method CreateInstanceCore (line 516) | protected override Freezable CreateInstanceCore() method CloneCore (line 523) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 542) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 561) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 580) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method ToString (line 633) | public override string ToString() method ToString (line 647) | public string ToString(IFormatProvider provider) method ToString (line 663) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 679) | internal string ConvertToString(string format, IFormatProvider provider) method Parse (line 712) | public static DoubleCollection Parse(string source) type Enumerator (line 766) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 770) | internal Enumerator(DoubleCollection list) method Dispose (line 784) | void IDisposable.Dispose() method MoveNext (line 796) | public bool MoveNext() method Reset (line 823) | public void Reset() method DoubleCollection (line 900) | public DoubleCollection() method DoubleCollection (line 909) | public DoubleCollection(int capacity) method DoubleCollection (line 917) | public DoubleCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DoubleCollectionConverter.cs class DoubleCollectionConverter (line 30) | public sealed class DoubleCollectionConverter : TypeConverter method CanConvertFrom (line 40) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 58) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 81) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 111) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Drawing.cs class Drawing (line 27) | public abstract partial class Drawing : Animatable, DUCE.IResource method Clone (line 41) | public new Drawing Clone() method CloneCurrentValue (line 50) | public new Drawing CloneCurrentValue() method AddRefOnChannelCore (line 98) | internal abstract DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method AddRefOnChannel (line 103) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 111) | internal abstract void ReleaseOnChannelCore(DUCE.Channel channel); method ReleaseOnChannel (line 116) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandleCore (line 124) | internal abstract DUCE.ResourceHandle GetHandleCore(DUCE.Channel chann... method GetHandle (line 129) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCountCore (line 140) | internal abstract int GetChannelCountCore(); method GetChannelCount (line 145) | int DUCE.IResource.GetChannelCount() method GetChannelCore (line 150) | internal abstract DUCE.Channel GetChannelCore(int index); method GetChannel (line 155) | DUCE.Channel DUCE.IResource.GetChannel(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingBrush.cs class DrawingBrush (line 27) | public sealed partial class DrawingBrush : TileBrush method Clone (line 41) | public new DrawingBrush Clone() method CloneCurrentValue (line 50) | public new DrawingBrush CloneCurrentValue() method DrawingPropertyChanged (line 66) | private static void DrawingPropertyChanged(DependencyObject d, Depende... method CreateInstanceCore (line 147) | protected override Freezable CreateInstanceCore() method UpdateResource (line 164) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 249) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 270) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 289) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 294) | internal override int GetChannelCountCore() method GetChannelCore (line 299) | internal override DUCE.Channel GetChannelCore(int index) method DrawingBrush (line 376) | static DrawingBrush() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingCollection.cs class DrawingCollection (line 31) | public sealed partial class DrawingCollection : Animatable, IList, IList... method Clone (line 45) | public new DrawingCollection Clone() method CloneCurrentValue (line 54) | public new DrawingCollection CloneCurrentValue() method Add (line 76) | public void Add(Drawing value) method Clear (line 84) | public void Clear() method Contains (line 116) | public bool Contains(Drawing value) method IndexOf (line 126) | public int IndexOf(Drawing value) method Insert (line 136) | public void Insert(int index, Drawing value) method Remove (line 158) | public bool Remove(Drawing value) method RemoveAt (line 198) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 214) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 290) | public void CopyTo(Drawing[] array, int index) method GetEnumerator (line 322) | public Enumerator GetEnumerator() method GetEnumerator (line 329) | IEnumerator IEnumerable.GetEnumerator() method Add (line 369) | int IList.Add(object value) method Contains (line 375) | bool IList.Contains(object value) method IndexOf (line 380) | int IList.IndexOf(object value) method Insert (line 385) | void IList.Insert(int index, object value) method Remove (line 391) | void IList.Remove(object value) method CopyTo (line 400) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 455) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 485) | internal Drawing Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 494) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 512) | private Drawing Cast(object value) method AddHelper (line 527) | private int AddHelper(Drawing value) method AddWithoutFiringPublicEvents (line 538) | internal int AddWithoutFiringPublicEvents(Drawing value) method OnInsert (line 563) | private void OnInsert(object item) method OnRemove (line 571) | private void OnRemove(object oldValue) method OnSet (line 579) | private void OnSet(object oldValue, object newValue) method CreateInstanceCore (line 608) | protected override Freezable CreateInstanceCore() method CloneCore (line 615) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 637) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 659) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 681) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 703) | protected override bool FreezeCore(bool isChecking) type Enumerator (line 783) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 787) | internal Enumerator(DrawingCollection list) method Dispose (line 801) | void IDisposable.Dispose() method MoveNext (line 813) | public bool MoveNext() method Reset (line 840) | public void Reset() method DrawingCollection (line 917) | public DrawingCollection() method DrawingCollection (line 926) | public DrawingCollection(int capacity) method DrawingCollection (line 934) | public DrawingCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingContext.cs class DrawingContext (line 23) | public abstract partial class DrawingContext : DispatcherObject, IDispos... method DrawLine (line 33) | public abstract void DrawLine( method DrawLine (line 48) | public abstract void DrawLine( method DrawRectangle (line 69) | public abstract void DrawRectangle( method DrawRectangle (line 89) | public abstract void DrawRectangle( method DrawRoundedRectangle (line 117) | public abstract void DrawRoundedRectangle( method DrawRoundedRectangle (line 149) | public abstract void DrawRoundedRectangle( method DrawEllipse (line 183) | public abstract void DrawEllipse( method DrawEllipse (line 217) | public abstract void DrawEllipse( method DrawGeometry (line 241) | public abstract void DrawGeometry( method DrawImage (line 257) | public abstract void DrawImage( method DrawImage (line 273) | public abstract void DrawImage( method DrawGlyphRun (line 286) | public abstract void DrawGlyphRun( method DrawDrawing (line 295) | public abstract void DrawDrawing( method DrawVideo (line 307) | public abstract void DrawVideo( method DrawVideo (line 321) | public abstract void DrawVideo( method PushClip (line 332) | public abstract void PushClip( method PushOpacityMask (line 341) | public abstract void PushOpacityMask( method PushOpacity (line 352) | public abstract void PushOpacity( method PushOpacity (line 364) | public abstract void PushOpacity( method PushTransform (line 374) | public abstract void PushTransform( method PushGuidelineSet (line 383) | public abstract void PushGuidelineSet( method PushGuidelineY1 (line 391) | internal abstract void PushGuidelineY1( method PushGuidelineY2 (line 404) | internal abstract void PushGuidelineY2( method PushEffect (line 415) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method Pop (line 423) | public abstract void Pop( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingContextDrawingContextWalker.cs class DrawingContextDrawingContextWalker (line 24) | internal partial class DrawingContextDrawingContextWalker: DrawingContex... method DrawLine (line 34) | public override void DrawLine( method DrawLine (line 56) | public override void DrawLine( method DrawRectangle (line 85) | public override void DrawRectangle( method DrawRectangle (line 112) | public override void DrawRectangle( method DrawRoundedRectangle (line 147) | public override void DrawRoundedRectangle( method DrawRoundedRectangle (line 188) | public override void DrawRoundedRectangle( method DrawEllipse (line 233) | public override void DrawEllipse( method DrawEllipse (line 276) | public override void DrawEllipse( method DrawGeometry (line 311) | public override void DrawGeometry( method DrawImage (line 334) | public override void DrawImage( method DrawImage (line 356) | public override void DrawImage( method DrawGlyphRun (line 375) | public override void DrawGlyphRun( method DrawDrawing (line 390) | public override void DrawDrawing( method DrawVideo (line 407) | public override void DrawVideo( method DrawVideo (line 427) | public override void DrawVideo( method PushClip (line 444) | public override void PushClip( method PushOpacityMask (line 458) | public override void PushOpacityMask( method PushOpacity (line 474) | public override void PushOpacity( method PushOpacity (line 491) | public override void PushOpacity( method PushTransform (line 506) | public override void PushTransform( method PushGuidelineSet (line 520) | public override void PushGuidelineSet( method PushGuidelineY1 (line 533) | internal override void PushGuidelineY1( method PushGuidelineY2 (line 551) | internal override void PushGuidelineY2( method PushEffect (line 568) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method Pop (line 582) | public override void Pop( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingContextWalker.cs class DrawingContextWalker (line 24) | internal abstract partial class DrawingContextWalker : DrawingContext method DrawLine (line 34) | public override void DrawLine( method DrawLine (line 52) | public override void DrawLine( method DrawRectangle (line 76) | public override void DrawRectangle( method DrawRectangle (line 99) | public override void DrawRectangle( method DrawRoundedRectangle (line 130) | public override void DrawRoundedRectangle( method DrawRoundedRectangle (line 165) | public override void DrawRoundedRectangle( method DrawEllipse (line 202) | public override void DrawEllipse( method DrawEllipse (line 239) | public override void DrawEllipse( method DrawGeometry (line 266) | public override void DrawGeometry( method DrawImage (line 285) | public override void DrawImage( method DrawImage (line 304) | public override void DrawImage( method DrawGlyphRun (line 320) | public override void DrawGlyphRun( method DrawDrawing (line 332) | public override void DrawDrawing( method DrawVideo (line 347) | public override void DrawVideo( method DrawVideo (line 364) | public override void DrawVideo( method PushClip (line 378) | public override void PushClip( method PushOpacityMask (line 390) | public override void PushOpacityMask( method PushOpacity (line 404) | public override void PushOpacity( method PushOpacity (line 419) | public override void PushOpacity( method PushTransform (line 432) | public override void PushTransform( method PushGuidelineSet (line 444) | public override void PushGuidelineSet( method PushGuidelineY1 (line 455) | internal override void PushGuidelineY1( method PushGuidelineY2 (line 471) | internal override void PushGuidelineY2( method PushEffect (line 485) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method Pop (line 496) | public override void Pop( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingGroup.cs class DrawingGroup (line 27) | public sealed partial class DrawingGroup : Drawing method Clone (line 41) | public new DrawingGroup Clone() method CloneCurrentValue (line 50) | public new DrawingGroup CloneCurrentValue() method ChildrenPropertyChanged (line 66) | private static void ChildrenPropertyChanged(DependencyObject d, Depend... method ClipGeometryPropertyChanged (line 157) | private static void ClipGeometryPropertyChanged(DependencyObject d, De... method OpacityPropertyChanged (line 205) | private static void OpacityPropertyChanged(DependencyObject d, Depende... method OpacityMaskPropertyChanged (line 212) | private static void OpacityMaskPropertyChanged(DependencyObject d, Dep... method TransformPropertyChanged (line 260) | private static void TransformPropertyChanged(DependencyObject d, Depen... method GuidelineSetPropertyChanged (line 308) | private static void GuidelineSetPropertyChanged(DependencyObject d, De... method EdgeModePropertyChanged (line 356) | private static void EdgeModePropertyChanged(DependencyObject d, Depend... method BitmapEffectPropertyChanged (line 363) | private static void BitmapEffectPropertyChanged(DependencyObject d, De... method BitmapEffectInputPropertyChanged (line 374) | private static void BitmapEffectInputPropertyChanged(DependencyObject ... method BitmapScalingModePropertyChanged (line 385) | private static void BitmapScalingModePropertyChanged(DependencyObject ... method ClearTypeHintPropertyChanged (line 392) | private static void ClearTypeHintPropertyChanged(DependencyObject d, D... method CreateInstanceCore (line 537) | protected override Freezable CreateInstanceCore() method UpdateResource (line 554) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 633) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 666) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 697) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 702) | internal override int GetChannelCountCore() method GetChannelCore (line 707) | internal override DUCE.Channel GetChannelCore(int index) method ChildrenItemInserted (line 713) | private void ChildrenItemInserted(object sender, object item) method ChildrenItemRemoved (line 738) | private void ChildrenItemRemoved(object sender, object item) method DrawingGroup (line 852) | static DrawingGroup() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingImage.cs class DrawingImage (line 27) | public sealed partial class DrawingImage : ImageSource method Clone (line 41) | public new DrawingImage Clone() method CloneCurrentValue (line 50) | public new DrawingImage CloneCurrentValue() method DrawingPropertyChanged (line 66) | private static void DrawingPropertyChanged(DependencyObject d, Depende... method CreateInstanceCore (line 147) | protected override Freezable CreateInstanceCore() method UpdateResource (line 164) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 194) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 211) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 226) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 231) | internal override int GetChannelCountCore() method GetChannelCore (line 236) | internal override DUCE.Channel GetChannelCore(int index) method DrawingImage (line 313) | static DrawingImage() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/EdgeMode.cs type EdgeMode (line 18) | public enum EdgeMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/EllipseGeometry.cs class EllipseGeometry (line 27) | public sealed partial class EllipseGeometry : Geometry method Clone (line 41) | public new EllipseGeometry Clone() method CloneCurrentValue (line 50) | public new EllipseGeometry CloneCurrentValue() method RadiusXPropertyChanged (line 66) | private static void RadiusXPropertyChanged(DependencyObject d, Depende... method RadiusYPropertyChanged (line 73) | private static void RadiusYPropertyChanged(DependencyObject d, Depende... method CenterPropertyChanged (line 80) | private static void CenterPropertyChanged(DependencyObject d, Dependen... method CreateInstanceCore (line 150) | protected override Freezable CreateInstanceCore() method UpdateResource (line 167) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 227) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 244) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 259) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 264) | internal override int GetChannelCountCore() method GetChannelCore (line 269) | internal override DUCE.Channel GetChannelCore(int index) method EllipseGeometry (line 358) | static EllipseGeometry() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/FillRule.cs type FillRule (line 17) | public enum FillRule FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransform.cs class GeneralTransform (line 27) | public abstract partial class GeneralTransform : Animatable, IFormattable method Clone (line 41) | public new GeneralTransform Clone() method CloneCurrentValue (line 50) | public new GeneralTransform CloneCurrentValue() method ToString (line 122) | public override string ToString() method ToString (line 136) | public string ToString(IFormatProvider provider) method ToString (line 152) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 168) | internal virtual string ConvertToString(string format, IFormatProvider... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransformCollection.cs class GeneralTransformCollection (line 31) | public sealed partial class GeneralTransformCollection : Animatable, ILi... method Clone (line 45) | public new GeneralTransformCollection Clone() method CloneCurrentValue (line 54) | public new GeneralTransformCollection CloneCurrentValue() method Add (line 76) | public void Add(GeneralTransform value) method Clear (line 84) | public void Clear() method Contains (line 104) | public bool Contains(GeneralTransform value) method IndexOf (line 114) | public int IndexOf(GeneralTransform value) method Insert (line 124) | public void Insert(int index, GeneralTransform value) method Remove (line 146) | public bool Remove(GeneralTransform value) method RemoveAt (line 186) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 202) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 278) | public void CopyTo(GeneralTransform[] array, int index) method GetEnumerator (line 310) | public Enumerator GetEnumerator() method GetEnumerator (line 317) | IEnumerator IEnumerable.GetEnumera... method Add (line 357) | int IList.Add(object value) method Contains (line 363) | bool IList.Contains(object value) method IndexOf (line 368) | int IList.IndexOf(object value) method Insert (line 373) | void IList.Insert(int index, object value) method Remove (line 379) | void IList.Remove(object value) method CopyTo (line 388) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 443) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 473) | internal GeneralTransform Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 482) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 500) | private GeneralTransform Cast(object value) method AddHelper (line 515) | private int AddHelper(GeneralTransform value) method AddWithoutFiringPublicEvents (line 526) | internal int AddWithoutFiringPublicEvents(GeneralTransform value) method CreateInstanceCore (line 573) | protected override Freezable CreateInstanceCore() method CloneCore (line 580) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 602) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 624) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 646) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 668) | protected override bool FreezeCore(bool isChecking) type Enumerator (line 748) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 752) | internal Enumerator(GeneralTransformCollection list) method Dispose (line 766) | void IDisposable.Dispose() method MoveNext (line 778) | public bool MoveNext() method Reset (line 805) | public void Reset() method GeneralTransformCollection (line 882) | public GeneralTransformCollection() method GeneralTransformCollection (line 891) | public GeneralTransformCollection(int capacity) method GeneralTransformCollection (line 899) | public GeneralTransformCollection(IEnumerable collec... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransformGroup.cs class GeneralTransformGroup (line 27) | public sealed partial class GeneralTransformGroup : GeneralTransform method Clone (line 41) | public new GeneralTransformGroup Clone() method CloneCurrentValue (line 50) | public new GeneralTransformGroup CloneCurrentValue() method CreateInstanceCore (line 100) | protected override Freezable CreateInstanceCore() method GeneralTransformGroup (line 182) | static GeneralTransformGroup() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Geometry.cs class Geometry (line 28) | [TypeConverter(typeof(GeometryConverter))] method Clone (line 44) | public new Geometry Clone() method CloneCurrentValue (line 53) | public new Geometry CloneCurrentValue() method TransformPropertyChanged (line 69) | private static void TransformPropertyChanged(DependencyObject d, Depen... method AddRefOnChannelCore (line 163) | internal abstract DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method AddRefOnChannel (line 168) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 176) | internal abstract void ReleaseOnChannelCore(DUCE.Channel channel); method ReleaseOnChannel (line 181) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandleCore (line 189) | internal abstract DUCE.ResourceHandle GetHandleCore(DUCE.Channel chann... method GetHandle (line 194) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCountCore (line 205) | internal abstract int GetChannelCountCore(); method GetChannelCount (line 210) | int DUCE.IResource.GetChannelCount() method GetChannelCore (line 215) | internal abstract DUCE.Channel GetChannelCore(int index); method GetChannel (line 220) | DUCE.Channel DUCE.IResource.GetChannel(int index) method ToString (line 244) | public override string ToString() method ToString (line 258) | public string ToString(IFormatProvider provider) method ToString (line 274) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 290) | internal virtual string ConvertToString(string format, IFormatProvider... method Parse (line 299) | public static Geometry Parse(string source) method Geometry (line 349) | static Geometry() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryCollection.cs class GeometryCollection (line 31) | public sealed partial class GeometryCollection : Animatable, IList, ILis... method Clone (line 45) | public new GeometryCollection Clone() method CloneCurrentValue (line 54) | public new GeometryCollection CloneCurrentValue() method Add (line 76) | public void Add(Geometry value) method Clear (line 84) | public void Clear() method Contains (line 116) | public bool Contains(Geometry value) method IndexOf (line 126) | public int IndexOf(Geometry value) method Insert (line 136) | public void Insert(int index, Geometry value) method Remove (line 158) | public bool Remove(Geometry value) method RemoveAt (line 198) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 214) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 290) | public void CopyTo(Geometry[] array, int index) method GetEnumerator (line 322) | public Enumerator GetEnumerator() method GetEnumerator (line 329) | IEnumerator IEnumerable.GetEnumerator() method Add (line 369) | int IList.Add(object value) method Contains (line 375) | bool IList.Contains(object value) method IndexOf (line 380) | int IList.IndexOf(object value) method Insert (line 385) | void IList.Insert(int index, object value) method Remove (line 391) | void IList.Remove(object value) method CopyTo (line 400) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 455) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 485) | internal Geometry Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 494) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 512) | private Geometry Cast(object value) method AddHelper (line 527) | private int AddHelper(Geometry value) method AddWithoutFiringPublicEvents (line 538) | internal int AddWithoutFiringPublicEvents(Geometry value) method OnInsert (line 563) | private void OnInsert(object item) method OnRemove (line 571) | private void OnRemove(object oldValue) method OnSet (line 579) | private void OnSet(object oldValue, object newValue) method CreateInstanceCore (line 608) | protected override Freezable CreateInstanceCore() method CloneCore (line 615) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 637) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 659) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 681) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 703) | protected override bool FreezeCore(bool isChecking) type Enumerator (line 783) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 787) | internal Enumerator(GeometryCollection list) method Dispose (line 801) | void IDisposable.Dispose() method MoveNext (line 813) | public bool MoveNext() method Reset (line 840) | public void Reset() method GeometryCollection (line 917) | public GeometryCollection() method GeometryCollection (line 926) | public GeometryCollection(int capacity) method GeometryCollection (line 934) | public GeometryCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryCombineMode.cs type GeometryCombineMode (line 18) | public enum GeometryCombineMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryConverter.cs class GeometryConverter (line 30) | public sealed class GeometryConverter : TypeConverter method CanConvertFrom (line 40) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 58) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 94) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 124) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryDrawing.cs class GeometryDrawing (line 27) | public sealed partial class GeometryDrawing : Drawing method Clone (line 41) | public new GeometryDrawing Clone() method CloneCurrentValue (line 50) | public new GeometryDrawing CloneCurrentValue() method BrushPropertyChanged (line 66) | private static void BrushPropertyChanged(DependencyObject d, Dependenc... method PenPropertyChanged (line 114) | private static void PenPropertyChanged(DependencyObject d, DependencyP... method GeometryPropertyChanged (line 162) | private static void GeometryPropertyChanged(DependencyObject d, Depend... method CreateInstanceCore (line 273) | protected override Freezable CreateInstanceCore() method UpdateResource (line 290) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 326) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 347) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 366) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 371) | internal override int GetChannelCountCore() method GetChannelCore (line 376) | internal override DUCE.Channel GetChannelCore(int index) method GeometryDrawing (line 448) | static GeometryDrawing() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryGroup.cs class GeometryGroup (line 27) | public sealed partial class GeometryGroup : Geometry method Clone (line 41) | public new GeometryGroup Clone() method CloneCurrentValue (line 50) | public new GeometryGroup CloneCurrentValue() method FillRulePropertyChanged (line 66) | private static void FillRulePropertyChanged(DependencyObject d, Depend... method ChildrenPropertyChanged (line 73) | private static void ChildrenPropertyChanged(DependencyObject d, Depend... method CreateInstanceCore (line 212) | protected override Freezable CreateInstanceCore() method UpdateResource (line 229) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 289) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 316) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 341) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 346) | internal override int GetChannelCountCore() method GetChannelCore (line 351) | internal override DUCE.Channel GetChannelCore(int index) method ChildrenItemInserted (line 357) | private void ChildrenItemInserted(object sender, object item) method ChildrenItemRemoved (line 382) | private void ChildrenItemRemoved(object sender, object item) method GeometryGroup (line 482) | static GeometryGroup() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GlyphRunDrawing.cs class GlyphRunDrawing (line 27) | public sealed partial class GlyphRunDrawing : Drawing method Clone (line 41) | public new GlyphRunDrawing Clone() method CloneCurrentValue (line 50) | public new GlyphRunDrawing CloneCurrentValue() method GlyphRunPropertyChanged (line 66) | private static void GlyphRunPropertyChanged(DependencyObject d, Depend... method ForegroundBrushPropertyChanged (line 95) | private static void ForegroundBrushPropertyChanged(DependencyObject d,... method CreateInstanceCore (line 191) | protected override Freezable CreateInstanceCore() method UpdateResource (line 208) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 241) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 260) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 277) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 282) | internal override int GetChannelCountCore() method GetChannelCore (line 287) | internal override DUCE.Channel GetChannelCore(int index) method GlyphRunDrawing (line 355) | static GlyphRunDrawing() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GradientBrush.cs class GradientBrush (line 27) | public abstract partial class GradientBrush : Brush method Clone (line 41) | public new GradientBrush Clone() method CloneCurrentValue (line 50) | public new GradientBrush CloneCurrentValue() method ColorInterpolationModePropertyChanged (line 66) | private static void ColorInterpolationModePropertyChanged(DependencyOb... method MappingModePropertyChanged (line 73) | private static void MappingModePropertyChanged(DependencyObject d, Dep... method SpreadMethodPropertyChanged (line 80) | private static void SpreadMethodPropertyChanged(DependencyObject d, De... method GradientStopsPropertyChanged (line 87) | private static void GradientStopsPropertyChanged(DependencyObject d, D... method GradientBrush (line 279) | static GradientBrush() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GradientSpreadMethod.cs type GradientSpreadMethod (line 18) | public enum GradientSpreadMethod FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GradientStop.cs class GradientStop (line 16) | public sealed partial class GradientStop : Animatable, IFormattable method Clone (line 43) | public new GradientStop Clone() method CloneCurrentValue (line 52) | public new GradientStop CloneCurrentValue() method CreateInstanceCore (line 117) | protected override Freezable CreateInstanceCore() method ToString (line 159) | public override string ToString() method ToString (line 173) | public string ToString(IFormatProvider provider) method ToString (line 189) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 205) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GradientStopCollection.cs class GradientStopCollection (line 31) | public sealed partial class GradientStopCollection : Animatable, IFormat... method Clone (line 45) | public new GradientStopCollection Clone() method CloneCurrentValue (line 54) | public new GradientStopCollection CloneCurrentValue() method Add (line 76) | public void Add(GradientStop value) method Clear (line 84) | public void Clear() method Contains (line 104) | public bool Contains(GradientStop value) method IndexOf (line 114) | public int IndexOf(GradientStop value) method Insert (line 124) | public void Insert(int index, GradientStop value) method Remove (line 146) | public bool Remove(GradientStop value) method RemoveAt (line 186) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 202) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 278) | public void CopyTo(GradientStop[] array, int index) method GetEnumerator (line 310) | public Enumerator GetEnumerator() method GetEnumerator (line 317) | IEnumerator IEnumerable.GetEnumerator() method Add (line 357) | int IList.Add(object value) method Contains (line 363) | bool IList.Contains(object value) method IndexOf (line 368) | int IList.IndexOf(object value) method Insert (line 373) | void IList.Insert(int index, object value) method Remove (line 379) | void IList.Remove(object value) method CopyTo (line 388) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 443) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 473) | internal GradientStop Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 482) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 500) | private GradientStop Cast(object value) method AddHelper (line 515) | private int AddHelper(GradientStop value) method AddWithoutFiringPublicEvents (line 526) | internal int AddWithoutFiringPublicEvents(GradientStop value) method CreateInstanceCore (line 573) | protected override Freezable CreateInstanceCore() method CloneCore (line 580) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 602) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 624) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 646) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 668) | protected override bool FreezeCore(bool isChecking) method ToString (line 716) | public override string ToString() method ToString (line 730) | public string ToString(IFormatProvider provider) method ToString (line 746) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 762) | internal string ConvertToString(string format, IFormatProvider provider) method Parse (line 795) | public static GradientStopCollection Parse(string source) type Enumerator (line 851) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 855) | internal Enumerator(GradientStopCollection list) method Dispose (line 869) | void IDisposable.Dispose() method MoveNext (line 881) | public bool MoveNext() method Reset (line 908) | public void Reset() method GradientStopCollection (line 985) | public GradientStopCollection() method GradientStopCollection (line 994) | public GradientStopCollection(int capacity) method GradientStopCollection (line 1002) | public GradientStopCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GuidelineSet.cs class GuidelineSet (line 27) | public sealed partial class GuidelineSet : Animatable, DUCE.IResource method Clone (line 41) | public new GuidelineSet Clone() method CloneCurrentValue (line 50) | public new GuidelineSet CloneCurrentValue() method GuidelinesXPropertyChanged (line 66) | private static void GuidelinesXPropertyChanged(DependencyObject d, Dep... method GuidelinesYPropertyChanged (line 77) | private static void GuidelinesYPropertyChanged(DependencyObject d, Dep... method IsDynamicPropertyChanged (line 88) | private static void IsDynamicPropertyChanged(DependencyObject d, Depen... method CreateInstanceCore (line 158) | protected override Freezable CreateInstanceCore() method UpdateResource (line 175) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannel (line 234) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannel (line 251) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandle (line 266) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCount (line 276) | int DUCE.IResource.GetChannelCount() method GetChannel (line 281) | DUCE.Channel DUCE.IResource.GetChannel(int index) method GuidelineSet (line 355) | static GuidelineSet() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageBrush.cs class ImageBrush (line 27) | public sealed partial class ImageBrush : TileBrush method Clone (line 41) | public new ImageBrush Clone() method CloneCurrentValue (line 50) | public new ImageBrush CloneCurrentValue() method ImageSourcePropertyChanged (line 66) | private static void ImageSourcePropertyChanged(DependencyObject d, Dep... method CreateInstanceCore (line 147) | protected override Freezable CreateInstanceCore() method UpdateResource (line 164) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 249) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 270) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 289) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 294) | internal override int GetChannelCountCore() method GetChannelCore (line 299) | internal override DUCE.Channel GetChannelCore(int index) method ImageBrush (line 376) | static ImageBrush() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageDrawing.cs class ImageDrawing (line 27) | public sealed partial class ImageDrawing : Drawing method Clone (line 41) | public new ImageDrawing Clone() method CloneCurrentValue (line 50) | public new ImageDrawing CloneCurrentValue() method ImageSourcePropertyChanged (line 66) | private static void ImageSourcePropertyChanged(DependencyObject d, Dep... method RectPropertyChanged (line 114) | private static void RectPropertyChanged(DependencyObject d, Dependency... method CreateInstanceCore (line 169) | protected override Freezable CreateInstanceCore() method UpdateResource (line 186) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 224) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 241) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 256) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 261) | internal override int GetChannelCountCore() method GetChannelCore (line 266) | internal override DUCE.Channel GetChannelCore(int index) method ImageDrawing (line 334) | static ImageDrawing() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageSource.cs class ImageSource (line 27) | public abstract partial class ImageSource : Animatable, IFormattable, DU... method Clone (line 41) | public new ImageSource Clone() method CloneCurrentValue (line 50) | public new ImageSource CloneCurrentValue() method AddRefOnChannelCore (line 98) | internal abstract DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method AddRefOnChannel (line 103) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 111) | internal abstract void ReleaseOnChannelCore(DUCE.Channel channel); method ReleaseOnChannel (line 116) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandleCore (line 124) | internal abstract DUCE.ResourceHandle GetHandleCore(DUCE.Channel chann... method GetHandle (line 129) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCountCore (line 140) | internal abstract int GetChannelCountCore(); method GetChannelCount (line 145) | int DUCE.IResource.GetChannelCount() method GetChannelCore (line 150) | internal abstract DUCE.Channel GetChannelCore(int index); method GetChannel (line 155) | DUCE.Channel DUCE.IResource.GetChannel(int index) method ToString (line 179) | public override string ToString() method ToString (line 193) | public string ToString(IFormatProvider provider) method ToString (line 209) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 225) | internal virtual string ConvertToString(string format, IFormatProvider... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Int32Collection.cs class Int32Collection (line 30) | [TypeConverter(typeof(Int32CollectionConverter))] method Clone (line 46) | public new Int32Collection Clone() method CloneCurrentValue (line 55) | public new Int32Collection CloneCurrentValue() method Add (line 77) | public void Add(int value) method Clear (line 85) | public void Clear() method Contains (line 98) | public bool Contains(int value) method IndexOf (line 108) | public int IndexOf(int value) method Insert (line 118) | public void Insert(int index, int value) method Remove (line 133) | public bool Remove(int value) method RemoveAt (line 158) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 174) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 230) | public void CopyTo(int[] array, int index) method GetEnumerator (line 262) | public Enumerator GetEnumerator() method GetEnumerator (line 269) | IEnumerator IEnumerable.GetEnumerator() method Add (line 309) | int IList.Add(object value) method Contains (line 315) | bool IList.Contains(object value) method IndexOf (line 325) | int IList.IndexOf(object value) method Insert (line 335) | void IList.Insert(int index, object value) method Remove (line 341) | void IList.Remove(object value) method CopyTo (line 353) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 408) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 438) | internal int Internal_GetItem(int i) method Cast (line 449) | private int Cast(object value) method AddHelper (line 464) | private int AddHelper(int value) method AddWithoutFiringPublicEvents (line 475) | internal int AddWithoutFiringPublicEvents(int value) method CreateInstanceCore (line 516) | protected override Freezable CreateInstanceCore() method CloneCore (line 523) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 542) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 561) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 580) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method ToString (line 633) | public override string ToString() method ToString (line 647) | public string ToString(IFormatProvider provider) method ToString (line 663) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 679) | internal string ConvertToString(string format, IFormatProvider provider) method Parse (line 712) | public static Int32Collection Parse(string source) type Enumerator (line 766) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 770) | internal Enumerator(Int32Collection list) method Dispose (line 784) | void IDisposable.Dispose() method MoveNext (line 796) | public bool MoveNext() method Reset (line 823) | public void Reset() method Int32Collection (line 900) | public Int32Collection() method Int32Collection (line 909) | public Int32Collection(int capacity) method Int32Collection (line 917) | public Int32Collection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Int32CollectionConverter.cs class Int32CollectionConverter (line 30) | public sealed class Int32CollectionConverter : TypeConverter method CanConvertFrom (line 40) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 58) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 81) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 111) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineGeometry.cs class LineGeometry (line 27) | public sealed partial class LineGeometry : Geometry method Clone (line 41) | public new LineGeometry Clone() method CloneCurrentValue (line 50) | public new LineGeometry CloneCurrentValue() method StartPointPropertyChanged (line 66) | private static void StartPointPropertyChanged(DependencyObject d, Depe... method EndPointPropertyChanged (line 73) | private static void EndPointPropertyChanged(DependencyObject d, Depend... method CreateInstanceCore (line 128) | protected override Freezable CreateInstanceCore() method UpdateResource (line 145) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 199) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 216) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 231) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 236) | internal override int GetChannelCountCore() method GetChannelCore (line 241) | internal override DUCE.Channel GetChannelCore(int index) method LineGeometry (line 310) | static LineGeometry() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineSegment.cs class LineSegment (line 27) | public sealed partial class LineSegment : PathSegment method Clone (line 41) | public new LineSegment Clone() method CloneCurrentValue (line 50) | public new LineSegment CloneCurrentValue() method CreateInstanceCore (line 100) | protected override Freezable CreateInstanceCore() method LineSegment (line 195) | static LineSegment() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LinearGradientBrush.cs class LinearGradientBrush (line 27) | public sealed partial class LinearGradientBrush : GradientBrush method Clone (line 41) | public new LinearGradientBrush Clone() method CloneCurrentValue (line 50) | public new LinearGradientBrush CloneCurrentValue() method StartPointPropertyChanged (line 66) | private static void StartPointPropertyChanged(DependencyObject d, Depe... method EndPointPropertyChanged (line 73) | private static void EndPointPropertyChanged(DependencyObject d, Depend... method CreateInstanceCore (line 128) | protected override Freezable CreateInstanceCore() method UpdateResource (line 145) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 150) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 169) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 186) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 191) | internal override int GetChannelCountCore() method GetChannelCore (line 196) | internal override DUCE.Channel GetChannelCore(int index) method LinearGradientBrush (line 280) | static LinearGradientBrush() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MatrixTransform.cs class MatrixTransform (line 27) | public sealed partial class MatrixTransform : Transform method Clone (line 41) | public new MatrixTransform Clone() method CloneCurrentValue (line 50) | public new MatrixTransform CloneCurrentValue() method MatrixPropertyChanged (line 66) | private static void MatrixPropertyChanged(DependencyObject d, Dependen... method CreateInstanceCore (line 106) | protected override Freezable CreateInstanceCore() method UpdateResource (line 123) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 154) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 170) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 184) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 189) | internal override int GetChannelCountCore() method GetChannelCore (line 194) | internal override DUCE.Channel GetChannelCore(int index) method MatrixTransform (line 271) | static MatrixTransform() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MediaTimeline.cs class MediaTimeline (line 27) | public partial class MediaTimeline : Timeline method Clone (line 41) | public new MediaTimeline Clone() method CloneCurrentValue (line 50) | public new MediaTimeline CloneCurrentValue() method CreateInstanceCore (line 100) | protected override Freezable CreateInstanceCore() method MediaTimeline (line 195) | static MediaTimeline() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathFigure.cs class PathFigure (line 27) | public sealed partial class PathFigure : Animatable method Clone (line 41) | public new PathFigure Clone() method CloneCurrentValue (line 50) | public new PathFigure CloneCurrentValue() method CreateInstanceCore (line 145) | protected override Freezable CreateInstanceCore() method PathFigure (line 257) | static PathFigure() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathFigureCollection.cs class PathFigureCollection (line 30) | [TypeConverter(typeof(PathFigureCollectionConverter))] method Clone (line 46) | public new PathFigureCollection Clone() method CloneCurrentValue (line 55) | public new PathFigureCollection CloneCurrentValue() method Add (line 77) | public void Add(PathFigure value) method Clear (line 85) | public void Clear() method Contains (line 105) | public bool Contains(PathFigure value) method IndexOf (line 115) | public int IndexOf(PathFigure value) method Insert (line 125) | public void Insert(int index, PathFigure value) method Remove (line 147) | public bool Remove(PathFigure value) method RemoveAt (line 187) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 203) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 279) | public void CopyTo(PathFigure[] array, int index) method GetEnumerator (line 311) | public Enumerator GetEnumerator() method GetEnumerator (line 318) | IEnumerator IEnumerable.GetEnumerator() method Add (line 358) | int IList.Add(object value) method Contains (line 364) | bool IList.Contains(object value) method IndexOf (line 369) | int IList.IndexOf(object value) method Insert (line 374) | void IList.Insert(int index, object value) method Remove (line 380) | void IList.Remove(object value) method CopyTo (line 389) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 444) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 474) | internal PathFigure Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 483) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 501) | private PathFigure Cast(object value) method AddHelper (line 516) | private int AddHelper(PathFigure value) method AddWithoutFiringPublicEvents (line 527) | internal int AddWithoutFiringPublicEvents(PathFigure value) method CreateInstanceCore (line 574) | protected override Freezable CreateInstanceCore() method CloneCore (line 581) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 603) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 625) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 647) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 669) | protected override bool FreezeCore(bool isChecking) method ToString (line 717) | public override string ToString() method ToString (line 731) | public string ToString(IFormatProvider provider) method ToString (line 747) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 763) | internal string ConvertToString(string format, IFormatProvider provider) method Parse (line 796) | public static PathFigureCollection Parse(string source) type Enumerator (line 838) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 842) | internal Enumerator(PathFigureCollection list) method Dispose (line 856) | void IDisposable.Dispose() method MoveNext (line 868) | public bool MoveNext() method Reset (line 895) | public void Reset() method PathFigureCollection (line 972) | public PathFigureCollection() method PathFigureCollection (line 981) | public PathFigureCollection(int capacity) method PathFigureCollection (line 989) | public PathFigureCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathFigureCollectionConverter.cs class PathFigureCollectionConverter (line 30) | public sealed class PathFigureCollectionConverter : TypeConverter method CanConvertFrom (line 40) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 58) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 94) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 124) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathGeometry.cs class PathGeometry (line 27) | public sealed partial class PathGeometry : Geometry method Clone (line 41) | public new PathGeometry Clone() method CloneCurrentValue (line 50) | public new PathGeometry CloneCurrentValue() method FillRulePropertyChanged (line 66) | private static void FillRulePropertyChanged(DependencyObject d, Depend... method FiguresPropertyChanged (line 73) | private static void FiguresPropertyChanged(DependencyObject d, Depende... method CreateInstanceCore (line 134) | protected override Freezable CreateInstanceCore() method UpdateResource (line 151) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 156) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 173) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 188) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 193) | internal override int GetChannelCountCore() method GetChannelCore (line 198) | internal override DUCE.Channel GetChannelCore(int index) method PathGeometry (line 280) | static PathGeometry() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathSegment.cs class PathSegment (line 27) | public abstract partial class PathSegment : Animatable method Clone (line 41) | public new PathSegment Clone() method CloneCurrentValue (line 50) | public new PathSegment CloneCurrentValue() method PathSegment (line 195) | static PathSegment() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathSegmentCollection.cs class PathSegmentCollection (line 31) | public sealed partial class PathSegmentCollection : Animatable, IList, I... method Clone (line 45) | public new PathSegmentCollection Clone() method CloneCurrentValue (line 54) | public new PathSegmentCollection CloneCurrentValue() method Add (line 76) | public void Add(PathSegment value) method Clear (line 84) | public void Clear() method Contains (line 104) | public bool Contains(PathSegment value) method IndexOf (line 114) | public int IndexOf(PathSegment value) method Insert (line 124) | public void Insert(int index, PathSegment value) method Remove (line 146) | public bool Remove(PathSegment value) method RemoveAt (line 186) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 202) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 278) | public void CopyTo(PathSegment[] array, int index) method GetEnumerator (line 310) | public Enumerator GetEnumerator() method GetEnumerator (line 317) | IEnumerator IEnumerable.GetEnumerator() method Add (line 357) | int IList.Add(object value) method Contains (line 363) | bool IList.Contains(object value) method IndexOf (line 368) | int IList.IndexOf(object value) method Insert (line 373) | void IList.Insert(int index, object value) method Remove (line 379) | void IList.Remove(object value) method CopyTo (line 388) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 443) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 473) | internal PathSegment Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 482) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 500) | private PathSegment Cast(object value) method AddHelper (line 515) | private int AddHelper(PathSegment value) method AddWithoutFiringPublicEvents (line 526) | internal int AddWithoutFiringPublicEvents(PathSegment value) method CreateInstanceCore (line 573) | protected override Freezable CreateInstanceCore() method CloneCore (line 580) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 602) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 624) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 646) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 668) | protected override bool FreezeCore(bool isChecking) type Enumerator (line 748) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 752) | internal Enumerator(PathSegmentCollection list) method Dispose (line 766) | void IDisposable.Dispose() method MoveNext (line 778) | public bool MoveNext() method Reset (line 805) | public void Reset() method PathSegmentCollection (line 882) | public PathSegmentCollection() method PathSegmentCollection (line 891) | public PathSegmentCollection(int capacity) method PathSegmentCollection (line 899) | public PathSegmentCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Pen.cs class Pen (line 27) | public sealed partial class Pen : Animatable, DUCE.IResource method Clone (line 41) | public new Pen Clone() method CloneCurrentValue (line 50) | public new Pen CloneCurrentValue() method BrushPropertyChanged (line 66) | private static void BrushPropertyChanged(DependencyObject d, Dependenc... method ThicknessPropertyChanged (line 114) | private static void ThicknessPropertyChanged(DependencyObject d, Depen... method StartLineCapPropertyChanged (line 121) | private static void StartLineCapPropertyChanged(DependencyObject d, De... method EndLineCapPropertyChanged (line 128) | private static void EndLineCapPropertyChanged(DependencyObject d, Depe... method DashCapPropertyChanged (line 135) | private static void DashCapPropertyChanged(DependencyObject d, Depende... method LineJoinPropertyChanged (line 142) | private static void LineJoinPropertyChanged(DependencyObject d, Depend... method MiterLimitPropertyChanged (line 149) | private static void MiterLimitPropertyChanged(DependencyObject d, Depe... method DashStylePropertyChanged (line 156) | private static void DashStylePropertyChanged(DependencyObject d, Depen... method CreateInstanceCore (line 342) | protected override Freezable CreateInstanceCore() method UpdateResource (line 359) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannel (line 405) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannel (line 425) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandle (line 443) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCount (line 453) | int DUCE.IResource.GetChannelCount() method GetChannel (line 458) | DUCE.Channel DUCE.IResource.GetChannel(int index) method Pen (line 556) | static Pen() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PenDashCap.cs type PenDashCap (line 15) | public enum PenDashCap FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PenLineCap.cs type PenLineCap (line 17) | public enum PenLineCap FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PenLineJoin.cs type PenLineJoin (line 17) | public enum PenLineJoin FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PointCollection.cs class PointCollection (line 30) | [TypeConverter(typeof(PointCollectionConverter))] method Clone (line 46) | public new PointCollection Clone() method CloneCurrentValue (line 55) | public new PointCollection CloneCurrentValue() method Add (line 77) | public void Add(Point value) method Clear (line 85) | public void Clear() method Contains (line 98) | public bool Contains(Point value) method IndexOf (line 108) | public int IndexOf(Point value) method Insert (line 118) | public void Insert(int index, Point value) method Remove (line 133) | public bool Remove(Point value) method RemoveAt (line 158) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 174) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 230) | public void CopyTo(Point[] array, int index) method GetEnumerator (line 262) | public Enumerator GetEnumerator() method GetEnumerator (line 269) | IEnumerator IEnumerable.GetEnumerator() method Add (line 309) | int IList.Add(object value) method Contains (line 315) | bool IList.Contains(object value) method IndexOf (line 325) | int IList.IndexOf(object value) method Insert (line 335) | void IList.Insert(int index, object value) method Remove (line 341) | void IList.Remove(object value) method CopyTo (line 353) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 408) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 438) | internal Point Internal_GetItem(int i) method Cast (line 449) | private Point Cast(object value) method AddHelper (line 464) | private int AddHelper(Point value) method AddWithoutFiringPublicEvents (line 475) | internal int AddWithoutFiringPublicEvents(Point value) method CreateInstanceCore (line 516) | protected override Freezable CreateInstanceCore() method CloneCore (line 523) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 542) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 561) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 580) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method ToString (line 633) | public override string ToString() method ToString (line 647) | public string ToString(IFormatProvider provider) method ToString (line 663) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 679) | internal string ConvertToString(string format, IFormatProvider provider) method Parse (line 712) | public static PointCollection Parse(string source) type Enumerator (line 768) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 772) | internal Enumerator(PointCollection list) method Dispose (line 786) | void IDisposable.Dispose() method MoveNext (line 798) | public bool MoveNext() method Reset (line 825) | public void Reset() method PointCollection (line 902) | public PointCollection() method PointCollection (line 911) | public PointCollection(int capacity) method PointCollection (line 919) | public PointCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PointCollectionConverter.cs class PointCollectionConverter (line 30) | public sealed class PointCollectionConverter : TypeConverter method CanConvertFrom (line 40) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 58) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 81) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 111) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyBezierSegment.cs class PolyBezierSegment (line 27) | public sealed partial class PolyBezierSegment : PathSegment method Clone (line 41) | public new PolyBezierSegment Clone() method CloneCurrentValue (line 50) | public new PolyBezierSegment CloneCurrentValue() method CreateInstanceCore (line 100) | protected override Freezable CreateInstanceCore() method PolyBezierSegment (line 195) | static PolyBezierSegment() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyBezierSegmentFigureLogic.cs class PolyBezierSegment (line 31) | public sealed partial class PolyBezierSegment : PathSegment method PolyBezierSegment (line 37) | public PolyBezierSegment() method PolyBezierSegment (line 44) | public PolyBezierSegment(IEnumerable points, bool isStroked) method PolyBezierSegment (line 55) | internal PolyBezierSegment(IEnumerable points, bool isStroked, ... method AddToFigure (line 67) | internal override void AddToFigure( method IsEmpty (line 100) | internal override bool IsEmpty() method IsCurved (line 105) | internal override bool IsCurved() method SerializeData (line 114) | internal override void SerializeData(StreamGeometryContext ctx) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyLineSegment.cs class PolyLineSegment (line 27) | public sealed partial class PolyLineSegment : PathSegment method Clone (line 41) | public new PolyLineSegment Clone() method CloneCurrentValue (line 50) | public new PolyLineSegment CloneCurrentValue() method CreateInstanceCore (line 100) | protected override Freezable CreateInstanceCore() method PolyLineSegment (line 195) | static PolyLineSegment() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyLineSegmentFigureLogic.cs class PolyLineSegment (line 31) | public sealed partial class PolyLineSegment : PathSegment method PolyLineSegment (line 37) | public PolyLineSegment() method PolyLineSegment (line 44) | public PolyLineSegment(IEnumerable points, bool isStroked) method PolyLineSegment (line 55) | internal PolyLineSegment(IEnumerable points, bool isStroked, bo... method AddToFigure (line 67) | internal override void AddToFigure( method IsEmpty (line 100) | internal override bool IsEmpty() method IsCurved (line 105) | internal override bool IsCurved() method SerializeData (line 114) | internal override void SerializeData(StreamGeometryContext ctx) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyQuadraticBezierSegment.cs class PolyQuadraticBezierSegment (line 27) | public sealed partial class PolyQuadraticBezierSegment : PathSegment method Clone (line 41) | public new PolyQuadraticBezierSegment Clone() method CloneCurrentValue (line 50) | public new PolyQuadraticBezierSegment CloneCurrentValue() method CreateInstanceCore (line 100) | protected override Freezable CreateInstanceCore() method PolyQuadraticBezierSegment (line 195) | static PolyQuadraticBezierSegment() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyQuadraticBezierSegmentFigureLogic.cs class PolyQuadraticBezierSegment (line 31) | public sealed partial class PolyQuadraticBezierSegment : PathSegment method PolyQuadraticBezierSegment (line 37) | public PolyQuadraticBezierSegment() method PolyQuadraticBezierSegment (line 44) | public PolyQuadraticBezierSegment(IEnumerable points, bool isSt... method PolyQuadraticBezierSegment (line 55) | internal PolyQuadraticBezierSegment(IEnumerable points, bool is... method AddToFigure (line 67) | internal override void AddToFigure( method IsEmpty (line 100) | internal override bool IsEmpty() method IsCurved (line 105) | internal override bool IsCurved() method SerializeData (line 114) | internal override void SerializeData(StreamGeometryContext ctx) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/QuadraticBezierSegment.cs class QuadraticBezierSegment (line 27) | public sealed partial class QuadraticBezierSegment : PathSegment method Clone (line 41) | public new QuadraticBezierSegment Clone() method CloneCurrentValue (line 50) | public new QuadraticBezierSegment CloneCurrentValue() method CreateInstanceCore (line 115) | protected override Freezable CreateInstanceCore() method QuadraticBezierSegment (line 202) | static QuadraticBezierSegment() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RadialGradientBrush.cs class RadialGradientBrush (line 27) | public sealed partial class RadialGradientBrush : GradientBrush method Clone (line 41) | public new RadialGradientBrush Clone() method CloneCurrentValue (line 50) | public new RadialGradientBrush CloneCurrentValue() method CenterPropertyChanged (line 66) | private static void CenterPropertyChanged(DependencyObject d, Dependen... method RadiusXPropertyChanged (line 73) | private static void RadiusXPropertyChanged(DependencyObject d, Depende... method RadiusYPropertyChanged (line 80) | private static void RadiusYPropertyChanged(DependencyObject d, Depende... method GradientOriginPropertyChanged (line 87) | private static void GradientOriginPropertyChanged(DependencyObject d, ... method CreateInstanceCore (line 172) | protected override Freezable CreateInstanceCore() method UpdateResource (line 189) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 194) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 213) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 230) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 235) | internal override int GetChannelCountCore() method GetChannelCore (line 240) | internal override DUCE.Channel GetChannelCore(int index) method RadialGradientBrush (line 332) | static RadialGradientBrush() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RectangleGeometry.cs class RectangleGeometry (line 27) | public sealed partial class RectangleGeometry : Geometry method Clone (line 41) | public new RectangleGeometry Clone() method CloneCurrentValue (line 50) | public new RectangleGeometry CloneCurrentValue() method RadiusXPropertyChanged (line 66) | private static void RadiusXPropertyChanged(DependencyObject d, Depende... method RadiusYPropertyChanged (line 73) | private static void RadiusYPropertyChanged(DependencyObject d, Depende... method RectPropertyChanged (line 80) | private static void RectPropertyChanged(DependencyObject d, Dependency... method CreateInstanceCore (line 150) | protected override Freezable CreateInstanceCore() method UpdateResource (line 167) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 227) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 244) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 259) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 264) | internal override int GetChannelCountCore() method GetChannelCore (line 269) | internal override DUCE.Channel GetChannelCore(int index) method RectangleGeometry (line 356) | static RectangleGeometry() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RenderData.cs type MILCMD_DRAW_LINE (line 20) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_LINE (line 23) | public MILCMD_DRAW_LINE ( type MILCMD_DRAW_LINE_ANIMATE (line 41) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_LINE_ANIMATE (line 44) | public MILCMD_DRAW_LINE_ANIMATE ( type MILCMD_DRAW_RECTANGLE (line 68) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_RECTANGLE (line 71) | public MILCMD_DRAW_RECTANGLE ( type MILCMD_DRAW_RECTANGLE_ANIMATE (line 87) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_RECTANGLE_ANIMATE (line 90) | public MILCMD_DRAW_RECTANGLE_ANIMATE ( type MILCMD_DRAW_ROUNDED_RECTANGLE (line 111) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_ROUNDED_RECTANGLE (line 114) | public MILCMD_DRAW_ROUNDED_RECTANGLE ( type MILCMD_DRAW_ROUNDED_RECTANGLE_ANIMATE (line 136) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_ROUNDED_RECTANGLE_ANIMATE (line 139) | public MILCMD_DRAW_ROUNDED_RECTANGLE_ANIMATE ( type MILCMD_DRAW_ELLIPSE (line 172) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_ELLIPSE (line 175) | public MILCMD_DRAW_ELLIPSE ( type MILCMD_DRAW_ELLIPSE_ANIMATE (line 197) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_ELLIPSE_ANIMATE (line 200) | public MILCMD_DRAW_ELLIPSE_ANIMATE ( type MILCMD_DRAW_GEOMETRY (line 233) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_GEOMETRY (line 236) | public MILCMD_DRAW_GEOMETRY ( type MILCMD_DRAW_IMAGE (line 254) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_IMAGE (line 257) | public MILCMD_DRAW_IMAGE ( type MILCMD_DRAW_IMAGE_ANIMATE (line 272) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_IMAGE_ANIMATE (line 275) | public MILCMD_DRAW_IMAGE_ANIMATE ( type MILCMD_DRAW_GLYPH_RUN (line 291) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_GLYPH_RUN (line 294) | public MILCMD_DRAW_GLYPH_RUN ( type MILCMD_DRAW_DRAWING (line 307) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_DRAWING (line 310) | public MILCMD_DRAW_DRAWING ( type MILCMD_DRAW_VIDEO (line 322) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_VIDEO (line 325) | public MILCMD_DRAW_VIDEO ( type MILCMD_DRAW_VIDEO_ANIMATE (line 340) | [StructLayout(LayoutKind.Explicit)] method MILCMD_DRAW_VIDEO_ANIMATE (line 343) | public MILCMD_DRAW_VIDEO_ANIMATE ( type MILCMD_PUSH_CLIP (line 359) | [StructLayout(LayoutKind.Explicit)] method MILCMD_PUSH_CLIP (line 362) | public MILCMD_PUSH_CLIP ( type MILCMD_PUSH_OPACITY_MASK (line 374) | [StructLayout(LayoutKind.Explicit)] method MILCMD_PUSH_OPACITY_MASK (line 377) | public MILCMD_PUSH_OPACITY_MASK ( type MILCMD_PUSH_OPACITY (line 391) | [StructLayout(LayoutKind.Explicit)] method MILCMD_PUSH_OPACITY (line 394) | public MILCMD_PUSH_OPACITY ( type MILCMD_PUSH_OPACITY_ANIMATE (line 404) | [StructLayout(LayoutKind.Explicit)] method MILCMD_PUSH_OPACITY_ANIMATE (line 407) | public MILCMD_PUSH_OPACITY_ANIMATE ( type MILCMD_PUSH_TRANSFORM (line 422) | [StructLayout(LayoutKind.Explicit)] method MILCMD_PUSH_TRANSFORM (line 425) | public MILCMD_PUSH_TRANSFORM ( type MILCMD_PUSH_GUIDELINE_SET (line 437) | [StructLayout(LayoutKind.Explicit)] method MILCMD_PUSH_GUIDELINE_SET (line 440) | public MILCMD_PUSH_GUIDELINE_SET ( type MILCMD_PUSH_GUIDELINE_Y1 (line 452) | [StructLayout(LayoutKind.Explicit)] method MILCMD_PUSH_GUIDELINE_Y1 (line 455) | public MILCMD_PUSH_GUIDELINE_Y1 ( type MILCMD_PUSH_GUIDELINE_Y2 (line 465) | [StructLayout(LayoutKind.Explicit)] method MILCMD_PUSH_GUIDELINE_Y2 (line 468) | public MILCMD_PUSH_GUIDELINE_Y2 ( type MILCMD_PUSH_EFFECT (line 481) | [StructLayout(LayoutKind.Explicit)] method MILCMD_PUSH_EFFECT (line 484) | public MILCMD_PUSH_EFFECT ( type MILCMD_POP (line 497) | [StructLayout(LayoutKind.Explicit)] class RenderData (line 506) | internal partial class RenderData: DUCE.IResource method MarshalToDUCE (line 511) | private void MarshalToDUCE(DUCE.Channel channel) method DrawingContextWalk (line 1102) | public void DrawingContextWalk(DrawingContextWalker ctx) method BaseValueDrawingContextWalk (line 1442) | public void BaseValueDrawingContextWalk(DrawingContextWalker ctx) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RenderDataDrawingContext.cs class RenderDataDrawingContext (line 23) | internal partial class RenderDataDrawingContext : DrawingContext method DrawLine (line 33) | public override void DrawLine( method DrawLine (line 85) | public override void DrawLine( method DrawRectangle (line 149) | public override void DrawRectangle( method DrawRectangle (line 206) | public override void DrawRectangle( method DrawRoundedRectangle (line 274) | public override void DrawRoundedRectangle( method DrawRoundedRectangle (line 345) | public override void DrawRoundedRectangle( method DrawEllipse (line 427) | public override void DrawEllipse( method DrawEllipse (line 500) | public override void DrawEllipse( method DrawGeometry (line 572) | public override void DrawGeometry( method DrawImage (line 625) | public override void DrawImage( method DrawImage (line 677) | public override void DrawImage( method DrawGlyphRun (line 729) | public override void DrawGlyphRun( method DrawDrawing (line 774) | public override void DrawDrawing( method DrawVideo (line 821) | public override void DrawVideo( method DrawVideo (line 871) | public override void DrawVideo( method PushClip (line 921) | public override void PushClip( method PushOpacityMask (line 961) | public override void PushOpacityMask( method PushOpacity (line 1003) | public override void PushOpacity( method PushOpacity (line 1046) | public override void PushOpacity( method PushTransform (line 1090) | public override void PushTransform( method PushGuidelineSet (line 1130) | public override void PushGuidelineSet( method PushGuidelineY1 (line 1210) | internal override void PushGuidelineY1( method PushGuidelineY2 (line 1254) | internal override void PushGuidelineY2( method PushEffect (line 1297) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method Pop (line 1340) | public override void Pop( method UseAnimations (line 1384) | private UInt32 UseAnimations( method UseAnimations (line 1401) | private UInt32 UseAnimations( method UseAnimations (line 1418) | private UInt32 UseAnimations( method UseAnimations (line 1435) | private UInt32 UseAnimations( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RotateTransform.cs class RotateTransform (line 27) | public sealed partial class RotateTransform : Transform method Clone (line 41) | public new RotateTransform Clone() method CloneCurrentValue (line 50) | public new RotateTransform CloneCurrentValue() method AnglePropertyChanged (line 66) | private static void AnglePropertyChanged(DependencyObject d, Dependenc... method CenterXPropertyChanged (line 73) | private static void CenterXPropertyChanged(DependencyObject d, Depende... method CenterYPropertyChanged (line 80) | private static void CenterYPropertyChanged(DependencyObject d, Depende... method CreateInstanceCore (line 150) | protected override Freezable CreateInstanceCore() method UpdateResource (line 167) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 210) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 226) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 240) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 245) | internal override int GetChannelCountCore() method GetChannelCore (line 250) | internal override DUCE.Channel GetChannelCore(int index) method RotateTransform (line 324) | static RotateTransform() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Rotation.cs type Rotation (line 17) | public enum Rotation FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ScaleTransform.cs class ScaleTransform (line 27) | public sealed partial class ScaleTransform : Transform method Clone (line 41) | public new ScaleTransform Clone() method CloneCurrentValue (line 50) | public new ScaleTransform CloneCurrentValue() method ScaleXPropertyChanged (line 66) | private static void ScaleXPropertyChanged(DependencyObject d, Dependen... method ScaleYPropertyChanged (line 73) | private static void ScaleYPropertyChanged(DependencyObject d, Dependen... method CenterXPropertyChanged (line 80) | private static void CenterXPropertyChanged(DependencyObject d, Depende... method CenterYPropertyChanged (line 87) | private static void CenterYPropertyChanged(DependencyObject d, Depende... method CreateInstanceCore (line 172) | protected override Freezable CreateInstanceCore() method UpdateResource (line 189) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 238) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 254) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 268) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 273) | internal override int GetChannelCountCore() method GetChannelCore (line 278) | internal override DUCE.Channel GetChannelCore(int index) method ScaleTransform (line 357) | static ScaleTransform() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SkewTransform.cs class SkewTransform (line 27) | public sealed partial class SkewTransform : Transform method Clone (line 41) | public new SkewTransform Clone() method CloneCurrentValue (line 50) | public new SkewTransform CloneCurrentValue() method AngleXPropertyChanged (line 66) | private static void AngleXPropertyChanged(DependencyObject d, Dependen... method AngleYPropertyChanged (line 73) | private static void AngleYPropertyChanged(DependencyObject d, Dependen... method CenterXPropertyChanged (line 80) | private static void CenterXPropertyChanged(DependencyObject d, Depende... method CenterYPropertyChanged (line 87) | private static void CenterYPropertyChanged(DependencyObject d, Depende... method CreateInstanceCore (line 172) | protected override Freezable CreateInstanceCore() method UpdateResource (line 189) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 238) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 254) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 268) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 273) | internal override int GetChannelCountCore() method GetChannelCore (line 278) | internal override DUCE.Channel GetChannelCore(int index) method SkewTransform (line 357) | static SkewTransform() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SolidColorBrush.cs class SolidColorBrush (line 27) | public sealed partial class SolidColorBrush : Brush method Clone (line 41) | public new SolidColorBrush Clone() method CloneCurrentValue (line 50) | public new SolidColorBrush CloneCurrentValue() method ColorPropertyChanged (line 66) | private static void ColorPropertyChanged(DependencyObject d, Dependenc... method CreateInstanceCore (line 106) | protected override Freezable CreateInstanceCore() method UpdateResource (line 123) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 190) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 209) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 226) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 231) | internal override int GetChannelCountCore() method GetChannelCore (line 236) | internal override DUCE.Channel GetChannelCore(int index) method SolidColorBrush (line 313) | static SolidColorBrush() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/StreamGeometry.cs class StreamGeometry (line 27) | public sealed partial class StreamGeometry : Geometry method Clone (line 41) | public new StreamGeometry Clone() method CloneCurrentValue (line 50) | public new StreamGeometry CloneCurrentValue() method FillRulePropertyChanged (line 66) | private static void FillRulePropertyChanged(DependencyObject d, Depend... method CreateInstanceCore (line 106) | protected override Freezable CreateInstanceCore() method StreamGeometry (line 188) | static StreamGeometry() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Stretch.cs type Stretch (line 18) | public enum Stretch FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SweepDirection.cs type SweepDirection (line 17) | public enum SweepDirection FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TextEffect.cs class TextEffect (line 27) | public sealed partial class TextEffect : Animatable method Clone (line 41) | public new TextEffect Clone() method CloneCurrentValue (line 50) | public new TextEffect CloneCurrentValue() method ValidatePositionStartValue (line 66) | private static bool ValidatePositionStartValue(object value) method ValidatePositionCountValue (line 76) | private static bool ValidatePositionCountValue(object value) method CreateInstanceCore (line 184) | protected override Freezable CreateInstanceCore() method TextEffect (line 283) | static TextEffect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TextEffectCollection.cs class TextEffectCollection (line 31) | public sealed partial class TextEffectCollection : Animatable, IList, IL... method Clone (line 45) | public new TextEffectCollection Clone() method CloneCurrentValue (line 54) | public new TextEffectCollection CloneCurrentValue() method Add (line 76) | public void Add(TextEffect value) method Clear (line 84) | public void Clear() method Contains (line 104) | public bool Contains(TextEffect value) method IndexOf (line 114) | public int IndexOf(TextEffect value) method Insert (line 124) | public void Insert(int index, TextEffect value) method Remove (line 146) | public bool Remove(TextEffect value) method RemoveAt (line 186) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 202) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 278) | public void CopyTo(TextEffect[] array, int index) method GetEnumerator (line 310) | public Enumerator GetEnumerator() method GetEnumerator (line 317) | IEnumerator IEnumerable.GetEnumerator() method Add (line 357) | int IList.Add(object value) method Contains (line 363) | bool IList.Contains(object value) method IndexOf (line 368) | int IList.IndexOf(object value) method Insert (line 373) | void IList.Insert(int index, object value) method Remove (line 379) | void IList.Remove(object value) method CopyTo (line 388) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 443) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 473) | internal TextEffect Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 482) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 500) | private TextEffect Cast(object value) method AddHelper (line 515) | private int AddHelper(TextEffect value) method AddWithoutFiringPublicEvents (line 526) | internal int AddWithoutFiringPublicEvents(TextEffect value) method CreateInstanceCore (line 573) | protected override Freezable CreateInstanceCore() method CloneCore (line 580) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 602) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 624) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 646) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 668) | protected override bool FreezeCore(bool isChecking) type Enumerator (line 748) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 752) | internal Enumerator(TextEffectCollection list) method Dispose (line 766) | void IDisposable.Dispose() method MoveNext (line 778) | public bool MoveNext() method Reset (line 805) | public void Reset() method TextEffectCollection (line 882) | public TextEffectCollection() method TextEffectCollection (line 891) | public TextEffectCollection(int capacity) method TextEffectCollection (line 899) | public TextEffectCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TextHintingMode.cs type TextHintingMode (line 18) | public enum TextHintingMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TextRenderingMode.cs type TextRenderingMode (line 18) | public enum TextRenderingMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TileBrush.cs class TileBrush (line 27) | public abstract partial class TileBrush : Brush method Clone (line 41) | public new TileBrush Clone() method CloneCurrentValue (line 50) | public new TileBrush CloneCurrentValue() method ViewportUnitsPropertyChanged (line 66) | private static void ViewportUnitsPropertyChanged(DependencyObject d, D... method ViewboxUnitsPropertyChanged (line 73) | private static void ViewboxUnitsPropertyChanged(DependencyObject d, De... method ViewportPropertyChanged (line 80) | private static void ViewportPropertyChanged(DependencyObject d, Depend... method ViewboxPropertyChanged (line 87) | private static void ViewboxPropertyChanged(DependencyObject d, Depende... method StretchPropertyChanged (line 94) | private static void StretchPropertyChanged(DependencyObject d, Depende... method TileModePropertyChanged (line 101) | private static void TileModePropertyChanged(DependencyObject d, Depend... method AlignmentXPropertyChanged (line 108) | private static void AlignmentXPropertyChanged(DependencyObject d, Depe... method AlignmentYPropertyChanged (line 115) | private static void AlignmentYPropertyChanged(DependencyObject d, Depe... method CachingHintPropertyChanged (line 122) | private static void CachingHintPropertyChanged(DependencyObject d, Dep... method CacheInvalidationThresholdMinimumPropertyChanged (line 129) | private static void CacheInvalidationThresholdMinimumPropertyChanged(D... method CacheInvalidationThresholdMaximumPropertyChanged (line 136) | private static void CacheInvalidationThresholdMaximumPropertyChanged(D... method TileBrush (line 394) | static TileBrush() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TileMode.cs type TileMode (line 17) | public enum TileMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ToleranceType.cs type ToleranceType (line 17) | public enum ToleranceType FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Transform.cs class Transform (line 28) | [TypeConverter(typeof(TransformConverter))] method Clone (line 44) | public new Transform Clone() method CloneCurrentValue (line 53) | public new Transform CloneCurrentValue() method AddRefOnChannelCore (line 101) | internal abstract DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method AddRefOnChannel (line 106) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 114) | internal abstract void ReleaseOnChannelCore(DUCE.Channel channel); method ReleaseOnChannel (line 119) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandleCore (line 127) | internal abstract DUCE.ResourceHandle GetHandleCore(DUCE.Channel chann... method GetHandle (line 132) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCountCore (line 143) | internal abstract int GetChannelCountCore(); method GetChannelCount (line 148) | int DUCE.IResource.GetChannelCount() method GetChannelCore (line 153) | internal abstract DUCE.Channel GetChannelCore(int index); method GetChannel (line 158) | DUCE.Channel DUCE.IResource.GetChannel(int index) method Parse (line 182) | public static Transform Parse(string source) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TransformCollection.cs class TransformCollection (line 31) | public sealed partial class TransformCollection : Animatable, IList, ILi... method Clone (line 45) | public new TransformCollection Clone() method CloneCurrentValue (line 54) | public new TransformCollection CloneCurrentValue() method Add (line 76) | public void Add(Transform value) method Clear (line 84) | public void Clear() method Contains (line 116) | public bool Contains(Transform value) method IndexOf (line 126) | public int IndexOf(Transform value) method Insert (line 136) | public void Insert(int index, Transform value) method Remove (line 158) | public bool Remove(Transform value) method RemoveAt (line 198) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 214) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 290) | public void CopyTo(Transform[] array, int index) method GetEnumerator (line 322) | public Enumerator GetEnumerator() method GetEnumerator (line 329) | IEnumerator IEnumerable.GetEnumerator() method Add (line 369) | int IList.Add(object value) method Contains (line 375) | bool IList.Contains(object value) method IndexOf (line 380) | int IList.IndexOf(object value) method Insert (line 385) | void IList.Insert(int index, object value) method Remove (line 391) | void IList.Remove(object value) method CopyTo (line 400) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 455) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 485) | internal Transform Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 494) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 512) | private Transform Cast(object value) method AddHelper (line 527) | private int AddHelper(Transform value) method AddWithoutFiringPublicEvents (line 538) | internal int AddWithoutFiringPublicEvents(Transform value) method OnInsert (line 563) | private void OnInsert(object item) method OnRemove (line 571) | private void OnRemove(object oldValue) method OnSet (line 579) | private void OnSet(object oldValue, object newValue) method CreateInstanceCore (line 608) | protected override Freezable CreateInstanceCore() method CloneCore (line 615) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 637) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 659) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 681) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 703) | protected override bool FreezeCore(bool isChecking) type Enumerator (line 783) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 787) | internal Enumerator(TransformCollection list) method Dispose (line 801) | void IDisposable.Dispose() method MoveNext (line 813) | public bool MoveNext() method Reset (line 840) | public void Reset() method TransformCollection (line 917) | public TransformCollection() method TransformCollection (line 926) | public TransformCollection(int capacity) method TransformCollection (line 934) | public TransformCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TransformConverter.cs class TransformConverter (line 30) | public sealed class TransformConverter : TypeConverter method CanConvertFrom (line 40) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 58) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 94) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 124) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TransformGroup.cs class TransformGroup (line 27) | public sealed partial class TransformGroup : Transform method Clone (line 41) | public new TransformGroup Clone() method CloneCurrentValue (line 50) | public new TransformGroup CloneCurrentValue() method ChildrenPropertyChanged (line 66) | private static void ChildrenPropertyChanged(DependencyObject d, Depend... method CreateInstanceCore (line 190) | protected override Freezable CreateInstanceCore() method UpdateResource (line 207) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 251) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 277) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 301) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 306) | internal override int GetChannelCountCore() method GetChannelCore (line 311) | internal override DUCE.Channel GetChannelCore(int index) method ChildrenItemInserted (line 317) | private void ChildrenItemInserted(object sender, object item) method ChildrenItemRemoved (line 342) | private void ChildrenItemRemoved(object sender, object item) method TransformGroup (line 437) | static TransformGroup() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TranslateTransform.cs class TranslateTransform (line 27) | public sealed partial class TranslateTransform : Transform method Clone (line 41) | public new TranslateTransform Clone() method CloneCurrentValue (line 50) | public new TranslateTransform CloneCurrentValue() method XPropertyChanged (line 66) | private static void XPropertyChanged(DependencyObject d, DependencyPro... method YPropertyChanged (line 73) | private static void YPropertyChanged(DependencyObject d, DependencyPro... method CreateInstanceCore (line 128) | protected override Freezable CreateInstanceCore() method UpdateResource (line 145) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 182) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 198) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 212) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 217) | internal override int GetChannelCountCore() method GetChannelCore (line 222) | internal override DUCE.Channel GetChannelCore(int index) method TranslateTransform (line 291) | static TranslateTransform() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VectorCollection.cs class VectorCollection (line 30) | [TypeConverter(typeof(VectorCollectionConverter))] method Clone (line 46) | public new VectorCollection Clone() method CloneCurrentValue (line 55) | public new VectorCollection CloneCurrentValue() method Add (line 77) | public void Add(Vector value) method Clear (line 85) | public void Clear() method Contains (line 98) | public bool Contains(Vector value) method IndexOf (line 108) | public int IndexOf(Vector value) method Insert (line 118) | public void Insert(int index, Vector value) method Remove (line 133) | public bool Remove(Vector value) method RemoveAt (line 158) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 174) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 230) | public void CopyTo(Vector[] array, int index) method GetEnumerator (line 262) | public Enumerator GetEnumerator() method GetEnumerator (line 269) | IEnumerator IEnumerable.GetEnumerator() method Add (line 309) | int IList.Add(object value) method Contains (line 315) | bool IList.Contains(object value) method IndexOf (line 325) | int IList.IndexOf(object value) method Insert (line 335) | void IList.Insert(int index, object value) method Remove (line 341) | void IList.Remove(object value) method CopyTo (line 353) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 408) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 438) | internal Vector Internal_GetItem(int i) method Cast (line 449) | private Vector Cast(object value) method AddHelper (line 464) | private int AddHelper(Vector value) method AddWithoutFiringPublicEvents (line 475) | internal int AddWithoutFiringPublicEvents(Vector value) method CreateInstanceCore (line 516) | protected override Freezable CreateInstanceCore() method CloneCore (line 523) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 542) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 561) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 580) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method ToString (line 633) | public override string ToString() method ToString (line 647) | public string ToString(IFormatProvider provider) method ToString (line 663) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 679) | internal string ConvertToString(string format, IFormatProvider provider) method Parse (line 712) | public static VectorCollection Parse(string source) type Enumerator (line 768) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 772) | internal Enumerator(VectorCollection list) method Dispose (line 786) | void IDisposable.Dispose() method MoveNext (line 798) | public bool MoveNext() method Reset (line 825) | public void Reset() method VectorCollection (line 902) | public VectorCollection() method VectorCollection (line 911) | public VectorCollection(int capacity) method VectorCollection (line 919) | public VectorCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VectorCollectionConverter.cs class VectorCollectionConverter (line 30) | public sealed class VectorCollectionConverter : TypeConverter method CanConvertFrom (line 40) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 58) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 81) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 111) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VideoDrawing.cs class VideoDrawing (line 27) | public sealed partial class VideoDrawing : Drawing method Clone (line 41) | public new VideoDrawing Clone() method CloneCurrentValue (line 50) | public new VideoDrawing CloneCurrentValue() method PlayerPropertyChanged (line 66) | private static void PlayerPropertyChanged(DependencyObject d, Dependen... method RectPropertyChanged (line 95) | private static void RectPropertyChanged(DependencyObject d, Dependency... method CreateInstanceCore (line 150) | protected override Freezable CreateInstanceCore() method UpdateResource (line 167) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 205) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 222) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 237) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 242) | internal override int GetChannelCountCore() method GetChannelCore (line 247) | internal override DUCE.Channel GetChannelCore(int index) method VideoDrawing (line 315) | static VideoDrawing() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VisualBrush.cs class VisualBrush (line 27) | public sealed partial class VisualBrush : TileBrush method Clone (line 41) | public new VisualBrush Clone() method CloneCurrentValue (line 50) | public new VisualBrush CloneCurrentValue() method VisualPropertyChanged (line 66) | private static void VisualPropertyChanged(DependencyObject d, Dependen... method AutoLayoutContentPropertyChanged (line 120) | private static void AutoLayoutContentPropertyChanged(DependencyObject ... method CreateInstanceCore (line 177) | protected override Freezable CreateInstanceCore() method UpdateResource (line 194) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 281) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 301) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 319) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 324) | internal override int GetChannelCountCore() method GetChannelCore (line 329) | internal override DUCE.Channel GetChannelCore(int index) method VisualBrush (line 410) | static VisualBrush() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Geometry.cs class Geometry (line 24) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method Geometry (line 29) | internal Geometry() method GetRenderBounds (line 84) | public virtual Rect GetRenderBounds(Pen pen, double tolerance, Toleran... method GetRenderBounds (line 96) | public Rect GetRenderBounds(Pen pen) method AreClose (line 114) | internal virtual bool AreClose(Geometry geometry) method GetBoundsInternal (line 123) | internal virtual Rect GetBoundsInternal(Pen pen, Matrix matrix, double... method GetBoundsInternal (line 145) | internal Rect GetBoundsInternal(Pen pen, Matrix matrix) method GetBoundsHelper (line 151) | internal static unsafe Rect GetBoundsHelper( method TransformPropertyChangedHook (line 218) | internal virtual void TransformPropertyChangedHook(DependencyPropertyC... method GetTransformedCopy (line 223) | internal Geometry GetTransformedCopy(Transform transform) method ShouldSerializeTransform (line 249) | [EditorBrowsable(EditorBrowsableState.Never)] method GetArea (line 263) | public virtual double GetArea(double tolerance, ToleranceType type) method GetArea (line 316) | public double GetArea() method IsEmpty (line 324) | public abstract bool IsEmpty(); method MayHaveCurves (line 329) | public abstract bool MayHaveCurves(); method FillContains (line 340) | public bool FillContains(Point hitPoint, double tolerance, ToleranceTy... method FillContains (line 349) | public bool FillContains(Point hitPoint) method StrokeContains (line 361) | public bool StrokeContains(Pen pen, Point hitPoint, double tolerance, ... method ContainsInternal (line 378) | internal virtual bool ContainsInternal(Pen pen, Point hitPoint, double... method ContainsInternal (line 440) | internal unsafe bool ContainsInternal(Pen pen, Point hitPoint, double ... method StrokeContains (line 487) | public bool StrokeContains(Pen pen, Point hitPoint) method FillContains (line 498) | public bool FillContains(Geometry geometry, double tolerance, Toleranc... method FillContains (line 509) | public bool FillContains(Geometry geometry) method FillContainsWithDetail (line 520) | public virtual IntersectionDetail FillContainsWithDetail(Geometry geom... method FillContainsWithDetail (line 537) | public IntersectionDetail FillContainsWithDetail(Geometry geometry) method StrokeContainsWithDetail (line 549) | public IntersectionDetail StrokeContainsWithDetail(Pen pen, Geometry g... method StrokeContainsWithDetail (line 566) | public IntersectionDetail StrokeContainsWithDetail(Pen pen, Geometry g... method GetFlattenedPathGeometry (line 581) | public virtual PathGeometry GetFlattenedPathGeometry(double tolerance,... method GetFlattenedPathGeometry (line 641) | public PathGeometry GetFlattenedPathGeometry() method GetWidenedPathGeometry (line 658) | public virtual PathGeometry GetWidenedPathGeometry(Pen pen, double tol... method GetWidenedPathGeometry (line 745) | public PathGeometry GetWidenedPathGeometry(Pen pen) method Combine (line 764) | public static PathGeometry Combine( method Combine (line 782) | public static PathGeometry Combine( method GetOutlinedPathGeometry (line 807) | public virtual PathGeometry GetOutlinedPathGeometry(double tolerance, ... method GetOutlinedPathGeometry (line 866) | public PathGeometry GetOutlinedPathGeometry() method GetAsPathGeometry (line 875) | internal abstract PathGeometry GetAsPathGeometry(); method GetPathGeometryData (line 881) | internal abstract PathGeometryData GetPathGeometryData(); method GetPathFigureCollection (line 883) | internal PathFigureCollection GetPathFigureCollection() method GetCombinedMatrix (line 890) | internal Matrix GetCombinedMatrix(Transform transform) method GetTransformedFigureCollection (line 912) | internal abstract PathFigureCollection GetTransformedFigureCollection(... method IsObviouslyEmpty (line 917) | internal virtual bool IsObviouslyEmpty() { return IsEmpty(); } method CanSerializeToString (line 922) | internal virtual bool CanSerializeToString() type PathGeometryData (line 927) | internal struct PathGeometryData method IsEmpty (line 929) | internal bool IsEmpty() method GetEmptyPathGeometryData (line 976) | internal static PathGeometryData GetEmptyPathGeometryData() method MakeEmptyPathGeometryData (line 985) | private static PathGeometryData MakeEmptyPathGeometryData() method MakeEmptyGeometry (line 1012) | private static Geometry MakeEmptyGeometry() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GeometryCollection.cs class GeometryCollection (line 17) | public sealed partial class GeometryCollection : Animatable, IList, ILis... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GeometryDrawing.cs class GeometryDrawing (line 18) | public sealed partial class GeometryDrawing : Drawing method GeometryDrawing (line 26) | public GeometryDrawing() method GeometryDrawing (line 35) | public GeometryDrawing(Brush brush, Pen pen, Geometry geometry) method WalkCurrentValue (line 50) | internal override void WalkCurrentValue(DrawingContextWalker ctx) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GeometryGroup.cs class GeometryGroup (line 17) | [ContentProperty("Children")] method GeometryGroup (line 24) | public GeometryGroup() method GetPathGeometryData (line 34) | internal override PathGeometryData GetPathGeometryData() method GetAsPathGeometry (line 41) | internal override PathGeometry GetAsPathGeometry() method GetTransformedFigureCollection (line 56) | internal override PathFigureCollection GetTransformedFigureCollection(... method IsEmpty (line 89) | public override bool IsEmpty() method IsObviouslyEmpty (line 108) | internal override bool IsObviouslyEmpty() method MayHaveCurves (line 119) | public override bool MayHaveCurves() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GeometryHitTestParameters.cs class GeometryHitTestParameters (line 13) | public class GeometryHitTestParameters : HitTestParameters method GeometryHitTestParameters (line 24) | public GeometryHitTestParameters(Geometry geometry) : base() method PushMatrix (line 121) | internal void PushMatrix(ref Matrix newMatrix) method PopMatrix (line 141) | internal void PopMatrix() method EmergencyRestoreOriginalTransform (line 158) | internal void EmergencyRestoreOriginalTransform() method ClearHitGeometryCache (line 175) | private void ClearHitGeometryCache() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GeometryHitTestResult.cs class GeometryHitTestResult (line 11) | public class GeometryHitTestResult : HitTestResult method GeometryHitTestResult (line 18) | public GeometryHitTestResult( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GlyphCache.cs class GlyphCache (line 32) | internal class GlyphCache method RemoveFromChannel (line 58) | internal void RemoveFromChannel() method GlyphCache (line 70) | internal GlyphCache(DUCE.Channel channel) method SendCallbackEntryPoint (line 82) | private unsafe void SendCallbackEntryPoint() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GlyphRun.cs class GlyphRun (line 36) | public class GlyphRun : DUCE.IResource, ISupportInitialize method GlyphRun (line 51) | [Obsolete("Use the PixelsPerDip override", false)] method GlyphRun (line 62) | public GlyphRun(float pixelsPerDip) method GlyphRun (line 109) | [CLSCompliant(false)] method GlyphRun (line 200) | [CLSCompliant(false)] method TryCreate (line 255) | internal static GlyphRun TryCreate( method Initialize (line 302) | private void Initialize( method GetDistanceFromCaretCharacterHit (line 476) | public double GetDistanceFromCaretCharacterHit(CharacterHit characterHit) method GetCaretCharacterHitFromDistance (line 565) | public CharacterHit GetCaretCharacterHitFromDistance(double distance, ... method GetNextCaretCharacterHit (line 702) | public CharacterHit GetNextCaretCharacterHit(CharacterHit characterHit) method GetPreviousCaretCharacterHit (line 749) | public CharacterHit GetPreviousCaretCharacterHit(CharacterHit characte... method GetGlyphOffset (line 1188) | internal Point GetGlyphOffset(int i) method ComputeInkBoundingBox (line 1223) | public Rect ComputeInkBoundingBox() method AdjustAdvanceForDisplayLayout (line 1410) | private double AdjustAdvanceForDisplayLayout(double advance, method ComputeInkBoundingBoxLtoR (line 1434) | private Rect ComputeInkBoundingBoxLtoR(MS.Internal.Text.TextInterface.... method BuildGeometry (line 1546) | public Geometry BuildGeometry() method ComputeAlignmentBox (line 1605) | public Rect ComputeAlignmentBox() method EmitBackground (line 1646) | internal void EmitBackground(DrawingContext dc, Brush backgroundBrush) type EmGlyphMetrics (line 1687) | private struct EmGlyphMetrics method EmGlyphMetrics (line 1689) | internal EmGlyphMetrics(MS.Internal.Text.TextInterface.GlyphMetrics ... type Scale (line 1730) | internal struct Scale method Scale (line 1732) | internal Scale(ref Matrix matrix) method IsSame (line 1759) | internal bool IsSame(ref Scale scale) method AddRefOnChannel (line 1780) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannel (line 1797) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method RemoveChildFromParent (line 1809) | void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.... method Get3DHandle (line 1817) | DUCE.ResourceHandle DUCE.IResource.Get3DHandle(DUCE.Channel channel) method GetHandle (line 1825) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCount (line 1831) | int DUCE.IResource.GetChannelCount() method GetChannel (line 1836) | DUCE.Channel DUCE.IResource.GetChannel(int index) method CreateOnChannel (line 1844) | private void CreateOnChannel(DUCE.Channel channel) method ComposeFlags (line 1998) | private UInt16 ComposeFlags() method FindNearestCaretStop (line 2022) | private void FindNearestCaretStop( class DefaultCaretStopList (line 2082) | private class DefaultCaretStopList : IList method DefaultCaretStopList (line 2084) | public DefaultCaretStopList(int codePointCount) method IndexOf (line 2091) | public int IndexOf(bool item) method Insert (line 2096) | public void Insert(int index, bool item) method RemoveAt (line 2113) | public void RemoveAt(int index) method Add (line 2122) | public void Add(bool item) method Clear (line 2127) | public void Clear() method Contains (line 2132) | public bool Contains(bool item) method CopyTo (line 2137) | public void CopyTo(bool[] array, int arrayIndex) method Remove (line 2152) | public bool Remove(bool item) method GetEnumerator (line 2161) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 2170) | IEnumerator IEnumerable.GetEnumerator() class DefaultClusterMap (line 2184) | private class DefaultClusterMap : IList method DefaultClusterMap (line 2186) | public DefaultClusterMap(int count) method IndexOf (line 2193) | public int IndexOf(ushort item) method Insert (line 2198) | public void Insert(int index, ushort item) method RemoveAt (line 2215) | public void RemoveAt(int index) method Add (line 2224) | public void Add(ushort item) method Clear (line 2229) | public void Clear() method Contains (line 2234) | public bool Contains(ushort item) method CopyTo (line 2239) | public void CopyTo(ushort[] array, int arrayIndex) method Remove (line 2254) | public bool Remove(ushort item) method GetEnumerator (line 2263) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 2272) | IEnumerator IEnumerable.GetEnumerator() method BeginInit (line 2286) | void ISupportInitialize.BeginInit() method EndInit (line 2303) | void ISupportInitialize.EndInit() method CheckInitialized (line 2340) | private void CheckInitialized() method CheckInitializing (line 2351) | private void CheckInitializing() type GlyphRunFlags (line 2407) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GlyphRunDrawing.cs class GlyphRunDrawing (line 15) | public sealed partial class GlyphRunDrawing : Drawing method GlyphRunDrawing (line 23) | public GlyphRunDrawing() method GlyphRunDrawing (line 32) | public GlyphRunDrawing(Brush foregroundBrush, GlyphRun glyphRun) method WalkCurrentValue (line 46) | internal override void WalkCurrentValue(DrawingContextWalker ctx) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GlyphTypeface.cs class GlyphTypeface (line 32) | public class GlyphTypeface : ITypefaceMetrics, ISupportInitialize method GlyphTypeface (line 46) | public GlyphTypeface() method GlyphTypeface (line 55) | public GlyphTypeface(Uri typefaceSource) : this(typefaceSource, StyleS... method GlyphTypeface (line 64) | public GlyphTypeface(Uri typefaceSource, StyleSimulations styleSimulat... method GlyphTypeface (line 73) | internal GlyphTypeface(MS.Internal.Text.TextInterface.Font font) method Initialize (line 111) | private void Initialize(Uri typefaceSource, StyleSimulations styleSimu... method GetHashCode (line 172) | public override int GetHashCode() method Equals (line 183) | public override bool Equals(object o) method GetGlyphOutline (line 203) | [CLSCompliant(false)] method ComputeSubset (line 220) | [CLSCompliant(false)] method GetFontStream (line 256) | public Stream GetFontStream() method HasCharacter (line 984) | internal bool HasCharacter(uint unicodeValue) method GetAdvanceWidth (line 1008) | internal double GetAdvanceWidth(ushort glyph, method GetAdvanceHeight (line 1025) | private double GetAdvanceHeight(ushort glyph, method GlyphMetrics (line 1049) | private unsafe MS.Internal.Text.TextInterface.GlyphMetrics GlyphMetric... method GlyphMetrics (line 1085) | private unsafe void GlyphMetrics(ushort* pGlyphIndices, int characterC... method GetLeftSidebearing (line 1107) | private double GetLeftSidebearing(ushort glyph, method GetRightSidebearing (line 1115) | private double GetRightSidebearing(ushort glyph, method GetTopSidebearing (line 1123) | private double GetTopSidebearing(ushort glyph, method GetBottomSidebearing (line 1131) | private double GetBottomSidebearing(ushort glyph, method GetBaseline (line 1139) | private double GetBaseline(ushort glyph, method BaselineHelper (line 1148) | internal static double BaselineHelper(MS.Internal.Text.TextInterface.G... method GetGlyphMetrics (line 1162) | internal void GetGlyphMetrics( method GetGlyphMetrics (line 1213) | internal void GetGlyphMetrics( method ComputeGlyphOutline (line 1248) | internal Geometry ComputeGlyphOutline(ushort glyphIndex, method GetAdvanceWidthsUnshaped (line 1310) | internal unsafe void GetAdvanceWidthsUnshaped( method ComputeUnshapedGlyphRun (line 1370) | internal GlyphRun ComputeUnshapedGlyphRun( method GetGlyphIndicesOptimized (line 1427) | internal void GetGlyphIndicesOptimized(CharacterBufferRange characters... method GetGlyphMetricsOptimized (line 1437) | internal void GetGlyphMetricsOptimized(CharacterBufferRange characters, method GetGlyphMetricsOptimized (line 1450) | internal void GetGlyphMetricsOptimized(CharacterBufferRange characters, method GetGlyphMetricsAndIndicesOptimized (line 1489) | private unsafe void GetGlyphMetricsAndIndicesOptimized(uint *pCodepoints, method GetFontInfo (line 1628) | private IDictionary GetFontInfo(MS.Internal.Text.... method BeginInit (line 1645) | void ISupportInitialize.BeginInit() method EndInit (line 1662) | void ISupportInitialize.EndInit() method CheckInitialized (line 1673) | private void CheckInitialized() method CheckInitializing (line 1681) | private void CheckInitializing() method CreateGlyphIndexer (line 1692) | private GlyphIndexer CreateGlyphIndexer(GlyphAccessor accessor) class GlyphIndexer (line 1725) | private class GlyphIndexer : IDictionary method GlyphIndexer (line 1727) | internal GlyphIndexer(GlyphAccessor accessor, ushort numberOfGlyphs) method Add (line 1735) | public void Add(ushort key, double value) method ContainsKey (line 1740) | public bool ContainsKey(ushort key) method Remove (line 1750) | public bool Remove(ushort key) method TryGetValue (line 1755) | public bool TryGetValue(ushort key, out double value) method Add (line 1792) | public void Add(KeyValuePair item) method Clear (line 1797) | public void Clear() method Contains (line 1802) | public bool Contains(KeyValuePair item) method CopyTo (line 1807) | public void CopyTo(KeyValuePair[] array, int arrayIn... method Remove (line 1837) | public bool Remove(KeyValuePair item) method GetEnumerator (line 1846) | public IEnumerator> GetEnumerator() method GetEnumerator (line 1856) | IEnumerator IEnumerable.GetEnumerator() class ValueCollection (line 1863) | private class ValueCollection : ICollection method ValueCollection (line 1865) | public ValueCollection(GlyphIndexer glyphIndexer) method Add (line 1872) | public void Add(double item) method Clear (line 1877) | public void Clear() method Contains (line 1882) | public bool Contains(double item) method CopyTo (line 1892) | public void CopyTo(double[] array, int arrayIndex) method Remove (line 1922) | public bool Remove(double item) method GetEnumerator (line 1931) | public IEnumerator GetEnumerator() method GetEnumerator (line 1941) | IEnumerator IEnumerable.GetEnumerator() type InitializationState (line 1986) | private enum InitializationState FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GlyphsSerializer.cs class GlyphsSerializer (line 15) | internal class GlyphsSerializer method GlyphsSerializer (line 22) | public GlyphsSerializer(GlyphRun glyphRun) method ComputeContentStrings (line 63) | public void ComputeContentStrings(out string characters, out string in... method RemoveTrailingCharacters (line 136) | private void RemoveTrailingCharacters(StringBuilder sb, char trailingC... method AddGlyph (line 152) | private void AddGlyph(int glyph, int sourceCharacter) method AddCluster (line 225) | private void AddCluster(int glyphClusterStart, int glyphClusterEnd, in... method CreateCaretStopsString (line 257) | private string CreateCaretStopsString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GradientBrush.cs class GradientBrush (line 24) | [ContentProperty("GradientStops")] method GradientBrush (line 32) | protected GradientBrush() method GradientBrush (line 40) | protected GradientBrush(GradientStopCollection gradientStopCollection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GradientStop.cs class GradientStop (line 21) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method GradientStop (line 29) | public GradientStop() method GradientStop (line 38) | public GradientStop(Color color, double offset) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/GuidelineCollection.cs class GuidelineSet (line 21) | public partial class GuidelineSet : Animatable, DUCE.IResource method GuidelineSet (line 28) | public GuidelineSet() method GuidelineSet (line 42) | internal GuidelineSet(double[] guidelinesX, double[] guidelinesY, bool... method GuidelineSet (line 70) | public GuidelineSet(double[] guidelinesX, double[] guidelinesY) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/HitTestDrawingContextWalker.cs class HitTestDrawingContextWalker (line 18) | internal abstract class HitTestDrawingContextWalker: DrawingContextWalker method HitTestDrawingContextWalker (line 23) | internal HitTestDrawingContextWalker() method DrawLine (line 44) | public override void DrawLine( method DrawRectangle (line 67) | public override void DrawRectangle( method DrawRoundedRectangle (line 98) | public override void DrawRoundedRectangle( method DrawEllipse (line 133) | public override void DrawEllipse( method DrawImage (line 156) | public override void DrawImage( method DrawVideo (line 185) | public override void DrawVideo( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/HitTestFilterBehavior.cs type HitTestFilterBehavior (line 14) | public enum HitTestFilterBehavior class HTFBInterpreter (line 49) | internal static class HTFBInterpreter method DoHitTest (line 55) | internal static bool DoHitTest(HitTestFilterBehavior behavior) method IncludeChildren (line 60) | internal static bool IncludeChildren(HitTestFilterBehavior behavior) method Stop (line 65) | internal static bool Stop(HitTestFilterBehavior behavior) method SkipSubgraph (line 70) | internal static bool SkipSubgraph(HitTestFilterBehavior behavior) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/HitTestParameters.cs class HitTestParameters (line 11) | public abstract class HitTestParameters method HitTestParameters (line 14) | internal HitTestParameters() {} FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/HitTestResult.cs class HitTestResult (line 11) | public abstract class HitTestResult method HitTestResult (line 15) | internal HitTestResult(DependencyObject visualHit) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/HitTestResultBehavior.cs type HitTestResultBehavior (line 11) | public enum HitTestResultBehavior FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/HitTestWithGeometryDrawingContextWalker.cs class HitTestWithGeometryDrawingContextWalker (line 20) | internal class HitTestWithGeometryDrawingContextWalker : HitTestDrawingC... method HitTestWithGeometryDrawingContextWalker (line 26) | internal HitTestWithGeometryDrawingContextWalker(PathGeometry geometry) class ModifierNode (line 67) | private class ModifierNode class TransformModifierNode (line 71) | private class TransformModifierNode : ModifierNode method TransformModifierNode (line 73) | public TransformModifierNode(Transform transform) {_transform = tran... class ClipModifierNode (line 77) | private class ClipModifierNode : ModifierNode method ClipModifierNode (line 79) | public ClipModifierNode(Geometry clip) {_clip = clip;} method DrawGeometry (line 101) | public override void DrawGeometry( method DrawGlyphRun (line 160) | public override void DrawGlyphRun(Brush foregroundBrush, GlyphRun glyp... method PushClip (line 181) | public override void PushClip( method PushOpacityMask (line 226) | public override void PushOpacityMask(Brush brush) method PushOpacity (line 240) | public override void PushOpacity( method PushTransform (line 253) | public override void PushTransform( method PushGuidelineSet (line 283) | public override void PushGuidelineSet( method PushGuidelineY1 (line 296) | internal override void PushGuidelineY1( method PushGuidelineY2 (line 314) | internal override void PushGuidelineY2( method Pop (line 326) | public override void Pop() method AccumulateIntersectionDetail (line 369) | private void AccumulateIntersectionDetail(IntersectionDetail intersect... method PushModifierStack (line 440) | private void PushModifierStack(ModifierNode modifier) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/HitTestWithPointDrawingContextWalker.cs class HitTestWithPointDrawingContextWalker (line 19) | internal class HitTestWithPointDrawingContextWalker: HitTestDrawingConte... method HitTestWithPointDrawingContextWalker (line 25) | internal HitTestWithPointDrawingContextWalker(Point point) method DrawGeometry (line 65) | public override void DrawGeometry( method DrawGlyphRun (line 101) | public override void DrawGlyphRun(Brush foregroundBrush, GlyphRun glyp... method PushClip (line 129) | public override void PushClip( method PushOpacityMask (line 153) | public override void PushOpacityMask(Brush brush) method PushOpacity (line 170) | public override void PushOpacity( method PushTransform (line 186) | public override void PushTransform( method PushGuidelineSet (line 226) | public override void PushGuidelineSet( method PushGuidelineY1 (line 241) | internal override void PushGuidelineY1( method PushGuidelineY2 (line 262) | internal override void PushGuidelineY2( method PushEffect (line 281) | [Obsolete(MS.Internal.Media.VisualTreeUtils.BitmapEffectObsoleteMessage)] method Pop (line 296) | public override void Pop( method PushPointStack (line 313) | private void PushPointStack(Point point) method PopPointStack (line 330) | private void PopPointStack() method IsPushNoOp (line 345) | private bool IsPushNoOp() method IsPopNoOp (line 366) | private bool IsPopNoOp() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/HostVisual.cs class HostVisual (line 14) | public class HostVisual : ContainerVisual method HostVisual (line 27) | public HostVisual() method HitTestCore (line 44) | protected override HitTestResult HitTestCore( method HitTestCore (line 58) | protected override GeometryHitTestResult HitTestCore( method GetContentBounds (line 82) | internal override Rect GetContentBounds() method RenderContent (line 90) | internal override void RenderContent(RenderContext ctx, bool isOnChannel) method FreeContent (line 102) | internal override void FreeContent(DUCE.Channel channel) method BeginHosting (line 128) | internal void BeginHosting(VisualTarget target) method EndHosting (line 179) | internal void EndHosting() method DoHandleDuplication (line 202) | internal object DoHandleDuplication(object channel) method EnsureHostedVisualConnected (line 233) | private void EnsureHostedVisualConnected(DUCE.Channel channel) method DisconnectHostedVisualOnAllChannels (line 362) | private void DisconnectHostedVisualOnAllChannels() method DisconnectHostedVisual (line 379) | private void DisconnectHostedVisual( method DoDisconnectHostedVisual (line 429) | private object DoDisconnectHostedVisual(object arg) method DoPendingDisconnect (line 449) | private bool DoPendingDisconnect(DUCE.Channel channel) method Disconnect (line 497) | private void Disconnect(DUCE.Channel channel, method Invalidate (line 525) | private void Invalidate() class DisconnectData (line 570) | private class DisconnectData method DisconnectData (line 581) | public DisconnectData(DispatcherOperation op, FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ICompositionTarget.cs type ICompositionTarget (line 19) | internal interface ICompositionTarget : IDisposable method Render (line 21) | void Render(bool inResize, DUCE.Channel channel); method AddRefOnChannel (line 22) | void AddRefOnChannel(DUCE.Channel channel, DUCE.Channel outOfBandChann... method ReleaseOnChannel (line 23) | void ReleaseOnChannel(DUCE.Channel channel, DUCE.Channel outOfBandChan... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ICyclicBrush.cs type ICyclicBrush (line 15) | internal interface ICyclicBrush method FireOnChanged (line 17) | void FireOnChanged(); method RenderForCyclicBrush (line 19) | void RenderForCyclicBrush(DUCE.Channel channel, bool skipChannelCheck); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/IDrawingContent.cs type IDrawingContent (line 22) | internal interface IDrawingContent : DUCE.IResource method GetContentBounds (line 30) | Rect GetContentBounds(BoundsDrawingContextWalker ctx); method WalkContent (line 37) | void WalkContent(DrawingContextWalker walker); method HitTestPoint (line 46) | bool HitTestPoint(Point point); method HitTestGeometry (line 55) | IntersectionDetail HitTestGeometry(PathGeometry geometry); method PropagateChangedHandler (line 63) | void PropagateChangedHandler(EventHandler handler, bool adding); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/IFreezeFreezables.cs type IFreezeFreezables (line 9) | internal interface IFreezeFreezables method TryFreeze (line 16) | bool TryFreeze(string value, Freezable freezable); method TryGetFreezable (line 18) | Freezable TryGetFreezable(string value); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ImageBrush.cs class ImageBrush (line 16) | public sealed partial class ImageBrush : TileBrush method ImageBrush (line 23) | public ImageBrush() method ImageBrush (line 33) | public ImageBrush(ImageSource image) method GetContentBounds (line 46) | protected override void GetContentBounds(out Rect contentBounds) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ImageDrawing.cs class ImageDrawing (line 16) | public sealed partial class ImageDrawing : Drawing method ImageDrawing (line 24) | public ImageDrawing() method ImageDrawing (line 33) | public ImageDrawing(ImageSource imageSource, Rect rect) method WalkCurrentValue (line 47) | internal override void WalkCurrentValue(DrawingContextWalker ctx) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ImageMetadata.cs class ImageMetadata (line 14) | public abstract partial class ImageMetadata : Freezable method ImageMetadata (line 21) | internal ImageMetadata() method Clone (line 33) | public new ImageMetadata Clone() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ImageSource.cs class ImageSource (line 19) | [TypeConverter(typeof(System.Windows.Media.ImageSourceConverter))] method ImageSource (line 29) | internal ImageSource() method CanSerializeToString (line 75) | internal virtual bool CanSerializeToString() method PixelsToDIPs (line 86) | protected static double PixelsToDIPs(double dpi, int pixels) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ImageSourceConverter.cs class ImageSourceConverter (line 18) | public class ImageSourceConverter : TypeConverter method CanConvertFrom (line 28) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 46) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 82) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 184) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... method GetBitmapStream (line 212) | private unsafe Stream GetBitmapStream(byte[] rawData) type OBJECTHEADER (line 278) | [StructLayout(LayoutKind.Sequential)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ImageSourceValueSerializer.cs class ImageSourceValueSerializer (line 19) | public class ImageSourceValueSerializer : ValueSerializer method CanConvertFromString (line 24) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 32) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 41) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 61) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BitmapCacheOption.cs type BitmapCacheOption (line 15) | public enum BitmapCacheOption FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BitmapCodecInfo.cs class BitmapCodecInfo (line 18) | public abstract class BitmapCodecInfo method BitmapCodecInfo (line 25) | protected BitmapCodecInfo() method BitmapCodecInfo (line 32) | internal BitmapCodecInfo(SafeMILHandle codecInfoHandle) method EnsureBuiltIn (line 475) | private void EnsureBuiltIn() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BitmapCodecInfoInternal.cs class BitmapCodecInfoInternal (line 14) | internal class BitmapCodecInfoInternal : BitmapCodecInfo method BitmapCodecInfoInternal (line 21) | private BitmapCodecInfoInternal() method BitmapCodecInfoInternal (line 28) | internal BitmapCodecInfoInternal(SafeMILHandle codecInfoHandle) : FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BitmapCreateOptions.cs type BitmapCreateOptions (line 15) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BitmapDecoder.cs class BitmapDecoder (line 25) | public abstract class BitmapDecoder : DispatcherObject method BitmapDecoder (line 29) | static BitmapDecoder() method BitmapDecoder (line 35) | protected BitmapDecoder() method BitmapDecoder (line 42) | internal BitmapDecoder(bool isBuiltIn) method BitmapDecoder (line 50) | internal BitmapDecoder( method BitmapDecoder (line 107) | internal BitmapDecoder( method BitmapDecoder (line 151) | internal BitmapDecoder( method CreateFromUriOrStream (line 218) | internal static BitmapDecoder CreateFromUriOrStream( method Create (line 437) | public static BitmapDecoder Create( method Create (line 454) | public static BitmapDecoder Create( method Create (line 481) | public static BitmapDecoder Create( method CreateInPlaceBitmapMetadataWriter (line 848) | public virtual InPlaceBitmapMetadataWriter CreateInPlaceBitmapMetadata... method ToString (line 865) | public override string ToString() method GetColorContexts (line 935) | private int GetColorContexts(ref uint numContexts, IntPtr[] colorConte... method CheckOriginalWritable (line 975) | internal void CheckOriginalWritable() method SetupDecoderFromUriOrStream (line 987) | internal static SafeMILHandle SetupDecoderFromUriOrStream( method ProcessHttpsFiles (line 1183) | private static Stream ProcessHttpsFiles(Uri uri, Stream stream) method ProcessHttpFiles (line 1201) | private static Stream ProcessHttpFiles(Uri uri, Stream stream) method ProcessUncFiles (line 1216) | private static Stream ProcessUncFiles(Uri uri) method GetCLSIDFromDecoder (line 1224) | private static Guid GetCLSIDFromDecoder(SafeMILHandle decoderHandle, o... method GetSeekableStream (line 1275) | private static System.IO.Stream GetSeekableStream(System.IO.Stream bit... method CheckCache (line 1323) | private static BitmapDecoder CheckCache( method Initialize (line 1359) | private void Initialize(BitmapDecoder decoder) method CloseStream (line 1403) | internal void CloseStream() method SetupFrames (line 1422) | internal void SetupFrames(BitmapDecoder decoder, ReadOnlyCollection IEnumerable.GetEnumerator() method ContainsQuery (line 1177) | public bool ContainsQuery(String query) method CopyCommon (line 1431) | private void CopyCommon(BitmapMetadata sourceBitmapMetadata) method EnsureBitmapMetadata (line 1499) | private void EnsureBitmapMetadata() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BitmapMetadataBlob.cs class BitmapMetadataBlob (line 14) | public class BitmapMetadataBlob method BitmapMetadataBlob (line 19) | public BitmapMetadataBlob(byte[] blob) method GetBlobValue (line 27) | public byte[] GetBlobValue() method InternalGetBlobValue (line 35) | internal byte[] InternalGetBlobValue() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BitmapMetadataEnumerator.cs type BitmapMetadataEnumerator (line 14) | internal struct BitmapMetadataEnumerator : IEnumerator, IEnumerator method MoveNext (line 47) | public bool MoveNext() method Reset (line 101) | public void Reset() method Dispose (line 141) | void IDisposable.Dispose() method BitmapMetadataEnumerator (line 160) | internal BitmapMetadataEnumerator(SafeMILHandle metadataHandle) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BitmapPalette.cs class BitmapPalette (line 15) | public sealed class BitmapPalette : DispatcherObject method BitmapPalette (line 22) | private BitmapPalette() method BitmapPalette (line 29) | public BitmapPalette(IList colors) method BitmapPalette (line 63) | public BitmapPalette(BitmapSource bitmapSource, int maxColorCount) method BitmapPalette (line 96) | internal BitmapPalette(WICPaletteType paletteType, method BitmapPalette (line 129) | internal BitmapPalette(SafeMILHandle unmanagedPalette) method CreateFromBitmapSource (line 146) | internal static BitmapPalette CreateFromBitmapSource(BitmapSource source) method DoesPaletteHaveAlpha (line 228) | internal static bool DoesPaletteHaveAlpha(BitmapPalette palette) method CreateInternalPalette (line 244) | internal static SafeMILHandle CreateInternalPalette() method UpdateUnmanaged (line 264) | private unsafe void UpdateUnmanaged() method UpdateManaged (line 293) | private void UpdateManaged() type ImagePaletteColor (line 341) | [StructLayout(LayoutKind.Sequential)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BitmapPalettes.cs class BitmapPalettes (line 15) | public static class BitmapPalettes method FromMILPaletteType (line 282) | internal static Imaging.BitmapPalette FromMILPaletteType(WICPaletteTyp... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BitmapSizeOptions.cs class BitmapSizeOptions (line 14) | public class BitmapSizeOptions method BitmapSizeOptions (line 19) | private BitmapSizeOptions() method FromEmptyOptions (line 88) | public static BitmapSizeOptions FromEmptyOptions() method FromHeight (line 105) | public static BitmapSizeOptions FromHeight(int pixelHeight) method FromWidth (line 124) | public static BitmapSizeOptions FromWidth(int pixelWidth) method FromWidthAndHeight (line 145) | public static BitmapSizeOptions FromWidthAndHeight(int pixelWidth, int... method FromRotation (line 166) | public static BitmapSizeOptions FromRotation(Rotation rotation) method GetScaledWidthAndHeight (line 192) | internal void GetScaledWidthAndHeight( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BitmapSource.cs class BitmapSource (line 20) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method Create (line 36) | public static BitmapSource Create( method Create (line 70) | public static unsafe BitmapSource Create( method BitmapSource (line 94) | protected BitmapSource() method BitmapSource (line 106) | internal BitmapSource(bool useVirtuals) method Clone (line 119) | public new BitmapSource Clone() method CloneCurrentValue (line 128) | public new BitmapSource CloneCurrentValue() method CopyPixels (line 343) | public virtual void CopyPixels(Int32Rect sourceRect, Array pixels, int... method CopyPixels (line 361) | public virtual void CopyPixels(Array pixels, int stride, int offset) method CopyPixels (line 382) | public virtual void CopyPixels(Int32Rect sourceRect, IntPtr buffer, in... method GetWidthInternal (line 441) | private double GetWidthInternal() method GetHeightInternal (line 449) | private double GetHeightInternal() method CompleteDelayedCreation (line 500) | internal void CompleteDelayedCreation() method FinalizeCreation (line 529) | internal virtual void FinalizeCreation() method EnsureShouldUseVirtuals (line 534) | private void EnsureShouldUseVirtuals() method UpdateCachedSettings (line 602) | internal virtual void UpdateCachedSettings() method CriticalCopyPixels (line 634) | internal unsafe void CriticalCopyPixels(Int32Rect sourceRect, Array pi... method CriticalCopyPixels (line 681) | internal void CriticalCopyPixels(Int32Rect sourceRect, IntPtr buffer, ... method CheckIfSiteOfOrigin (line 715) | protected void CheckIfSiteOfOrigin() method UpdateResource (line 735) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 884) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method AddRefOnChannel (line 894) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method GetChannelCountCore (line 903) | internal override int GetChannelCountCore() method GetChannelCount (line 908) | int DUCE.IResource.GetChannelCount() method GetChannelCore (line 913) | internal override DUCE.Channel GetChannelCore(int index) method GetChannel (line 918) | DUCE.Channel DUCE.IResource.GetChannel(int index) method UpdateBitmapSourceResource (line 923) | internal virtual void UpdateBitmapSourceResource(DUCE.Channel channel,... method RecoverFromDecodeFailure (line 950) | internal void RecoverFromDecodeFailure(Exception e) method ReleaseOnChannelCore (line 962) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method ReleaseOnChannel (line 969) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandleCore (line 978) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetHandle (line 983) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetClosestDUCEFormat (line 992) | internal static PixelFormat GetClosestDUCEFormat(PixelFormat format, B... method CreateCachedBitmap (line 1034) | internal static BitmapSourceSafeMILHandle CreateCachedBitmap( method OnDecodeFailed (line 1190) | private void OnDecodeFailed(object sender, ExceptionEventArgs e) method OnSourceDownloadCompleted (line 1200) | private void OnSourceDownloadCompleted(object sender, EventArgs e) method OnSourceDownloadFailed (line 1247) | private void OnSourceDownloadFailed(object sender, ExceptionEventArgs e) method OnSourceDownloadProgress (line 1268) | private void OnSourceDownloadProgress(object sender, DownloadProgressE... method CleanUpWeakEventSink (line 1273) | private void CleanUpWeakEventSink() method RegisterDownloadEventSource (line 1320) | internal void RegisterDownloadEventSource(BitmapSource eventSource) method UnregisterDownloadEventSource (line 1331) | internal void UnregisterDownloadEventSource() method IsValidForFinalizeCreation (line 1346) | internal virtual bool IsValidForFinalizeCreation(bool throwIfInvalid) method FreezeCore (line 1389) | protected override bool FreezeCore(bool isChecking) method CopyCommon (line 1409) | private void CopyCommon(BitmapSource sourceBitmap) method CloneCore (line 1480) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 1491) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 1502) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 1513) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method IsCompatibleFormat (line 1581) | internal static bool IsCompatibleFormat(PixelFormat format) type IWICBitmapSource (line 1621) | [ComImport(), Guid("00000120-a8f2-4877-ba0a-fd2b6645fb94"), InterfaceT... method GetSize (line 1624) | [PreserveSig] method GetPixelFormat (line 1630) | [PreserveSig] method GetResolution (line 1635) | [PreserveSig] method GetPalette (line 1641) | [PreserveSig] method CopyPixels (line 1648) | [PreserveSig] class ManagedBitmapSource (line 1667) | [ClassInterface(ClassInterfaceType.None)] method ManagedBitmapSource (line 1693) | public ManagedBitmapSource(BitmapSource bitmapSource) method GetSize (line 1699) | int IWICBitmapSource.GetSize(out int puiWidth, out int puiHeight) method GetPixelFormat (line 1716) | int IWICBitmapSource.GetPixelFormat(out Guid guidFormat) method GetResolution (line 1731) | int IWICBitmapSource.GetResolution(out double pDpiX, out double pDpiY) method GetPalette (line 1748) | int IWICBitmapSource.GetPalette(IntPtr /* IWICPalette */ pIPalette) method CopyPixels (line 1768) | int IWICBitmapSource.CopyPixels(IntPtr prc, int cbStride, int cbPixe... class WeakBitmapSourceEventSink (line 1866) | private class WeakBitmapSourceEventSink : WeakReference method WeakBitmapSourceEventSink (line 1868) | public WeakBitmapSourceEventSink(BitmapSource bitmapSource) method OnSourceDownloadCompleted (line 1873) | public void OnSourceDownloadCompleted(object sender, EventArgs e) method OnSourceDownloadFailed (line 1886) | public void OnSourceDownloadFailed(object sender, ExceptionEventArgs e) method OnSourceDownloadProgress (line 1899) | public void OnSourceDownloadProgress(object sender, DownloadProgress... method DetachSourceDownloadHandlers (line 1912) | public void DetachSourceDownloadHandlers(BitmapSource source) method AttachSourceDownloadHandlers (line 1922) | public void AttachSourceDownloadHandlers() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BitmapSourceSafeMILHandle.cs class BitmapSourceSafeMILHandle (line 22) | internal class BitmapSourceSafeMILHandle : SafeMILHandle method BitmapSourceSafeMILHandle (line 24) | static BitmapSourceSafeMILHandle() { } method BitmapSourceSafeMILHandle (line 30) | internal BitmapSourceSafeMILHandle() : base() method BitmapSourceSafeMILHandle (line 38) | internal BitmapSourceSafeMILHandle(IntPtr handle) : base() method BitmapSourceSafeMILHandle (line 48) | internal BitmapSourceSafeMILHandle(IntPtr handle, SafeMILHandle copyMe... method CalculateSize (line 57) | internal void CalculateSize() method ComputeEstimatedSize (line 65) | private static long ComputeEstimatedSize(IntPtr bitmapObject) method ReleaseHandle (line 141) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BitmapVisualManager.cs class BitmapVisualManager (line 15) | internal class BitmapVisualManager : DispatcherObject method BitmapVisualManager (line 18) | private BitmapVisualManager() method BitmapVisualManager (line 26) | public BitmapVisualManager(RenderTargetBitmap bitmapTarget) method Render (line 45) | public void Render(Visual visual) method Render (line 59) | internal void Render(Visual visual, Matrix worldTransform, Rect window... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BmpBitmapDecoder.cs class BmpBitmapDecoder (line 18) | public sealed class BmpBitmapDecoder : BitmapDecoder method BmpBitmapDecoder (line 23) | private BmpBitmapDecoder() method BmpBitmapDecoder (line 33) | public BmpBitmapDecoder( method BmpBitmapDecoder (line 47) | public BmpBitmapDecoder( method BmpBitmapDecoder (line 58) | internal BmpBitmapDecoder( method SealObject (line 78) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/BmpBitmapEncoder.cs class BmpBitmapEncoder (line 17) | public sealed class BmpBitmapEncoder : BitmapEncoder method BmpBitmapEncoder (line 24) | public BmpBitmapEncoder() : method SetupFrame (line 53) | internal override void SetupFrame(SafeMILHandle frameEncodeHandle, Saf... method SealObject (line 66) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/CachedBitmap.cs class CachedBitmap (line 15) | public sealed class CachedBitmap : System.Windows.Media.Imaging.BitmapSo... method CachedBitmap (line 23) | public CachedBitmap(BitmapSource source, BitmapCreateOptions createOpt... method CachedBitmap (line 40) | internal unsafe CachedBitmap( method CachedBitmap (line 63) | internal CachedBitmap(BitmapSourceSafeMILHandle bitmap) : base(true) method CachedBitmap (line 94) | private CachedBitmap() method CachedBitmap (line 101) | internal unsafe CachedBitmap( method CopyCommon (line 142) | private void CopyCommon(CachedBitmap sourceBitmap) method BeginInit (line 174) | private void BeginInit() method EndInit (line 182) | private void EndInit() method FinalizeCreation (line 194) | internal override void FinalizeCreation() method Clone (line 211) | public new CachedBitmap Clone() method CloneCurrentValue (line 220) | public new CachedBitmap CloneCurrentValue() method CreateInstanceCore (line 239) | protected override Freezable CreateInstanceCore() method CloneCore (line 247) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 259) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 272) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 285) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method InitFromWICSource (line 299) | private void InitFromWICSource( method InitFromMemoryPtr (line 331) | private void InitFromMemoryPtr( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/ColorConvertedBitmap.cs class ColorConvertedBitmap (line 14) | public sealed partial class ColorConvertedBitmap : Imaging.BitmapSource,... method ColorConvertedBitmap (line 19) | public ColorConvertedBitmap() : base(true) method ColorConvertedBitmap (line 30) | public ColorConvertedBitmap(BitmapSource source, ColorContext sourceCo... method BeginInit (line 55) | public void BeginInit() method EndInit (line 64) | public void EndInit() method ClonePrequel (line 73) | private void ClonePrequel(ColorConvertedBitmap otherColorConvertedBitmap) method ClonePostscript (line 78) | private void ClonePostscript(ColorConvertedBitmap otherColorConvertedB... method FinalizeCreation (line 86) | internal override void FinalizeCreation() method SourcePropertyChangedHook (line 121) | private void SourcePropertyChangedHook(DependencyPropertyChangedEventA... method IsValidForFinalizeCreation (line 132) | internal override bool IsValidForFinalizeCreation(bool throwIfInvalid) method SourceColorContextPropertyChangedHook (line 167) | private void SourceColorContextPropertyChangedHook(DependencyPropertyC... method DestinationColorContextPropertyChangedHook (line 178) | private void DestinationColorContextPropertyChangedHook(DependencyProp... method DestinationFormatPropertyChangedHook (line 189) | private void DestinationFormatPropertyChangedHook(DependencyPropertyCh... method CoerceSource (line 200) | private static object CoerceSource(DependencyObject d, object value) method CoerceSourceColorContext (line 216) | private static object CoerceSourceColorContext(DependencyObject d, obj... method CoerceDestinationColorContext (line 232) | private static object CoerceDestinationColorContext(DependencyObject d... method CoerceDestinationFormat (line 248) | private static object CoerceDestinationFormat(DependencyObject d, obje... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/CroppedBitmap.cs class CroppedBitmap (line 14) | public sealed partial class CroppedBitmap : Imaging.BitmapSource, ISuppo... method CroppedBitmap (line 19) | public CroppedBitmap() : base(true) method CroppedBitmap (line 28) | public CroppedBitmap(BitmapSource source, Int32Rect sourceRect) method BeginInit (line 47) | public void BeginInit() method EndInit (line 56) | public void EndInit() method ClonePrequel (line 65) | private void ClonePrequel(CroppedBitmap otherCroppedBitmap) method ClonePostscript (line 70) | private void ClonePostscript(CroppedBitmap otherCroppedBitmap) method FinalizeCreation (line 78) | internal override void FinalizeCreation() method SourcePropertyChangedHook (line 137) | private void SourcePropertyChangedHook(DependencyPropertyChangedEventA... method IsValidForFinalizeCreation (line 148) | internal override bool IsValidForFinalizeCreation(bool throwIfInvalid) method SourceRectPropertyChangedHook (line 165) | private void SourceRectPropertyChangedHook(DependencyPropertyChangedEv... method CoerceSource (line 176) | private static object CoerceSource(DependencyObject d, object value) method CoerceSourceRect (line 192) | private static object CoerceSourceRect(DependencyObject d, object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/DownloadProgressEventArgs.cs class DownloadProgressEventArgs (line 14) | public class DownloadProgressEventArgs : EventArgs method DownloadProgressEventArgs (line 17) | internal DownloadProgressEventArgs(int percentComplete) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/FormatConvertedBitmap.cs class FormatConvertedBitmap (line 15) | public sealed partial class FormatConvertedBitmap : Imaging.BitmapSource... method FormatConvertedBitmap (line 20) | public FormatConvertedBitmap() : base(true) method FormatConvertedBitmap (line 31) | public FormatConvertedBitmap(BitmapSource source, PixelFormat destinat... method BeginInit (line 56) | public void BeginInit() method EndInit (line 65) | public void EndInit() method ClonePrequel (line 74) | private void ClonePrequel(FormatConvertedBitmap otherFormatConvertedBi... method ClonePostscript (line 79) | private void ClonePostscript(FormatConvertedBitmap otherFormatConverte... method FinalizeCreation (line 87) | internal override void FinalizeCreation() method SourcePropertyChangedHook (line 152) | private void SourcePropertyChangedHook(DependencyPropertyChangedEventA... method IsValidForFinalizeCreation (line 163) | internal override bool IsValidForFinalizeCreation(bool throwIfInvalid) method DestinationFormatPropertyChangedHook (line 199) | private void DestinationFormatPropertyChangedHook(DependencyPropertyCh... method DestinationPalettePropertyChangedHook (line 210) | private void DestinationPalettePropertyChangedHook(DependencyPropertyC... method AlphaThresholdPropertyChangedHook (line 221) | private void AlphaThresholdPropertyChangedHook(DependencyPropertyChang... method CoerceSource (line 232) | private static object CoerceSource(DependencyObject d, object value) method CoerceDestinationFormat (line 248) | private static object CoerceDestinationFormat(DependencyObject d, obje... method CoerceDestinationPalette (line 284) | private static object CoerceDestinationPalette(DependencyObject d, obj... method CoerceAlphaThreshold (line 300) | private static object CoerceAlphaThreshold(DependencyObject d, object ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/BitmapImage.cs class BitmapImage (line 17) | public sealed partial class BitmapImage : BitmapSource method Clone (line 31) | public new BitmapImage Clone() method CloneCurrentValue (line 40) | public new BitmapImage CloneCurrentValue() method UriCachePolicyPropertyChanged (line 56) | private static void UriCachePolicyPropertyChanged(DependencyObject d, ... method UriSourcePropertyChanged (line 65) | private static void UriSourcePropertyChanged(DependencyObject d, Depen... method StreamSourcePropertyChanged (line 74) | private static void StreamSourcePropertyChanged(DependencyObject d, De... method DecodePixelWidthPropertyChanged (line 83) | private static void DecodePixelWidthPropertyChanged(DependencyObject d... method DecodePixelHeightPropertyChanged (line 92) | private static void DecodePixelHeightPropertyChanged(DependencyObject ... method RotationPropertyChanged (line 101) | private static void RotationPropertyChanged(DependencyObject d, Depend... method SourceRectPropertyChanged (line 110) | private static void SourceRectPropertyChanged(DependencyObject d, Depe... method CreateOptionsPropertyChanged (line 119) | private static void CreateOptionsPropertyChanged(DependencyObject d, D... method CacheOptionPropertyChanged (line 128) | private static void CacheOptionPropertyChanged(DependencyObject d, Dep... method CreateInstanceCore (line 292) | protected override Freezable CreateInstanceCore() method CloneCore (line 299) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 316) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 333) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 350) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method BitmapImage (line 481) | static BitmapImage() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/ColorConvertedBitmap.cs class ColorConvertedBitmap (line 17) | public sealed partial class ColorConvertedBitmap : BitmapSource method Clone (line 31) | public new ColorConvertedBitmap Clone() method CloneCurrentValue (line 40) | public new ColorConvertedBitmap CloneCurrentValue() method SourcePropertyChanged (line 56) | private static void SourcePropertyChanged(DependencyObject d, Dependen... method SourceColorContextPropertyChanged (line 84) | private static void SourceColorContextPropertyChanged(DependencyObject... method DestinationColorContextPropertyChanged (line 93) | private static void DestinationColorContextPropertyChanged(DependencyO... method DestinationFormatPropertyChanged (line 102) | private static void DestinationFormatPropertyChanged(DependencyObject ... method CreateInstanceCore (line 189) | protected override Freezable CreateInstanceCore() method CloneCore (line 196) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 213) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 230) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 247) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method ColorConvertedBitmap (line 353) | static ColorConvertedBitmap() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/CroppedBitmap.cs class CroppedBitmap (line 17) | public sealed partial class CroppedBitmap : BitmapSource method Clone (line 31) | public new CroppedBitmap Clone() method CloneCurrentValue (line 40) | public new CroppedBitmap CloneCurrentValue() method SourcePropertyChanged (line 56) | private static void SourcePropertyChanged(DependencyObject d, Dependen... method SourceRectPropertyChanged (line 84) | private static void SourceRectPropertyChanged(DependencyObject d, Depe... method CreateInstanceCore (line 141) | protected override Freezable CreateInstanceCore() method CloneCore (line 148) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 165) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 182) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 199) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CroppedBitmap (line 295) | static CroppedBitmap() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/FormatConvertedBitmap.cs class FormatConvertedBitmap (line 17) | public sealed partial class FormatConvertedBitmap : BitmapSource method Clone (line 31) | public new FormatConvertedBitmap Clone() method CloneCurrentValue (line 40) | public new FormatConvertedBitmap CloneCurrentValue() method SourcePropertyChanged (line 56) | private static void SourcePropertyChanged(DependencyObject d, Dependen... method DestinationFormatPropertyChanged (line 84) | private static void DestinationFormatPropertyChanged(DependencyObject ... method DestinationPalettePropertyChanged (line 93) | private static void DestinationPalettePropertyChanged(DependencyObject... method AlphaThresholdPropertyChanged (line 102) | private static void AlphaThresholdPropertyChanged(DependencyObject d, ... method CreateInstanceCore (line 189) | protected override Freezable CreateInstanceCore() method CloneCore (line 196) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 213) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 230) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 247) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FormatConvertedBitmap (line 353) | static FormatConvertedBitmap() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/TransformedBitmap.cs class TransformedBitmap (line 17) | public sealed partial class TransformedBitmap : BitmapSource method Clone (line 31) | public new TransformedBitmap Clone() method CloneCurrentValue (line 40) | public new TransformedBitmap CloneCurrentValue() method SourcePropertyChanged (line 56) | private static void SourcePropertyChanged(DependencyObject d, Dependen... method TransformPropertyChanged (line 84) | private static void TransformPropertyChanged(DependencyObject d, Depen... method CreateInstanceCore (line 160) | protected override Freezable CreateInstanceCore() method CloneCore (line 167) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 184) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 201) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 218) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method TransformedBitmap (line 314) | static TransformedBitmap() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/GifBitmapDecoder.cs class GifBitmapDecoder (line 18) | public sealed class GifBitmapDecoder : BitmapDecoder method GifBitmapDecoder (line 23) | private GifBitmapDecoder() method GifBitmapDecoder (line 33) | public GifBitmapDecoder( method GifBitmapDecoder (line 47) | public GifBitmapDecoder( method GifBitmapDecoder (line 58) | internal GifBitmapDecoder( method SealObject (line 78) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/GifBitmapEncoder.cs class GifBitmapEncoder (line 17) | public sealed class GifBitmapEncoder : BitmapEncoder method GifBitmapEncoder (line 24) | public GifBitmapEncoder() : method SetupFrame (line 53) | internal override void SetupFrame(SafeMILHandle frameEncodeHandle, Saf... method SealObject (line 66) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/IconBitmapDecoder.cs class IconBitmapDecoder (line 18) | public sealed class IconBitmapDecoder : BitmapDecoder method IconBitmapDecoder (line 23) | private IconBitmapDecoder() method IconBitmapDecoder (line 33) | public IconBitmapDecoder( method IconBitmapDecoder (line 47) | public IconBitmapDecoder( method IconBitmapDecoder (line 58) | internal IconBitmapDecoder( method SealObject (line 78) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/ImagingCache.cs class ImagingCache (line 17) | internal static class ImagingCache method AddToImageCache (line 22) | internal static void AddToImageCache(Uri uri, object obj) method RemoveFromImageCache (line 28) | internal static void RemoveFromImageCache(Uri uri) method CheckImageCache (line 34) | internal static object CheckImageCache(Uri uri) method AddToDecoderCache (line 40) | internal static void AddToDecoderCache(Uri uri, object obj) method RemoveFromDecoderCache (line 46) | internal static void RemoveFromDecoderCache(Uri uri) method CheckDecoderCache (line 52) | internal static object CheckDecoderCache(Uri uri) method AddToCache (line 58) | private static void AddToCache(Uri uri, object obj, Hashtable table) method RemoveFromCache (line 100) | private static void RemoveFromCache(Uri uri, Hashtable table) method CheckCache (line 113) | private static object CheckCache(Uri uri, Hashtable table) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/InplaceBitmapMetadataWriter.cs class InPlaceBitmapMetadataWriter (line 18) | public sealed partial class InPlaceBitmapMetadataWriter : BitmapMetadata method InPlaceBitmapMetadataWriter (line 25) | private InPlaceBitmapMetadataWriter() method InPlaceBitmapMetadataWriter (line 32) | internal InPlaceBitmapMetadataWriter( method CreateFromFrameDecode (line 44) | internal static InPlaceBitmapMetadataWriter CreateFromFrameDecode(Bitm... method CreateFromDecoder (line 72) | internal static InPlaceBitmapMetadataWriter CreateFromDecoder(SafeMILH... method TrySave (line 100) | public bool TrySave() method Clone (line 122) | public new InPlaceBitmapMetadataWriter Clone() method CreateInstanceCore (line 131) | protected override Freezable CreateInstanceCore() method CloneCore (line 139) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 147) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 155) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 163) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/InteropBitmapSource.cs class InteropBitmap (line 17) | public sealed class InteropBitmap : BitmapSource method InteropBitmap (line 21) | private InteropBitmap() : base(true) method InteropBitmap (line 33) | internal InteropBitmap(IntPtr hbitmap, IntPtr hpalette, Int32Rect sour... method InteropBitmap (line 65) | internal InteropBitmap(IntPtr hicon, Int32Rect sourceRect, BitmapSizeO... method InteropBitmap (line 99) | internal InteropBitmap( method CreateInstanceCore (line 139) | protected override Freezable CreateInstanceCore() method CopyCommon (line 148) | private void CopyCommon(InteropBitmap sourceBitmapSource) method CloneCore (line 164) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 176) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 189) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 202) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method InitFromWICSource (line 214) | private void InitFromWICSource( method Invalidate (line 246) | public void Invalidate() method Invalidate (line 254) | public void Invalidate(Int32Rect? dirtyRect) method FinalizeCreation (line 337) | internal override void FinalizeCreation() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/JpegBitmapDecoder.cs class JpegBitmapDecoder (line 18) | public sealed class JpegBitmapDecoder : BitmapDecoder method JpegBitmapDecoder (line 23) | private JpegBitmapDecoder() method JpegBitmapDecoder (line 33) | public JpegBitmapDecoder( method JpegBitmapDecoder (line 47) | public JpegBitmapDecoder( method JpegBitmapDecoder (line 58) | internal JpegBitmapDecoder( method SealObject (line 78) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/JpegBitmapEncoder.cs class JpegBitmapEncoder (line 17) | public sealed class JpegBitmapEncoder : BitmapEncoder method JpegBitmapEncoder (line 24) | public JpegBitmapEncoder() : method SetupFrame (line 183) | internal override void SetupFrame(SafeMILHandle frameEncodeHandle, Saf... method SealObject (line 334) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/LateBoundBitmapDecoder.cs class LateBoundBitmapDecoder (line 17) | public sealed class LateBoundBitmapDecoder : BitmapDecoder method LateBoundBitmapDecoder (line 24) | internal LateBoundBitmapDecoder( method EnsureDecoder (line 250) | private void EnsureDecoder() method DownloadCallback (line 285) | internal object DownloadCallback(object arg) method ProgressCallback (line 317) | internal object ProgressCallback(object arg) method ExceptionCallback (line 329) | internal object ExceptionCallback(object arg) method SealObject (line 343) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/PngBitmapDecoder.cs class PngBitmapDecoder (line 18) | public sealed class PngBitmapDecoder : BitmapDecoder method PngBitmapDecoder (line 23) | private PngBitmapDecoder() method PngBitmapDecoder (line 33) | public PngBitmapDecoder( method PngBitmapDecoder (line 47) | public PngBitmapDecoder( method PngBitmapDecoder (line 58) | internal PngBitmapDecoder( method SealObject (line 78) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/PngBitmapEncoder.cs type PngInterlaceOption (line 17) | public enum PngInterlaceOption : int class PngBitmapEncoder (line 42) | public sealed class PngBitmapEncoder : BitmapEncoder method PngBitmapEncoder (line 49) | public PngBitmapEncoder() : method SetupFrame (line 97) | internal override void SetupFrame(SafeMILHandle frameEncodeHandle, Saf... method SealObject (line 135) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/PropVariant.cs type PROPARRAY (line 55) | [StructLayout(LayoutKind.Sequential, Pack=0)] type PROPVARIANT (line 62) | [StructLayout(LayoutKind.Explicit, Pack=1)] method CopyBytes (line 96) | private static unsafe void CopyBytes( method InitVector (line 117) | internal void InitVector(Array array, Type type, VarEnum varEnum) method Init (line 122) | internal void Init(Array array, Type type, VarEnum vt) method Init (line 160) | internal void Init(String[] value, bool fAscii) method Init (line 219) | internal void Init(object value) method Clear (line 425) | internal void Clear() method ToObject (line 483) | internal object ToObject(object syncObject) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/RenderTargetBitmap.cs class RenderTargetBitmap (line 14) | public sealed class RenderTargetBitmap : System.Windows.Media.Imaging.Bi... method RenderTargetBitmap (line 24) | public RenderTargetBitmap( method RenderTargetBitmap (line 70) | internal RenderTargetBitmap() : method CreateInstanceCore (line 79) | protected override Freezable CreateInstanceCore() method CopyCommon (line 88) | private void CopyCommon(RenderTargetBitmap sourceBitmap) method CloneCore (line 132) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 144) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 156) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 168) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method Render (line 181) | public void Render(Visual visual) method Clear (line 190) | public void Clear() method RenderTargetContentsChanged (line 210) | internal void RenderTargetContentsChanged() method FinalizeCreation (line 227) | internal override void FinalizeCreation() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/TiffBitmapDecoder.cs class TiffBitmapDecoder (line 18) | public sealed class TiffBitmapDecoder : BitmapDecoder method TiffBitmapDecoder (line 23) | private TiffBitmapDecoder() method TiffBitmapDecoder (line 33) | public TiffBitmapDecoder( method TiffBitmapDecoder (line 47) | public TiffBitmapDecoder( method TiffBitmapDecoder (line 58) | internal TiffBitmapDecoder( method SealObject (line 89) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/TiffBitmapEncoder.cs type TiffCompressOption (line 17) | public enum TiffCompressOption class TiffBitmapEncoder (line 64) | public sealed class TiffBitmapEncoder : BitmapEncoder method TiffBitmapEncoder (line 71) | public TiffBitmapEncoder() : method SetupFrame (line 133) | internal override void SetupFrame(SafeMILHandle frameEncodeHandle, Saf... method SealObject (line 171) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/TransformedBitmap.cs class TransformedBitmap (line 14) | public sealed partial class TransformedBitmap : Imaging.BitmapSource, IS... method TransformedBitmap (line 19) | public TransformedBitmap() method TransformedBitmap (line 29) | public TransformedBitmap(BitmapSource source, Transform newTransform) method BeginInit (line 58) | public void BeginInit() method EndInit (line 67) | public void EndInit() method ClonePrequel (line 76) | private void ClonePrequel(TransformedBitmap otherTransformedBitmap) method ClonePostscript (line 81) | private void ClonePostscript(TransformedBitmap otherTransformedBitmap) method CheckTransform (line 89) | internal bool CheckTransform(Transform newTransform) method GetParamsFromTransform (line 106) | internal void GetParamsFromTransform( method FinalizeCreation (line 155) | internal override void FinalizeCreation() method SourcePropertyChangedHook (line 260) | private void SourcePropertyChangedHook(DependencyPropertyChangedEventA... method IsValidForFinalizeCreation (line 271) | internal override bool IsValidForFinalizeCreation(bool throwIfInvalid) method TransformPropertyChangedHook (line 307) | private void TransformPropertyChangedHook(DependencyPropertyChangedEve... method CoerceSource (line 318) | private static object CoerceSource(DependencyObject d, object value) method CoerceTransform (line 334) | private static object CoerceTransform(DependencyObject d, object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/UnknownBitmapDecoder.cs class UnknownBitmapDecoder (line 17) | internal sealed class UnknownBitmapDecoder : BitmapDecoder class CoInitSafeHandle (line 23) | private class CoInitSafeHandle : SafeMILHandle method CoInitSafeHandle (line 25) | public CoInitSafeHandle() method ReleaseHandle (line 30) | protected override bool ReleaseHandle() method UnknownBitmapDecoder (line 41) | private UnknownBitmapDecoder() method UnknownBitmapDecoder (line 48) | internal UnknownBitmapDecoder( method SealObject (line 68) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/UnknownBitmapEncoder.cs class UnknownBitmapEncoder (line 17) | internal sealed class UnknownBitmapEncoder : BitmapEncoder method UnknownBitmapEncoder (line 24) | public UnknownBitmapEncoder(Guid containerFormat) : method SetupFrame (line 56) | internal override void SetupFrame(SafeMILHandle frameEncodeHandle, Saf... method SealObject (line 69) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/UnmanagedBitmapWrapper.cs class UnmanagedBitmapWrapper (line 9) | internal sealed class UnmanagedBitmapWrapper : BitmapSource method UnmanagedBitmapWrapper (line 11) | public UnmanagedBitmapWrapper(BitmapSourceSafeMILHandle bitmapSource) : method UnmanagedBitmapWrapper (line 28) | internal UnmanagedBitmapWrapper(bool initialize) : method CreateInstanceCore (line 42) | protected override Freezable CreateInstanceCore() method CopyCommon (line 47) | private void CopyCommon(UnmanagedBitmapWrapper sourceBitmap) method CloneCore (line 56) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 67) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 78) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 89) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/WmpBitmapDecoder.cs class WmpBitmapDecoder (line 18) | public sealed class WmpBitmapDecoder : BitmapDecoder method WmpBitmapDecoder (line 23) | private WmpBitmapDecoder() method WmpBitmapDecoder (line 33) | public WmpBitmapDecoder( method WmpBitmapDecoder (line 47) | public WmpBitmapDecoder( method WmpBitmapDecoder (line 58) | internal WmpBitmapDecoder( method SealObject (line 78) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/WmpBitmapEncoder.cs class WmpBitmapEncoder (line 17) | public sealed class WmpBitmapEncoder : BitmapEncoder method WmpBitmapEncoder (line 24) | public WmpBitmapEncoder() : method SetupFrame (line 411) | internal override void SetupFrame(SafeMILHandle frameEncodeHandle, Saf... method SealObject (line 855) | internal override void SealObject() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/WriteableBitmap.cs class WriteableBitmap (line 17) | public sealed class WriteableBitmap : BitmapSource method WriteableBitmap (line 24) | internal WriteableBitmap() method WriteableBitmap (line 35) | public WriteableBitmap( method WriteableBitmap (line 53) | public WriteableBitmap( method AddDirtyRect (line 154) | public void AddDirtyRect(Int32Rect dirtyRect) method Clone (line 183) | public new WriteableBitmap Clone() method CloneCurrentValue (line 191) | public new WriteableBitmap CloneCurrentValue() method Lock (line 207) | public void Lock() method TryLock (line 223) | public bool TryLock(Duration timeout) method Unlock (line 301) | public void Unlock() method WritePixels (line 342) | public void WritePixels( method WritePixels (line 373) | public void WritePixels( method WritePixels (line 416) | public unsafe void WritePixels( method WritePixels (line 462) | public void WritePixels( method CreateInstanceCore (line 551) | protected override Freezable CreateInstanceCore() method CloneCore (line 559) | protected override void CloneCore(Freezable sourceFreezable) method FreezeCore (line 571) | protected override bool FreezeCore(bool isChecking) method CloneCurrentValueCore (line 645) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 657) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 669) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method GetEstimatedSize (line 685) | private long GetEstimatedSize(int pixelWidth, int pixelHeight, PixelFo... method InitFromBitmapSource (line 699) | private void InitFromBitmapSource( method WritePixelsImpl (line 786) | private void WritePixelsImpl( method AcquireBackBuffer (line 934) | private bool AcquireBackBuffer(TimeSpan timeout, bool waitForCopy) method CopyCommon (line 979) | private void CopyCommon(WriteableBitmap sourceBitmap) method BeginInit (line 1000) | private void BeginInit() method EndInit (line 1008) | private void EndInit() method FinalizeCreation (line 1018) | internal override void FinalizeCreation() method ValidateArrayAndGetInfo (line 1037) | private static void ValidateArrayAndGetInfo(Array sourceBuffer, method AddRefOnChannelCore (line 1128) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 1161) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method UpdateBitmapSourceResource (line 1187) | internal override void UpdateBitmapSourceResource(DUCE.Channel channel... method SubscribeToCommittingBatch (line 1235) | private void SubscribeToCommittingBatch() method UnsubscribeFromCommittingBatch (line 1249) | private void UnsubscribeFromCommittingBatch() method OnCommittingBatch (line 1267) | private void OnCommittingBatch(object sender, EventArgs args) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/IntersectionDetail.cs type IntersectionDetail (line 24) | public enum IntersectionDetail FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/InvalidWMPVersionException.cs class InvalidWmpVersionException (line 11) | [Serializable] method InvalidWmpVersionException (line 17) | public InvalidWmpVersionException() method InvalidWmpVersionException (line 26) | public InvalidWmpVersionException(string message) : base(message) method InvalidWmpVersionException (line 41) | protected InvalidWmpVersionException(SerializationInfo info, Streaming... method InvalidWmpVersionException (line 54) | public InvalidWmpVersionException(string message, Exception innerExcep... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Invokable.cs type IInvokable (line 14) | internal interface IInvokable method RaiseEvent (line 16) | void RaiseEvent(byte[] buffer, int cb); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Knowncolors.cs type KnownColor (line 19) | internal enum KnownColor : uint class KnownColors (line 168) | internal static class KnownColors method ColorStringToKnownBrush (line 173) | public static SolidColorBrush ColorStringToKnownBrush(string s) method IsKnownSolidColorBrush (line 189) | public static bool IsKnownSolidColorBrush(SolidColorBrush scp) method SolidColorBrushFromUint (line 197) | public static SolidColorBrush SolidColorBrushFromUint(uint argb) method MatchColor (line 221) | internal static string MatchColor(string colorString, out bool isKnown... method ColorStringToKnownColor (line 274) | internal static KnownColor ColorStringToKnownColor(string colorString) method ArgbStringToKnownColor (line 810) | internal static KnownColor ArgbStringToKnownColor(string argbString) class Colors (line 841) | public sealed class Colors method Colors (line 846) | private Colors() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/LineGeometry.cs class LineGeometry (line 13) | public sealed partial class LineGeometry : Geometry method LineGeometry (line 20) | public LineGeometry() method LineGeometry (line 27) | public LineGeometry(Point startPoint, Point endPoint) method LineGeometry (line 36) | public LineGeometry( method GetBoundsInternal (line 72) | internal override Rect GetBoundsInternal(Pen pen, Matrix worldMatrix, ... method GetBoundsHelper (line 88) | internal static Rect GetBoundsHelper(Pen pen, Matrix worldMatrix, Poin... method ContainsInternal (line 121) | internal override bool ContainsInternal(Pen pen, Point hitPoint, doubl... method IsEmpty (line 147) | public override bool IsEmpty() method MayHaveCurves (line 155) | public override bool MayHaveCurves() method GetArea (line 165) | public override double GetArea(double tolerance, ToleranceType type) method GetPointCount (line 172) | private static uint GetPointCount() { return c_pointCount; } method GetSegmentCount (line 174) | private static uint GetSegmentCount() { return c_segmentCount; } method GetAsPathGeometry (line 179) | internal override PathGeometry GetAsPathGeometry() method GetTransformedFigureCollection (line 187) | internal override PathFigureCollection GetTransformedFigureCollection(... method GetPathGeometryData (line 231) | internal override PathGeometryData GetPathGeometryData() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/LineSegment.cs class LineSegment (line 11) | public sealed partial class LineSegment : PathSegment method LineSegment (line 18) | public LineSegment() method LineSegment (line 25) | public LineSegment(Point point, bool isStroked) method LineSegment (line 32) | internal LineSegment(Point point, bool isStroked, bool isSmoothJoin) method AddToFigure (line 42) | internal override void AddToFigure( method SerializeData (line 65) | internal override void SerializeData(StreamGeometryContext ctx) method IsCurved (line 70) | internal override bool IsCurved() method ConvertToString (line 84) | internal override string ConvertToString(string format, IFormatProvide... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/LinearGradientBrush.cs class LinearGradientBrush (line 20) | public sealed partial class LinearGradientBrush : GradientBrush method LinearGradientBrush (line 27) | public LinearGradientBrush() : base() method LinearGradientBrush (line 42) | public LinearGradientBrush(Color startColor, method LinearGradientBrush (line 60) | public LinearGradientBrush(Color startColor, method LinearGradientBrush (line 77) | public LinearGradientBrush(GradientStopCollection gradientStopCollection) method LinearGradientBrush (line 93) | public LinearGradientBrush(GradientStopCollection gradientStopCollection, method LinearGradientBrush (line 107) | public LinearGradientBrush(GradientStopCollection gradientStopCollection, method ManualUpdateResource (line 118) | private void ManualUpdateResource(DUCE.Channel channel, bool skipOnCha... method EndPointFromAngle (line 207) | private Point EndPointFromAngle(double angle) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/MILUtilities.cs class MILUtilities (line 14) | internal static class MILUtilities method ConvertToD3DMATRIX (line 27) | internal static unsafe void ConvertToD3DMATRIX( method ConvertFromD3DMATRIX (line 61) | internal static unsafe void ConvertFromD3DMATRIX( type MILRect3D (line 116) | [StructLayout(LayoutKind.Sequential)] method MILRect3D (line 119) | public MILRect3D(ref Rect3D rect) type MilRectF (line 137) | [StructLayout(LayoutKind.Sequential)] method MIL3DCalcProjected2DBounds (line 146) | [DllImport(DllImport.MilCore)] method MILCopyPixelBuffer (line 152) | [DllImport(DllImport.MilCore, EntryPoint = "MilUtility_CopyPixelBuffer... method ProjectBounds (line 166) | internal static Rect ProjectBounds( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/MatrixStack.cs class MatrixStack (line 11) | internal class MatrixStack method MatrixStack (line 29) | public MatrixStack() method EnsureCapacity (line 37) | private void EnsureCapacity() method Push (line 56) | public void Push(ref Matrix matrix, bool combine) method Push (line 96) | public void Push(Transform transform, bool combine) method Push (line 126) | public void Push(Vector offset, bool combine) method Pop (line 156) | public void Pop() method Peek (line 168) | public Matrix Peek() method Optimize (line 184) | public void Optimize() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/MatrixTransform.cs class MatrixTransform (line 13) | public sealed partial class MatrixTransform : Transform method MatrixTransform (line 20) | public MatrixTransform() method MatrixTransform (line 33) | public MatrixTransform( method MatrixTransform (line 49) | public MatrixTransform(Matrix matrix) method CanSerializeToString (line 82) | internal override bool CanSerializeToString() { return CanFreeze; } method ConvertToString (line 93) | internal override string ConvertToString(string format, IFormatProvide... method TransformRect (line 103) | internal override void TransformRect(ref Rect rect) method MultiplyValueByMatrix (line 109) | internal override void MultiplyValueByMatrix(ref Matrix result, ref Ma... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/MediaContext.cs class MediaContext (line 24) | internal partial class MediaContext : DispatcherObject, IDisposable, IClock method MediaContext (line 29) | static MediaContext() method CountsToTicks (line 66) | private static long CountsToTicks(long counts) method TicksToCounts (line 78) | private static long TicksToCounts(long ticks) method IsPrime (line 90) | private static bool IsPrime(int number) method FindNextPrime (line 112) | private static int FindNextPrime(int number) method MediaContext (line 184) | internal MediaContext(Dispatcher dispatcher) method NotifySyncChannelMessage (line 257) | internal void NotifySyncChannelMessage(DUCE.Channel channel) method NotifyChannelMessage (line 287) | internal void NotifyChannelMessage() method PostInvalidateRenderMode (line 334) | internal void PostInvalidateRenderMode() method InvalidateRenderMode (line 342) | private object InvalidateRenderMode(object dontCare) method NotifySetCaps (line 362) | private void NotifySetCaps(MilGraphicsAccelerationCaps caps) method NotifyBadPixelShader (line 392) | private void NotifyBadPixelShader() method NotifyPartitionIsZombie (line 412) | private void NotifyPartitionIsZombie(int failureCode) method HandleInvalidPacketNotification (line 436) | private void HandleInvalidPacketNotification() method RequestTier (line 504) | private void RequestTier(DUCE.Channel channel) method ScheduleNextRenderOp (line 532) | private void ScheduleNextRenderOp(TimeSpan minimumDelay) method CommitChannelAfterNextVSync (line 649) | private void CommitChannelAfterNextVSync() method NotifyPresented (line 692) | private void NotifyPresented( method TicksSinceLastPresent (line 919) | private long TicksSinceLastPresent(long currentTime) method TicksSinceLastVsync (line 930) | private long TicksSinceLastVsync(long currentTime) method TicksUntilNextVsync (line 941) | private long TicksUntilNextVsync(long currentTime) method NotifySyncModeStatus (line 952) | private void NotifySyncModeStatus(int enabledResult) method CreateChannels (line 1188) | internal void CreateChannels() method RemoveChannels (line 1228) | private void RemoveChannels() method EnterInterlockedPresentation (line 1253) | private void EnterInterlockedPresentation() method LeaveInterlockedPresentation (line 1287) | private void LeaveInterlockedPresentation() method HookNotifications (line 1343) | private void HookNotifications() method From (line 1364) | internal static MediaContext From(Dispatcher dispatcher) method OnDestroyContext (line 1392) | private void OnDestroyContext(object sender, EventArgs e) method Dispose (line 1401) | public virtual void Dispose() method RegisterICompositionTarget (line 1461) | internal static void RegisterICompositionTarget(Dispatcher dispatcher,... method RegisterICompositionTargetInternal (line 1474) | private void RegisterICompositionTargetInternal(ICompositionTarget iv) method UnregisterICompositionTarget (line 1502) | internal static void UnregisterICompositionTarget(Dispatcher dispatche... method UnregisterICompositionTargetInternal (line 1514) | private void UnregisterICompositionTargetInternal(ICompositionTarget iv) class InvokeOnRenderCallback (line 1543) | private class InvokeOnRenderCallback method InvokeOnRenderCallback (line 1548) | public InvokeOnRenderCallback( method DoWork (line 1556) | public void DoWork() method BeginInvokeOnRender (line 1562) | internal void BeginInvokeOnRender( method AddLoadedOrUnloadedCallback (line 1589) | internal LoadedOrUnloadedOperation AddLoadedOrUnloadedCallback( method RemoveLoadedOrUnloadedCallback (line 1608) | internal void RemoveLoadedOrUnloadedCallback(LoadedOrUnloadedOperation... method PostRender (line 1640) | internal void PostRender() method Resize (line 1679) | internal void Resize(ICompositionTarget resizedCompositionTarget) method RenderMessageHandler (line 1702) | private object RenderMessageHandler( method AnimatedRenderMessageHandler (line 1726) | private object AnimatedRenderMessageHandler( method InputMarkerMessageHandler (line 1747) | private object InputMarkerMessageHandler(object arg) method RenderMessageHandlerCore (line 1759) | private void RenderMessageHandlerCore( method FireInvokeOnRenderCallbacks (line 1914) | private void FireInvokeOnRenderCallbacks() method FireLoadedPendingCallbacks (line 1954) | private void FireLoadedPendingCallbacks() method Render (line 1991) | private void Render(ICompositionTarget resizedCompositionTarget) method CommitChannel (line 2109) | private void CommitChannel() method RequestPresentedNotification (line 2182) | private void RequestPresentedNotification(DUCE.Channel channel, long e... method CompleteRender (line 2206) | internal void CompleteRender() method OnNeedTickSooner (line 2286) | private void OnNeedTickSooner(object sender, EventArgs e) method VerifyWriteAccess (line 2294) | internal void VerifyWriteAccess() method PushReadOnlyAccess (line 2313) | internal void PushReadOnlyAccess() method PopReadOnlyAccess (line 2318) | internal void PopReadOnlyAccess() method RaiseResourcesUpdated (line 2394) | private void RaiseResourcesUpdated() method AllocateSyncChannel (line 2407) | internal DUCE.Channel AllocateSyncChannel() method ReleaseSyncChannel (line 2415) | internal void ReleaseSyncChannel(DUCE.Channel channel) method AcquireBoundsDrawingContextWalker (line 2461) | internal BoundsDrawingContextWalker AcquireBoundsDrawingContextWalker() method ReleaseBoundsDrawingContextWalker (line 2480) | internal void ReleaseBoundsDrawingContextWalker(BoundsDrawingContextWa... type InterlockState (line 2749) | private enum InterlockState FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/MediaContextNotificationWindow.cs class MediaContextNotificationWindow (line 22) | internal class MediaContextNotificationWindow : IDisposable method MediaContextNotificationWindow (line 27) | static MediaContextNotificationWindow() method MediaContextNotificationWindow (line 44) | internal MediaContextNotificationWindow(MediaContext ownerMediaContext) method Dispose (line 78) | public void Dispose() method SetAsChannelNotificationWindow (line 117) | internal void SetAsChannelNotificationWindow() method MessageFilter (line 127) | private IntPtr MessageFilter(IntPtr hwnd, int msg, IntPtr wParam, IntP... method MilContent_AttachToHwnd (line 157) | [DllImport(DllImport.MilCore)] method MilContent_DetachFromHwnd (line 162) | [DllImport(DllImport.MilCore)] method ChangeWindowMessageFilter (line 172) | private void ChangeWindowMessageFilter(WindowMessage message, uint flag) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/MediaPlayer.cs class MediaPlayer (line 15) | public class MediaPlayer : Animatable, DUCE.IResource method MediaPlayer (line 22) | public MediaPlayer() method Open (line 436) | public method Play (line 451) | public void Play() method Pause (line 462) | public void Pause() method Stop (line 473) | public void Stop() method Close (line 484) | public method AddRefOnChannel (line 500) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method AddRefOnChannelCore (line 514) | internal DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel channel) method ReleaseOnChannel (line 537) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 551) | internal void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandle (line 561) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetHandleCore (line 575) | internal DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCount (line 580) | int DUCE.IResource.GetChannelCount() method GetChannel (line 585) | DUCE.Channel DUCE.IResource.GetChannel(int index) method UpdateResource (line 601) | internal override method CreateInstanceCore (line 637) | protected override method CloneCore (line 648) | protected override method CloneCurrentValueCore (line 663) | protected override method GetAsFrozenCore (line 678) | protected override method CloneCommon (line 693) | private method EnsureState (line 714) | private method ReadPreamble (line 729) | protected new method WritePreamble (line 742) | protected new method OnNewFrame (line 755) | private method UpdateResourceInternal (line 779) | private method SetSpeedRatio (line 846) | internal method SetSource (line 859) | internal method SetPosition (line 868) | internal FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/MediaPlayerState.cs class MediaPlayerState (line 29) | internal class MediaPlayerState method MediaPlayerState (line 36) | internal method Init (line 65) | private method SetClock (line 608) | internal method Open (line 643) | internal method Play (line 665) | internal void Play() method Pause (line 678) | internal void Pause() method Stop (line 691) | internal void Stop() method Close (line 704) | internal method SendCommandMedia (line 727) | internal method NeedUIFrameUpdate (line 756) | private method CreateMedia (line 772) | private void CreateMedia(MediaPlayer mediaPlayer) method OpenMedia (line 805) | private void OpenMedia(Uri source) method ResolveUri (line 841) | private Uri ResolveUri(Uri uri, Uri appBase) method DemandPermissions (line 855) | private string DemandPermissions(Uri absoluteUri) method SetPosition (line 876) | internal void SetPosition(TimeSpan value) method GetPosition (line 886) | private TimeSpan GetPosition() method SetSpeedRatio (line 910) | internal void SetSpeedRatio(double value) method SetSource (line 928) | internal method VerifyAPI (line 951) | private void VerifyAPI() method VerifyNotControlledByClock (line 974) | private method SendMediaPlayerCommand (line 987) | private method OnNewFrame (line 1026) | private method OnMediaOpened (line 1040) | private class Helper (line 1115) | private class Helper method Helper (line 1119) | internal method ProcessExitHandler (line 1127) | internal FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/MediaSystem.cs class MediaSystem (line 26) | internal static class MediaSystem method Startup (line 33) | public static bool Startup(MediaContext mc) method ConnectChannels (line 79) | internal static bool ConnectChannels(MediaContext mc) method ReadAnimationSmoothingSetting (line 102) | private static void ReadAnimationSmoothingSetting() method Shutdown (line 119) | internal static void Shutdown(MediaContext mc) method PropagateDirtyRectangleSettings (line 145) | internal static void PropagateDirtyRectangleSettings() method NotifyRedirectionEnvironmentChanged (line 167) | internal static void NotifyRedirectionEnvironmentChanged() method ConnectTransport (line 185) | private static void ConnectTransport() method DisconnectTransport (line 220) | private static void DisconnectTransport() method AssertSameContext (line 264) | internal static void AssertSameContext( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/MediaTimeline.cs class MediaTimeline (line 21) | public partial class MediaTimeline : Timeline, IUriContext method MediaTimeline (line 30) | public MediaTimeline(Uri source) : this() method MediaTimeline (line 40) | internal MediaTimeline(ITypeDescriptorContext context, Uri source) : t... method MediaTimeline (line 49) | public MediaTimeline() method MediaTimeline (line 57) | public MediaTimeline(Nullable beginTime) : this() method MediaTimeline (line 67) | public MediaTimeline(Nullable beginTime, Duration duration) method MediaTimeline (line 80) | public MediaTimeline(Nullable beginTime, Duration duration, ... method AllocateClock (line 121) | protected internal override Clock AllocateClock() method FreezeCore (line 137) | protected override bool FreezeCore(bool isChecking) method CloneCore (line 158) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 169) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 180) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 191) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method CopyCommon (line 199) | private void CopyCommon(MediaTimeline sourceTimeline) method CreateClock (line 209) | public new MediaClock CreateClock() method GetNaturalDurationCore (line 223) | protected override Duration GetNaturalDurationCore(Clock clock) method ToString (line 243) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/NativeMethodsMilCoreApi.cs class NativeMethods (line 29) | internal static partial class NativeMethods FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Parsers.cs class Parsers (line 11) | internal static partial class Parsers method ParseHexChar (line 17) | private static int ParseHexChar(char c ) method ParseHexColor (line 38) | private static Color ParseHexColor(string trimmedColor) method ParseContextColor (line 83) | private static Color ParseContextColor(string trimmedColor, IFormatPro... method ParseScRgbColor (line 139) | private static Color ParseScRgbColor(string trimmedColor, IFormatProvi... method ParseColor (line 180) | internal static Color ParseColor(string color, IFormatProvider formatP... method ParseColor (line 191) | internal static Color ParseColor(string color, IFormatProvider formatP... method ParseBrush (line 239) | internal static Brush ParseBrush(string brush, IFormatProvider formatP... method ParseTransform (line 289) | internal static Transform ParseTransform( method ParsePathFigureCollection (line 301) | internal static PathFigureCollection ParsePathFigureCollection( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ParsersCommon.cs class Parsers (line 34) | internal static partial class Parsers method DeserializeStreamGeometry (line 37) | internal static object DeserializeStreamGeometry( BinaryReader reader ) method PathMinilanguageToBinary (line 51) | internal static void PathMinilanguageToBinary( BinaryWriter bw, string... method ParseGeometry (line 73) | internal static Geometry ParseGeometry( method ParseStringToStreamGeometryContext (line 94) | private static void ParseStringToStreamGeometryContext ( class AbbreviatedGeometryParser (line 166) | internal sealed class AbbreviatedGeometryParser method ThrowBadToken (line 193) | private void ThrowBadToken() method More (line 198) | private bool More() method SkipWhiteSpace (line 204) | private bool SkipWhiteSpace(bool allowComma) method ReadToken (line 251) | private bool ReadToken() method IsNumber (line 268) | private bool IsNumber(bool allowComma) method SkipDigits (line 293) | private void SkipDigits(bool signAllowed) method ReadNumber (line 336) | private double ReadNumber(bool allowComma) method ReadBool (line 443) | private bool ReadBool() method ReadPoint (line 470) | private Point ReadPoint(char cmd, bool allowcomma) method Reflect (line 488) | private Point Reflect() method EnsureFigure (line 494) | private void EnsureFigure() method ParseToGeometryContext (line 506) | internal void ParseToGeometryContext( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PathFigure.cs class PathFigure (line 13) | [ContentProperty("Segments")] method PathFigure (line 21) | public PathFigure() method PathFigure (line 31) | public PathFigure(Point start, IEnumerable segments, bool... method GetFlattenedPathFigure (line 55) | public PathFigure GetFlattenedPathFigure(double tolerance, ToleranceTy... method GetFlattenedPathFigure (line 83) | public PathFigure GetFlattenedPathFigure() method MayHaveCurves (line 93) | public bool MayHaveCurves() method GetTransformedCopy (line 116) | internal PathFigure GetTransformedCopy(Matrix matrix) method ToString (line 146) | public override string ToString() method ToString (line 160) | public string ToString(IFormatProvider provider) method ToString (line 176) | string IFormattable.ToString(string format, IFormatProvider provider) method CanSerializeToString (line 188) | internal bool CanSerializeToString() method ConvertToString (line 203) | internal string ConvertToString(string format, IFormatProvider provider) method SerializeData (line 215) | internal void SerializeData(StreamGeometryContext ctx) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PathFigureCollection.cs class PathFigureCollection (line 15) | public sealed partial class PathFigureCollection : Animatable, IList, IL... method CanSerializeToString (line 21) | internal bool CanSerializeToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PathGeometry.cs type PathGeometryInternalFlags (line 13) | [System.Flags] class PathGeometry (line 27) | [ContentProperty("Figures")] method PathGeometry (line 34) | public PathGeometry() method PathGeometry (line 42) | public PathGeometry(IEnumerable figures) method PathGeometry (line 60) | public PathGeometry(IEnumerable figures, FillRule fillRule... method CreateFromGeometry (line 85) | public static PathGeometry CreateFromGeometry(Geometry geometry) method ParsePathGeometryData (line 99) | internal static void ParsePathGeometryData(PathGeometryData pathData, ... method OnChanged (line 305) | protected override void OnChanged() method GetTransformedFigureCollection (line 313) | internal override PathFigureCollection GetTransformedFigureCollection(... method AddGeometry (line 352) | public void AddGeometry(Geometry geometry) class FigureList (line 383) | internal class FigureList method FigureList (line 388) | internal FigureList() method AddFigureToList (line 427) | internal unsafe void AddFigureToList(bool isFilled, bool isClosed, M... method GetPointAtFractionLength (line 551) | public void GetPointAtFractionLength( method InternalCombine (line 594) | internal static PathGeometry InternalCombine( method Clear (line 662) | public void Clear() method GetPathBounds (line 708) | internal static Rect GetPathBounds( method GetPathBoundsAsRB (line 740) | internal static MilRectD GetPathBoundsAsRB( method HitTestWithPathGeometry (line 807) | internal static IntersectionDetail HitTestWithPathGeometry( method IsEmpty (line 866) | public override bool IsEmpty() method MayHaveCurves (line 877) | public override bool MayHaveCurves() method GetAsPathGeometry (line 899) | internal override PathGeometry GetAsPathGeometry() method ConvertToString (line 913) | internal override string ConvertToString(string format, IFormatProvide... method SetDirty (line 935) | internal void SetDirty() method GetPathGeometryData (line 944) | internal override PathGeometryData GetPathGeometryData() method ManualUpdateResource (line 974) | private void ManualUpdateResource(DUCE.Channel channel, bool skipOnCha... method TransformPropertyChangedHook (line 1027) | internal override void TransformPropertyChangedHook(DependencyProperty... method FiguresPropertyChangedHook (line 1041) | internal void FiguresPropertyChangedHook(DependencyPropertyChangedEven... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PathSegment.cs class PathSegment (line 14) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method PathSegment (line 18) | internal PathSegment() method AddToFigure (line 25) | internal abstract void AddToFigure( method IsEmpty (line 33) | internal virtual bool IsEmpty() method IsCurved (line 38) | internal abstract bool IsCurved(); method ConvertToString (line 49) | internal abstract string ConvertToString(string format, IFormatProvide... method SerializeData (line 57) | internal abstract void SerializeData(StreamGeometryContext ctx); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PathSegmentCollection.cs class PathSegmentCollection (line 16) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method CanSerializeToString (line 23) | internal bool CanSerializeToString() method ConvertToString (line 48) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PathStreamGeometryContext.cs class PathStreamGeometryContext (line 17) | internal class PathStreamGeometryContext : CapacityStreamGeometryContext method PathStreamGeometryContext (line 21) | static PathStreamGeometryContext() method PathStreamGeometryContext (line 42) | internal PathStreamGeometryContext() method PathStreamGeometryContext (line 47) | internal PathStreamGeometryContext(FillRule fillRule, method SetFigureCount (line 63) | internal override void SetFigureCount(int figureCount) method SetSegmentCount (line 72) | internal override void SetSegmentCount(int segmentCount) method SetClosedState (line 86) | internal override void SetClosedState(bool isClosed) method BeginFigure (line 100) | public override void BeginFigure(Point startPoint, bool isFilled, bool... method LineTo (line 150) | public override void LineTo(Point point, bool isStroked, bool isSmooth... method QuadraticBezierTo (line 164) | public override void QuadraticBezierTo(Point point1, Point point2, boo... method BezierTo (line 179) | public override void BezierTo(Point point1, Point point2, Point point3... method PolyLineTo (line 195) | public override void PolyLineTo(IList points, bool isStroked, b... method PolyQuadraticBezierTo (line 206) | public override void PolyQuadraticBezierTo(IList points, bool i... method PolyBezierTo (line 217) | public override void PolyBezierTo(IList points, bool isStroked,... method ArcTo (line 228) | public override void ArcTo(Point point, Size size, double rotationAngl... method Close (line 286) | public override void Close() method GetPathGeometry (line 296) | internal PathGeometry GetPathGeometry() method GenericPolyTo (line 305) | private void GenericPolyTo(IList points, method PrepareToAddPoints (line 321) | private void PrepareToAddPoints( method FinishSegment (line 352) | private void FinishSegment() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Pen.cs class Pen (line 22) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method Pen (line 30) | public Pen() method Pen (line 40) | public Pen(Brush brush, method Pen (line 58) | internal Pen( method GetInternalCapType (line 81) | private MIL_PEN_CAP GetInternalCapType(PenLineCap cap) method GetInternalJoinType (line 91) | private MIL_PEN_JOIN GetInternalJoinType(PenLineJoin join) method GetBasicPenData (line 104) | internal unsafe void GetBasicPenData(MIL_PEN_DATA* pData, out double[]... method ContributesToBounds (line 141) | internal static bool ContributesToBounds( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PixelFormat.cs type PixelFormatFlags (line 13) | [Flags] type PixelFormatChannelMask (line 49) | public struct PixelFormatChannelMask method PixelFormatChannelMask (line 51) | internal PixelFormatChannelMask(byte[] mask) method Equals (line 80) | public static bool Equals(PixelFormatChannelMask left, PixelFormatChan... method Equals (line 112) | public override bool Equals(Object obj) method GetHashCode (line 121) | public override int GetHashCode() type PixelFormat (line 142) | [TypeConverter(typeof(PixelFormatConverter))] method PixelFormat (line 146) | internal PixelFormat(Guid guidPixelFormat) method PixelFormat (line 175) | internal PixelFormat(PixelFormatEnum format) method PixelFormat (line 190) | internal PixelFormat(string pixelFormatString) method GetGuidFromFormat (line 231) | private static Guid GetGuidFromFormat(PixelFormatEnum format) => forma... method Equals (line 289) | public static bool Equals(PixelFormat left, PixelFormat right) method Equals (line 297) | public readonly bool Equals(PixelFormat pixelFormat) method Equals (line 305) | public override readonly bool Equals(object obj) method GetHashCode (line 313) | public override readonly int GetHashCode() method CreatePixelFormatInfo (line 387) | internal readonly IntPtr CreatePixelFormatInfo() method ToString (line 498) | public override readonly string ToString() method GetPixelFormat (line 503) | internal static PixelFormat GetPixelFormat(SafeMILHandle /* IWICBitmap... method GetPixelFormat (line 517) | internal static PixelFormat GetPixelFormat(Guid pixelFormatGuid) method GetPixelFormat (line 530) | internal static PixelFormat GetPixelFormat(PixelFormatEnum pixelFormat... method GetPixelFormatFlagsFromGuid (line 560) | private static PixelFormatFlags GetPixelFormatFlagsFromGuid(Guid pixel... method GetPixelFormatFlagsFromEnum (line 652) | private static PixelFormatFlags GetPixelFormatFlagsFromEnum(PixelForma... method GetBitsPerPixelFromEnum (line 684) | private static UInt32 GetBitsPerPixelFromEnum(PixelFormatEnum pixelFor... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PixelFormatConverter.cs class PixelFormatConverter (line 15) | public sealed class PixelFormatConverter : TypeConverter method CanConvertFrom (line 23) | public override bool CanConvertFrom(ITypeDescriptorContext td, Type t) method CanConvertTo (line 36) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFromString (line 46) | [SuppressMessage("Performance", "CA1822:Mark members as static", Justi... method ConvertFrom (line 59) | public override object ConvertFrom(ITypeDescriptorContext td, CultureI... method ConvertTo (line 72) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PixelFormats.cs class PixelFormats (line 16) | public static class PixelFormats FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PointCollection.cs class PointCollection (line 16) | public partial class PointCollection method DeserializeFrom (line 21) | internal static object DeserializeFrom(BinaryReader reader) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PointHitTestParameters.cs class PointHitTestParameters (line 12) | public class PointHitTestParameters : HitTestParameters method PointHitTestParameters (line 17) | public PointHitTestParameters(Point point) : base() method SetHitPoint (line 33) | internal void SetHitPoint(Point hitPoint) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PointHitTestResult.cs class PointHitTestResult (line 11) | public class PointHitTestResult : HitTestResult method PointHitTestResult (line 18) | public PointHitTestResult(Visual visualHit, Point pointHit) : base(vis... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PolyBezierSegment.cs class PolyBezierSegment (line 11) | public sealed partial class PolyBezierSegment : PathSegment method ConvertToString (line 22) | internal override string ConvertToString(string format, IFormatProvide... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PolyLineSegment.cs class PolyLineSegment (line 11) | public sealed partial class PolyLineSegment : PathSegment method ConvertToString (line 22) | internal override string ConvertToString(string format, IFormatProvide... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/PolyQuadraticBezierSegment.cs class PolyQuadraticBezierSegment (line 11) | public sealed partial class PolyQuadraticBezierSegment : PathSegment method ConvertToString (line 22) | internal override string ConvertToString(string format, IFormatProvide... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/QuadraticBezierSegment.cs class QuadraticBezierSegment (line 11) | public sealed partial class QuadraticBezierSegment : PathSegment method QuadraticBezierSegment (line 17) | public QuadraticBezierSegment() method QuadraticBezierSegment (line 24) | public QuadraticBezierSegment(Point point1, Point point2, bool isStroked) method QuadraticBezierSegment (line 34) | internal QuadraticBezierSegment(Point point1, Point point2, bool isStr... method AddToFigure (line 45) | internal override void AddToFigure( method SerializeData (line 73) | internal override void SerializeData(StreamGeometryContext ctx) method IsCurved (line 80) | internal override bool IsCurved() method ConvertToString (line 94) | internal override string ConvertToString(string format, IFormatProvide... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/RadialGradientBrush.cs class RadialGradientBrush (line 20) | public sealed partial class RadialGradientBrush : GradientBrush method RadialGradientBrush (line 27) | public RadialGradientBrush() : base() method RadialGradientBrush (line 38) | public RadialGradientBrush(Color startColor, method RadialGradientBrush (line 51) | public RadialGradientBrush(GradientStopCollection gradientStopCollection) method ManualUpdateResource (line 59) | private void ManualUpdateResource(DUCE.Channel channel, bool skipOnCha... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/RectangleGeometry.cs class RectangleGeometry (line 14) | public sealed partial class RectangleGeometry : Geometry method RectangleGeometry (line 21) | public RectangleGeometry() method RectangleGeometry (line 28) | public RectangleGeometry(Rect rect) method RectangleGeometry (line 36) | public RectangleGeometry(Rect rect, method RectangleGeometry (line 51) | public RectangleGeometry( method AreClose (line 125) | internal override bool AreClose(Geometry geometry) method GetBoundsInternal (line 154) | internal override Rect GetBoundsInternal(Pen pen, Matrix worldMatrix, ... method GetBoundsHelper (line 171) | internal static Rect GetBoundsHelper(Pen pen, Matrix worldMatrix, Rect... method ContainsInternal (line 230) | internal override bool ContainsInternal(Pen pen, Point hitPoint, doubl... method GetArea (line 269) | public override double GetArea(double tolerance, ToleranceType type) method GetTransformedFigureCollection (line 298) | internal override PathFigureCollection GetTransformedFigureCollection(... method IsRounded (line 366) | internal static bool IsRounded(double radiusX, double radiusY) method IsRounded (line 371) | internal bool IsRounded() method GetAsPathGeometry (line 380) | internal override PathGeometry GetAsPathGeometry() method GetPathGeometryData (line 392) | internal override PathGeometryData GetPathGeometryData() method GetPointList (line 441) | private Point[] GetPointList(Rect rect, double radiusX, double radiusY) method GetPointList (line 457) | private static unsafe void GetPointList(Point * points, uint pointsCou... method GetTypeList (line 499) | private static ReadOnlySpan GetTypeList(Rect rect, double radius... method GetPointCount (line 515) | private uint GetPointCount(Rect rect, double radiusX, double radiusY) method GetSegmentCount (line 531) | private uint GetSegmentCount(Rect rect, double radiusX, double radiusY) method GetCounts (line 547) | private static void GetCounts(Rect rect, double radiusX, double radius... method IsEmpty (line 572) | public override bool IsEmpty() method MayHaveCurves (line 580) | public override bool MayHaveCurves() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/RenderCapability.cs class RenderCapability (line 20) | public static class RenderCapability method IsPixelShaderVersionSupported (line 46) | public static bool IsPixelShaderVersionSupported(short majorVersionReq... method IsPixelShaderVersionSupportedInSoftware (line 81) | public static bool IsPixelShaderVersionSupportedInSoftware(short major... method MaxPixelShaderInstructionSlots (line 116) | public static int MaxPixelShaderInstructionSlots(short majorVersionReq... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/RenderContext.cs class RenderContext (line 17) | internal sealed class RenderContext method RenderContext (line 30) | internal RenderContext() method Initialize (line 77) | internal void Initialize( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/RenderData.cs class RenderData (line 31) | internal partial class RenderData : Freezable, DUCE.IResource, IDrawingC... method RenderData (line 36) | internal RenderData() type RecordHeader (line 47) | internal struct RecordHeader type PushType (line 53) | private enum PushType method WriteDataRecord (line 71) | public unsafe void WriteDataRecord(MILCMD id, method GetContentBounds (line 124) | public Rect GetContentBounds(BoundsDrawingContextWalker ctx) method WalkContent (line 137) | public void WalkContent(DrawingContextWalker walker) method HitTestPoint (line 149) | public bool HitTestPoint(Point point) method HitTestGeometry (line 165) | public IntersectionDetail HitTestGeometry(PathGeometry geometry) method CreateInstanceCore (line 175) | protected override Freezable CreateInstanceCore() method CloneCore (line 195) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 200) | protected override void CloneCurrentValueCore(Freezable source) method FreezeCore (line 205) | protected override bool FreezeCore(bool isChecking) method GetAsFrozenCore (line 210) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 215) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method PropagateChangedHandler (line 226) | public void PropagateChangedHandler(EventHandler handler, bool adding) method BeginTopLevelBitmapEffect (line 300) | internal void BeginTopLevelBitmapEffect(int stackDepth) method EndTopLevelBitmapEffect (line 308) | internal void EndTopLevelBitmapEffect() method AddRefOnChannel (line 328) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannel (line 353) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandle (line 374) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCount (line 392) | int DUCE.IResource.GetChannelCount() method GetChannel (line 397) | DUCE.Channel DUCE.IResource.GetChannel(int index) method RemoveChildFromParent (line 405) | void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.... method Get3DHandle (line 413) | DUCE.ResourceHandle DUCE.IResource.Get3DHandle(DUCE.Channel channel) method AddDependentResource (line 419) | public uint AddDependentResource(Object o) method UpdateResource (line 434) | private void UpdateResource(DUCE.Channel channel) method EnsureBuffer (line 449) | private void EnsureBuffer(int cbRequiredSize) method DependentLookup (line 495) | private object DependentLookup(uint index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/RenderDataDrawingContext.cs class RenderDataDrawingContext (line 19) | internal partial class RenderDataDrawingContext : DrawingContext, IDispo... method RenderDataDrawingContext (line 26) | internal RenderDataDrawingContext() method GetRenderData (line 34) | internal RenderData GetRenderData() method Close (line 47) | public override void Close() method DisposeCore (line 62) | protected override void DisposeCore() method CloseCore (line 82) | protected virtual void CloseCore(RenderData renderData) {} method EnsureRenderData (line 93) | private void EnsureRenderData() method VerifyApiNonstructuralChange (line 104) | protected override void VerifyApiNonstructuralChange() method EnsureCorrectNesting (line 116) | private void EnsureCorrectNesting() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/RenderOptions.cs class RenderOptions (line 21) | public static class RenderOptions method GetEdgeMode (line 40) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetEdgeMode (line 50) | public static void SetEdgeMode(DependencyObject target, EdgeMode edgeM... method GetBitmapScalingMode (line 73) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetBitmapScalingMode (line 83) | public static void SetBitmapScalingMode(DependencyObject target, Bitma... method GetClearTypeHint (line 106) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetClearTypeHint (line 116) | public static void SetClearTypeHint(DependencyObject target, ClearType... method GetCachingHint (line 140) | [AttachedPropertyBrowsableForType(typeof(TileBrush))] method SetCachingHint (line 150) | public static void SetCachingHint(DependencyObject target, CachingHint... method GetCacheInvalidationThresholdMinimum (line 173) | [AttachedPropertyBrowsableForType(typeof(TileBrush))] method SetCacheInvalidationThresholdMinimum (line 183) | public static void SetCacheInvalidationThresholdMinimum(DependencyObje... method GetCacheInvalidationThresholdMaximum (line 206) | [AttachedPropertyBrowsableForType(typeof(TileBrush))] method SetCacheInvalidationThresholdMaximum (line 216) | public static void SetCacheInvalidationThresholdMaximum(DependencyObje... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Renderer.cs class Renderer (line 15) | internal static class Renderer method Render (line 17) | public static void Render( method Render (line 34) | internal static void Render( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/RenderingEventArgs.cs class RenderingEventArgs (line 10) | public class RenderingEventArgs : EventArgs method RenderingEventArgs (line 16) | internal RenderingEventArgs(TimeSpan renderingTime) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/RequestCachePolicyConverter.cs class RequestCachePolicyConverter (line 15) | public sealed class RequestCachePolicyConverter : TypeConverter method CanConvertFrom (line 20) | public override bool CanConvertFrom(ITypeDescriptorContext td, Type t) method CanConvertTo (line 40) | public override bool CanConvertTo(ITypeDescriptorContext typeDescripto... method ConvertFrom (line 61) | public override object ConvertFrom(ITypeDescriptorContext td, System.G... method ConvertTo (line 98) | public override object ConvertTo(ITypeDescriptorContext typeDescriptor... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/RotateTransform.cs class RotateTransform (line 11) | public sealed partial class RotateTransform : Transform method RotateTransform (line 16) | public RotateTransform() method RotateTransform (line 24) | public RotateTransform(double angle) method RotateTransform (line 32) | public RotateTransform( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/SafeMILHandle.cs class SafeMILHandle (line 16) | internal class SafeMILHandle : SafeHandleZeroOrMinusOneIsInvalid method SafeMILHandle (line 23) | internal SafeMILHandle() : base(true) method SafeMILHandle (line 31) | internal SafeMILHandle(IntPtr handle) : base(true) method UpdateEstimatedSize (line 39) | internal void UpdateEstimatedSize(long estimatedSize) method CopyMemoryPressure (line 55) | internal void CopyMemoryPressure(SafeMILHandle original) method ReleaseHandle (line 61) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/SafeMILHandleMemoryPressure.cs class SafeMILHandleMemoryPressure (line 14) | internal class SafeMILHandleMemoryPressure method SafeMILHandleMemoryPressure (line 16) | internal SafeMILHandleMemoryPressure(long gcPressure) method AddRef (line 27) | internal void AddRef() method Release (line 32) | internal void Release() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/SafeNativeMethodsMilCoreApi.cs class SafeNativeMethods (line 17) | internal static partial class SafeNativeMethods method MilCompositionEngine_InitializePartitionManager (line 19) | internal static int MilCompositionEngine_InitializePartitionManager(in... method MilCompositionEngine_DeinitializePartitionManager (line 24) | internal static int MilCompositionEngine_DeinitializePartitionManager() method GetNextPerfElementId (line 29) | internal static long GetNextPerfElementId() class SafeNativeMethodsPrivate (line 34) | private static partial class SafeNativeMethodsPrivate method MilCompositionEngine_InitializePartitionManager (line 36) | [DllImport(DllImport.MilCore)] method MilCompositionEngine_DeinitializePartitionManager (line 39) | [DllImport(DllImport.MilCore)] method GetNextPerfElementId (line 42) | [DllImport(DllImport.MilCore)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/SafeReversePInvokeHandle.cs class SafeReversePInvokeWrapper (line 17) | internal class SafeReversePInvokeWrapper : SafeHandleZeroOrMinusOneIsInv... method SafeReversePInvokeWrapper (line 24) | internal SafeReversePInvokeWrapper() : base(true) method SafeReversePInvokeWrapper (line 32) | internal SafeReversePInvokeWrapper(IntPtr delegatePtr) : base(true) method ReleaseHandle (line 41) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/ScaleTransform.cs class ScaleTransform (line 13) | public sealed partial class ScaleTransform : Transform method ScaleTransform (line 18) | public ScaleTransform() method ScaleTransform (line 25) | public ScaleTransform( method ScaleTransform (line 37) | public ScaleTransform( method TransformRect (line 76) | internal override void TransformRect(ref Rect rect) method MultiplyValueByMatrix (line 110) | internal override void MultiplyValueByMatrix(ref Matrix result, ref Ma... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/SkewTransform.cs class SkewTransform (line 11) | public sealed partial class SkewTransform : Transform method SkewTransform (line 16) | public SkewTransform() method SkewTransform (line 23) | public SkewTransform(double angleX, double angleY) method SkewTransform (line 32) | public SkewTransform(double angleX, double angleY, double centerX, dou... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/SolidColorBrush.cs class SolidColorBrush (line 15) | public sealed partial class SolidColorBrush : Brush method SolidColorBrush (line 22) | public SolidColorBrush() method SolidColorBrush (line 30) | public SolidColorBrush(Color color) type SerializationBrushType (line 42) | internal enum SerializationBrushType : byte method SerializeOn (line 58) | internal static bool SerializeOn(BinaryWriter writer, string stringValue) method DeserializeFrom (line 120) | public static object DeserializeFrom(BinaryReader reader) method DeserializeFrom (line 127) | internal static object DeserializeFrom(BinaryReader reader, ITypeDescr... method CanSerializeToString (line 170) | internal override bool CanSerializeToString() method ConvertToString (line 192) | internal override string ConvertToString(string format, IFormatProvide... class TwoWayDictionary (line 232) | internal class TwoWayDictionary method TwoWayDictionary (line 234) | public TwoWayDictionary(): this(null, null) method TwoWayDictionary (line 239) | public TwoWayDictionary(IEqualityComparer keyComparer): this (... method TwoWayDictionary (line 244) | public TwoWayDictionary(IEqualityComparer valueComparer) : t... method TwoWayDictionary (line 249) | public TwoWayDictionary(IEqualityComparer keyComparer, IEquali... method TryGetValue (line 255) | public bool TryGetValue(TKey key, out TValue value) method TryGetKeys (line 260) | public bool TryGetKeys(TValue value, out List keys) method ContainsValue (line 265) | public bool ContainsValue(TValue value) method ContainsKey (line 270) | public bool ContainsKey(TKey key) method GetEnumerator (line 296) | public Dictionary.Enumerator GetEnumerator() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/StreamAsIStream.cs type StreamDescriptor (line 13) | [StructLayout(LayoutKind.Sequential)] method StaticDispose (line 51) | internal static void StaticDispose(ref StreamDescriptor pSD) class StaticPtrs (line 66) | internal static class StaticPtrs method StaticPtrs (line 68) | static StaticPtrs() class StreamAsIStream (line 112) | internal class StreamAsIStream method StreamAsIStream (line 127) | private StreamAsIStream(System.IO.Stream dataStream) method ActualizeVirtualPosition (line 134) | private void ActualizeVirtualPosition() method Clone (line 153) | public int Clone(out IntPtr stream) method Commit (line 171) | public int Commit(uint grfCommitFlags) method CopyTo (line 190) | public int CopyTo(IntPtr /* IStream */ pstm, long cb, out long cbRead,... method LockRegion (line 247) | public int LockRegion(long libOffset, long cb, uint dwLockType) method Read (line 263) | public int Read(Span buffer, out uint cbRead) method Revert (line 284) | public int Revert() method Seek (line 300) | public unsafe int Seek(long offset, uint origin, long * plibNewPostion) method SetSize (line 372) | public int SetSize(long value) method Stat (line 390) | public int Stat(out System.Runtime.InteropServices.ComTypes.STATSTG st... method UnlockRegion (line 415) | public int UnlockRegion(long libOffset, long cb, uint dwLockType) method Write (line 431) | public int Write(byte[] buffer, uint cb, out uint cbWritten) method CanWrite (line 455) | public int CanWrite(out bool canWrite) method CanSeek (line 475) | public int CanSeek(out bool canSeek) method Verify (line 497) | private void Verify() method FromSD (line 507) | internal static StreamAsIStream FromSD(ref StreamDescriptor sd) method Clone (line 514) | internal static int Clone(ref StreamDescriptor pSD, out IntPtr stream) method Commit (line 519) | internal static int Commit(ref StreamDescriptor pSD, UInt32 grfCommitF... method CopyTo (line 524) | internal static int CopyTo(ref StreamDescriptor pSD, IntPtr pstm, long... method LockRegion (line 529) | internal static int LockRegion(ref StreamDescriptor pSD, long libOffse... method Read (line 534) | internal static unsafe int Read(ref StreamDescriptor pSD, IntPtr buffe... method Revert (line 540) | internal static int Revert(ref StreamDescriptor pSD) method Seek (line 545) | internal static unsafe int Seek(ref StreamDescriptor pSD, long offset,... method SetSize (line 550) | internal static int SetSize(ref StreamDescriptor pSD, long value) method Stat (line 555) | internal static int Stat(ref StreamDescriptor pSD, out System.Runtime.... method UnlockRegion (line 560) | internal static int UnlockRegion(ref StreamDescriptor pSD, long libOff... method Write (line 565) | internal static int Write(ref StreamDescriptor pSD, byte[] buffer, uin... method CanWrite (line 570) | internal static int CanWrite(ref StreamDescriptor pSD, out bool canWrite) method CanSeek (line 575) | internal static int CanSeek(ref StreamDescriptor pSD, out bool canSeek) method IStreamMemoryFrom (line 583) | internal static IntPtr IStreamMemoryFrom(IntPtr comStream) method IStreamFrom (line 605) | internal static IntPtr IStreamFrom(IntPtr memoryBuffer, int bufferSize) method IStreamFrom (line 628) | internal static IntPtr IStreamFrom(System.IO.Stream stream) method MILIStreamWrite (line 665) | [DllImport(DllImport.MilCore)]//CASRemoval: FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/StreamGeometry.cs class StreamGeometry (line 19) | [TypeConverter(typeof(GeometryConverter))] method StreamGeometry (line 26) | public StreamGeometry() method Open (line 34) | public StreamGeometryContext Open() method Clear (line 45) | public void Clear() method IsEmpty (line 57) | public override bool IsEmpty() method AreBoundsValid (line 82) | private bool AreBoundsValid(ref MilRectD bounds) method CacheBounds (line 111) | private void CacheBounds(ref MilRectD bounds) method SetDirty (line 129) | internal void SetDirty() method MayHaveCurves (line 185) | public override bool MayHaveCurves() method HasHollows (line 209) | internal bool HasHollows() method HasGaps (line 231) | internal bool HasGaps() method Close (line 253) | internal void Close(byte[] _buffer) method OnChanged (line 264) | protected override void OnChanged() method GetAsPathGeometry (line 274) | internal override PathGeometry GetAsPathGeometry() method GetTransformedFigureCollection (line 286) | internal override PathFigureCollection GetTransformedFigureCollection(... method CanSerializeToString (line 303) | internal override bool CanSerializeToString() method ConvertToString (line 320) | internal override string ConvertToString(string format, IFormatProvide... method InvalidateResourceFigures (line 327) | private void InvalidateResourceFigures(object sender, EventArgs args) method GetPathGeometryData (line 338) | internal override PathGeometryData GetPathGeometryData() method TransformPropertyChangedHook (line 355) | internal override void TransformPropertyChangedHook(DependencyProperty... method GetFigureSize (line 364) | private unsafe int GetFigureSize(byte* pbPathData) method UpdateResource (line 370) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 425) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 439) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 450) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 456) | internal override int GetChannelCountCore() method GetChannelCore (line 461) | internal override DUCE.Channel GetChannelCore(int index) method CloneCore (line 469) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 484) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 500) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 516) | protected override void GetCurrentValueAsFrozenCore(Freezable source) class StreamGeometryCallbackContext (line 541) | internal class StreamGeometryCallbackContext: ByteStreamGeometryContext method StreamGeometryCallbackContext (line 546) | internal StreamGeometryCallbackContext(StreamGeometry owner) method CloseCore (line 555) | protected override void CloseCore(byte[] data) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/StreamGeometryContext.cs class StreamGeometryContext (line 37) | public abstract class StreamGeometryContext : DispatcherObject, IDisposable method StreamGeometryContext (line 47) | internal StreamGeometryContext() method Dispose (line 55) | void IDisposable.Dispose() method Close (line 76) | public virtual void Close() method BeginFigure (line 85) | public abstract void BeginFigure(Point startPoint, bool isFilled, bool... method LineTo (line 90) | public abstract void LineTo(Point point, bool isStroked, bool isSmooth... method QuadraticBezierTo (line 95) | public abstract void QuadraticBezierTo(Point point1, Point point2, boo... method BezierTo (line 100) | public abstract void BezierTo(Point point1, Point point2, Point point3... method PolyLineTo (line 105) | public abstract void PolyLineTo(IList points, bool isStroked, b... method PolyQuadraticBezierTo (line 110) | public abstract void PolyQuadraticBezierTo(IList points, bool i... method PolyBezierTo (line 115) | public abstract void PolyBezierTo(IList points, bool isStroked,... method ArcTo (line 124) | public abstract void ArcTo(Point point, Size size, double rotationAngl... method ArcTo (line 126) | public abstract void ArcTo(Point point, Size size, double rotationAngl... method DisposeCore (line 140) | internal virtual void DisposeCore() {} method SetClosedState (line 145) | internal abstract void SetClosedState(bool closed); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/StyleSimulations.cs type StyleSimulations (line 23) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/TextEffect.cs class TextEffect (line 19) | [Localizability(LocalizationCategory.None, Readability=Readability.Unrea... method TextEffect (line 35) | public TextEffect( method TextEffect (line 55) | public TextEffect() method OnPositionStartChanging (line 62) | private static bool OnPositionStartChanging(int value) method OnPositionCountChanging (line 67) | private static bool OnPositionCountChanging(int value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/TextEffectCollection.cs class TextEffectCollection (line 20) | [Localizability(LocalizationCategory.None, Readability=Readability.Unrea... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/TileBrush.cs class TileBrush (line 24) | public abstract partial class TileBrush : Brush method TileBrush (line 33) | protected TileBrush() method GetContentBounds (line 43) | protected abstract void GetContentBounds(out Rect contentBounds); method GetTileBrushMapping (line 56) | internal void GetTileBrushMapping( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Transform.cs class Transform (line 21) | [Localizability(LocalizationCategory.None, Readability=Readability.Unrea... method Transform (line 24) | internal Transform() method MakeIdentityTransform (line 39) | private static Transform MakeIdentityTransform() method CanSerializeToString (line 61) | internal virtual bool CanSerializeToString() { return false; } method TransformRect (line 65) | internal virtual void TransformRect(ref Rect rect) method MultiplyValueByMatrix (line 76) | internal virtual void MultiplyValueByMatrix(ref Matrix result, ref Mat... method ConvertToD3DMATRIX (line 82) | internal virtual unsafe void ConvertToD3DMATRIX(/* out */ D3DMATRIX* m... method GetTransformValue (line 99) | internal static void GetTransformValue( method TryTransform (line 120) | public override bool TryTransform(Point inPoint, out Point result) method TransformBounds (line 133) | public override Rect TransformBounds(Rect rect) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/TransformGroup.cs class TransformGroup (line 14) | [ContentProperty("Children")] method TransformGroup (line 22) | public TransformGroup() { } method CanSerializeToString (line 83) | internal override bool CanSerializeToString() { return false; } FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/TranslateTransform.cs class TranslateTransform (line 14) | public sealed partial class TranslateTransform : Transform method TranslateTransform (line 19) | public TranslateTransform() method TranslateTransform (line 28) | public TranslateTransform( method TransformRect (line 67) | internal override void TransformRect(ref Rect rect) method MultiplyValueByMatrix (line 80) | internal override void MultiplyValueByMatrix(ref Matrix result, ref Ma... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Typeface.cs class Typeface (line 25) | public class Typeface method Typeface (line 45) | public Typeface( method Typeface (line 66) | public Typeface( method Typeface (line 91) | public Typeface( method TryGetGlyphTypeface (line 176) | public bool TryGetGlyphTypeface(out GlyphTypeface glyphTypeface) method Baseline (line 273) | internal double Baseline(double emSize, double toReal, double pixelsPe... method LineSpacing (line 278) | internal double LineSpacing(double emSize, double toReal, double pixel... method TryGetGlyphTypeface (line 306) | internal GlyphTypeface TryGetGlyphTypeface() method CheckFastPathNominalGlyphs (line 355) | internal bool CheckFastPathNominalGlyphs( method GetCharacterNominalWidthsAndIdealWidth (line 575) | internal void GetCharacterNominalWidthsAndIdealWidth( method GetCharacterNominalWidthsAndIdealWidth (line 609) | internal void GetCharacterNominalWidthsAndIdealWidth( method GetHashCode (line 663) | public override int GetHashCode() method Equals (line 681) | public override bool Equals(object o) method CompareFallbackFontFamily (line 695) | internal bool CompareFallbackFontFamily(FontFamily fallbackFontFamily) method ConstructCachedTypeface (line 729) | private CachedTypeface ConstructCachedTypeface() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/UniqueEventHelper.cs class UniqueEventHelper (line 15) | internal sealed class UniqueEventHelper : UniqueEventHelperB... method Clone (line 19) | internal UniqueEventHelper Clone() method InvokeEvents (line 36) | internal void InvokeEvents(object sender, TEventArgs args) method Clone (line 50) | internal UniqueEventHelper Clone() method InvokeEvents (line 67) | internal void InvokeEvents(object sender, EventArgs args) class UniqueEventHelper (line 47) | internal sealed class UniqueEventHelper : UniqueEventHelperBase Clone() method InvokeEvents (line 36) | internal void InvokeEvents(object sender, TEventArgs args) method Clone (line 50) | internal UniqueEventHelper Clone() method InvokeEvents (line 67) | internal void InvokeEvents(object sender, EventArgs args) class UniqueEventHelperBase (line 78) | internal abstract class UniqueEventHelperBase where TEven... method AddEvent (line 88) | internal void AddEvent(TEventHandler handler) method RemoveEvent (line 108) | internal void RemoveEvent(TEventHandler handler) method CopyHandlers (line 126) | protected TEventHandler[] CopyHandlers() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/UnsafeNativeMethodsMilCoreApi.cs class UnsafeNativeMethods (line 21) | internal static partial class UnsafeNativeMethods class MilCoreApi (line 23) | internal static class MilCoreApi method EnterCompositionEngineLock (line 25) | [DllImport(DllImport.MilCore, EntryPoint = "MilCompositionEngine_Ent... method ExitCompositionEngineLock (line 28) | [DllImport(DllImport.MilCore, EntryPoint = "MilCompositionEngine_Exi... method EnterMediaSystemLock (line 31) | [DllImport(DllImport.MilCore, EntryPoint = "MilCompositionEngine_Ent... method ExitMediaSystemLock (line 34) | [DllImport(DllImport.MilCore, EntryPoint = "MilCompositionEngine_Exi... method MilVersionCheck (line 37) | [DllImport(DllImport.MilCore)] method WgxConnection_ShouldForceSoftwareForGraphicsStreamClient (line 42) | [DllImport(DllImport.MilCore)] method WgxConnection_Create (line 45) | [DllImport(DllImport.MilCore)] method WgxConnection_Disconnect (line 50) | [DllImport(DllImport.MilCore)] method MILCreateStreamFromStreamDescriptor (line 53) | [DllImport(DllImport.MilCore)] method MilUtility_GetTileBrushMapping (line 56) | [DllImport(DllImport.MilCore)] method MilUtility_PathGeometryBounds (line 73) | [DllImport(DllImport.MilCore)] method MilUtility_PathGeometryCombine (line 87) | [DllImport(DllImport.MilCore)] method MilUtility_PathGeometryWiden (line 104) | [DllImport(DllImport.MilCore)] method MilUtility_PathGeometryOutline (line 117) | [DllImport(DllImport.MilCore)] method MilUtility_PathGeometryFlatten (line 128) | [DllImport(DllImport.MilCore)] method MilGlyphCache_BeginCommandAtRenderTime (line 139) | [DllImport(DllImport.MilCore)] method MilGlyphCache_AppendCommandDataAtRenderTime (line 147) | [DllImport(DllImport.MilCore)] method MilGlyphCache_EndCommandAtRenderTime (line 154) | [DllImport(DllImport.MilCore)] method MilGlyphRun_SetGeometryAtRenderTime (line 159) | [DllImport(DllImport.MilCore)] method MilGlyphRun_GetGlyphOutline (line 166) | [DllImport(DllImport.MilCore)] method MilGlyphRun_ReleasePathGeometryData (line 177) | [DllImport(DllImport.MilCore)] method MilCreateReversePInvokeWrapper (line 182) | [DllImport(DllImport.MilCore, EntryPoint = "MilCreateReversePInvokeW... method MilReleasePInvokePtrBlocking (line 187) | [DllImport(DllImport.MilCore, EntryPoint = "MilReleasePInvokePtrBloc... method RenderOptions_ForceSoftwareRenderingModeForProcess (line 191) | [DllImport(DllImport.MilCore, EntryPoint = "RenderOptions_ForceSoftw... method RenderOptions_IsSoftwareRenderingForcedForProcess (line 195) | [DllImport(DllImport.MilCore, EntryPoint = "RenderOptions_IsSoftware... method RenderOptions_EnableHardwareAccelerationInRdp (line 198) | [DllImport(DllImport.MilCore, EntryPoint = "RenderOptions_EnableHard... method CreateCWICWrapperBitmap (line 201) | [DllImport(DllImport.MilCore, EntryPoint = "MilResource_CreateCWICWr... class WICComponentInfo (line 207) | internal static class WICComponentInfo method GetCLSID (line 209) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICComponentInfo_... method GetAuthor (line 214) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICComponentInfo_... method GetVersion (line 221) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICComponentInfo_... method GetSpecVersion (line 228) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICComponentInfo_... method GetFriendlyName (line 235) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICComponentInfo_... class WICBitmapCodecInfo (line 243) | internal static class WICBitmapCodecInfo method GetContainerFormat (line 245) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapCodecInf... method GetDeviceManufacturer (line 250) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapCodecInf... method GetDeviceModels (line 258) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapCodecInf... method GetMimeTypes (line 266) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapCodecInf... method GetFileExtensions (line 274) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapCodecInf... method DoesSupportAnimation (line 282) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapCodecInf... method DoesSupportLossless (line 288) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapCodecInf... method DoesSupportMultiframe (line 294) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapCodecInf... class WICMetadataQueryReader (line 301) | internal static class WICMetadataQueryReader method GetContainerFormat (line 303) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICMetadataQueryR... method GetLocation (line 308) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICMetadataQueryR... method GetMetadataByName (line 316) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICMetadataQueryR... method ContainsMetadataByName (line 323) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICMetadataQueryR... method GetEnumerator (line 330) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICMetadataQueryR... class WICMetadataQueryWriter (line 337) | internal static class WICMetadataQueryWriter method SetMetadataByName (line 339) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICMetadataQueryW... method RemoveMetadataByName (line 346) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICMetadataQueryW... class WICFastMetadataEncoder (line 353) | internal static class WICFastMetadataEncoder method Commit (line 355) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICFastMetadataEn... method GetMetadataQueryWriter (line 360) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICFastMetadataEn... class EnumString (line 367) | internal static class EnumString method Next (line 369) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IEnumString_Next_W... method Reset (line 377) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IEnumString_Reset_... class IPropertyBag2 (line 383) | internal static class IPropertyBag2 method Write (line 385) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IPropertyBag2_Writ... class WICBitmapSource (line 394) | internal static class WICBitmapSource method GetSize (line 396) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapSource_G... method GetPixelFormat (line 402) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapSource_G... method GetResolution (line 407) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapSource_G... method CopyPalette (line 413) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapSource_C... method CopyPixels (line 418) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapSource_C... class WICBitmapDecoder (line 427) | internal static class WICBitmapDecoder method GetDecoderInfo (line 429) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapDecoder_... method CopyPalette (line 434) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapDecoder_... method GetPreview (line 439) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapDecoder_... method GetColorContexts (line 445) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapDecoder_... method GetThumbnail (line 453) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapDecoder_... method GetMetadataQueryReader (line 459) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapDecoder_... method GetFrameCount (line 465) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapDecoder_... method GetFrame (line 471) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapDecoder_... class WICBitmapFrameDecode (line 479) | internal static class WICBitmapFrameDecode method GetThumbnail (line 481) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapFrameDec... method GetMetadataQueryReader (line 487) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapFrameDec... method GetColorContexts (line 493) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapFrameDec... class MILUnknown (line 502) | internal static class MILUnknown method AddRef (line 504) | [DllImport(DllImport.MilCore, EntryPoint = "MILAddRef")] method AddRef (line 507) | [DllImport(DllImport.MilCore, EntryPoint = "MILAddRef")] method Release (line 510) | [DllImport(DllImport.MilCore, EntryPoint = "MILRelease")] method ReleaseInterface (line 514) | internal static void ReleaseInterface(ref IntPtr ptr) method QueryInterface (line 524) | [DllImport(DllImport.MilCore, EntryPoint = "MILQueryInterface")] method QueryInterface (line 530) | [DllImport(DllImport.MilCore, EntryPoint = "MILQueryInterface")] class WICStream (line 537) | internal static class WICStream method InitializeFromIStream (line 539) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICStream_Initial... method InitializeFromMemory (line 544) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICStream_Initial... class WindowsCodecApi (line 551) | internal static class WindowsCodecApi method CreateBitmapFromSection (line 553) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "WICCreateBitmapFro... class WICBitmapFrameEncode (line 564) | internal static class WICBitmapFrameEncode method Initialize (line 566) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICBitmapFrameEncod... method Commit (line 570) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICBitmapFrameEncod... method SetSize (line 573) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICBitmapFrameEncod... method SetResolution (line 578) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICBitmapFrameEncod... method WriteSource (line 583) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICBitmapFrameEncod... method SetThumbnail (line 588) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapFrameEnc... method GetMetadataQueryWriter (line 592) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapFrameEnc... method SetColorContexts (line 598) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapFrameEnc... class WICBitmapEncoder (line 605) | internal static class WICBitmapEncoder method Initialize (line 607) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICBitmapEncoder_In... method GetEncoderInfo (line 612) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICBitmapEncoder_Ge... method CreateNewFrame (line 617) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICBitmapEncoder_Cr... method SetThumbnail (line 623) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICBitmapEncoder_Se... method SetPalette (line 627) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICBitmapEncoder_Se... method GetMetadataQueryWriter (line 631) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapEncoder_... method Commit (line 637) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICBitmapEncoder_Co... class WICPalette (line 641) | internal static class WICPalette method InitializePredefined (line 643) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICPalette_Initiali... method InitializeCustom (line 648) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICPalette_Initiali... method InitializeFromBitmap (line 653) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICPalette_Initiali... method InitializeFromPalette (line 659) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICPalette_Initiali... method GetType (line 663) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICPalette_GetType_... method GetColorCount (line 667) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICPalette_GetColor... method GetColors (line 671) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICPalette_GetColor... method HasAlpha (line 677) | [DllImport(DllImport.WindowsCodecs, EntryPoint="IWICPalette_HasAlpha... class WICImagingFactory (line 682) | internal static class WICImagingFactory method CreateDecoderFromStream (line 684) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateDecoderFromFileHandle (line 692) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateComponentInfo (line 700) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreatePalette (line 706) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateFormatConverter (line 711) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateBitmapScaler (line 716) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateBitmapClipper (line 721) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateBitmapFlipRotator (line 726) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateStream (line 731) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateEncoder (line 736) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateBitmapFromSource (line 743) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateBitmapFromMemory (line 750) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateBitmap (line 761) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateBitmapFromHBITMAP (line 770) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateBitmapFromHICON (line 778) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateFastMetadataEncoderFromDecoder (line 784) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateFastMetadataEncoderFromFrameDecode (line 790) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateQueryWriter (line 796) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... method CreateQueryWriterFromReader (line 804) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICImagingFactory... class WICComponentFactory (line 813) | internal static class WICComponentFactory method CreateMetadataWriterFromReader (line 815) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICComponentFacto... method CreateQueryWriterFromBlockWriter (line 823) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICComponentFacto... class WICMetadataBlockReader (line 831) | internal static class WICMetadataBlockReader method GetCount (line 833) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICMetadataBlockR... method GetReaderByIndex (line 839) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICMetadataBlockR... class WICPixelFormatInfo (line 847) | internal static class WICPixelFormatInfo method GetBitsPerPixel (line 849) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICPixelFormatInf... method GetChannelCount (line 855) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICPixelFormatInf... method GetChannelMask (line 861) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICPixelFormatInf... class WICBitmapClipper (line 871) | internal static class WICBitmapClipper method Initialize (line 873) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapClipper_... class WICBitmapFlipRotator (line 880) | internal static class WICBitmapFlipRotator method Initialize (line 882) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapFlipRota... class WICBitmapScaler (line 889) | internal static class WICBitmapScaler method Initialize (line 891) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapScaler_I... class WICFormatConverter (line 900) | internal static class WICFormatConverter method Initialize (line 902) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICFormatConverte... class IWICColorContext (line 913) | internal static class IWICColorContext type WICColorContextType (line 915) | internal enum WICColorContextType : uint method InitializeFromMemory (line 922) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICColorContext_I... method GetProfileBytes (line 931) | [DllImport(DllImport.MilCore, EntryPoint = "IWICColorContext_GetProf... method GetType (line 939) | [DllImport(DllImport.MilCore, EntryPoint = "IWICColorContext_GetType... method GetExifColorSpace (line 945) | [DllImport(DllImport.MilCore, EntryPoint = "IWICColorContext_GetExif... class WICColorTransform (line 952) | internal static class WICColorTransform method Initialize (line 954) | [DllImport(DllImport.WindowsCodecsExt, EntryPoint = "IWICColorTransf... class WICBitmap (line 964) | internal static class WICBitmap method Lock (line 966) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmap_Lock_Pr... method SetResolution (line 973) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmap_SetReso... method SetPalette (line 979) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmap_SetPale... class WICBitmapLock (line 985) | internal static class WICBitmapLock method GetStride (line 987) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapLock_Get... method GetDataPointer (line 993) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "IWICBitmapLock_Get... class WICCodec (line 1001) | internal static class WICCodec method CreateImagingFactory (line 1007) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "WICCreateImagingFa... method WICConvertBitmapSource (line 1013) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "WICConvertBitmapSo... method WICSetEncoderFormat (line 1019) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "WICSetEncoderForma... method WICMapGuidToShortName (line 1026) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "WICMapGuidToShortN... method WICMapShortNameToGuid (line 1033) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "WICMapShortNameToG... method CreateColorTransform (line 1038) | [DllImport(DllImport.WindowsCodecsExt, EntryPoint = "WICCreateColorT... method CreateColorContext (line 1042) | [DllImport(DllImport.WindowsCodecs, EntryPoint = "WICCreateColorCont... method CoInitialize (line 1047) | [DllImport("ole32.dll")] method CoUninitialize (line 1051) | [DllImport("ole32.dll")] class Mscms (line 1055) | internal static class Mscms method CreateMultiProfileTransform (line 1057) | [DllImport(DllImport.Mscms, EntryPoint = "CreateMultiProfileTransfor... method DeleteColorTransform (line 1060) | [DllImport(DllImport.Mscms, EntryPoint = "DeleteColorTransform", Set... method TranslateColors (line 1063) | [DllImport(DllImport.Mscms, EntryPoint = "TranslateColors")] method OpenColorProfile (line 1066) | [DllImport(DllImport.Mscms, EntryPoint = "OpenColorProfile")] method CloseColorProfile (line 1069) | [DllImport(DllImport.Mscms, EntryPoint = "CloseColorProfile", SetLas... method GetColorProfileHeader (line 1072) | [DllImport(DllImport.Mscms, EntryPoint = "GetColorProfileHeader", Se... method GetColorDirectory (line 1075) | [DllImport(DllImport.Mscms, CharSet = CharSet.Auto, BestFitMapping =... method GetStandardColorSpaceProfile (line 1078) | [DllImport(DllImport.Mscms, CharSet = CharSet.Auto, BestFitMapping =... method GetColorProfileFromHandle (line 1081) | [DllImport(DllImport.Mscms, EntryPoint = "GetColorProfileFromHandle"... class MILFactory2 (line 1085) | internal static class MILFactory2 method CreateFactory (line 1087) | [DllImport(DllImport.MilCore, EntryPoint = "MILCreateFactory")] method CreateMediaPlayer (line 1093) | [DllImport(DllImport.MilCore, EntryPoint = "MILFactoryCreateMediaPla... method CreateBitmapRenderTarget (line 1100) | [DllImport(DllImport.MilCore, EntryPoint = "MILFactoryCreateBitmapRe... method CreateBitmapRenderTargetForBitmap (line 1111) | [DllImport(DllImport.MilCore, EntryPoint = "MILFactoryCreateSWRender... class InteropDeviceBitmap (line 1118) | internal static class InteropDeviceBitmap method Create (line 1122) | [DllImport(DllImport.MilCore, EntryPoint = "InteropDeviceBitmap_Crea... method Detach (line 1135) | [DllImport(DllImport.MilCore, EntryPoint = "InteropDeviceBitmap_Deta... method AddDirtyRect (line 1140) | [DllImport(DllImport.MilCore, EntryPoint = "InteropDeviceBitmap_AddD... method GetAsSoftwareBitmap (line 1150) | [DllImport(DllImport.MilCore, EntryPoint = "InteropDeviceBitmap_GetA... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/VideoDrawing.cs class VideoDrawing (line 15) | public sealed partial class VideoDrawing : Drawing method VideoDrawing (line 23) | public VideoDrawing() method WalkCurrentValue (line 35) | internal override void WalkCurrentValue(DrawingContextWalker ctx) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Visual.cs class MapClass (line 50) | internal class MapClass method MapClass (line 52) | internal MapClass() class Visual (line 77) | public abstract partial class Visual : DependencyObject, DUCE.IResource method Visual (line 139) | internal Visual(DUCE.ResourceType resourceType) method Visual (line 175) | protected Visual() : this(DUCE.ResourceType.TYPE_VISUAL) method IsOnChannel (line 196) | internal bool IsOnChannel(DUCE.Channel channel) method GetHandle (line 206) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method Get3DHandle (line 217) | DUCE.ResourceHandle DUCE.IResource.Get3DHandle(DUCE.Channel channel) method AddRefOnChannel (line 228) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method AddRefOnChannelCore (line 233) | internal virtual DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel ... method ReleaseOnChannelCore (line 253) | internal virtual void ReleaseOnChannelCore(DUCE.Channel channel) method RemoveChildFromParent (line 263) | void DUCE.IResource.RemoveChildFromParent( method GetChannelCount (line 273) | int DUCE.IResource.GetChannelCount() method GetChannel (line 278) | DUCE.Channel DUCE.IResource.GetChannel(int index) method GetContentBounds (line 346) | internal virtual Rect GetContentBounds() method RenderContent (line 358) | internal virtual void RenderContent(RenderContext ctx, bool isOnChannel) method RenderClose (line 367) | internal virtual void RenderClose(IDrawingContent newContent) method CalculateSubgraphBoundsInnerSpace (line 433) | internal Rect CalculateSubgraphBoundsInnerSpace() method CalculateSubgraphRenderBoundsInnerSpace (line 442) | internal Rect CalculateSubgraphRenderBoundsInnerSpace() method CalculateSubgraphBoundsInnerSpace (line 459) | internal virtual Rect CalculateSubgraphBoundsInnerSpace(bool renderBou... method CalculateSubgraphBoundsOuterSpace (line 503) | internal Rect CalculateSubgraphBoundsOuterSpace() method CalculateSubgraphRenderBoundsOuterSpace (line 513) | internal Rect CalculateSubgraphRenderBoundsOuterSpace() method CalculateSubgraphBoundsOuterSpace (line 530) | private Rect CalculateSubgraphBoundsOuterSpace(bool renderBounds) method IsEmptyRenderBounds (line 617) | private bool IsEmptyRenderBounds(ref Rect bounds) method FreeContent (line 636) | internal virtual void FreeContent(DUCE.Channel channel) method IsCyclicBrushRootOnChannel (line 645) | private bool IsCyclicBrushRootOnChannel(DUCE.Channel channel) method ReleaseOnChannel (line 671) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method AddRefOnChannelForCyclicBrush (line 813) | internal virtual void AddRefOnChannelForCyclicBrush( method ReleaseOnChannelForCyclicBrush (line 883) | internal virtual void ReleaseOnChannelForCyclicBrush( method VerifyAPIReadOnly (line 965) | internal void VerifyAPIReadOnly() method VerifyAPIReadOnly (line 974) | internal void VerifyAPIReadOnly(DependencyObject value) method VerifyAPIReadWrite (line 986) | internal void VerifyAPIReadWrite() method VerifyAPIReadWrite (line 997) | internal void VerifyAPIReadWrite(DependencyObject value) method Precompute (line 1016) | internal void Precompute() method PrecomputeContent (line 1045) | internal virtual void PrecomputeContent() method PrecomputeRecursive (line 1059) | internal void PrecomputeRecursive(out Rect bboxSubgraph) method Render (line 1144) | internal void Render(RenderContext ctx, UInt32 childIndex) method RenderRecursive (line 1183) | internal virtual void RenderRecursive( method Enter (line 1272) | internal bool Enter() method Exit (line 1288) | internal void Exit() method UpdateOpacity (line 1301) | private void UpdateOpacity(DUCE.Channel channel, method UpdateOpacityMask (line 1333) | private void UpdateOpacityMask(DUCE.Channel channel, method UpdateTransform (line 1376) | private void UpdateTransform(DUCE.Channel channel, method UpdateEffect (line 1418) | private void UpdateEffect(DUCE.Channel channel, method UpdateCacheMode (line 1457) | private void UpdateCacheMode(DUCE.Channel channel, method UpdateClip (line 1500) | private void UpdateClip(DUCE.Channel channel, method UpdateScrollableAreaClip (line 1544) | private void UpdateScrollableAreaClip(DUCE.Channel channel, method UpdateOffset (line 1572) | private void UpdateOffset(DUCE.Channel channel, method UpdateGuidelines (line 1604) | private void UpdateGuidelines(DUCE.Channel channel, method UpdateRenderOptions (line 1639) | private void UpdateRenderOptions(DUCE.Channel channel, method UpdateContent (line 1720) | private void UpdateContent(RenderContext ctx, method UpdateChildren (line 1740) | private void UpdateChildren(RenderContext ctx, class TopMostHitResult (line 1829) | internal class TopMostHitResult method HitTestResult (line 1833) | internal HitTestResultBehavior HitTestResult(HitTestResult result) method NoNested2DFilter (line 1840) | internal HitTestFilterBehavior NoNested2DFilter(DependencyObject pot... method InvalidateHitTestBounds (line 1855) | internal void InvalidateHitTestBounds() method GetHitTestBounds (line 1871) | internal virtual Rect GetHitTestBounds() method HitTest (line 1880) | internal HitTestResult HitTest(Point point) method HitTest (line 1890) | internal HitTestResult HitTest(Point point, bool include2DOn3D) method HitTest (line 1908) | internal void HitTest( method HitTestPoint (line 1990) | internal HitTestResultBehavior HitTestPoint( method TransformToOuterSpace (line 2168) | internal GeneralTransform TransformToOuterSpace() method HitTestGeometry (line 2226) | internal HitTestResultBehavior HitTestGeometry( method HitTestPointInternal (line 2377) | internal virtual HitTestResultBehavior HitTestPointInternal( method HitTestCore (line 2395) | protected virtual HitTestResult HitTestCore(PointHitTestParameters hit... method HitTestCore (line 2413) | protected virtual GeometryHitTestResult HitTestCore(GeometryHitTestPar... method GetVisualChild (line 2512) | protected virtual Visual GetVisualChild(int index) method InternalGetVisualChild (line 2521) | internal Visual InternalGetVisualChild(int index) method InternalGet2DOr3DVisualChild (line 2534) | internal virtual DependencyObject InternalGet2DOr3DVisualChild(int index) method InternalAddVisualChild (line 2543) | internal void InternalAddVisualChild(Visual child) method InternalRemoveVisualChild (line 2551) | internal void InternalRemoveVisualChild(Visual child) method AddVisualChild (line 2570) | protected void AddVisualChild(Visual child) method RemoveVisualChild (line 2639) | protected void RemoveVisualChild(Visual child) method InvalidateZOrder (line 2699) | internal void InvalidateZOrder() method InternalSetOffsetWorkaround (line 2775) | internal void InternalSetOffsetWorkaround(Vector offset) method InternalSetTransformWorkaround (line 2779) | internal void InternalSetTransformWorkaround(Transform transform) method BitmapEffectEmulationChanged (line 3158) | internal void BitmapEffectEmulationChanged(object sender, EventArgs args) method ChangeVisualClip (line 3434) | internal void ChangeVisualClip(Geometry newClip, bool dontSetWhenClose) method DisconnectAttachedResource (line 3853) | internal void DisconnectAttachedResource( method GetDrawing (line 3917) | internal virtual DrawingGroup GetDrawing() method FireOnVisualParentChanged (line 3942) | internal virtual void FireOnVisualParentChanged(DependencyObject oldPa... method OnVisualParentChanged (line 3986) | protected internal virtual void OnVisualParentChanged(DependencyObject... method OnVisualChildrenChanged (line 3993) | protected internal virtual void OnVisualChildrenChanged( method OnDpiChanged (line 4002) | protected virtual void OnDpiChanged( method ProcessAncestorChangedNotificationRecursive (line 4076) | internal static void ProcessAncestorChangedNotificationRecursive(Depen... method IsAncestorOf (line 4119) | public bool IsAncestorOf(DependencyObject descendant) method IsDescendantOf (line 4138) | public bool IsDescendantOf(DependencyObject ancestor) method SetFlagsToRoot (line 4180) | internal void SetFlagsToRoot(bool value, VisualFlags flag) method FindFirstAncestorWithFlagsAnd (line 4209) | internal DependencyObject FindFirstAncestorWithFlagsAnd(VisualFlags flag) method FindCommonVisualAncestor (line 4247) | public DependencyObject FindCommonVisualAncestor(DependencyObject othe... method InvalidateForceInheritPropertyOnChildren (line 4274) | internal virtual void InvalidateForceInheritPropertyOnChildren(Depende... method TransformToAncestor (line 4300) | public GeneralTransform TransformToAncestor( method TransformToAncestor (line 4321) | public GeneralTransform2DTo3D TransformToAncestor(Visual3D ancestor) method TransformToDescendant (line 4340) | public GeneralTransform TransformToDescendant(Visual descendant) method TransformToVisual (line 4357) | public GeneralTransform TransformToVisual(Visual visual) method InternalTransformToAncestor (line 4426) | private GeneralTransform InternalTransformToAncestor(Visual ancestor, ... method TrySimpleTransformToAncestor (line 4460) | internal bool TrySimpleTransformToAncestor(Visual ancestor, method InternalTransformToAncestor (line 4633) | private GeneralTransform2DTo3D InternalTransformToAncestor(Visual3D an... method TrySimpleTransformToAncestor (line 4654) | internal bool TrySimpleTransformToAncestor(Visual3D ancestor, method GetDpi (line 4679) | internal DpiScale GetDpi() method PointToScreen (line 4715) | public Point PointToScreen(Point point) method PointFromScreen (line 4744) | public Point PointFromScreen(Point point) method ClipChanged (line 4789) | internal void ClipChanged(object sender, EventArgs args) method ScrollableAreaClipChanged (line 4802) | internal void ScrollableAreaClipChanged(object sender, EventArgs args) method TransformChanged (line 4815) | internal void TransformChanged(object sender, EventArgs args) method EffectChanged (line 4829) | internal void EffectChanged(object sender, EventArgs args) method CacheModeChanged (line 4842) | internal void CacheModeChanged(object sender, EventArgs args) method GuidelinesChanged (line 4855) | internal void GuidelinesChanged(object sender, EventArgs args) method OpacityMaskChanged (line 4872) | internal void OpacityMaskChanged(object sender, EventArgs args) method ContentsChanged (line 4885) | internal virtual void ContentsChanged(object sender, EventArgs args) method SetFlagsOnAllChannels (line 4907) | internal void SetFlagsOnAllChannels( method SetFlags (line 4920) | internal void SetFlags( method SetFlags (line 4935) | internal void SetFlags(bool value, VisualFlags flags) method SetDpiScaleVisualFlags (line 4943) | internal void SetDpiScaleVisualFlags(DpiRecursiveChangeArgs args) method RecursiveSetDpiScaleVisualFlags (line 4961) | internal void RecursiveSetDpiScaleVisualFlags(DpiRecursiveChangeArgs a... method CheckFlagsOnAllChannels (line 4982) | internal bool CheckFlagsOnAllChannels(VisualProxyFlags flagsToCheck) method CheckFlagsAnd (line 4996) | internal bool CheckFlagsAnd( method CheckFlagsAnd (line 5009) | internal bool CheckFlagsAnd(VisualFlags flags) method CheckFlagsOr (line 5021) | internal bool CheckFlagsOr( method CheckFlagsOr (line 5034) | internal bool CheckFlagsOr(VisualFlags flags) method SetTreeBits (line 5045) | internal static void SetTreeBits( method ClearTreeBits (line 5100) | internal static void ClearTreeBits( method DoAnyChildrenHaveABitSet (line 5165) | private static bool DoAnyChildrenHaveABitSet( method PropagateFlags (line 5189) | internal static void PropagateFlags( method PropagateChangedFlags (line 5257) | internal void PropagateChangedFlags() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/VisualBrush.cs class VisualBrush (line 22) | public sealed partial class VisualBrush : TileBrush, ICyclicBrush method VisualBrush (line 29) | public VisualBrush() method VisualBrush (line 37) | public VisualBrush(Visual visual) method FireOnChanged (line 47) | void ICyclicBrush.FireOnChanged() method RegisterForAsyncRenderForCyclicBrush (line 76) | private void RegisterForAsyncRenderForCyclicBrush() method RenderForCyclicBrush (line 102) | void ICyclicBrush.RenderForCyclicBrush(DUCE.Channel channel, bool skip... method AddRefResource (line 150) | internal void AddRefResource(Visual visual, DUCE.Channel channel) method ReleaseResource (line 155) | internal void ReleaseResource(Visual visual, DUCE.Channel channel) method OnPropertyChanged (line 165) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method DoLayout (line 219) | private void DoLayout(UIElement element) method OnLayoutUpdated (line 241) | private void OnLayoutUpdated(object sender, EventArgs args) method LayoutCallback (line 271) | private object LayoutCallback(object arg) method Enter (line 296) | internal bool Enter() method Exit (line 312) | internal void Exit() method GetContentBounds (line 322) | protected override void GetContentBounds(out Rect contentBounds) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/VisualCollection.cs class VisualCollection (line 28) | public sealed class VisualCollection : ICollection method VisualCollection (line 62) | public VisualCollection(Visual parent) method VerifyAPIReadOnly (line 68) | internal void VerifyAPIReadOnly() method VerifyAPIReadOnly (line 74) | internal void VerifyAPIReadOnly(Visual other) method VerifyAPIReadWrite (line 80) | internal void VerifyAPIReadWrite() method VerifyAPIReadWrite (line 87) | internal void VerifyAPIReadWrite(Visual other) method VerifyNotReadOnly (line 94) | internal void VerifyNotReadOnly() method CopyTo (line 166) | public void CopyTo(Array array, int index) method CopyTo (line 191) | public void CopyTo(Visual[] array, int index) method EnsureCapacity (line 222) | private void EnsureCapacity(int min) method ConnectChild (line 357) | private void ConnectChild(int index, Visual value) method DisconnectChild (line 394) | private void DisconnectChild(int index) method Add (line 435) | public int Add(Visual visual) method IndexOf (line 470) | public int IndexOf(Visual visual) method Remove (line 510) | public void Remove(Visual visual) method InternalRemove (line 517) | private void InternalRemove(Visual visual) method IncrementVersion (line 575) | private void IncrementVersion() method SetReadOnly (line 597) | internal void SetReadOnly() method Contains (line 606) | public bool Contains(Visual visual) method Clear (line 635) | public void Clear() method Insert (line 676) | public void Insert(int index, Visual visual) method RemoveAt (line 723) | public void RemoveAt(int index) method RemoveRange (line 753) | public void RemoveRange(int index, int count) method Move (line 793) | internal void Move(Visual visual, Visual destination) method GetEnumerator (line 856) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 865) | public Enumerator GetEnumerator() type Enumerator (line 881) | public struct Enumerator : IEnumerator method Enumerator (line 888) | internal Enumerator(VisualCollection collection) method MoveNext (line 899) | public bool MoveNext() method Reset (line 965) | public void Reset() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/VisualFlags.cs type VisualFlags (line 15) | [System.Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/VisualProxy.cs type VisualProxy (line 15) | internal struct VisualProxy type Proxy (line 31) | private struct Proxy method IsOnChannel (line 106) | internal bool IsOnChannel(DUCE.Channel channel) method CreateOrAddRefOnChannel (line 128) | internal bool CreateOrAddRefOnChannel( method ReleaseOnChannel (line 242) | internal bool ReleaseOnChannel(DUCE.Channel channel) method GetChannel (line 342) | internal DUCE.Channel GetChannel(int index) method GetHandle (line 376) | internal DUCE.ResourceHandle GetHandle(DUCE.Channel channel) method GetHandle (line 385) | internal DUCE.ResourceHandle GetHandle(int index) method GetFlags (line 419) | internal VisualProxyFlags GetFlags(DUCE.Channel channel) method GetFlags (line 428) | internal VisualProxyFlags GetFlags(int index) method SetFlags (line 449) | internal void SetFlags( method SetFlags (line 461) | internal void SetFlags( method SetFlagsOnAllChannels (line 487) | internal void SetFlagsOnAllChannels( method CheckFlagsOnAllChannels (line 508) | internal bool CheckFlagsOnAllChannels( method Find (line 540) | private int Find(DUCE.Channel channel) method ResizeTail (line 563) | private void ResizeTail(int delta) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/VisualProxyFlags.cs type VisualProxyFlags (line 15) | [System.Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/VisualTarget.cs class VisualTarget (line 17) | public class VisualTarget : CompositionTarget method VisualTarget (line 30) | public VisualTarget(HostVisual hostVisual) method BeginHosting (line 43) | private void BeginHosting() method CreateUCEResources (line 68) | internal override void CreateUCEResources(DUCE.Channel channel, DUCE.C... method Dispose (line 151) | public override void Dispose() method EndHosting (line 181) | private void EndHosting() method ReleaseUCEResources (line 191) | internal override void ReleaseUCEResources(DUCE.Channel channel, DUCE.... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/VisualTreeHelper.cs class VisualTreeHelper (line 24) | public static class VisualTreeHelper method CheckVisualReferenceArgument (line 26) | private static void CheckVisualReferenceArgument(DependencyObject refe... method IsVisualType (line 39) | internal static bool IsVisualType(DependencyObject reference) method GetChildrenCount (line 47) | public static int GetChildrenCount(DependencyObject reference) method GetChild (line 70) | public static DependencyObject GetChild(DependencyObject reference, in... method GetDpi (line 93) | public static DpiScale GetDpi(Visual visual) method SetRootDpi (line 102) | public static void SetRootDpi(Visual visual, DpiScale dpiInfo) method GetParent (line 119) | public static DependencyObject GetParent(DependencyObject reference) method GetParentInternal (line 142) | internal static DependencyObject GetParentInternal(DependencyObject re... method GetContainingVisual2D (line 167) | internal static Visual GetContainingVisual2D(DependencyObject reference) method GetContainingVisual3D (line 186) | internal static Visual3D GetContainingVisual3D(DependencyObject refere... method IsAncestorOf (line 202) | internal static bool IsAncestorOf(DependencyObject reference, Dependen... method IsAncestorOf (line 220) | internal static bool IsAncestorOf(DependencyObject ancestor, Dependenc... method FindCommonAncestor (line 251) | internal static DependencyObject FindCommonAncestor(DependencyObject r... method GetClip (line 270) | public static Geometry GetClip(Visual reference) method GetOpacity (line 279) | public static double GetOpacity(Visual reference) method GetOpacityMask (line 288) | public static Brush GetOpacityMask(Visual reference) method GetOffset (line 297) | public static Vector GetOffset(Visual reference) method GetTransform (line 306) | public static Transform GetTransform(Visual reference) method GetXSnappingGuidelines (line 315) | public static DoubleCollection GetXSnappingGuidelines(Visual reference) method GetYSnappingGuidelines (line 324) | public static DoubleCollection GetYSnappingGuidelines(Visual reference) method GetDrawing (line 333) | public static DrawingGroup GetDrawing(Visual reference) method GetContentBounds (line 342) | public static Rect GetContentBounds(Visual reference) method GetContentBounds (line 351) | public static Rect3D GetContentBounds(Visual3D reference) method GetDescendantBounds (line 361) | public static Rect GetDescendantBounds(Visual reference) method GetDescendantBounds (line 371) | public static Rect3D GetDescendantBounds(Visual3D reference) method GetBitmapEffect (line 380) | public static BitmapEffect GetBitmapEffect(Visual reference) method GetBitmapEffectInput (line 391) | public static BitmapEffectInput GetBitmapEffectInput(Visual reference) method GetEffect (line 402) | public static Effect GetEffect(Visual reference) method GetCacheMode (line 411) | public static CacheMode GetCacheMode(Visual reference) method GetEdgeMode (line 420) | public static EdgeMode GetEdgeMode(Visual reference) method HitTest (line 429) | public static HitTestResult HitTest(Visual reference, Point point) method HitTest (line 436) | internal static HitTestResult HitTest(Visual reference, Point point, b... method HitTest (line 446) | public static void HitTest( method HitTest (line 459) | public static void HitTest( method SaveAsXml (line 475) | static internal void SaveAsXml(Visual visual, System.Xml.XmlWriter wri... method Walk (line 485) | static public void Walk(Visual visual, DrawingContext dc) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/brushes.cs class Brushes (line 16) | public sealed class Brushes method Brushes (line 23) | private Brushes() {} FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/mediaclock.cs class MediaClock (line 17) | public class MediaClock : method MediaClock (line 31) | protected internal MediaClock(MediaTimeline media) method GetCanSlip (line 63) | protected override bool GetCanSlip() method GetCurrentTimeCore (line 71) | protected override TimeSpan GetCurrentTimeCore() method Stopped (line 87) | protected override void Stopped() method SpeedChanged (line 101) | protected override void SpeedChanged() method DiscontinuousTimeMovement (line 110) | protected override void DiscontinuousTimeMovement() method Sync (line 115) | private void Sync() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/mediaeventargs.cs class ExceptionEventArgs (line 14) | public sealed class ExceptionEventArgs : EventArgs method ExceptionEventArgs (line 20) | internal ExceptionEventArgs(Exception errorException) class MediaScriptCommandEventArgs (line 52) | public sealed class MediaScriptCommandEventArgs : EventArgs method MediaScriptCommandEventArgs (line 57) | internal FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/mediaeventshelper.cs class MediaEventsHelper (line 20) | internal class MediaEventsHelper : IInvokable method MediaEventsHelper (line 27) | internal MediaEventsHelper(MediaPlayer mediaPlayer) method CreateMediaEventsHelper (line 63) | internal static void CreateMediaEventsHelper(MediaPlayer mediaPlayer, method SetSender (line 82) | internal void SetSender(MediaPlayer sender) method RaiseMediaFailed (line 213) | internal void RaiseMediaFailed(Exception e) method RaiseEvent (line 231) | void IInvokable.RaiseEvent(byte[] buffer, int cb) method HandleScriptCommand (line 347) | private method GetStringFromReader (line 375) | private method OnMediaOpened (line 406) | private object OnMediaOpened(object o) method OnMediaPrerolled (line 417) | private object OnMediaPrerolled(object o) method OnMediaEnded (line 427) | private object OnMediaEnded(object o) method OnBufferingStarted (line 438) | private object OnBufferingStarted(object o) method OnBufferingEnded (line 449) | private object OnBufferingEnded(object o) method OnMediaFailed (line 460) | private object OnMediaFailed(object o) method OnScriptCommand (line 472) | private object OnScriptCommand(object o) method OnNewFrame (line 484) | private object OnNewFrame(object e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/printcontext.cs class Misc (line 33) | internal class Misc method Misc (line 40) | public Misc(JobTicket jobTicket, string printerName) method Dispose (line 63) | public void Dispose() method Dispose (line 84) | protected virtual void Dispose(bool disposing) method Cleanup (line 92) | private void Cleanup(bool disposing) class ContainerFixedXamlDesigner (line 131) | internal class ContainerFixedXamlDesigner : FixedXamlDesigner method ContainerFixedXamlDesigner (line 137) | public ContainerFixedXamlDesigner(PrintSystemEDocumentJob eDocJob, st... method GetResourceStream (line 144) | override public System.IO.Stream GetResourceStream(string name, out st... method CommitLastStream (line 158) | override public void CommitLastStream() class PrintContext (line 176) | public class PrintContext : DispatcherObject method PrintContext (line 182) | public PrintContext(PrintQueue queue) method Print (line 200) | public void Print(GetPageCallback getPage, string jobName) method IsPremium (line 278) | private bool IsPremium() method SpoolEdoc (line 294) | private bool SpoolEdoc() method GetOutputFilename (line 312) | private string GetOutputFilename() method StartDoc (line 340) | private void StartDoc(string jobName) method EndDoc (line 388) | private void EndDoc() method StartPage (line 419) | private string StartPage(int pageNo) method EndPage (line 465) | private void EndPage() method AssertPositive (line 491) | static private void AssertPositive(int val, string name) method Render (line 502) | private void Render(Visual visual, string uri) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/safemediahandle.cs class SafeMediaHandle (line 13) | internal class SafeMediaHandle : SafeMILHandle method SafeMediaHandle (line 17) | internal SafeMediaHandle() method SafeMediaHandle (line 23) | internal SafeMediaHandle(IntPtr handle) method ReleaseHandle (line 28) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/CharacterBufferReference.cs type CharacterBufferReference (line 21) | public struct CharacterBufferReference : IEquatable method CharacterHit (line 34) | public CharacterHit(int firstCharacterIndex, int trailingLength) method Equals (line 94) | public bool Equals(CharacterHit obj) method Equals (line 105) | public override bool Equals(object obj) method GetHashCode (line 116) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/CharacterString.cs type CharacterBufferRange (line 22) | public struct CharacterBufferRange : IEquatable method CharacterBufferRange (line 36) | public CharacterBufferRange( method CharacterBufferRange (line 54) | public CharacterBufferRange( method CharacterBufferRange (line 71) | [CLSCompliant(false)] method CharacterBufferRange (line 88) | internal CharacterBufferRange( method CharacterBufferRange (line 109) | internal CharacterBufferRange( method CharacterBufferRange (line 125) | internal CharacterBufferRange( method CharacterBufferRange (line 139) | internal CharacterBufferRange( method CharacterBufferRange (line 154) | internal CharacterBufferRange(TextRun textRun) method GetHashCode (line 166) | public override int GetHashCode() method Equals (line 176) | public override bool Equals(object obj) method Equals (line 190) | public bool Equals(CharacterBufferRange value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/CultureSpecificCharacterBufferRange.cs class CultureSpecificCharacterBufferRange (line 16) | public class CultureSpecificCharacterBufferRange method CultureSpecificCharacterBufferRange (line 24) | public CultureSpecificCharacterBufferRange(CultureInfo culture, Charac... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/IndexedGlyphRun.cs class IndexedGlyphRun (line 17) | public sealed class IndexedGlyphRun method IndexedGlyphRun (line 22) | internal IndexedGlyphRun( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/MinMaxParagraphWidth.cs type MinMaxParagraphWidth (line 20) | public struct MinMaxParagraphWidth : IEquatable method MinMaxParagraphWidth (line 22) | internal MinMaxParagraphWidth( method GetHashCode (line 52) | public override int GetHashCode() method Equals (line 62) | public bool Equals(MinMaxParagraphWidth value) method Equals (line 72) | public override bool Equals(object obj) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/NumberSubstitution.cs class NumberSubstitution (line 14) | public class NumberSubstitution method NumberSubstitution (line 19) | public NumberSubstitution() method NumberSubstitution (line 32) | public NumberSubstitution( method ThrowIfInvalidCultureOverride (line 79) | private static CultureInfo ThrowIfInvalidCultureOverride(CultureInfo c... method IsValidCultureOverride (line 94) | private static bool IsValidCultureOverride(CultureInfo culture) method IsValidCultureOverrideValue (line 108) | private static bool IsValidCultureOverrideValue(object value) method SetCultureSource (line 141) | public static void SetCultureSource(DependencyObject target, NumberCul... method GetCultureSource (line 151) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetCultureOverride (line 174) | public static void SetCultureOverride(DependencyObject target, Culture... method GetCultureOverride (line 184) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetSubstitution (line 205) | public static void SetSubstitution(DependencyObject target, NumberSubs... method GetSubstitution (line 215) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method GetHashCode (line 227) | public override int GetHashCode() method Equals (line 243) | public override bool Equals(object obj) type NumberCultureSource (line 263) | public enum NumberCultureSource type NumberSubstitutionMethod (line 292) | public enum NumberSubstitutionMethod FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextBounds.cs class TextBounds (line 18) | public sealed class TextBounds method TextBounds (line 23) | internal TextBounds( class TextRunBounds (line 72) | public sealed class TextRunBounds method TextRunBounds (line 77) | internal TextRunBounds( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextBreakpoint.cs class TextBreakpoint (line 27) | public abstract class TextBreakpoint : ITextMetrics, IDisposable method Dispose (line 35) | public void Dispose() method Dispose (line 46) | protected virtual void Dispose(bool disposing) method GetTextLineBreak (line 57) | public abstract TextLineBreak GetTextLineBreak(); method GetTextPenaltyResource (line 68) | internal abstract IntPtr GetTextPenaltyResource(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextCharacters.cs class TextCharacters (line 25) | public class TextCharacters : TextRun, ITextSymbols, IShapeableTextColle... method TextCharacters (line 36) | public TextCharacters( method TextCharacters (line 53) | public TextCharacters( method TextCharacters (line 69) | public TextCharacters( method TextCharacters (line 86) | [CLSCompliant(false)] method TextCharacters (line 103) | private TextCharacters( method GetTextShapeableSymbols (line 172) | IList ITextSymbols.GetTextShapeableSymbols( method Add (line 271) | void IShapeableTextCollector.Add( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextCollapsingProperties.cs class TextCollapsingProperties (line 18) | public abstract class TextCollapsingProperties class TextCollapsedRange (line 45) | public sealed class TextCollapsedRange method TextCollapsedRange (line 58) | internal TextCollapsedRange( type TextCollapsingStyle (line 101) | public enum TextCollapsingStyle FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextEmbeddedObject.cs class TextEmbeddedObject (line 20) | public abstract class TextEmbeddedObject : TextRun method Format (line 50) | public abstract TextEmbeddedObjectMetrics Format( method ComputeBoundingBox (line 61) | public abstract Rect ComputeBoundingBox( method Draw (line 74) | public abstract void Draw( class TextEmbeddedObjectMetrics (line 87) | public class TextEmbeddedObjectMetrics method TextEmbeddedObjectMetrics (line 100) | public TextEmbeddedObjectMetrics( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextEndOfLine.cs class TextEndOfLine (line 18) | public class TextEndOfLine : TextRun method TextEndOfLine (line 29) | public TextEndOfLine(int length) : this(length, null) method TextEndOfLine (line 38) | public TextEndOfLine( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextEndOfParagraph.cs class TextEndOfParagraph (line 18) | public class TextEndOfParagraph : TextEndOfLine method TextEndOfParagraph (line 26) | public TextEndOfParagraph(int length) : base(length) method TextEndOfParagraph (line 35) | public TextEndOfParagraph( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextEndOfSegment.cs class TextEndOfSegment (line 19) | public class TextEndOfSegment : TextRun method TextEndOfSegment (line 29) | public TextEndOfSegment(int length) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextFormatter.cs method Create (line 41) | public static TextFormatter Create(TextFormattingMode textFormattingMode) method Create (line 56) | public static TextFormatter Create() method CreateFromContext (line 69) | static public TextFormatter CreateFromContext(TextFormatterContext soleC... method CreateFromContext (line 71) | internal static TextFormatter CreateFromContext(TextFormatterContext sol... method CreateFromContext (line 85) | static public TextFormatter CreateFromContext(TextFormatterContext soleC... method CreateFromContext (line 87) | internal static TextFormatter CreateFromContext(TextFormatterContext sol... method FromCurrentDispatcher (line 104) | internal static TextFormatter FromCurrentDispatcher() method FromCurrentDispatcher (line 117) | internal static TextFormatter FromCurrentDispatcher(TextFormattingMode t... method Dispose (line 163) | public virtual void Dispose() {} method FormatLine (line 178) | public abstract TextLine FormatLine( method FormatLine (line 200) | public abstract TextLine FormatLine( method RecreateLine (line 223) | public abstract TextLine RecreateLine( method CreateParagraphCache (line 251) | public abstract TextParagraphCache CreateParagraphCache( method FormatMinMaxParagraphWidth (line 272) | public abstract MinMaxParagraphWidth FormatMinMaxParagraphWidth( method FormatMinMaxParagraphWidth (line 288) | public abstract MinMaxParagraphWidth FormatMinMaxParagraphWidth( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextFormatterContext.cs class TextFormatterContext (line 20) | internal class TextFormatterContext method TextFormatterContext (line 30) | public TextFormatterContext() method Init (line 37) | private void Init() method GetTextPenaltyModule (line 163) | internal TextPenaltyModule GetTextPenaltyModule() method Release (line 173) | internal void Release() method EmptyBoundingBox (line 203) | internal void EmptyBoundingBox() method ClearIndexedGlyphRuns (line 221) | internal void ClearIndexedGlyphRuns() method Destroy (line 239) | internal void Destroy() method SetBreaking (line 252) | internal void SetBreaking(BreakStrategies breaking) method CreateLine (line 274) | internal LsErr CreateLine( method CreateBreaks (line 303) | internal LsErr CreateBreaks( method CreateParaBreakingSession (line 326) | internal LsErr CreateParaBreakingSession( method SetDoc (line 347) | internal void SetDoc( method SetTabs (line 367) | internal unsafe void SetTabs( method ThrowExceptionFromLsError (line 388) | internal static void ThrowExceptionFromLsError(string message, LsErr l... method IsSpecialCharacter (line 397) | internal static bool IsSpecialCharacter(char c) method SetSpecialCharacters (line 402) | private static void SetSpecialCharacters(ref LsContextInfo contextInfo) type State (line 465) | private enum State : byte type BreakStrategies (line 490) | internal enum BreakStrategies FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextHidden.cs class TextHidden (line 18) | public class TextHidden : TextRun method TextHidden (line 29) | public TextHidden( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextLexicalBreaks.cs class TextLexicalBreaks (line 22) | public abstract class TextLexicalBreaks method GetNextBreak (line 39) | public abstract int GetNextBreak(int currentIndex); method GetPreviousBreak (line 48) | public abstract int GetPreviousBreak(int currentIndex); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextLexicalService.cs class TextLexicalService (line 21) | public abstract class TextLexicalService method IsCultureSupported (line 32) | public abstract bool IsCultureSupported(CultureInfo culture); method AnalyzeText (line 46) | public abstract TextLexicalBreaks AnalyzeText( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextLine.cs class TextLine (line 21) | public abstract class TextLine : ITextMetrics, IDisposable method TextLine (line 27) | protected TextLine(double pixelsPerDip) method TextLine (line 32) | protected TextLine() method Dispose (line 39) | public abstract void Dispose(); method Draw (line 48) | public abstract void Draw( method Collapse (line 59) | public abstract TextLine Collapse( method GetTextCollapsedRanges (line 67) | public abstract IList GetTextCollapsedRanges(); method GetCharacterHitFromDistance (line 76) | public abstract CharacterHit GetCharacterHitFromDistance( method GetDistanceFromCharacterHit (line 87) | public abstract double GetDistanceFromCharacterHit( method GetNextCaretCharacterHit (line 97) | public abstract CharacterHit GetNextCaretCharacterHit( method GetPreviousCaretCharacterHit (line 107) | public abstract CharacterHit GetPreviousCaretCharacterHit( method GetBackspaceCaretCharacterHit (line 117) | public abstract CharacterHit GetBackspaceCaretCharacterHit( method IsAtCaretCharacterHit (line 140) | internal bool IsAtCaretCharacterHit(CharacterHit characterHit, int cpF... method GetTextBounds (line 173) | public abstract IList GetTextBounds( method GetTextRunSpans (line 182) | public abstract IList> GetTextRunSpans(); method GetIndexedGlyphRuns (line 190) | public abstract IEnumerable GetIndexedGlyphRuns(); method GetTextLineBreak (line 227) | public abstract TextLineBreak GetTextLineBreak(); type InvertAxes (line 359) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextLineBreak.cs class TextLineBreak (line 16) | public sealed class TextLineBreak : IDisposable method TextLineBreak (line 26) | internal TextLineBreak( method Dispose (line 57) | public void Dispose() method Clone (line 67) | public TextLineBreak Clone() method DisposeInternal (line 90) | private void DisposeInternal(bool finalizing) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextMarkerProperties.cs class TextMarkerProperties (line 17) | public abstract class TextMarkerProperties FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextModifier.cs class TextModifier (line 20) | public abstract class TextModifier : TextRun method ModifyProperties (line 37) | public abstract TextRunProperties ModifyProperties(TextRunProperties p... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextModifierScope.cs class TextModifierScope (line 20) | internal sealed class TextModifierScope method TextModifierScope (line 32) | internal TextModifierScope(TextModifierScope parentScope, TextModifier... method ModifyProperties (line 69) | internal TextRunProperties ModifyProperties(TextRunProperties properties) method CloneStack (line 82) | internal TextModifierScope CloneStack() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextParagraphCache.cs class TextParagraphCache (line 21) | public sealed class TextParagraphCache : IDisposable method TextParagraphCache (line 35) | internal TextParagraphCache( method Dispose (line 104) | public void Dispose() method FormatBreakpoints (line 122) | internal IList FormatBreakpoints( method Dispose (line 146) | private void Dispose(bool disposing) method VerifyMaxLineWidth (line 160) | private int VerifyMaxLineWidth(double maxLineWidth) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextParagraphProperties.cs class TextParagraphProperties (line 19) | public abstract class TextParagraphProperties FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextRun.cs class TextRun (line 70) | public abstract class TextRun FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextRunCache.cs class TextRunCache (line 27) | public sealed class TextRunCache method TextRunCache (line 32) | public TextRunCache() {} method Change (line 43) | public void Change( method Invalidate (line 62) | public void Invalidate() method GetTextRunSpans (line 76) | public IList> GetTextRunSpans() method GetTextRunSpans (line 78) | internal IList> GetTextRunSpans() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextRunProperties.cs class TextRunProperties (line 26) | public abstract class TextRunProperties FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextRunTypographyProperties.cs class TextRunTypographyProperties (line 28) | public abstract class TextRunTypographyProperties method OnPropertiesChanged (line 305) | protected void OnPropertiesChanged() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextSimpleMarkerProperties.cs class TextSimpleMarkerProperties (line 11) | public class TextSimpleMarkerProperties : TextMarkerProperties method TextSimpleMarkerProperties (line 23) | public TextSimpleMarkerProperties( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextSource.cs class TextSource (line 24) | public abstract class TextSource method GetTextRun (line 31) | public abstract TextRun GetTextRun( method GetPrecedingText (line 46) | public abstract TextSpan GetPrece... method GetTextEffectCharacterIndexFromTextSourceCharacterIndex (line 56) | public abstract int GetTextEffectCharacterIndexFromTextSourceCharacter... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextSpan.cs class TextSpan (line 18) | public class TextSpan method TextSpan (line 29) | public TextSpan( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextTabProperties.cs class TextTabProperties (line 18) | public class TextTabProperties method TextTabProperties (line 33) | public TextTabProperties( type TextTabAlignment (line 87) | public enum TextTabAlignment FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextTrailingCharacterEllipsis.cs class TextTrailingCharacterEllipsis (line 19) | public class TextTrailingCharacterEllipsis : TextCollapsingProperties method TextTrailingCharacterEllipsis (line 34) | public TextTrailingCharacterEllipsis( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/textformatting/TextTrailingWordEllipsis.cs class TextTrailingWordEllipsis (line 19) | public class TextTrailingWordEllipsis : TextCollapsingProperties method TextTrailingWordEllipsis (line 34) | public TextTrailingWordEllipsis( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/AffineTransform3D.cs class AffineTransform3D (line 19) | public abstract partial class AffineTransform3D : Transform3D method AffineTransform3D (line 28) | internal AffineTransform3D() {} FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/AmbientLight.cs class AmbientLight (line 18) | public sealed partial class AmbientLight : Light method AmbientLight (line 31) | public AmbientLight() method AmbientLight (line 40) | public AmbientLight(Color ambientColor) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/AxisAngleRotation3D.cs class AxisAngleRotation3D (line 14) | public partial class AxisAngleRotation3D method AxisAngleRotation3D (line 27) | public AxisAngleRotation3D() {} method AxisAngleRotation3D (line 32) | public AxisAngleRotation3D(Vector3D axis, double angle) method AxisPropertyChangedHook (line 98) | internal void AxisPropertyChangedHook(DependencyPropertyChangedEventAr... method AnglePropertyChangedHook (line 103) | internal void AnglePropertyChangedHook(DependencyPropertyChangedEventA... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Camera.cs class Camera (line 15) | public abstract partial class Camera : Animatable method Camera (line 24) | internal Camera() {} method RayFromViewportPoint (line 64) | internal abstract RayHitTestParameters RayFromViewportPoint(Point poin... method GetViewMatrix (line 65) | internal abstract Matrix3D GetViewMatrix(); method GetProjectionMatrix (line 66) | internal abstract Matrix3D GetProjectionMatrix(double aspectRatio); method PrependInverseTransform (line 68) | internal static void PrependInverseTransform(Transform3D transform, re... method PrependInverseTransform (line 90) | internal static void PrependInverseTransform(Matrix3D matrix, ref Matr... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/ContainerUIElement3D.cs class ContainerUIElement3D (line 20) | [ContentProperty("Children")] method ContainerUIElement3D (line 34) | public ContainerUIElement3D() method GetVisual3DChild (line 50) | protected override Visual3D GetVisual3DChild(int index) method OnCreateAutomationPeer (line 88) | protected override AutomationPeer OnCreateAutomationPeer() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Converters/Generated/Matrix3DValueSerializer.cs class Matrix3DValueSerializer (line 29) | public class Matrix3DValueSerializer : ValueSerializer method CanConvertFromString (line 34) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 42) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 56) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 71) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Converters/Generated/Point3DCollectionValueSerializer.cs class Point3DCollectionValueSerializer (line 29) | public class Point3DCollectionValueSerializer : ValueSerializer method CanConvertFromString (line 34) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 42) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 56) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 71) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Converters/Generated/Point3DValueSerializer.cs class Point3DValueSerializer (line 29) | public class Point3DValueSerializer : ValueSerializer method CanConvertFromString (line 34) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 42) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 56) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 71) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Converters/Generated/Point4DValueSerializer.cs class Point4DValueSerializer (line 29) | public class Point4DValueSerializer : ValueSerializer method CanConvertFromString (line 34) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 42) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 56) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 71) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Converters/Generated/QuaternionValueSerializer.cs class QuaternionValueSerializer (line 29) | public class QuaternionValueSerializer : ValueSerializer method CanConvertFromString (line 34) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 42) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 56) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 71) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Converters/Generated/Rect3DValueSerializer.cs class Rect3DValueSerializer (line 29) | public class Rect3DValueSerializer : ValueSerializer method CanConvertFromString (line 34) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 42) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 56) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 71) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Converters/Generated/Size3DValueSerializer.cs class Size3DValueSerializer (line 29) | public class Size3DValueSerializer : ValueSerializer method CanConvertFromString (line 34) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 42) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 56) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 71) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Converters/Generated/Vector3DCollectionValueSerializer.cs class Vector3DCollectionValueSerializer (line 29) | public class Vector3DCollectionValueSerializer : ValueSerializer method CanConvertFromString (line 34) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 42) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 56) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 71) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Converters/Generated/Vector3DValueSerializer.cs class Vector3DValueSerializer (line 29) | public class Vector3DValueSerializer : ValueSerializer method CanConvertFromString (line 34) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 42) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 56) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 71) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/DiffuseMaterial.cs class DiffuseMaterial (line 16) | public sealed partial class DiffuseMaterial : Material method DiffuseMaterial (line 29) | public DiffuseMaterial() method DiffuseMaterial (line 37) | public DiffuseMaterial(Brush brush) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/DirectionalLight.cs class DirectionalLight (line 19) | public sealed partial class DirectionalLight : Light method DirectionalLight (line 32) | public DirectionalLight() method DirectionalLight (line 41) | public DirectionalLight(Color diffuseColor, Vector3D direction) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/EmissiveMaterial.cs class EmissiveMaterial (line 18) | public sealed partial class EmissiveMaterial : Material method EmissiveMaterial (line 31) | public EmissiveMaterial() method EmissiveMaterial (line 39) | public EmissiveMaterial(Brush brush) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/GeneralTransform2DTo3D.cs class GeneralTransform2DTo3D (line 11) | public class GeneralTransform2DTo3D : Freezable method GeneralTransform2DTo3D (line 13) | internal GeneralTransform2DTo3D() method GeneralTransform2DTo3D (line 17) | internal GeneralTransform2DTo3D(GeneralTransform transform2D, method TryTransform (line 48) | public bool TryTransform(Point inPoint, out Point3D result) method Transform (line 91) | public Point3D Transform(Point point) method CreateInstanceCore (line 107) | protected override Freezable CreateInstanceCore() method CloneCore (line 117) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 129) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 141) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 153) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method CopyCommon (line 164) | private void CopyCommon(GeneralTransform2DTo3D transform) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/GeneralTransform3D.cs class GeneralTransform3D (line 18) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method GeneralTransform3D (line 24) | internal GeneralTransform3D() method TryTransform (line 34) | public abstract bool TryTransform(Point3D inPoint, out Point3D result); method Transform (line 46) | public Point3D Transform(Point3D point) method TransformBounds (line 64) | public abstract Rect3D TransformBounds(Rect3D rect); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/GeneralTransform3DGroup.cs class GeneralTransform3DGroup (line 13) | [ContentProperty("Children")] method GeneralTransform3DGroup (line 22) | public GeneralTransform3DGroup() { } method TryTransform (line 32) | public override bool TryTransform(Point3D inPoint, out Point3D result) method TransformBounds (line 66) | public override Rect3D TransformBounds(Rect3D rect) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/GeneralTransform3DTo2D.cs class GeneralTransform3DTo2D (line 11) | public class GeneralTransform3DTo2D : Freezable method GeneralTransform3DTo2D (line 13) | internal GeneralTransform3DTo2D() method GeneralTransform3DTo2D (line 17) | internal GeneralTransform3DTo2D(Matrix3D projectionTransform, GeneralT... method TryTransform (line 29) | public bool TryTransform(Point3D inPoint, out Point result) method Transform (line 56) | public Point Transform(Point3D point) method TransformBounds (line 73) | public Rect TransformBounds(Rect3D rect3D) method CreateInstanceCore (line 89) | protected override Freezable CreateInstanceCore() method CloneCore (line 99) | protected override void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 111) | protected override void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 123) | protected override void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 135) | protected override void GetCurrentValueAsFrozenCore(Freezable sourceFr... method CopyCommon (line 146) | private void CopyCommon(GeneralTransform3DTo2D transform) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AffineTransform3D.cs class AffineTransform3D (line 25) | public abstract partial class AffineTransform3D : Transform3D method Clone (line 39) | public new AffineTransform3D Clone() method CloneCurrentValue (line 48) | public new AffineTransform3D CloneCurrentValue() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AmbientLight.cs class AmbientLight (line 25) | public sealed partial class AmbientLight : Light method Clone (line 39) | public new AmbientLight Clone() method CloneCurrentValue (line 48) | public new AmbientLight CloneCurrentValue() method CreateInstanceCore (line 85) | protected override Freezable CreateInstanceCore() method UpdateResource (line 102) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 150) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 167) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 182) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 187) | internal override int GetChannelCountCore() method GetChannelCore (line 192) | internal override DUCE.Channel GetChannelCore(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AxisAngleRotation3D.cs class AxisAngleRotation3D (line 25) | public sealed partial class AxisAngleRotation3D : Rotation3D method Clone (line 39) | public new AxisAngleRotation3D Clone() method CloneCurrentValue (line 48) | public new AxisAngleRotation3D CloneCurrentValue() method AxisPropertyChanged (line 64) | private static void AxisPropertyChanged(DependencyObject d, Dependency... method AnglePropertyChanged (line 73) | private static void AnglePropertyChanged(DependencyObject d, Dependenc... method CreateInstanceCore (line 130) | protected override Freezable CreateInstanceCore() method UpdateResource (line 147) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 184) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 200) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 214) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 219) | internal override int GetChannelCountCore() method GetChannelCore (line 224) | internal override DUCE.Channel GetChannelCore(int index) method AxisAngleRotation3D (line 293) | static AxisAngleRotation3D() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Camera.cs class Camera (line 25) | public abstract partial class Camera : Animatable, IFormattable, DUCE.IR... method Clone (line 39) | public new Camera Clone() method CloneCurrentValue (line 48) | public new Camera CloneCurrentValue() method TransformPropertyChanged (line 64) | private static void TransformPropertyChanged(DependencyObject d, Depen... method AddRefOnChannelCore (line 156) | internal abstract DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method AddRefOnChannel (line 161) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 169) | internal abstract void ReleaseOnChannelCore(DUCE.Channel channel); method ReleaseOnChannel (line 174) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandleCore (line 182) | internal abstract DUCE.ResourceHandle GetHandleCore(DUCE.Channel chann... method GetHandle (line 187) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCountCore (line 198) | internal abstract int GetChannelCountCore(); method GetChannelCount (line 203) | int DUCE.IResource.GetChannelCount() method GetChannelCore (line 208) | internal abstract DUCE.Channel GetChannelCore(int index); method GetChannel (line 213) | DUCE.Channel DUCE.IResource.GetChannel(int index) method ToString (line 237) | public override string ToString() method ToString (line 251) | public string ToString(IFormatProvider provider) method ToString (line 267) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 283) | internal virtual string ConvertToString(string format, IFormatProvider... method Camera (line 332) | static Camera() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DiffuseMaterial.cs class DiffuseMaterial (line 25) | public sealed partial class DiffuseMaterial : Material method Clone (line 39) | public new DiffuseMaterial Clone() method CloneCurrentValue (line 48) | public new DiffuseMaterial CloneCurrentValue() method ColorPropertyChanged (line 64) | private static void ColorPropertyChanged(DependencyObject d, Dependenc... method AmbientColorPropertyChanged (line 71) | private static void AmbientColorPropertyChanged(DependencyObject d, De... method BrushPropertyChanged (line 78) | private static void BrushPropertyChanged(DependencyObject d, Dependenc... method CreateInstanceCore (line 189) | protected override Freezable CreateInstanceCore() method UpdateResource (line 206) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 238) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 255) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 270) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 275) | internal override int GetChannelCountCore() method GetChannelCore (line 280) | internal override DUCE.Channel GetChannelCore(int index) method DiffuseMaterial (line 367) | static DiffuseMaterial() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DirectionalLight.cs class DirectionalLight (line 25) | public sealed partial class DirectionalLight : Light method Clone (line 39) | public new DirectionalLight Clone() method CloneCurrentValue (line 48) | public new DirectionalLight CloneCurrentValue() method DirectionPropertyChanged (line 64) | private static void DirectionPropertyChanged(DependencyObject d, Depen... method CreateInstanceCore (line 104) | protected override Freezable CreateInstanceCore() method UpdateResource (line 121) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 175) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 192) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 207) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 212) | internal override int GetChannelCountCore() method GetChannelCore (line 217) | internal override DUCE.Channel GetChannelCore(int index) method DirectionalLight (line 281) | static DirectionalLight() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/EmissiveMaterial.cs class EmissiveMaterial (line 25) | public sealed partial class EmissiveMaterial : Material method Clone (line 39) | public new EmissiveMaterial Clone() method CloneCurrentValue (line 48) | public new EmissiveMaterial CloneCurrentValue() method ColorPropertyChanged (line 64) | private static void ColorPropertyChanged(DependencyObject d, Dependenc... method BrushPropertyChanged (line 71) | private static void BrushPropertyChanged(DependencyObject d, Dependenc... method CreateInstanceCore (line 167) | protected override Freezable CreateInstanceCore() method UpdateResource (line 184) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 215) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 232) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 247) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 252) | internal override int GetChannelCountCore() method GetChannelCore (line 257) | internal override DUCE.Channel GetChannelCore(int index) method EmissiveMaterial (line 339) | static EmissiveMaterial() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3D.cs class GeneralTransform3D (line 25) | public abstract partial class GeneralTransform3D : Animatable, IFormattable method Clone (line 39) | public new GeneralTransform3D Clone() method CloneCurrentValue (line 48) | public new GeneralTransform3D CloneCurrentValue() method ToString (line 120) | public override string ToString() method ToString (line 134) | public string ToString(IFormatProvider provider) method ToString (line 150) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 166) | internal virtual string ConvertToString(string format, IFormatProvider... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3DCollection.cs class GeneralTransform3DCollection (line 29) | public sealed partial class GeneralTransform3DCollection : Animatable, I... method Clone (line 43) | public new GeneralTransform3DCollection Clone() method CloneCurrentValue (line 52) | public new GeneralTransform3DCollection CloneCurrentValue() method Add (line 74) | public void Add(GeneralTransform3D value) method Clear (line 82) | public void Clear() method Contains (line 102) | public bool Contains(GeneralTransform3D value) method IndexOf (line 112) | public int IndexOf(GeneralTransform3D value) method Insert (line 122) | public void Insert(int index, GeneralTransform3D value) method Remove (line 144) | public bool Remove(GeneralTransform3D value) method RemoveAt (line 184) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 200) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 276) | public void CopyTo(GeneralTransform3D[] array, int index) method GetEnumerator (line 308) | public Enumerator GetEnumerator() method GetEnumerator (line 315) | IEnumerator IEnumerable.GetEnu... method Add (line 355) | int IList.Add(object value) method Contains (line 361) | bool IList.Contains(object value) method IndexOf (line 366) | int IList.IndexOf(object value) method Insert (line 371) | void IList.Insert(int index, object value) method Remove (line 377) | void IList.Remove(object value) method CopyTo (line 386) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 441) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 471) | internal GeneralTransform3D Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 480) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 498) | private GeneralTransform3D Cast(object value) method AddHelper (line 513) | private int AddHelper(GeneralTransform3D value) method AddWithoutFiringPublicEvents (line 524) | internal int AddWithoutFiringPublicEvents(GeneralTransform3D value) method CreateInstanceCore (line 571) | protected override Freezable CreateInstanceCore() method CloneCore (line 578) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 600) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 622) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 644) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 666) | protected override bool FreezeCore(bool isChecking) type Enumerator (line 746) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 750) | internal Enumerator(GeneralTransform3DCollection list) method Dispose (line 764) | void IDisposable.Dispose() method MoveNext (line 776) | public bool MoveNext() method Reset (line 803) | public void Reset() method GeneralTransform3DCollection (line 880) | public GeneralTransform3DCollection() method GeneralTransform3DCollection (line 889) | public GeneralTransform3DCollection(int capacity) method GeneralTransform3DCollection (line 897) | public GeneralTransform3DCollection(IEnumerable co... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3DGroup.cs class GeneralTransform3DGroup (line 25) | public sealed partial class GeneralTransform3DGroup : GeneralTransform3D method Clone (line 39) | public new GeneralTransform3DGroup Clone() method CloneCurrentValue (line 48) | public new GeneralTransform3DGroup CloneCurrentValue() method CreateInstanceCore (line 98) | protected override Freezable CreateInstanceCore() method GeneralTransform3DGroup (line 180) | static GeneralTransform3DGroup() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Geometry3D.cs class Geometry3D (line 25) | public abstract partial class Geometry3D : Animatable, DUCE.IResource method Clone (line 39) | public new Geometry3D Clone() method CloneCurrentValue (line 48) | public new Geometry3D CloneCurrentValue() method AddRefOnChannelCore (line 96) | internal abstract DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method AddRefOnChannel (line 101) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 109) | internal abstract void ReleaseOnChannelCore(DUCE.Channel channel); method ReleaseOnChannel (line 114) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandleCore (line 122) | internal abstract DUCE.ResourceHandle GetHandleCore(DUCE.Channel chann... method GetHandle (line 127) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCountCore (line 138) | internal abstract int GetChannelCountCore(); method GetChannelCount (line 143) | int DUCE.IResource.GetChannelCount() method GetChannelCore (line 148) | internal abstract DUCE.Channel GetChannelCore(int index); method GetChannel (line 153) | DUCE.Channel DUCE.IResource.GetChannel(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeometryModel3D.cs class GeometryModel3D (line 25) | public sealed partial class GeometryModel3D : Model3D method Clone (line 39) | public new GeometryModel3D Clone() method CloneCurrentValue (line 48) | public new GeometryModel3D CloneCurrentValue() method GeometryPropertyChanged (line 64) | private static void GeometryPropertyChanged(DependencyObject d, Depend... method MaterialPropertyChanged (line 112) | private static void MaterialPropertyChanged(DependencyObject d, Depend... method BackMaterialPropertyChanged (line 162) | private static void BackMaterialPropertyChanged(DependencyObject d, De... method CreateInstanceCore (line 275) | protected override Freezable CreateInstanceCore() method UpdateResource (line 292) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 341) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 364) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 385) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 390) | internal override int GetChannelCountCore() method GetChannelCore (line 395) | internal override DUCE.Channel GetChannelCore(int index) method GeometryModel3D (line 467) | static GeometryModel3D() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Light.cs class Light (line 25) | public abstract partial class Light : Model3D method Clone (line 39) | public new Light Clone() method CloneCurrentValue (line 48) | public new Light CloneCurrentValue() method ColorPropertyChanged (line 64) | private static void ColorPropertyChanged(DependencyObject d, Dependenc... method Light (line 192) | static Light() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Material.cs class Material (line 25) | public abstract partial class Material : Animatable, IFormattable, DUCE.... method Clone (line 39) | public new Material Clone() method CloneCurrentValue (line 48) | public new Material CloneCurrentValue() method AddRefOnChannelCore (line 96) | internal abstract DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method AddRefOnChannel (line 101) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 109) | internal abstract void ReleaseOnChannelCore(DUCE.Channel channel); method ReleaseOnChannel (line 114) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandleCore (line 122) | internal abstract DUCE.ResourceHandle GetHandleCore(DUCE.Channel chann... method GetHandle (line 127) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCountCore (line 138) | internal abstract int GetChannelCountCore(); method GetChannelCount (line 143) | int DUCE.IResource.GetChannelCount() method GetChannelCore (line 148) | internal abstract DUCE.Channel GetChannelCore(int index); method GetChannel (line 153) | DUCE.Channel DUCE.IResource.GetChannel(int index) method ToString (line 177) | public override string ToString() method ToString (line 191) | public string ToString(IFormatProvider provider) method ToString (line 207) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 223) | internal virtual string ConvertToString(string format, IFormatProvider... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MaterialCollection.cs class MaterialCollection (line 29) | public sealed partial class MaterialCollection : Animatable, IList, ILis... method Clone (line 43) | public new MaterialCollection Clone() method CloneCurrentValue (line 52) | public new MaterialCollection CloneCurrentValue() method Add (line 74) | public void Add(Material value) method Clear (line 82) | public void Clear() method Contains (line 114) | public bool Contains(Material value) method IndexOf (line 124) | public int IndexOf(Material value) method Insert (line 134) | public void Insert(int index, Material value) method Remove (line 156) | public bool Remove(Material value) method RemoveAt (line 196) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 212) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 288) | public void CopyTo(Material[] array, int index) method GetEnumerator (line 320) | public Enumerator GetEnumerator() method GetEnumerator (line 327) | IEnumerator IEnumerable.GetEnumerator() method Add (line 367) | int IList.Add(object value) method Contains (line 373) | bool IList.Contains(object value) method IndexOf (line 378) | int IList.IndexOf(object value) method Insert (line 383) | void IList.Insert(int index, object value) method Remove (line 389) | void IList.Remove(object value) method CopyTo (line 398) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 453) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 483) | internal Material Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 492) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 510) | private Material Cast(object value) method AddHelper (line 525) | private int AddHelper(Material value) method AddWithoutFiringPublicEvents (line 536) | internal int AddWithoutFiringPublicEvents(Material value) method OnInsert (line 561) | private void OnInsert(object item) method OnRemove (line 569) | private void OnRemove(object oldValue) method OnSet (line 577) | private void OnSet(object oldValue, object newValue) method CreateInstanceCore (line 606) | protected override Freezable CreateInstanceCore() method CloneCore (line 613) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 635) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 657) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 679) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 701) | protected override bool FreezeCore(bool isChecking) type Enumerator (line 781) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 785) | internal Enumerator(MaterialCollection list) method Dispose (line 799) | void IDisposable.Dispose() method MoveNext (line 811) | public bool MoveNext() method Reset (line 838) | public void Reset() method MaterialCollection (line 915) | public MaterialCollection() method MaterialCollection (line 924) | public MaterialCollection(int capacity) method MaterialCollection (line 932) | public MaterialCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MaterialGroup.cs class MaterialGroup (line 25) | public sealed partial class MaterialGroup : Material method Clone (line 39) | public new MaterialGroup Clone() method CloneCurrentValue (line 48) | public new MaterialGroup CloneCurrentValue() method ChildrenPropertyChanged (line 64) | private static void ChildrenPropertyChanged(DependencyObject d, Depend... method CreateInstanceCore (line 188) | protected override Freezable CreateInstanceCore() method UpdateResource (line 205) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 249) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 275) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 299) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 304) | internal override int GetChannelCountCore() method GetChannelCore (line 309) | internal override DUCE.Channel GetChannelCore(int index) method ChildrenItemInserted (line 315) | private void ChildrenItemInserted(object sender, object item) method ChildrenItemRemoved (line 340) | private void ChildrenItemRemoved(object sender, object item) method MaterialGroup (line 435) | static MaterialGroup() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Matrix3D.cs type Matrix3D (line 26) | [Serializable] method Equals (line 107) | public static bool Equals(Matrix3D matrix1, Matrix3D matrix2) method Equals (line 145) | public override bool Equals(object o) method Equals (line 167) | public bool Equals(Matrix3D value) method GetHashCode (line 177) | public override int GetHashCode() method Parse (line 210) | public static Matrix3D Parse(string source) method ToString (line 317) | public override string ToString() method ToString (line 331) | public string ToString(IFormatProvider provider) method ToString (line 347) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 363) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Matrix3DConverter.cs class Matrix3DConverter (line 28) | public sealed class Matrix3DConverter : TypeConverter method CanConvertFrom (line 38) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 56) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 79) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 109) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixCamera.cs class MatrixCamera (line 25) | public sealed partial class MatrixCamera : Camera method Clone (line 39) | public new MatrixCamera Clone() method CloneCurrentValue (line 48) | public new MatrixCamera CloneCurrentValue() method ViewMatrixPropertyChanged (line 64) | private static void ViewMatrixPropertyChanged(DependencyObject d, Depe... method ProjectionMatrixPropertyChanged (line 71) | private static void ProjectionMatrixPropertyChanged(DependencyObject d... method CreateInstanceCore (line 126) | protected override Freezable CreateInstanceCore() method UpdateResource (line 143) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 185) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 202) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 217) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 222) | internal override int GetChannelCountCore() method GetChannelCore (line 227) | internal override DUCE.Channel GetChannelCore(int index) method MatrixCamera (line 296) | static MatrixCamera() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixTransform3D.cs class MatrixTransform3D (line 25) | public sealed partial class MatrixTransform3D : Transform3D method Clone (line 39) | public new MatrixTransform3D Clone() method CloneCurrentValue (line 48) | public new MatrixTransform3D CloneCurrentValue() method MatrixPropertyChanged (line 64) | private static void MatrixPropertyChanged(DependencyObject d, Dependen... method CreateInstanceCore (line 104) | protected override Freezable CreateInstanceCore() method UpdateResource (line 121) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 145) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 161) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 175) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 180) | internal override int GetChannelCountCore() method GetChannelCore (line 185) | internal override DUCE.Channel GetChannelCore(int index) method MatrixTransform3D (line 262) | static MatrixTransform3D() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MeshGeometry3D.cs class MeshGeometry3D (line 25) | public sealed partial class MeshGeometry3D : Geometry3D method Clone (line 39) | public new MeshGeometry3D Clone() method CloneCurrentValue (line 48) | public new MeshGeometry3D CloneCurrentValue() method PositionsPropertyChanged (line 64) | private static void PositionsPropertyChanged(DependencyObject d, Depen... method NormalsPropertyChanged (line 75) | private static void NormalsPropertyChanged(DependencyObject d, Depende... method TextureCoordinatesPropertyChanged (line 86) | private static void TextureCoordinatesPropertyChanged(DependencyObject... method TriangleIndicesPropertyChanged (line 97) | private static void TriangleIndicesPropertyChanged(DependencyObject d,... method CreateInstanceCore (line 186) | protected override Freezable CreateInstanceCore() method UpdateResource (line 203) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 289) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 305) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 319) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 324) | internal override int GetChannelCountCore() method GetChannelCore (line 329) | internal override DUCE.Channel GetChannelCore(int index) method MeshGeometry3D (line 424) | static MeshGeometry3D() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3D.cs class Model3D (line 25) | public abstract partial class Model3D : Animatable, IFormattable, DUCE.I... method Clone (line 39) | public new Model3D Clone() method CloneCurrentValue (line 48) | public new Model3D CloneCurrentValue() method TransformPropertyChanged (line 64) | private static void TransformPropertyChanged(DependencyObject d, Depen... method AddRefOnChannelCore (line 156) | internal abstract DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method AddRefOnChannel (line 161) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 169) | internal abstract void ReleaseOnChannelCore(DUCE.Channel channel); method ReleaseOnChannel (line 174) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandleCore (line 182) | internal abstract DUCE.ResourceHandle GetHandleCore(DUCE.Channel chann... method GetHandle (line 187) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCountCore (line 198) | internal abstract int GetChannelCountCore(); method GetChannelCount (line 203) | int DUCE.IResource.GetChannelCount() method GetChannelCore (line 208) | internal abstract DUCE.Channel GetChannelCore(int index); method GetChannel (line 213) | DUCE.Channel DUCE.IResource.GetChannel(int index) method ToString (line 237) | public override string ToString() method ToString (line 251) | public string ToString(IFormatProvider provider) method ToString (line 267) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 283) | internal virtual string ConvertToString(string format, IFormatProvider... method Model3D (line 332) | static Model3D() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3DCollection.cs class Model3DCollection (line 29) | public sealed partial class Model3DCollection : Animatable, IList, IList... method Clone (line 43) | public new Model3DCollection Clone() method CloneCurrentValue (line 52) | public new Model3DCollection CloneCurrentValue() method Add (line 74) | public void Add(Model3D value) method Clear (line 82) | public void Clear() method Contains (line 114) | public bool Contains(Model3D value) method IndexOf (line 124) | public int IndexOf(Model3D value) method Insert (line 134) | public void Insert(int index, Model3D value) method Remove (line 156) | public bool Remove(Model3D value) method RemoveAt (line 196) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 212) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 288) | public void CopyTo(Model3D[] array, int index) method GetEnumerator (line 320) | public Enumerator GetEnumerator() method GetEnumerator (line 327) | IEnumerator IEnumerable.GetEnumerator() method Add (line 367) | int IList.Add(object value) method Contains (line 373) | bool IList.Contains(object value) method IndexOf (line 378) | int IList.IndexOf(object value) method Insert (line 383) | void IList.Insert(int index, object value) method Remove (line 389) | void IList.Remove(object value) method CopyTo (line 398) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 453) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 483) | internal Model3D Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 492) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 510) | private Model3D Cast(object value) method AddHelper (line 525) | private int AddHelper(Model3D value) method AddWithoutFiringPublicEvents (line 536) | internal int AddWithoutFiringPublicEvents(Model3D value) method OnInsert (line 561) | private void OnInsert(object item) method OnRemove (line 569) | private void OnRemove(object oldValue) method OnSet (line 577) | private void OnSet(object oldValue, object newValue) method CreateInstanceCore (line 606) | protected override Freezable CreateInstanceCore() method CloneCore (line 613) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 635) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 657) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 679) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 701) | protected override bool FreezeCore(bool isChecking) type Enumerator (line 781) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 785) | internal Enumerator(Model3DCollection list) method Dispose (line 799) | void IDisposable.Dispose() method MoveNext (line 811) | public bool MoveNext() method Reset (line 838) | public void Reset() method Model3DCollection (line 915) | public Model3DCollection() method Model3DCollection (line 924) | public Model3DCollection(int capacity) method Model3DCollection (line 932) | public Model3DCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3DGroup.cs class Model3DGroup (line 25) | public sealed partial class Model3DGroup : Model3D method Clone (line 39) | public new Model3DGroup Clone() method CloneCurrentValue (line 48) | public new Model3DGroup CloneCurrentValue() method ChildrenPropertyChanged (line 64) | private static void ChildrenPropertyChanged(DependencyObject d, Depend... method CreateInstanceCore (line 188) | protected override Freezable CreateInstanceCore() method UpdateResource (line 205) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 264) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 291) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 316) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 321) | internal override int GetChannelCountCore() method GetChannelCore (line 326) | internal override DUCE.Channel GetChannelCore(int index) method ChildrenItemInserted (line 332) | private void ChildrenItemInserted(object sender, object item) method ChildrenItemRemoved (line 357) | private void ChildrenItemRemoved(object sender, object item) method Model3DGroup (line 452) | static Model3DGroup() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/OrthographicCamera.cs class OrthographicCamera (line 25) | public sealed partial class OrthographicCamera : ProjectionCamera method Clone (line 39) | public new OrthographicCamera Clone() method CloneCurrentValue (line 48) | public new OrthographicCamera CloneCurrentValue() method WidthPropertyChanged (line 64) | private static void WidthPropertyChanged(DependencyObject d, Dependenc... method CreateInstanceCore (line 104) | protected override Freezable CreateInstanceCore() method UpdateResource (line 121) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 199) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 216) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 231) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 236) | internal override int GetChannelCountCore() method GetChannelCore (line 241) | internal override DUCE.Channel GetChannelCore(int index) method OrthographicCamera (line 305) | static OrthographicCamera() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PerspectiveCamera.cs class PerspectiveCamera (line 25) | public sealed partial class PerspectiveCamera : ProjectionCamera method Clone (line 39) | public new PerspectiveCamera Clone() method CloneCurrentValue (line 48) | public new PerspectiveCamera CloneCurrentValue() method FieldOfViewPropertyChanged (line 64) | private static void FieldOfViewPropertyChanged(DependencyObject d, Dep... method CreateInstanceCore (line 104) | protected override Freezable CreateInstanceCore() method UpdateResource (line 121) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 199) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 216) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 231) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 236) | internal override int GetChannelCountCore() method GetChannelCore (line 241) | internal override DUCE.Channel GetChannelCore(int index) method PerspectiveCamera (line 305) | static PerspectiveCamera() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Point3D.cs type Point3D (line 26) | [Serializable] method Equals (line 87) | public static bool Equals(Point3D point1, Point3D point2) method Equals (line 105) | public override bool Equals(object o) method Equals (line 127) | public bool Equals(Point3D value) method GetHashCode (line 137) | public override int GetHashCode() method Parse (line 150) | public static Point3D Parse(string source) method ToString (line 284) | public override string ToString() method ToString (line 298) | public string ToString(IFormatProvider provider) method ToString (line 314) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 330) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Point3DCollection.cs class Point3DCollection (line 28) | [TypeConverter(typeof(Point3DCollectionConverter))] method Clone (line 44) | public new Point3DCollection Clone() method CloneCurrentValue (line 53) | public new Point3DCollection CloneCurrentValue() method Add (line 75) | public void Add(Point3D value) method Clear (line 83) | public void Clear() method Contains (line 96) | public bool Contains(Point3D value) method IndexOf (line 106) | public int IndexOf(Point3D value) method Insert (line 116) | public void Insert(int index, Point3D value) method Remove (line 131) | public bool Remove(Point3D value) method RemoveAt (line 156) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 172) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 228) | public void CopyTo(Point3D[] array, int index) method GetEnumerator (line 260) | public Enumerator GetEnumerator() method GetEnumerator (line 267) | IEnumerator IEnumerable.GetEnumerator() method Add (line 307) | int IList.Add(object value) method Contains (line 313) | bool IList.Contains(object value) method IndexOf (line 323) | int IList.IndexOf(object value) method Insert (line 333) | void IList.Insert(int index, object value) method Remove (line 339) | void IList.Remove(object value) method CopyTo (line 351) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 406) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 436) | internal Point3D Internal_GetItem(int i) method Cast (line 447) | private Point3D Cast(object value) method AddHelper (line 462) | private int AddHelper(Point3D value) method AddWithoutFiringPublicEvents (line 473) | internal int AddWithoutFiringPublicEvents(Point3D value) method CreateInstanceCore (line 514) | protected override Freezable CreateInstanceCore() method CloneCore (line 521) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 540) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 559) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 578) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method ToString (line 631) | public override string ToString() method ToString (line 645) | public string ToString(IFormatProvider provider) method ToString (line 661) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 677) | internal string ConvertToString(string format, IFormatProvider provider) method Parse (line 710) | public static Point3DCollection Parse(string source) type Enumerator (line 767) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 771) | internal Enumerator(Point3DCollection list) method Dispose (line 785) | void IDisposable.Dispose() method MoveNext (line 797) | public bool MoveNext() method Reset (line 824) | public void Reset() method Point3DCollection (line 901) | public Point3DCollection() method Point3DCollection (line 910) | public Point3DCollection(int capacity) method Point3DCollection (line 918) | public Point3DCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Point3DCollectionConverter.cs class Point3DCollectionConverter (line 28) | public sealed class Point3DCollectionConverter : TypeConverter method CanConvertFrom (line 38) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 56) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 79) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 109) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Point3DConverter.cs class Point3DConverter (line 28) | public sealed class Point3DConverter : TypeConverter method CanConvertFrom (line 38) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 56) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 79) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 109) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Point4D.cs type Point4D (line 26) | [Serializable] method Equals (line 88) | public static bool Equals(Point4D point1, Point4D point2) method Equals (line 107) | public override bool Equals(object o) method Equals (line 129) | public bool Equals(Point4D value) method GetHashCode (line 139) | public override int GetHashCode() method Parse (line 153) | public static Point4D Parse(string source) method ToString (line 305) | public override string ToString() method ToString (line 319) | public string ToString(IFormatProvider provider) method ToString (line 335) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 351) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Point4DConverter.cs class Point4DConverter (line 28) | public sealed class Point4DConverter : TypeConverter method CanConvertFrom (line 38) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 56) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 79) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 109) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLight.cs class PointLight (line 25) | public sealed partial class PointLight : PointLightBase method Clone (line 39) | public new PointLight Clone() method CloneCurrentValue (line 48) | public new PointLight CloneCurrentValue() method CreateInstanceCore (line 85) | protected override Freezable CreateInstanceCore() method UpdateResource (line 102) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 180) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 197) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 212) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 217) | internal override int GetChannelCountCore() method GetChannelCore (line 222) | internal override DUCE.Channel GetChannelCore(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLightBase.cs class PointLightBase (line 25) | public abstract partial class PointLightBase : Light method Clone (line 39) | public new PointLightBase Clone() method CloneCurrentValue (line 48) | public new PointLightBase CloneCurrentValue() method PositionPropertyChanged (line 64) | private static void PositionPropertyChanged(DependencyObject d, Depend... method RangePropertyChanged (line 71) | private static void RangePropertyChanged(DependencyObject d, Dependenc... method ConstantAttenuationPropertyChanged (line 78) | private static void ConstantAttenuationPropertyChanged(DependencyObjec... method LinearAttenuationPropertyChanged (line 85) | private static void LinearAttenuationPropertyChanged(DependencyObject ... method QuadraticAttenuationPropertyChanged (line 92) | private static void QuadraticAttenuationPropertyChanged(DependencyObje... method PointLightBase (line 287) | static PointLightBase() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ProjectionCamera.cs class ProjectionCamera (line 25) | public abstract partial class ProjectionCamera : Camera method Clone (line 39) | public new ProjectionCamera Clone() method CloneCurrentValue (line 48) | public new ProjectionCamera CloneCurrentValue() method NearPlaneDistancePropertyChanged (line 64) | private static void NearPlaneDistancePropertyChanged(DependencyObject ... method FarPlaneDistancePropertyChanged (line 71) | private static void FarPlaneDistancePropertyChanged(DependencyObject d... method PositionPropertyChanged (line 78) | private static void PositionPropertyChanged(DependencyObject d, Depend... method LookDirectionPropertyChanged (line 85) | private static void LookDirectionPropertyChanged(DependencyObject d, D... method UpDirectionPropertyChanged (line 92) | private static void UpDirectionPropertyChanged(DependencyObject d, Dep... method ProjectionCamera (line 287) | static ProjectionCamera() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Quaternion.cs type Quaternion (line 26) | [Serializable] method Equals (line 95) | public static bool Equals(Quaternion quaternion1, Quaternion quaternion2) method Equals (line 121) | public override bool Equals(object o) method Equals (line 143) | public bool Equals(Quaternion value) method GetHashCode (line 153) | public override int GetHashCode() method Parse (line 174) | public static Quaternion Parse(string source) method ToString (line 269) | public override string ToString() method ToString (line 283) | public string ToString(IFormatProvider provider) method ToString (line 299) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 315) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/QuaternionConverter.cs class QuaternionConverter (line 28) | public sealed class QuaternionConverter : TypeConverter method CanConvertFrom (line 38) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 56) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 79) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 109) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/QuaternionRotation3D.cs class QuaternionRotation3D (line 25) | public sealed partial class QuaternionRotation3D : Rotation3D method Clone (line 39) | public new QuaternionRotation3D Clone() method CloneCurrentValue (line 48) | public new QuaternionRotation3D CloneCurrentValue() method QuaternionPropertyChanged (line 64) | private static void QuaternionPropertyChanged(DependencyObject d, Depe... method CreateInstanceCore (line 107) | protected override Freezable CreateInstanceCore() method UpdateResource (line 124) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 155) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 171) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 185) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 190) | internal override int GetChannelCountCore() method GetChannelCore (line 195) | internal override DUCE.Channel GetChannelCore(int index) method QuaternionRotation3D (line 272) | static QuaternionRotation3D() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Rect3D.cs type Rect3D (line 26) | [Serializable] method Equals (line 90) | public static bool Equals(Rect3D rect1, Rect3D rect2) method Equals (line 118) | public override bool Equals(object o) method Equals (line 140) | public bool Equals(Rect3D value) method GetHashCode (line 150) | public override int GetHashCode() method Parse (line 173) | public static Rect3D Parse(string source) method ToString (line 270) | public override string ToString() method ToString (line 284) | public string ToString(IFormatProvider provider) method ToString (line 300) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 316) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Rect3DConverter.cs class Rect3DConverter (line 28) | public sealed class Rect3DConverter : TypeConverter method CanConvertFrom (line 38) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 56) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 79) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 109) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/RotateTransform3D.cs class RotateTransform3D (line 25) | public sealed partial class RotateTransform3D : AffineTransform3D method Clone (line 39) | public new RotateTransform3D Clone() method CloneCurrentValue (line 48) | public new RotateTransform3D CloneCurrentValue() method CenterXPropertyChanged (line 64) | private static void CenterXPropertyChanged(DependencyObject d, Depende... method CenterYPropertyChanged (line 73) | private static void CenterYPropertyChanged(DependencyObject d, Depende... method CenterZPropertyChanged (line 82) | private static void CenterZPropertyChanged(DependencyObject d, Depende... method RotationPropertyChanged (line 91) | private static void RotationPropertyChanged(DependencyObject d, Depend... method CreateInstanceCore (line 223) | protected override Freezable CreateInstanceCore() method UpdateResource (line 240) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 290) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 307) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 322) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 327) | internal override int GetChannelCountCore() method GetChannelCore (line 332) | internal override DUCE.Channel GetChannelCore(int index) method RotateTransform3D (line 414) | static RotateTransform3D() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Rotation3D.cs class Rotation3D (line 25) | public abstract partial class Rotation3D : Animatable, IFormattable, DUC... method Clone (line 39) | public new Rotation3D Clone() method CloneCurrentValue (line 48) | public new Rotation3D CloneCurrentValue() method AddRefOnChannelCore (line 96) | internal abstract DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method AddRefOnChannel (line 101) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 109) | internal abstract void ReleaseOnChannelCore(DUCE.Channel channel); method ReleaseOnChannel (line 114) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandleCore (line 122) | internal abstract DUCE.ResourceHandle GetHandleCore(DUCE.Channel chann... method GetHandle (line 127) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCountCore (line 138) | internal abstract int GetChannelCountCore(); method GetChannelCount (line 143) | int DUCE.IResource.GetChannelCount() method GetChannelCore (line 148) | internal abstract DUCE.Channel GetChannelCore(int index); method GetChannel (line 153) | DUCE.Channel DUCE.IResource.GetChannel(int index) method ToString (line 177) | public override string ToString() method ToString (line 191) | public string ToString(IFormatProvider provider) method ToString (line 207) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 223) | internal virtual string ConvertToString(string format, IFormatProvider... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ScaleTransform3D.cs class ScaleTransform3D (line 25) | public sealed partial class ScaleTransform3D : AffineTransform3D method Clone (line 39) | public new ScaleTransform3D Clone() method CloneCurrentValue (line 48) | public new ScaleTransform3D CloneCurrentValue() method ScaleXPropertyChanged (line 64) | private static void ScaleXPropertyChanged(DependencyObject d, Dependen... method ScaleYPropertyChanged (line 73) | private static void ScaleYPropertyChanged(DependencyObject d, Dependen... method ScaleZPropertyChanged (line 82) | private static void ScaleZPropertyChanged(DependencyObject d, Dependen... method CenterXPropertyChanged (line 91) | private static void CenterXPropertyChanged(DependencyObject d, Depende... method CenterYPropertyChanged (line 100) | private static void CenterYPropertyChanged(DependencyObject d, Depende... method CenterZPropertyChanged (line 109) | private static void CenterZPropertyChanged(DependencyObject d, Depende... method CreateInstanceCore (line 232) | protected override Freezable CreateInstanceCore() method UpdateResource (line 249) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 310) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 326) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 340) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 345) | internal override int GetChannelCountCore() method GetChannelCore (line 350) | internal override DUCE.Channel GetChannelCore(int index) method ScaleTransform3D (line 444) | static ScaleTransform3D() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Size3D.cs type Size3D (line 26) | [Serializable] method Equals (line 87) | public static bool Equals(Size3D size1, Size3D size2) method Equals (line 112) | public override bool Equals(object o) method Equals (line 134) | public bool Equals(Size3D value) method GetHashCode (line 144) | public override int GetHashCode() method Parse (line 164) | public static Size3D Parse(string source) method ToString (line 258) | public override string ToString() method ToString (line 272) | public string ToString(IFormatProvider provider) method ToString (line 288) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 304) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Size3DConverter.cs class Size3DConverter (line 28) | public sealed class Size3DConverter : TypeConverter method CanConvertFrom (line 38) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 56) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 79) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 109) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpecularMaterial.cs class SpecularMaterial (line 25) | public sealed partial class SpecularMaterial : Material method Clone (line 39) | public new SpecularMaterial Clone() method CloneCurrentValue (line 48) | public new SpecularMaterial CloneCurrentValue() method ColorPropertyChanged (line 64) | private static void ColorPropertyChanged(DependencyObject d, Dependenc... method BrushPropertyChanged (line 71) | private static void BrushPropertyChanged(DependencyObject d, Dependenc... method SpecularPowerPropertyChanged (line 119) | private static void SpecularPowerPropertyChanged(DependencyObject d, D... method CreateInstanceCore (line 189) | protected override Freezable CreateInstanceCore() method UpdateResource (line 206) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 238) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 255) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 270) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 275) | internal override int GetChannelCountCore() method GetChannelCore (line 280) | internal override DUCE.Channel GetChannelCore(int index) method SpecularMaterial (line 367) | static SpecularMaterial() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpotLight.cs class SpotLight (line 25) | public sealed partial class SpotLight : PointLightBase method Clone (line 39) | public new SpotLight Clone() method CloneCurrentValue (line 48) | public new SpotLight CloneCurrentValue() method DirectionPropertyChanged (line 64) | private static void DirectionPropertyChanged(DependencyObject d, Depen... method OuterConeAnglePropertyChanged (line 71) | private static void OuterConeAnglePropertyChanged(DependencyObject d, ... method InnerConeAnglePropertyChanged (line 78) | private static void InnerConeAnglePropertyChanged(DependencyObject d, ... method CreateInstanceCore (line 148) | protected override Freezable CreateInstanceCore() method UpdateResource (line 165) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 261) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 278) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 293) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 298) | internal override int GetChannelCountCore() method GetChannelCore (line 303) | internal override DUCE.Channel GetChannelCore(int index) method SpotLight (line 377) | static SpotLight() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3D.cs class Transform3D (line 25) | public abstract partial class Transform3D : GeneralTransform3D, DUCE.IRe... method Clone (line 39) | public new Transform3D Clone() method CloneCurrentValue (line 48) | public new Transform3D CloneCurrentValue() method AddRefOnChannelCore (line 96) | internal abstract DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method AddRefOnChannel (line 101) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 109) | internal abstract void ReleaseOnChannelCore(DUCE.Channel channel); method ReleaseOnChannel (line 114) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method GetHandleCore (line 122) | internal abstract DUCE.ResourceHandle GetHandleCore(DUCE.Channel chann... method GetHandle (line 127) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method GetChannelCountCore (line 138) | internal abstract int GetChannelCountCore(); method GetChannelCount (line 143) | int DUCE.IResource.GetChannelCount() method GetChannelCore (line 148) | internal abstract DUCE.Channel GetChannelCore(int index); method GetChannel (line 153) | DUCE.Channel DUCE.IResource.GetChannel(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3DCollection.cs class Transform3DCollection (line 29) | public sealed partial class Transform3DCollection : Animatable, IList, I... method Clone (line 43) | public new Transform3DCollection Clone() method CloneCurrentValue (line 52) | public new Transform3DCollection CloneCurrentValue() method Add (line 74) | public void Add(Transform3D value) method Clear (line 82) | public void Clear() method Contains (line 114) | public bool Contains(Transform3D value) method IndexOf (line 124) | public int IndexOf(Transform3D value) method Insert (line 134) | public void Insert(int index, Transform3D value) method Remove (line 156) | public bool Remove(Transform3D value) method RemoveAt (line 196) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 212) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 288) | public void CopyTo(Transform3D[] array, int index) method GetEnumerator (line 320) | public Enumerator GetEnumerator() method GetEnumerator (line 327) | IEnumerator IEnumerable.GetEnumerator() method Add (line 367) | int IList.Add(object value) method Contains (line 373) | bool IList.Contains(object value) method IndexOf (line 378) | int IList.IndexOf(object value) method Insert (line 383) | void IList.Insert(int index, object value) method Remove (line 389) | void IList.Remove(object value) method CopyTo (line 398) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 453) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 483) | internal Transform3D Internal_GetItem(int i) method OnInheritanceContextChangedCore (line 492) | internal override void OnInheritanceContextChangedCore(EventArgs args) method Cast (line 510) | private Transform3D Cast(object value) method AddHelper (line 525) | private int AddHelper(Transform3D value) method AddWithoutFiringPublicEvents (line 536) | internal int AddWithoutFiringPublicEvents(Transform3D value) method OnInsert (line 561) | private void OnInsert(object item) method OnRemove (line 569) | private void OnRemove(object oldValue) method OnSet (line 577) | private void OnSet(object oldValue, object newValue) method CreateInstanceCore (line 606) | protected override Freezable CreateInstanceCore() method CloneCore (line 613) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 635) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 657) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 679) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method FreezeCore (line 701) | protected override bool FreezeCore(bool isChecking) type Enumerator (line 781) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 785) | internal Enumerator(Transform3DCollection list) method Dispose (line 799) | void IDisposable.Dispose() method MoveNext (line 811) | public bool MoveNext() method Reset (line 838) | public void Reset() method Transform3DCollection (line 915) | public Transform3DCollection() method Transform3DCollection (line 924) | public Transform3DCollection(int capacity) method Transform3DCollection (line 932) | public Transform3DCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3DGroup.cs class Transform3DGroup (line 25) | public sealed partial class Transform3DGroup : Transform3D method Clone (line 39) | public new Transform3DGroup Clone() method CloneCurrentValue (line 48) | public new Transform3DGroup CloneCurrentValue() method ChildrenPropertyChanged (line 64) | private static void ChildrenPropertyChanged(DependencyObject d, Depend... method CreateInstanceCore (line 188) | protected override Freezable CreateInstanceCore() method UpdateResource (line 205) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 249) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 275) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 299) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 304) | internal override int GetChannelCountCore() method GetChannelCore (line 309) | internal override DUCE.Channel GetChannelCore(int index) method ChildrenItemInserted (line 315) | private void ChildrenItemInserted(object sender, object item) method ChildrenItemRemoved (line 340) | private void ChildrenItemRemoved(object sender, object item) method Transform3DGroup (line 435) | static Transform3DGroup() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/TranslateTransform3D.cs class TranslateTransform3D (line 25) | public sealed partial class TranslateTransform3D : AffineTransform3D method Clone (line 39) | public new TranslateTransform3D Clone() method CloneCurrentValue (line 48) | public new TranslateTransform3D CloneCurrentValue() method OffsetXPropertyChanged (line 64) | private static void OffsetXPropertyChanged(DependencyObject d, Depende... method OffsetYPropertyChanged (line 73) | private static void OffsetYPropertyChanged(DependencyObject d, Depende... method OffsetZPropertyChanged (line 82) | private static void OffsetZPropertyChanged(DependencyObject d, Depende... method CreateInstanceCore (line 157) | protected override Freezable CreateInstanceCore() method UpdateResource (line 174) | internal override void UpdateResource(DUCE.Channel channel, bool skipO... method AddRefOnChannelCore (line 217) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 233) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetHandleCore (line 247) | internal override DUCE.ResourceHandle GetHandleCore(DUCE.Channel channel) method GetChannelCountCore (line 252) | internal override int GetChannelCountCore() method GetChannelCore (line 257) | internal override DUCE.Channel GetChannelCore(int index) method TranslateTransform3D (line 333) | static TranslateTransform3D() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Vector3D.cs type Vector3D (line 26) | [Serializable] method Equals (line 87) | public static bool Equals(Vector3D vector1, Vector3D vector2) method Equals (line 105) | public override bool Equals(object o) method Equals (line 127) | public bool Equals(Vector3D value) method GetHashCode (line 137) | public override int GetHashCode() method Parse (line 150) | public static Vector3D Parse(string source) method ToString (line 284) | public override string ToString() method ToString (line 298) | public string ToString(IFormatProvider provider) method ToString (line 314) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 330) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Vector3DCollection.cs class Vector3DCollection (line 28) | [TypeConverter(typeof(Vector3DCollectionConverter))] method Clone (line 44) | public new Vector3DCollection Clone() method CloneCurrentValue (line 53) | public new Vector3DCollection CloneCurrentValue() method Add (line 75) | public void Add(Vector3D value) method Clear (line 83) | public void Clear() method Contains (line 96) | public bool Contains(Vector3D value) method IndexOf (line 106) | public int IndexOf(Vector3D value) method Insert (line 116) | public void Insert(int index, Vector3D value) method Remove (line 131) | public bool Remove(Vector3D value) method RemoveAt (line 156) | public void RemoveAt(int index) method RemoveAtWithoutFiringPublicEvents (line 172) | internal void RemoveAtWithoutFiringPublicEvents(int index) method CopyTo (line 228) | public void CopyTo(Vector3D[] array, int index) method GetEnumerator (line 260) | public Enumerator GetEnumerator() method GetEnumerator (line 267) | IEnumerator IEnumerable.GetEnumerator() method Add (line 307) | int IList.Add(object value) method Contains (line 313) | bool IList.Contains(object value) method IndexOf (line 323) | int IList.IndexOf(object value) method Insert (line 333) | void IList.Insert(int index, object value) method Remove (line 339) | void IList.Remove(object value) method CopyTo (line 351) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 406) | IEnumerator IEnumerable.GetEnumerator() method Internal_GetItem (line 436) | internal Vector3D Internal_GetItem(int i) method Cast (line 447) | private Vector3D Cast(object value) method AddHelper (line 462) | private int AddHelper(Vector3D value) method AddWithoutFiringPublicEvents (line 473) | internal int AddWithoutFiringPublicEvents(Vector3D value) method CreateInstanceCore (line 514) | protected override Freezable CreateInstanceCore() method CloneCore (line 521) | protected override void CloneCore(Freezable source) method CloneCurrentValueCore (line 540) | protected override void CloneCurrentValueCore(Freezable source) method GetAsFrozenCore (line 559) | protected override void GetAsFrozenCore(Freezable source) method GetCurrentValueAsFrozenCore (line 578) | protected override void GetCurrentValueAsFrozenCore(Freezable source) method ToString (line 631) | public override string ToString() method ToString (line 645) | public string ToString(IFormatProvider provider) method ToString (line 661) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 677) | internal string ConvertToString(string format, IFormatProvider provider) method Parse (line 710) | public static Vector3DCollection Parse(string source) type Enumerator (line 767) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 771) | internal Enumerator(Vector3DCollection list) method Dispose (line 785) | void IDisposable.Dispose() method MoveNext (line 797) | public bool MoveNext() method Reset (line 824) | public void Reset() method Vector3DCollection (line 901) | public Vector3DCollection() method Vector3DCollection (line 910) | public Vector3DCollection(int capacity) method Vector3DCollection (line 918) | public Vector3DCollection(IEnumerable collection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Vector3DCollectionConverter.cs class Vector3DCollectionConverter (line 28) | public sealed class Vector3DCollectionConverter : TypeConverter method CanConvertFrom (line 38) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 56) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 79) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 109) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Vector3DConverter.cs class Vector3DConverter (line 28) | public sealed class Vector3DConverter : TypeConverter method CanConvertFrom (line 38) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 56) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 79) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 109) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Visual3D.cs class Visual3D (line 21) | public abstract partial class Visual3D : IAnimatable method ApplyAnimationClock (line 37) | public void ApplyAnimationClock( method ApplyAnimationClock (line 61) | public void ApplyAnimationClock( method BeginAnimation (line 106) | public void BeginAnimation(DependencyProperty dp, AnimationTimeline an... method BeginAnimation (line 129) | public void BeginAnimation(DependencyProperty dp, AnimationTimeline an... method GetAnimationBaseValue (line 183) | public object GetAnimationBaseValue(DependencyProperty dp) method EvaluateAnimatedValueCore (line 204) | internal sealed override void EvaluateAnimatedValueCore( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Geometry3D.cs class Geometry3D (line 18) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method Geometry3D (line 30) | internal Geometry3D() {} method RayHitTest (line 75) | internal void RayHitTest(RayHitTestParameters rayParams, FaceType face... method RayHitTestCore (line 108) | internal abstract void RayHitTestCore(RayHitTestParameters rayParams, ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/GeometryModel3D.cs class GeometryModel3D (line 20) | public sealed partial class GeometryModel3D : Model3D method GeometryModel3D (line 31) | public GeometryModel3D() {} method GeometryModel3D (line 38) | public GeometryModel3D(Geometry3D geometry, Material material) method CalculateSubgraphBoundsInnerSpace (line 58) | internal override Rect3D CalculateSubgraphBoundsInnerSpace() method RayHitTestCore (line 70) | internal override void RayHitTestCore(RayHitTestParameters rayParams) method MaterialPropertyChangedHook (line 99) | internal void MaterialPropertyChangedHook(DependencyPropertyChangedEve... method BackMaterialPropertyChangedHook (line 103) | internal void BackMaterialPropertyChangedHook(DependencyPropertyChange... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/HitTestParameters3D.cs class HitTestParameters3D (line 18) | public abstract class HitTestParameters3D method HitTestParameters3D (line 29) | internal HitTestParameters3D() {} method PushVisualTransform (line 58) | internal void PushVisualTransform(Transform3D transform) method PushModelTransform (line 69) | internal void PushModelTransform(Transform3D transform) method PopTransform (line 77) | internal void PopTransform(Transform3D transform) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Light.cs class Light (line 21) | public abstract partial class Light : Model3D method Light (line 32) | internal Light() {} method RayHitTestCore (line 50) | internal override void RayHitTestCore(RayHitTestParameters rayParams) method CalculateSubgraphBoundsInnerSpace (line 56) | internal override Rect3D CalculateSubgraphBoundsInnerSpace() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Material.cs class Material (line 20) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method Material (line 32) | internal Material() {} FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/MaterialGroup.cs class MaterialGroup (line 17) | [ContentProperty("Children")] method MaterialGroup (line 31) | public MaterialGroup() {} FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Matrix3D.cs type Matrix3D (line 42) | public partial struct Matrix3D method Matrix3D (line 71) | public Matrix3D(double m11, double m12, double m13, double m14, method SetIdentity (line 123) | public void SetIdentity() method Prepend (line 174) | public void Prepend(Matrix3D matrix) method Append (line 183) | public void Append(Matrix3D matrix) method Rotate (line 202) | public void Rotate(Quaternion quaternion) method RotatePrepend (line 213) | public void RotatePrepend(Quaternion quaternion) method RotateAt (line 225) | public void RotateAt(Quaternion quaternion, Point3D center) method RotateAtPrepend (line 235) | public void RotateAtPrepend(Quaternion quaternion, Point3D center) method Scale (line 255) | public void Scale(Vector3D scale) method ScalePrepend (line 274) | public void ScalePrepend(Vector3D scale) method ScaleAt (line 293) | public void ScaleAt(Vector3D scale, Point3D center) method ScaleAtPrepend (line 336) | public void ScaleAtPrepend(Vector3D scale, Point3D center) method Translate (line 374) | public void Translate(Vector3D offset) method TranslatePrepend (line 393) | public void TranslatePrepend(Vector3D offset) method Multiply (line 476) | public static Matrix3D Multiply(Matrix3D matrix1, Matrix3D matrix2) method Transform (line 497) | public Point3D Transform(Point3D point) method Transform (line 508) | public void Transform(Point3D[] points) method Transform (line 524) | public Point4D Transform(Point4D point) method Transform (line 534) | public void Transform(Point4D[] points) method Transform (line 550) | public Vector3D Transform(Vector3D vector) method Transform (line 560) | public void Transform(Vector3D[] vectors) method Invert (line 647) | public void Invert() method SetScaleMatrix (line 1028) | internal void SetScaleMatrix(ref Vector3D scale) method SetScaleMatrix (line 1040) | internal void SetScaleMatrix(ref Vector3D scale, ref Point3D center) method SetTranslationMatrix (line 1056) | internal void SetTranslationMatrix(ref Vector3D offset) method CreateRotationMatrix (line 1074) | internal static Matrix3D CreateRotationMatrix(ref Quaternion quaternio... method MultiplyPoint (line 1118) | internal void MultiplyPoint(ref Point3D point) method MultiplyPoint (line 1145) | internal void MultiplyPoint(ref Point4D point) method MultiplyVector (line 1165) | internal void MultiplyVector(ref Vector3D vector) method GetNormalizedAffineDeterminant (line 1182) | internal double GetNormalizedAffineDeterminant() method NormalizedAffineInvert (line 1199) | internal bool NormalizedAffineInvert() method InvertCore (line 1266) | internal bool InvertCore() method CreateIdentity (line 1362) | private static Matrix3D CreateIdentity() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Matrix3DStack.cs class Matrix3DStack (line 18) | internal class Matrix3DStack method Clear (line 32) | public void Clear() method Pop (line 37) | public Matrix3D Pop() method Push (line 48) | public void Push(Matrix3D matrix) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/MatrixCamera.cs class MatrixCamera (line 14) | public partial class MatrixCamera : Camera method MatrixCamera (line 27) | public MatrixCamera() {} method MatrixCamera (line 32) | public MatrixCamera(Matrix3D viewMatrix, Matrix3D projectionMatrix) method GetViewMatrix (line 63) | internal override Matrix3D GetViewMatrix() method GetProjectionMatrix (line 70) | internal override Matrix3D GetProjectionMatrix(double aspectRatio) { r... method RayFromViewportPoint (line 72) | internal override RayHitTestParameters RayFromViewportPoint(Point p, S... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/MatrixTransform3D.cs class MatrixTransform3D (line 18) | public sealed partial class MatrixTransform3D : Transform3D method MatrixTransform3D (line 31) | public MatrixTransform3D() method MatrixTransform3D (line 39) | public MatrixTransform3D(Matrix3D matrix) method Append (line 84) | internal override void Append(ref Matrix3D matrix) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/MeshGeometry3D.cs class MeshGeometry3D (line 21) | public sealed partial class MeshGeometry3D : Geometry3D method MeshGeometry3D (line 33) | public MeshGeometry3D() {} method OnPropertyChanged (line 84) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method GetTextureCoordinateBounds (line 113) | internal Rect GetTextureCoordinateBounds() method RayHitTestCore (line 161) | internal override void RayHitTestCore( method ValidateRayHit (line 358) | private void ValidateRayHit( method ValidateLineHit (line 428) | private void ValidateLineHit( method UpdateCachedBounds (line 527) | private void UpdateCachedBounds() method SetCachedBoundsDirty (line 537) | private void SetCachedBoundsDirty() method Debug_VerifyCachedBounds (line 555) | [Conditional("DEBUG")] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Model3D.cs class Model3D (line 21) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method Model3D (line 33) | internal Model3D() {} method RayHitTest (line 80) | internal void RayHitTest(RayHitTestParameters rayParams) method RayHitTestCore (line 89) | internal abstract void RayHitTestCore(RayHitTestParameters rayParams); method CalculateSubgraphBoundsOuterSpace (line 98) | internal Rect3D CalculateSubgraphBoundsOuterSpace() method CalculateSubgraphBoundsInnerSpace (line 112) | internal abstract Rect3D CalculateSubgraphBoundsInnerSpace(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Model3DGroup.cs class Model3DGroup (line 20) | [ContentProperty("Children")] method Model3DGroup (line 34) | public Model3DGroup() {} method RayHitTestCore (line 46) | internal override void RayHitTestCore( method CalculateSubgraphBoundsInnerSpace (line 65) | internal override Rect3D CalculateSubgraphBoundsInnerSpace() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/ModelUIElement3D.cs class ModelUIElement3D (line 19) | [ContentProperty("Model")] method ModelUIElement3D (line 33) | public ModelUIElement3D() method ModelPropertyChanged (line 50) | private static void ModelPropertyChanged(DependencyObject d, Dependenc... method OnCreateAutomationPeer (line 81) | protected override AutomationPeer OnCreateAutomationPeer() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/ModelVisual3D.cs class ModelVisual3D (line 13) | [ContentProperty("Children")] method ModelVisual3D (line 27) | public ModelVisual3D() method GetVisual3DChild (line 51) | protected sealed override Visual3D GetVisual3DChild(int index) method AddChild (line 71) | void IAddChild.AddChild(Object value) method AddText (line 85) | void IAddChild.AddText(string text) method ContentPropertyChanged (line 122) | private static void ContentPropertyChanged(DependencyObject d, Depende... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/OrthographicCamera.cs class OrthographicCamera (line 14) | public partial class OrthographicCamera : ProjectionCamera method OrthographicCamera (line 23) | public OrthographicCamera() {} method OrthographicCamera (line 26) | public OrthographicCamera(Point3D position, Vector3D lookDirection, Ve... method GetProjectionMatrix (line 54) | internal Matrix3D GetProjectionMatrix(double aspectRatio, double zn, d... method GetProjectionMatrix (line 69) | internal override Matrix3D GetProjectionMatrix(double aspectRatio) method RayFromViewportPoint (line 74) | internal override RayHitTestParameters RayFromViewportPoint(Point p, S... method AddEpsilon (line 216) | private double AddEpsilon(double x) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/PerspectiveCamera.cs class PerspectiveCamera (line 14) | public partial class PerspectiveCamera : ProjectionCamera method PerspectiveCamera (line 25) | public PerspectiveCamera() {} method PerspectiveCamera (line 28) | public PerspectiveCamera(Point3D position, Vector3D lookDirection, Vec... method GetProjectionMatrix (line 64) | internal Matrix3D GetProjectionMatrix(double aspectRatio, double zn, d... method GetProjectionMatrix (line 91) | internal override Matrix3D GetProjectionMatrix(double aspectRatio) method RayFromViewportPoint (line 96) | internal override RayHitTestParameters RayFromViewportPoint(Point p, S... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Point3D.cs type Point3D (line 19) | public partial struct Point3D method Point3D (line 35) | public Point3D(double x, double y, double z) method Offset (line 59) | public void Offset(double offsetX, double offsetY, double offsetZ) method Add (line 85) | public static Point3D Add(Point3D point, Vector3D vector) method Subtract (line 111) | public static Point3D Subtract(Point3D point, Vector3D vector) method Subtract (line 137) | public static Vector3D Subtract(Point3D point1, Point3D point2) method Subtract (line 149) | internal static void Subtract(ref Point3D p1, ref Point3D p2, out Vect... method Multiply (line 173) | public static Point3D Multiply(Point3D point, Matrix3D matrix) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Point3DCollection.cs class Point3DCollection (line 21) | public partial class Point3DCollection method DeserializeFrom (line 26) | internal static object DeserializeFrom(BinaryReader reader) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Point4D.cs type Point4D (line 19) | public partial struct Point4D method Point4D (line 36) | public Point4D(double x, double y, double z, double w) method Offset (line 62) | public void Offset(double deltaX, double deltaY, double deltaZ, double... method Add (line 90) | public static Point4D Add(Point4D point1, Point4D point2) method Subtract (line 118) | public static Point4D Subtract(Point4D point1, Point4D point2) method Multiply (line 143) | public static Point4D Multiply(Point4D point, Matrix3D matrix) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/PointLight.cs class PointLight (line 19) | public sealed partial class PointLight : PointLightBase method PointLight (line 32) | public PointLight() {} method PointLight (line 39) | public PointLight(Color diffuseColor, Point3D position) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/PointLightBase.cs class PointLightBase (line 19) | public abstract partial class PointLightBase : Light method PointLightBase (line 30) | internal PointLightBase() {} FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/ProjectionCamera.cs class ProjectionCamera (line 14) | public abstract partial class ProjectionCamera : Camera method ProjectionCamera (line 25) | internal ProjectionCamera() method GetViewMatrix (line 55) | internal override Matrix3D GetViewMatrix() method CreateViewMatrix (line 70) | internal static Matrix3D CreateViewMatrix(Transform3D transform, ref P... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Quaternion.cs type Quaternion (line 34) | public partial struct Quaternion : IFormattable method Quaternion (line 51) | public Quaternion(double x, double y, double z, double w) method Quaternion (line 66) | public Quaternion(Vector3D axisOfRotation, double angleInDegrees) method Conjugate (line 194) | public void Conjugate() method Invert (line 210) | public void Invert() method Normalize (line 229) | public void Normalize() method Add (line 300) | public static Quaternion Add(Quaternion left, Quaternion right) method Subtract (line 346) | public static Quaternion Subtract(Quaternion left, Quaternion right) method Multiply (line 382) | public static Quaternion Multiply(Quaternion left, Quaternion right) method Scale (line 391) | private void Scale( double scale ) method Length (line 408) | private double Length() method Slerp (line 448) | public static Quaternion Slerp(Quaternion from, Quaternion to, double t) method Slerp (line 463) | public static Quaternion Slerp(Quaternion from, Quaternion to, double ... method Max (line 574) | private static double Max(double a, double b, double c, double d) method GetIdentityHashCode (line 722) | private static int GetIdentityHashCode() method GetIdentity (line 732) | private static Quaternion GetIdentity() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/QuaternionRotation3D.cs class QuaternionRotation3D (line 15) | public partial class QuaternionRotation3D method QuaternionRotation3D (line 28) | public QuaternionRotation3D() {} method QuaternionRotation3D (line 33) | public QuaternionRotation3D(Quaternion quaternion) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Ray3DHitTestResult.cs class RayHitTestResult (line 18) | public abstract class RayHitTestResult : HitTestResult method RayHitTestResult (line 29) | internal RayHitTestResult(Visual3D visualHit, Model3D modelHit) : base... method SetDistanceToRayOrigin (line 89) | internal abstract void SetDistanceToRayOrigin(double distance); method CompareByDistanceToRayOrigin (line 91) | internal static int CompareByDistanceToRayOrigin(RayHitTestResult x, R... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/RayHitTestParameters.cs class RayHitTestParameters (line 16) | public sealed class RayHitTestParameters : HitTestParameters3D method RayHitTestParameters (line 30) | public RayHitTestParameters(Point3D origin, Vector3D direction) method ReportResult (line 85) | internal void ReportResult( method RaiseCallback (line 106) | internal HitTestResultBehavior RaiseCallback(HitTestResultCallback res... method RaiseCallback (line 113) | internal HitTestResultBehavior RaiseCallback(HitTestResultCallback res... method GetLocalLine (line 169) | internal void GetLocalLine(out Point3D origin, out Vector3D direction) method ClearResults (line 186) | internal void ClearResults() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/RayMeshGeometry3DHitTestResult.cs class RayMeshGeometry3DHitTestResult (line 18) | public sealed class RayMeshGeometry3DHitTestResult : RayHitTestResult method RayMeshGeometry3DHitTestResult (line 28) | internal RayMeshGeometry3DHitTestResult( method SetDistanceToRayOrigin (line 152) | internal override void SetDistanceToRayOrigin(double distance) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Rect3D.cs type Rect3D (line 11) | public partial struct Rect3D: IFormattable method Rect3D (line 26) | public Rect3D(Point3D location, Size3D size) method Rect3D (line 54) | public Rect3D(double x, double y, double z, double sizeX, double sizeY... method Rect3D (line 74) | internal Rect3D(Point3D point1, Point3D point2) method Rect3D (line 90) | internal Rect3D(Point3D point, Vector3D vector): this(point, point+vec... method Contains (line 335) | public bool Contains(Point3D point) method Contains (line 349) | public bool Contains(double x, double y, double z) method Contains (line 366) | public bool Contains(Rect3D rect) method IntersectsWith (line 389) | public bool IntersectsWith(Rect3D rect) method Intersect (line 409) | public void Intersect(Rect3D rect) method Intersect (line 437) | public static Rect3D Intersect(Rect3D rect1, Rect3D rect2) method Union (line 447) | public void Union(Rect3D rect) method Union (line 473) | public static Rect3D Union(Rect3D rect1, Rect3D rect2) method Union (line 483) | public void Union(Point3D point) method Union (line 494) | public static Rect3D Union(Rect3D rect, Point3D point) method Offset (line 505) | public void Offset(Vector3D offsetVector) method Offset (line 517) | public void Offset(double offsetX, double offsetY, double offsetZ) method Offset (line 536) | public static Rect3D Offset(Rect3D rect, Vector3D offsetVector) method Offset (line 551) | public static Rect3D Offset(Rect3D rect, double offsetX, double offset... method ContainsInternal (line 586) | private bool ContainsInternal(double x, double y, double z) method CreateEmptyRect3D (line 594) | private static Rect3D CreateEmptyRect3D() method CreateInfiniteRect3D (line 609) | private static Rect3D CreateInfiniteRect3D() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/RotateTransform3D.cs class RotateTransform3D (line 18) | public sealed partial class RotateTransform3D : AffineTransform3D method RotateTransform3D (line 31) | public RotateTransform3D() {} method RotateTransform3D (line 37) | public RotateTransform3D(Rotation3D rotation) method RotateTransform3D (line 47) | public RotateTransform3D(Rotation3D rotation, Point3D center) method RotateTransform3D (line 63) | public RotateTransform3D(Rotation3D rotation, double centerX, double c... method Append (line 112) | internal override void Append(ref Matrix3D matrix) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Rotation3D.cs class Rotation3D (line 12) | public partial class Rotation3D method Rotation3D (line 22) | static Rotation3D() method Rotation3D (line 30) | internal Rotation3D() {} FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/ScaleTransform3D.cs class ScaleTransform3D (line 18) | public sealed partial class ScaleTransform3D : AffineTransform3D method ScaleTransform3D (line 31) | public ScaleTransform3D() {} method ScaleTransform3D (line 36) | public ScaleTransform3D(Vector3D scale) method ScaleTransform3D (line 47) | public ScaleTransform3D(double scaleX, double scaleY, double scaleZ) method ScaleTransform3D (line 57) | public ScaleTransform3D(Vector3D scale, Point3D center) method ScaleTransform3D (line 70) | public ScaleTransform3D(double scaleX, double scaleY, double scaleZ, d... method Append (line 114) | internal override void Append(ref Matrix3D matrix) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Size3D.cs type Size3D (line 10) | public partial struct Size3D method Size3D (line 20) | public Size3D(double x, double y, double z) method CreateEmptySize3D (line 171) | private static Size3D CreateEmptySize3D() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/SpecularMaterial.cs class SpecularMaterial (line 18) | public sealed partial class SpecularMaterial : Material method SpecularMaterial (line 31) | public SpecularMaterial() method SpecularMaterial (line 40) | public SpecularMaterial(Brush brush, double specularPower) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/SpotLight.cs class SpotLight (line 22) | public sealed partial class SpotLight : PointLightBase method SpotLight (line 40) | public SpotLight(Color diffuseColor, Point3D position, Vector3D direct... method SpotLight (line 56) | public SpotLight() {} FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Transform3D.cs class Transform3D (line 21) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method Transform3D (line 33) | internal Transform3D() {} method Transform (line 50) | public new Point3D Transform(Point3D point) method Transform (line 62) | public Vector3D Transform(Vector3D vector) method Transform (line 72) | public Point4D Transform(Point4D point) method Transform (line 81) | public void Transform(Point3D[] points) method Transform (line 90) | public void Transform(Vector3D[] vectors) method Transform (line 99) | public void Transform(Point4D[] points) method TryTransform (line 110) | public override bool TryTransform(Point3D inPoint, out Point3D result) method TransformBounds (line 122) | public override Rect3D TransformBounds(Rect3D rect) method Append (line 200) | internal abstract void Append(ref Matrix3D matrix); FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Transform3DGroup.cs class Transform3DGroup (line 21) | [ContentProperty("Children")] method Transform3DGroup (line 35) | public Transform3DGroup() {} method Append (line 97) | internal override void Append(ref Matrix3D matrix) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/TranslateTransform3D.cs class TranslateTransform3D (line 18) | public sealed partial class TranslateTransform3D : AffineTransform3D method TranslateTransform3D (line 31) | public TranslateTransform3D() {} method TranslateTransform3D (line 36) | public TranslateTransform3D(Vector3D offset) method TranslateTransform3D (line 46) | public TranslateTransform3D(double offsetX, double offsetY, double off... method Append (line 87) | internal override void Append(ref Matrix3D matrix) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Vector3D.cs type Vector3D (line 19) | public partial struct Vector3D method Vector3D (line 35) | public Vector3D(double x, double y, double z) method Normalize (line 80) | public void Normalize() method AngleBetween (line 116) | public static double AngleBetween(Vector3D vector1, Vector3D vector2) method Negate (line 190) | public void Negate() method Add (line 216) | public static Vector3D Add(Vector3D vector1, Vector3D vector2) method Subtract (line 242) | public static Vector3D Subtract(Vector3D vector1, Vector3D vector2) method Add (line 268) | public static Point3D Add(Vector3D vector, Point3D point) method Subtract (line 294) | public static Point3D Subtract(Vector3D vector, Point3D point) method Multiply (line 320) | public static Vector3D Multiply(Vector3D vector, double scalar) method Multiply (line 346) | public static Vector3D Multiply(double scalar, Vector3D vector) method Divide (line 370) | public static Vector3D Divide(Vector3D vector, double scalar) method Multiply (line 392) | public static Vector3D Multiply(Vector3D vector, Matrix3D matrix) method DotProduct (line 403) | public static double DotProduct(Vector3D vector1, Vector3D vector2) method DotProduct (line 413) | internal static double DotProduct(ref Vector3D vector1, ref Vector3D v... method CrossProduct (line 426) | public static Vector3D CrossProduct(Vector3D vector1, Vector3D vector2) method CrossProduct (line 438) | internal static void CrossProduct(ref Vector3D vector1, ref Vector3D v... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Vector3dCollection.cs class Vector3DCollection (line 17) | public partial class Vector3DCollection method DeserializeFrom (line 22) | internal static object DeserializeFrom(BinaryReader reader) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Viewport2DVisual3D.cs class Viewport2DVisual3D (line 15) | [ContentProperty("Visual")] method Viewport2DVisual3D (line 21) | public Viewport2DVisual3D() method Get3DPointFor2DCoordinate (line 38) | internal static bool Get3DPointFor2DCoordinate(Point point, method TextureCoordsToVisualCoords (line 142) | internal static Point TextureCoordsToVisualCoords(Point uv, Visual vis... method TextureCoordsToVisualCoords (line 149) | internal static Point TextureCoordsToVisualCoords(Point uv, Rect descB... method GetIntersectionInfo (line 165) | internal static bool GetIntersectionInfo(RayHitTestResult rayHitResult... method VisualCoordsToTextureCoords (line 225) | internal static Point VisualCoordsToTextureCoords(Point pt, Visual vis... method VisualCoordsToTextureCoords (line 232) | internal static Point VisualCoordsToTextureCoords(Point pt, Rect descB... method GenerateMaterial (line 243) | private void GenerateMaterial() method OnVisualChanged (line 298) | internal static void OnVisualChanged(Object sender, DependencyProperty... method AddVisualChild (line 355) | private void AddVisualChild(Visual child) method RemoveVisualChild (line 386) | private void RemoveVisualChild(Visual child) method CreateVisualBrush (line 416) | private VisualBrush CreateVisualBrush() method CreateBitmapCacheBrush (line 442) | private BitmapCacheBrush CreateBitmapCacheBrush() method SwapInCyclicBrush (line 462) | private void SwapInCyclicBrush(Material material) method OnGeometryChanged (line 550) | internal static void OnGeometryChanged(Object sender, DependencyProper... method InvalidateAllCachedValues (line 562) | private void InvalidateAllCachedValues() method OnMaterialPropertyChanged (line 674) | internal static void OnMaterialPropertyChanged(Object sender, Dependen... method SetIsVisualHostMaterial (line 697) | public static void SetIsVisualHostMaterial(Material element, Boolean v... method GetIsVisualHostMaterial (line 708) | public static Boolean GetIsVisualHostMaterial(Material element) method OnCacheModeChanged (line 730) | internal static void OnCacheModeChanged(Object sender, DependencyPrope... method GetVisual3DChild (line 827) | protected override Visual3D GetVisual3DChild(int index) method InternalGet2DOr3DVisualChild (line 855) | internal override DependencyObject InternalGet2DOr3DVisualChild(int in... method OnCachingHintChanged (line 877) | private static void OnCachingHintChanged(DependencyObject d, Dependenc... method OnCacheInvalidationThresholdMinimumChanged (line 894) | private static void OnCacheInvalidationThresholdMinimumChanged(Depende... method OnCacheInvalidationThresholdMaximumChanged (line 910) | private static void OnCacheInvalidationThresholdMaximumChanged(Depende... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Viewport3DVisual.cs class Viewport3DVisual (line 19) | [ContentProperty("Children")] method Viewport3DVisual (line 31) | public Viewport3DVisual() : base(DUCE.ResourceType.TYPE_VIEWPORT3DVISUAL) method HitTest (line 110) | public new HitTestResult HitTest(Point point) method HitTest (line 118) | public new void HitTest(HitTestFilterCallback filterCallback, HitTestR... method CameraPropertyChanged (line 200) | private static void CameraPropertyChanged(DependencyObject d, Dependen... method ViewportPropertyChanged (line 246) | private static void ViewportPropertyChanged(DependencyObject d, Depend... method VerifyAPIReadOnly (line 309) | void IVisual3DContainer.VerifyAPIReadOnly() { this.VerifyAPIReadOnly(); } method VerifyAPIReadOnly (line 310) | void IVisual3DContainer.VerifyAPIReadOnly(DependencyObject other) { th... method VerifyAPIReadWrite (line 311) | void IVisual3DContainer.VerifyAPIReadWrite() { this.VerifyAPIReadWrite... method VerifyAPIReadWrite (line 312) | void IVisual3DContainer.VerifyAPIReadWrite(DependencyObject other) { t... method AddChild (line 316) | void IVisual3DContainer.AddChild(Visual3D child) method RemoveChild (line 362) | void IVisual3DContainer.RemoveChild(Visual3D child) method GetChildrenCount (line 426) | int IVisual3DContainer.GetChildrenCount() method GetChild (line 434) | Visual3D IVisual3DContainer.GetChild(int index) method InternalGet2DOr3DVisualChild (line 461) | internal override DependencyObject InternalGet2DOr3DVisualChild(int in... method HitTestPointInternal (line 466) | internal override HitTestResultBehavior HitTestPointInternal( method HitTestCore (line 493) | protected override GeometryHitTestResult HitTestCore(GeometryHitTestPa... method WorldToViewport (line 498) | internal Point WorldToViewport(Point4D point) method GetHitTestBounds (line 524) | internal override Rect GetHitTestBounds() method CalculateSubgraphBoundsInnerSpace (line 529) | internal override Rect CalculateSubgraphBoundsInnerSpace(bool renderBo... method ComputeSubgraphBounds3D (line 591) | internal Rect3D ComputeSubgraphBounds3D() method Debug_VerifyCachedSubgraphBounds (line 605) | [Conditional("DEBUG")] method AddRefOnChannelCore (line 629) | internal override DUCE.ResourceHandle AddRefOnChannelCore(DUCE.Channel... method ReleaseOnChannelCore (line 654) | internal override void ReleaseOnChannelCore(DUCE.Channel channel) method GetChannelCount (line 665) | int DUCE.IResource.GetChannelCount() method GetChannel (line 670) | DUCE.Channel DUCE.IResource.GetChannel(int index) method PrecomputeContent (line 678) | internal override void PrecomputeContent() method RenderContent (line 700) | internal override void RenderContent(RenderContext ctx, bool isOnChannel) method FreeContent (line 797) | internal override void FreeContent(DUCE.Channel channel) method Visual3DTreeChanged (line 828) | internal void Visual3DTreeChanged() method Get3DHandle (line 841) | DUCE.ResourceHandle DUCE.IResource.Get3DHandle(DUCE.Channel channel) method SetInheritanceContextForChildren (line 850) | internal void SetInheritanceContextForChildren(DependencyObject inheri... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Visual3D.cs class Visual3D (line 15) | public abstract partial class Visual3D : DependencyObject, DUCE.IResourc... method Visual3D (line 45) | internal Visual3D() method IsOnChannel (line 67) | internal bool IsOnChannel(DUCE.Channel channel) method GetHandle (line 77) | DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel) method Get3DHandle (line 86) | DUCE.ResourceHandle DUCE.IResource.Get3DHandle(DUCE.Channel channel) method AddRefOnChannel (line 97) | DUCE.ResourceHandle DUCE.IResource.AddRefOnChannel(DUCE.Channel channel) method RemoveChildFromParent (line 108) | void DUCE.IResource.RemoveChildFromParent( method GetChannelCount (line 118) | int DUCE.IResource.GetChannelCount() method GetChannel (line 123) | DUCE.Channel DUCE.IResource.GetChannel(int index) method TransformPropertyChanged (line 150) | private static void TransformPropertyChanged(DependencyObject d, Depen... method AddVisual3DChild (line 224) | protected void AddVisual3DChild(Visual3D child) method RemoveVisual3DChild (line 275) | protected void RemoveVisual3DChild(Visual3D child) method Visual3DModelPropertyChanged (line 380) | private void Visual3DModelPropertyChanged(Model3D oldValue, bool isSub... method Visual3DModelPropertyChanged (line 398) | private void Visual3DModelPropertyChanged(object o, EventArgs e) method FireOnVisualParentChanged (line 448) | internal virtual void FireOnVisualParentChanged(DependencyObject oldPa... method ProcessAncestorChangedNotificationRecursive (line 551) | internal static void ProcessAncestorChangedNotificationRecursive(Depen... method OnVisualParentChanged (line 593) | protected internal virtual void OnVisualParentChanged(DependencyObject... method OnVisualChildrenChanged (line 600) | protected internal virtual void OnVisualChildrenChanged( method DoesRayHitSubgraphBounds (line 616) | internal bool DoesRayHitSubgraphBounds(RayHitTestParameters rayParams) method HitTest (line 629) | internal void HitTest( method RayHitTest (line 661) | internal HitTestResultBehavior RayHitTest( method HitTestChildren (line 706) | internal HitTestResultBehavior HitTestChildren( method HitTestChildren (line 717) | internal static HitTestResultBehavior HitTestChildren( method RayHitTestInternal (line 750) | internal void RayHitTestInternal( method RenderChanged (line 770) | internal void RenderChanged(object sender, EventArgs e) method GetContentBounds (line 835) | internal Rect3D GetContentBounds() method CalculateSubgraphBoundsOuterSpace (line 858) | internal Rect3D CalculateSubgraphBoundsOuterSpace() method CalculateSubgraphBoundsInnerSpace (line 868) | internal Rect3D CalculateSubgraphBoundsInnerSpace() method VerifyAPIReadOnly (line 891) | void IVisual3DContainer.VerifyAPIReadOnly() { this.VerifyAPIReadOnly(); } method VerifyAPIReadOnly (line 892) | void IVisual3DContainer.VerifyAPIReadOnly(DependencyObject other) { th... method VerifyAPIReadWrite (line 893) | void IVisual3DContainer.VerifyAPIReadWrite() { this.VerifyAPIReadWrite... method VerifyAPIReadWrite (line 894) | void IVisual3DContainer.VerifyAPIReadWrite(DependencyObject other) { t... method VerifyAPIReadOnly (line 899) | internal void VerifyAPIReadOnly() method VerifyAPIReadOnly (line 908) | internal void VerifyAPIReadOnly(DependencyObject other) method VerifyAPIReadWrite (line 922) | internal void VerifyAPIReadWrite() method VerifyAPIReadWrite (line 933) | internal void VerifyAPIReadWrite(DependencyObject other) method SetParent (line 944) | internal void SetParent(Visual newParent) method SetParent (line 952) | internal void SetParent(Visual3D newParent) method GetVisual3DChild (line 987) | protected virtual Visual3D GetVisual3DChild(int index) method AddChild (line 996) | void IVisual3DContainer.AddChild(Visual3D child) method RemoveChild (line 1005) | void IVisual3DContainer.RemoveChild(Visual3D child) method GetChildrenCount (line 1014) | int IVisual3DContainer.GetChildrenCount() method GetChild (line 1022) | Visual3D IVisual3DContainer.GetChild(int index) method InvalidateForceInheritPropertyOnChildren (line 1029) | internal virtual void InvalidateForceInheritPropertyOnChildren(Depende... method Debug_VerifyBoundsEqual (line 1044) | [Conditional("DEBUG")] method Debug_VerifyCachedSubgraphBounds (line 1060) | [Conditional("DEBUG")] method Debug_VerifyCachedContentBounds (line 1074) | [Conditional("DEBUG")] method Debug_CalculateSubgraphBounds (line 1087) | internal Rect3D Debug_CalculateSubgraphBounds() method PrecomputeRecursive (line 1107) | internal void PrecomputeRecursive(out Rect3D bboxSubgraph) method RenderRecursive (line 1133) | internal void RenderRecursive(RenderContext ctx) method RenderContent (line 1255) | internal void RenderContent(RenderContext ctx, bool isOnChannel) method IsAncestorOf (line 1292) | public bool IsAncestorOf(DependencyObject descendant) method IsDescendantOf (line 1311) | public bool IsDescendantOf(DependencyObject ancestor) method SetFlagsToRoot (line 1346) | internal void SetFlagsToRoot(bool value, VisualFlags flag) method FindFirstAncestorWithFlagsAnd (line 1369) | internal DependencyObject FindFirstAncestorWithFlagsAnd(VisualFlags flag) method FindCommonVisualAncestor (line 1399) | public DependencyObject FindCommonVisualAncestor(DependencyObject othe... method FreeDUCEResources (line 1427) | internal void FreeDUCEResources(DUCE.Channel channel) method ReleaseOnChannel (line 1457) | void DUCE.IResource.ReleaseOnChannel(DUCE.Channel channel) method ReleaseOnChannelCore (line 1462) | internal void ReleaseOnChannelCore(DUCE.Channel channel) method DisconnectAttachedResource (line 1484) | internal void DisconnectAttachedResource( method AddInheritanceContext (line 1534) | internal override void AddInheritanceContext(DependencyObject context,... method RemoveInheritanceContext (line 1542) | internal override void RemoveInheritanceContext(DependencyObject conte... method AddOrRemoveInheritanceContext (line 1551) | private void AddOrRemoveInheritanceContext(DependencyObject newInherit... method OnInheritanceContextChangedCore (line 1574) | internal override void OnInheritanceContextChangedCore(EventArgs args)... method TransformToAncestor (line 1611) | public GeneralTransform3D TransformToAncestor(Visual3D ancestor) method TransformToDescendant (line 1632) | public GeneralTransform3D TransformToDescendant(Visual3D descendant) method InternalTransformToAncestor (line 1647) | private GeneralTransform3D InternalTransformToAncestor(Visual3D ancest... method TransformToAncestor (line 1773) | public GeneralTransform3DTo2D TransformToAncestor(Visual ancestor) method InternalTransformToAncestor (line 1789) | internal GeneralTransform3DTo2D InternalTransformToAncestor(Visual anc... method SetFlagsOnAllChannels (line 1873) | internal void SetFlagsOnAllChannels( method SetFlags (line 1885) | internal void SetFlags( method SetFlags (line 1899) | internal void SetFlags(bool value, VisualFlags Flags) method CheckFlagsOnAllChannels (line 1913) | internal bool CheckFlagsOnAllChannels(VisualProxyFlags flagsToCheck) method CheckFlagsAnd (line 1926) | internal bool CheckFlagsAnd( method CheckFlagsAnd (line 1938) | internal bool CheckFlagsAnd(VisualFlags flags) method InternalGet2DOr3DVisualChild (line 1950) | internal virtual DependencyObject InternalGet2DOr3DVisualChild(int index) method CheckFlagsOr (line 1979) | internal bool CheckFlagsOr( method CheckFlagsOr (line 1991) | internal bool CheckFlagsOr(VisualFlags flags) method DoAnyChildrenHaveABitSet (line 1999) | internal static bool DoAnyChildrenHaveABitSet(Visual3D pe, method PropagateFlags (line 2030) | internal static void PropagateFlags( method SetInheritanceContext (line 2086) | private void SetInheritanceContext(DependencyObject newInheritanceCont... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Visual3DCollection.cs class Visual3DCollection (line 14) | public sealed class Visual3DCollection : IList, IList method Visual3DCollection (line 24) | internal Visual3DCollection(IVisual3DContainer owner) method Add (line 42) | public void Add(Visual3D value) method ConnectChild (line 56) | private void ConnectChild(int index, Visual3D value) method Insert (line 65) | public void Insert(int index, Visual3D value) method Remove (line 75) | public bool Remove(Visual3D value) method RemoveAt (line 92) | public void RemoveAt(int index) method Clear (line 105) | public void Clear() method CopyTo (line 128) | public void CopyTo(Visual3D[] array, int index) method CopyTo (line 144) | void ICollection.CopyTo(Array array, int index) method Contains (line 181) | public bool Contains(Visual3D value) method IndexOf (line 191) | public int IndexOf(Visual3D value) method GetEnumerator (line 206) | public Enumerator GetEnumerator() method GetEnumerator (line 213) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 218) | IEnumerator IEnumerable.GetEnumerator() method Add (line 305) | int IList.Add(object value) method Contains (line 314) | bool IList.Contains(object value) method IndexOf (line 322) | int IList.IndexOf(object value) method Insert (line 330) | void IList.Insert(int index, object value) method Remove (line 352) | void IList.Remove(object value) method InternalGetItem (line 390) | internal Visual3D InternalGetItem(int index) method VerifyAPIReadOnly (line 420) | private void VerifyAPIReadOnly() method VerifyAPIReadOnly (line 426) | private void VerifyAPIReadOnly(Visual3D other) method VerifyAPIReadWrite (line 432) | private void VerifyAPIReadWrite() method VerifyAPIReadWrite (line 438) | private void VerifyAPIReadWrite(Visual3D other) method Cast (line 444) | private Visual3D Cast(object value) method VerifyAPIForAdd (line 456) | private void VerifyAPIForAdd(Visual3D value) method InternalInsert (line 471) | private void InternalInsert(int index, Visual3D value) method InternalRemoveAt (line 494) | private void InternalRemoveAt(int index) method InvalidateEnumerators (line 520) | private void InvalidateEnumerators() method Debug_ICC (line 535) | [Conditional("DEBUG")] type Enumerator (line 594) | public struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 598) | internal Enumerator(Visual3DCollection list) method MoveNext (line 614) | public bool MoveNext() method Reset (line 634) | public void Reset() method Dispose (line 644) | void IDisposable.Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Modifiability.cs type Modifiability (line 23) | public enum Modifiability FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/MouseCaptureWithinProperty.cs class MouseCaptureWithinProperty (line 10) | internal class MouseCaptureWithinProperty : ReverseInheritProperty method MouseCaptureWithinProperty (line 14) | internal MouseCaptureWithinProperty() : base( method FireNotifications (line 23) | internal override void FireNotifications(UIElement uie, ContentElement... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/MouseOverProperty.cs class MouseOverProperty (line 10) | internal class MouseOverProperty : ReverseInheritProperty method MouseOverProperty (line 14) | internal MouseOverProperty() : base( method FireNotifications (line 23) | internal override void FireNotifications(UIElement uie, ContentElement... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Navigation/BaseUriHelper.cs class BaseUriHelper (line 22) | public static class BaseUriHelper method BaseUriHelper (line 38) | static BaseUriHelper() method GetBaseUri (line 71) | public static Uri GetBaseUri(DependencyObject element) method IsPackApplicationUri (line 133) | internal static bool IsPackApplicationUri(Uri uri) method GetAssemblyAndPartNameFromPackAppUri (line 157) | internal static void GetAssemblyAndPartNameFromPackAppUri(Uri uri, out... method GetLoadedAssembly (line 190) | internal static Assembly GetLoadedAssembly(string assemblyName, string... method GetAssemblyNameAndPart (line 227) | internal static void GetAssemblyNameAndPart(Uri uri, out string partNa... method IsComponentEntryAssembly (line 314) | internal static bool IsComponentEntryAssembly(string component) method GetResolvedUri (line 340) | internal static Uri GetResolvedUri(Uri baseUri, Uri orgUri) method MakeRelativeToSiteOfOriginIfPossible (line 345) | internal static Uri MakeRelativeToSiteOfOriginIfPossible(Uri sUri) method ConvertPackUriToAbsoluteExternallyVisibleUri (line 359) | internal static Uri ConvertPackUriToAbsoluteExternallyVisibleUri(Uri p... method FixFileUri (line 379) | internal static Uri FixFileUri(Uri uri) method AppendAssemblyVersion (line 427) | internal static Uri AppendAssemblyVersion(Uri uri, Assembly assemblyInfo) method GetBaseUriCore (line 521) | internal static Uri GetBaseUriCore(DependencyObject element) method AssemblyMatchesKeyString (line 600) | private static bool AssemblyMatchesKeyString(AssemblyName asmName, str... method ParseAssemblyKey (line 608) | private static byte[] ParseAssemblyKey(string assemblyKey) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Nrbf/SerializationRecordExtensions.cs class SerializationRecordExtensions (line 12) | internal static class SerializationRecordExtensions method TryGet (line 16) | private static bool TryGet(TryGetDelegate get, SerializationRecord rec... method TryGetPointF (line 34) | public static bool TryGetPointF(this SerializationRecord record, [NotN... method TryGetRectangleF (line 59) | public static bool TryGetRectangleF(this SerializationRecord record, [... method TryGetPrimitiveType (line 91) | public static bool TryGetPrimitiveType(this SerializationRecord record... method TryGetPrimitiveList (line 116) | public static bool TryGetPrimitiveList(this SerializationRecord record... method TryGetPrimitiveArrayList (line 166) | public static bool TryGetPrimitiveArrayList(this SerializationRecord r... method TryGetPrimitiveArray (line 213) | public static bool TryGetPrimitiveArray(this SerializationRecord recor... method TryGetPrimitiveHashtable (line 253) | public static bool TryGetPrimitiveHashtable(this SerializationRecord r... method TryGetNotSupportedException (line 311) | public static bool TryGetNotSupportedException( method TryGetFrameworkObject (line 335) | public static bool TryGetFrameworkObject( method IsPrimitiveArrayRecord (line 347) | private static bool IsPrimitiveArrayRecord(SerializationRecord seriali... method CreateTrimmedList (line 358) | internal static List CreateTrimmedList(this IReadOnlyList rea... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Nrbf/WpfNrbfSerializer.cs class WpfNrbfSerializer (line 14) | internal sealed class WpfNrbfSerializer : INrbfSerializer method WpfNrbfSerializer (line 22) | private WpfNrbfSerializer() { } method TryBindToType (line 24) | public static bool TryBindToType(TypeName typeName, [NotNullWhen(true)... method TryGetObject (line 41) | public static bool TryGetObject(SerializationRecord record, [NotNullWh... method TryWriteObject (line 46) | public static bool TryWriteObject(Stream stream, object value) => method IsFullySupportedType (line 50) | public static bool IsFullySupportedType(Type type) => CoreNrbfSerializ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ole/DataObjectAdapter.cs class DataObjectAdapter (line 15) | internal sealed class DataObjectAdapter : IDataObjectInternal method DataObjectAdapter (line 19) | public DataObjectAdapter(IDataObject dataObject) => DataObject = dataO... method GetData (line 21) | public object? GetData(string format, bool autoConvert) => DataObject.... method GetData (line 22) | public object? GetData(string format) => DataObject.GetData(format); method GetData (line 23) | public object? GetData(Type format) => DataObject.GetData(format); method GetDataPresent (line 24) | public bool GetDataPresent(string format, bool autoConvert) => DataObj... method GetDataPresent (line 25) | public bool GetDataPresent(string format) => DataObject.GetDataPresent... method GetDataPresent (line 26) | public bool GetDataPresent(Type format) => DataObject.GetDataPresent(f... method GetFormats (line 27) | public string[] GetFormats(bool autoConvert) => DataObject.GetFormats(... method GetFormats (line 28) | public string[] GetFormats() => DataObject.GetFormats(); method SetData (line 29) | public void SetData(string format, bool autoConvert, object? data) => ... method SetData (line 30) | public void SetData(string format, object? data) => DataObject.SetData... method SetData (line 31) | public void SetData(Type format, object? data) => DataObject.SetData(f... method SetData (line 32) | public void SetData(object? data) => DataObject.SetData(data); method TryGetData (line 33) | public bool TryGetData<[DynamicallyAccessedMembers(DynamicallyAccessed... method TryGetData (line 35) | public bool TryGetData<[DynamicallyAccessedMembers(DynamicallyAccessed... method TryGetData (line 38) | public bool TryGetData<[DynamicallyAccessedMembers(DynamicallyAccessed... method TryGetData (line 42) | public bool TryGetData<[DynamicallyAccessedMembers(DynamicallyAccessed... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Ole/WpfOleServices.cs class WpfOleServices (line 20) | internal sealed unsafe class WpfOleServices : IOleServices method WpfOleServices (line 23) | private WpfOleServices() { } method EnsureThreadState (line 25) | public static void EnsureThreadState() => OleServicesContext.EnsureThr... method GetDataHere (line 27) | public static HRESULT GetDataHere(string format, object data, FORMATET... method TryGetObjectFromDataObject (line 70) | public static bool TryGetObjectFromDataObject( method AllowTypeWithoutResolver (line 153) | public static bool AllowTypeWithoutResolver() method IsValidTypeForFormat (line 159) | public static bool IsValidTypeForFormat(Type type, string format) => f... method ValidateDataStoreData (line 170) | public static void ValidateDataStoreData(ref string format, bool autoC... method CreateDataObject (line 181) | public static IComVisibleDataObject CreateDataObject() => new DataObje... method OleGetClipboard (line 183) | static HRESULT IOleServices.OleGetClipboard(Com.IDataObject** dataObje... method OleSetClipboard (line 186) | static HRESULT IOleServices.OleSetClipboard(Com.IDataObject* dataObjec... method OleFlushClipboard (line 189) | static HRESULT IOleServices.OleFlushClipboard() => FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/OleServicesContext.cs method OleServicesContext (line 41) | private OleServicesContext() method EnsureThreadState (line 74) | internal static void EnsureThreadState() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/PresentationSource.cs class PresentationSource (line 22) | public abstract class PresentationSource : DispatcherObject method PresentationSource (line 37) | protected PresentationSource() method PresentationSource (line 41) | static PresentationSource() method GetInputProvider (line 57) | internal virtual IInputProvider GetInputProvider(Type inputDevice) method FromVisual (line 79) | public static PresentationSource FromVisual(Visual visual) method FromDependencyObject (line 93) | public static PresentationSource FromDependencyObject(DependencyObject... method AddSourceChangedHandler (line 112) | public static void AddSourceChangedHandler(IInputElement element, Sour... method RemoveSourceChangedHandler (line 178) | public static void RemoveSourceChangedHandler(IInputElement e, SourceC... method OnAncestorChanged (line 256) | internal static void OnAncestorChanged(ContentElement ce) method PushMenuMode (line 302) | internal void PushMenuMode() method PopMenuMode (line 314) | internal void PopMenuMode() method OnEnterMenuMode (line 331) | internal virtual void OnEnterMenuMode() method OnLeaveMenuMode (line 338) | internal virtual void OnLeaveMenuMode() method GetCompositionTargetCore (line 405) | protected abstract CompositionTarget GetCompositionTargetCore(); method RootChanged (line 416) | protected void RootChanged(Visual oldRoot, Visual newRoot) method AddSource (line 476) | protected void AddSource() method RemoveSource (line 484) | protected void RemoveSource() method ClearContentRenderedListeners (line 492) | protected void ClearContentRenderedListeners() method OnVisualAncestorChanged (line 518) | internal static void OnVisualAncestorChanged(DependencyObject uie, Anc... method CriticalFromVisual (line 528) | internal static PresentationSource CriticalFromVisual(DependencyObject v) method CriticalFromVisual (line 538) | internal static PresentationSource CriticalFromVisual(DependencyObject... method FireContentRendered (line 557) | internal static object FireContentRendered(object arg) method IsUnderSamePresentationSource (line 571) | internal static bool IsUnderSamePresentationSource(params ReadOnlySpan... method AddElementToWatchList (line 624) | private static void AddElementToWatchList(DependencyObject element) method RemoveElementFromWatchList (line 634) | private static void RemoveElementFromWatchList(DependencyObject element) method FindSource (line 643) | private static PresentationSource FindSource(DependencyObject o) method FindSource (line 653) | private static PresentationSource FindSource(DependencyObject o, bool ... method UpdateSourceOfElement (line 669) | private static bool UpdateSourceOfElement(DependencyObject doTarget, FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/QueryContinueDragEventArgs.cs class QueryContinueDragEventArgs (line 10) | public sealed class QueryContinueDragEventArgs : RoutedEventArgs method QueryContinueDragEventArgs (line 29) | internal QueryContinueDragEventArgs(bool escapePressed, DragDropKeySta... method InvokeEventHandler (line 107) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/ReadOnlyPropertyMetadata.cs class ReadOnlyPropertyMetadata (line 6) | internal class ReadOnlyPropertyMetadata : PropertyMetadata method ReadOnlyPropertyMetadata (line 8) | public ReadOnlyPropertyMetadata(object defaultValue, FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Readability.cs type Readability (line 23) | public enum Readability FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Resources/AssemblyAssociatedContentFileAttribute.cs class AssemblyAssociatedContentFileAttribute (line 18) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method AssemblyAssociatedContentFileAttribute (line 26) | public AssemblyAssociatedContentFileAttribute(string relativeContentFi... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/ReverseInheritProperty.cs class ReverseInheritProperty (line 8) | internal abstract class ReverseInheritProperty method ReverseInheritProperty (line 10) | internal ReverseInheritProperty( method ReverseInheritProperty (line 18) | internal ReverseInheritProperty( method FireNotifications (line 32) | internal abstract void FireNotifications(UIElement uie, ContentElement... method OnOriginValueChanged (line 34) | internal void OnOriginValueChanged(DependencyObject oldOrigin, Depende... method OnOriginValueChanged (line 39) | internal void OnOriginValueChanged(DependencyObject oldOrigin, method SetCacheFlagInAncestry (line 98) | private void SetCacheFlagInAncestry(DependencyObject element, method FirePropertyChangeInAncestry (line 157) | private void FirePropertyChangeInAncestry(DependencyObject element, method BlockReverseInheritance (line 233) | private static bool BlockReverseInheritance(UIElement uie, ContentElem... method SetFlag (line 253) | private static void SetFlag(UIElement uie, ContentElement ce, UIElemen... method IsFlagSet (line 271) | private static bool IsFlagSet(UIElement uie, ContentElement ce, UIElem... method CastElement (line 291) | private static void CastElement(DependencyObject o, out UIElement uie,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/RouteItem.cs type RouteItem (line 12) | internal struct RouteItem method RouteItem (line 17) | internal RouteItem(object target, RoutedEventHandlerInfo routedEventHa... method InvokeHandler (line 36) | internal void InvokeHandler(RoutedEventArgs routedEventArgs) method Equals (line 57) | public override bool Equals(object o) method Equals (line 65) | public bool Equals(RouteItem routeItem) method GetHashCode (line 76) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/RoutedEvent.cs class RoutedEvent (line 26) | [TypeConverter("System.Windows.Markup.RoutedEventConverter, Presentation... method AddOwner (line 39) | public RoutedEvent AddOwner(Type ownerType) method IsLegalHandler (line 85) | internal bool IsLegalHandler( Delegate handler ) method ToString (line 108) | public override string ToString() method RoutedEvent (line 126) | internal RoutedEvent( FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/RoutedEventArgs.cs class RoutedEventArgs (line 31) | public class RoutedEventArgs : EventArgs method RoutedEventArgs (line 50) | public RoutedEventArgs() method RoutedEventArgs (line 58) | public RoutedEventArgs(RoutedEvent routedEvent) : this( routedEvent, n... method RoutedEventArgs (line 67) | public RoutedEventArgs(RoutedEvent routedEvent, object source) method OverrideRoutedEvent (line 106) | internal void OverrideRoutedEvent( RoutedEvent newRoutedEvent ) method OverrideSource (line 218) | internal void OverrideSource( object source ) method OnSetSource (line 253) | protected virtual void OnSetSource(object source) method InvokeEventHandler (line 272) | protected virtual void InvokeEventHandler(Delegate genericHandler, obj... method InvokeHandler (line 315) | internal void InvokeHandler(Delegate handler, object target) method MarkAsUserInitiated (line 341) | internal void MarkAsUserInitiated() method ClearUserInitiated (line 346) | internal void ClearUserInitiated() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/RoutedEventHandlerInfo.cs type RoutedEventHandlerInfo (line 22) | public struct RoutedEventHandlerInfo method RoutedEventHandlerInfo (line 36) | internal RoutedEventHandlerInfo(Delegate handler, bool handledEventsToo) method InvokeHandler (line 64) | internal void InvokeHandler(object target, RoutedEventArgs routedEvent... method Equals (line 86) | public override bool Equals(object obj) method Equals (line 97) | public bool Equals(RoutedEventHandlerInfo handlerInfo) method GetHashCode (line 106) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/RoutingStrategy.cs type RoutingStrategy (line 11) | public enum RoutingStrategy FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/SizeChangedInfo.cs class SizeChangedInfo (line 9) | public class SizeChangedInfo method SizeChangedInfo (line 36) | public SizeChangedInfo(UIElement element, Size previousSize, bool widt... method Update (line 91) | internal void Update(bool widthChanged, bool heightChanged) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/SizeToContent.cs type SizeToContent (line 11) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/SourceChangedEventArgs.cs class SourceChangedEventArgs (line 9) | public sealed class SourceChangedEventArgs : RoutedEventArgs method SourceChangedEventArgs (line 20) | public SourceChangedEventArgs(PresentationSource oldSource, method SourceChangedEventArgs (line 42) | public SourceChangedEventArgs(PresentationSource oldSource, method InvokeEventHandler (line 90) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/SourceItem.cs type SourceItem (line 7) | internal struct SourceItem method SourceItem (line 12) | internal SourceItem(int startIndex, object source) method Equals (line 50) | public override bool Equals(object o) method Equals (line 58) | public bool Equals(SourceItem sourceItem) method GetHashCode (line 69) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/StylusCaptureWithinProperty.cs class StylusCaptureWithinProperty (line 10) | internal class StylusCaptureWithinProperty : ReverseInheritProperty method StylusCaptureWithinProperty (line 14) | internal StylusCaptureWithinProperty() : base( method FireNotifications (line 23) | internal override void FireNotifications(UIElement uie, ContentElement... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/StylusOverProperty.cs class StylusOverProperty (line 10) | internal class StylusOverProperty : ReverseInheritProperty method StylusOverProperty (line 14) | internal StylusOverProperty() : base( method FireNotifications (line 23) | internal override void FireNotifications(UIElement uie, ContentElement... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/TextAndFontProperties.cs type BaselineAlignment (line 16) | public enum BaselineAlignment type TextAlignment (line 48) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... type FlowDirection (line 78) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... type LineBreakCondition (line 114) | public enum LineBreakCondition type TextMarkerStyle (line 141) | public enum TextMarkerStyle type TextWrapping (line 199) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... type TextTrimming (line 230) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... type FontVariants (line 257) | public enum FontVariants type FontCapitals (line 289) | public enum FontCapitals type FontFraction (line 324) | public enum FontFraction type FontNumeralStyle (line 343) | public enum FontNumeralStyle type FontNumeralAlignment (line 363) | public enum FontNumeralAlignment type FontEastAsianWidths (line 383) | public enum FontEastAsianWidths type FontEastAsianLanguage (line 415) | public enum FontEastAsianLanguage FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/TextDataFormat.cs type TextDataFormat (line 18) | public enum TextDataFormat FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/TextDecoration.cs class TextDecoration (line 19) | [Localizability(LocalizationCategory.None)] method TextDecoration (line 25) | public TextDecoration() method TextDecoration (line 37) | public TextDecoration( method ValueEquals (line 64) | internal bool ValueEquals(TextDecoration textDecoration) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/TextDecorationCollection.cs class TextDecorationCollection (line 21) | [TypeConverter(typeof(TextDecorationCollectionConverter))] method ValueEquals (line 38) | internal bool ValueEquals(TextDecorationCollection textDecorations) method Add (line 64) | [CLSCompliant(false)] method TryRemove (line 89) | public bool TryRemove(IEnumerable textDecorations, out... FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/TextDecorationCollectionConverter.cs class TextDecorationCollectionConverter (line 14) | public sealed class TextDecorationCollectionConverter : TypeConverter method CanConvertTo (line 25) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method CanConvertFrom (line 41) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method ConvertFrom (line 53) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertFromString (line 75) | public static new TextDecorationCollection ConvertFromString(string text) method ConvertTo (line 133) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... type Decorations (line 149) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/TextDecorations.cs class TextDecorations (line 17) | public static class TextDecorations method TextDecorations (line 19) | static TextDecorations() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/UIElement.cs type Visibility (line 35) | public enum Visibility : byte class UIElement (line 66) | [UidProperty("Uid")] method UIElement (line 69) | static UIElement() method UIElement (line 100) | public UIElement() method Initialize (line 105) | private void Initialize() method IsRenderable (line 189) | private bool IsRenderable() method InvalidateMeasureInternal (line 207) | internal void InvalidateMeasureInternal() method InvalidateArrangeInternal (line 212) | internal void InvalidateArrangeInternal() method InvalidateMeasure (line 249) | public void InvalidateMeasure() method InvalidateArrange (line 282) | public void InvalidateArrange() method InvalidateVisual (line 306) | public void InvalidateVisual() method OnChildDesiredSizeChanged (line 323) | protected virtual void OnChildDesiredSizeChanged(UIElement child) method addLayoutUpdatedHandler (line 362) | private void addLayoutUpdatedHandler(EventHandler handler, LayoutEvent... method getLayoutUpdatedHandler (line 397) | private LayoutEventList.ListItem getLayoutUpdatedHandler(EventHandler d) method removeLayoutUpdatedHandler (line 422) | private void removeLayoutUpdatedHandler(EventHandler d) method PropagateSuspendLayout (line 445) | internal static void PropagateSuspendLayout(Visual v) method PropagateResumeLayout (line 482) | internal static void PropagateResumeLayout(Visual parent, Visual v) method Measure (line 552) | public void Measure(Size availableSize) method GetUIParentOrICH (line 712) | internal void GetUIParentOrICH(out UIElement uiParent, out IContentHos... method GetUIParentWithinLayoutIsland (line 731) | internal UIElement GetUIParentWithinLayoutIsland() method Arrange (line 764) | public void Arrange(Rect finalRect) method OnRender (line 969) | protected virtual void OnRender(DrawingContext drawingContext) method updatePixelSnappingGuidelines (line 973) | private void updatePixelSnappingGuidelines() method markForSizeChangedIfNeeded (line 1018) | private bool markForSizeChangedIfNeeded(Size oldSize, Size newSize) method RoundLayoutSize (line 1065) | internal static Size RoundLayoutSize(Size size, double dpiScaleX, doub... method RoundLayoutValue (line 1079) | internal static double RoundLayoutValue(double value, double dpiScale) method RoundLayoutRect (line 1113) | internal static Rect RoundLayoutRect(Rect rect, double dpiScaleX, doub... method EnsureDpiScale (line 1128) | internal static DpiScale EnsureDpiScale() method OnRenderSizeChanged (line 1166) | protected internal virtual void OnRenderSizeChanged(SizeChangedInfo info) method MeasureCore (line 1212) | protected virtual Size MeasureCore(Size availableSize) method ArrangeCore (line 1246) | protected virtual void ArrangeCore(Rect finalRect) method GetHitTestBounds (line 1312) | internal override Rect GetHitTestBounds() method RenderTransform_Changed (line 1356) | private static void RenderTransform_Changed(DependencyObject d, Depend... method IsRenderTransformOriginValid (line 1389) | private static bool IsRenderTransformOriginValid(object value) method RenderTransformOrigin_Changed (line 1409) | private static void RenderTransformOrigin_Changed(DependencyObject d, ... method OnVisualParentChanged (line 1425) | protected internal override void OnVisualParentChanged(DependencyObjec... method OnVisualAncestorChanged_ForceInherit (line 1516) | private void OnVisualAncestorChanged_ForceInherit(object sender, Ances... method OnVisualAncestorChanged (line 1572) | internal void OnVisualAncestorChanged(object sender, AncestorChangedEv... method GetUIParent (line 1585) | internal DependencyObject GetUIParent() method GetUIParent (line 1590) | internal DependencyObject GetUIParent(bool continuePastVisualTree) method GetUIParentNo3DTraversal (line 1595) | internal DependencyObject GetUIParentNo3DTraversal() method GetUIParentCore (line 1614) | protected internal virtual DependencyObject GetUIParentCore() method UpdateLayout (line 1630) | public void UpdateLayout() method BuildRouteHelper (line 1636) | internal static void BuildRouteHelper(DependencyObject e, EventRoute r... method AddSynchronizedInputPreOpportunityHandler (line 1794) | internal void AddSynchronizedInputPreOpportunityHandler(EventRoute rou... method AddSynchronizedInputPreOpportunityHandlerCore (line 1812) | internal virtual void AddSynchronizedInputPreOpportunityHandlerCore(Ev... method AddSynchronizedInputPostOpportunityHandler (line 1819) | internal void AddSynchronizedInputPostOpportunityHandler(EventRoute ro... method SynchronizedInputPreOpportunityHandler (line 1837) | internal void SynchronizedInputPreOpportunityHandler(object sender, Ro... method SynchronizedInputPostOpportunityHandler (line 1843) | internal void SynchronizedInputPostOpportunityHandler(object sender, R... method StartListeningSynchronizedInput (line 1852) | internal bool StartListeningSynchronizedInput(SynchronizedInputType in... method CancelSynchronizedInput (line 1866) | internal void CancelSynchronizedInput() method AddHandler (line 1874) | internal static void AddHandler(DependencyObject d, RoutedEvent routed... method RemoveHandler (line 1910) | internal static void RemoveHandler(DependencyObject d, RoutedEvent rou... method OnPresentationSourceChanged (line 1948) | internal virtual void OnPresentationSourceChanged(bool attached) method TranslatePoint (line 1965) | public Point TranslatePoint(Point point, UIElement relativeTo) method InputHitTest (line 1974) | public IInputElement InputHitTest(Point point) method InputHitTest (line 1999) | internal void InputHitTest(Point pt, out IInputElement enabledHit, out... method InputHitTest (line 2024) | internal void InputHitTest(Point pt, out IInputElement enabledHit, out... method InputHitTestFilterCallback (line 2109) | private HitTestFilterBehavior InputHitTestFilterCallback(DependencyObj... class InputHitTestResult (line 2143) | private class InputHitTestResult method InputHitTestResultCallback (line 2145) | public HitTestResultBehavior InputHitTestResultCallback(HitTestResul... method CrackMouseButtonEvent (line 2175) | private static RoutedEvent CrackMouseButtonEvent(MouseButtonEventArgs e) method CrackMouseButtonEventAndReRaiseEvent (line 2208) | private static void CrackMouseButtonEventAndReRaiseEvent(DependencyObj... method ReRaiseEventAs (line 2231) | private static void ReRaiseEventAs(DependencyObject sender, RoutedEven... method RaiseEventImpl (line 2290) | internal static void RaiseEventImpl(DependencyObject sender, RoutedEve... method IsMouseDirectlyOver_ComputeValue (line 2357) | private bool IsMouseDirectlyOver_ComputeValue() method SynchronizeReverseInheritPropertyFlags (line 2366) | internal void SynchronizeReverseInheritPropertyFlags(DependencyObject ... method BlockReverseInheritance (line 2410) | internal virtual bool BlockReverseInheritance() method CaptureMouse (line 2463) | public bool CaptureMouse() method ReleaseMouseCapture (line 2471) | public void ReleaseMouseCapture() method IsStylusDirectlyOver_ComputeValue (line 2513) | private bool IsStylusDirectlyOver_ComputeValue() method CaptureStylus (line 2529) | public bool CaptureStylus() method ReleaseStylusCapture (line 2537) | public void ReleaseStylusCapture() method IsKeyboardFocused_ComputeValue (line 2577) | private bool IsKeyboardFocused_ComputeValue() method Focus (line 2585) | public bool Focus() method MoveFocus (line 2620) | public virtual bool MoveFocus(TraversalRequest request) method PredictFocus (line 2634) | public virtual DependencyObject PredictFocus(FocusNavigationDirection ... method OnAccessKey (line 2643) | protected virtual void OnAccessKey(AccessKeyEventArgs e) method Opacity_Changed (line 2670) | private static void Opacity_Changed(DependencyObject d, DependencyProp... method pushOpacity (line 2687) | private void pushOpacity() method OpacityMask_Changed (line 2702) | private static void OpacityMask_Changed(DependencyObject d, Dependency... method pushOpacityMask (line 2719) | private void pushOpacityMask() method OnBitmapEffectChanged (line 2734) | private static void OnBitmapEffectChanged(DependencyObject d, Dependen... method pushBitmapEffect (line 2750) | private void pushBitmapEffect() method OnEffectChanged (line 2768) | private static void OnEffectChanged(DependencyObject d, DependencyProp... method pushEffect (line 2783) | private void pushEffect() method OnBitmapEffectInputChanged (line 2798) | private static void OnBitmapEffectInputChanged(DependencyObject d, Dep... method pushBitmapEffectInput (line 2814) | private void pushBitmapEffectInput(BitmapEffectInput newValue) method EdgeMode_Changed (line 2821) | private static void EdgeMode_Changed(DependencyObject d, DependencyPro... method pushEdgeMode (line 2827) | private void pushEdgeMode() method BitmapScalingMode_Changed (line 2832) | private static void BitmapScalingMode_Changed(DependencyObject d, Depe... method pushBitmapScalingMode (line 2838) | private void pushBitmapScalingMode() method ClearTypeHint_Changed (line 2843) | private static void ClearTypeHint_Changed(DependencyObject d, Dependen... method pushClearTypeHint (line 2849) | private void pushClearTypeHint() method TextHintingMode_Changed (line 2854) | private static void TextHintingMode_Changed(DependencyObject d, Depend... method pushTextHintingMode (line 2860) | private void pushTextHintingMode() method OnCacheModeChanged (line 2875) | private static void OnCacheModeChanged(DependencyObject d, DependencyP... method pushCacheMode (line 2891) | private void pushCacheMode() method pushVisualEffects (line 2899) | private void pushVisualEffects() method OnVisibilityChanged (line 2948) | private static void OnVisibilityChanged(DependencyObject d, Dependency... method ValidateVisibility (line 2960) | private static bool ValidateVisibility(object o) method switchVisibilityIfNeeded (line 2976) | private void switchVisibilityIfNeeded(Visibility visibility) method ensureVisible (line 2994) | private void ensureVisible() method ensureInvisible (line 3019) | private void ensureInvisible(bool collapsed) method signalDesiredSizeChange (line 3043) | private void signalDesiredSizeChange() method ensureClip (line 3056) | private void ensureClip(Size layoutSlotSize) method HitTestCore (line 3081) | protected override HitTestResult HitTestCore(PointHitTestParameters hi... method HitTestCore (line 3097) | protected override GeometryHitTestResult HitTestCore(GeometryHitTestPa... method RenderOpen (line 3119) | internal DrawingContext RenderOpen() method RenderClose (line 3127) | internal override void RenderClose(IDrawingContent newContent) method FreeContent (line 3187) | internal override void FreeContent(DUCE.Channel channel) method GetContentBounds (line 3213) | internal override Rect GetContentBounds() method WalkContent (line 3240) | internal void WalkContent(DrawingContextWalker walker) method RenderContent (line 3252) | internal override void RenderContent(RenderContext ctx, bool isOnChannel) method GetDrawing (line 3298) | internal override DrawingGroup GetDrawing() method GetLayoutClip (line 3322) | protected virtual Geometry GetLayoutClip(Size layoutSlotSize) method ClipToBounds_Changed (line 3347) | private static void ClipToBounds_Changed(DependencyObject d, Dependenc... method Clip_Changed (line 3388) | private static void Clip_Changed(DependencyObject d, DependencyPropert... method SnapsToDevicePixels_Changed (line 3420) | private static void SnapsToDevicePixels_Changed(DependencyObject d, De... method InvokeAccessKey (line 3457) | internal void InvokeAccessKey(AccessKeyEventArgs e) method IsFocused_Changed (line 3510) | private static void IsFocused_Changed(DependencyObject d, DependencyPr... method OnGotFocus (line 3528) | protected virtual void OnGotFocus(RoutedEventArgs e) method OnLostFocus (line 3537) | protected virtual void OnLostFocus(RoutedEventArgs e) method CoerceIsEnabled (line 3610) | private static object CoerceIsEnabled(DependencyObject d, object value) method OnIsEnabledChanged (line 3651) | private static void OnIsEnabledChanged(DependencyObject d, DependencyP... method CoerceIsHitTestVisible (line 3713) | private static object CoerceIsHitTestVisible(DependencyObject d, objec... method OnIsHitTestVisibleChanged (line 3753) | private static void OnIsHitTestVisibleChanged(DependencyObject d, Depe... method GetIsVisible (line 3803) | private static object GetIsVisible(DependencyObject d, out BaseValueSo... method UpdateIsVisibleCache (line 3819) | internal void UpdateIsVisibleCache() // Called from PresentationSource method OnIsVisibleChanged (line 3884) | private static void OnIsVisibleChanged(DependencyObject d, DependencyP... method OnFocusableChanged (line 3940) | private static void OnFocusableChanged(DependencyObject d, DependencyP... method OnCreateAutomationPeer (line 3957) | protected virtual AutomationPeer OnCreateAutomationPeer() method OnCreateAutomationPeerInternal (line 3967) | internal virtual AutomationPeer OnCreateAutomationPeerInternal() { ret... method CreateAutomationPeer (line 3974) | internal AutomationPeer CreateAutomationPeer() method GetAutomationPeer (line 4022) | internal AutomationPeer GetAutomationPeer() method CreateGenericRootAutomationPeer (line 4038) | internal AutomationPeer CreateGenericRootAutomationPeer() method SetPersistId (line 4083) | internal void SetPersistId(int value) method RaiseDependencyPropertyChanged (line 4089) | private void RaiseDependencyPropertyChanged(EventPrivateKey key, Depen... method SynchronizeForceInheritProperties (line 4156) | internal static void SynchronizeForceInheritProperties( method InvalidateForceInheritPropertyOnChildren (line 4224) | internal static void InvalidateForceInheritPropertyOnChildren(Visual v... method OnIsManipulationEnabledChanged (line 4325) | private static void OnIsManipulationEnabledChanged(DependencyObject d,... method CoerceStylusProperties (line 4337) | private void CoerceStylusProperties() method IsDefaultValue (line 4351) | private static bool IsDefaultValue(DependencyObject dependencyObject, ... method OnManipulationStartingThunk (line 4373) | private static void OnManipulationStartingThunk(object sender, Manipul... method OnManipulationStarting (line 4381) | protected virtual void OnManipulationStarting(ManipulationStartingEven... method OnManipulationStartedThunk (line 4398) | private static void OnManipulationStartedThunk(object sender, Manipula... method OnManipulationStarted (line 4406) | protected virtual void OnManipulationStarted(ManipulationStartedEventA... method OnManipulationDeltaThunk (line 4423) | private static void OnManipulationDeltaThunk(object sender, Manipulati... method OnManipulationDelta (line 4431) | protected virtual void OnManipulationDelta(ManipulationDeltaEventArgs ... method OnManipulationInertiaStartingThunk (line 4448) | private static void OnManipulationInertiaStartingThunk(object sender, ... method OnManipulationInertiaStarting (line 4456) | protected virtual void OnManipulationInertiaStarting(ManipulationInert... method OnManipulationBoundaryFeedbackThunk (line 4473) | private static void OnManipulationBoundaryFeedbackThunk(object sender,... method OnManipulationBoundaryFeedback (line 4481) | protected virtual void OnManipulationBoundaryFeedback(ManipulationBoun... method OnManipulationCompletedThunk (line 4498) | private static void OnManipulationCompletedThunk(object sender, Manipu... method OnManipulationCompleted (line 4506) | protected virtual void OnManipulationCompleted(ManipulationCompletedEv... method CaptureTouch (line 4549) | public bool CaptureTouch(TouchDevice touchDevice) method ReleaseTouchCapture (line 4561) | public bool ReleaseTouchCapture(TouchDevice touchDevice) method ReleaseAllTouchCaptures (line 4579) | public void ReleaseAllTouchCaptures() type CoreFlags (line 4781) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/UIElement3D.cs class UIElement3D (line 25) | public abstract partial class UIElement3D : Visual3D, IInputElement method UIElement3D (line 27) | static UIElement3D() method UIElement3D (line 54) | protected UIElement3D() method Initialize (line 61) | private void Initialize() method CallRenderCallback (line 94) | private object CallRenderCallback(object o) method InvalidateModel (line 107) | public void InvalidateModel() method OnUpdateModel (line 120) | protected virtual void OnUpdateModel() method OnVisualParentChanged (line 128) | protected internal override void OnVisualParentChanged(DependencyObjec... method OnVisualAncestorChanged_ForceInherit (line 213) | private void OnVisualAncestorChanged_ForceInherit(object sender, Ances... method OnVisualAncestorChanged (line 269) | internal void OnVisualAncestorChanged(object sender, AncestorChangedEv... method GetUIParent (line 276) | internal DependencyObject GetUIParent(bool continuePastVisualTree) method GetUIParentCore (line 289) | protected internal DependencyObject GetUIParentCore() method OnPresentationSourceChanged (line 302) | internal virtual void OnPresentationSourceChanged(bool attached) method IsMouseDirectlyOver_ComputeValue (line 333) | private bool IsMouseDirectlyOver_ComputeValue() method SynchronizeReverseInheritPropertyFlags (line 342) | internal void SynchronizeReverseInheritPropertyFlags(DependencyObject ... method BlockReverseInheritance (line 386) | internal virtual bool BlockReverseInheritance() method CaptureMouse (line 439) | public bool CaptureMouse() method ReleaseMouseCapture (line 447) | public void ReleaseMouseCapture() method IsStylusDirectlyOver_ComputeValue (line 489) | private bool IsStylusDirectlyOver_ComputeValue() method CaptureStylus (line 505) | public bool CaptureStylus() method ReleaseStylusCapture (line 513) | public void ReleaseStylusCapture() method IsKeyboardFocused_ComputeValue (line 553) | private bool IsKeyboardFocused_ComputeValue() method Focus (line 561) | public bool Focus() method MoveFocus (line 596) | public virtual bool MoveFocus(TraversalRequest request) method PredictFocus (line 610) | public virtual DependencyObject PredictFocus(FocusNavigationDirection ... method OnAccessKey (line 619) | protected virtual void OnAccessKey(AccessKeyEventArgs e) method OnVisibilityChanged (line 643) | private static void OnVisibilityChanged(DependencyObject d, Dependency... method ValidateVisibility (line 655) | private static bool ValidateVisibility(object o) method switchVisibilityIfNeeded (line 671) | private void switchVisibilityIfNeeded(Visibility visibility) method ensureVisible (line 689) | private void ensureVisible() method ensureInvisible (line 694) | private void ensureInvisible(bool collapsed) method InvokeAccessKey (line 709) | internal void InvokeAccessKey(AccessKeyEventArgs e) method IsFocused_Changed (line 749) | private static void IsFocused_Changed(DependencyObject d, DependencyPr... method OnGotFocus (line 767) | protected virtual void OnGotFocus(RoutedEventArgs e) method OnLostFocus (line 776) | protected virtual void OnLostFocus(RoutedEventArgs e) method CoerceIsEnabled (line 842) | private static object CoerceIsEnabled(DependencyObject d, object value) method OnIsEnabledChanged (line 884) | private static void OnIsEnabledChanged(DependencyObject d, DependencyP... method CoerceIsHitTestVisible (line 944) | private static object CoerceIsHitTestVisible(DependencyObject d, objec... method OnIsHitTestVisibleChanged (line 984) | private static void OnIsHitTestVisibleChanged(DependencyObject d, Depe... method GetIsVisible (line 1025) | private static object GetIsVisible(DependencyObject d, out BaseValueSo... method UpdateIsVisibleCache (line 1041) | internal void UpdateIsVisibleCache() // Called from PresentationSource method OnIsVisibleChanged (line 1106) | private static void OnIsVisibleChanged(DependencyObject d, DependencyP... method OnFocusableChanged (line 1160) | private static void OnFocusableChanged(DependencyObject d, DependencyP... method OnCreateAutomationPeer (line 1177) | protected virtual AutomationPeer OnCreateAutomationPeer() { return nul... method CreateAutomationPeer (line 1184) | internal AutomationPeer CreateAutomationPeer() method GetAutomationPeer (line 1212) | internal AutomationPeer GetAutomationPeer() method AddSynchronizedInputPreOpportunityHandler (line 1223) | internal void AddSynchronizedInputPreOpportunityHandler(EventRoute rou... method AddSynchronizedInputPostOpportunityHandler (line 1237) | internal void AddSynchronizedInputPostOpportunityHandler(EventRoute ro... method SynchronizedInputPreOpportunityHandler (line 1256) | internal void SynchronizedInputPreOpportunityHandler(object sender, Ro... method SynchronizedInputPostOpportunityHandler (line 1264) | internal void SynchronizedInputPostOpportunityHandler(object sender, R... method StartListeningSynchronizedInput (line 1274) | internal bool StartListeningSynchronizedInput(SynchronizedInputType in... method CancelSynchronizedInput (line 1288) | internal void CancelSynchronizedInput() method RaiseDependencyPropertyChanged (line 1294) | private void RaiseDependencyPropertyChanged(EventPrivateKey key, Depen... method InvalidateForceInheritPropertyOnChildren (line 1352) | internal static void InvalidateForceInheritPropertyOnChildren(Visual3D... method CaptureTouch (line 1450) | public bool CaptureTouch(TouchDevice touchDevice) method ReleaseTouchCapture (line 1462) | public bool ReleaseTouchCapture(TouchDevice touchDevice) method ReleaseAllTouchCaptures (line 1480) | public void ReleaseAllTouchCaptures() FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/UIPropertyMetadata.cs class UIPropertyMetadata (line 9) | public class UIPropertyMetadata : PropertyMetadata method UIPropertyMetadata (line 14) | public UIPropertyMetadata() : method UIPropertyMetadata (line 23) | public UIPropertyMetadata(object defaultValue) : method UIPropertyMetadata (line 32) | public UIPropertyMetadata(PropertyChangedCallback propertyChangedCallb... method UIPropertyMetadata (line 42) | public UIPropertyMetadata(object defaultValue, method UIPropertyMetadata (line 54) | public UIPropertyMetadata(object defaultValue, method UIPropertyMetadata (line 68) | public UIPropertyMetadata(object defaultValue, method CreateInstance (line 85) | internal override PropertyMetadata CreateInstance() { FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs class Clipboard (line 19) | public static class Clipboard method Clear (line 24) | public static void Clear() => ClipboardCore.Clear().ThrowOnFailure(); method ContainsAudio (line 29) | public static bool ContainsAudio() => ContainsDataInternal(DataFormats... method ContainsData (line 34) | public static bool ContainsData(string format) method ContainsFileDropList (line 43) | public static bool ContainsFileDropList() => ContainsDataInternal(Data... method ContainsImage (line 48) | public static bool ContainsImage() => ContainsDataInternal(DataFormats... method ContainsText (line 54) | public static bool ContainsText() => ContainsDataInternal(DataFormats.... method ContainsText (line 60) | public static bool ContainsText(TextDataFormat format) => !DataFormats... method Flush (line 67) | public static void Flush() => ClipboardCore.Flush().ThrowOnFailure(); method GetAudioStream (line 72) | public static Stream? GetAudioStream() => GetTypedDataIfAvailable GetTypedDataIfAvailable GetText(TextDataFormat.UnicodeText); method GetText (line 127) | public static string GetText(TextDataFormat format) method SetAudio (line 142) | public static void SetAudio(byte[] audioBytes) method SetAudio (line 151) | public static void SetAudio(Stream audioStream) method SetData (line 160) | public static void SetData(string format, object data) method SetFileDropList (line 170) | public static void SetFileDropList(StringCollection fileDropList) => C... method SetImage (line 175) | public static void SetImage(BitmapSource image) method SetText (line 184) | public static void SetText(string text) method SetText (line 193) | public static void SetText(string text, TextDataFormat format) method GetDataObject (line 208) | public static IDataObject? GetDataObject() method IsCurrent (line 222) | public static bool IsCurrent(IDataObject data) method SetDataObject (line 234) | public static void SetDataObject(object data) method SetDataObject (line 250) | public static void SetDataObject(object data, bool copy) method ContainsDataInternal (line 262) | private static bool ContainsDataInternal(string format) => method GetDataInternal (line 268) | private static object? GetDataInternal(string format) => GetDataObject... method SetDataInternal (line 275) | private static void SetDataInternal(string format, object data) method IsDataFormatAutoConvert (line 285) | private static bool IsDataFormatAutoConvert(string format) => method TryGetData (line 440) | [CLSCompliant(false)] method TryGetData (line 476) | public static bool TryGetData( method SetDataAsJson (line 492) | public static void SetDataAsJson(string format, T data) FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/dataobject.cs class DataObject (line 22) | public sealed unsafe partial class DataObject : method Create (line 36) | static DataObject IDataObjectInternal.Create(... method Create (line 37) | static DataObject IDataObjectInternal.Create(... method Create (line 38) | static DataObject IDataObjectInternal.Create(... method Wrap (line 40) | static IDataObjectInternal IDataObjectInternal _innerData = Composition.Create(); method DataObject (line 51) | public DataObject(object data) => _innerData = Composition.Create method DataObject (line 63) | public DataObject(Type format, object data) : this() => method DataObject (line 69) | public DataObject(string format, object data, bool autoConvert) : this... method DataObject (line 82) | internal DataObject(Com.IDataObject* data) => _innerData = Composition... method CreateFromClipboard (line 94) | internal static DataObject CreateFromClipboard(object data) => method DataObject (line 99) | private DataObject(object data, bool doNotUnwrap) : this(data) method TryUnwrapUserDataObject (line 102) | bool IDataObjectInternal.TryUnwrapUserDataObj... method TryUnwrapUserDataObject (line 105) | internal bool TryUnwrapUserDataObject([NotNullWhen(true)] out IDataObj... method GetData (line 130) | public object? GetData(string format, bool autoConvert) => _innerData.... method GetData (line 135) | public object? GetData(string format) => GetData(format, autoConvert: ... method GetData (line 140) | public object? GetData(Type format) => GetData(format.OrThrowIfNull().... method TryGetData (line 143) | [CLSCompliant(false)] method TryGetData (line 156) | public bool TryGetData( method TryGetData (line 162) | public bool TryGetData( method TryGetData (line 167) | public bool TryGetData( method TryGetDataInternal (line 171) | private bool TryGetDataInternal( method GetDataPresent (line 195) | public bool GetDataPresent(Type format) => GetDataPresent(format.OrThr... method GetDataPresent (line 201) | public bool GetDataPresent(string format, bool autoConvert) => _innerD... method GetDataPresent (line 206) | public bool GetDataPresent(string format) => GetDataPresent(format, au... method GetFormats (line 213) | public string[] GetFormats(bool autoConvert) => _innerData.GetFormats(... method GetFormats (line 218) | public string[] GetFormats() => GetFormats(autoConvert: true); method SetData (line 223) | public void SetData(object? data) => _innerData.SetData(data); method SetData (line 228) | public void SetData(string format, object? data) method SetData (line 238) | public void SetData(Type format, object? data) method SetData (line 249) | public void SetData(string format, object? data, bool autoConvert) method SetData (line 257) | void IDataObjectInternal.SetData(string format, bool autoConvert, obje... method ContainsAudio (line 263) | public bool ContainsAudio() => GetDataPresent(DataFormats.WaveAudio, a... method ContainsFileDropList (line 268) | public bool ContainsFileDropList() => GetDataPresent(DataFormats.FileD... method ContainsImage (line 273) | public bool ContainsImage() => GetDataPresent(DataFormats.Bitmap, auto... method ContainsText (line 278) | public bool ContainsText() => ContainsText(TextDataFormat.UnicodeText); method ContainsText (line 283) | public bool ContainsText(TextDataFormat format) method GetAudioStream (line 296) | public Stream? GetAudioStream() => GetData(DataFormats.WaveAudio, auto... method GetFileDropList (line 301) | public StringCollection GetFileDropList() method GetImage (line 315) | public BitmapSource? GetImage() => GetData(DataFormats.Bitmap, autoCon... method GetText (line 320) | public string GetText() => GetText(TextDataFormat.UnicodeText); method GetText (line 325) | public string GetText(TextDataFormat format) method SetAudio (line 339) | public void SetAudio(byte[] audioBytes) method SetAudio (line 348) | public void SetAudio(Stream audioStream) method SetFileDropList (line 357) | public void SetFileDropList(StringCollection fileDropList) method SetImage (line 367) | public void SetImage(BitmapSource image) method SetText (line 376) | public void SetText(string textData) method SetText (line 385) | public void SetText(string textData, TextDataFormat format) method AddCopyingHandler (line 418) | public static void AddCopyingHandler(DependencyObject element, DataObj... method RemoveCopyingHandler (line 428) | public static void RemoveCopyingHandler(DependencyObject element, Data... method AddPastingHandler (line 467) | public static void AddPastingHandler(DependencyObject element, DataObj... method RemovePastingHandler (line 477) | public static void RemovePastingHandler(DependencyObject element, Data... method AddSettingDataHandler (line 498) | public static void AddSettingDataHandler(DependencyObject element, Dat... method RemoveSettingDataHandler (line 508) | public static void RemoveSettingDataHandler(DependencyObject element, ... method DAdvise (line 564) | int ComTypes.IDataObject.DAdvise(ref FORMATETC pFormatetc, ADVF advf, ... method DUnadvise (line 567) | void ComTypes.IDataObject.DUnadvise(int dwConnection) => _innerData.DU... method EnumDAdvise (line 569) | int ComTypes.IDataObject.EnumDAdvise(out IEnumSTATDATA? enumAdvise) => method EnumFormatEtc (line 572) | IEnumFORMATETC ComTypes.IDataObject.EnumFormatEtc(DATADIR dwDirection) => method GetCanonicalFormatEtc (line 575) | int ComTypes.IDataObject.GetCanonicalFormatEtc(ref FORMATETC pformatet... method GetData (line 578) | void ComTypes.IDataObject.GetData(ref FORMATETC formatetc, out STGMEDI... method GetDataHere (line 581) | void ComTypes.IDataObject.GetDataHere(ref FORMATETC formatetc, ref STG... method QueryGetData (line 584) | int ComTypes.IDataObject.QueryGetData(ref FORMATETC formatetc) => method SetData (line 587) | void ComTypes.IDataObject.SetData(ref FORMATETC pFormatetcIn, ref STGM... method DAdvise (line 594) | HRESULT Com.IDataObject.Interface.DAdvise(Com.FORMATETC* pformatetc, u... method DUnadvise (line 597) | HRESULT Com.IDataObject.Interface.DUnadvise(uint dwConnection) => method EnumDAdvise (line 600) | HRESULT Com.IDataObject.Interface.EnumDAdvise(Com.IEnumSTATDATA** ppen... method EnumFormatEtc (line 603) | HRESULT Com.IDataObject.Interface.EnumFormatEtc(uint dwDirection, Com.... method GetData (line 606) | HRESULT Com.IDataObject.Interface.GetData(Com.FORMATETC* pformatetcIn,... method GetDataHere (line 609) | HRESULT Com.IDataObject.Interface.GetDataHere(Com.FORMATETC* pformatet... method QueryGetData (line 612) | HRESULT Com.IDataObject.Interface.QueryGetData(Com.FORMATETC* pformate... method GetCanonicalFormatEtc (line 615) | HRESULT Com.IDataObject.Interface.GetCanonicalFormatEtc(Com.FORMATETC*... method SetData (line 618) | HRESULT Com.IDataObject.Interface.SetData(Com.FORMATETC* pformatetc, C... method SetDataAsJson (line 623) | public void SetDataAsJson(T data) => method SetDataAsJson (line 653) | public void SetDataAsJson(string format, T data) => FILE: src/Microsoft.DotNet.Wpf/src/PresentationCore/ref/PresentationCore.cs class PackageStore (line 8) | public static partial class PackageStore method AddPackage (line 10) | public static void AddPackage(System.Uri uri, System.IO.Packaging.Pack... method GetPackage (line 11) | public static System.IO.Packaging.Package GetPackage(System.Uri uri) {... method RemovePackage (line 12) | public static void RemovePackage(System.Uri uri) { } class PackWebRequest (line 15) | public sealed partial class PackWebRequest : System.Net.WebRequest method PackWebRequest (line 17) | internal PackWebRequest() { } method GetInnerRequest (line 30) | public System.Net.WebRequest GetInnerRequest() { throw null; } method GetRequestStream (line 31) | public override System.IO.Stream GetRequestStream() { throw null; } method GetResponse (line 32) | public override System.Net.WebResponse GetResponse() { throw null; } class PackWebRequestFactory (line 35) | public sealed partial class PackWebRequestFactory : System.Net.IWebReque... method PackWebRequestFactory (line 37) | public PackWebRequestFactory() { } method Create (line 38) | System.Net.WebRequest System.Net.IWebRequestCreate.Create(System.Uri u... class PackWebResponse (line 40) | public sealed partial class PackWebResponse : System.Net.WebResponse method PackWebResponse (line 42) | internal PackWebResponse() { } method Close (line 49) | public override void Close() { } method Dispose (line 50) | protected override void Dispose(bool disposing) { } method GetResponseStream (line 51) | public override System.IO.Stream GetResponseStream() { throw null; } class AutoResizedEventArgs (line 56) | public partial class AutoResizedEventArgs : System.EventArgs method AutoResizedEventArgs (line 58) | public AutoResizedEventArgs(System.Windows.Size size) { } type BaselineAlignment (line 62) | public enum BaselineAlignment class Clipboard (line 76) | public static partial class Clipboard method Clear (line 78) | public static void Clear() { } method ContainsAudio (line 79) | public static bool ContainsAudio() { throw null; } method ContainsData (line 80) | public static bool ContainsData(string format) { throw null; } method ContainsFileDropList (line 81) | public static bool ContainsFileDropList() { throw null; } method ContainsImage (line 82) | public static bool ContainsImage() { throw null; } method ContainsText (line 83) | public static bool ContainsText() { throw null; } method ContainsText (line 84) | public static bool ContainsText(System.Windows.TextDataFormat format) ... method Flush (line 85) | public static void Flush() { } method GetAudioStream (line 86) | public static System.IO.Stream? GetAudioStream() { throw null; } method GetData (line 87) | public static object? GetData(string format) { throw null; } method GetDataObject (line 88) | public static System.Windows.IDataObject? GetDataObject() { throw null; } method GetFileDropList (line 89) | public static System.Collections.Specialized.StringCollection GetFileD... method GetImage (line 90) | public static System.Windows.Media.Imaging.BitmapSource? GetImage() { ... method GetText (line 91) | public static string GetText() { throw null; } method GetText (line 92) | public static string GetText(System.Windows.TextDataFormat format) { t... method IsCurrent (line 93) | public static bool IsCurrent(System.Windows.IDataObject data) { throw ... method SetAudio (line 94) | public static void SetAudio(byte[] audioBytes) { } method SetAudio (line 95) | public static void SetAudio(System.IO.Stream audioStream) { } method SetData (line 96) | public static void SetData(string format, object data) { } method SetDataAsJson (line 97) | public static void SetDataAsJson(string format, T data) { } method SetDataObject (line 98) | public static void SetDataObject(object data) { } method SetDataObject (line 99) | public static void SetDataObject(object data, bool copy) { } method SetFileDropList (line 100) | public static void SetFileDropList(System.Collections.Specialized.Stri... method SetImage (line 101) | public static void SetImage(System.Windows.Media.Imaging.BitmapSource ... method SetText (line 102) | public static void SetText(string text) { } method SetText (line 103) | public static void SetText(string text, System.Windows.TextDataFormat ... method TryGetData (line 104) | [CLSCompliant(false)] method TryGetData (line 106) | public static bool TryGetData(string format, [NotNullWhen(true), Ma... class ContentElement (line 110) | public partial class ContentElement : System.Windows.DependencyObject, S... method ContentElement (line 207) | public ContentElement() { } method AddHandler (line 324) | public void AddHandler(System.Windows.RoutedEvent routedEvent, System.... method AddHandler (line 325) | public void AddHandler(System.Windows.RoutedEvent routedEvent, System.... method AddToEventRoute (line 326) | public void AddToEventRoute(System.Windows.EventRoute route, System.Wi... method ApplyAnimationClock (line 327) | public void ApplyAnimationClock(System.Windows.DependencyProperty dp, ... method ApplyAnimationClock (line 328) | public void ApplyAnimationClock(System.Windows.DependencyProperty dp, ... method BeginAnimation (line 329) | public void BeginAnimation(System.Windows.DependencyProperty dp, Syste... method BeginAnimation (line 330) | public void BeginAnimation(System.Windows.DependencyProperty dp, Syste... method CaptureMouse (line 331) | public bool CaptureMouse() { throw null; } method CaptureStylus (line 332) | public bool CaptureStylus() { throw null; } method CaptureTouch (line 333) | public bool CaptureTouch(System.Windows.Input.TouchDevice touchDevice)... method Focus (line 334) | public bool Focus() { throw null; } method GetAnimationBaseValue (line 335) | public object GetAnimationBaseValue(System.Windows.DependencyProperty ... method GetUIParentCore (line 336) | protected internal virtual System.Windows.DependencyObject GetUIParent... method MoveFocus (line 337) | public virtual bool MoveFocus(System.Windows.Input.TraversalRequest re... method OnCreateAutomationPeer (line 338) | protected virtual System.Windows.Automation.Peers.AutomationPeer OnCre... method OnDragEnter (line 339) | protected internal virtual void OnDragEnter(System.Windows.DragEventAr... method OnDragLeave (line 340) | protected internal virtual void OnDragLeave(System.Windows.DragEventAr... method OnDragOver (line 341) | protected internal virtual void OnDragOver(System.Windows.DragEventArg... method OnDrop (line 342) | protected internal virtual void OnDrop(System.Windows.DragEventArgs e)... method OnGiveFeedback (line 343) | protected internal virtual void OnGiveFeedback(System.Windows.GiveFeed... method OnGotFocus (line 344) | protected virtual void OnGotFocus(System.Windows.RoutedEventArgs e) { } method OnGotKeyboardFocus (line 345) | protected internal virtual void OnGotKeyboardFocus(System.Windows.Inpu... method OnGotMouseCapture (line 346) | protected internal virtual void OnGotMouseCapture(System.Windows.Input... method OnGotStylusCapture (line 347) | protected internal virtual void OnGotStylusCapture(System.Windows.Inpu... method OnGotTouchCapture (line 348) | protected internal virtual void OnGotTouchCapture(System.Windows.Input... method OnIsKeyboardFocusedChanged (line 349) | protected virtual void OnIsKeyboardFocusedChanged(System.Windows.Depen... method OnIsKeyboardFocusWithinChanged (line 350) | protected virtual void OnIsKeyboardFocusWithinChanged(System.Windows.D... method OnIsMouseCapturedChanged (line 351) | protected virtual void OnIsMouseCapturedChanged(System.Windows.Depende... method OnIsMouseCaptureWithinChanged (line 352) | protected virtual void OnIsMouseCaptureWithinChanged(System.Windows.De... method OnIsMouseDirectlyOverChanged (line 353) | protected virtual void OnIsMouseDirectlyOverChanged(System.Windows.Dep... method OnIsStylusCapturedChanged (line 354) | protected virtual void OnIsStylusCapturedChanged(System.Windows.Depend... method OnIsStylusCaptureWithinChanged (line 355) | protected virtual void OnIsStylusCaptureWithinChanged(System.Windows.D... method OnIsStylusDirectlyOverChanged (line 356) | protected virtual void OnIsStylusDirectlyOverChanged(System.Windows.De... method OnKeyDown (line 357) | protected internal virtual void OnKeyDown(System.Windows.Input.KeyEven... method OnKeyUp (line 358) | protected internal virtual void OnKeyUp(System.Windows.Input.KeyEventA... method OnLostFocus (line 359) | protected virtual void OnLostFocus(System.Windows.RoutedEventArgs e) { } method OnLostKeyboardFocus (line 360) | protected internal virtual void OnLostKeyboardFocus(System.Windows.Inp... method OnLostMouseCapture (line 361) | protected internal virtual void OnLostMouseCapture(System.Windows.Inpu... method OnLostStylusCapture (line 362) | protected internal virtual void OnLostStylusCapture(System.Windows.Inp... method OnLostTouchCapture (line 363) | protected internal virtual void OnLostTouchCapture(System.Windows.Inpu... method OnMouseDown (line 364) | protected internal virtual void OnMouseDown(System.Windows.Input.Mouse... method OnMouseEnter (line 365) | protected internal virtual void OnMouseEnter(System.Windows.Input.Mous... method OnMouseLeave (line 366) | protected internal virtual void OnMouseLeave(System.Windows.Input.Mous... method OnMouseLeftButtonDown (line 367) | protected internal virtual void OnMouseLeftButtonDown(System.Windows.I... method OnMouseLeftButtonUp (line 368) | protected internal virtual void OnMouseLeftButtonUp(System.Windows.Inp... method OnMouseMove (line 369) | protected internal virtual void OnMouseMove(System.Windows.Input.Mouse... method OnMouseRightButtonDown (line 370) | protected internal virtual void OnMouseRightButtonDown(System.Windows.... method OnMouseRightButtonUp (line 371) | protected internal virtual void OnMouseRightButtonUp(System.Windows.In... method OnMouseUp (line 372) | protected internal virtual void OnMouseUp(System.Windows.Input.MouseBu... method OnMouseWheel (line 373) | protected internal virtual void OnMouseWheel(System.Windows.Input.Mous... method OnPreviewDragEnter (line 374) | protected internal virtual void OnPreviewDragEnter(System.Windows.Drag... method OnPreviewDragLeave (line 375) | protected internal virtual void OnPreviewDragLeave(System.Windows.Drag... method OnPreviewDragOver (line 376) | protected internal virtual void OnPreviewDragOver(System.Windows.DragE... method OnPreviewDrop (line 377) | protected internal virtual void OnPreviewDrop(System.Windows.DragEvent... method OnPreviewGiveFeedback (line 378) | protected internal virtual void OnPreviewGiveFeedback(System.Windows.G... method OnPreviewGotKeyboardFocus (line 379) | protected internal virtual void OnPreviewGotKeyboardFocus(System.Windo... method OnPreviewKeyDown (line 380) | protected internal virtual void OnPreviewKeyDown(System.Windows.Input.... method OnPreviewKeyUp (line 381) | protected internal virtual void OnPreviewKeyUp(System.Windows.Input.Ke... method OnPreviewLostKeyboardFocus (line 382) | protected internal virtual void OnPreviewLostKeyboardFocus(System.Wind... method OnPreviewMouseDown (line 383) | protected internal virtual void OnPreviewMouseDown(System.Windows.Inpu... method OnPreviewMouseLeftButtonDown (line 384) | protected internal virtual void OnPreviewMouseLeftButtonDown(System.Wi... method OnPreviewMouseLeftButtonUp (line 385) | protected internal virtual void OnPreviewMouseLeftButtonUp(System.Wind... method OnPreviewMouseMove (line 386) | protected internal virtual void OnPreviewMouseMove(System.Windows.Inpu... method OnPreviewMouseRightButtonDown (line 387) | protected internal virtual void OnPreviewMouseRightButtonDown(System.W... method OnPreviewMouseRightButtonUp (line 388) | protected internal virtual void OnPreviewMouseRightButtonUp(System.Win... method OnPreviewMouseUp (line 389) | protected internal virtual void OnPreviewMouseUp(System.Windows.Input.... method OnPreviewMouseWheel (line 390) | protected internal virtual void OnPreviewMouseWheel(System.Windows.Inp... method OnPreviewQueryContinueDrag (line 391) | protected internal virtual void OnPreviewQueryContinueDrag(System.Wind... method OnPreviewStylusButtonDown (line 392) | protected internal virtual void OnPreviewStylusButtonDown(System.Windo... method OnPreviewStylusButtonUp (line 393) | protected internal virtual void OnPreviewStylusButtonUp(System.Windows... method OnPreviewStylusDown (line 394) | protected internal virtual void OnPreviewStylusDown(System.Windows.Inp... method OnPreviewStylusInAirMove (line 395) | protected internal virtual void OnPreviewStylusInAirMove(System.Window... method OnPreviewStylusInRange (line 396) | protected internal virtual void OnPreviewStylusInRange(System.Windows.... method OnPreviewStylusMove (line 397) | protected internal virtual void OnPreviewStylusMove(System.Windows.Inp... method OnPreviewStylusOutOfRange (line 398) | protected internal virtual void OnPreviewStylusOutOfRange(System.Windo... method OnPreviewStylusSystemGesture (line 399) | protected internal virtual void OnPreviewStylusSystemGesture(System.Wi... method OnPreviewStylusUp (line 400) | protected internal virtual void OnPreviewStylusUp(System.Windows.Input... method OnPreviewTextInput (line 401) | protected internal virtual void OnPreviewTextInput(System.Windows.Inpu... method OnPreviewTouchDown (line 402) | protected internal virtual void OnPreviewTouchDown(System.Windows.Inpu... method OnPreviewTouchMove (line 403) | protected internal virtual void OnPreviewTouchMove(System.Windows.Inpu... method OnPreviewTouchUp (line 404) | protected internal virtual void OnPreviewTouchUp(System.Windows.Input.... method OnQueryContinueDrag (line 405) | protected internal virtual void OnQueryContinueDrag(System.Windows.Que... method OnQueryCursor (line 406) | protected internal virtual void OnQueryCursor(System.Windows.Input.Que... method OnStylusButtonDown (line 407) | protected internal virtual void OnStylusButtonDown(System.Windows.Inpu... method OnStylusButtonUp (line 408) | protected internal virtual void OnStylusButtonUp(System.Windows.Input.... method OnStylusDown (line 409) | protected internal virtual void OnStylusDown(System.Windows.Input.Styl... method OnStylusEnter (line 410) | protected internal virtual void OnStylusEnter(System.Windows.Input.Sty... method OnStylusInAirMove (line 411) | protected internal virtual void OnStylusInAirMove(System.Windows.Input... method OnStylusInRange (line 412) | protected internal virtual void OnStylusInRange(System.Windows.Input.S... method OnStylusLeave (line 413) | protected internal virtual void OnStylusLeave(System.Windows.Input.Sty... method OnStylusMove (line 414) | protected internal virtual void OnStylusMove(System.Windows.Input.Styl... method OnStylusOutOfRange (line 415) | protected internal virtual void OnStylusOutOfRange(System.Windows.Inpu... method OnStylusSystemGesture (line 416) | protected internal virtual void OnStylusSystemGesture(System.Windows.I... method OnStylusUp (line 417) | protected internal virtual void OnStylusUp(System.Windows.Input.Stylus... method OnTextInput (line 418) | protected internal virtual void OnTextInput(System.Windows.Input.TextC... method OnTouchDown (line 419) | protected internal virtual void OnTouchDown(System.Windows.Input.Touch... method OnTouchEnter (line 420) | protected internal virtual void OnTouchEnter(System.Windows.Input.Touc... method OnTouchLeave (line 421) | protected internal virtual void OnTouchLeave(System.Windows.Input.Touc... method OnTouchMove (line 422) | protected internal virtual void OnTouchMove(System.Windows.Input.Touch... method OnTouchUp (line 423) | protected internal virtual void OnTouchUp(System.Windows.Input.TouchEv... method PredictFocus (line 424) | public virtual System.Windows.DependencyObject PredictFocus(System.Win... method RaiseEvent (line 425) | public void RaiseEvent(System.Windows.RoutedEventArgs e) { } method ReleaseAllTouchCaptures (line 426) | public void ReleaseAllTouchCaptures() { } method ReleaseMouseCapture (line 427) | public void ReleaseMouseCapture() { } method ReleaseStylusCapture (line 428) | public void ReleaseStylusCapture() { } method ReleaseTouchCapture (line 429) | public bool ReleaseTouchCapture(System.Windows.Input.TouchDevice touch... method RemoveHandler (line 430) | public void RemoveHandler(System.Windows.RoutedEvent routedEvent, Syst... method ShouldSerializeCommandBindings (line 431) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method ShouldSerializeInputBindings (line 433) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... class ContentOperations (line 436) | public static partial class ContentOperations method GetParent (line 438) | public static System.Windows.DependencyObject GetParent(System.Windows... method SetParent (line 439) | public static void SetParent(System.Windows.ContentElement reference, ... class CoreCompatibilityPreferences (line 441) | public static partial class CoreCompatibilityPreferences class CultureInfoIetfLanguageTagConverter (line 446) | public partial class CultureInfoIetfLanguageTagConverter : System.Compon... method CultureInfoIetfLanguageTagConverter (line 448) | public CultureInfoIetfLanguageTagConverter() { } method CanConvertFrom (line 449) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 450) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 451) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 452) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class DataFormat (line 454) | public sealed partial class DataFormat method DataFormat (line 456) | public DataFormat(string name, int id) { } class DataFormats (line 460) | public static partial class DataFormats method GetDataFormat (line 485) | public static System.Windows.DataFormat GetDataFormat(int id) { throw ... method GetDataFormat (line 486) | public static System.Windows.DataFormat GetDataFormat(string format) {... class DataObject (line 490) | public sealed partial class DataObject : System.Runtime.InteropServices.... method DataObject (line 497) | public DataObject() { } method DataObject (line 498) | public DataObject(object data) { } method DataObject (line 499) | public DataObject(string format, object data) { } method DataObject (line 500) | public DataObject(string format, object data, bool autoConvert) { } method DataObject (line 501) | public DataObject(System.Type format, object data) { } method AddCopyingHandler (line 502) | public static void AddCopyingHandler(System.Windows.DependencyObject e... method AddPastingHandler (line 503) | public static void AddPastingHandler(System.Windows.DependencyObject e... method AddSettingDataHandler (line 504) | public static void AddSettingDataHandler(System.Windows.DependencyObje... method ContainsAudio (line 505) | public bool ContainsAudio() { throw null; } method ContainsFileDropList (line 506) | public bool ContainsFileDropList() { throw null; } method ContainsImage (line 507) | public bool ContainsImage() { throw null; } method ContainsText (line 508) | public bool ContainsText() { throw null; } method ContainsText (line 509) | public bool ContainsText(System.Windows.TextDataFormat format) { throw... method GetAudioStream (line 510) | public System.IO.Stream GetAudioStream() { throw null; } method GetData (line 511) | public object? GetData(string format) { throw null; } method GetData (line 512) | public object? GetData(string format, bool autoConvert) { throw null; } method GetData (line 513) | public object? GetData(System.Type format) { throw null; } method GetDataPresent (line 514) | public bool GetDataPresent(string format) { throw null; } method GetDataPresent (line 515) | public bool GetDataPresent(string format, bool autoConvert) { throw nu... method GetDataPresent (line 516) | public bool GetDataPresent(System.Type format) { throw null; } method GetFileDropList (line 517) | public System.Collections.Specialized.StringCollection GetFileDropList... method GetFormats (line 518) | public string[] GetFormats() { throw null; } method GetFormats (line 519) | public string[] GetFormats(bool autoConvert) { throw null; } method GetImage (line 520) | public System.Windows.Media.Imaging.BitmapSource GetImage() { throw nu... method GetText (line 521) | public string GetText() { throw null; } method GetText (line 522) | public string GetText(System.Windows.TextDataFormat format) { throw nu... method RemoveCopyingHandler (line 523) | public static void RemoveCopyingHandler(System.Windows.DependencyObjec... method RemovePastingHandler (line 524) | public static void RemovePastingHandler(System.Windows.DependencyObjec... method RemoveSettingDataHandler (line 525) | public static void RemoveSettingDataHandler(System.Windows.DependencyO... method SetAudio (line 526) | public void SetAudio(byte[] audioBytes) { } method SetAudio (line 527) | public void SetAudio(System.IO.Stream audioStream) { } method SetData (line 528) | public void SetData(object? data) { } method SetData (line 529) | public void SetData(string format, object? data) { } method SetData (line 530) | public void SetData(string format, object? data, bool autoConvert) { } method SetData (line 531) | public void SetData(System.Type format, object? data) { } method SetFileDropList (line 532) | public void SetFileDropList(System.Collections.Specialized.StringColle... method SetImage (line 533) | public void SetImage(System.Windows.Media.Imaging.BitmapSource image) { } method SetText (line 534) | public void SetText(string textData) { } method SetText (line 535) | public void SetText(string textData, System.Windows.TextDataFormat for... method DAdvise (line 536) | int System.Runtime.InteropServices.ComTypes.IDataObject.DAdvise(ref Sy... method DUnadvise (line 537) | void System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise(int... method EnumDAdvise (line 538) | int System.Runtime.InteropServices.ComTypes.IDataObject.EnumDAdvise(ou... method EnumFormatEtc (line 539) | System.Runtime.InteropServices.ComTypes.IEnumFORMATETC System.Runtime.... method GetCanonicalFormatEtc (line 540) | int System.Runtime.InteropServices.ComTypes.IDataObject.GetCanonicalFo... method GetData (line 541) | void System.Runtime.InteropServices.ComTypes.IDataObject.GetData(ref S... method GetDataHere (line 542) | void System.Runtime.InteropServices.ComTypes.IDataObject.GetDataHere(r... method QueryGetData (line 543) | int System.Runtime.InteropServices.ComTypes.IDataObject.QueryGetData(r... method SetData (line 544) | void System.Runtime.InteropServices.ComTypes.IDataObject.SetData(ref S... method TryGetData (line 545) | public bool TryGetData([NotNullWhen(true), MaybeNullWhen(false)] ou... method TryGetData (line 546) | public bool TryGetData(string format, [NotNullWhen(true), MaybeNull... method TryGetData (line 547) | public bool TryGetData(string format, bool autoConvert, [NotNullWhe... method TryGetData (line 548) | [System.CLSCompliant(false)] method SetDataAsJson (line 550) | public void SetDataAsJson(T data) { } method SetDataAsJson (line 551) | public void SetDataAsJson(string format, T data) { } class DataObjectCopyingEventArgs (line 555) | public sealed partial class DataObjectCopyingEventArgs : System.Windows.... method DataObjectCopyingEventArgs (line 557) | public DataObjectCopyingEventArgs(System.Windows.IDataObject dataObjec... method InvokeEventHandler (line 559) | protected override void InvokeEventHandler(System.Delegate genericHand... class DataObjectEventArgs (line 562) | public abstract partial class DataObjectEventArgs : System.Windows.Route... method DataObjectEventArgs (line 564) | internal DataObjectEventArgs() { } method CancelCommand (line 567) | public void CancelCommand() { } class DataObjectExtensions (line 569) | public static class DataObjectExtensions method TryGetData (line 571) | public static bool TryGetData(this IDataObject dataObject, [NotNull... method TryGetData (line 572) | public static bool TryGetData(this IDataObject dataObject, string f... method TryGetData (line 573) | public static bool TryGetData(this IDataObject dataObject, string f... method TryGetData (line 574) | [CLSCompliant(false)] class DataObjectPastingEventArgs (line 577) | public sealed partial class DataObjectPastingEventArgs : System.Windows.... method DataObjectPastingEventArgs (line 579) | public DataObjectPastingEventArgs(System.Windows.IDataObject dataObjec... method InvokeEventHandler (line 583) | protected override void InvokeEventHandler(System.Delegate genericHand... class DataObjectSettingDataEventArgs (line 586) | public sealed partial class DataObjectSettingDataEventArgs : System.Wind... method DataObjectSettingDataEventArgs (line 588) | public DataObjectSettingDataEventArgs(System.Windows.IDataObject dataO... method InvokeEventHandler (line 591) | protected override void InvokeEventHandler(System.Delegate genericHand... class DpiChangedEventArgs (line 594) | public sealed partial class DpiChangedEventArgs : System.Windows.RoutedE... method DpiChangedEventArgs (line 596) | internal DpiChangedEventArgs() { } type DpiScale (line 601) | public partial struct DpiScale method DpiScale (line 603) | public DpiScale(double dpiScaleX, double dpiScaleY) { throw null; } type DragAction (line 610) | public enum DragAction class DragDrop (line 616) | public static partial class DragDrop method AddDragEnterHandler (line 630) | public static void AddDragEnterHandler(System.Windows.DependencyObject... method AddDragLeaveHandler (line 631) | public static void AddDragLeaveHandler(System.Windows.DependencyObject... method AddDragOverHandler (line 632) | public static void AddDragOverHandler(System.Windows.DependencyObject ... method AddDropHandler (line 633) | public static void AddDropHandler(System.Windows.DependencyObject elem... method AddGiveFeedbackHandler (line 634) | public static void AddGiveFeedbackHandler(System.Windows.DependencyObj... method AddPreviewDragEnterHandler (line 635) | public static void AddPreviewDragEnterHandler(System.Windows.Dependenc... method AddPreviewDragLeaveHandler (line 636) | public static void AddPreviewDragLeaveHandler(System.Windows.Dependenc... method AddPreviewDragOverHandler (line 637) | public static void AddPreviewDragOverHandler(System.Windows.Dependency... method AddPreviewDropHandler (line 638) | public static void AddPreviewDropHandler(System.Windows.DependencyObje... method AddPreviewGiveFeedbackHandler (line 639) | public static void AddPreviewGiveFeedbackHandler(System.Windows.Depend... method AddPreviewQueryContinueDragHandler (line 640) | public static void AddPreviewQueryContinueDragHandler(System.Windows.D... method AddQueryContinueDragHandler (line 641) | public static void AddQueryContinueDragHandler(System.Windows.Dependen... method DoDragDrop (line 642) | public static System.Windows.DragDropEffects DoDragDrop(System.Windows... method RemoveDragEnterHandler (line 643) | public static void RemoveDragEnterHandler(System.Windows.DependencyObj... method RemoveDragLeaveHandler (line 644) | public static void RemoveDragLeaveHandler(System.Windows.DependencyObj... method RemoveDragOverHandler (line 645) | public static void RemoveDragOverHandler(System.Windows.DependencyObje... method RemoveDropHandler (line 646) | public static void RemoveDropHandler(System.Windows.DependencyObject e... method RemoveGiveFeedbackHandler (line 647) | public static void RemoveGiveFeedbackHandler(System.Windows.Dependency... method RemovePreviewDragEnterHandler (line 648) | public static void RemovePreviewDragEnterHandler(System.Windows.Depend... method RemovePreviewDragLeaveHandler (line 649) | public static void RemovePreviewDragLeaveHandler(System.Windows.Depend... method RemovePreviewDragOverHandler (line 650) | public static void RemovePreviewDragOverHandler(System.Windows.Depende... method RemovePreviewDropHandler (line 651) | public static void RemovePreviewDropHandler(System.Windows.DependencyO... method RemovePreviewGiveFeedbackHandler (line 652) | public static void RemovePreviewGiveFeedbackHandler(System.Windows.Dep... method RemovePreviewQueryContinueDragHandler (line 653) | public static void RemovePreviewQueryContinueDragHandler(System.Window... method RemoveQueryContinueDragHandler (line 654) | public static void RemoveQueryContinueDragHandler(System.Windows.Depen... type DragDropEffects (line 656) | [System.FlagsAttribute] type DragDropKeyStates (line 666) | [System.FlagsAttribute] class DragEventArgs (line 677) | public sealed partial class DragEventArgs : System.Windows.RoutedEventArgs method DragEventArgs (line 679) | internal DragEventArgs() { } method GetPosition (line 684) | public System.Windows.Point GetPosition(System.Windows.IInputElement r... method InvokeEventHandler (line 685) | protected override void InvokeEventHandler(System.Delegate genericHand... type Duration (line 688) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Dura... method Duration (line 691) | public Duration(System.TimeSpan timeSpan) { throw null; } method Add (line 696) | public System.Windows.Duration Add(System.Windows.Duration duration) {... method Compare (line 697) | public static int Compare(System.Windows.Duration t1, System.Windows.D... method Equals (line 698) | public override bool Equals(object value) { throw null; } method Equals (line 699) | public bool Equals(System.Windows.Duration duration) { throw null; } method Equals (line 700) | public static bool Equals(System.Windows.Duration t1, System.Windows.D... method GetHashCode (line 701) | public override int GetHashCode() { throw null; } method Plus (line 712) | public static System.Windows.Duration Plus(System.Windows.Duration dur... method Subtract (line 713) | public System.Windows.Duration Subtract(System.Windows.Duration durati... method ToString (line 714) | public override string ToString() { throw null; } class DurationConverter (line 716) | public partial class DurationConverter : System.ComponentModel.TypeConve... method DurationConverter (line 718) | public DurationConverter() { } method CanConvertFrom (line 719) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 720) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 721) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 722) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class EventManager (line 724) | public static partial class EventManager method GetRoutedEvents (line 726) | public static System.Windows.RoutedEvent[] GetRoutedEvents() { throw n... method GetRoutedEventsForOwner (line 727) | public static System.Windows.RoutedEvent[] GetRoutedEventsForOwner(Sys... method RegisterClassHandler (line 728) | public static void RegisterClassHandler(System.Type classType, System.... method RegisterClassHandler (line 729) | public static void RegisterClassHandler(System.Type classType, System.... method RegisterRoutedEvent (line 730) | public static System.Windows.RoutedEvent RegisterRoutedEvent(string na... class EventPrivateKey (line 732) | public partial class EventPrivateKey method EventPrivateKey (line 734) | public EventPrivateKey() { } class EventRoute (line 736) | public sealed partial class EventRoute method EventRoute (line 738) | public EventRoute(System.Windows.RoutedEvent routedEvent) { } method Add (line 739) | public void Add(object target, System.Delegate handler, bool handledEv... method PeekBranchNode (line 740) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method PeekBranchSource (line 742) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method PopBranchNode (line 744) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method PushBranchNode (line 746) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... type FlowDirection (line 749) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... type FontCapitals (line 755) | public enum FontCapitals type FontEastAsianLanguage (line 765) | public enum FontEastAsianLanguage type FontEastAsianWidths (line 778) | public enum FontEastAsianWidths type FontFraction (line 787) | public enum FontFraction type FontNumeralAlignment (line 793) | public enum FontNumeralAlignment type FontNumeralStyle (line 799) | public enum FontNumeralStyle type FontStretch (line 805) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Font... method Compare (line 809) | public static int Compare(System.Windows.FontStretch left, System.Wind... method Equals (line 810) | public override bool Equals(object obj) { throw null; } method Equals (line 811) | public bool Equals(System.Windows.FontStretch obj) { throw null; } method FromOpenTypeStretch (line 812) | public static System.Windows.FontStretch FromOpenTypeStretch(int stret... method GetHashCode (line 813) | public override int GetHashCode() { throw null; } method ToString (line 820) | string System.IFormattable.ToString(string format, System.IFormatProvi... method ToOpenTypeStretch (line 821) | public int ToOpenTypeStretch() { throw null; } method ToString (line 822) | public override string ToString() { throw null; } class FontStretchConverter (line 824) | public sealed partial class FontStretchConverter : System.ComponentModel... method FontStretchConverter (line 826) | public FontStretchConverter() { } method CanConvertFrom (line 827) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 828) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 829) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 830) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class FontStretches (line 832) | public static partial class FontStretches type FontStyle (line 845) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Font... method Equals (line 849) | public override bool Equals(object obj) { throw null; } method Equals (line 850) | public bool Equals(System.Windows.FontStyle obj) { throw null; } method GetHashCode (line 851) | public override int GetHashCode() { throw null; } method ToString (line 854) | string System.IFormattable.ToString(string format, System.IFormatProvi... method ToString (line 855) | public override string ToString() { throw null; } class FontStyleConverter (line 857) | public sealed partial class FontStyleConverter : System.ComponentModel.T... method FontStyleConverter (line 859) | public FontStyleConverter() { } method CanConvertFrom (line 860) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 861) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 862) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 863) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class FontStyles (line 865) | public static partial class FontStyles type FontVariants (line 871) | public enum FontVariants type FontWeight (line 880) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Font... method Compare (line 884) | public static int Compare(System.Windows.FontWeight left, System.Windo... method Equals (line 885) | public override bool Equals(object obj) { throw null; } method Equals (line 886) | public bool Equals(System.Windows.FontWeight obj) { throw null; } method FromOpenTypeWeight (line 887) | public static System.Windows.FontWeight FromOpenTypeWeight(int weightV... method GetHashCode (line 888) | public override int GetHashCode() { throw null; } method ToString (line 895) | string System.IFormattable.ToString(string format, System.IFormatProvi... method ToOpenTypeWeight (line 896) | public int ToOpenTypeWeight() { throw null; } method ToString (line 897) | public override string ToString() { throw null; } class FontWeightConverter (line 899) | public sealed partial class FontWeightConverter : System.ComponentModel.... method FontWeightConverter (line 901) | public FontWeightConverter() { } method CanConvertFrom (line 902) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 903) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 904) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 905) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class FontWeights (line 907) | public static partial class FontWeights class FreezableCollection (line 926) | public partial class FreezableCollection : System.Windows.Media.Anima... method FreezableCollection (line 928) | public FreezableCollection() { } method FreezableCollection (line 929) | public FreezableCollection(System.Collections.Generic.IEnumerable c... method FreezableCollection (line 930) | public FreezableCollection(int capacity) { } method Add (line 941) | public void Add(T value) { } method Clear (line 942) | public void Clear() { } method Clone (line 943) | public new System.Windows.FreezableCollection Clone() { throw null; } method CloneCore (line 944) | protected override void CloneCore(System.Windows.Freezable source) { } method CloneCurrentValue (line 945) | public new System.Windows.FreezableCollection CloneCurrentValue() {... method CloneCurrentValueCore (line 946) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method Contains (line 947) | public bool Contains(T value) { throw null; } method CopyTo (line 948) | public void CopyTo(T[] array, int index) { } method CreateInstanceCore (line 949) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method FreezeCore (line 950) | protected override bool FreezeCore(bool isChecking) { throw null; } method GetAsFrozenCore (line 951) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method GetCurrentValueAsFrozenCore (line 952) | protected override void GetCurrentValueAsFrozenCore(System.Windows.Fre... method GetEnumerator (line 953) | public System.Windows.FreezableCollection.Enumerator GetEnumerator(... method IndexOf (line 954) | public int IndexOf(T value) { throw null; } method Insert (line 955) | public void Insert(int index, T value) { } method Remove (line 956) | public bool Remove(T value) { throw null; } method RemoveAt (line 957) | public void RemoveAt(int index) { } method GetEnumerator (line 958) | System.Collections.Generic.IEnumerator System.Collections.Generic.I... method CopyTo (line 959) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method GetEnumerator (line 960) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Add (line 961) | int System.Collections.IList.Add(object value) { throw null; } method Contains (line 962) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 963) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 964) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 965) | void System.Collections.IList.Remove(object value) { } type Enumerator (line 966) | public partial struct Enumerator : System.Collections.Generic.IEnumera... method MoveNext (line 970) | public bool MoveNext() { throw null; } method Reset (line 971) | public void Reset() { } method Dispose (line 972) | void System.IDisposable.Dispose() { } class GiveFeedbackEventArgs (line 975) | public sealed partial class GiveFeedbackEventArgs : System.Windows.Route... method GiveFeedbackEventArgs (line 977) | internal GiveFeedbackEventArgs() { } method InvokeEventHandler (line 980) | protected override void InvokeEventHandler(System.Delegate genericHand... class HwndDpiChangedEventArgs (line 983) | public sealed partial class HwndDpiChangedEventArgs : System.ComponentMo... method HwndDpiChangedEventArgs (line 985) | internal HwndDpiChangedEventArgs() { } type IContentHost (line 991) | public partial interface IContentHost method GetRectangles (line 994) | System.Collections.ObjectModel.ReadOnlyCollection... method InputHitTest (line 995) | System.Windows.IInputElement InputHitTest(System.Windows.Point point); method OnChildDesiredSizeChanged (line 996) | void OnChildDesiredSizeChanged(System.Windows.UIElement child); type IDataObject (line 998) | public partial interface IDataObject method GetData (line 1000) | object GetData(string format); method GetData (line 1001) | object GetData(string format, bool autoConvert); method GetData (line 1002) | object GetData(System.Type format); method GetDataPresent (line 1003) | bool GetDataPresent(string format); method GetDataPresent (line 1004) | bool GetDataPresent(string format, bool autoConvert); method GetDataPresent (line 1005) | bool GetDataPresent(System.Type format); method GetFormats (line 1006) | string[] GetFormats(); method GetFormats (line 1007) | string[] GetFormats(bool autoConvert); method SetData (line 1008) | void SetData(object data); method SetData (line 1009) | void SetData(string format, object data); method SetData (line 1010) | void SetData(string format, object data, bool autoConvert); method SetData (line 1011) | void SetData(System.Type format, object data); type IInputElement (line 1013) | public partial interface IInputElement method AddHandler (line 1073) | void AddHandler(System.Windows.RoutedEvent routedEvent, System.Delegat... method CaptureMouse (line 1074) | bool CaptureMouse(); method CaptureStylus (line 1075) | bool CaptureStylus(); method Focus (line 1076) | bool Focus(); method RaiseEvent (line 1077) | void RaiseEvent(System.Windows.RoutedEventArgs e); method ReleaseMouseCapture (line 1078) | void ReleaseMouseCapture(); method ReleaseStylusCapture (line 1079) | void ReleaseStylusCapture(); method RemoveHandler (line 1080) | void RemoveHandler(System.Windows.RoutedEvent routedEvent, System.Dele... type ITypedDataObject (line 1082) | public interface ITypedDataObject : System.Windows.IDataObject method TryGetData (line 1084) | bool TryGetData([NotNullWhen(true), MaybeNullWhen(false)] out T data); method TryGetData (line 1085) | bool TryGetData(string format, [NotNullWhen(true), MaybeNullWhen(fa... method TryGetData (line 1086) | bool TryGetData(string format, bool autoConvert, [NotNullWhen(true)... method TryGetData (line 1087) | bool TryGetData(string format, Func ... method CopyTo (line 1328) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method GetEnumerator (line 1329) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Add (line 1330) | int System.Collections.IList.Add(object value) { throw null; } method Contains (line 1331) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 1332) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 1333) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 1334) | void System.Collections.IList.Remove(object value) { } method TryRemove (line 1335) | public bool TryRemove(System.Collections.Generic.IEnumerable.Equals(System.... class TouchPointCollection (line 4701) | public partial class TouchPointCollection : System.Collections.ObjectMod... method TouchPointCollection (line 4703) | public TouchPointCollection() { } class DynamicRenderer (line 4708) | public partial class DynamicRenderer : System.Windows.Input.StylusPlugIn... method DynamicRenderer (line 4710) | public DynamicRenderer() { } method GetDispatcher (line 4713) | protected System.Windows.Threading.Dispatcher GetDispatcher() { throw ... method OnAdded (line 4714) | protected override void OnAdded() { } method OnDraw (line 4715) | protected virtual void OnDraw(System.Windows.Media.DrawingContext draw... method OnDrawingAttributesReplaced (line 4716) | protected virtual void OnDrawingAttributesReplaced() { } method OnEnabledChanged (line 4717) | protected override void OnEnabledChanged() { } method OnIsActiveForInputChanged (line 4718) | protected override void OnIsActiveForInputChanged() { } method OnRemoved (line 4719) | protected override void OnRemoved() { } method OnStylusDown (line 4720) | protected override void OnStylusDown(System.Windows.Input.StylusPlugIn... method OnStylusDownProcessed (line 4721) | protected override void OnStylusDownProcessed(object callbackData, boo... method OnStylusEnter (line 4722) | protected override void OnStylusEnter(System.Windows.Input.StylusPlugI... method OnStylusLeave (line 4723) | protected override void OnStylusLeave(System.Windows.Input.StylusPlugI... method OnStylusMove (line 4724) | protected override void OnStylusMove(System.Windows.Input.StylusPlugIn... method OnStylusUp (line 4725) | protected override void OnStylusUp(System.Windows.Input.StylusPlugIns.... method OnStylusUpProcessed (line 4726) | protected override void OnStylusUpProcessed(object callbackData, bool ... method Reset (line 4727) | public virtual void Reset(System.Windows.Input.StylusDevice stylusDevi... class RawStylusInput (line 4729) | public partial class RawStylusInput method RawStylusInput (line 4731) | internal RawStylusInput() { } method GetStylusPoints (line 4735) | public System.Windows.Input.StylusPointCollection GetStylusPoints() { ... method NotifyWhenProcessed (line 4736) | public void NotifyWhenProcessed(object callbackData) { } method SetStylusPoints (line 4737) | public void SetStylusPoints(System.Windows.Input.StylusPointCollection... class StylusPlugIn (line 4739) | public abstract partial class StylusPlugIn method StylusPlugIn (line 4741) | protected StylusPlugIn() { } method OnAdded (line 4746) | protected virtual void OnAdded() { } method OnEnabledChanged (line 4747) | protected virtual void OnEnabledChanged() { } method OnIsActiveForInputChanged (line 4748) | protected virtual void OnIsActiveForInputChanged() { } method OnRemoved (line 4749) | protected virtual void OnRemoved() { } method OnStylusDown (line 4750) | protected virtual void OnStylusDown(System.Windows.Input.StylusPlugIns... method OnStylusDownProcessed (line 4751) | protected virtual void OnStylusDownProcessed(object callbackData, bool... method OnStylusEnter (line 4752) | protected virtual void OnStylusEnter(System.Windows.Input.StylusPlugIn... method OnStylusLeave (line 4753) | protected virtual void OnStylusLeave(System.Windows.Input.StylusPlugIn... method OnStylusMove (line 4754) | protected virtual void OnStylusMove(System.Windows.Input.StylusPlugIns... method OnStylusMoveProcessed (line 4755) | protected virtual void OnStylusMoveProcessed(object callbackData, bool... method OnStylusUp (line 4756) | protected virtual void OnStylusUp(System.Windows.Input.StylusPlugIns.R... method OnStylusUpProcessed (line 4757) | protected virtual void OnStylusUpProcessed(object callbackData, bool t... class StylusPlugInCollection (line 4759) | public sealed partial class StylusPlugInCollection : System.Collections.... method StylusPlugInCollection (line 4761) | internal StylusPlugInCollection() { } method ClearItems (line 4762) | protected override void ClearItems() { } method InsertItem (line 4763) | protected override void InsertItem(int index, System.Windows.Input.Sty... method RemoveItem (line 4764) | protected override void RemoveItem(int index) { } method SetItem (line 4765) | protected override void SetItem(int index, System.Windows.Input.Stylus... class WispTabletDeviceCollection (line 4770) | public partial class WispTabletDeviceCollection : System.Windows.Input.T... method WispTabletDeviceCollection (line 4772) | internal WispTabletDeviceCollection() { } class CursorInteropHelper (line 4777) | public static partial class CursorInteropHelper method Create (line 4779) | public static System.Windows.Input.Cursor Create(System.Runtime.Intero... class D3DImage (line 4781) | public partial class D3DImage : System.Windows.Media.ImageSource method D3DImage (line 4784) | public D3DImage() { } method D3DImage (line 4785) | public D3DImage(double dpiX, double dpiY) { } method AddDirtyRect (line 4793) | public void AddDirtyRect(System.Windows.Int32Rect dirtyRect) { } method Clone (line 4794) | public new System.Windows.Interop.D3DImage Clone() { throw null; } method CloneCore (line 4795) | protected override void CloneCore(System.Windows.Freezable sourceFreez... method CloneCurrentValue (line 4796) | public new System.Windows.Interop.D3DImage CloneCurrentValue() { throw... method CloneCurrentValueCore (line 4797) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method CopyBackBuffer (line 4798) | protected internal virtual System.Windows.Media.Imaging.BitmapSource C... method CreateInstanceCore (line 4799) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method FreezeCore (line 4801) | protected sealed override bool FreezeCore(bool isChecking) { throw nul... method GetAsFrozenCore (line 4802) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method GetCurrentValueAsFrozenCore (line 4803) | protected override void GetCurrentValueAsFrozenCore(System.Windows.Fre... method Lock (line 4804) | public void Lock() { } method SetBackBuffer (line 4805) | public void SetBackBuffer(System.Windows.Interop.D3DResourceType backB... method SetBackBuffer (line 4806) | public void SetBackBuffer(System.Windows.Interop.D3DResourceType backB... method TryLock (line 4807) | public bool TryLock(System.Windows.Duration timeout) { throw null; } method Unlock (line 4808) | public void Unlock() { } type D3DResourceType (line 4810) | public enum D3DResourceType class HwndSource (line 4814) | public partial class HwndSource : System.Windows.PresentationSource, Sys... method HwndSource (line 4816) | public HwndSource(int classStyle, int style, int exStyle, int x, int y... method HwndSource (line 4817) | public HwndSource(int classStyle, int style, int exStyle, int x, int y... method HwndSource (line 4818) | public HwndSource(int classStyle, int style, int exStyle, int x, int y... method HwndSource (line 4819) | public HwndSource(System.Windows.Interop.HwndSourceParameters paramete... method AddHook (line 4836) | public void AddHook(System.Windows.Interop.HwndSourceHook hook) { } method CreateHandleRef (line 4837) | public System.Runtime.InteropServices.HandleRef CreateHandleRef() { th... method Dispose (line 4838) | public void Dispose() { } method FromHwnd (line 4839) | public static System.Windows.Interop.HwndSource FromHwnd(System.IntPtr... method GetCompositionTargetCore (line 4840) | protected override System.Windows.Media.CompositionTarget GetCompositi... method HasFocusWithinCore (line 4841) | protected virtual bool HasFocusWithinCore() { throw null; } method OnDpiChanged (line 4842) | protected virtual void OnDpiChanged(System.Windows.HwndDpiChangedEvent... method OnMnemonicCore (line 4843) | protected virtual bool OnMnemonicCore(ref System.Windows.Interop.MSG m... method RegisterKeyboardInputSinkCore (line 4844) | protected System.Windows.Interop.IKeyboardInputSite RegisterKeyboardIn... method RemoveHook (line 4845) | public void RemoveHook(System.Windows.Interop.HwndSourceHook hook) { } method HasFocusWithin (line 4846) | bool System.Windows.Interop.IKeyboardInputSink.HasFocusWithin() { thro... method OnMnemonic (line 4847) | bool System.Windows.Interop.IKeyboardInputSink.OnMnemonic(ref System.W... method RegisterKeyboardInputSink (line 4848) | System.Windows.Interop.IKeyboardInputSite System.Windows.Interop.IKeyb... method TabInto (line 4849) | bool System.Windows.Interop.IKeyboardInputSink.TabInto(System.Windows.... method TranslateAccelerator (line 4850) | bool System.Windows.Interop.IKeyboardInputSink.TranslateAccelerator(re... method TranslateChar (line 4851) | bool System.Windows.Interop.IKeyboardInputSink.TranslateChar(ref Syste... method TabIntoCore (line 4852) | protected virtual bool TabIntoCore(System.Windows.Input.TraversalReque... method TranslateAcceleratorCore (line 4853) | protected virtual bool TranslateAcceleratorCore(ref System.Windows.Int... method TranslateCharCore (line 4854) | protected virtual bool TranslateCharCore(ref System.Windows.Interop.MS... type HwndSourceParameters (line 4857) | public partial struct HwndSourceParameters method HwndSourceParameters (line 4859) | public HwndSourceParameters(string name) { throw null; } method HwndSourceParameters (line 4860) | public HwndSourceParameters(string name, int width, int height) { thro... method Equals (line 4879) | public override bool Equals(object obj) { throw null; } method Equals (line 4880) | public bool Equals(System.Windows.Interop.HwndSourceParameters obj) { ... method GetHashCode (line 4881) | public override int GetHashCode() { throw null; } method SetPosition (line 4884) | public void SetPosition(int x, int y) { } method SetSize (line 4885) | public void SetSize(int width, int height) { } class HwndTarget (line 4887) | public partial class HwndTarget : System.Windows.Media.CompositionTarget method HwndTarget (line 4889) | public HwndTarget(System.IntPtr hwnd) { } method Dispose (line 4896) | public override void Dispose() { } class Imaging (line 4898) | public static partial class Imaging method CreateBitmapSourceFromHBitmap (line 4900) | public static System.Windows.Media.Imaging.BitmapSource CreateBitmapSo... method CreateBitmapSourceFromHIcon (line 4901) | public static System.Windows.Media.Imaging.BitmapSource CreateBitmapSo... method CreateBitmapSourceFromMemorySection (line 4902) | public static System.Windows.Media.Imaging.BitmapSource CreateBitmapSo... class InteropBitmap (line 4904) | public sealed partial class InteropBitmap : System.Windows.Media.Imaging... method InteropBitmap (line 4906) | internal InteropBitmap() { } method CloneCore (line 4907) | protected override void CloneCore(System.Windows.Freezable sourceFreez... method CloneCurrentValueCore (line 4908) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method CreateInstanceCore (line 4909) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method GetAsFrozenCore (line 4910) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method GetCurrentValueAsFrozenCore (line 4911) | protected override void GetCurrentValueAsFrozenCore(System.Windows.Fre... method Invalidate (line 4912) | public void Invalidate() { } method Invalidate (line 4913) | public void Invalidate(System.Windows.Int32Rect? dirtyRect) { } type IWin32Window (line 4915) | public partial interface IWin32Window type RenderMode (line 4919) | public enum RenderMode type IAddChild (line 4927) | public partial interface IAddChild method AddChild (line 4929) | void AddChild(object value); method AddText (line 4930) | void AddText(string text); type IAddChildInternal (line 4932) | internal interface IAddChildInternal : IAddChild class XmlLanguage (line 4935) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Mark... method XmlLanguage (line 4938) | internal XmlLanguage() { } method GetEquivalentCulture (line 4941) | public System.Globalization.CultureInfo GetEquivalentCulture() { throw... method GetLanguage (line 4942) | public static System.Windows.Markup.XmlLanguage GetLanguage(string iet... method GetSpecificCulture (line 4943) | public System.Globalization.CultureInfo GetSpecificCulture() { throw n... method ToString (line 4944) | public override string ToString() { throw null; } class XmlLanguageConverter (line 4946) | public partial class XmlLanguageConverter : System.ComponentModel.TypeCo... method XmlLanguageConverter (line 4948) | public XmlLanguageConverter() { } method CanConvertFrom (line 4949) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 4950) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 4951) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 4952) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type AlignmentX (line 4957) | public enum AlignmentX type AlignmentY (line 4963) | public enum AlignmentY class ArcSegment (line 4969) | public sealed partial class ArcSegment : System.Windows.Media.PathSegment method ArcSegment (line 4976) | public ArcSegment() { } method ArcSegment (line 4977) | public ArcSegment(System.Windows.Point point, System.Windows.Size size... method Clone (line 4983) | public new System.Windows.Media.ArcSegment Clone() { throw null; } method CloneCurrentValue (line 4984) | public new System.Windows.Media.ArcSegment CloneCurrentValue() { throw... method CreateInstanceCore (line 4985) | protected override System.Windows.Freezable CreateInstanceCore() { thr... class BezierSegment (line 4987) | public sealed partial class BezierSegment : System.Windows.Media.PathSeg... method BezierSegment (line 4992) | public BezierSegment() { } method BezierSegment (line 4993) | public BezierSegment(System.Windows.Point point1, System.Windows.Point... method Clone (line 4997) | public new System.Windows.Media.BezierSegment Clone() { throw null; } method CloneCurrentValue (line 4998) | public new System.Windows.Media.BezierSegment CloneCurrentValue() { th... method CreateInstanceCore (line 4999) | protected override System.Windows.Freezable CreateInstanceCore() { thr... class BitmapCache (line 5001) | public sealed partial class BitmapCache : System.Windows.Media.CacheMode method BitmapCache (line 5006) | public BitmapCache() { } method BitmapCache (line 5007) | public BitmapCache(double renderAtScale) { } method Clone (line 5011) | public new System.Windows.Media.BitmapCache Clone() { throw null; } method CloneCurrentValue (line 5012) | public new System.Windows.Media.BitmapCache CloneCurrentValue() { thro... method CreateInstanceCore (line 5013) | protected override System.Windows.Freezable CreateInstanceCore() { thr... class BitmapCacheBrush (line 5015) | public sealed partial class BitmapCacheBrush : System.Windows.Media.Brush method BitmapCacheBrush (line 5020) | public BitmapCacheBrush() { } method BitmapCacheBrush (line 5021) | public BitmapCacheBrush(System.Windows.Media.Visual visual) { } method Clone (line 5025) | public new System.Windows.Media.BitmapCacheBrush Clone() { throw null; } method CloneCurrentValue (line 5026) | public new System.Windows.Media.BitmapCacheBrush CloneCurrentValue() {... method CreateInstanceCore (line 5027) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method OnPropertyChanged (line 5028) | protected override void OnPropertyChanged(System.Windows.DependencyPro... type BitmapScalingMode (line 5030) | public enum BitmapScalingMode class Brush (line 5039) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Medi... method Brush (line 5047) | protected Brush() { } method Clone (line 5051) | public new System.Windows.Media.Brush Clone() { throw null; } method CloneCurrentValue (line 5052) | public new System.Windows.Media.Brush CloneCurrentValue() { throw null; } method ToString (line 5053) | string System.IFormattable.ToString(string format, System.IFormatProvi... method ToString (line 5054) | public override string ToString() { throw null; } method ToString (line 5055) | public string ToString(System.IFormatProvider provider) { throw null; } class BrushConverter (line 5057) | public sealed partial class BrushConverter : System.ComponentModel.TypeC... method BrushConverter (line 5059) | public BrushConverter() { } method CanConvertFrom (line 5060) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 5061) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 5062) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 5063) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class Brushes (line 5065) | public sealed partial class Brushes method Brushes (line 5067) | internal Brushes() { } type BrushMappingMode (line 5210) | public enum BrushMappingMode class CacheMode (line 5215) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Medi... method CacheMode (line 5219) | internal CacheMode() { } method Clone (line 5220) | public new System.Windows.Media.CacheMode Clone() { throw null; } method CloneCurrentValue (line 5221) | public new System.Windows.Media.CacheMode CloneCurrentValue() { throw ... class CacheModeConverter (line 5223) | public sealed partial class CacheModeConverter : System.ComponentModel.T... method CacheModeConverter (line 5225) | public CacheModeConverter() { } method CanConvertFrom (line 5226) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 5227) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 5228) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 5229) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type CachingHint (line 5231) | public enum CachingHint class CharacterMetrics (line 5236) | public partial class CharacterMetrics method CharacterMetrics (line 5238) | public CharacterMetrics() { } method CharacterMetrics (line 5239) | public CharacterMetrics(string metrics) { } method Equals (line 5248) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 5249) | public override int GetHashCode() { throw null; } class CharacterMetricsDictionary (line 5251) | public sealed partial class CharacterMetricsDictionary : System.Collecti... method CharacterMetricsDictionary (line 5253) | internal CharacterMetricsDictionary() { } method Add (line 5267) | [System.CLSCompliantAttribute(false)] method Add (line 5269) | public void Add(int key, System.Windows.Media.CharacterMetrics value) { } method Clear (line 5270) | public void Clear() { } method Contains (line 5271) | [System.CLSCompliantAttribute(false)] method ContainsKey (line 5273) | public bool ContainsKey(int key) { throw null; } method CopyTo (line 5274) | [System.CLSCompliantAttribute(false)] method GetEnumerator (line 5276) | [System.CLSCompliantAttribute(false)] method Remove (line 5278) | [System.CLSCompliantAttribute(false)] method Remove (line 5280) | public bool Remove(int key) { throw null; } method CopyTo (line 5281) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method Add (line 5282) | void System.Collections.IDictionary.Add(object key, object value) { } method Contains (line 5283) | bool System.Collections.IDictionary.Contains(object key) { throw null; } method GetEnumerator (line 5284) | System.Collections.IDictionaryEnumerator System.Collections.IDictionar... method Remove (line 5285) | void System.Collections.IDictionary.Remove(object key) { } method GetEnumerator (line 5286) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method TryGetValue (line 5287) | public bool TryGetValue(int key, out System.Windows.Media.CharacterMet... type ClearTypeHint (line 5289) | public enum ClearTypeHint type Color (line 5294) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Medi... method Add (line 5307) | public static System.Windows.Media.Color Add(System.Windows.Media.Colo... method AreClose (line 5308) | public static bool AreClose(System.Windows.Media.Color color1, System.... method Clamp (line 5309) | public void Clamp() { } method Equals (line 5310) | public override bool Equals(object o) { throw null; } method Equals (line 5311) | public bool Equals(System.Windows.Media.Color color) { throw null; } method Equals (line 5312) | public static bool Equals(System.Windows.Media.Color color1, System.Wi... method FromArgb (line 5313) | public static System.Windows.Media.Color FromArgb(byte a, byte r, byte... method FromAValues (line 5314) | public static System.Windows.Media.Color FromAValues(float a, float[] ... method FromRgb (line 5315) | public static System.Windows.Media.Color FromRgb(byte r, byte g, byte ... method FromScRgb (line 5316) | public static System.Windows.Media.Color FromScRgb(float a, float r, f... method FromValues (line 5317) | public static System.Windows.Media.Color FromValues(float[] values, Sy... method GetHashCode (line 5318) | public override int GetHashCode() { throw null; } method GetNativeColorValues (line 5319) | public float[] GetNativeColorValues() { throw null; } method Multiply (line 5320) | public static System.Windows.Media.Color Multiply(System.Windows.Media... method Subtract (line 5326) | public static System.Windows.Media.Color Subtract(System.Windows.Media... method ToString (line 5327) | string System.IFormattable.ToString(string format, System.IFormatProvi... method ToString (line 5328) | public override string ToString() { throw null; } method ToString (line 5329) | public string ToString(System.IFormatProvider provider) { throw null; } class ColorContext (line 5331) | public partial class ColorContext method ColorContext (line 5333) | public ColorContext(System.Uri profileUri) { } method ColorContext (line 5334) | public ColorContext(System.Windows.Media.PixelFormat pixelFormat) { } method Equals (line 5336) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 5337) | public override int GetHashCode() { throw null; } method OpenProfileStream (line 5338) | public System.IO.Stream OpenProfileStream() { throw null; } class ColorConverter (line 5342) | public sealed partial class ColorConverter : System.ComponentModel.TypeC... method ColorConverter (line 5344) | public ColorConverter() { } method CanConvertFrom (line 5345) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 5346) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 5347) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertFromString (line 5348) | public static new object ConvertFromString(string value) { throw null; } method ConvertTo (line 5349) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type ColorInterpolationMode (line 5351) | public enum ColorInterpolationMode class Colors (line 5356) | public sealed partial class Colors method Colors (line 5358) | internal Colors() { } class CombinedGeometry (line 5501) | public sealed partial class CombinedGeometry : System.Windows.Media.Geom... method CombinedGeometry (line 5506) | public CombinedGeometry() { } method CombinedGeometry (line 5507) | public CombinedGeometry(System.Windows.Media.Geometry geometry1, Syste... method CombinedGeometry (line 5508) | public CombinedGeometry(System.Windows.Media.GeometryCombineMode geome... method CombinedGeometry (line 5509) | public CombinedGeometry(System.Windows.Media.GeometryCombineMode geome... method Clone (line 5514) | public new System.Windows.Media.CombinedGeometry Clone() { throw null; } method CloneCurrentValue (line 5515) | public new System.Windows.Media.CombinedGeometry CloneCurrentValue() {... method CreateInstanceCore (line 5516) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method GetArea (line 5517) | public override double GetArea(double tolerance, System.Windows.Media.... method IsEmpty (line 5518) | public override bool IsEmpty() { throw null; } method MayHaveCurves (line 5519) | public override bool MayHaveCurves() { throw null; } class CompositionTarget (line 5521) | public abstract partial class CompositionTarget : System.Windows.Threadi... method CompositionTarget (line 5523) | internal CompositionTarget() { } method Dispose (line 5528) | public virtual void Dispose() { } class ContainerVisual (line 5530) | public partial class ContainerVisual : System.Windows.Media.Visual method ContainerVisual (line 5532) | public ContainerVisual() { } method GetVisualChild (line 5553) | protected sealed override System.Windows.Media.Visual GetVisualChild(i... method HitTest (line 5554) | public void HitTest(System.Windows.Media.HitTestFilterCallback filterC... method HitTest (line 5555) | public System.Windows.Media.HitTestResult HitTest(System.Windows.Point... class DashStyle (line 5557) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method DashStyle (line 5562) | public DashStyle() { } method DashStyle (line 5563) | public DashStyle(System.Collections.Generic.IEnumerable dashes... method Clone (line 5566) | public new System.Windows.Media.DashStyle Clone() { throw null; } method CloneCurrentValue (line 5567) | public new System.Windows.Media.DashStyle CloneCurrentValue() { throw ... method CreateInstanceCore (line 5568) | protected override System.Windows.Freezable CreateInstanceCore() { thr... class DashStyles (line 5570) | public static partial class DashStyles class DoubleCollection (line 5578) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Medi... method DoubleCollection (line 5582) | public DoubleCollection() { } method DoubleCollection (line 5583) | public DoubleCollection(System.Collections.Generic.IEnumerable... method DoubleCollection (line 5584) | public DoubleCollection(int capacity) { } method Add (line 5593) | public void Add(double value) { } method Clear (line 5594) | public void Clear() { } method Clone (line 5595) | public new System.Windows.Media.DoubleCollection Clone() { throw null; } method CloneCore (line 5596) | protected override void CloneCore(System.Windows.Freezable source) { } method CloneCurrentValue (line 5597) | public new System.Windows.Media.DoubleCollection CloneCurrentValue() {... method CloneCurrentValueCore (line 5598) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method Contains (line 5599) | public bool Contains(double value) { throw null; } method CopyTo (line 5600) | public void CopyTo(double[] array, int index) { } method CreateInstanceCore (line 5601) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method GetAsFrozenCore (line 5602) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method GetCurrentValueAsFrozenCore (line 5603) | protected override void GetCurrentValueAsFrozenCore(System.Windows.Fre... method GetEnumerator (line 5604) | public System.Windows.Media.DoubleCollection.Enumerator GetEnumerator(... method IndexOf (line 5605) | public int IndexOf(double value) { throw null; } method Insert (line 5606) | public void Insert(int index, double value) { } method Parse (line 5607) | public static System.Windows.Media.DoubleCollection Parse(string sourc... method Remove (line 5608) | public bool Remove(double value) { throw null; } method RemoveAt (line 5609) | public void RemoveAt(int index) { } method GetEnumerator (line 5610) | System.Collections.Generic.IEnumerator System.Collections.Gene... method CopyTo (line 5611) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method GetEnumerator (line 5612) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Add (line 5613) | int System.Collections.IList.Add(object value) { throw null; } method Contains (line 5614) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 5615) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 5616) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 5617) | void System.Collections.IList.Remove(object value) { } method ToString (line 5618) | string System.IFormattable.ToString(string format, System.IFormatProvi... method ToString (line 5619) | public override string ToString() { throw null; } method ToString (line 5620) | public string ToString(System.IFormatProvider provider) { throw null; } type Enumerator (line 5621) | public partial struct Enumerator : System.Collections.Generic.IEnumera... method MoveNext (line 5625) | public bool MoveNext() { throw null; } method Reset (line 5626) | public void Reset() { } method Dispose (line 5627) | void System.IDisposable.Dispose() { } class DoubleCollectionConverter (line 5630) | public sealed partial class DoubleCollectionConverter : System.Component... method DoubleCollectionConverter (line 5632) | public DoubleCollectionConverter() { } method CanConvertFrom (line 5633) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 5634) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 5635) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 5636) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class Drawing (line 5638) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method Drawing (line 5641) | internal Drawing() { } method Clone (line 5643) | public new System.Windows.Media.Drawing Clone() { throw null; } method CloneCurrentValue (line 5644) | public new System.Windows.Media.Drawing CloneCurrentValue() { throw nu... class DrawingBrush (line 5646) | public sealed partial class DrawingBrush : System.Windows.Media.TileBrush method DrawingBrush (line 5649) | public DrawingBrush() { } method DrawingBrush (line 5650) | public DrawingBrush(System.Windows.Media.Drawing drawing) { } method Clone (line 5652) | public new System.Windows.Media.DrawingBrush Clone() { throw null; } method CloneCurrentValue (line 5653) | public new System.Windows.Media.DrawingBrush CloneCurrentValue() { thr... method CreateInstanceCore (line 5654) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method GetContentBounds (line 5655) | protected override void GetContentBounds(out System.Windows.Rect conte... class DrawingCollection (line 5657) | public sealed partial class DrawingCollection : System.Windows.Media.Ani... method DrawingCollection (line 5659) | public DrawingCollection() { } method DrawingCollection (line 5660) | public DrawingCollection(System.Collections.Generic.IEnumerable S... method CopyTo (line 5688) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method GetEnumerator (line 5689) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Add (line 5690) | int System.Collections.IList.Add(object value) { throw null; } method Contains (line 5691) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 5692) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 5693) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 5694) | void System.Collections.IList.Remove(object value) { } type Enumerator (line 5695) | public partial struct Enumerator : System.Collections.Generic.IEnumera... method MoveNext (line 5699) | public bool MoveNext() { throw null; } method Reset (line 5700) | public void Reset() { } method Dispose (line 5701) | void System.IDisposable.Dispose() { } class DrawingContext (line 5704) | public abstract partial class DrawingContext : System.Windows.Threading.... method DrawingContext (line 5706) | internal DrawingContext() { } method Close (line 5707) | public abstract void Close(); method DisposeCore (line 5708) | protected abstract void DisposeCore(); method DrawDrawing (line 5709) | public abstract void DrawDrawing(System.Windows.Media.Drawing drawing); method DrawEllipse (line 5710) | public abstract void DrawEllipse(System.Windows.Media.Brush brush, Sys... method DrawEllipse (line 5711) | public abstract void DrawEllipse(System.Windows.Media.Brush brush, Sys... method DrawGeometry (line 5712) | public abstract void DrawGeometry(System.Windows.Media.Brush brush, Sy... method DrawGlyphRun (line 5713) | public abstract void DrawGlyphRun(System.Windows.Media.Brush foregroun... method DrawImage (line 5714) | public abstract void DrawImage(System.Windows.Media.ImageSource imageS... method DrawImage (line 5715) | public abstract void DrawImage(System.Windows.Media.ImageSource imageS... method DrawLine (line 5716) | public abstract void DrawLine(System.Windows.Media.Pen pen, System.Win... method DrawLine (line 5717) | public abstract void DrawLine(System.Windows.Media.Pen pen, System.Win... method DrawRectangle (line 5718) | public abstract void DrawRectangle(System.Windows.Media.Brush brush, S... method DrawRectangle (line 5719) | public abstract void DrawRectangle(System.Windows.Media.Brush brush, S... method DrawRoundedRectangle (line 5720) | public abstract void DrawRoundedRectangle(System.Windows.Media.Brush b... method DrawRoundedRectangle (line 5721) | public abstract void DrawRoundedRectangle(System.Windows.Media.Brush b... method DrawText (line 5722) | public void DrawText(System.Windows.Media.FormattedText formattedText,... method DrawVideo (line 5723) | public abstract void DrawVideo(System.Windows.Media.MediaPlayer player... method DrawVideo (line 5724) | public abstract void DrawVideo(System.Windows.Media.MediaPlayer player... method Pop (line 5725) | public abstract void Pop(); method PushClip (line 5726) | public abstract void PushClip(System.Windows.Media.Geometry clipGeomet... method PushEffect (line 5727) | [System.ObsoleteAttribute("BitmapEffects are deprecated and no longer ... method PushGuidelineSet (line 5729) | public abstract void PushGuidelineSet(System.Windows.Media.GuidelineSe... method PushOpacity (line 5730) | public abstract void PushOpacity(double opacity); method PushOpacity (line 5731) | public abstract void PushOpacity(double opacity, System.Windows.Media.... method PushOpacityMask (line 5732) | public abstract void PushOpacityMask(System.Windows.Media.Brush opacit... method PushTransform (line 5733) | public abstract void PushTransform(System.Windows.Media.Transform tran... method Dispose (line 5734) | void System.IDisposable.Dispose() { } method VerifyApiNonstructuralChange (line 5735) | protected virtual void VerifyApiNonstructuralChange() { } class DrawingGroup (line 5737) | [System.Windows.Markup.ContentPropertyAttribute("Children")] method DrawingGroup (line 5748) | public DrawingGroup() { } method Append (line 5757) | public System.Windows.Media.DrawingContext Append() { throw null; } method Clone (line 5758) | public new System.Windows.Media.DrawingGroup Clone() { throw null; } method CloneCurrentValue (line 5759) | public new System.Windows.Media.DrawingGroup CloneCurrentValue() { thr... method CreateInstanceCore (line 5760) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method Open (line 5761) | public System.Windows.Media.DrawingContext Open() { throw null; } class DrawingImage (line 5763) | public sealed partial class DrawingImage : System.Windows.Media.ImageSource method DrawingImage (line 5766) | public DrawingImage() { } method DrawingImage (line 5767) | public DrawingImage(System.Windows.Media.Drawing drawing) { } method Clone (line 5772) | public new System.Windows.Media.DrawingImage Clone() { throw null; } method CloneCurrentValue (line 5773) | public new System.Windows.Media.DrawingImage CloneCurrentValue() { thr... method CreateInstanceCore (line 5774) | protected override System.Windows.Freezable CreateInstanceCore() { thr... class DrawingVisual (line 5776) | public partial class DrawingVisual : System.Windows.Media.ContainerVisual method DrawingVisual (line 5778) | public DrawingVisual() { } method HitTestCore (line 5780) | protected override System.Windows.Media.GeometryHitTestResult HitTestC... method HitTestCore (line 5781) | protected override System.Windows.Media.HitTestResult HitTestCore(Syst... method RenderOpen (line 5782) | public System.Windows.Media.DrawingContext RenderOpen() { throw null; } type EdgeMode (line 5784) | public enum EdgeMode class EllipseGeometry (line 5789) | public sealed partial class EllipseGeometry : System.Windows.Media.Geometry method EllipseGeometry (line 5794) | public EllipseGeometry() { } method EllipseGeometry (line 5795) | public EllipseGeometry(System.Windows.Point center, double radiusX, do... method EllipseGeometry (line 5796) | public EllipseGeometry(System.Windows.Point center, double radiusX, do... method EllipseGeometry (line 5797) | public EllipseGeometry(System.Windows.Rect rect) { } method Clone (line 5802) | public new System.Windows.Media.EllipseGeometry Clone() { throw null; } method CloneCurrentValue (line 5803) | public new System.Windows.Media.EllipseGeometry CloneCurrentValue() { ... method CreateInstanceCore (line 5804) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method GetArea (line 5805) | public override double GetArea(double tolerance, System.Windows.Media.... method IsEmpty (line 5806) | public override bool IsEmpty() { throw null; } method MayHaveCurves (line 5807) | public override bool MayHaveCurves() { throw null; } class ExceptionEventArgs (line 5809) | public sealed partial class ExceptionEventArgs : System.EventArgs method ExceptionEventArgs (line 5811) | internal ExceptionEventArgs() { } class FamilyTypeface (line 5814) | public partial class FamilyTypeface method FamilyTypeface (line 5816) | public FamilyTypeface() { } method Equals (line 5830) | public override bool Equals(object o) { throw null; } method Equals (line 5831) | public bool Equals(System.Windows.Media.FamilyTypeface typeface) { thr... method GetHashCode (line 5832) | public override int GetHashCode() { throw null; } class FamilyTypefaceCollection (line 5834) | public sealed partial class FamilyTypefaceCollection : System.Collection... method FamilyTypefaceCollection (line 5836) | internal FamilyTypefaceCollection() { } method Add (line 5844) | public void Add(System.Windows.Media.FamilyTypeface item) { } method Clear (line 5845) | public void Clear() { } method Contains (line 5846) | public bool Contains(System.Windows.Media.FamilyTypeface item) { throw... method CopyTo (line 5847) | public void CopyTo(System.Windows.Media.FamilyTypeface[] array, int in... method GetEnumerator (line 5848) | public System.Collections.Generic.IEnumerator ... method CopyTo (line 6186) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method GetEnumerator (line 6187) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Add (line 6188) | int System.Collections.IList.Add(object value) { throw null; } method Contains (line 6189) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 6190) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 6191) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 6192) | void System.Collections.IList.Remove(object value) { } type Enumerator (line 6193) | public partial struct Enumerator : System.Collections.Generic.IEnumera... method MoveNext (line 6197) | public bool MoveNext() { throw null; } method Reset (line 6198) | public void Reset() { } method Dispose (line 6199) | void System.IDisposable.Dispose() { } type GeometryCombineMode (line 6202) | public enum GeometryCombineMode class GeometryConverter (line 6209) | public sealed partial class GeometryConverter : System.ComponentModel.Ty... method GeometryConverter (line 6211) | public GeometryConverter() { } method CanConvertFrom (line 6212) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 6213) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 6214) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 6215) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class GeometryDrawing (line 6217) | public sealed partial class GeometryDrawing : System.Windows.Media.Drawing method GeometryDrawing (line 6222) | public GeometryDrawing() { } method GeometryDrawing (line 6223) | public GeometryDrawing(System.Windows.Media.Brush brush, System.Window... method Clone (line 6227) | public new System.Windows.Media.GeometryDrawing Clone() { throw null; } method CloneCurrentValue (line 6228) | public new System.Windows.Media.GeometryDrawing CloneCurrentValue() { ... method CreateInstanceCore (line 6229) | protected override System.Windows.Freezable CreateInstanceCore() { thr... class GeometryGroup (line 6231) | [System.Windows.Markup.ContentPropertyAttribute("Children")] method GeometryGroup (line 6236) | public GeometryGroup() { } method Clone (line 6239) | public new System.Windows.Media.GeometryGroup Clone() { throw null; } method CloneCurrentValue (line 6240) | public new System.Windows.Media.GeometryGroup CloneCurrentValue() { th... method CreateInstanceCore (line 6241) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method IsEmpty (line 6242) | public override bool IsEmpty() { throw null; } method MayHaveCurves (line 6243) | public override bool MayHaveCurves() { throw null; } class GeometryHitTestParameters (line 6245) | public partial class GeometryHitTestParameters : System.Windows.Media.Hi... method GeometryHitTestParameters (line 6247) | public GeometryHitTestParameters(System.Windows.Media.Geometry geometr... class GeometryHitTestResult (line 6250) | public partial class GeometryHitTestResult : System.Windows.Media.HitTes... method GeometryHitTestResult (line 6252) | public GeometryHitTestResult(System.Windows.Media.Visual visualHit, Sy... class GlyphRun (line 6256) | public partial class GlyphRun : System.ComponentModel.ISupportInitialize method GlyphRun (line 6258) | [System.ObsoleteAttribute("Use the PixelsPerDip override", false)] method GlyphRun (line 6260) | public GlyphRun(float pixelsPerDip) { } method GlyphRun (line 6261) | [System.CLSCompliantAttribute(false)] method GlyphRun (line 6264) | [System.CLSCompliantAttribute(false)] method BuildGeometry (line 6293) | public System.Windows.Media.Geometry BuildGeometry() { throw null; } method ComputeAlignmentBox (line 6294) | public System.Windows.Rect ComputeAlignmentBox() { throw null; } method ComputeInkBoundingBox (line 6295) | public System.Windows.Rect ComputeInkBoundingBox() { throw null; } method GetCaretCharacterHitFromDistance (line 6296) | public System.Windows.Media.TextFormatting.CharacterHit GetCaretCharac... method GetDistanceFromCaretCharacterHit (line 6297) | public double GetDistanceFromCaretCharacterHit(System.Windows.Media.Te... method GetNextCaretCharacterHit (line 6298) | public System.Windows.Media.TextFormatting.CharacterHit GetNextCaretCh... method GetPreviousCaretCharacterHit (line 6299) | public System.Windows.Media.TextFormatting.CharacterHit GetPreviousCar... method BeginInit (line 6300) | void System.ComponentModel.ISupportInitialize.BeginInit() { } method EndInit (line 6301) | void System.ComponentModel.ISupportInitialize.EndInit() { } class GlyphRunDrawing (line 6303) | public sealed partial class GlyphRunDrawing : System.Windows.Media.Drawing method GlyphRunDrawing (line 6307) | public GlyphRunDrawing() { } method GlyphRunDrawing (line 6308) | public GlyphRunDrawing(System.Windows.Media.Brush foregroundBrush, Sys... method Clone (line 6311) | public new System.Windows.Media.GlyphRunDrawing Clone() { throw null; } method CloneCurrentValue (line 6312) | public new System.Windows.Media.GlyphRunDrawing CloneCurrentValue() { ... method CreateInstanceCore (line 6313) | protected override System.Windows.Freezable CreateInstanceCore() { thr... class GlyphTypeface (line 6315) | public partial class GlyphTypeface : System.ComponentModel.ISupportIniti... method GlyphTypeface (line 6317) | public GlyphTypeface() { } method GlyphTypeface (line 6318) | public GlyphTypeface(System.Uri typefaceSource) { } method GlyphTypeface (line 6319) | public GlyphTypeface(System.Uri typefaceSource, System.Windows.Media.S... method ComputeSubset (line 6359) | [System.CLSCompliantAttribute(false)] method Equals (line 6361) | public override bool Equals(object o) { throw null; } method GetFontStream (line 6362) | public System.IO.Stream GetFontStream() { throw null; } method GetGlyphOutline (line 6363) | [System.CLSCompliantAttribute(false)] method GetHashCode (line 6365) | public override int GetHashCode() { throw null; } method BeginInit (line 6366) | void System.ComponentModel.ISupportInitialize.BeginInit() { } method EndInit (line 6367) | void System.ComponentModel.ISupportInitialize.EndInit() { } class GradientBrush (line 6369) | [System.Windows.Markup.ContentPropertyAttribute("GradientStops")] method GradientBrush (line 6376) | protected GradientBrush() { } method GradientBrush (line 6377) | protected GradientBrush(System.Windows.Media.GradientStopCollection gr... method Clone (line 6382) | public new System.Windows.Media.GradientBrush Clone() { throw null; } method CloneCurrentValue (line 6383) | public new System.Windows.Media.GradientBrush CloneCurrentValue() { th... type GradientSpreadMethod (line 6385) | public enum GradientSpreadMethod class GradientStop (line 6391) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method GradientStop (line 6396) | public GradientStop() { } method GradientStop (line 6397) | public GradientStop(System.Windows.Media.Color color, double offset) { } method Clone (line 6400) | public new System.Windows.Media.GradientStop Clone() { throw null; } method CloneCurrentValue (line 6401) | public new System.Windows.Media.GradientStop CloneCurrentValue() { thr... method CreateInstanceCore (line 6402) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method ToString (line 6403) | string System.IFormattable.ToString(string format, System.IFormatProvi... method ToString (line 6404) | public override string ToString() { throw null; } method ToString (line 6405) | public string ToString(System.IFormatProvider provider) { throw null; } class GradientStopCollection (line 6407) | public sealed partial class GradientStopCollection : System.Windows.Medi... method GradientStopCollection (line 6409) | public GradientStopCollection() { } method GradientStopCollection (line 6410) | public GradientStopCollection(System.Collections.Generic.IEnumerable col... method Int32Collection (line 6566) | public Int32Collection(int capacity) { } method Add (line 6575) | public void Add(int value) { } method Clear (line 6576) | public void Clear() { } method Clone (line 6577) | public new System.Windows.Media.Int32Collection Clone() { throw null; } method CloneCore (line 6578) | protected override void CloneCore(System.Windows.Freezable source) { } method CloneCurrentValue (line 6579) | public new System.Windows.Media.Int32Collection CloneCurrentValue() { ... method CloneCurrentValueCore (line 6580) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method Contains (line 6581) | public bool Contains(int value) { throw null; } method CopyTo (line 6582) | public void CopyTo(int[] array, int index) { } method CreateInstanceCore (line 6583) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method GetAsFrozenCore (line 6584) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method GetCurrentValueAsFrozenCore (line 6585) | protected override void GetCurrentValueAsFrozenCore(System.Windows.Fre... method GetEnumerator (line 6586) | public System.Windows.Media.Int32Collection.Enumerator GetEnumerator()... method IndexOf (line 6587) | public int IndexOf(int value) { throw null; } method Insert (line 6588) | public void Insert(int index, int value) { } method Parse (line 6589) | public static System.Windows.Media.Int32Collection Parse(string source... method Remove (line 6590) | public bool Remove(int value) { throw null; } method RemoveAt (line 6591) | public void RemoveAt(int index) { } method GetEnumerator (line 6592) | System.Collections.Generic.IEnumerator System.Collections.Generic... method CopyTo (line 6593) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method GetEnumerator (line 6594) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Add (line 6595) | int System.Collections.IList.Add(object value) { throw null; } method Contains (line 6596) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 6597) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 6598) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 6599) | void System.Collections.IList.Remove(object value) { } method ToString (line 6600) | string System.IFormattable.ToString(string format, System.IFormatProvi... method ToString (line 6601) | public override string ToString() { throw null; } method ToString (line 6602) | public string ToString(System.IFormatProvider provider) { throw null; } type Enumerator (line 6603) | public partial struct Enumerator : System.Collections.Generic.IEnumera... method MoveNext (line 6607) | public bool MoveNext() { throw null; } method Reset (line 6608) | public void Reset() { } method Dispose (line 6609) | void System.IDisposable.Dispose() { } class Int32CollectionConverter (line 6612) | public sealed partial class Int32CollectionConverter : System.ComponentM... method Int32CollectionConverter (line 6614) | public Int32CollectionConverter() { } method CanConvertFrom (line 6615) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 6616) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 6617) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 6618) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type IntersectionDetail (line 6620) | public enum IntersectionDetail class InvalidWmpVersionException (line 6628) | public partial class InvalidWmpVersionException : System.SystemException method InvalidWmpVersionException (line 6630) | public InvalidWmpVersionException() { } method InvalidWmpVersionException (line 6631) | protected InvalidWmpVersionException(System.Runtime.Serialization.Seri... method InvalidWmpVersionException (line 6632) | public InvalidWmpVersionException(string message) { } method InvalidWmpVersionException (line 6633) | public InvalidWmpVersionException(string message, System.Exception inn... class LanguageSpecificStringDictionary (line 6635) | public sealed partial class LanguageSpecificStringDictionary : System.Co... method LanguageSpecificStringDictionary (line 6637) | internal LanguageSpecificStringDictionary() { } method Add (line 6651) | [System.CLSCompliantAttribute(false)] method Add (line 6653) | public void Add(System.Windows.Markup.XmlLanguage key, string value) { } method Clear (line 6654) | public void Clear() { } method Contains (line 6655) | [System.CLSCompliantAttribute(false)] method ContainsKey (line 6657) | public bool ContainsKey(System.Windows.Markup.XmlLanguage key) { throw... method CopyTo (line 6658) | [System.CLSCompliantAttribute(false)] method GetEnumerator (line 6660) | [System.CLSCompliantAttribute(false)] method Remove (line 6662) | [System.CLSCompliantAttribute(false)] method Remove (line 6664) | public bool Remove(System.Windows.Markup.XmlLanguage key) { throw null; } method CopyTo (line 6665) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method Add (line 6666) | void System.Collections.IDictionary.Add(object key, object value) { } method Contains (line 6667) | bool System.Collections.IDictionary.Contains(object key) { throw null; } method GetEnumerator (line 6668) | System.Collections.IDictionaryEnumerator System.Collections.IDictionar... method Remove (line 6669) | void System.Collections.IDictionary.Remove(object key) { } method GetEnumerator (line 6670) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method TryGetValue (line 6671) | public bool TryGetValue(System.Windows.Markup.XmlLanguage key, out str... class LinearGradientBrush (line 6673) | public sealed partial class LinearGradientBrush : System.Windows.Media.G... method LinearGradientBrush (line 6677) | public LinearGradientBrush() { } method LinearGradientBrush (line 6678) | public LinearGradientBrush(System.Windows.Media.Color startColor, Syst... method LinearGradientBrush (line 6679) | public LinearGradientBrush(System.Windows.Media.Color startColor, Syst... method LinearGradientBrush (line 6680) | public LinearGradientBrush(System.Windows.Media.GradientStopCollection... method LinearGradientBrush (line 6681) | public LinearGradientBrush(System.Windows.Media.GradientStopCollection... method LinearGradientBrush (line 6682) | public LinearGradientBrush(System.Windows.Media.GradientStopCollection... method Clone (line 6685) | public new System.Windows.Media.LinearGradientBrush Clone() { throw nu... method CloneCurrentValue (line 6686) | public new System.Windows.Media.LinearGradientBrush CloneCurrentValue(... method CreateInstanceCore (line 6687) | protected override System.Windows.Freezable CreateInstanceCore() { thr... class LineGeometry (line 6689) | public sealed partial class LineGeometry : System.Windows.Media.Geometry method LineGeometry (line 6693) | public LineGeometry() { } method LineGeometry (line 6694) | public LineGeometry(System.Windows.Point startPoint, System.Windows.Po... method LineGeometry (line 6695) | public LineGeometry(System.Windows.Point startPoint, System.Windows.Po... method Clone (line 6699) | public new System.Windows.Media.LineGeometry Clone() { throw null; } method CloneCurrentValue (line 6700) | public new System.Windows.Media.LineGeometry CloneCurrentValue() { thr... method CreateInstanceCore (line 6701) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method GetArea (line 6702) | public override double GetArea(double tolerance, System.Windows.Media.... method IsEmpty (line 6703) | public override bool IsEmpty() { throw null; } method MayHaveCurves (line 6704) | public override bool MayHaveCurves() { throw null; } class LineSegment (line 6706) | public sealed partial class LineSegment : System.Windows.Media.PathSegment method LineSegment (line 6709) | public LineSegment() { } method LineSegment (line 6710) | public LineSegment(System.Windows.Point point, bool isStroked) { } method Clone (line 6712) | public new System.Windows.Media.LineSegment Clone() { throw null; } method CloneCurrentValue (line 6713) | public new System.Windows.Media.LineSegment CloneCurrentValue() { thro... method CreateInstanceCore (line 6714) | protected override System.Windows.Freezable CreateInstanceCore() { thr... class MatrixTransform (line 6716) | public sealed partial class MatrixTransform : System.Windows.Media.Trans... method MatrixTransform (line 6719) | public MatrixTransform() { } method MatrixTransform (line 6720) | public MatrixTransform(double m11, double m12, double m21, double m22,... method MatrixTransform (line 6721) | public MatrixTransform(System.Windows.Media.Matrix matrix) { } method Clone (line 6724) | public new System.Windows.Media.MatrixTransform Clone() { throw null; } method CloneCurrentValue (line 6725) | public new System.Windows.Media.MatrixTransform CloneCurrentValue() { ... method CreateInstanceCore (line 6726) | protected override System.Windows.Freezable CreateInstanceCore() { thr... class MediaClock (line 6728) | public partial class MediaClock : System.Windows.Media.Animation.Clock method MediaClock (line 6730) | protected internal MediaClock(System.Windows.Media.MediaTimeline media... method DiscontinuousTimeMovement (line 6732) | protected override void DiscontinuousTimeMovement() { } method GetCanSlip (line 6733) | protected override bool GetCanSlip() { throw null; } method GetCurrentTimeCore (line 6734) | protected override System.TimeSpan GetCurrentTimeCore() { throw null; } method SpeedChanged (line 6735) | protected override void SpeedChanged() { } method Stopped (line 6736) | protected override void Stopped() { } class MediaPlayer (line 6738) | public partial class MediaPlayer : System.Windows.Media.Animation.Animat... method MediaPlayer (line 6740) | public MediaPlayer() { } method CloneCore (line 6764) | protected override void CloneCore(System.Windows.Freezable sourceFreez... method CloneCurrentValueCore (line 6765) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method Close (line 6766) | public void Close() { } method CreateInstanceCore (line 6767) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method GetAsFrozenCore (line 6768) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method Open (line 6769) | public void Open(System.Uri source) { } method Pause (line 6770) | public void Pause() { } method Play (line 6771) | public void Play() { } method ReadPreamble (line 6772) | protected new void ReadPreamble() { } method Stop (line 6773) | public void Stop() { } method WritePreamble (line 6774) | protected new void WritePreamble() { } class MediaScriptCommandEventArgs (line 6776) | public sealed partial class MediaScriptCommandEventArgs : System.EventArgs method MediaScriptCommandEventArgs (line 6778) | internal MediaScriptCommandEventArgs() { } class MediaTimeline (line 6782) | public partial class MediaTimeline : System.Windows.Media.Animation.Time... method MediaTimeline (line 6785) | public MediaTimeline() { } method MediaTimeline (line 6786) | public MediaTimeline(System.TimeSpan? beginTime) { } method MediaTimeline (line 6787) | public MediaTimeline(System.TimeSpan? beginTime, System.Windows.Durati... method MediaTimeline (line 6788) | public MediaTimeline(System.TimeSpan? beginTime, System.Windows.Durati... method MediaTimeline (line 6789) | public MediaTimeline(System.Uri source) { } method AllocateClock (line 6792) | protected internal override System.Windows.Media.Animation.Clock Alloc... method Clone (line 6793) | public new System.Windows.Media.MediaTimeline Clone() { throw null; } method CloneCore (line 6794) | protected override void CloneCore(System.Windows.Freezable sourceFreez... method CloneCurrentValue (line 6795) | public new System.Windows.Media.MediaTimeline CloneCurrentValue() { th... method CloneCurrentValueCore (line 6796) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method CreateClock (line 6797) | public new System.Windows.Media.MediaClock CreateClock() { throw null; } method CreateInstanceCore (line 6798) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method FreezeCore (line 6799) | protected override bool FreezeCore(bool isChecking) { throw null; } method GetAsFrozenCore (line 6800) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method GetCurrentValueAsFrozenCore (line 6801) | protected override void GetCurrentValueAsFrozenCore(System.Windows.Fre... method GetNaturalDurationCore (line 6802) | protected override System.Windows.Duration GetNaturalDurationCore(Syst... method ToString (line 6803) | public override string ToString() { throw null; } type NumberCultureSource (line 6805) | public enum NumberCultureSource class NumberSubstitution (line 6811) | public partial class NumberSubstitution method NumberSubstitution (line 6816) | public NumberSubstitution() { } method NumberSubstitution (line 6817) | public NumberSubstitution(System.Windows.Media.NumberCultureSource sou... method Equals (line 6822) | public override bool Equals(object obj) { throw null; } method GetCultureOverride (line 6823) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Cu... method GetCultureSource (line 6826) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetHashCode (line 6828) | public override int GetHashCode() { throw null; } method GetSubstitution (line 6829) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method SetCultureOverride (line 6831) | public static void SetCultureOverride(System.Windows.DependencyObject ... method SetCultureSource (line 6832) | public static void SetCultureSource(System.Windows.DependencyObject ta... method SetSubstitution (line 6833) | public static void SetSubstitution(System.Windows.DependencyObject tar... type NumberSubstitutionMethod (line 6835) | public enum NumberSubstitutionMethod class PathFigure (line 6843) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method PathFigure (line 6851) | public PathFigure() { } method PathFigure (line 6852) | public PathFigure(System.Windows.Point start, System.Collections.Gener... method Clone (line 6857) | public new System.Windows.Media.PathFigure Clone() { throw null; } method CloneCurrentValue (line 6858) | public new System.Windows.Media.PathFigure CloneCurrentValue() { throw... method CreateInstanceCore (line 6859) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method GetFlattenedPathFigure (line 6860) | public System.Windows.Media.PathFigure GetFlattenedPathFigure() { thro... method GetFlattenedPathFigure (line 6861) | public System.Windows.Media.PathFigure GetFlattenedPathFigure(double t... method MayHaveCurves (line 6862) | public bool MayHaveCurves() { throw null; } method ToString (line 6863) | string System.IFormattable.ToString(string format, System.IFormatProvi... method ToString (line 6864) | public override string ToString() { throw null; } method ToString (line 6865) | public string ToString(System.IFormatProvider provider) { throw null; } class PathFigureCollection (line 6867) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Medi... method PathFigureCollection (line 6871) | public PathFigureCollection() { } method PathFigureCollection (line 6872) | public PathFigureCollection(System.Collections.Generic.IEnumerable System.Co... method Add (line 7148) | int System.Collections.IList.Add(object value) { throw null; } method Contains (line 7149) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 7150) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 7151) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 7152) | void System.Collections.IList.Remove(object value) { } method ToString (line 7153) | string System.IFormattable.ToString(string format, System.IFormatProvi... method ToString (line 7154) | public override string ToString() { throw null; } method ToString (line 7155) | public string ToString(System.IFormatProvider provider) { throw null; } type Enumerator (line 7156) | public partial struct Enumerator : System.Collections.IEnumerator, Sys... method MoveNext (line 7160) | public bool MoveNext() { throw null; } method Reset (line 7161) | public void Reset() { } method Dispose (line 7162) | void System.IDisposable.Dispose() { } class PointCollectionConverter (line 7166) | public sealed partial class PointCollectionConverter : System.ComponentM... method PointCollectionConverter (line 7168) | public PointCollectionConverter() { } method CanConvertFrom (line 7169) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 7170) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 7171) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 7172) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class PointHitTestParameters (line 7174) | public partial class PointHitTestParameters : System.Windows.Media.HitTe... method PointHitTestParameters (line 7176) | public PointHitTestParameters(System.Windows.Point point) { } class PointHitTestResult (line 7179) | public partial class PointHitTestResult : System.Windows.Media.HitTestRe... method PointHitTestResult (line 7181) | public PointHitTestResult(System.Windows.Media.Visual visualHit, Syste... class PolyBezierSegment (line 7185) | public sealed partial class PolyBezierSegment : System.Windows.Media.Pat... method PolyBezierSegment (line 7188) | public PolyBezierSegment() { } method PolyBezierSegment (line 7189) | public PolyBezierSegment(System.Collections.Generic.IEnumerable... method CopyTo (line 7595) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method GetEnumerator (line 7596) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Add (line 7597) | int System.Collections.IList.Add(object value) { throw null; } method Contains (line 7598) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 7599) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 7600) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 7601) | void System.Collections.IList.Remove(object value) { } type Enumerator (line 7602) | public partial struct Enumerator : System.Collections.Generic.IEnumera... method MoveNext (line 7606) | public bool MoveNext() { throw null; } method Reset (line 7607) | public void Reset() { } method Dispose (line 7608) | void System.IDisposable.Dispose() { } class TransformConverter (line 7611) | public sealed partial class TransformConverter : System.ComponentModel.T... method TransformConverter (line 7613) | public TransformConverter() { } method CanConvertFrom (line 7614) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 7615) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 7616) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 7617) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class TransformGroup (line 7619) | [System.Windows.Markup.ContentPropertyAttribute("Children")] method TransformGroup (line 7623) | public TransformGroup() { } method Clone (line 7626) | public new System.Windows.Media.TransformGroup Clone() { throw null; } method CloneCurrentValue (line 7627) | public new System.Windows.Media.TransformGroup CloneCurrentValue() { t... method CreateInstanceCore (line 7628) | protected override System.Windows.Freezable CreateInstanceCore() { thr... class TranslateTransform (line 7630) | public sealed partial class TranslateTransform : System.Windows.Media.Tr... method TranslateTransform (line 7634) | public TranslateTransform() { } method TranslateTransform (line 7635) | public TranslateTransform(double offsetX, double offsetY) { } method Clone (line 7639) | public new System.Windows.Media.TranslateTransform Clone() { throw nul... method CloneCurrentValue (line 7640) | public new System.Windows.Media.TranslateTransform CloneCurrentValue()... method CreateInstanceCore (line 7641) | protected override System.Windows.Freezable CreateInstanceCore() { thr... class Typeface (line 7643) | public partial class Typeface method Typeface (line 7645) | public Typeface(string typefaceName) { } method Typeface (line 7646) | public Typeface(System.Windows.Media.FontFamily fontFamily, System.Win... method Typeface (line 7647) | public Typeface(System.Windows.Media.FontFamily fontFamily, System.Win... method Equals (line 7661) | public override bool Equals(object o) { throw null; } method GetHashCode (line 7662) | public override int GetHashCode() { throw null; } method TryGetGlyphTypeface (line 7663) | public bool TryGetGlyphTypeface(out System.Windows.Media.GlyphTypeface... class VectorCollection (line 7665) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Medi... method VectorCollection (line 7669) | public VectorCollection() { } method VectorCollection (line 7670) | public VectorCollection(System.Collections.Generic.IEnumerable System.C... method Add (line 7700) | int System.Collections.IList.Add(object value) { throw null; } method Contains (line 7701) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 7702) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 7703) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 7704) | void System.Collections.IList.Remove(object value) { } method ToString (line 7705) | string System.IFormattable.ToString(string format, System.IFormatProvi... method ToString (line 7706) | public override string ToString() { throw null; } method ToString (line 7707) | public string ToString(System.IFormatProvider provider) { throw null; } type Enumerator (line 7708) | public partial struct Enumerator : System.Collections.IEnumerator, Sys... method MoveNext (line 7712) | public bool MoveNext() { throw null; } method Reset (line 7713) | public void Reset() { } method Dispose (line 7714) | void System.IDisposable.Dispose() { } class VectorCollectionConverter (line 7717) | public sealed partial class VectorCollectionConverter : System.Component... method VectorCollectionConverter (line 7719) | public VectorCollectionConverter() { } method CanConvertFrom (line 7720) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 7721) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 7722) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 7723) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class VideoDrawing (line 7725) | public sealed partial class VideoDrawing : System.Windows.Media.Drawing method VideoDrawing (line 7729) | public VideoDrawing() { } method Clone (line 7732) | public new System.Windows.Media.VideoDrawing Clone() { throw null; } method CloneCurrentValue (line 7733) | public new System.Windows.Media.VideoDrawing CloneCurrentValue() { thr... method CreateInstanceCore (line 7734) | protected override System.Windows.Freezable CreateInstanceCore() { thr... class Visual (line 7736) | public abstract partial class Visual : System.Windows.DependencyObject method Visual (line 7738) | protected Visual() { } method AddVisualChild (line 7760) | protected void AddVisualChild(System.Windows.Media.Visual child) { } method FindCommonVisualAncestor (line 7761) | public System.Windows.DependencyObject FindCommonVisualAncestor(System... method GetVisualChild (line 7762) | protected virtual System.Windows.Media.Visual GetVisualChild(int index... method HitTestCore (line 7763) | protected virtual System.Windows.Media.GeometryHitTestResult HitTestCo... method HitTestCore (line 7764) | protected virtual System.Windows.Media.HitTestResult HitTestCore(Syste... method IsAncestorOf (line 7765) | public bool IsAncestorOf(System.Windows.DependencyObject descendant) {... method IsDescendantOf (line 7766) | public bool IsDescendantOf(System.Windows.DependencyObject ancestor) {... method OnDpiChanged (line 7767) | protected virtual void OnDpiChanged(System.Windows.DpiScale oldDpi, Sy... method OnVisualChildrenChanged (line 7768) | protected internal virtual void OnVisualChildrenChanged(System.Windows... method OnVisualParentChanged (line 7769) | protected internal virtual void OnVisualParentChanged(System.Windows.D... method PointFromScreen (line 7770) | public System.Windows.Point PointFromScreen(System.Windows.Point point... method PointToScreen (line 7771) | public System.Windows.Point PointToScreen(System.Windows.Point point) ... method RemoveVisualChild (line 7772) | protected void RemoveVisualChild(System.Windows.Media.Visual child) { } method TransformToAncestor (line 7773) | public System.Windows.Media.Media3D.GeneralTransform2DTo3D TransformTo... method TransformToAncestor (line 7774) | public System.Windows.Media.GeneralTransform TransformToAncestor(Syste... method TransformToDescendant (line 7775) | public System.Windows.Media.GeneralTransform TransformToDescendant(Sys... method TransformToVisual (line 7776) | public System.Windows.Media.GeneralTransform TransformToVisual(System.... class VisualBrush (line 7778) | public sealed partial class VisualBrush : System.Windows.Media.TileBrush method VisualBrush (line 7782) | public VisualBrush() { } method VisualBrush (line 7783) | public VisualBrush(System.Windows.Media.Visual visual) { } method Clone (line 7786) | public new System.Windows.Media.VisualBrush Clone() { throw null; } method CloneCurrentValue (line 7787) | public new System.Windows.Media.VisualBrush CloneCurrentValue() { thro... method CreateInstanceCore (line 7788) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method GetContentBounds (line 7789) | protected override void GetContentBounds(out System.Windows.Rect conte... method OnPropertyChanged (line 7790) | protected override void OnPropertyChanged(System.Windows.DependencyPro... class VisualCollection (line 7792) | public sealed partial class VisualCollection : System.Collections.IColle... method VisualCollection (line 7794) | public VisualCollection(System.Windows.Media.Visual parent) { } method Add (line 7801) | public int Add(System.Windows.Media.Visual visual) { throw null; } method Clear (line 7802) | public void Clear() { } method Contains (line 7803) | public bool Contains(System.Windows.Media.Visual visual) { throw null; } method CopyTo (line 7804) | public void CopyTo(System.Array array, int index) { } method CopyTo (line 7805) | public void CopyTo(System.Windows.Media.Visual[] array, int index) { } method GetEnumerator (line 7806) | public System.Windows.Media.VisualCollection.Enumerator GetEnumerator(... method IndexOf (line 7807) | public int IndexOf(System.Windows.Media.Visual visual) { throw null; } method Insert (line 7808) | public void Insert(int index, System.Windows.Media.Visual visual) { } method Remove (line 7809) | public void Remove(System.Windows.Media.Visual visual) { } method RemoveAt (line 7810) | public void RemoveAt(int index) { } method RemoveRange (line 7811) | public void RemoveRange(int index, int count) { } method GetEnumerator (line 7812) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... type Enumerator (line 7813) | public partial struct Enumerator : System.Collections.IEnumerator method MoveNext (line 7817) | public bool MoveNext() { throw null; } method Reset (line 7818) | public void Reset() { } class VisualTarget (line 7821) | public partial class VisualTarget : System.Windows.Media.CompositionTarget method VisualTarget (line 7823) | public VisualTarget(System.Windows.Media.HostVisual hostVisual) { } method Dispose (line 7826) | public override void Dispose() { } class VisualTreeHelper (line 7828) | public static partial class VisualTreeHelper method GetBitmapEffect (line 7830) | public static System.Windows.Media.Effects.BitmapEffect GetBitmapEffec... method GetBitmapEffectInput (line 7831) | public static System.Windows.Media.Effects.BitmapEffectInput GetBitmap... method GetCacheMode (line 7832) | public static System.Windows.Media.CacheMode GetCacheMode(System.Windo... method GetChild (line 7833) | public static System.Windows.DependencyObject GetChild(System.Windows.... method GetChildrenCount (line 7834) | public static int GetChildrenCount(System.Windows.DependencyObject ref... method GetClip (line 7835) | public static System.Windows.Media.Geometry GetClip(System.Windows.Med... method GetContentBounds (line 7836) | public static System.Windows.Media.Media3D.Rect3D GetContentBounds(Sys... method GetContentBounds (line 7837) | public static System.Windows.Rect GetContentBounds(System.Windows.Medi... method GetDescendantBounds (line 7838) | public static System.Windows.Media.Media3D.Rect3D GetDescendantBounds(... method GetDescendantBounds (line 7839) | public static System.Windows.Rect GetDescendantBounds(System.Windows.M... method GetDpi (line 7840) | public static System.Windows.DpiScale GetDpi(System.Windows.Media.Visu... method GetDrawing (line 7841) | public static System.Windows.Media.DrawingGroup GetDrawing(System.Wind... method GetEdgeMode (line 7842) | public static System.Windows.Media.EdgeMode GetEdgeMode(System.Windows... method GetEffect (line 7843) | public static System.Windows.Media.Effects.Effect GetEffect(System.Win... method GetOffset (line 7844) | public static System.Windows.Vector GetOffset(System.Windows.Media.Vis... method GetOpacity (line 7845) | public static double GetOpacity(System.Windows.Media.Visual reference)... method GetOpacityMask (line 7846) | public static System.Windows.Media.Brush GetOpacityMask(System.Windows... method GetParent (line 7847) | public static System.Windows.DependencyObject GetParent(System.Windows... method GetTransform (line 7848) | public static System.Windows.Media.Transform GetTransform(System.Windo... method GetXSnappingGuidelines (line 7849) | public static System.Windows.Media.DoubleCollection GetXSnappingGuidel... method GetYSnappingGuidelines (line 7850) | public static System.Windows.Media.DoubleCollection GetYSnappingGuidel... method HitTest (line 7851) | public static void HitTest(System.Windows.Media.Media3D.Visual3D refer... method HitTest (line 7852) | public static void HitTest(System.Windows.Media.Visual reference, Syst... method HitTest (line 7853) | public static System.Windows.Media.HitTestResult HitTest(System.Window... method SetRootDpi (line 7854) | public static void SetRootDpi(System.Windows.Media.Visual visual, Syst... class Animatable (line 7859) | public abstract partial class Animatable : System.Windows.Freezable, Sys... method Animatable (line 7861) | protected Animatable() { } method ApplyAnimationClock (line 7863) | public void ApplyAnimationClock(System.Windows.DependencyProperty dp, ... method ApplyAnimationClock (line 7864) | public void ApplyAnimationClock(System.Windows.DependencyProperty dp, ... method BeginAnimation (line 7865) | public void BeginAnimation(System.Windows.DependencyProperty dp, Syste... method BeginAnimation (line 7866) | public void BeginAnimation(System.Windows.DependencyProperty dp, Syste... method Clone (line 7867) | public new System.Windows.Media.Animation.Animatable Clone() { throw n... method FreezeCore (line 7868) | protected override bool FreezeCore(bool isChecking) { throw null; } method GetAnimationBaseValue (line 7869) | public object GetAnimationBaseValue(System.Windows.DependencyProperty ... method ShouldSerializeStoredWeakReference (line 7870) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... class AnimationClock (line 7873) | public partial class AnimationClock : System.Windows.Media.Animation.Clock method AnimationClock (line 7875) | protected internal AnimationClock(System.Windows.Media.Animation.Anima... method GetCurrentValue (line 7877) | public object GetCurrentValue(object defaultOriginValue, object defaul... class AnimationException (line 7879) | public sealed partial class AnimationException : System.SystemException method AnimationException (line 7881) | internal AnimationException() { } class AnimationTimeline (line 7886) | public abstract partial class AnimationTimeline : System.Windows.Media.A... method AnimationTimeline (line 7890) | protected AnimationTimeline() { } method AllocateClock (line 7893) | protected internal override System.Windows.Media.Animation.Clock Alloc... method Clone (line 7894) | public new System.Windows.Media.Animation.AnimationTimeline Clone() { ... method CreateClock (line 7895) | public new System.Windows.Media.Animation.AnimationClock CreateClock()... method GetCurrentValue (line 7896) | public virtual object GetCurrentValue(object defaultOriginValue, objec... method GetNaturalDurationCore (line 7897) | protected override System.Windows.Duration GetNaturalDurationCore(Syst... class BackEase (line 7899) | public partial class BackEase : System.Windows.Media.Animation.EasingFun... method BackEase (line 7902) | public BackEase() { } method CreateInstanceCore (line 7904) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method EaseInCore (line 7905) | protected override double EaseInCore(double normalizedTime) { throw nu... class BooleanAnimationBase (line 7907) | public abstract partial class BooleanAnimationBase : System.Windows.Medi... method BooleanAnimationBase (line 7909) | protected BooleanAnimationBase() { } method Clone (line 7911) | public new System.Windows.Media.Animation.BooleanAnimationBase Clone()... method GetCurrentValue (line 7912) | public bool GetCurrentValue(bool defaultOriginValue, bool defaultDesti... method GetCurrentValue (line 7913) | public sealed override object GetCurrentValue(object defaultOriginValu... method GetCurrentValueCore (line 7914) | protected abstract bool GetCurrentValueCore(bool defaultOriginValue, b... class BooleanAnimationUsingKeyFrames (line 7916) | [System.Windows.Markup.ContentPropertyAttribute("KeyFrames")] method BooleanAnimationUsingKeyFrames (line 7919) | public BooleanAnimationUsingKeyFrames() { } method AddChild (line 7922) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method AddText (line 7924) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method Clone (line 7926) | public new System.Windows.Media.Animation.BooleanAnimationUsingKeyFram... method CloneCore (line 7927) | protected override void CloneCore(System.Windows.Freezable sourceFreez... method CloneCurrentValue (line 7928) | public new System.Windows.Media.Animation.BooleanAnimationUsingKeyFram... method CloneCurrentValueCore (line 7929) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method CreateInstanceCore (line 7930) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method FreezeCore (line 7931) | protected override bool FreezeCore(bool isChecking) { throw null; } method GetAsFrozenCore (line 7932) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method GetCurrentValueAsFrozenCore (line 7933) | protected override void GetCurrentValueAsFrozenCore(System.Windows.Fre... method GetCurrentValueCore (line 7934) | protected sealed override bool GetCurrentValueCore(bool defaultOriginV... method GetNaturalDurationCore (line 7935) | protected sealed override System.Windows.Duration GetNaturalDurationCo... method OnChanged (line 7936) | protected override void OnChanged() { } method ShouldSerializeKeyFrames (line 7937) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method AddChild (line 7939) | void System.Windows.Markup.IAddChild.AddChild(object child) { } method AddText (line 7940) | void System.Windows.Markup.IAddChild.AddText(string childText) { } class BooleanKeyFrame (line 7942) | public abstract partial class BooleanKeyFrame : System.Windows.Freezable... method BooleanKeyFrame (line 7946) | protected BooleanKeyFrame() { } method BooleanKeyFrame (line 7947) | protected BooleanKeyFrame(bool value) { } method BooleanKeyFrame (line 7948) | protected BooleanKeyFrame(bool value, System.Windows.Media.Animation.K... method InterpolateValue (line 7952) | public bool InterpolateValue(bool baseValue, double keyFrameProgress) ... method InterpolateValueCore (line 7953) | protected abstract bool InterpolateValueCore(bool baseValue, double ke... class BooleanKeyFrameCollection (line 7955) | public partial class BooleanKeyFrameCollection : System.Windows.Freezabl... method BooleanKeyFrameCollection (line 7957) | public BooleanKeyFrameCollection() { } method Add (line 7966) | public int Add(System.Windows.Media.Animation.BooleanKeyFrame keyFrame... method Clear (line 7967) | public void Clear() { } method Clone (line 7968) | public new System.Windows.Media.Animation.BooleanKeyFrameCollection Cl... method CloneCore (line 7969) | protected override void CloneCore(System.Windows.Freezable sourceFreez... method CloneCurrentValueCore (line 7970) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method Contains (line 7971) | public bool Contains(System.Windows.Media.Animation.BooleanKeyFrame ke... method CopyTo (line 7972) | public void CopyTo(System.Windows.Media.Animation.BooleanKeyFrame[] ar... method CreateInstanceCore (line 7973) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method FreezeCore (line 7974) | protected override bool FreezeCore(bool isChecking) { throw null; } method GetAsFrozenCore (line 7975) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method GetCurrentValueAsFrozenCore (line 7976) | protected override void GetCurrentValueAsFrozenCore(System.Windows.Fre... method GetEnumerator (line 7977) | public System.Collections.IEnumerator GetEnumerator() { throw null; } method IndexOf (line 7978) | public int IndexOf(System.Windows.Media.Animation.BooleanKeyFrame keyF... method Insert (line 7979) | public void Insert(int index, System.Windows.Media.Animation.BooleanKe... method Remove (line 7980) | public void Remove(System.Windows.Media.Animation.BooleanKeyFrame keyF... method RemoveAt (line 7981) | public void RemoveAt(int index) { } method CopyTo (line 7982) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method Add (line 7983) | int System.Collections.IList.Add(object keyFrame) { throw null; } method Contains (line 7984) | bool System.Collections.IList.Contains(object keyFrame) { throw null; } method IndexOf (line 7985) | int System.Collections.IList.IndexOf(object keyFrame) { throw null; } method Insert (line 7986) | void System.Collections.IList.Insert(int index, object keyFrame) { } method Remove (line 7987) | void System.Collections.IList.Remove(object keyFrame) { } class BounceEase (line 7989) | public partial class BounceEase : System.Windows.Media.Animation.EasingF... method BounceEase (line 7993) | public BounceEase() { } method CreateInstanceCore (line 7996) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method EaseInCore (line 7997) | protected override double EaseInCore(double normalizedTime) { throw nu... class ByteAnimation (line 7999) | public partial class ByteAnimation : System.Windows.Media.Animation.Byte... method ByteAnimation (line 8005) | public ByteAnimation() { } method ByteAnimation (line 8006) | public ByteAnimation(byte fromValue, byte toValue, System.Windows.Dura... method ByteAnimation (line 8007) | public ByteAnimation(byte fromValue, byte toValue, System.Windows.Dura... method ByteAnimation (line 8008) | public ByteAnimation(byte toValue, System.Windows.Duration duration) { } method ByteAnimation (line 8009) | public ByteAnimation(byte toValue, System.Windows.Duration duration, S... method Clone (line 8016) | public new System.Windows.Media.Animation.ByteAnimation Clone() { thro... method CreateInstanceCore (line 8017) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method GetCurrentValueCore (line 8018) | protected override byte GetCurrentValueCore(byte defaultOriginValue, b... class ByteAnimationBase (line 8020) | public abstract partial class ByteAnimationBase : System.Windows.Media.A... method ByteAnimationBase (line 8022) | protected ByteAnimationBase() { } method Clone (line 8024) | public new System.Windows.Media.Animation.ByteAnimationBase Clone() { ... method GetCurrentValue (line 8025) | public byte GetCurrentValue(byte defaultOriginValue, byte defaultDesti... method GetCurrentValue (line 8026) | public sealed override object GetCurrentValue(object defaultOriginValu... method GetCurrentValueCore (line 8027) | protected abstract byte GetCurrentValueCore(byte defaultOriginValue, b... class ByteAnimationUsingKeyFrames (line 8029) | [System.Windows.Markup.ContentPropertyAttribute("KeyFrames")] method ByteAnimationUsingKeyFrames (line 8032) | public ByteAnimationUsingKeyFrames() { } method AddChild (line 8037) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method AddText (line 8039) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method Clone (line 8041) | public new System.Windows.Media.Animation.ByteAnimationUsingKeyFrames ... method CloneCore (line 8042) | protected override void CloneCore(System.Windows.Freezable sourceFreez... method CloneCurrentValue (line 8043) | public new System.Windows.Media.Animation.ByteAnimationUsingKeyFrames ... method CloneCurrentValueCore (line 8044) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method CreateInstanceCore (line 8045) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method FreezeCore (line 8046) | protected override bool FreezeCore(bool isChecking) { throw null; } method GetAsFrozenCore (line 8047) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method GetCurrentValueAsFrozenCore (line 8048) | protected override void GetCurrentValueAsFrozenCore(System.Windows.Fre... method GetCurrentValueCore (line 8049) | protected sealed override byte GetCurrentValueCore(byte defaultOriginV... method GetNaturalDurationCore (line 8050) | protected sealed override System.Windows.Duration GetNaturalDurationCo... method OnChanged (line 8051) | protected override void OnChanged() { } method ShouldSerializeKeyFrames (line 8052) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method AddChild (line 8054) | void System.Windows.Markup.IAddChild.AddChild(object child) { } method AddText (line 8055) | void System.Windows.Markup.IAddChild.AddText(string childText) { } class ByteKeyFrame (line 8057) | public abstract partial class ByteKeyFrame : System.Windows.Freezable, S... method ByteKeyFrame (line 8061) | protected ByteKeyFrame() { } method ByteKeyFrame (line 8062) | protected ByteKeyFrame(byte value) { } method ByteKeyFrame (line 8063) | protected ByteKeyFrame(byte value, System.Windows.Media.Animation.KeyT... method InterpolateValue (line 8067) | public byte InterpolateValue(byte baseValue, double keyFrameProgress) ... method InterpolateValueCore (line 8068) | protected abstract byte InterpolateValueCore(byte baseValue, double ke... class ByteKeyFrameCollection (line 8070) | public partial class ByteKeyFrameCollection : System.Windows.Freezable, ... method ByteKeyFrameCollection (line 8072) | public ByteKeyFrameCollection() { } method Add (line 8081) | public int Add(System.Windows.Media.Animation.ByteKeyFrame keyFrame) {... method Clear (line 8082) | public void Clear() { } method Clone (line 8083) | public new System.Windows.Media.Animation.ByteKeyFrameCollection Clone... method CloneCore (line 8084) | protected override void CloneCore(System.Windows.Freezable sourceFreez... method CloneCurrentValueCore (line 8085) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method Contains (line 8086) | public bool Contains(System.Windows.Media.Animation.ByteKeyFrame keyFr... method CopyTo (line 8087) | public void CopyTo(System.Windows.Media.Animation.ByteKeyFrame[] array... method CreateInstanceCore (line 8088) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method FreezeCore (line 8089) | protected override bool FreezeCore(bool isChecking) { throw null; } method GetAsFrozenCore (line 8090) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method GetCurrentValueAsFrozenCore (line 8091) | protected override void GetCurrentValueAsFrozenCore(System.Windows.Fre... method GetEnumerator (line 8092) | public System.Collections.IEnumerator GetEnumerator() { throw null; } method IndexOf (line 8093) | public int IndexOf(System.Windows.Media.Animation.ByteKeyFrame keyFram... method Insert (line 8094) | public void Insert(int index, System.Windows.Media.Animation.ByteKeyFr... method Remove (line 8095) | public void Remove(System.Windows.Media.Animation.ByteKeyFrame keyFram... method RemoveAt (line 8096) | public void RemoveAt(int index) { } method CopyTo (line 8097) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method Add (line 8098) | int System.Collections.IList.Add(object keyFrame) { throw null; } method Contains (line 8099) | bool System.Collections.IList.Contains(object keyFrame) { throw null; } method IndexOf (line 8100) | int System.Collections.IList.IndexOf(object keyFrame) { throw null; } method Insert (line 8101) | void System.Collections.IList.Insert(int index, object keyFrame) { } method Remove (line 8102) | void System.Collections.IList.Remove(object keyFrame) { } class CharAnimationBase (line 8104) | public abstract partial class CharAnimationBase : System.Windows.Media.A... method CharAnimationBase (line 8106) | protected CharAnimationBase() { } method Clone (line 8108) | public new System.Windows.Media.Animation.CharAnimationBase Clone() { ... method GetCurrentValue (line 8109) | public char GetCurrentValue(char defaultOriginValue, char defaultDesti... method GetCurrentValue (line 8110) | public sealed override object GetCurrentValue(object defaultOriginValu... method GetCurrentValueCore (line 8111) | protected abstract char GetCurrentValueCore(char defaultOriginValue, c... class CharAnimationUsingKeyFrames (line 8113) | [System.Windows.Markup.ContentPropertyAttribute("KeyFrames")] method CharAnimationUsingKeyFrames (line 8116) | public CharAnimationUsingKeyFrames() { } method AddChild (line 8119) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method AddText (line 8121) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method Clone (line 8123) | public new System.Windows.Media.Animation.CharAnimationUsingKeyFrames ... method CloneCore (line 8124) | protected override void CloneCore(System.Windows.Freezable sourceFreez... method CloneCurrentValue (line 8125) | public new System.Windows.Media.Animation.CharAnimationUsingKeyFrames ... method CloneCurrentValueCore (line 8126) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method CreateInstanceCore (line 8127) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method FreezeCore (line 8128) | protected override bool FreezeCore(bool isChecking) { throw null; } method GetAsFrozenCore (line 8129) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method GetCurrentValueAsFrozenCore (line 8130) | protected override void GetCurrentValueAsFrozenCore(System.Windows.Fre... method GetCurrentValueCore (line 8131) | protected sealed override char GetCurrentValueCore(char defaultOriginV... method GetNaturalDurationCore (line 8132) | protected sealed override System.Windows.Duration GetNaturalDurationCo... method OnChanged (line 8133) | protected override void OnChanged() { } method ShouldSerializeKeyFrames (line 8134) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method AddChild (line 8136) | void System.Windows.Markup.IAddChild.AddChild(object child) { } method AddText (line 8137) | void System.Windows.Markup.IAddChild.AddText(string childText) { } class CharKeyFrame (line 8139) | public abstract partial class CharKeyFrame : System.Windows.Freezable, S... method CharKeyFrame (line 8143) | protected CharKeyFrame() { } method CharKeyFrame (line 8144) | protected CharKeyFrame(char value) { } method CharKeyFrame (line 8145) | protected CharKeyFrame(char value, System.Windows.Media.Animation.KeyT... method InterpolateValue (line 8149) | public char InterpolateValue(char baseValue, double keyFrameProgress) ... method InterpolateValueCore (line 8150) | protected abstract char InterpolateValueCore(char baseValue, double ke... class CharKeyFrameCollection (line 8152) | public partial class CharKeyFrameCollection : System.Windows.Freezable, ... method CharKeyFrameCollection (line 8154) | public CharKeyFrameCollection() { } method Add (line 8163) | public int Add(System.Windows.Media.Animation.CharKeyFrame keyFrame) {... method Clear (line 8164) | public void Clear() { } method Clone (line 8165) | public new System.Windows.Media.Animation.CharKeyFrameCollection Clone... method CloneCore (line 8166) | protected override void CloneCore(System.Windows.Freezable sourceFreez... method CloneCurrentValueCore (line 8167) | protected override void CloneCurrentValueCore(System.Windows.Freezable... method Contains (line 8168) | public bool Contains(System.Windows.Media.Animation.CharKeyFrame keyFr... method CopyTo (line 8169) | public void CopyTo(System.Windows.Media.Animation.CharKeyFrame[] array... method CreateInstanceCore (line 8170) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method FreezeCore (line 8171) | protected override bool FreezeCore(bool isChecking) { throw null; } method GetAsFrozenCore (line 8172) | protected override void GetAsFrozenCore(System.Windows.Freezable sourc... method GetCurrentValueAsFrozenCore (line 8173) | protected override void GetCurrentValueAsFrozenCore(System.Windows.Fre... method GetEnumerator (line 8174) | public System.Collections.IEnumerator GetEnumerator() { throw null; } method IndexOf (line 8175) | public int IndexOf(System.Windows.Media.Animation.CharKeyFrame keyFram... method Insert (line 8176) | public void Insert(int index, System.Windows.Media.Animation.CharKeyFr... method Remove (line 8177) | public void Remove(System.Windows.Media.Animation.CharKeyFrame keyFram... method RemoveAt (line 8178) | public void RemoveAt(int index) { } method CopyTo (line 8179) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method Add (line 8180) | int System.Collections.IList.Add(object keyFrame) { throw null; } method Contains (line 8181) | bool System.Collections.IList.Contains(object keyFrame) { throw null; } method IndexOf (line 8182) | int System.Collections.IList.IndexOf(object keyFrame) { throw null; } method Insert (line 8183) | void System.Collections.IList.Insert(int index, object keyFrame) { } method Remove (line 8184) | void System.Collections.IList.Remove(object keyFrame) { } class CircleEase (line 8186) | public partial class CircleEase : System.Windows.Media.Animation.EasingF... method CircleEase (line 8188) | public CircleEase() { } method CreateInstanceCore (line 8189) | protected override System.Windows.Freezable CreateInstanceCore() { thr... method EaseInCore (line 8190) | protected override double EaseInCore(double normalizedTime) { throw nu... class Clock (line 8192) | public partial class Clock : System.Windows.Threading.DispatcherObject method Clock (line 8194) | protected internal Clock(System.Windows.Media.Animation.Timeline timel... method DiscontinuousTimeMovement (line 8212) | protected virtual void DiscontinuousTimeMovement() { } method GetCanSlip (line 8213) | protected virtual bool GetCanSlip() { throw null; } method GetCurrentTimeCore (line 8214) | protected virtual System.TimeSpan GetCurrentTimeCore() { throw null; } method SpeedChanged (line 8215) | protected virtual void SpeedChanged() { } method Stopped (line 8216) | protected virtual void Stopped() { } class ClockCollection (line 8218) | public partial class ClockCollection : System.Collections.Generic.IColle... method ClockCollection (line 8220) | internal ClockCollection() { } method Add (line 8224) | public void Add(System.Windows.Media.Animation.Clock item) { } method Clear (line 8225) | public void Clear() { } method Contains (line 8226) | public bool Contains(System.Windows.Media.Animation.Clock item) { thro... method CopyTo (line 8227) | public void CopyTo(System.Windows.Media.Animation.Clock[] array, int i... method Equals (line 8228) | public override bool Equals(object obj) { throw null; } method Equals (line 8229) | public static bool Equals(System.Windows.Media.Animation.ClockCollecti... method GetHashCode (line 8230) | public override int GetHashCode() { throw null; } method Remove (line 8233) | public bool Remove(System.Windows.Media.Animation.Clock item) { throw ... method GetEnumerator (line 8234) | System.Collections.Generic.IEnumerator System.Collections.Gene... method GetEnumerator (line 11668) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class BitmapMetadataBlob (line 11670) | public partial class BitmapMetadataBlob method BitmapMetadataBlob (line 11672) | public BitmapMetadataBlob(byte[] blob) { } method GetBlobValue (line 11673) | public byte[] GetBlobValue() { throw null; } class BitmapPalette (line 11675) | public sealed partial class BitmapPalette : System.Windows.Threading.Dis... method BitmapPalette (line 11677) | public BitmapPalette(System.Collections.Generic.IList method TextSpan (line 13666) | public TextSpan(int length, T value) { } type TextTabAlignment (line 13670) | public enum TextTabAlignment class TextTabProperties (line 13677) | public partial class TextTabProperties method TextTabProperties (line 13679) | public TextTabProperties(System.Windows.Media.TextFormatting.TextTabAl... class TextTrailingCharacterEllipsis (line 13685) | public partial class TextTrailingCharacterEllipsis : System.Windows.Medi... method TextTrailingCharacterEllipsis (line 13687) | public TextTrailingCharacterEllipsis(double width, System.Windows.Medi... class TextTrailingWordEllipsis (line 13692) | public partial class TextTrailingWordEllipsis : System.Windows.Media.Tex... method TextTrailingWordEllipsis (line 13694) | public TextTrailingWordEllipsis(double width, System.Windows.Media.Tex... class BaseUriHelper (line 13702) | public static partial class BaseUriHelper method GetBaseUri (line 13705) | public static System.Uri GetBaseUri(System.Windows.DependencyObject el... class AssemblyAssociatedContentFileAttribute (line 13710) | [System.AttributeUsageAttribute(System.AttributeTargets.Assembly, AllowM... method AssemblyAssociatedContentFileAttribute (line 13713) | public AssemblyAssociatedContentFileAttribute(string relativeContentFi... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/HashHelper.cs class HashHelper (line 8) | internal static class HashHelper method HasReliableHashCode (line 26) | internal static bool HasReliableHashCode(object item) => item is not n... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/AnimatedTypeHelpers.cs class AnimatedTypeHelpers (line 9) | internal static class AnimatedTypeHelpers method InterpolateDouble (line 29) | private static Double InterpolateDouble(Double from, Double to, Double... method InterpolateThickness (line 34) | internal static Thickness InterpolateThickness(Thickness from, Thickne... method AddDouble (line 47) | private static Double AddDouble(Double value1, Double value2) method AddThickness (line 52) | internal static Thickness AddThickness(Thickness value1, Thickness val... method SubtractThickness (line 65) | internal static Thickness SubtractThickness(Thickness value1, Thicknes... method GetSegmentLengthDouble (line 78) | private static Double GetSegmentLengthDouble(Double from, Double to) method GetSegmentLengthThickness (line 83) | internal static double GetSegmentLengthThickness(Thickness from, Thick... method ScaleDouble (line 98) | private static Double ScaleDouble(Double value, Double factor) method ScaleThickness (line 103) | internal static Thickness ScaleThickness(Thickness value, double factor) method IsValidAnimationValueDouble (line 116) | private static bool IsValidAnimationValueDouble(Double value) method IsValidAnimationValueThickness (line 126) | internal static bool IsValidAnimationValueThickness(Thickness value) method GetZeroValueDouble (line 144) | private static Double GetZeroValueDouble(Double baseValue) method GetZeroValueThickness (line 149) | internal static Thickness GetZeroValueThickness(Thickness baseValue) method IsInvalidDouble (line 162) | private static bool IsInvalidDouble(double value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Anchoring/AttachedAnnotation.cs class AttachedAnnotation (line 27) | internal class AttachedAnnotation : IAttachedAnnotation method AttachedAnnotation (line 45) | internal AttachedAnnotation(LocatorManager manager, Annotation annotat... method AttachedAnnotation (line 61) | internal AttachedAnnotation(LocatorManager manager, Annotation annotat... method IsAnchorEqual (line 91) | public bool IsAnchorEqual(Object o) method Update (line 231) | internal void Update(object attachedAnchor, AttachmentLevel attachment... method SetFullyAttachedAnchor (line 257) | internal void SetFullyAttachedAnchor(object fullyAttachedAnchor) method GetStore (line 274) | private AnnotationStore GetStore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Anchoring/DataIdProcessor.cs class DataIdProcessor (line 17) | internal sealed class DataIdProcessor : SubTreeProcessor method DataIdProcessor (line 32) | public DataIdProcessor(LocatorManager manager) : base(manager) method PreProcessNode (line 59) | public override IList PreProcessNode(DependencyOb... method PostProcessNode (line 98) | public override IList PostProcessNode(DependencyO... method GenerateLocator (line 143) | public override ContentLocator GenerateLocator(PathNode node, out bool... method ResolveLocatorPart (line 175) | public override DependencyObject ResolveLocatorPart(ContentLocatorPart... method GetLocatorPartTypes (line 217) | public override XmlQualifiedName[] GetLocatorPartTypes() method SetDataId (line 273) | public static void SetDataId(DependencyObject d, String id) method GetDataId (line 287) | [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] method SetFetchAnnotationsAsBatch (line 313) | public static void SetFetchAnnotationsAsBatch(DependencyObject d, bool... method GetFetchAnnotationsAsBatch (line 328) | [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] method OnDataIdPropertyChanged (line 351) | private static void OnDataIdPropertyChanged(DependencyObject d, Depend... method CoerceDataId (line 368) | private static object CoerceDataId(DependencyObject d, object value) method CreateLocatorPart (line 383) | private ContentLocatorPart CreateLocatorPart(DependencyObject node) method GetNodeId (line 404) | internal String GetNodeId(DependencyObject d) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Anchoring/FixedPageProcessor.cs class FixedPageProcessor (line 31) | internal class FixedPageProcessor : SubTreeProcessor method FixedPageProcessor (line 46) | public FixedPageProcessor(LocatorManager manager) : base(manager) method PreProcessNode (line 73) | public override IList PreProcessNode(DependencyOb... method GenerateLocator (line 105) | public override ContentLocator GenerateLocator(PathNode node, out bool... method ResolveLocatorPart (line 164) | public override DependencyObject ResolveLocatorPart(ContentLocatorPart... method GetLocatorPartTypes (line 246) | public override XmlQualifiedName[] GetLocatorPartTypes() method CreateLocatorPart (line 316) | internal static ContentLocatorPart CreateLocatorPart(int page) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Anchoring/FixedTextSelectionProcessor.cs class FixedTextSelectionProcessor (line 31) | internal class FixedTextSelectionProcessor : SelectionProcessor method FixedTextSelectionProcessor (line 44) | public FixedTextSelectionProcessor() method MergeSelections (line 69) | public override bool MergeSelections(Object anchor1, Object anchor2, o... method GetSelectedNodes (line 84) | public override IList GetSelectedNodes(Object select... method GetParent (line 151) | public override UIElement GetParent(Object selection) method GetAnchorPoint (line 167) | public override Point GetAnchorPoint(Object selection) method GenerateLocatorParts (line 182) | public override IList method ResolveLocatorPart (line 252) | public override Object ResolveLocatorPart(ContentLocatorPart locatorPa... method GetLocatorPartTypes (line 362) | public override XmlQualifiedName[] GetLocatorPartTypes() method GetDocumentPage (line 394) | private DocumentPage GetDocumentPage(FixedPage page) method CheckSelection (line 426) | private IList CheckSelection(object selection) method CheckAnchor (line 466) | private TextAnchor CheckAnchor(object selection) method GetLocatorPartSegmentValues (line 488) | private void GetLocatorPartSegmentValues(ContentLocatorPart locatorPar... method GetPoint (line 515) | private static Point GetPoint(ReadOnlySpan xValue, ReadOnlySpan<... method FindStartVisibleTextPointer (line 537) | private static ITextPointer FindStartVisibleTextPointer(DocumentPage d... method FindEndVisibleTextPointer (line 561) | private static ITextPointer FindEndVisibleTextPointer(DocumentPage doc... method GetTextViewRange (line 586) | private static bool GetTextViewRange(DocumentPage documentPage, out IT... class FixedPageProxy (line 633) | internal sealed class FixedPageProxy : DependencyObject method FixedPageProxy (line 635) | public FixedPageProxy(DependencyObject parent, int page) class PointSegment (line 664) | internal sealed class PointSegment method PointSegment (line 669) | internal PointSegment(Point start, Point end) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Anchoring/LocatorManager.cs class LocatorManager (line 21) | internal sealed class LocatorManager : DispatcherObject method LocatorManager (line 35) | public LocatorManager() : this(null) method LocatorManager (line 46) | public LocatorManager(AnnotationStore store) method RegisterSubTreeProcessor (line 85) | public void RegisterSubTreeProcessor(SubTreeProcessor processor, Strin... method GetSubTreeProcessor (line 117) | public SubTreeProcessor GetSubTreeProcessor(DependencyObject node) method GetSubTreeProcessorForLocatorPart (line 150) | public SubTreeProcessor GetSubTreeProcessorForLocatorPart(ContentLocat... method RegisterSelectionProcessor (line 175) | public void RegisterSelectionProcessor(SelectionProcessor processor, T... method GetSelectionProcessor (line 208) | public SelectionProcessor GetSelectionProcessor(Type selectionType) method GetSelectionProcessorForLocatorPart (line 236) | public SelectionProcessor GetSelectionProcessorForLocatorPart(ContentL... method ProcessAnnotations (line 258) | public IList ProcessAnnotations(DependencyObject ... method GenerateLocators (line 334) | public IList GenerateLocators(Object selection) method ResolveLocator (line 386) | public Object ResolveLocator(ContentLocatorBase locator, int offset, D... method SetSubTreeProcessorId (line 449) | public static void SetSubTreeProcessorId(DependencyObject d, String id) method GetSubTreeProcessorId (line 464) | [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] method ProcessSubTree (line 492) | internal IList ProcessSubTree(DependencyObject su... method FindAttachedAnchor (line 519) | internal Object FindAttachedAnchor(DependencyObject startNode, Content... method FindMatchingPrefix (line 579) | private int FindMatchingPrefix(ContentLocator[] prefixes, ContentLocat... method GenerateLocators (line 632) | private IList GenerateLocators(SubTreeProcessor pr... method GenerateLocatorGroup (line 744) | private ContentLocatorBase GenerateLocatorGroup(PathNode node, Object ... method PreVisit (line 811) | private bool PreVisit(DependencyObject dependencyObject, ProcessingTre... method PostVisit (line 838) | private bool PostVisit(DependencyObject dependencyObject, ProcessingTr... method InternalResolveLocator (line 877) | private Object InternalResolveLocator(ContentLocatorBase locator, int ... method ResolveSingleLocator (line 1020) | private ResolvingLocatorState ResolveSingleLocator(ref object selectio... method ResolveLocatorPart (line 1082) | private bool ResolveLocatorPart(DependencyObject dependencyObject, Res... method TerminateResolve (line 1175) | private bool TerminateResolve(DependencyObject dependencyObject, Resol... method Merge (line 1205) | private IList Merge(ContentLocatorBase initialLoca... class ProcessingTreeState (line 1242) | private class ProcessingTreeState method ProcessingTreeState (line 1244) | public ProcessingTreeState() method Push (line 1284) | public void Push() method Pop (line 1293) | public bool Pop() class ResolvingLocatorState (line 1316) | private class ResolvingLocatorState FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Anchoring/PathNode.cs class PathNode (line 16) | internal sealed class PathNode method PathNode (line 31) | internal PathNode(DependencyObject node) method Equals (line 54) | public override bool Equals(Object obj) method GetHashCode (line 68) | public override int GetHashCode() method BuildPathForElements (line 139) | internal static PathNode BuildPathForElements(ICollection nodes) method GetParent (line 207) | internal static DependencyObject GetParent(DependencyObject node) method BuildPathForElement (line 261) | private static PathNode BuildPathForElement(DependencyObject node) method AddBranchToPath (line 300) | private static PathNode AddBranchToPath(PathNode path, PathNode branch) method AddChild (line 346) | private void AddChild(object child) method FreezeChildren (line 356) | private void FreezeChildren() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Anchoring/SelectionProcessor.cs class SelectionProcessor (line 26) | internal abstract class SelectionProcessor method SelectionProcessor (line 39) | protected SelectionProcessor() method MergeSelections (line 64) | public abstract bool MergeSelections(Object selection1, Object selecti... method GetSelectedNodes (line 74) | public abstract IList GetSelectedNodes(Object select... method GetParent (line 83) | public abstract UIElement GetParent(Object selection); method GetAnchorPoint (line 92) | public abstract Point GetAnchorPoint(Object selection); method GenerateLocatorParts (line 106) | public abstract IList GenerateLocatorParts(Object ... method ResolveLocatorPart (line 121) | public abstract Object ResolveLocatorPart(ContentLocatorPart locatorPa... method GetLocatorPartTypes (line 127) | public abstract XmlQualifiedName[] GetLocatorPartTypes(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Anchoring/SubTreeProcessor.cs class SubTreeProcessor (line 26) | internal abstract class SubTreeProcessor method SubTreeProcessor (line 42) | protected SubTreeProcessor(LocatorManager manager) method PreProcessNode (line 72) | public abstract IList PreProcessNode(DependencyOb... method PostProcessNode (line 87) | public virtual IList PostProcessNode(DependencyOb... method GenerateLocator (line 116) | public abstract ContentLocator GenerateLocator(PathNode node, out bool... method ResolveLocatorPart (line 139) | public abstract DependencyObject ResolveLocatorPart(ContentLocatorPart... method GetLocatorPartTypes (line 145) | public abstract XmlQualifiedName[] GetLocatorPartTypes(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Anchoring/TextSelectionHelper.cs class TextSelectionHelper (line 29) | internal class TextSelectionHelper method TextSelectionHelper (line 44) | private TextSelectionHelper() { } method MergeSelections (line 66) | public static bool MergeSelections(Object anchor1, Object anchor2, out... method GetSelectedNodes (line 103) | public static IList GetSelectedNodes(Object selection) method GetParent (line 147) | public static UIElement GetParent(Object selection) method GetParent (line 167) | public static UIElement GetParent(ITextPointer pointer) method GetAnchorPoint (line 221) | public static Point GetAnchorPoint(Object selection) method GetAnchorPointForPointer (line 241) | public static Point GetAnchorPointForPointer(ITextPointer pointer) method GetPointForPointer (line 265) | public static Point GetPointForPointer(ITextPointer pointer) method GetAnchorRectangle (line 288) | public static Rect GetAnchorRectangle(ITextPointer pointer) method GetPointerPage (line 323) | public static IDocumentPaginatorSource GetPointerPage(ITextPointer poi... method CheckSelection (line 356) | internal static void CheckSelection(object selection, out ITextPointer... method GetDocumentPageTextView (line 383) | internal static ITextView GetDocumentPageTextView(ITextPointer pointer) method GetDocumentPageTextViews (line 416) | internal static List GetDocumentPageTextViews(TextSegment s... method ProcessSinglePage (line 477) | private static List ProcessSinglePage(IDocumentPaginatorSou... method ProcessMultiplePages (line 503) | private static List ProcessMultiplePages(IDocumentPaginator... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Anchoring/TextSelectionProcessor.cs class TextSelectionProcessor (line 29) | internal sealed class TextSelectionProcessor : SelectionProcessor method TextSelectionProcessor (line 42) | public TextSelectionProcessor() method MergeSelections (line 67) | public override bool MergeSelections(Object anchor1, Object anchor2, o... method GetSelectedNodes (line 81) | public override IList GetSelectedNodes(Object select... method GetParent (line 93) | public override UIElement GetParent(Object selection) method GetAnchorPoint (line 106) | public override Point GetAnchorPoint(Object selection) method GenerateLocatorParts (line 123) | public override IList method ResolveLocatorPart (line 186) | public override Object ResolveLocatorPart(ContentLocatorPart locatorPa... method GetLocatorPartTypes (line 294) | public override XmlQualifiedName[] GetLocatorPartTypes() method GetMaxMinLocatorPartValues (line 351) | internal static void GetMaxMinLocatorPartValues(ContentLocatorPart loc... method SetTargetDocumentPageView (line 382) | internal void SetTargetDocumentPageView(DocumentPageView target) method GetLocatorPartSegmentValues (line 431) | private static void GetLocatorPartSegmentValues(ContentLocatorPart loc... method GetTextContainer (line 452) | private ITextContainer GetTextContainer(DependencyObject startNode) method GetNodesStartAndEnd (line 480) | private bool GetNodesStartAndEnd(DependencyObject startNode, out IText... method GetTextSegmentValues (line 514) | private void GetTextSegmentValues(TextSegment segment, ITextPointer el... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Anchoring/TextViewSelectionProcessor.cs class TextViewSelectionProcessor (line 21) | internal class TextViewSelectionProcessor : SelectionProcessor method TextViewSelectionProcessor (line 34) | public TextViewSelectionProcessor() method MergeSelections (line 55) | public override bool MergeSelections(Object selection1, Object selecti... method GetSelectedNodes (line 69) | public override IList GetSelectedNodes(Object select... method GetParent (line 84) | public override UIElement GetParent(Object selection) method GetAnchorPoint (line 101) | public override Point GetAnchorPoint(Object selection) method GenerateLocatorParts (line 121) | public override IList method ResolveLocatorPart (line 164) | public override Object ResolveLocatorPart(ContentLocatorPart locatorPa... method GetLocatorPartTypes (line 180) | public override XmlQualifiedName[] GetLocatorPartTypes() method GetTextViewTextRange (line 220) | internal static TextRange GetTextViewTextRange(ITextView textView, out... method VerifySelection (line 258) | private ITextView VerifySelection(object selection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Anchoring/TreeNodeSelectionProcessor.cs class TreeNodeSelectionProcessor (line 23) | internal sealed class TreeNodeSelectionProcessor : SelectionProcessor method TreeNodeSelectionProcessor (line 36) | public TreeNodeSelectionProcessor() method MergeSelections (line 61) | public override bool MergeSelections(Object selection1, Object selecti... method GetSelectedNodes (line 78) | public override IList GetSelectedNodes(Object select... method GetParent (line 90) | public override UIElement GetParent(Object selection) method GetAnchorPoint (line 110) | public override Point GetAnchorPoint(Object selection) method GenerateLocatorParts (line 137) | public override IList GenerateLocatorParts(Object ... method ResolveLocatorPart (line 158) | public override Object ResolveLocatorPart(ContentLocatorPart locatorPa... method GetLocatorPartTypes (line 172) | public override XmlQualifiedName[] GetLocatorPartTypes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/AnnotationMap.cs class AnnotationMap (line 15) | internal class AnnotationMap method AddAttachedAnnotation (line 21) | internal void AddAttachedAnnotation(IAttachedAnnotation attachedAnnota... method RemoveAttachedAnnotation (line 37) | internal void RemoveAttachedAnnotation(IAttachedAnnotation attachedAnn... method GetAttachedAnnotations (line 67) | internal List GetAttachedAnnotations(Guid annotat... method GetAllAttachedAnnotations (line 85) | internal List GetAllAttachedAnnotations() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/AnnotationObservableCollection.cs type INotifyPropertyChanged2 (line 22) | internal interface INotifyPropertyChanged2 : INotifyPropertyChanged class AnnotationObservableCollection (line 28) | internal class AnnotationObservableCollection : ObservableCollection<... method AnnotationObservableCollection (line 40) | public AnnotationObservableCollection() : base() method AnnotationObservableCollection (line 55) | public AnnotationObservableCollection(List list) : base(list) method ClearItems (line 80) | protected override void ClearItems() method RemoveItem (line 94) | protected override void RemoveItem(int index) method InsertItem (line 107) | protected override void InsertItem(int index, T item) method SetItem (line 121) | protected override void SetItem(int index, T item) method ProtectedClearItems (line 140) | protected virtual void ProtectedClearItems() method ProtectedSetItem (line 154) | protected virtual void ProtectedSetItem(int index, T item) method ObservableCollectionSetItem (line 170) | protected void ObservableCollectionSetItem(int index, T item) method OnItemPropertyChanged (line 187) | protected virtual void OnItemPropertyChanged(object sender, PropertyCh... method ItemOwned (line 205) | private bool ItemOwned(Object item) method SetOwned (line 216) | private void SetOwned(Object item, bool owned) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/AnnotationResourceCollection.cs class AnnotationResourceCollection (line 22) | internal sealed class AnnotationResourceCollection : AnnotationObservabl... method AnnotationResourceCollection (line 35) | public AnnotationResourceCollection() : base() method ProtectedClearItems (line 70) | protected override void ProtectedClearItems() method ProtectedSetItem (line 88) | protected override void ProtectedSetItem(int index, AnnotationResource... method OnCollectionCleared (line 106) | private void OnCollectionCleared(IEnumerable list) method OnPropertyChanged (line 114) | private void OnPropertyChanged(string propertyName) method OnItemPropertyChanged (line 120) | protected override void OnItemPropertyChanged(object sender, PropertyC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/AnnotationXmlConstants.cs type AnnotationXmlConstants (line 16) | internal struct AnnotationXmlConstants type Namespaces (line 19) | internal struct Namespaces type Prefixes (line 33) | internal struct Prefixes type Elements (line 57) | internal struct Elements type Attributes (line 72) | internal struct Attributes FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/AttachedAnnotation.cs type AttachmentLevel (line 19) | [Flags] type IAttachedAnnotation (line 52) | internal interface IAttachedAnnotation : IAnchorInfo method IsAnchorEqual (line 95) | bool IsAnchorEqual(object o); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/AttachedAnnotationChangedEventArgs.cs type AttachedAnnotationAction (line 15) | internal enum AttachedAnnotationAction class AttachedAnnotationChangedEventArgs (line 53) | internal class AttachedAnnotationChangedEventArgs : System.EventArgs method AttachedAnnotationChangedEventArgs (line 70) | internal AttachedAnnotationChangedEventArgs(AttachedAnnotationAction a... method Added (line 140) | internal static AttachedAnnotationChangedEventArgs Added(IAttachedAnno... method Loaded (line 152) | internal static AttachedAnnotationChangedEventArgs Loaded(IAttachedAnn... method Deleted (line 164) | internal static AttachedAnnotationChangedEventArgs Deleted(IAttachedAn... method Unloaded (line 176) | internal static AttachedAnnotationChangedEventArgs Unloaded(IAttachedA... method Modified (line 190) | internal static AttachedAnnotationChangedEventArgs Modified(IAttachedA... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Component/AdornerPresentationContext.cs class AdornerPresentationContext (line 26) | internal sealed class AdornerPresentationContext : PresentationContext method AdornerPresentationContext (line 36) | private AdornerPresentationContext(AdornerLayer adornerLayer, Annotati... method HostComponent (line 65) | internal static void HostComponent(AdornerLayer adornerLayer, IAnnotat... method SetTypeZLevel (line 99) | internal static void SetTypeZLevel(Type type, int level) method SetZLevelRange (line 115) | internal static void SetZLevelRange(int level, int min, int max) method AddToHost (line 164) | public override void AddToHost(IAnnotationComponent component) method RemoveFromHost (line 179) | public override void RemoveFromHost(IAnnotationComponent component, bo... method InvalidateTransform (line 215) | public override void InvalidateTransform(IAnnotationComponent component) method BringToFront (line 225) | public override void BringToFront(IAnnotationComponent component) method SendToBack (line 243) | public override void SendToBack(IAnnotationComponent component) method Equals (line 262) | public override bool Equals(object o) method GetHashCode (line 302) | public override int GetHashCode() method UpdateComponentZOrder (line 313) | public void UpdateComponentZOrder(IAnnotationComponent component) method ResetInternalAnnotationAdorner (line 347) | private void ResetInternalAnnotationAdorner() method IsInternalComponent (line 357) | private bool IsInternalComponent(IAnnotationComponent component) method FindAnnotationAdorner (line 369) | private AnnotationAdorner FindAnnotationAdorner(IAnnotationComponent c... method GetTopAnnotationAdorners (line 389) | private List GetTopAnnotationAdorners(int level, IA... method AddAdorner (line 423) | private void AddAdorner(List adorners, AnnotationAd... method GetNextZOrder (line 446) | private static int GetNextZOrder(AdornerLayer adornerLayer, int level) method GetAnnotationAdorner (line 478) | private AnnotationAdorner GetAnnotationAdorner(IAnnotationComponent co... method GetComponentLevel (line 499) | private static int GetComponentLevel(IAnnotationComponent component) method ComponentToAdorner (line 514) | private static int ComponentToAdorner(int zOrder, int level) type ZRange (line 568) | private readonly struct ZRange method ZRange (line 570) | public ZRange(int min, int max) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Component/AnnotationAdorner.cs class AnnotationAdorner (line 22) | internal sealed class AnnotationAdorner : Adorner method AnnotationAdorner (line 31) | public AnnotationAdorner(IAnnotationComponent component, UIElement ann... method GetDesiredTransform (line 56) | public override GeneralTransform GetDesiredTransform(GeneralTransform ... method GetVisualChild (line 100) | protected override Visual GetVisualChild(int index) method MeasureOverride (line 129) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 144) | protected override Size ArrangeOverride(Size finalSize) method RemoveChildren (line 161) | internal void RemoveChildren() method InvalidateTransform (line 172) | internal void InvalidateTransform() method OnLayoutUpdated (line 202) | private void OnLayoutUpdated(object sender, EventArgs args) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Component/AnnotationComponentManager.cs class AnnotationComponentManager (line 21) | internal class AnnotationComponentManager : DependencyObject method AnnotationComponentManager (line 30) | internal AnnotationComponentManager(AnnotationService service) method AddAttachedAnnotation (line 50) | internal void AddAttachedAnnotation(IAttachedAnnotation attachedAnnota... method RemoveAttachedAnnotation (line 67) | internal void RemoveAttachedAnnotation(IAttachedAnnotation attachedAnn... method AttachedAnnotationUpdateEventHandler (line 102) | private void AttachedAnnotationUpdateEventHandler(object sender, Attac... method FindComponent (line 134) | private IAnnotationComponent FindComponent(IAttachedAnnotation attache... method AddComponent (line 156) | private void AddComponent(IAttachedAnnotation attachedAnnotation, IAnn... method ModifyAttachedAnnotation (line 200) | private void ModifyAttachedAnnotation(IAttachedAnnotation attachedAnno... method AddToAttachedAnnotations (line 261) | private void AddToAttachedAnnotations(IAttachedAnnotation attachedAnno... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Component/AnnotationHighlightLayer.cs class AnnotationHighlightLayer (line 21) | internal class AnnotationHighlightLayer : HighlightLayer method AnnotationHighlightLayer (line 34) | internal AnnotationHighlightLayer() method AddRange (line 66) | internal void AddRange(IHighlightRange highlightRange) method RemoveRange (line 108) | internal void RemoveRange(IHighlightRange highlightRange) method ModifiedRange (line 152) | internal void ModifiedRange(IHighlightRange highlightRange) method ActivateRange (line 187) | internal void ActivateRange(IHighlightRange highlightRange, bool activ... method GetHighlightValue (line 236) | internal override object GetHighlightValue(StaticTextPointer textPosit... method IsContentHighlighted (line 263) | internal override bool IsContentHighlighted(StaticTextPointer staticTe... method GetNextChangePosition (line 270) | internal override StaticTextPointer GetNextChangePosition(StaticTextPo... method ProcessOverlapingSegments (line 338) | private void ProcessOverlapingSegments(IHighlightRange highlightRange,... method GetNextForwardPosition (line 451) | private ITextPointer GetNextForwardPosition(StaticTextPointer pos) method GetNextBackwardPosition (line 475) | private ITextPointer GetNextBackwardPosition(StaticTextPointer pos) method GetSpannedSegments (line 494) | private void GetSpannedSegments(ITextPointer start, ITextPointer end, ... class AnnotationHighlightChangedEventArgs (line 549) | private sealed class AnnotationHighlightChangedEventArgs : HighlightCh... method AnnotationHighlightChangedEventArgs (line 552) | internal AnnotationHighlightChangedEventArgs(ITextPointer start, ITe... class HighlightSegment (line 586) | internal sealed class HighlightSegment : Shape method HighlightSegment (line 602) | internal HighlightSegment(ITextPointer start, ITextPointer end, IHig... method HighlightSegment (line 618) | internal HighlightSegment(ITextPointer start, ITextPointer end, ILis... method Init (line 633) | private void Init(ITextPointer start, ITextPointer end, IList owners) method RemoveActiveOwner (line 733) | internal void RemoveActiveOwner(IHighlightRange owner) method ClearOwners (line 745) | internal void ClearOwners() method Split (line 759) | internal IList Split(ITextPointer ps, LogicalDirec... method Split (line 789) | internal IList Split(ITextPointer ps1, ITextPointe... method UpdateOwners (line 873) | internal void UpdateOwners() method Discard (line 892) | internal void Discard() method GetSegmentGeometry (line 915) | private void GetSegmentGeometry(GeometryGroup geometry, TextSegment ... method GetPageGeometry (line 935) | private Geometry GetPageGeometry(TextSegment segment, ITextView view... method GetContent (line 977) | private void GetContent() method OpenSegment (line 1047) | private void OpenSegment(ref ITextPointer segmentStart, ITextPointer... method CloseSegment (line 1058) | private void CloseSegment(ref ITextPointer segmentStart, ITextPointe... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Component/HighlightComponent.cs class HighlightComponent (line 25) | internal class HighlightComponent : Canvas, IAnnotationComponent, IHighl... method HighlightComponent (line 32) | public HighlightComponent() method HighlightComponent (line 43) | public HighlightComponent(int priority, bool highlightContent, XmlQual... method GetDesiredTransform (line 203) | public GeneralTransform GetDesiredTransform(GeneralTransform transform) method AddAttachedAnnotation (line 213) | public void AddAttachedAnnotation(IAttachedAnnotation attachedAnnotation) method RemoveAttachedAnnotation (line 261) | public void RemoveAttachedAnnotation(IAttachedAnnotation attachedAnnot... method ModifyAttachedAnnotation (line 302) | public void ModifyAttachedAnnotation(IAttachedAnnotation attachedAnnot... method Activate (line 311) | public void Activate(bool active) method AddChild (line 358) | void IHighlightRange.AddChild(Shape child) method RemoveChild (line 368) | void IHighlightRange.RemoveChild(Shape child) method IsSelected (line 443) | internal bool IsSelected(ITextRange selection) method GetCargoColors (line 467) | internal static void GetCargoColors(Annotation annot, ref Nullable, INoti... method ObservableDictionary (line 38) | public ObservableDictionary() method Add (line 61) | public void Add(string key, string val) method Clear (line 73) | public void Clear() method ContainsKey (line 91) | public bool ContainsKey(string key) method Remove (line 101) | public bool Remove(string key) method GetEnumerator (line 118) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 127) | public IEnumerator> GetEnumerator() method TryGetValue (line 139) | public bool TryGetValue(string key, out string value) method Add (line 151) | void ICollection>.Add(KeyValuePair>.Contains(KeyValuePair>.Remove(KeyValuePair>.CopyTo(KeyValuePair FindAnnotations(ContentLocator anc... method FindAnnotations (line 167) | public Dictionary FindAnnotations() method FindAnnotation (line 182) | public Annotation FindAnnotation(Guid id) method FindDirtyAnnotations (line 197) | public List FindDirtyAnnotations() method ValidateDirtyAnnotations (line 214) | public void ValidateDirtyAnnotations() method OnAnchorChanged (line 241) | private void OnAnchorChanged(object sender, AnnotationResourceChangedE... method OnCargoChanged (line 253) | private void OnCargoChanged(object sender, AnnotationResourceChangedEv... method OnAuthorChanged (line 265) | private void OnAuthorChanged(object sender, AnnotationAuthorChangedEve... class CachedAnnotation (line 304) | private class CachedAnnotation method CachedAnnotation (line 311) | public CachedAnnotation(Annotation annotation, bool dirty) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/TextAnchor.cs class TextAnchor (line 25) | public sealed class TextAnchor method TextAnchor (line 38) | internal TextAnchor() method TextAnchor (line 46) | internal TextAnchor(TextAnchor anchor) method Contains (line 99) | internal bool Contains(ITextPointer textPointer) method AddTextSegment (line 137) | internal void AddTextSegment(ITextPointer start, ITextPointer end) method GetHashCode (line 151) | public override int GetHashCode() method Equals (line 162) | public override bool Equals(object obj) method IsOverlapping (line 187) | internal bool IsOverlapping(ICollection textSegments) method ExclusiveUnion (line 253) | internal static TextAnchor ExclusiveUnion(TextAnchor anchor, TextAncho... method TrimToRelativeComplement (line 277) | internal static TextAnchor TrimToRelativeComplement(TextAnchor anchor,... method TrimToIntersectionWith (line 379) | internal static TextAnchor TrimToIntersectionWith(TextAnchor anchor, I... method SortTextSegments (line 589) | private static ICollection SortTextSegments(ICollection method Compare (line 771) | public int Compare(TextSegment x, TextSegment y) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/XmlElementCollection.cs class XmlElementCollection (line 24) | internal sealed class XmlElementCollection : ObservableCollection key, Assembly a... method GetResourceManagerWrapper (line 256) | private static ResourceManagerWrapper GetResourceManagerWrapper(Uri ur... method CreatePartCore (line 339) | protected override PackagePart CreatePartCore(Uri uri, string contentT... method DeletePartCore (line 344) | protected override void DeletePartCore(Uri uri) method GetPartsCore (line 349) | protected override PackagePart[] GetPartsCore() method FlushCore (line 354) | protected override void FlushCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/AppModel/ResourcePart.cs class ResourcePart (line 15) | internal class ResourcePart : System.IO.Packaging.PackagePart method ResourcePart (line 25) | public ResourcePart(Package container, Uri uri, string name, ResourceM... method GetStreamCore (line 47) | protected override Stream GetStreamCore(FileMode mode, FileAccess access) method GetContentTypeCore (line 82) | protected override string GetContentTypeCore() method EnsureResourceLocationSet (line 99) | private Stream EnsureResourceLocationSet() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/AppModel/ReturnEventSaver.cs type ReturnEventSaverInfo (line 23) | [Serializable] method ReturnEventSaverInfo (line 26) | internal ReturnEventSaverInfo(string delegateTypeName, string targetTy... class ReturnEventSaver (line 40) | [Serializable] method ReturnEventSaver (line 43) | internal ReturnEventSaver() method _Detach (line 48) | internal void _Detach(PageFunctionBase pf) method _Attach (line 100) | internal void _Attach(Object caller, PageFunctionBase child) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/AppModel/ShellProvider.cs type COMDLG_FILTERSPEC (line 25) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] method COMDLG_FILTERSPEC (line 33) | public COMDLG_FILTERSPEC(string name, string spec) type PKEY (line 40) | [StructLayout(LayoutKind.Sequential, Pack = 4)] method PKEY (line 48) | private PKEY(Guid fmtid, uint pid) type THUMBBUTTON (line 68) | [StructLayout(LayoutKind.Sequential, Pack = 8, CharSet = CharSet.Unicode)] type IEnumIDList (line 89) | [ method Next (line 96) | [PreserveSig()] method Skip (line 98) | [PreserveSig()] method Reset (line 100) | void Reset(); method Clone (line 101) | [return: MarshalAs(UnmanagedType.Interface)] type IObjectArray (line 106) | [ method GetCount (line 113) | uint GetCount(); method GetAt (line 114) | [return: MarshalAs(UnmanagedType.IUnknown)] type IObjectCollection (line 118) | [ method GetCount (line 126) | new uint GetCount(); method GetAt (line 127) | [return: MarshalAs(UnmanagedType.IUnknown)] method AddObject (line 131) | void AddObject([MarshalAs(UnmanagedType.IUnknown)] object punk); method AddFromArray (line 132) | void AddFromArray(IObjectArray poaSource); method RemoveObjectAt (line 133) | void RemoveObjectAt(uint uiIndex); method Clear (line 134) | void Clear(); type IPropertyStore (line 137) | [ method GetCount (line 144) | uint GetCount(); method GetAt (line 145) | PKEY GetAt(uint iProp); method GetValue (line 147) | void GetValue([In] ref PKEY pkey, [In, Out] PROPVARIANT pv); method SetValue (line 149) | void SetValue([In] ref PKEY pkey, PROPVARIANT pv); method Commit (line 151) | void Commit(); type IShellFolder (line 154) | [ method ParseDisplayName (line 161) | void ParseDisplayName( method EnumObjects (line 169) | IEnumIDList EnumObjects( method BindToObject (line 175) | [return: MarshalAs(UnmanagedType.Interface)] method BindToStorage (line 182) | [return: MarshalAs(UnmanagedType.Interface)] method CompareIDs (line 192) | [PreserveSig] method CreateViewObject (line 204) | [return: MarshalAs(UnmanagedType.Interface)] method GetAttributesOf (line 212) | void GetAttributesOf( method GetUIObjectOf (line 221) | [return: MarshalAs(UnmanagedType.Interface)] method GetDisplayNameOf (line 236) | void GetDisplayNameOf(IntPtr pidl, SHGDN uFlags, out IntPtr pName); method SetNameOf (line 241) | void SetNameOf(IntPtr hwnd, type IShellItem (line 248) | [ method BindToHandler (line 255) | [return: MarshalAs(UnmanagedType.Interface)] method GetParent (line 258) | IShellItem GetParent(); method GetDisplayName (line 260) | [return: MarshalAs(UnmanagedType.LPWStr)] method GetAttributes (line 263) | uint GetAttributes(SFGAO sfgaoMask); method Compare (line 265) | int Compare(IShellItem psi, SICHINT hint); type IShellItem2 (line 271) | [ method BindToHandler (line 279) | [return: MarshalAs(UnmanagedType.Interface)] method GetParent (line 281) | new IShellItem GetParent(); method GetDisplayName (line 282) | [return: MarshalAs(UnmanagedType.LPWStr)] method GetAttributes (line 284) | new SFGAO GetAttributes(SFGAO sfgaoMask); method Compare (line 285) | new int Compare(IShellItem psi, SICHINT hint); method GetPropertyStore (line 288) | [return: MarshalAs(UnmanagedType.Interface)] method GetPropertyStoreWithCreateObject (line 293) | [return: MarshalAs(UnmanagedType.Interface)] method GetPropertyStoreForKeys (line 299) | [return: MarshalAs(UnmanagedType.Interface)] method GetPropertyDescriptionList (line 306) | [return: MarshalAs(UnmanagedType.Interface)] method Update (line 312) | void Update(IBindCtx pbc); method GetProperty (line 314) | void GetProperty(IntPtr key, [In, Out] PROPVARIANT pv); method GetCLSID (line 316) | Guid GetCLSID(IntPtr key); method GetFileTime (line 318) | FILETIME GetFileTime(IntPtr key); method GetInt32 (line 320) | int GetInt32(IntPtr key); method GetString (line 322) | [return: MarshalAs(UnmanagedType.LPWStr)] method GetUInt32 (line 325) | uint GetUInt32(IntPtr key); method GetUInt64 (line 327) | ulong GetUInt64(IntPtr key); method GetBool (line 329) | [return: MarshalAs(UnmanagedType.Bool)] type IShellItemArray (line 333) | [ method BindToHandler (line 340) | [return: MarshalAs(UnmanagedType.Interface)] method GetPropertyStore (line 343) | [return: MarshalAs(UnmanagedType.Interface)] method GetPropertyDescriptionList (line 346) | [return: MarshalAs(UnmanagedType.Interface)] method GetAttributes (line 349) | uint GetAttributes(SIATTRIBFLAGS dwAttribFlags, uint sfgaoMask); method GetCount (line 351) | uint GetCount(); method GetItemAt (line 353) | IShellItem GetItemAt(uint dwIndex); method EnumItems (line 355) | [return: MarshalAs(UnmanagedType.Interface)] type IShellLinkW (line 359) | [ method GetPath (line 366) | void GetPath([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszF... method GetIDList (line 367) | IntPtr GetIDList(); method SetIDList (line 368) | void SetIDList(IntPtr pidl); method GetDescription (line 369) | void GetDescription([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuild... method SetDescription (line 370) | void SetDescription([MarshalAs(UnmanagedType.LPWStr)] string pszName); method GetWorkingDirectory (line 371) | void GetWorkingDirectory([Out, MarshalAs(UnmanagedType.LPWStr)] String... method SetWorkingDirectory (line 372) | void SetWorkingDirectory([MarshalAs(UnmanagedType.LPWStr)] string pszD... method GetArguments (line 373) | void GetArguments([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder... method SetArguments (line 374) | void SetArguments([MarshalAs(UnmanagedType.LPWStr)] string pszArgs); method GetHotKey (line 375) | short GetHotKey(); method SetHotKey (line 376) | void SetHotKey(short wHotKey); method GetShowCmd (line 377) | uint GetShowCmd(); method SetShowCmd (line 378) | void SetShowCmd(uint iShowCmd); method GetIconLocation (line 379) | void GetIconLocation([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuil... method SetIconLocation (line 380) | void SetIconLocation([MarshalAs(UnmanagedType.LPWStr)] string pszIconP... method SetRelativePath (line 381) | void SetRelativePath([MarshalAs(UnmanagedType.LPWStr)] string pszPathR... method Resolve (line 382) | void Resolve(IntPtr hwnd, uint fFlags); method SetPath (line 383) | void SetPath([MarshalAs(UnmanagedType.LPWStr)] string pszFile); type IFileDialogEvents (line 386) | [ method OnFileOk (line 393) | [PreserveSig] method OnFolderChanging (line 396) | [PreserveSig] method OnFolderChange (line 399) | [PreserveSig] method OnSelectionChange (line 402) | [PreserveSig] method OnShareViolation (line 405) | [PreserveSig] method OnTypeChange (line 408) | [PreserveSig] method OnOverwrite (line 411) | [PreserveSig] type IModalWindow (line 415) | [ method Show (line 422) | [PreserveSig] type IFileDialog (line 426) | [ method Show (line 434) | [PreserveSig] method SetFileTypes (line 438) | void SetFileTypes(uint cFileTypes, [In, MarshalAs(UnmanagedType.LPArra... method SetFileTypeIndex (line 440) | void SetFileTypeIndex(uint iFileType); method GetFileTypeIndex (line 442) | uint GetFileTypeIndex(); method Advise (line 444) | uint Advise(IFileDialogEvents pfde); method Unadvise (line 446) | void Unadvise(uint dwCookie); method SetOptions (line 448) | void SetOptions(FOS fos); method GetOptions (line 450) | FOS GetOptions(); method SetDefaultFolder (line 452) | void SetDefaultFolder(IShellItem psi); method SetFolder (line 454) | void SetFolder(IShellItem psi); method GetFolder (line 456) | IShellItem GetFolder(); method GetCurrentSelection (line 458) | IShellItem GetCurrentSelection(); method SetFileName (line 460) | void SetFileName([MarshalAs(UnmanagedType.LPWStr)] string pszName); method GetFileName (line 462) | [return: MarshalAs(UnmanagedType.LPWStr)] method SetTitle (line 465) | void SetTitle([MarshalAs(UnmanagedType.LPWStr)] string pszTitle); method SetOkButtonLabel (line 467) | void SetOkButtonLabel([MarshalAs(UnmanagedType.LPWStr)] string pszText); method SetFileNameLabel (line 469) | void SetFileNameLabel([MarshalAs(UnmanagedType.LPWStr)] string pszLabel); method GetResult (line 471) | IShellItem GetResult(); method AddPlace (line 473) | void AddPlace(IShellItem psi, FDAP alignment); method SetDefaultExtension (line 475) | void SetDefaultExtension([MarshalAs(UnmanagedType.LPWStr)] string pszD... method Close (line 477) | void Close([MarshalAs(UnmanagedType.Error)] int hr); method SetClientGuid (line 479) | void SetClientGuid([In] ref Guid guid); method ClearClientData (line 481) | void ClearClientData(); method SetFilter (line 483) | void SetFilter([MarshalAs(UnmanagedType.Interface)] object pFilter); type IFileDialog2 (line 486) | [ method Show (line 495) | [PreserveSig] method SetFileTypes (line 499) | new void SetFileTypes(uint cFileTypes, [In, MarshalAs(UnmanagedType.LP... method SetFileTypeIndex (line 501) | new void SetFileTypeIndex(uint iFileType); method GetFileTypeIndex (line 503) | new uint GetFileTypeIndex(); method Advise (line 505) | new uint Advise(IFileDialogEvents pfde); method Unadvise (line 507) | new void Unadvise(uint dwCookie); method SetOptions (line 509) | new void SetOptions(FOS fos); method GetOptions (line 511) | new FOS GetOptions(); method SetDefaultFolder (line 513) | new void SetDefaultFolder(IShellItem psi); method SetFolder (line 515) | new void SetFolder(IShellItem psi); method GetFolder (line 517) | new IShellItem GetFolder(); method GetCurrentSelection (line 519) | new IShellItem GetCurrentSelection(); method SetFileName (line 521) | new void SetFileName([MarshalAs(UnmanagedType.LPWStr)] string pszName); method GetFileName (line 523) | [return: MarshalAs(UnmanagedType.LPWStr)] method SetTitle (line 526) | new void SetTitle([MarshalAs(UnmanagedType.LPWStr)] string pszTitle); method SetOkButtonLabel (line 528) | new void SetOkButtonLabel([MarshalAs(UnmanagedType.LPWStr)] string psz... method SetFileNameLabel (line 530) | new void SetFileNameLabel([MarshalAs(UnmanagedType.LPWStr)] string psz... method GetResult (line 532) | new IShellItem GetResult(); method AddPlace (line 534) | new void AddPlace(IShellItem psi, FDAP alignment); method SetDefaultExtension (line 536) | new void SetDefaultExtension([MarshalAs(UnmanagedType.LPWStr)] string ... method Close (line 538) | new void Close([MarshalAs(UnmanagedType.Error)] int hr); method SetClientGuid (line 540) | new void SetClientGuid([In] ref Guid guid); method ClearClientData (line 542) | new void ClearClientData(); method SetFilter (line 544) | new void SetFilter([MarshalAs(UnmanagedType.Interface)] object pFilter); method SetCancelButtonLabel (line 547) | void SetCancelButtonLabel([MarshalAs(UnmanagedType.LPWStr)] string psz... method SetNavigationRoot (line 549) | void SetNavigationRoot(IShellItem psi); type IFileOpenDialog (line 552) | [ method Show (line 562) | [PreserveSig] method SetFileTypes (line 566) | new void SetFileTypes(uint cFileTypes, [In] COMDLG_FILTERSPEC[] rgFilt... method SetFileTypeIndex (line 567) | new void SetFileTypeIndex(uint iFileType); method GetFileTypeIndex (line 568) | new uint GetFileTypeIndex(); method Advise (line 569) | new uint Advise(IFileDialogEvents pfde); method Unadvise (line 570) | new void Unadvise(uint dwCookie); method SetOptions (line 571) | new void SetOptions(FOS fos); method GetOptions (line 572) | new FOS GetOptions(); method SetDefaultFolder (line 573) | new void SetDefaultFolder(IShellItem psi); method SetFolder (line 574) | new void SetFolder(IShellItem psi); method GetFolder (line 575) | new IShellItem GetFolder(); method GetCurrentSelection (line 576) | new IShellItem GetCurrentSelection(); method SetFileName (line 577) | new void SetFileName([MarshalAs(UnmanagedType.LPWStr)] string pszName); method GetFileName (line 578) | [return: MarshalAs(UnmanagedType.LPWStr)] method SetTitle (line 580) | new void SetTitle([MarshalAs(UnmanagedType.LPWStr)] string pszTitle); method SetOkButtonLabel (line 581) | new void SetOkButtonLabel([MarshalAs(UnmanagedType.LPWStr)] string psz... method SetFileNameLabel (line 582) | new void SetFileNameLabel([MarshalAs(UnmanagedType.LPWStr)] string psz... method GetResult (line 583) | new IShellItem GetResult(); method AddPlace (line 584) | new void AddPlace(IShellItem psi, FDAP fdcp); method SetDefaultExtension (line 585) | new void SetDefaultExtension([MarshalAs(UnmanagedType.LPWStr)] string ... method Close (line 586) | new void Close([MarshalAs(UnmanagedType.Error)] int hr); method SetClientGuid (line 587) | new void SetClientGuid([In] ref Guid guid); method ClearClientData (line 588) | new void ClearClientData(); method SetFilter (line 589) | new void SetFilter([MarshalAs(UnmanagedType.Interface)] object pFilter); method GetResults (line 593) | IShellItemArray GetResults(); method GetSelectedItems (line 595) | IShellItemArray GetSelectedItems(); type IFileSaveDialog (line 598) | [ method Show (line 608) | [PreserveSig] method SetFileTypes (line 612) | new void SetFileTypes(uint cFileTypes, [In] COMDLG_FILTERSPEC[] rgFilt... method SetFileTypeIndex (line 613) | new void SetFileTypeIndex(uint iFileType); method GetFileTypeIndex (line 614) | new uint GetFileTypeIndex(); method Advise (line 615) | new uint Advise(IFileDialogEvents pfde); method Unadvise (line 616) | new void Unadvise(uint dwCookie); method SetOptions (line 617) | new void SetOptions(FOS fos); method GetOptions (line 618) | new FOS GetOptions(); method SetDefaultFolder (line 619) | new void SetDefaultFolder(IShellItem psi); method SetFolder (line 620) | new void SetFolder(IShellItem psi); method GetFolder (line 621) | new IShellItem GetFolder(); method GetCurrentSelection (line 622) | new IShellItem GetCurrentSelection(); method SetFileName (line 623) | new void SetFileName([MarshalAs(UnmanagedType.LPWStr)] string pszName); method GetFileName (line 624) | [return: MarshalAs(UnmanagedType.LPWStr)] method SetTitle (line 626) | new void SetTitle([MarshalAs(UnmanagedType.LPWStr)] string pszTitle); method SetOkButtonLabel (line 627) | new void SetOkButtonLabel([MarshalAs(UnmanagedType.LPWStr)] string psz... method SetFileNameLabel (line 628) | new void SetFileNameLabel([MarshalAs(UnmanagedType.LPWStr)] string psz... method GetResult (line 629) | new IShellItem GetResult(); method AddPlace (line 630) | new void AddPlace(IShellItem psi, FDAP fdcp); method SetDefaultExtension (line 631) | new void SetDefaultExtension([MarshalAs(UnmanagedType.LPWStr)] string ... method Close (line 632) | new void Close([MarshalAs(UnmanagedType.Error)] int hr); method SetClientGuid (line 633) | new void SetClientGuid([In] ref Guid guid); method ClearClientData (line 634) | new void ClearClientData(); method SetFilter (line 635) | new void SetFilter([MarshalAs(UnmanagedType.Interface)] object pFilter); method SetSaveAsItem (line 639) | void SetSaveAsItem(IShellItem psi); method SetProperties (line 641) | void SetProperties([In, MarshalAs(UnmanagedType.Interface)] object pSt... method SetCollectedProperties (line 643) | void SetCollectedProperties([In, MarshalAs(UnmanagedType.Interface)] o... method GetProperties (line 645) | [return: MarshalAs(UnmanagedType.Interface)] method ApplyProperties (line 648) | void ApplyProperties(IShellItem psi, [MarshalAs(UnmanagedType.Interfac... type IApplicationDestinations (line 652) | [ method SetAppID (line 662) | void SetAppID([MarshalAs(UnmanagedType.LPWStr)] string pszAppID); method RemoveDestination (line 665) | void RemoveDestination([MarshalAs(UnmanagedType.IUnknown)] object punk); method RemoveAllDestinations (line 668) | void RemoveAllDestinations(); type IApplicationDocumentLists (line 674) | [ method SetAppID (line 686) | void SetAppID([MarshalAs(UnmanagedType.LPWStr)] string pszAppID); method GetList (line 696) | [return: MarshalAs(UnmanagedType.IUnknown)] type ICustomDestinationList (line 701) | [ method SetAppID (line 708) | void SetAppID([MarshalAs(UnmanagedType.LPWStr)] string pszAppID); method BeginList (line 711) | [return: MarshalAs(UnmanagedType.Interface)] method AppendCategory (line 716) | [PreserveSig] method AppendKnownCategory (line 718) | void AppendKnownCategory(KDC category); method AddUserTasks (line 719) | [PreserveSig] method CommitList (line 721) | void CommitList(); method GetRemovedDestinations (line 724) | [return: MarshalAs(UnmanagedType.Interface)] method DeleteList (line 726) | void DeleteList([MarshalAs(UnmanagedType.LPWStr)] string pszAppID); method AbortList (line 727) | void AbortList(); type IObjectWithAppUserModelId (line 733) | [ method SetAppID (line 740) | void SetAppID([MarshalAs(UnmanagedType.LPWStr)] string pszAppID); method GetAppID (line 741) | [return: MarshalAs(UnmanagedType.LPWStr)] type IObjectWithProgId (line 748) | [ method SetProgID (line 755) | void SetProgID([MarshalAs(UnmanagedType.LPWStr)] string pszProgID); method GetProgID (line 756) | [return: MarshalAs(UnmanagedType.LPWStr)] type ITaskbarList (line 760) | [ method HrInit (line 770) | [PreserveSig] method AddTab (line 777) | void AddTab(IntPtr hwnd); method DeleteTab (line 783) | void DeleteTab(IntPtr hwnd); method ActivateTab (line 789) | void ActivateTab(IntPtr hwnd); method SetActiveAlt (line 795) | void SetActiveAlt(IntPtr hwnd); type ITaskbarList2 (line 798) | [ method HrInit (line 806) | new void HrInit(); method AddTab (line 807) | new void AddTab(IntPtr hwnd); method DeleteTab (line 808) | new void DeleteTab(IntPtr hwnd); method ActivateTab (line 809) | new void ActivateTab(IntPtr hwnd); method SetActiveAlt (line 810) | new void SetActiveAlt(IntPtr hwnd); method MarkFullscreenWindow (line 825) | void MarkFullscreenWindow(IntPtr hwnd, [MarshalAs(UnmanagedType.Bool)]... type ITaskbarList3 (line 834) | [ method HrInit (line 844) | new void HrInit(); method AddTab (line 845) | new void AddTab(IntPtr hwnd); method DeleteTab (line 846) | new void DeleteTab(IntPtr hwnd); method ActivateTab (line 847) | new void ActivateTab(IntPtr hwnd); method SetActiveAlt (line 848) | new void SetActiveAlt(IntPtr hwnd); method MarkFullscreenWindow (line 851) | new void MarkFullscreenWindow(IntPtr hwnd, [MarshalAs(UnmanagedType.Bo... method SetProgressValue (line 855) | [PreserveSig] method SetProgressState (line 858) | [PreserveSig] method RegisterTab (line 861) | [PreserveSig] method UnregisterTab (line 864) | [PreserveSig] method SetTabOrder (line 867) | [PreserveSig] method SetTabActive (line 870) | [PreserveSig] method ThumbBarAddButtons (line 873) | [PreserveSig] method ThumbBarUpdateButtons (line 876) | [PreserveSig] method ThumbBarSetImageList (line 879) | [PreserveSig] method SetOverlayIcon (line 882) | [PreserveSig] method SetThumbnailTooltip (line 885) | [PreserveSig] method SetThumbnailClip (line 889) | [PreserveSig] type ITaskbarList4 (line 893) | [ method HrInit (line 905) | new void HrInit(); method AddTab (line 906) | new void AddTab(IntPtr hwnd); method DeleteTab (line 907) | new void DeleteTab(IntPtr hwnd); method ActivateTab (line 908) | new void ActivateTab(IntPtr hwnd); method SetActiveAlt (line 909) | new void SetActiveAlt(IntPtr hwnd); method MarkFullscreenWindow (line 912) | new void MarkFullscreenWindow(IntPtr hwnd, [MarshalAs(UnmanagedType.Bo... method SetProgressValue (line 916) | [PreserveSig] new HRESULT SetProgressValue(IntPtr hwnd, ulong ullCompl... method SetProgressState (line 917) | [PreserveSig] new HRESULT SetProgressState(IntPtr hwnd, TBPF tbpFlags); method RegisterTab (line 918) | [PreserveSig] new HRESULT RegisterTab(IntPtr hwndTab, IntPtr hwndMDI); method UnregisterTab (line 919) | [PreserveSig] new HRESULT UnregisterTab(IntPtr hwndTab); method SetTabOrder (line 920) | [PreserveSig] new HRESULT SetTabOrder(IntPtr hwndTab, IntPtr hwndInser... method SetTabActive (line 921) | [PreserveSig] new HRESULT SetTabActive(IntPtr hwndTab, IntPtr hwndMDI,... method ThumbBarAddButtons (line 922) | [PreserveSig] new HRESULT ThumbBarAddButtons(IntPtr hwnd, uint cButton... method ThumbBarUpdateButtons (line 923) | [PreserveSig] new HRESULT ThumbBarUpdateButtons(IntPtr hwnd, uint cBut... method ThumbBarSetImageList (line 924) | [PreserveSig] new HRESULT ThumbBarSetImageList(IntPtr hwnd, [MarshalAs... method SetOverlayIcon (line 925) | [PreserveSig] new HRESULT SetOverlayIcon(IntPtr hwnd, NativeMethods.Ic... method SetThumbnailTooltip (line 926) | [PreserveSig] new HRESULT SetThumbnailTooltip(IntPtr hwnd, [MarshalAs(... method SetThumbnailClip (line 927) | [PreserveSig] new HRESULT SetThumbnailClip(IntPtr hwnd, NativeMethods.... method SetTabProperties (line 931) | [PreserveSig] class ShellUtil (line 940) | internal static class ShellUtil method GetPathFromShellItem (line 942) | public static string GetPathFromShellItem(IShellItem item) method GetPathForKnownFolder (line 947) | public static string GetPathForKnownFolder(Guid knownFolder) method GetShellItemForPath (line 962) | public static IShellItem2 GetShellItemForPath(string path) class NativeMethods2 (line 988) | internal static class NativeMethods2 method SHAddToRecentDocsString (line 990) | [DllImport(ExternDll.Shell32, EntryPoint = "SHAddToRecentDocs")] method SHAddToRecentDocs_ShellLink (line 995) | [DllImport(ExternDll.Shell32, EntryPoint = "SHAddToRecentDocs")] method SHAddToRecentDocs (line 998) | internal static void SHAddToRecentDocs(string path) method SHAddToRecentDocs (line 1004) | internal static void SHAddToRecentDocs(IShellLinkW shellLink) method SHCreateItemFromParsingName (line 1010) | [DllImport(ExternDll.Shell32)] method SHGetFolderPathEx (line 1014) | [DllImport(ExternDll.Shell32)] method SetCurrentProcessExplicitAppUserModelID (line 1021) | [DllImport(ExternDll.Shell32, PreserveSig = false)] method GetCurrentProcessExplicitAppUserModelID (line 1028) | [DllImport(ExternDll.Shell32)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Commands/CommandHelpers.cs class CommandHelpers (line 10) | internal static class CommandHelpers method RegisterCommandHandler (line 15) | internal static void RegisterCommandHandler(Type controlType, RoutedCo... method RegisterCommandHandler (line 20) | internal static void RegisterCommandHandler(Type controlType, RoutedCo... method RegisterCommandHandler (line 26) | internal static void RegisterCommandHandler(Type controlType, RoutedCo... method RegisterCommandHandler (line 32) | internal static void RegisterCommandHandler(Type controlType, RoutedCo... method RegisterCommandHandler (line 38) | internal static void RegisterCommandHandler(Type controlType, RoutedCo... method RegisterCommandHandler (line 44) | internal static void RegisterCommandHandler(Type controlType, RoutedCo... method RegisterCommandHandler (line 50) | internal static void RegisterCommandHandler(Type controlType, RoutedCo... method RegisterCommandHandler (line 56) | internal static void RegisterCommandHandler(Type controlType, RoutedCo... method RegisterCommandHandler (line 62) | internal static void RegisterCommandHandler(Type controlType, RoutedCo... method RegisterCommandHandler (line 70) | internal static void RegisterCommandHandler(Type controlType, RoutedCo... method RegisterCommandHandler (line 76) | internal static void RegisterCommandHandler(Type controlType, RoutedCo... method RegisterCommandHandler (line 83) | internal static void RegisterCommandHandler(Type controlType, RoutedCo... method PrivateRegisterCommandHandler (line 91) | private static void PrivateRegisterCommandHandler(Type controlType, Ro... method CanExecuteCommandSource (line 110) | internal static bool CanExecuteCommandSource(ICommandSource commandSou... method ExecuteCommandSource (line 139) | internal static void ExecuteCommandSource(ICommandSource commandSource) method CriticalExecuteCommandSource (line 147) | internal static void CriticalExecuteCommandSource(ICommandSource comma... method ExecuteCommand (line 174) | internal static void ExecuteCommand(ICommand command, object parameter... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/ActiveXContainer.cs class ActiveXContainer (line 21) | internal class ActiveXContainer : UnsafeNativeMethods.IOleContainer, Uns... method ActiveXContainer (line 25) | internal ActiveXContainer(ActiveXHost host) method ParseDisplayName (line 47) | int UnsafeNativeMethods.IOleContainer.ParseDisplayName(Object pbc, str... method EnumObjects (line 54) | int UnsafeNativeMethods.IOleContainer.EnumObjects(int grfFlags, out Un... method LockContainer (line 81) | int UnsafeNativeMethods.IOleContainer.LockContainer(bool fLock) method GetWindow (line 94) | IntPtr UnsafeNativeMethods.IOleInPlaceFrame.GetWindow() method ContextSensitiveHelp (line 99) | int UnsafeNativeMethods.IOleInPlaceFrame.ContextSensitiveHelp(int fEnt... method GetBorder (line 104) | int UnsafeNativeMethods.IOleInPlaceFrame.GetBorder(NativeMethods.COMRE... method RequestBorderSpace (line 109) | int UnsafeNativeMethods.IOleInPlaceFrame.RequestBorderSpace(NativeMeth... method SetBorderSpace (line 114) | int UnsafeNativeMethods.IOleInPlaceFrame.SetBorderSpace(NativeMethods.... method SetActiveObject (line 119) | int UnsafeNativeMethods.IOleInPlaceFrame.SetActiveObject(UnsafeNativeM... method InsertMenus (line 156) | int UnsafeNativeMethods.IOleInPlaceFrame.InsertMenus(IntPtr hmenuShare... method SetMenu (line 161) | int UnsafeNativeMethods.IOleInPlaceFrame.SetMenu(IntPtr hmenuShared, I... method RemoveMenus (line 166) | int UnsafeNativeMethods.IOleInPlaceFrame.RemoveMenus(IntPtr hmenuShared) method SetStatusText (line 171) | int UnsafeNativeMethods.IOleInPlaceFrame.SetStatusText(string pszStatu... method EnableModeless (line 176) | int UnsafeNativeMethods.IOleInPlaceFrame.EnableModeless(bool fEnable) method TranslateAccelerator (line 181) | int UnsafeNativeMethods.IOleInPlaceFrame.TranslateAccelerator(ref MSG ... method OnUIActivate (line 188) | internal void OnUIActivate(ActiveXHost site) method OnUIDeactivate (line 210) | internal void OnUIDeactivate(ActiveXHost site) method OnInPlaceDeactivate (line 225) | internal void OnInPlaceDeactivate(ActiveXHost site) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/ActiveXHelper.cs class ActiveXHelper (line 22) | internal class ActiveXHelper type ActiveXState (line 30) | public enum ActiveXState method ActiveXHelper (line 60) | private ActiveXHelper() method Pix2HM (line 68) | public static int Pix2HM(int pix, int logP) method HM2Pix (line 73) | public static int HM2Pix(int hm, int logP) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/ActiveXSite.cs class ActiveXSite (line 18) | internal class ActiveXSite : method ActiveXSite (line 32) | internal ActiveXSite(ActiveXHost host) method OnControlInfoChanged (line 44) | int UnsafeNativeMethods.IOleControlSite.OnControlInfoChanged() method LockInPlaceActive (line 49) | int UnsafeNativeMethods.IOleControlSite.LockInPlaceActive(int fLock) method GetExtendedControl (line 54) | int UnsafeNativeMethods.IOleControlSite.GetExtendedControl(out object ... method TransformCoords (line 60) | int UnsafeNativeMethods.IOleControlSite.TransformCoords(ref NativeMeth... method TranslateAccelerator (line 105) | int UnsafeNativeMethods.IOleControlSite.TranslateAccelerator(ref MSG p... method OnFocus (line 131) | int UnsafeNativeMethods.IOleControlSite.OnFocus(int fGotFocus) method ShowPropertyFrame (line 136) | int UnsafeNativeMethods.IOleControlSite.ShowPropertyFrame() method SaveObject (line 148) | int UnsafeNativeMethods.IOleClientSite.SaveObject() method GetMoniker (line 153) | int UnsafeNativeMethods.IOleClientSite.GetMoniker(int dwAssign, int dw... method GetContainer (line 159) | int UnsafeNativeMethods.IOleClientSite.GetContainer(out UnsafeNativeMe... method ShowObject (line 164) | int UnsafeNativeMethods.IOleClientSite.ShowObject() method OnShowWindow (line 188) | int UnsafeNativeMethods.IOleClientSite.OnShowWindow(int fShow) method RequestNewObjectLayout (line 193) | int UnsafeNativeMethods.IOleClientSite.RequestNewObjectLayout() method GetWindow (line 205) | IntPtr UnsafeNativeMethods.IOleInPlaceSite.GetWindow() method ContextSensitiveHelp (line 218) | int UnsafeNativeMethods.IOleInPlaceSite.ContextSensitiveHelp(int fEnte... method CanInPlaceActivate (line 223) | int UnsafeNativeMethods.IOleInPlaceSite.CanInPlaceActivate() method OnInPlaceActivate (line 228) | int UnsafeNativeMethods.IOleInPlaceSite.OnInPlaceActivate() method OnUIActivate (line 238) | int UnsafeNativeMethods.IOleInPlaceSite.OnUIActivate() method GetWindowContext (line 245) | int UnsafeNativeMethods.IOleInPlaceSite.GetWindowContext(out UnsafeNat... method Scroll (line 269) | int UnsafeNativeMethods.IOleInPlaceSite.Scroll(NativeMethods.SIZE scro... method OnUIDeactivate (line 274) | int UnsafeNativeMethods.IOleInPlaceSite.OnUIDeactivate(int fUndoable) method OnInPlaceDeactivate (line 284) | int UnsafeNativeMethods.IOleInPlaceSite.OnInPlaceDeactivate() method DiscardUndoState (line 296) | int UnsafeNativeMethods.IOleInPlaceSite.DiscardUndoState() method DeactivateAndUndo (line 301) | int UnsafeNativeMethods.IOleInPlaceSite.DeactivateAndUndo() method OnPosRectChange (line 306) | int UnsafeNativeMethods.IOleInPlaceSite.OnPosRectChange(NativeMethods.... method OnChanged (line 339) | void UnsafeNativeMethods.IPropertyNotifySink.OnChanged(int dispid) method OnRequestEdit (line 365) | int UnsafeNativeMethods.IPropertyNotifySink.OnRequestEdit(int dispid) method OnPropertyChanged (line 376) | internal virtual void OnPropertyChanged(int dispid) method StartEvents (line 430) | internal void StartEvents() method StopEvents (line 452) | internal void StopEvents() method OnActiveXRectChange (line 458) | internal int OnActiveXRectChange(NativeMethods.COMRECT lprcPosRect) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/ConnectionPointCookie.cs class ConnectionPointCookie (line 10) | internal class ConnectionPointCookie method ConnectionPointCookie (line 18) | internal ConnectionPointCookie(object source, object sink, Type eventI... method Disconnect (line 91) | internal void Disconnect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/CustomCategoryAttribute.cs class CustomCategoryAttribute (line 12) | [AttributeUsage(AttributeTargets.Field | AttributeTargets.Method | Attri... method CustomCategoryAttribute (line 15) | internal CustomCategoryAttribute(string name) : base(name) method GetLocalizedString (line 22) | protected override string GetLocalizedString(string value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/EmptyEnumerable.cs class EmptyEnumerable (line 15) | internal class EmptyEnumerable : IEnumerable method EmptyEnumerable (line 18) | private EmptyEnumerable() method GetEnumerator (line 22) | IEnumerator IEnumerable.GetEnumerator() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/EmptyEnumerator.cs class EmptyEnumerator (line 15) | internal class EmptyEnumerator : IEnumerator method EmptyEnumerator (line 18) | private EmptyEnumerator() method Reset (line 40) | public void Reset() { } method MoveNext (line 46) | public bool MoveNext() { return false; } FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/EnumUnknown.cs class EnumUnknown (line 18) | internal class EnumUnknown : UnsafeNativeMethods.IEnumUnknown method EnumUnknown (line 24) | internal EnumUnknown(Object[] arr) method EnumUnknown (line 31) | private EnumUnknown(Object[] arr, int loc) method Next (line 37) | unsafe int UnsafeNativeMethods.IEnumUnknown.Next(int celt, IntPtr rgel... method Skip (line 75) | int UnsafeNativeMethods.IEnumUnknown.Skip(int celt) method Reset (line 85) | void UnsafeNativeMethods.IEnumUnknown.Reset() method Clone (line 90) | void UnsafeNativeMethods.IEnumUnknown.Clone(out UnsafeNativeMethods.IE... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/IGeneratorHost.cs type IGeneratorHost (line 20) | internal interface IGeneratorHost method IsItemItsOwnContainer (line 30) | bool IsItemItsOwnContainer(object item); method GetContainerForItem (line 35) | DependencyObject GetContainerForItem(object item); method PrepareItemContainer (line 40) | void PrepareItemContainer(DependencyObject container, object item); method ClearContainerForItem (line 45) | void ClearContainerForItem(DependencyObject container, object item); method IsHostForItemContainer (line 50) | bool IsHostForItemContainer(DependencyObject container); method GetGroupStyle (line 55) | GroupStyle GetGroupStyle(CollectionViewGroup group, int level); method SetIsGrouping (line 60) | void SetIsGrouping(bool isGrouping); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/InkCanvasFeedbackAdorner.cs class InkCanvasFeedbackAdorner (line 19) | internal class InkCanvasFeedbackAdorner : Adorner method InkCanvasFeedbackAdorner (line 22) | private InkCanvasFeedbackAdorner() : base(null) { } method InkCanvasFeedbackAdorner (line 28) | internal InkCanvasFeedbackAdorner(InkCanvas inkCanvas) method GetDesiredTransform (line 47) | public override GeneralTransform GetDesiredTransform(GeneralTransform ... method OnBoundsUpdated (line 68) | private void OnBoundsUpdated(Rect rect) method MeasureOverride (line 130) | protected override Size MeasureOverride(Size constraint) method OnRender (line 142) | protected override void OnRender(DrawingContext drawingContext) method UpdateBounds (line 157) | internal void UpdateBounds(Rect rect) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/InkCanvasInnerCanvas.cs class InkCanvasInnerCanvas (line 19) | internal class InkCanvasInnerCanvas : Panel method InkCanvasInnerCanvas (line 29) | internal InkCanvasInnerCanvas(InkCanvas inkCanvas) method InkCanvasInnerCanvas (line 36) | private InkCanvasInnerCanvas() { } method OnVisualChildrenChanged (line 53) | protected internal override void OnVisualChildrenChanged(DependencyObj... method MeasureOverride (line 76) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 122) | protected override Size ArrangeOverride(Size arrangeSize) method OnChildDesiredSizeChanged (line 181) | protected override void OnChildDesiredSizeChanged(UIElement child) method CreateUIElementCollection (line 195) | protected override UIElementCollection CreateUIElementCollection(Frame... method GetLayoutClip (line 217) | protected override Geometry GetLayoutClip(Size layoutSlotSize) method HitTestOnElements (line 247) | internal UIElement HitTestOnElements(Point point) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/InkCanvasSelectionAdorner.cs class InkCanvasSelectionAdorner (line 19) | internal class InkCanvasSelectionAdorner : Adorner method InkCanvasSelectionAdorner (line 25) | internal InkCanvasSelectionAdorner(UIElement adornedElement) method SelectionHandleHitTest (line 97) | internal InkCanvasSelectionHitResult SelectionHandleHitTest(Point point) method UpdateSelectionWireFrame (line 142) | internal void UpdateSelectionWireFrame(Rect strokesBounds, List ... method OnRender (line 189) | protected override void OnRender(DrawingContext drawingContext) method DrawHandles (line 214) | private void DrawHandles(DrawingContext drawingContext, Rect rectWireF... method DrawBackgound (line 232) | private void DrawBackgound(DrawingContext drawingContext) method GetHandleRect (line 343) | private void GetHandleRect(InkCanvasSelectionHitResult hitResult, Rect... method GetWireFrameRect (line 414) | private Rect GetWireFrameRect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/InnerItemCollectionView.cs class InnerItemCollectionView (line 22) | internal sealed class InnerItemCollectionView : CollectionView, IList method InnerItemCollectionView (line 26) | public InnerItemCollectionView(int capacity, ItemCollection itemCollec... method Contains (line 84) | public override bool Contains(object item) method Add (line 171) | public int Add(object item) method Clear (line 227) | public void Clear() method Insert (line 245) | public void Insert(int index, object item) method Remove (line 291) | public void Remove(object item) method RemoveAt (line 303) | public void RemoveAt(int index) method CopyTo (line 347) | void ICollection.CopyTo(Array array, int index) method IndexOf (line 418) | public override int IndexOf(object item) method GetItemAt (line 432) | public override object GetItemAt(int index) method MoveCurrentTo (line 443) | public override bool MoveCurrentTo(object item) method MoveCurrentToPosition (line 461) | public override bool MoveCurrentToPosition(int position) method RefreshOverride (line 500) | protected override void RefreshOverride() method GetEnumerator (line 578) | protected override IEnumerator GetEnumerator() method SetIsModified (line 656) | private void SetIsModified() method ClearIsModified (line 662) | private void ClearIsModified() method _RemoveAt (line 667) | private void _RemoveAt(int index, int indexR, object item) method AssertPristineModelChild (line 700) | private DependencyObject AssertPristineModelChild(object item) method SetModelParent (line 720) | private void SetModelParent(object item) method ClearModelParent (line 728) | private void ClearModelParent(object item) method SetSortDescriptions (line 737) | private void SetSortDescriptions(SortDescriptionCollection descriptions) method SortDescriptionsChanged (line 754) | private void SortDescriptionsChanged(object sender, NotifyCollectionCh... method _MoveCurrentToPosition (line 760) | private void _MoveCurrentToPosition(int position) method AdjustCurrencyForAdd (line 777) | private void AdjustCurrencyForAdd(int index) method AdjustCurrencyForRemove (line 804) | private void AdjustCurrencyForRemove(int index) method MoveCurrencyOffDeletedElement (line 823) | private void MoveCurrencyOffDeletedElement() method OnPropertyChanged (line 843) | private void OnPropertyChanged(string propertyName) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/ModelTreeEnumerator.cs class ModelTreeEnumerator (line 11) | internal abstract class ModelTreeEnumerator : IEnumerator method ModelTreeEnumerator (line 13) | internal ModelTreeEnumerator(object content) method MoveNext (line 28) | bool IEnumerator.MoveNext() method Reset (line 33) | void IEnumerator.Reset() method MoveNext (line 81) | protected virtual bool MoveNext() method Reset (line 103) | protected virtual void Reset() method VerifyUnchanged (line 114) | protected void VerifyUnchanged() class ContentModelTreeEnumerator (line 133) | internal class ContentModelTreeEnumerator : ModelTreeEnumerator method ContentModelTreeEnumerator (line 135) | internal ContentModelTreeEnumerator(ContentControl contentControl, obj... class HeaderedContentModelTreeEnumerator (line 153) | internal class HeaderedContentModelTreeEnumerator : ModelTreeEnumerator method HeaderedContentModelTreeEnumerator (line 155) | internal HeaderedContentModelTreeEnumerator(HeaderedContentControl hea... method MoveNext (line 177) | protected override bool MoveNext() class HeaderedItemsModelTreeEnumerator (line 213) | internal class HeaderedItemsModelTreeEnumerator : ModelTreeEnumerator method HeaderedItemsModelTreeEnumerator (line 215) | internal HeaderedItemsModelTreeEnumerator(HeaderedItemsControl headere... method MoveNext (line 238) | protected override bool MoveNext() method Reset (line 249) | protected override void Reset() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/StickyNote/StickyNoteAnnotations.cs type XmlToken (line 34) | [System.Flags] class SNCAnnotation (line 53) | internal class SNCAnnotation method SNCAnnotation (line 64) | static SNCAnnotation() method SNCAnnotation (line 76) | public SNCAnnotation(Annotation annotation) method SNCAnnotation (line 87) | private SNCAnnotation() { } method UpdateAnnotation (line 105) | public static void UpdateAnnotation(XmlToken token, StickyNoteControl ... method UpdateStickyNoteControl (line 157) | public static void UpdateStickyNoteControl(XmlToken token, StickyNoteC... method FindCargo (line 400) | private AnnotationResource FindCargo(string cargoName) method FindData (line 416) | private object FindData(XmlToken token) method GetCargoAndRoot (line 457) | private static void GetCargoAndRoot( method UpdateAttribute (line 501) | private void UpdateAttribute(XmlElement root, XmlToken token, string v... method GetXmlName (line 527) | private static string GetXmlName(XmlToken token) method AddXmlTokenNames (line 536) | private static void AddXmlTokenNames(XmlToken token) method GetCargoName (line 575) | private static string GetCargoName(XmlToken token) method FindRootXmlElement (line 621) | private static XmlElement FindRootXmlElement(XmlToken token, Annotatio... method FindContent (line 670) | private static object FindContent(XmlToken token, AnnotationResource c... method UpdateContent (line 704) | private void UpdateContent(StickyNoteControl snc, bool updateAnnotatio... method UpdateMetaData (line 786) | private static void UpdateMetaData(XmlToken token, StickyNoteControl s... class StickyNoteControl (line 890) | public partial class StickyNoteControl method AddAttachedAnnotation (line 903) | void IAnnotationComponent.AddAttachedAnnotation(IAttachedAnnotation at... method RemoveAttachedAnnotation (line 927) | void IAnnotationComponent.RemoveAttachedAnnotation(IAttachedAnnotation... method ModifyAttachedAnnotation (line 955) | void IAnnotationComponent.ModifyAttachedAnnotation(IAttachedAnnotation... method GetDesiredTransform (line 985) | GeneralTransform IAnnotationComponent.GetDesiredTransform(GeneralTrans... method OnAuthorUpdated (line 1247) | private void OnAuthorUpdated(object obj, AnnotationAuthorChangedEventA... method OnAnnotationUpdated (line 1261) | private void OnAnnotationUpdated(object obj, AnnotationResourceChanged... method SetAnnotation (line 1279) | private void SetAnnotation(IAttachedAnnotation attachedAnnotation) method ClearAnnotation (line 1344) | private void ClearAnnotation() method OnRequestBringIntoView (line 1364) | private void OnRequestBringIntoView(Object sender, RequestBringIntoVie... method DispatchBringIntoView (line 1411) | private object DispatchBringIntoView(object arg) method UpdateSNCWithAnnotation (line 1424) | private void UpdateSNCWithAnnotation(XmlToken tokens) method UpdateAnnotationWithSNC (line 1448) | private void UpdateAnnotationWithSNC(XmlToken tokens) method UpdateOffsets (line 1475) | private void UpdateOffsets() method GetOffsets (line 1527) | private static void GetOffsets(Rect rectPage, Rect rectStickyNote, out... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/StickyNote/StickyNoteContentControl.cs class StickyNoteContentControl (line 23) | internal abstract class StickyNoteContentControl method StickyNoteContentControl (line 33) | protected StickyNoteContentControl(FrameworkElement innerControl) method StickyNoteContentControl (line 39) | private StickyNoteContentControl() { } method Save (line 55) | public abstract void Save(XmlNode node); method Load (line 61) | public abstract void Load(XmlNode node); method Clear (line 66) | public abstract void Clear(); method SetInnerControl (line 119) | protected void SetInnerControl(FrameworkElement innerControl) class StickyNoteContentControlFactory (line 145) | internal static class StickyNoteContentControlFactory class StickyNoteRichTextBox (line 158) | private class StickyNoteRichTextBox : StickyNoteContentControl method StickyNoteRichTextBox (line 168) | public StickyNoteRichTextBox(RichTextBox rtb) method Clear (line 188) | public override void Clear() method Save (line 197) | public override void Save(XmlNode node) method Load (line 225) | public override void Load(XmlNode node) method OnPastingDataObject (line 290) | private void OnPastingDataObject(Object sender, DataObjectPastingEve... class StickyNoteInkCanvas (line 332) | private class StickyNoteInkCanvas : StickyNoteContentControl method StickyNoteInkCanvas (line 342) | public StickyNoteInkCanvas(InkCanvas canvas) method Clear (line 361) | public override void Clear() method Save (line 370) | public override void Save(XmlNode node) method Load (line 392) | public override void Load(XmlNode node) method CreateContentControl (line 466) | public static StickyNoteContentControl CreateContentControl(StickyNote... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/StickyNote/StickyNoteHelper.cs class LockHelper (line 43) | internal class LockHelper type LockFlag (line 45) | [Flags] class AutoLocker (line 52) | public class AutoLocker : IDisposable method AutoLocker (line 54) | public AutoLocker(LockHelper helper, LockFlag flag) method Dispose (line 66) | public void Dispose() method AutoLocker (line 75) | private AutoLocker() { } method IsLocked (line 81) | public bool IsLocked(LockFlag flag) method Lock (line 86) | private void Lock(LockFlag flag) method Unlock (line 91) | private void Unlock(LockFlag flag) class SNBConstants (line 100) | internal static class SNBConstants FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/TemplatedAdorner.cs class TemplatedAdorner (line 25) | internal sealed class TemplatedAdorner : Adorner method ClearChild (line 32) | public void ClearChild() method TemplatedAdorner (line 38) | public TemplatedAdorner(UIElement adornedElement, ControlTemplate ador... method GetDesiredTransform (line 66) | public override GeneralTransform GetDesiredTransform(GeneralTransform ... method GetVisualChild (line 106) | protected override Visual GetVisualChild(int index) method MeasureOverride (line 133) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 156) | protected override Size ArrangeOverride(Size size) method NeedsUpdate (line 167) | internal override bool NeedsUpdate(Size oldSize) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/ValidationErrorCollection.cs class ValidationErrorCollection (line 25) | internal class ValidationErrorCollection : ObservableCollection method InsertItem (line 38) | protected override void InsertItem(int index, ValidationRule item) method SetItem (line 48) | protected override void SetItem(int index, ValidationRule item) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/WebBrowserEvent.cs class WebBrowserEvent (line 21) | [ClassInterface(ClassInterfaceType.None)] method WebBrowserEvent (line 28) | public WebBrowserEvent(WebBrowser parent) method BeforeNavigate2 (line 34) | public void BeforeNavigate2(object pDisp, ref object url, ref object f... method IsAllowedScriptScheme (line 146) | private static bool IsAllowedScriptScheme(Uri uri) method NavigateComplete2 (line 155) | public void NavigateComplete2(object pDisp, ref object url) method DocumentComplete (line 209) | public void DocumentComplete(object pDisp, ref object url) method ShouldIgnoreCompletionEvent (line 236) | private bool ShouldIgnoreCompletionEvent(ref object url) method CommandStateChange (line 242) | public void CommandStateChange(long command, bool enable) method TitleChange (line 254) | public void TitleChange(string text) method SetSecureLockIcon (line 259) | public void SetSecureLockIcon(int secureLockIcon) method NewWindow2 (line 265) | public void NewWindow2(ref object ppDisp, ref bool cancel) method ProgressChange (line 272) | public void ProgressChange(int progress, int progressMax) method StatusTextChange (line 278) | public void StatusTextChange(string text) method DownloadBegin (line 283) | public void DownloadBegin() method FileDownload (line 288) | public void FileDownload(ref bool activeDocument, ref bool cancel) { } method PrivacyImpactedStateChange (line 290) | public void PrivacyImpactedStateChange(bool bImpacted) { } method UpdatePageStatus (line 292) | public void UpdatePageStatus(object pDisp, ref object nPage, ref objec... method PrintTemplateTeardown (line 294) | public void PrintTemplateTeardown(object pDisp) { } method PrintTemplateInstantiation (line 296) | public void PrintTemplateInstantiation(object pDisp) { } method NavigateError (line 298) | public void NavigateError(object pDisp, ref object url, ref object fra... method ClientToHostWindow (line 300) | public void ClientToHostWindow(ref long cX, ref long cY) { } method WindowClosing (line 302) | public void WindowClosing(bool isChildWindow, ref bool cancel) { } method WindowSetHeight (line 304) | public void WindowSetHeight(int height) { } method WindowSetWidth (line 306) | public void WindowSetWidth(int width) { } method WindowSetTop (line 308) | public void WindowSetTop(int top) { } method WindowSetLeft (line 310) | public void WindowSetLeft(int left) { } method WindowSetResizable (line 312) | public void WindowSetResizable(bool resizable) { } method OnTheaterMode (line 314) | public void OnTheaterMode(bool theaterMode) { } method OnFullScreen (line 316) | public void OnFullScreen(bool fullScreen) { } method OnStatusBar (line 318) | public void OnStatusBar(bool statusBar) { } method OnMenuBar (line 320) | public void OnMenuBar(bool menuBar) { } method OnToolBar (line 322) | public void OnToolBar(bool toolBar) { } method OnVisible (line 324) | public void OnVisible(bool visible) { } method OnQuit (line 326) | public void OnQuit() { } method PropertyChange (line 328) | public void PropertyChange(string szProperty) { } method DownloadComplete (line 330) | public void DownloadComplete() { } method SetPhishingFilterStatus (line 332) | public void SetPhishingFilterStatus(uint phishingFilterStatus) { } method WindowStateChanged (line 334) | public void WindowStateChanged(uint dwFlags, uint dwValidFlagsMask) { } FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Controls/WebBrowserSite.cs class WebBrowserSite (line 44) | internal class WebBrowserSite : ActiveXSite, method WebBrowserSite (line 53) | internal WebBrowserSite(WebBrowser host) : base(host) method ShowContextMenu (line 60) | int UnsafeNativeMethods.IDocHostUIHandler.ShowContextMenu(int dwID, re... method GetHostInfo (line 70) | int UnsafeNativeMethods.IDocHostUIHandler.GetHostInfo(NativeMethods.DO... method EnableModeless (line 95) | int UnsafeNativeMethods.IDocHostUIHandler.EnableModeless(bool fEnable) method ShowUI (line 101) | int UnsafeNativeMethods.IDocHostUIHandler.ShowUI(int dwID, UnsafeNativ... method HideUI (line 109) | int UnsafeNativeMethods.IDocHostUIHandler.HideUI() method UpdateUI (line 114) | int UnsafeNativeMethods.IDocHostUIHandler.UpdateUI() method OnDocWindowActivate (line 118) | int UnsafeNativeMethods.IDocHostUIHandler.OnDocWindowActivate(bool fAc... method OnFrameWindowActivate (line 122) | int UnsafeNativeMethods.IDocHostUIHandler.OnFrameWindowActivate(bool f... method ResizeBorder (line 127) | int UnsafeNativeMethods.IDocHostUIHandler.ResizeBorder(NativeMethods.C... method GetOptionKeyPath (line 132) | int UnsafeNativeMethods.IDocHostUIHandler.GetOptionKeyPath(string[] pb... method GetDropTarget (line 137) | int UnsafeNativeMethods.IDocHostUIHandler.GetDropTarget(UnsafeNativeMe... method GetExternal (line 150) | int UnsafeNativeMethods.IDocHostUIHandler.GetExternal(out object ppDis... method TranslateAccelerator (line 161) | int UnsafeNativeMethods.IDocHostUIHandler.TranslateAccelerator(ref Sys... method TranslateUrl (line 184) | int UnsafeNativeMethods.IDocHostUIHandler.TranslateUrl(int dwTranslate... method FilterDataObject (line 193) | int UnsafeNativeMethods.IDocHostUIHandler.FilterDataObject(IComDataObj... method TranslateAccelerator (line 205) | int UnsafeNativeMethods.IOleControlSite.TranslateAccelerator(ref MSG m... method MoveFocusCallback (line 221) | private void MoveFocusCallback(object direction) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/AccessorTable.cs class AccessorInfo (line 20) | internal sealed class AccessorInfo method AccessorInfo (line 22) | internal AccessorInfo(object accessor, Type propertyType, object[] args) class AccessorTable (line 42) | internal sealed class AccessorTable method AccessorTable (line 44) | internal AccessorTable() method RequestCleanup (line 96) | private void RequestCleanup() method CleanupOperation (line 103) | private object CleanupOperation(object arg) method PrintStats (line 133) | [Conditional("DEBUG")] type AccessorTableKey (line 176) | private readonly struct AccessorTableKey : IEquatable method AccessorTableKey (line 178) | public AccessorTableKey(SourceValueType sourceValueType, Type type, ... method Equals (line 187) | public override bool Equals(object o) => o is AccessorTableKey other... method Equals (line 189) | public bool Equals(AccessorTableKey other) => method GetHashCode (line 198) | public override int GetHashCode() => unchecked(_type.GetHashCode() +... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/AsyncDataRequest.cs type AsyncRequestStatus (line 16) | internal enum AsyncRequestStatus class AsyncDataRequest (line 31) | internal class AsyncDataRequest method AsyncDataRequest (line 40) | internal AsyncDataRequest(object bindingState, method DoWork (line 89) | public object DoWork() method DoBeginWork (line 105) | public bool DoBeginWork() method Complete (line 121) | public void Complete(object result) method Cancel (line 138) | public void Cancel() method Fail (line 146) | public void Fail(Exception exception) method ChangeStatus (line 174) | private bool ChangeStatus(AsyncRequestStatus newStatus) class AsyncGetValueRequest (line 222) | internal class AsyncGetValueRequest : AsyncDataRequest method AsyncGetValueRequest (line 231) | internal AsyncGetValueRequest(object item, class AsyncSetValueRequest (line 270) | internal class AsyncSetValueRequest : AsyncDataRequest method AsyncSetValueRequest (line 279) | internal AsyncSetValueRequest(object item, FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/BindingCollection.cs class BindingCollection (line 20) | internal class BindingCollection : Collection method BindingCollection (line 29) | internal BindingCollection(BindingBase owner, BindingCollectionChanged... method BindingCollection (line 37) | private BindingCollection() method ClearItems (line 55) | protected override void ClearItems() method RemoveItem (line 66) | protected override void RemoveItem(int index) method InsertItem (line 77) | protected override void InsertItem(int index, BindingBase item) method SetItem (line 91) | protected override void SetItem(int index, BindingBase item) method ValidateItem (line 110) | private void ValidateItem(BindingBase binding) method OnBindingCollectionChanged (line 117) | private void OnBindingCollectionChanged() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/BindingExpressionUncommonField.cs class BindingExpressionUncommonField (line 17) | internal class BindingExpressionUncommonField : UncommonField delet... class GroupTreeNode (line 397) | private class GroupTreeNode method InitializeGroup (line 411) | private void InitializeGroup(CollectionViewGroupInternal group, GroupD... method GetGroupDescription (line 435) | private GroupDescription GetGroupDescription(CollectionViewGroup group... method AddToSubgroups (line 475) | private void AddToSubgroups(object item, LiveShapingItem lsi, Collecti... method AddToSubgroup (line 513) | private void AddToSubgroup(object item, LiveShapingItem lsi, Collectio... method MoveWithinSubgroups (line 573) | private void MoveWithinSubgroups(object item, CollectionViewGroupInter... method MoveWithinSubgroup (line 599) | private void MoveWithinSubgroup(object item, CollectionViewGroupIntern... method MoveWithinSubgroup (line 640) | private void MoveWithinSubgroup(object item, CollectionViewGroupIntern... method GetGroupNameKey (line 654) | private object GetGroupNameKey(object name, CollectionViewGroupInterna... method RemoveFromSubgroups (line 680) | private bool RemoveFromSubgroups(object item, CollectionViewGroupInter... method RemoveFromSubgroup (line 713) | private bool RemoveFromSubgroup(object item, CollectionViewGroupIntern... method RemoveFromGroupDirectly (line 747) | private bool RemoveFromGroupDirectly(CollectionViewGroupInternal group... method RemoveItemFromSubgroupsByExhaustiveSearch (line 766) | private void RemoveItemFromSubgroupsByExhaustiveSearch(CollectionViewG... method GetGroupName (line 791) | private object GetGroupName(object item, GroupDescription groupDescrip... class TopLevelGroupDescription (line 815) | private class TopLevelGroupDescription : GroupDescription method TopLevelGroupDescription (line 817) | public TopLevelGroupDescription() method GroupNameFromItem (line 822) | public override object GroupNameFromItem(object item, int level, Sys... class AbandonedGroupItem (line 830) | internal class AbandonedGroupItem method AbandonedGroupItem (line 832) | public AbandonedGroupItem(LiveShapingItem lsi, CollectionViewGroupInte... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/CollectionViewProxy.cs class CollectionViewProxy (line 25) | internal class CollectionViewProxy : CollectionView, IEditableCollection... method CollectionViewProxy (line 33) | internal CollectionViewProxy(ICollectionView view) method Contains (line 71) | public override bool Contains(object item) method Refresh (line 167) | public override void Refresh() method DeferRefresh (line 179) | public override IDisposable DeferRefresh() method MoveCurrentToFirst (line 212) | public override bool MoveCurrentToFirst() method MoveCurrentToPrevious (line 218) | public override bool MoveCurrentToPrevious() method MoveCurrentToNext (line 224) | public override bool MoveCurrentToNext() method MoveCurrentToLast (line 230) | public override bool MoveCurrentToLast() method MoveCurrentTo (line 236) | public override bool MoveCurrentTo(object item) method MoveCurrentToPosition (line 242) | public override bool MoveCurrentToPosition(int position) method IndexOf (line 317) | public override int IndexOf(object item) method PassesFilter (line 329) | public override bool PassesFilter(object item) method GetItemAt (line 344) | public override object GetItemAt(int index) method DetachFromSourceCollection (line 356) | public override void DetachFromSourceCollection() method AddNew (line 437) | object IEditableCollectionView.AddNew() method CommitNew (line 456) | void IEditableCollectionView.CommitNew() method CancelNew (line 473) | void IEditableCollectionView.CancelNew() method RemoveAt (line 554) | void IEditableCollectionView.RemoveAt(int index) method Remove (line 570) | void IEditableCollectionView.Remove(object item) method EditItem (line 594) | void IEditableCollectionView.EditItem(object item) method CommitEdit (line 611) | void IEditableCollectionView.CommitEdit() method CancelEdit (line 628) | void IEditableCollectionView.CancelEdit() method AddNewItem (line 735) | object IEditableCollectionViewAddNewItem.AddNewItem(object newItem) method GetEnumerator (line 986) | protected override IEnumerator GetEnumerator() { return ((IEnumerable)... method GetCollectionChangedSources (line 993) | internal override void GetCollectionChangedSources(int level, Action GetBindingGroupsInScope(DependencyObject e... method GetBindingsInScope (line 67) | internal List GetBindingsInScope(DependencyObje... method Purge (line 94) | internal bool Purge() method IsInScope (line 130) | private bool IsInScope(DependencyObject ancestor, DependencyObject ele... class Set (line 150) | private class Set : Dictionary, IEnumerable method Set (line 152) | public Set() method Set (line 157) | public Set(IDictionary other) method Set (line 162) | public Set(IEqualityComparer comparer) method Add (line 167) | public void Add(T item) method GetEnumerator (line 175) | IEnumerator IEnumerable.GetEnumerator() method ToList (line 180) | public List ToList() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/CompositeCollectionView.cs class CompositeCollectionView (line 25) | internal sealed class CompositeCollectionView : CollectionView method CompositeCollectionView (line 34) | internal CompositeCollectionView(CompositeCollection collection) method Contains (line 167) | public override bool Contains(object item) method IndexOf (line 176) | public override int IndexOf(object item) method GetItemAt (line 190) | public override object GetItemAt(int index) method MoveCurrentTo (line 215) | public override bool MoveCurrentTo(object item) method MoveCurrentToFirst (line 234) | public override bool MoveCurrentToFirst() method MoveCurrentToLast (line 245) | public override bool MoveCurrentToLast() method MoveCurrentToNext (line 278) | public override bool MoveCurrentToNext() method MoveCurrentToPrevious (line 289) | public override bool MoveCurrentToPrevious() method MoveCurrentToPosition (line 304) | public override bool MoveCurrentToPosition(int position) method RefreshOverride (line 350) | protected override void RefreshOverride() method GetEnumerator (line 374) | protected override IEnumerator GetEnumerator() method ProcessCollectionChanged (line 383) | protected override void ProcessCollectionChanged(NotifyCollectionChang... method OnContainedCollectionChanged (line 671) | internal void OnContainedCollectionChanged(object sender, NotifyCollec... method HasReliableHashCodes (line 794) | internal override bool HasReliableHashCodes() method GetCollectionChangedSources (line 821) | internal override void GetCollectionChangedSources(int level, Action _sourceType.GetHashCode() + _ta... method Equals (line 660) | public override bool Equals(object o) => o is ValueConverterTableKey... method Equals (line 662) | public bool Equals(ValueConverterTableKey other) => class DataBindEngineShutDownListener (line 668) | private sealed class DataBindEngineShutDownListener : ShutDownListener method DataBindEngineShutDownListener (line 670) | public DataBindEngineShutDownListener(DataBindEngine target) : base(... method OnShutDown (line 674) | internal override void OnShutDown(object target, object sender, Even... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/DataBindOperation.cs class DataBindOperation (line 12) | internal class DataBindOperation method DataBindOperation (line 14) | public DataBindOperation(DispatcherOperationCallback method, object ar... method Invoke (line 27) | public void Invoke() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/DataExtensionMethods.cs class DataExtensionMethods (line 12) | internal static class DataExtensionMethods method Search (line 18) | internal static int Search(this IList list, int index, int count, obje... method Search (line 38) | internal static int Search(this IList list, object value, IComparer co... method Move (line 45) | internal static void Move(this IList list, int oldIndex, int newIndex) method Sort (line 64) | internal static void Sort(this IList list, IComparer comparer) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/DefaultAsyncDataDispatcher.cs class DefaultAsyncDataDispatcher (line 14) | internal class DefaultAsyncDataDispatcher : IAsyncDataDispatcher method AddRequest (line 23) | void IAsyncDataDispatcher.AddRequest(AsyncDataRequest request) method CancelAllRequests (line 34) | void IAsyncDataDispatcher.CancelAllRequests() method ProcessRequest (line 56) | private void ProcessRequest(object o) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/DefaultValueConverter.cs class DefaultValueConverter (line 25) | internal class DefaultValueConverter method DefaultValueConverter (line 33) | protected DefaultValueConverter(TypeConverter typeConverter, Type sour... method Create (line 55) | internal static IValueConverter Create(Type sourceType, method GetConverter (line 175) | internal static TypeConverter GetConverter(Type type) method TryParse (line 194) | internal static object TryParse(object o, Type targetType, CultureInfo... method ConvertFrom (line 249) | protected object ConvertFrom(object o, Type destinationType, Dependenc... method ConvertTo (line 254) | protected object ConvertTo(object o, Type destinationType, DependencyO... method EnsureConverter (line 260) | protected void EnsureConverter(Type type) method ConvertHelper (line 274) | private object ConvertHelper(object o, Type destinationType, Dependenc... class SourceDefaultValueConverter (line 374) | internal class SourceDefaultValueConverter : DefaultValueConverter, IVal... method SourceDefaultValueConverter (line 382) | public SourceDefaultValueConverter(TypeConverter typeConverter, Type s... method Convert (line 395) | public object Convert(object o, Type type, object parameter, CultureIn... method ConvertBack (line 400) | public object ConvertBack(object o, Type type, object parameter, Cultu... class TargetDefaultValueConverter (line 410) | internal class TargetDefaultValueConverter : DefaultValueConverter, IVal... method TargetDefaultValueConverter (line 418) | public TargetDefaultValueConverter(TypeConverter typeConverter, Type s... method Convert (line 430) | public object Convert(object o, Type type, object parameter, CultureIn... method ConvertBack (line 435) | public object ConvertBack(object o, Type type, object parameter, Cultu... class SystemConvertConverter (line 445) | internal class SystemConvertConverter : IValueConverter method SystemConvertConverter (line 447) | public SystemConvertConverter(Type sourceType, Type targetType) method Convert (line 453) | public object Convert(object o, Type type, object parameter, CultureIn... method ConvertBack (line 458) | public object ConvertBack(object o, Type type, object parameter, Cultu... method CanConvert (line 467) | public static bool CanConvert(Type sourceType, Type targetType) method CanConvertChar (line 511) | private static bool CanConvertChar(Type type) class ObjectTargetConverter (line 547) | internal class ObjectTargetConverter : DefaultValueConverter, IValueConv... method ObjectTargetConverter (line 555) | public ObjectTargetConverter(Type sourceType, DataBindEngine engine) : method Convert (line 567) | public object Convert(object o, Type type, object parameter, CultureIn... method ConvertBack (line 573) | public object ConvertBack(object o, Type type, object parameter, Cultu... class ObjectSourceConverter (line 594) | internal class ObjectSourceConverter : DefaultValueConverter, IValueConv... method ObjectSourceConverter (line 602) | public ObjectSourceConverter(Type targetType, DataBindEngine engine) : method Convert (line 614) | public object Convert(object o, Type type, object parameter, CultureIn... method ConvertBack (line 631) | public object ConvertBack(object o, Type type, object parameter, Cultu... class ListSourceConverter (line 642) | internal class ListSourceConverter : IValueConverter method Convert (line 657) | public object Convert(object o, Type type, object parameter, CultureIn... method ConvertBack (line 670) | public object ConvertBack(object o, Type type, object parameter, Cultu... class InterfaceConverter (line 680) | internal class InterfaceConverter : IValueConverter method InterfaceConverter (line 688) | internal InterfaceConverter(Type sourceType, Type targetType) method Convert (line 700) | public object Convert(object o, Type type, object parameter, CultureIn... method ConvertBack (line 705) | public object ConvertBack(object o, Type type, object parameter, Cultu... method ConvertTo (line 710) | private object ConvertTo(object o, Type type) class ValueConverterContext (line 723) | internal class ValueConverterContext : ITypeDescriptorContext, IUriContext method GetService (line 726) | public virtual object GetService(Type serviceType) method SetTargetElement (line 769) | internal void SetTargetElement(DependencyObject target) method OnComponentChanged (line 792) | public void OnComponentChanged() { } method OnComponentChanging (line 793) | public bool OnComponentChanging() { return false; } FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/DifferencingCollection.cs class DifferencingCollection (line 38) | internal sealed class DifferencingCollection : ObservableCollection method DifferencingCollection (line 40) | internal DifferencingCollection(IEnumerable enumerable) method Update (line 45) | internal void Update(IEnumerable enumerable) method LoadItems (line 220) | private void LoadItems(IEnumerable enumerable) method Reload (line 229) | private void Reload(IEnumerable enumerable) type Change (line 239) | private enum Change { None, Add, Remove, Move, Replace, Reset } FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/DisplayMemberTemplateSelector.cs class DisplayMemberTemplateSelector (line 16) | internal sealed class DisplayMemberTemplateSelector : DataTemplateSelector method DisplayMemberTemplateSelector (line 22) | public DisplayMemberTemplateSelector(string displayMemberPath, string ... method SelectTemplate (line 35) | public override DataTemplate SelectTemplate(object item, DependencyObj... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/DynamicObjectAccessor.cs class DynamicObjectAccessor (line 14) | internal class DynamicObjectAccessor method DynamicObjectAccessor (line 16) | protected DynamicObjectAccessor(Type ownerType, string propertyName) method MissingMemberErrorString (line 27) | public static string MissingMemberErrorString(object target, string name) class DynamicPropertyAccessor (line 40) | internal abstract class DynamicPropertyAccessor : DynamicObjectAccessor method DynamicPropertyAccessor (line 42) | protected DynamicPropertyAccessor(Type ownerType, string propertyName) method GetValue (line 47) | public abstract object GetValue(object component); method SetValue (line 49) | public abstract void SetValue(object component, object value); class DynamicIndexerAccessor (line 56) | internal abstract class DynamicIndexerAccessor : DynamicObjectAccessor method DynamicIndexerAccessor (line 58) | protected DynamicIndexerAccessor(Type ownerType, string propertyName) method GetValue (line 63) | public abstract object GetValue(object component, object[] args); method SetValue (line 65) | public abstract void SetValue(object component, object[] args, object ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/DynamicValueConverter.cs class DynamicValueConverter (line 16) | internal class DynamicValueConverter : IValueConverter method DynamicValueConverter (line 18) | internal DynamicValueConverter(bool targetToSourceNeeded) method DynamicValueConverter (line 23) | internal DynamicValueConverter(bool targetToSourceNeeded, Type sourceT... method Convert (line 29) | internal object Convert(object value, Type targetType) method Convert (line 34) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 59) | public object ConvertBack(object value, Type sourceType, object parame... method EnsureConverter (line 85) | private void EnsureConverter(Type sourceType, Type targetType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/EnumerableCollectionView.cs class EnumerableCollectionView (line 20) | internal class EnumerableCollectionView : CollectionView, IItemProperties method EnumerableCollectionView (line 33) | internal EnumerableCollectionView(IEnumerable source) method Contains (line 90) | public override bool Contains(object item) method DeferRefresh (line 181) | public override IDisposable DeferRefresh() method MoveCurrentToFirst (line 214) | public override bool MoveCurrentToFirst() method MoveCurrentToPrevious (line 220) | public override bool MoveCurrentToPrevious() method MoveCurrentToNext (line 226) | public override bool MoveCurrentToNext() method MoveCurrentToLast (line 232) | public override bool MoveCurrentToLast() method MoveCurrentTo (line 238) | public override bool MoveCurrentTo(object item) method MoveCurrentToPosition (line 244) | public override bool MoveCurrentToPosition(int position) method IndexOf (line 325) | public override int IndexOf(object item) method PassesFilter (line 338) | public override bool PassesFilter(object item) method GetItemAt (line 352) | public override object GetItemAt(int index) method GetEnumerator (line 373) | protected override IEnumerator GetEnumerator() method RefreshOverride (line 380) | protected override void RefreshOverride() method ProcessCollectionChanged (line 392) | protected override void ProcessCollectionChanged(NotifyCollectionChang... method LoadSnapshot (line 495) | private void LoadSnapshot(IEnumerable source) method LoadSnapshotCore (line 528) | private void LoadSnapshotCore(IEnumerable source) method EnsureSnapshot (line 558) | private void EnsureSnapshot() method IgnoreViewEvents (line 591) | private IDisposable IgnoreViewEvents() method BeginIgnoreEvents (line 596) | private void BeginIgnoreEvents() method EndIgnoreEvents (line 601) | private void EndIgnoreEvents() method _OnPropertyChanged (line 608) | private void _OnPropertyChanged(object sender, PropertyChangedEventArg... method _OnViewChanged (line 616) | private void _OnViewChanged(object sender, NotifyCollectionChangedEven... method _OnCurrentChanging (line 624) | private void _OnCurrentChanging(object sender, CurrentChangingEventArg... method _OnCurrentChanged (line 632) | private void _OnCurrentChanged(object sender, EventArgs args) class IgnoreViewEventsHelper (line 657) | private class IgnoreViewEventsHelper : IDisposable method IgnoreViewEventsHelper (line 659) | public IgnoreViewEventsHelper(EnumerableCollectionView parent) method Dispose (line 665) | public void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/IAsyncDataDispatcher.cs type IAsyncDataDispatcher (line 13) | internal interface IAsyncDataDispatcher method AddRequest (line 16) | void AddRequest(AsyncDataRequest request); method CancelAllRequests (line 19) | void CancelAllRequests(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/IndexedEnumerable.cs class IndexedEnumerable (line 30) | internal class IndexedEnumerable : IEnumerable, IWeakEventListener method IndexedEnumerable (line 41) | internal IndexedEnumerable(IEnumerable collection) method IndexedEnumerable (line 49) | internal IndexedEnumerable(IEnumerable collection, Predicate f... method IndexOf (line 76) | internal int IndexOf(object item) method GetEnumerator (line 285) | public IEnumerator GetEnumerator() method CopyTo (line 293) | internal static void CopyTo(IEnumerable collection, Array array, int i... method Invalidate (line 327) | internal void Invalidate() method CacheCurrentItem (line 364) | private void CacheCurrentItem(int index, object item) method EnsureCacheCurrent (line 372) | private bool EnsureCacheCurrent() method EnsureEnumerator (line 404) | private int EnsureEnumerator() method UseNewEnumerator (line 426) | private void UseNewEnumerator() method InvalidateEnumerator (line 440) | private void InvalidateEnumerator() method DisposeEnumerator (line 450) | private void DisposeEnumerator(ref IEnumerator ie) method ClearAllCaches (line 458) | private void ClearAllCaches() method SetCollection (line 465) | private void SetCollection(IEnumerable collection) method GetNativeCount (line 518) | private bool GetNativeCount(out int value) method GetNativeIsEmpty (line 551) | private bool GetNativeIsEmpty(out bool isEmpty) method GetNativeIndexOf (line 584) | private bool GetNativeIndexOf(object item, out int value) method GetNativeItemAt (line 617) | private bool GetNativeItemAt(int index, out object value) method ReceiveWeakEvent (line 659) | bool IWeakEventListener.ReceiveWeakEvent(Type managerType, object send... method ReceiveWeakEvent (line 667) | protected virtual bool ReceiveWeakEvent(Type managerType, object sende... method OnCollectionChanged (line 672) | private void OnCollectionChanged(object sender, NotifyCollectionChange... class FilteredEnumerator (line 709) | private class FilteredEnumerator : IEnumerator, IDisposable method FilteredEnumerator (line 711) | public FilteredEnumerator(IndexedEnumerable indexedEnumerable, IEnum... method Reset (line 719) | void IEnumerator.Reset() method MoveNext (line 728) | bool IEnumerator.MoveNext() method Dispose (line 755) | public void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/IndexerPropertyInfo.cs class IndexerPropertyInfo (line 14) | internal class IndexerPropertyInfo : PropertyInfo method IndexerPropertyInfo (line 16) | private IndexerPropertyInfo() method GetAccessors (line 44) | public override MethodInfo[] GetAccessors(bool nonPublic) method GetGetMethod (line 49) | public override MethodInfo GetGetMethod(bool nonPublic) method GetIndexParameters (line 54) | public override ParameterInfo[] GetIndexParameters() method GetSetMethod (line 59) | public override MethodInfo GetSetMethod(bool nonPublic) method GetValue (line 64) | public override object GetValue(object obj, BindingFlags invokeAttr, B... method SetValue (line 75) | public override void SetValue(object obj, object value, BindingFlags i... method GetCustomAttributes (line 85) | public override object[] GetCustomAttributes(Type attributeType, bool ... method GetCustomAttributes (line 90) | public override object[] GetCustomAttributes(bool inherit) method IsDefined (line 95) | public override bool IsDefined(Type attributeType, bool inherit) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/LiveShapingBlock.cs class LiveShapingBlock (line 10) | internal class LiveShapingBlock : RBNode method LiveShapingBlock (line 12) | internal LiveShapingBlock() : base() { } method LiveShapingBlock (line 13) | internal LiveShapingBlock(bool b) : base(b) { } method SetItemAt (line 26) | public override LiveShapingItem SetItemAt(int offset, LiveShapingItem ... method Copy (line 33) | protected override void Copy(RBNode sourceNode, int s... method GetFinger (line 53) | internal RBFinger GetFinger(LiveShapingItem lsi) method FindPosition (line 64) | internal void FindPosition(LiveShapingItem item, out RBFinger LocalSearch(LiveShapingItem item, in... method SearchLeft (line 270) | private RBFinger SearchLeft(LiveShapingItem item, int... method SearchRight (line 351) | private RBFinger SearchRight(LiveShapingItem item, in... method GetFirstAndLastCleanItems (line 430) | private void GetFirstAndLastCleanItems(out int first, out int last, ou... method SetNodeSize (line 447) | static internal void SetNodeSize(int nodeSize) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/LiveShapingItem.cs class LiveShapingItem (line 15) | internal class LiveShapingItem : DependencyObject method LiveShapingItem (line 17) | internal LiveShapingItem(object item, LiveShapingList list, bool filte... method FindPosition (line 73) | internal void FindPosition(out RBFinger oldFinger, ou... method GetFinger (line 78) | internal RBFinger GetFinger() method GetAndClearStartingIndex (line 92) | internal int GetAndClearStartingIndex() method SetBinding (line 99) | internal void SetBinding(string path, DependencyProperty dp, bool oneT... method GetValue (line 146) | internal object GetValue(string path, DependencyProperty dp) method Clear (line 160) | internal void Clear() method OnCrossThreadPropertyChange (line 169) | internal void OnCrossThreadPropertyChange(DependencyProperty dp) method AddParentGroup (line 177) | internal void AddParentGroup(CollectionViewGroupInternal group) method RemoveParentGroup (line 199) | internal void RemoveParentGroup(CollectionViewGroupInternal group) method OnPropertyChanged (line 231) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method OnPropertyChanged (line 239) | private void OnPropertyChanged(object sender, PropertyChangedEventArgs e) method TestFlag (line 244) | private bool TestFlag(PrivateFlags flag) method ChangeFlag (line 249) | private void ChangeFlag(PrivateFlags flag, bool value) type PrivateFlags (line 255) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/LiveShapingList.cs type LivePropertyInfo (line 51) | internal struct LivePropertyInfo method LivePropertyInfo (line 53) | public LivePropertyInfo(string path, DependencyProperty dp) type LiveShapingFlags (line 66) | [Flags] class LiveShapingList (line 74) | internal class LiveShapingList : IList method LiveShapingList (line 76) | internal LiveShapingList(ICollectionViewLiveShaping view, LiveShapingF... method SetLiveShapingProperties (line 103) | internal void SetLiveShapingProperties(LiveShapingFlags flags) method TestLiveShapingFlag (line 217) | private bool TestLiveShapingFlag(LiveShapingFlags flags, LiveShapingFl... method Search (line 226) | internal int Search(int index, int count, object value) method Sort (line 236) | internal void Sort() method CompareLiveShapingItems (line 241) | internal int CompareLiveShapingItems(LiveShapingItem x, LiveShapingIte... method Move (line 284) | internal void Move(int oldIndex, int newIndex) method RestoreLiveSortingByInsertionSort (line 290) | internal void RestoreLiveSortingByInsertionSort(Action action) method ForEachUntil (line 653) | private void ForEachUntil(Func action) method VerifyLiveSorting (line 663) | internal bool VerifyLiveSorting(LiveShapingItem lsi) method VerifyLiveSorting (line 677) | internal bool VerifyLiveSorting(LiveShapingItem lsi) { return true; } class DPFromPath (line 683) | private class DPFromPath : Dictionary method BeginReset (line 685) | public void BeginReset() method EndReset (line 691) | public void EndReset() method GetDP (line 701) | public DependencyProperty GetDP(string path) class ItemEnumerator (line 746) | private class ItemEnumerator : IEnumerator method ItemEnumerator (line 748) | public ItemEnumerator(IEnumerator ie) method Reset (line 753) | void IEnumerator.Reset() method MoveNext (line 758) | bool IEnumerator.MoveNext() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/LiveShapingTree.cs class LiveShapingTree (line 12) | internal class LiveShapingTree : RBTree method LiveShapingTree (line 14) | internal LiveShapingTree(LiveShapingList list) method NewNode (line 36) | internal override RBNode NewNode() method Move (line 41) | internal void Move(int oldIndex, int newIndex) method RestoreLiveSortingByInsertionSort (line 49) | internal void RestoreLiveSortingByInsertionSort(Action, IList method ParameterCollection (line 25) | public ParameterCollection(ParameterCollectionChanged parametersChanged) method ClearItems (line 69) | protected override void ClearItems() method InsertItem (line 76) | protected override void InsertItem(int index, object value) method RemoveItem (line 83) | protected override void RemoveItem(int index) method SetItem (line 90) | protected override void SetItem(int index, object value) method SetReadOnly (line 140) | internal void SetReadOnly(bool isReadOnly) method ClearInternal (line 151) | internal void ClearInternal() method CheckReadOnly (line 166) | private void CheckReadOnly() method OnCollectionChanged (line 177) | private void OnCollectionChanged() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/PathParser.cs type SourceValueType (line 17) | internal enum SourceValueType { Property, Indexer, Direct }; type DrillIn (line 18) | internal enum DrillIn { Never, IfNeeded, Always }; type SourceValueInfo (line 20) | internal struct SourceValueInfo method SourceValueInfo (line 28) | public SourceValueInfo(SourceValueType t, DrillIn d, string n) method SourceValueInfo (line 37) | public SourceValueInfo(SourceValueType t, DrillIn d, FrugalObjectList<... type IndexerParamInfo (line 47) | internal struct IndexerParamInfo method IndexerParamInfo (line 53) | public IndexerParamInfo(string paren, string value) class PathParser (line 60) | internal sealed class PathParser method SetError (line 64) | private void SetError(string id, params object[] args) => _error = SR.... type State (line 66) | private enum State { Init, DrillIn, Prop, Done }; type IndexerState (line 67) | private enum IndexerState { BeginParam, ParenString, ValueString, Done } method Parse (line 83) | public SourceValueInfo[] Parse(string path) method AddProperty (line 167) | private void AddProperty() method AddIndexer (line 209) | private void AddIndexer() method StartNewLevel (line 362) | private void StartNewLevel() method IsSpecialChar (line 368) | private static bool IsSpecialChar(char ch) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/PropertyPathWorker.cs class PropertyPathWorker (line 20) | internal sealed class PropertyPathWorker : IWeakEventListener method PropertyPathWorker (line 28) | internal PropertyPathWorker(PropertyPath path) method PropertyPathWorker (line 33) | internal PropertyPathWorker(PropertyPath path, ClrBindingWorker host, ... method PropertyPathWorker (line 40) | private PropertyPathWorker(PropertyPath path, DataBindEngine engine) method SetTreeContext (line 69) | internal void SetTreeContext(WeakReference wr) method GetItem (line 161) | internal object GetItem(int level) method GetAccessor (line 166) | internal object GetAccessor(int level) method GetIndexerArguments (line 171) | internal object[] GetIndexerArguments(int level) method GetType (line 186) | internal Type GetType(int level) method SetContext (line 199) | internal IDisposable SetContext(object rootItem) method AttachToRootItem (line 210) | internal void AttachToRootItem(object rootItem) method DetachFromRootItem (line 216) | internal void DetachFromRootItem() method GetValue (line 223) | internal object GetValue(object item, int level) method SetValue (line 329) | internal void SetValue(object item, object value) method RawValue (line 394) | internal object RawValue() method RefreshValue (line 406) | internal void RefreshValue() method LevelForPropertyChange (line 423) | internal int LevelForPropertyChange(object item, string propertyName) method OnPropertyChangedAtLevel (line 451) | internal void OnPropertyChangedAtLevel(int level) method OnCurrentChanged (line 456) | internal void OnCurrentChanged(ICollectionView collectionView) method UsesDependencyProperty (line 473) | internal bool UsesDependencyProperty(DependencyObject d, DependencyPro... method OnDependencyPropertyChanged (line 494) | internal void OnDependencyPropertyChanged(DependencyObject d, Dependen... method OnNewValue (line 517) | internal void OnNewValue(int level, object value) method GetSourceValueInfo (line 526) | internal SourceValueInfo GetSourceValueInfo(int level) method IsIndexedProperty (line 531) | internal static bool IsIndexedProperty(PropertyInfo pi) method UpdateSourceValueState (line 570) | private void UpdateSourceValueState(int k, ICollectionView collectionV... method UpdateSourceValueState (line 577) | private void UpdateSourceValueState(int k, ICollectionView collectionV... method ReplaceItem (line 672) | private void ReplaceItem(int k, object newO, object parent) method ReportNoInfoError (line 912) | private void ReportNoInfoError(int k, object parent) method IsPathCurrent (line 962) | internal bool IsPathCurrent(object rootItem) method IsNonIdempotentProperty (line 1002) | private bool IsNonIdempotentProperty(int level) method GetInfo (line 1012) | private void GetInfo(int k, object item, ref SourceValueState svs) method GetIndexers (line 1307) | private MemberInfo[] GetIndexers(Type type, int k) method MatchIndexerParameters (line 1339) | private bool MatchIndexerParameters(PropertyInfo pi, IndexerParameterI... method ShouldConvertIndexerToProperty (line 1455) | private bool ShouldConvertIndexerToProperty(object item, ref string name) method RawValue (line 1488) | private object RawValue(int k) method SetPropertyInfo (line 1550) | private void SetPropertyInfo(object info, out PropertyInfo pi, out Pro... method CheckReadOnly (line 1570) | private void CheckReadOnly(object item, object info) method IsPropertyReadOnly (line 1600) | private bool IsPropertyReadOnly(object item, PropertyInfo pi) method DetermineWhetherDBNullIsValid (line 1645) | private void DetermineWhetherDBNullIsValid() method DetermineWhetherDBNullIsValid (line 1658) | private bool DetermineWhetherDBNullIsValid(object item) method ReceiveWeakEvent (line 1677) | bool IWeakEventListener.ReceiveWeakEvent(Type managerType, object send... method OnPropertyChanged (line 1682) | private void OnPropertyChanged(object sender, PropertyChangedEventArgs e) method OnValueChanged (line 1697) | private void OnValueChanged(object sender, ValueChangedEventArgs e) method OnErrorsChanged (line 1712) | private void OnErrorsChanged(object sender, DataErrorsChangedEventArgs e) method OnStaticPropertyChanged (line 1720) | private void OnStaticPropertyChanged(object sender, PropertyChangedEve... method IsExtendedTraceEnabled (line 1735) | private bool IsExtendedTraceEnabled(TraceDataLevel level) class ContextHelper (line 1754) | private class ContextHelper : IDisposable method ContextHelper (line 1758) | public ContextHelper(PropertyPathWorker owner) method SetContext (line 1763) | public void SetContext(object rootItem) method Dispose (line 1769) | void IDisposable.Dispose() class IListIndexerArg (line 1778) | private class IListIndexerArg method IListIndexerArg (line 1780) | public IListIndexerArg(int arg) type SourceValueState (line 1796) | private struct SourceValueState FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/RBFinger.cs type RBFinger (line 10) | internal struct RBFinger method SetItem (line 17) | public void SetItem(T x) { Node.SetItemAt(Offset, x); } FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/RBNode.cs class RBNode (line 14) | internal class RBNode : INotifyPropertyChanged method RBNode (line 24) | public RBNode() method RBNode (line 29) | protected RBNode(bool b) method GetItemAt (line 45) | public T GetItemAt(int offset) { return _data[offset]; } method SetItemAt (line 46) | public virtual T SetItemAt(int offset, T x) { _data[offset] = x; retur... method OffsetOf (line 47) | public int OffsetOf(T x) { return Array.IndexOf(_data, x); } method GetSuccessor (line 49) | internal RBNode GetSuccessor() method GetPredecessor (line 66) | internal RBNode GetPredecessor() method FindIndex (line 83) | protected RBFinger FindIndex(int index, bool exists = true) method Find (line 113) | protected RBFinger Find(T x, Comparison comparison) method BoundedSearch (line 150) | protected RBFinger BoundedSearch(T x, int low, int high, Comparison... method BinarySearch (line 223) | private int BinarySearch(T x, int low, int high, Comparison compari... method LocateItem (line 253) | protected RBFinger LocateItem(RBFinger finger, Comparison com... method Copy (line 301) | protected virtual void Copy(RBNode sourceNode, int sourceOffset, RB... method ReInsert (line 307) | protected void ReInsert(ref RBFinger oldFinger, RBFinger newFinger) method RemoveAt (line 359) | protected void RemoveAt(ref RBFinger finger) method InsertNodeAfter (line 381) | protected RBNode InsertNodeAfter(RBNode node) method GetRoot (line 388) | protected RBTree GetRoot(RBNode node) method GetRootAndIndex (line 396) | protected RBTree GetRootAndIndex(RBNode node, out int index) method InsertAt (line 407) | internal void InsertAt(int offset, T x, RBNode successor = null, RB... method InsertNode (line 501) | protected RBNode InsertNode(RBTree root, RBNode parent, RBNod... method ChangeSize (line 526) | protected void ChangeSize(int delta) method Substitute (line 543) | private RBNode Substitute(RBNode node, RBNode sub, RBNode ... method DeleteNode (line 559) | protected RBNode DeleteNode(RBNode parent, RBNode node, int i... method DeleteLeftmost (line 599) | private RBNode DeleteLeftmost(RBNode node, out RBNode leftmost) method IsNodeRed (line 615) | private bool IsNodeRed(RBNode node) method RotateLeft (line 620) | private RBNode RotateLeft() method RotateRight (line 634) | private RBNode RotateRight() method ColorFlip (line 648) | private void ColorFlip() method Fixup (line 655) | private RBNode Fixup(RBNode node) method MoveRedRight (line 666) | private RBNode MoveRedRight(RBNode node) method MoveRedLeft (line 677) | private RBNode MoveRedLeft(RBNode node) method OnPropertyChanged (line 690) | protected void OnPropertyChanged(string name) method Verify (line 701) | protected bool Verify(RBNode node, Comparison comparison, int bl... method SaveTree (line 769) | protected void SaveTree(RBNode node, StringBuilder sb) method AsInt (line 793) | private int AsInt(object x) method AsT (line 798) | private T AsT(object x) method LoadTree (line 803) | protected RBNode LoadTree(ref string s) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/RBTree.cs class RBTree (line 47) | internal class RBTree : RBNode, IList method RBTree (line 55) | public RBTree() : base(false) method BoundedSearch (line 68) | public RBFinger BoundedSearch(T x, int low, int high) method Insert (line 73) | public void Insert(T x) method Insert (line 79) | private void Insert(RBFinger finger, T x, bool checkSort = false) method Sort (line 117) | public void Sort() method QuickSort (line 129) | public void QuickSort() method InsertionSort (line 150) | public void InsertionSort() method QuickSort3 (line 173) | private void QuickSort3(RBFinger low, RBFinger high) method Trade (line 388) | private void Trade(RBFinger left, RBFinger mid, RBFinger right) method Exchange (line 399) | private void Exchange(RBFinger f1, RBFinger f2) method InsertionSortImpl (line 406) | private void InsertionSortImpl() method InsertNode (line 417) | internal RBNode InsertNode(int index) method NewNode (line 430) | internal virtual RBNode NewNode() method ForEach (line 435) | internal void ForEach(Action action) method ForEachUntil (line 443) | internal void ForEachUntil(Func action) method IndexOf (line 452) | internal int IndexOf(T item, Func AreEqual) method IndexOf (line 481) | public virtual int IndexOf(T item) method Insert (line 486) | public void Insert(int index, T item) method RemoveAt (line 493) | public void RemoveAt(int index) method Add (line 523) | public void Add(T item) method Clear (line 553) | public void Clear() method Contains (line 559) | public bool Contains(T item) method CopyTo (line 565) | public void CopyTo(T[] array, int arrayIndex) method Remove (line 589) | public bool Remove(T item) method GetEnumerator (line 598) | public IEnumerator GetEnumerator() method GetEnumerator (line 608) | IEnumerator IEnumerable.GetEnumerator() method VerifyIndex (line 618) | private void VerifyIndex(int index, int delta = 0) method Verify (line 631) | public bool Verify(int expectedSize, bool checkSort = true) method SaveTree (line 642) | private void SaveTree() method LoadTree (line 650) | public void LoadTree(string s) method Verify (line 663) | private void Verify(int expectedSize, bool checkSort = true) { } method SaveTree (line 665) | private void SaveTree() { } method LoadTree (line 667) | public void LoadTree(string s) { } FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/SortFieldComparer.cs class SortFieldComparer (line 21) | internal class SortFieldComparer : IComparer method SortFieldComparer (line 29) | internal SortFieldComparer(SortDescriptionCollection sortFields, Cultu... method Compare (line 51) | public int Compare(object o1, object o2) method SortHelper (line 75) | internal static void SortHelper(ArrayList al, IComparer comparer) method CreatePropertyInfo (line 110) | private SortPropertyInfo[] CreatePropertyInfo(SortDescriptionCollectio... type SortPropertyInfo (line 137) | private struct SortPropertyInfo method GetValue (line 143) | internal object GetValue(object o) method GetValueFromCVI (line 155) | private object GetValueFromCVI(CachedValueItem cvi) method GetValueCore (line 168) | private object GetValueCore(object o) type CachedValueItem (line 194) | private struct CachedValueItem method Initialize (line 201) | public void Initialize(object item, int nFields) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/StaticPropertyChangedEventManager.cs class StaticPropertyChangedEventManager (line 20) | internal class StaticPropertyChangedEventManager : WeakEventManager method StaticPropertyChangedEventManager (line 28) | private StaticPropertyChangedEventManager() method AddHandler (line 43) | public static void AddHandler(Type type, EventHandler handle... method RemoveHandler (line 324) | public void RemoveHandler(EventHandler han... method GetListenerList (line 343) | public ListenerList GetListenerList(string propertyName) method StoreAllListenersList (line 426) | public void StoreAllListenersList(ListenerList handler) method RemoveHandler (line 639) | public void RemoveHandler(EventHandler han... method Purge (line 650) | public bool Purge() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/ValueChangedEventManager.cs class ValueChangedEventManager (line 38) | internal class ValueChangedEventManager : WeakEventManager method ValueChangedEventManager (line 46) | private ValueChangedEventManager() method AddListener (line 61) | public static void AddListener(object source, IWeakEventListener liste... method RemoveListener (line 72) | public static void RemoveListener(object source, IWeakEventListener li... method AddHandler (line 83) | public static void AddHandler(object source, EventHandler GetPropertiesForItem(object item) method Purge (line 258) | internal bool Purge() class ValueTableKey (line 299) | private class ValueTableKey method ValueTableKey (line 301) | public ValueTableKey(object item, PropertyDescriptor pd) method Equals (line 327) | public override bool Equals(object o) method GetHashCode (line 348) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/ViewManager.cs type WeakRefKey (line 140) | internal struct WeakRefKey method WeakRefKey (line 148) | internal WeakRefKey(object target) method GetHashCode (line 171) | public override int GetHashCode() method Equals (line 176) | public override bool Equals(object o) class ViewTable (line 223) | internal class ViewTable : HybridDictionary method Purge (line 244) | internal bool Purge() class ViewRecord (line 289) | internal class ViewRecord method ViewRecord (line 291) | internal ViewRecord(ICollectionView view) method InitializeView (line 313) | internal void InitializeView() class CollectionRecord (line 333) | internal class CollectionRecord type SynchronizationInfo (line 354) | internal struct SynchronizationInfo method SynchronizationInfo (line 356) | public SynchronizationInfo(object context, CollectionSynchronizationCa... method AccessCollection (line 387) | public void AccessCollection(IEnumerable collection, Action accessMeth... class ViewManager (line 437) | internal class ViewManager : HybridDictionary method Add (line 470) | internal void Add(object collection, CollectionRecord cr) method GetViewRecord (line 493) | internal ViewRecord GetViewRecord(object collection, CollectionViewSou... method EnsureCollectionRecord (line 619) | private CollectionRecord EnsureCollectionRecord(object collection, Fun... method RegisterCollectionSynchronizationCallback (line 638) | internal void RegisterCollectionSynchronizationCallback( method GetSynchronizationInfo (line 659) | internal SynchronizationInfo GetSynchronizationInfo(IEnumerable collec... method AccessCollection (line 665) | public void AccessCollection( method GetExistingView (line 680) | private ViewRecord GetExistingView(object collection, CollectionViewSo... method CacheView (line 724) | private ViewRecord CacheView(object collection, CollectionViewSource c... method Purge (line 759) | internal bool Purge() method ValidateViewType (line 826) | private void ValidateViewType(CollectionView cv, Type collectionViewType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/XDeferredAxisSource.cs class XDeferredAxisSource (line 42) | internal sealed class XDeferredAxisSource method XDeferredAxisSource (line 44) | internal XDeferredAxisSource(object component, PropertyDescriptor pd) class Record (line 112) | private class Record method Record (line 114) | public Record(IEnumerable xda) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/XmlBindingWorker.cs class XmlBindingWorker (line 19) | internal class XmlBindingWorker : BindingWorker, IWeakEventListener type XPathType (line 21) | private enum XPathType : byte { Default, SimpleName, SimpleAttribute } method XmlBindingWorker (line 29) | internal XmlBindingWorker(ClrBindingWorker worker, bool collectionMode... method AttachDataItem (line 53) | internal override void AttachDataItem() method DetachDataItem (line 84) | internal override void DetachDataItem() method OnCurrentChanged (line 103) | internal override void OnCurrentChanged(ICollectionView collectionView... method RawValue (line 123) | internal override object RawValue() method ReportBadXPath (line 147) | internal void ReportBadXPath(TraceEventType traceType) method UpdateContextNode (line 294) | private void UpdateContextNode(bool hookNotifications) method HookNotifications (line 333) | private void HookNotifications() method UnHookNotifications (line 353) | private void UnHookNotifications() method DocumentFor (line 373) | private XmlDocument DocumentFor(XmlNode node) method BuildQueriedCollection (line 385) | private XmlDataCollection BuildQueriedCollection(XmlNodeList nodes) method ReceiveWeakEvent (line 404) | bool IWeakEventListener.ReceiveWeakEvent(Type managerType, object send... method OnXmlNodeChanged (line 409) | private void OnXmlNodeChanged(object sender, XmlNodeChangedEventArgs e) method ProcessXmlNodeChanged (line 424) | private void ProcessXmlNodeChanged(EventArgs args) method SelectNodes (line 504) | private XmlNodeList SelectNodes() method IdentifyNode (line 544) | private string IdentifyNode(XmlNode node) method IdentifyNodeList (line 552) | private string IdentifyNodeList(XmlNodeList nodeList) method GetXPathType (line 564) | private static XPathType GetXPathType(string xpath) method IsChangeRelevant (line 595) | private bool IsChangeRelevant(EventArgs rawArgs) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/XmlDataCollection.cs class XmlDataCollection (line 21) | internal class XmlDataCollection : ReadOnlyObservableCollection method XmlDataCollection (line 33) | internal XmlDataCollection(XmlDataProvider xmlDataProvider) : base(new... method CollectionHasChanged (line 70) | internal bool CollectionHasChanged(XmlNodeList nodes) method SynchronizeCollection (line 84) | internal void SynchronizeCollection(XmlNodeList nodes) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/XmlNodeChangedEventManager.cs class XmlNodeChangedEventManager (line 17) | internal class XmlNodeChangedEventManager : WeakEventManager method XmlNodeChangedEventManager (line 25) | private XmlNodeChangedEventManager() method AddListener (line 40) | public static void AddListener(XmlDocument source, IWeakEventListener ... method RemoveListener (line 51) | public static void RemoveListener(XmlDocument source, IWeakEventListen... method AddHandler (line 62) | public static void AddHandler(XmlDocument source, EventHandler UnescapeStrin... method UnescapeString (line 95) | internal static string UnescapeString(ReadOnlySpan contentSpan, ... method ParseChildPlaceholder (line 183) | internal static ReadOnlySpan ParseChildPlaceholder(st... type BamlStringToken (line 259) | internal readonly struct BamlStringToken method BamlStringToken (line 264) | internal BamlStringToken(TokenType type, string value) type TokenType (line 270) | internal enum TokenType FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Globalization/BamlResourceDeserializer.cs class BamlResourceDeserializer (line 19) | internal sealed class BamlResourceDeserializer method LoadBaml (line 24) | internal static BamlTree LoadBaml(Stream bamlStream) method BamlResourceDeserializer (line 33) | private BamlResourceDeserializer() method LoadBamlImp (line 45) | private BamlTree LoadBamlImp(Stream bamlSteam) method PushNodeToStack (line 302) | private void PushNodeToStack(BamlTreeNode node) method AddChildToCurrentParent (line 311) | private void AddChildToCurrentParent(BamlTreeNode node) method PopStack (line 322) | private void PopStack() method PushPropertyToStack (line 348) | private void PushPropertyToStack(string propertyName, ILocalizabilityI... method PopPropertyFromStack (line 360) | private void PopPropertyFromStack(string propertyName) method PeekPropertyStack (line 367) | private ILocalizabilityInheritable PeekPropertyStack(string propertyName) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Globalization/BamlResourceSerializer.cs class BamlResourceSerializer (line 16) | internal sealed class BamlResourceSerializer method Serialize (line 21) | internal static void Serialize(BamlLocalizer localizer, BamlTree tree,... method BamlResourceSerializer (line 34) | private BamlResourceSerializer() method SerializeImp (line 45) | private void SerializeImp( method PushChildrenToStack (line 90) | private void PushChildrenToStack(List children) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Globalization/BamlTreeMap.cs class BamlTreeMap (line 22) | internal sealed class BamlTreeMap method BamlTreeMap (line 31) | internal BamlTreeMap( method MapKeyToBamlTreeNode (line 73) | internal BamlTreeNode MapKeyToBamlTreeNode(BamlLocalizableResourceKey ... method MapUidToBamlTreeElementNode (line 84) | internal BamlStartElementNode MapUidToBamlTreeElementNode(string uid, ... method EnsureMap (line 96) | internal void EnsureMap() method GetKey (line 190) | internal static BamlLocalizableResourceKey GetKey(BamlTreeNode node) class InternalBamlLocalizabilityResolver (line 275) | internal class InternalBamlLocalizabilityResolver : BamlLocalizabilityRe... method InternalBamlLocalizabilityResolver (line 304) | internal InternalBamlLocalizabilityResolver( method AddClassAndAssembly (line 316) | internal void AddClassAndAssembly(string className, string assemblyName) method InitLocalizabilityCache (line 333) | internal void InitLocalizabilityCache() method ReleaseLocalizabilityCache (line 369) | internal void ReleaseLocalizabilityCache() method GetLocalizabilityComment (line 379) | internal LocalizabilityGroup GetLocalizabilityComment( method GetStringComment (line 398) | internal string GetStringComment( method RaiseErrorNotifyEvent (line 416) | internal void RaiseErrorNotifyEvent(BamlLocalizerErrorNotifyEventArgs e) method GetElementLocalizability (line 424) | public override ElementLocalizability GetElementLocalizability(string ... method GetPropertyLocalizability (line 458) | public override LocalizabilityAttribute GetPropertyLocalizability(stri... method ResolveFormattingTagToClass (line 487) | public override string ResolveFormattingTagToClass(string formattingTag) method ResolveAssemblyFromClass (line 518) | public override string ResolveAssemblyFromClass(string className) method LookupCommentForElement (line 557) | private ElementComments LookupCommentForElement(BamlStartElementNode n... method FindElementByID (line 634) | private static XmlElement FindElementByID(XmlDocument doc, string uid) method SetLocalizationAttributes (line 657) | private void SetLocalizationAttributes( method SetLocalizationComments (line 681) | private void SetLocalizationComments( class ElementComments (line 708) | private class ElementComments method ElementComments (line 714) | internal ElementComments() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Globalization/BamlTreeNode.cs class BamlTree (line 22) | internal sealed class BamlTree method BamlTree (line 31) | internal BamlTree() { } method BamlTree (line 36) | internal BamlTree(BamlTreeNode root, int size) method Copy (line 66) | internal BamlTree Copy() method AddTreeNode (line 85) | internal void AddTreeNode(BamlTreeNode node) method CreateInternalIndex (line 92) | private void CreateInternalIndex(ref BamlTreeNode parent, ref List SplitXmlContent( method GetBamlTreeNodeFromXmlNode (line 452) | private static bool GetBamlTreeNodeFromXmlNode( method GetBamlTreeNodeFromText (line 590) | private static bool GetBamlTreeNodeFromText( method TryAddContentPropertyToNewElement (line 656) | private static void TryAddContentPropertyToNewElement(BamlTreeUpdateMa... class BamlTreeUpdateMap (line 671) | private sealed class BamlTreeUpdateMap method BamlTreeUpdateMap (line 688) | internal BamlTreeUpdateMap(BamlTreeMap map, BamlTree tree) method MapKeyToBamlTreeNode (line 696) | internal BamlTreeNode MapKeyToBamlTreeNode(BamlLocalizableResourceKe... method IsNewBamlTreeNode (line 712) | internal bool IsNewBamlTreeNode(BamlLocalizableResourceKey key) method MapUidToBamlTreeElementNode (line 717) | internal BamlStartElementNode MapUidToBamlTreeElementNode(string uid) method AddBamlTreeNode (line 731) | internal void AddBamlTreeNode(string uid, BamlLocalizableResourceKey... method GetContentProperty (line 761) | internal string GetContentProperty(string assemblyName, string fullT... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Globalization/LocalizableResourceBuilder.cs class LocalizableResourceBuilder (line 16) | internal sealed class LocalizableResourceBuilder method LocalizableResourceBuilder (line 18) | internal LocalizableResourceBuilder(InternalBamlLocalizabilityResolver... method BuildFromNode (line 26) | internal BamlLocalizableResource BuildFromNode(BamlLocalizableResource... method TryGetContent (line 136) | internal bool TryGetContent(BamlLocalizableResourceKey key, BamlTreeNo... method TryFormatElementContent (line 221) | private bool TryFormatElementContent( method GetLocalizabilityForElementNode (line 307) | private void GetLocalizabilityForElementNode( method GetLocalizabilityForPropertyNode (line 342) | private void GetLocalizabilityForPropertyNode( method CombineAndPropagateInheritanceValues (line 389) | private LocalizabilityAttribute CombineAndPropagateInheritanceValues( method CreateInheritedLocalizability (line 529) | private LocalizabilityAttribute CreateInheritedLocalizability( method CombineMinimumLocalizability (line 564) | private LocalizabilityAttribute CombineMinimumLocalizability( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Globalization/LocalizationComments.cs class LocComments (line 26) | internal static class LocComments method IsLocLocalizabilityProperty (line 33) | internal static bool IsLocLocalizabilityProperty(string type, string p... method IsLocCommentsProperty (line 44) | internal static bool IsLocCommentsProperty(string type, string property) method ParsePropertyLocalizabilityAttributes (line 54) | internal static PropertyComment[] ParsePropertyLocalizabilityAttribute... method ParsePropertyComments (line 73) | internal static PropertyComment[] ParsePropertyComments(string input) method LookupAndSetLocalizabilityAttribute (line 201) | private static LocalizabilityGroup LookupAndSetLocalizabilityAttribute... method ParseLocalizabilityString (line 242) | private static void ParseLocalizabilityString( class EnumNameIndexTable (line 336) | private class EnumNameIndexTable method EnumNameIndexTable (line 341) | internal EnumNameIndexTable( method TryGet (line 351) | internal bool TryGet(string enumName, out int enumIndex) class PropertyComment (line 373) | internal class PropertyComment method PropertyComment (line 378) | internal PropertyComment() { } class LocalizabilityGroup (line 393) | internal class LocalizabilityGroup method LocalizabilityGroup (line 401) | internal LocalizabilityGroup() method Override (line 410) | internal LocalizabilityAttribute Override(LocalizabilityAttribute attr... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Helper.cs class Helper (line 26) | internal static class Helper method ResourceFailureThrow (line 28) | internal static object ResourceFailureThrow(object key) class FindResourceHelper (line 34) | private class FindResourceHelper method TryCatchWhen (line 36) | internal object TryCatchWhen() method DoTryCatchWhen (line 45) | private object DoTryCatchWhen(object arg) method CatchHandler (line 50) | private object CatchHandler(object arg) method FindResourceHelper (line 56) | public FindResourceHelper(object name) method FindTemplateResourceFromAppOrSystem (line 68) | internal static object FindTemplateResourceFromAppOrSystem(DependencyO... method FindMentor (line 181) | internal static DependencyObject FindMentor(DependencyObject d) method HasDefaultValue (line 210) | internal static bool HasDefaultValue(DependencyObject d, DependencyPro... method HasDefaultOrInheritedValue (line 218) | internal static bool HasDefaultOrInheritedValue(DependencyObject d, De... method HasUnmodifiedDefaultValue (line 226) | internal static bool HasUnmodifiedDefaultValue(DependencyObject d, Dep... method HasUnmodifiedDefaultOrInheritedValue (line 234) | internal static bool HasUnmodifiedDefaultOrInheritedValue(DependencyOb... method HasDefaultOrInheritedValueImpl (line 242) | private static bool HasDefaultOrInheritedValueImpl(DependencyObject d,... method DowncastToFEorFCE (line 275) | internal static void DowncastToFEorFCE(DependencyObject d, method CheckStyleAndStyleSelector (line 305) | internal static void CheckStyleAndStyleSelector(string name, method CheckTemplateAndTemplateSelector (line 338) | internal static void CheckTemplateAndTemplateSelector(string name, method IsTemplateSelectorDefined (line 365) | internal static bool IsTemplateSelectorDefined(DependencyProperty temp... method IsTemplateDefined (line 381) | internal static bool IsTemplateDefined(DependencyProperty templateProp... method FindNameInTemplate (line 396) | internal static object FindNameInTemplate(string name, DependencyObjec... method GeneratorHostForElement (line 408) | internal static MS.Internal.Controls.IGeneratorHost GeneratorHostForEl... method GetTemplatedParent (line 470) | internal static DependencyObject GetTemplatedParent(DependencyObject d) method XmlDataProviderForElement (line 489) | internal static System.Windows.Data.XmlDataProvider XmlDataProviderFor... method MeasureElementWithSingleChild (line 517) | internal static Size MeasureElementWithSingleChild(UIElement element, ... method ArrangeElementWithSingleChild (line 534) | internal static Size ArrangeElementWithSingleChild(UIElement element, ... method IsDoubleValid (line 549) | internal static bool IsDoubleValid(double value) method CheckCanReceiveMarkupExtension (line 558) | internal static void CheckCanReceiveMarkupExtension( method LookupSetMarkupExtensionHandler (line 716) | private static EventHandler> GetItemValues(Dependen... method GetItemValues (line 831) | internal static List> GetItemValues(Dependen... method EnsureItemValues (line 843) | internal static List> EnsureItemValues(Depen... method EnsureItemValueStorage (line 858) | internal static WeakDictionary>... method SetItemValuesOnContainer (line 876) | internal static void SetItemValuesOnContainer(DependencyObject owner, ... method StoreItemValues (line 974) | internal static void StoreItemValues(IContainItemStorage owner, Depend... method ClearItemValueStorage (line 1014) | internal static void ClearItemValueStorage(DependencyObject owner) method ClearItemValueStorage (line 1019) | internal static void ClearItemValueStorage(DependencyObject owner, int... method ClearItemValueStorageRecursive (line 1024) | private static void ClearItemValueStorageRecursive(WeakDictionary(FrameworkElement searchSt... method FindVisualAncestor (line 1290) | internal static T FindVisualAncestor(DependencyObject element, Func... method InvalidateMeasureOnPath (line 1314) | internal static void InvalidateMeasureOnPath(DependencyObject pathStar... method InvalidateMeasureOnPath (line 1324) | internal static void InvalidateMeasureOnPath(DependencyObject pathStar... method InvalidateMeasureForSubtree (line 1367) | internal static void InvalidateMeasureForSubtree(DependencyObject d) method IsAnyAncestorOf (line 1404) | internal static bool IsAnyAncestorOf(DependencyObject ancestor, Depend... method FindAnyAncestor (line 1417) | internal static DependencyObject FindAnyAncestor(DependencyObject elem... method GetAnyParent (line 1435) | internal static DependencyObject GetAnyParent(DependencyObject element) method IsDefaultValue (line 1453) | internal static bool IsDefaultValue(DependencyProperty dp, DependencyO... method IsComposing (line 1464) | internal static bool IsComposing(DependencyObject d, DependencyPropert... method IsComposing (line 1472) | internal static bool IsComposing(TextBoxBase tbb) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/ByteStream.cs class ByteStream (line 20) | internal sealed class ByteStream : Stream method ByteStream (line 34) | internal ByteStream(object underlyingStream, FileAccess openAccess) method Flush (line 168) | public override void Flush() method Seek (line 184) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 231) | public override void SetLength(long newLength) method Read (line 244) | public override int Read(byte[] buffer, int offset, int count) method Write (line 315) | public override void Write(byte[] buffer, int offset, int count) method Close (line 324) | public override void Close() method CheckDisposedStatus (line 343) | internal void CheckDisposedStatus() type SecuritySuppressedIStream (line 404) | [Guid("0000000c-0000-0000-C000-000000000046")] method Read (line 410) | void Read([MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1), Out... method Write (line 411) | void Write([MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1)] By... method Seek (line 414) | void Seek(long dlibMove, int dwOrigin, out long plibNewPosition); method SetSize (line 415) | void SetSize(long libNewSize); method CopyTo (line 416) | void CopyTo(SecuritySuppressedIStream pstm, long cb, out long pcbRea... method Commit (line 417) | void Commit(int grfCommitFlags); method Revert (line 418) | void Revert(); method LockRegion (line 419) | void LockRegion(long libOffset, long cb, int dwLockType); method UnlockRegion (line 420) | void UnlockRegion(long libOffset, long cb, int dwLockType); method Stat (line 421) | void Stat(out System.Runtime.InteropServices.ComTypes.STATSTG pstats... method Clone (line 422) | void Clone(out SecuritySuppressedIStream ppstm); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/ContentDescriptor.cs class ElementTableKey (line 16) | internal class ElementTableKey method ElementTableKey (line 21) | internal ElementTableKey(string xmlNamespace, string baseName) method Equals (line 32) | public override bool Equals( object other ) method GetHashCode (line 50) | public override int GetHashCode() class ContentDescriptor (line 85) | internal class ContentDescriptor method ContentDescriptor (line 100) | internal ContentDescriptor( method ContentDescriptor (line 119) | internal ContentDescriptor( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/CorePropertiesFilter.cs class CorePropertiesFilter (line 27) | internal class CorePropertiesFilter : IManagedFilter class PropertyChunk (line 34) | private class PropertyChunk : ManagedChunk method PropertyChunk (line 36) | internal PropertyChunk(uint chunkId, Guid guid, uint propId) method CorePropertiesFilter (line 56) | internal CorePropertiesFilter(PackageProperties coreProperties) method Init (line 73) | public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, ManagedFullPropSpec[]... method GetChunk (line 92) | public ManagedChunk GetChunk() method GetText (line 127) | public string GetText(int bufferCharacterCount) method GetValue (line 137) | public object GetValue() method AllocateChunkID (line 166) | private uint AllocateChunkID() class CorePropertyEnumerator (line 248) | internal class CorePropertyEnumerator method CorePropertyEnumerator (line 264) | internal CorePropertyEnumerator(PackageProperties coreProperties, method MoveNext (line 331) | internal bool MoveNext() method ValidateCurrent (line 402) | private void ValidateCurrent() method GetValue (line 425) | private object GetValue(Guid guid, uint propId) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/EncryptedPackageFilter.cs class EncryptedPackageFilter (line 23) | internal class EncryptedPackageFilter : IFilter method EncryptedPackageFilter (line 31) | internal EncryptedPackageFilter(EncryptedPackageEnvelope encryptedPack... method Init (line 57) | public IFILTER_FLAGS Init( method GetChunk (line 69) | public STAT_CHUNK GetChunk() method GetText (line 80) | public void GetText(ref uint bufCharacterCount, IntPtr pBuffer) method GetValue (line 90) | public IntPtr GetValue() method BindRegion (line 101) | public IntPtr BindRegion([In] FILTERREGION origPos, [In] ref Guid riid) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/FixedPageContentExtractor.cs class FixedPageContentExtractor (line 17) | internal class FixedPageContentExtractor method FixedPageContentExtractor (line 29) | internal FixedPageContentExtractor(XmlNode fixedPage) method NextGlyphContent (line 47) | internal string NextGlyphContent(out bool inline, out uint lcid) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/IndexingContentUnit.cs class IndexingContentUnit (line 16) | internal class IndexingContentUnit : ManagedChunk method IndexingContentUnit (line 24) | internal IndexingContentUnit( method InitIndexingContentUnit (line 39) | internal void InitIndexingContentUnit( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/ManagedFilter.cs class ManagedPropSpec (line 24) | internal class ManagedPropSpec method ManagedPropSpec (line 98) | internal ManagedPropSpec(uint id) method ManagedPropSpec (line 107) | internal ManagedPropSpec(PROPSPEC propSpec) class ManagedFullPropSpec (line 140) | internal class ManagedFullPropSpec method ManagedFullPropSpec (line 168) | internal ManagedFullPropSpec(Guid guid, uint propId) method ManagedFullPropSpec (line 181) | internal ManagedFullPropSpec(Guid guid, string propName) method ManagedFullPropSpec (line 192) | internal ManagedFullPropSpec(FULLPROPSPEC nativePropSpec) class ManagedChunk (line 205) | internal class ManagedChunk method ManagedChunk (line 219) | internal ManagedChunk(uint index, CHUNK_BREAKTYPE breakType, ManagedFu... type IManagedFilter (line 367) | internal interface IManagedFilter method Init (line 377) | IFILTER_FLAGS Init( method GetChunk (line 400) | ManagedChunk GetChunk(); method GetText (line 408) | String GetText(int bufferCharacterCount); method GetValue (line 415) | Object GetValue(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/ManagedIStream.cs class ManagedIStream (line 21) | internal class ManagedIStream : IStream method ManagedIStream (line 26) | internal ManagedIStream(Stream ioStream) method Read (line 41) | void IStream.Read(Byte[] buffer, Int32 bufferSize, IntPtr bytesReadPtr) method Seek (line 59) | void IStream.Seek(Int64 offset, Int32 origin, IntPtr newPositionPtr) method SetSize (line 92) | void IStream.SetSize(Int64 libNewSize) method Stat (line 109) | void IStream.Stat(out System.Runtime.InteropServices.ComTypes.STATSTG ... method Write (line 143) | void IStream.Write(Byte[] buffer, Int32 bufferSize, IntPtr bytesWritte... method Clone (line 161) | void IStream.Clone(out IStream streamCopy) method CopyTo (line 173) | void IStream.CopyTo(IStream targetStream, Int64 bufferSize, IntPtr buf... method Commit (line 184) | void IStream.Commit(Int32 flags) method LockRegion (line 195) | void IStream.LockRegion(Int64 offset, Int64 byteCount, Int32 lockType) method Revert (line 206) | void IStream.Revert() method UnlockRegion (line 217) | void IStream.UnlockRegion(Int64 offset, Int64 byteCount, Int32 lockType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/PackageFilter.cs class PackageFilter (line 32) | internal class PackageFilter : IFilter type Progress (line 39) | private enum Progress method PackageFilter (line 55) | internal PackageFilter(Package package) method Init (line 76) | public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, // IFILTER_INIT... method GetChunk (line 106) | public STAT_CHUNK GetChunk() method GetText (line 222) | public void GetText(ref uint bufferCharacterCount, IntPtr pBuffer) method GetValue (line 237) | public IntPtr GetValue() method BindRegion (line 256) | public IntPtr BindRegion(FILTERREGION origPos, ref Guid riid) method GetFilterFromClsid (line 277) | private IFilter GetFilterFromClsid(Guid clsid) method MoveToNextFilter (line 305) | private void MoveToNextFilter() method AllocateChunkID (line 475) | private uint AllocateChunkID() method GetFilterClsid (line 489) | private string GetFilterClsid(ContentType contentType, Uri partUri) method FindSubkey (line 529) | private static RegistryKey FindSubkey(RegistryKey containingKey, strin... method FileTypeGuidFromMimeType (line 547) | private string FileTypeGuidFromMimeType(ContentType contentType) method FileTypeGuidFromFileExtension (line 573) | private string FileTypeGuidFromFileExtension(string dottedExtensionName) method GetPartExtension (line 588) | private string GetPartExtension(Uri partUri) method MakeRegistryPath (line 602) | private static string[] MakeRegistryPath(string[] pathWithGaps, params... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/UnsafeIndexingFilterStream.cs class UnsafeIndexingFilterStream (line 41) | internal class UnsafeIndexingFilterStream : Stream method UnsafeIndexingFilterStream (line 60) | internal UnsafeIndexingFilterStream(IStream oleStream) method Read (line 81) | public override unsafe int Read(byte[] buffer, int offset, int count) method Seek (line 128) | public override unsafe long Seek(long offset, SeekOrigin origin) method SetLength (line 151) | public override void SetLength(long newLength) method Write (line 164) | public override void Write(byte[] buf, int offset, int count) method Flush (line 173) | public override void Flush() method Dispose (line 276) | protected override void Dispose(bool disposing) method ThrowIfStreamDisposed (line 303) | private void ThrowIfStreamDisposed() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/XamlFilter.cs class XamlFilter (line 32) | internal partial class XamlFilter : IManagedFilter type FilterState (line 67) | internal enum FilterState type AttributesToIgnore (line 80) | [Flags] method XamlFilter (line 97) | internal XamlFilter(Stream stream) method InitializeDeclaredFields (line 121) | private void InitializeDeclaredFields() method Init (line 157) | public IFILTER_FLAGS Init( method GetChunk (line 203) | public ManagedChunk GetChunk() method GetText (line 269) | public String GetText(int bufferCharacterCount) method GetValue (line 299) | public Object GetValue() method DumpElementTable (line 310) | internal string DumpElementTable() method NextContentUnit (line 329) | internal IndexingContentUnit NextContentUnit() method LoadContentDescriptorDictionary (line 427) | private void LoadContentDescriptorDictionary() method BuildIndexingContentUnit (line 437) | private IndexingContentUnit BuildIndexingContentUnit(string text, uint... method GetContentInformationAboutCustomElement (line 470) | private ContentDescriptor GetContentInformationAboutCustomElement(Elem... method HandleTextData (line 482) | private IndexingContentUnit HandleTextData() method HandleElementStart (line 513) | private IndexingContentUnit HandleElementStart() method HandleElementEnd (line 664) | private IndexingContentUnit HandleElementEnd() method HandleFixedFormatTag (line 680) | private IndexingContentUnit HandleFixedFormatTag(ElementTableKey eleme... method ProcessGlyphRun (line 749) | private IndexingContentUnit ProcessGlyphRun() method ProcessFixedPage (line 770) | private IndexingContentUnit ProcessFixedPage() method CreateXmlReader (line 808) | private void CreateXmlReader() method EnsureXmlReaderIsClosed (line 819) | private void EnsureXmlReaderIsClosed() method GetCurrentLcid (line 831) | private uint GetCurrentLcid() method GetLanguageString (line 848) | private string GetLanguageString() method SkipCurrentElement (line 862) | private void SkipCurrentElement() method IsPrefixedPropertyName (line 867) | private bool IsPrefixedPropertyName(string name, out string propertyName) method AllocateChunkID (line 885) | private uint AllocateChunkID() method GetPropertyAsAttribute (line 897) | private string GetPropertyAsAttribute(string propertyName) method TopOfStack (line 929) | private ContentDescriptor TopOfStack() method Push (line 934) | private void Push(ContentDescriptor contentDescriptor) method Pop (line 943) | private ContentDescriptor Pop() method ClearStack (line 956) | private void ClearStack() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/XmlFixedPageInfo.cs class XmlFixedPageInfo (line 15) | internal class XmlFixedPageInfo : MS.Internal.FixedPageInfo method XmlFixedPageInfo (line 31) | internal XmlFixedPageInfo(XmlNode fixedPageNode) method GlyphRunAtPosition (line 57) | internal override GlyphRunInfo GlyphRunAtPosition(int position) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/XmlGlyphRunInfo.cs class XmlGlyphRunInfo (line 21) | internal class XmlGlyphRunInfo : MS.Internal.GlyphRunInfo method XmlGlyphRunInfo (line 33) | internal XmlGlyphRunInfo(XmlNode glyphsNode) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/XpsFilter.cs class XpsFilter (line 30) | [ComVisible(true)] method Init (line 47) | IFILTER_FLAGS IFilter.Init( method GetChunk (line 72) | STAT_CHUNK IFilter.GetChunk() method GetText (line 100) | void IFilter.GetText(ref uint bufCharacterCount, IntPtr pBuffer) method GetValue (line 271) | IntPtr IFilter.GetValue() method BindRegion (line 288) | IntPtr IFilter.BindRegion([In] FILTERREGION origPos, [In] ref Guid riid) method GetClassID (line 302) | void IPersistFile.GetClassID(out Guid pClassID) method GetCurFile (line 310) | [PreserveSig] method IsDirty (line 335) | [PreserveSig] method Load (line 350) | void IPersistFile.Load(string pszFileName, int dwMode) method Save (line 457) | void IPersistFile.Save(string pszFileName, bool fRemember) method SaveCompleted (line 474) | void IPersistFile.SaveCompleted(string pszFileName) method GetClassID (line 487) | void IPersistStream.GetClassID(out Guid pClassID) method IsDirty (line 502) | [PreserveSig] method Load (line 517) | void IPersistStream.Load(MS.Internal.Interop.IStream stream) method Save (line 577) | void IPersistStream.Save(MS.Internal.Interop.IStream stream, bool fCle... method GetSizeMax (line 587) | void IPersistStream.GetSizeMax(out Int64 pcbSize) method ReleaseResources (line 599) | private void ReleaseResources() method FileToStream (line 631) | private static Stream FileToStream( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/indexingfiltermarshaler.cs class IndexingFilterMarshaler (line 29) | internal class IndexingFilterMarshaler : IFilter method IndexingFilterMarshaler (line 44) | internal IndexingFilterMarshaler(IManagedFilter managedFilter) method MarshalFullPropSpecArray (line 57) | internal static ManagedFullPropSpec[] MarshalFullPropSpecArray( method MarshalStringToPtr (line 90) | internal static void MarshalStringToPtr(string s, ref uint bufCharacte... method MarshalPropSpec (line 115) | internal static void MarshalPropSpec(ManagedPropSpec propSpec, ref PRO... method MarshalFullPropSpec (line 139) | internal static void MarshalFullPropSpec(ManagedFullPropSpec fullPropS... method MarshalChunk (line 149) | internal static STAT_CHUNK MarshalChunk(ManagedChunk chunk) method MarshalPropVariant (line 176) | internal static IntPtr MarshalPropVariant(Object obj) method Init (line 247) | public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, // IFILTER_INIT... method GetChunk (line 261) | public STAT_CHUNK GetChunk() method GetText (line 295) | public void GetText(ref uint bufCharacterCount, IntPtr pBuffer) method GetValue (line 310) | public IntPtr GetValue() method BindRegion (line 323) | public IntPtr BindRegion(FILTERREGION origPos, ref Guid riid) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/initElementDictionary.cs class XamlFilter (line 19) | internal partial class XamlFilter : IManagedFilter method AddPresentationDescriptor (line 22) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method AddPresentationDescriptor (line 31) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method InitElementDictionary (line 39) | private void InitElementDictionary() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IWeakHashtable.cs type IWeakHashtable (line 9) | internal interface IWeakHashtable method ContainsKey (line 15) | bool ContainsKey(object key); method Remove (line 16) | void Remove(object key); method Clear (line 17) | void Clear(); method SetWeak (line 20) | void SetWeak(object key, object value); method UnwrapKey (line 21) | object UnwrapKey(object key); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/InheritedPropertyChangedEventArgs.cs class InheritedPropertyChangedEventArgs (line 13) | internal class InheritedPropertyChangedEventArgs : EventArgs method InheritedPropertyChangedEventArgs (line 15) | internal InheritedPropertyChangedEventArgs(ref InheritablePropertyChan... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/ClipboardData.cs class ClipboardData (line 17) | internal abstract class ClipboardData method CopyToDataObject (line 38) | internal bool CopyToDataObject(IDataObject dataObject) method PasteFromDataObject (line 55) | internal void PasteFromDataObject(IDataObject dataObject) method CanPaste (line 65) | internal abstract bool CanPaste(IDataObject dataObject); method CanCopy (line 78) | protected abstract bool CanCopy(); method DoCopy (line 79) | protected abstract void DoCopy(IDataObject dataObject); method DoPaste (line 80) | protected abstract void DoPaste(IDataObject dataObject); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/ClipboardProcessor.cs type InkCanvasClipboardDataFormats (line 24) | [System.Flags] class ClipboardProcessor (line 40) | internal class ClipboardProcessor method ClipboardProcessor (line 50) | internal ClipboardProcessor(InkCanvas inkCanvas) method CheckDataFormats (line 76) | internal bool CheckDataFormats(IDataObject dataObject) method CopySelectedData (line 98) | internal InkCanvasClipboardDataFormats CopySelectedData(IDataObject da... method PasteData (line 180) | internal bool PasteData(IDataObject dataObject, ref StrokeCollection n... method CopySelectionInXAML (line 314) | private bool CopySelectionInXAML(IDataObject dataObject, StrokeCollect... method TearDownInkCanvasContainer (line 370) | private void TearDownInkCanvasContainer(InkCanvas rootInkCanvas, ref S... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/DrawingAttributesDefaultValueFactory.cs class DrawingAttributesDefaultValueFactory (line 14) | internal class DrawingAttributesDefaultValueFactory : DefaultValueFactory method DrawingAttributesDefaultValueFactory (line 16) | internal DrawingAttributesDefaultValueFactory() method CreateDefaultValue (line 35) | internal override object CreateDefaultValue(DependencyObject owner, De... class DrawingAttributesDefaultPromoter (line 52) | private class DrawingAttributesDefaultPromoter method DrawingAttributesDefaultPromoter (line 58) | internal DrawingAttributesDefaultPromoter(InkCanvas owner) method OnDrawingAttributesChanged (line 68) | internal void OnDrawingAttributesChanged(object sender, PropertyData... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/EditBehavior.cs class EditingBehavior (line 22) | internal abstract class EditingBehavior method EditingBehavior (line 37) | internal EditingBehavior(EditingCoordinator editingCoordinator, InkCan... method Activate (line 61) | public void Activate() method Deactivate (line 76) | public void Deactivate() method Commit (line 93) | public void Commit(bool commit) method UpdateTransform (line 106) | public void UpdateTransform() method OnActivate (line 163) | protected abstract void OnActivate(); method OnDeactivate (line 171) | protected abstract void OnDeactivate(); method OnCommit (line 179) | protected abstract void OnCommit(bool commit); method GetCurrentCursor (line 187) | protected abstract Cursor GetCurrentCursor(); method SelfDeactivate (line 194) | protected void SelfDeactivate() method GetElementTransformMatrix (line 203) | protected Matrix GetElementTransformMatrix() method OnTransformChanged (line 216) | protected virtual void OnTransformChanged() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/EditingCoordinator.cs class EditingCoordinator (line 21) | internal class EditingCoordinator method EditingCoordinator (line 35) | internal EditingCoordinator(InkCanvas inkCanvas) method ActivateDynamicBehavior (line 69) | internal void ActivateDynamicBehavior(EditingBehavior dynamicBehavior,... method DeactivateDynamicBehavior (line 117) | internal void DeactivateDynamicBehavior() method UpdateActiveEditingState (line 133) | internal void UpdateActiveEditingState() method UpdateEditingState (line 145) | internal void UpdateEditingState(bool inverted) method UpdatePointEraserCursor (line 208) | internal void UpdatePointEraserCursor() method InvalidateTransform (line 222) | internal void InvalidateTransform() method InvalidateBehaviorCursor (line 240) | internal void InvalidateBehaviorCursor(EditingBehavior behavior) method IsCursorValid (line 266) | internal bool IsCursorValid(EditingBehavior behavior) method IsTransformValid (line 276) | internal bool IsTransformValid(EditingBehavior behavior) method ChangeStylusEditingMode (line 287) | internal IStylusEditing ChangeStylusEditingMode(StylusEditingBehavior ... method DebugCheckActiveBehavior (line 344) | [Conditional("DEBUG")] method DebugCheckDynamicBehavior (line 354) | [Conditional("DEBUG")] method DebugCheckNonDynamicBehavior (line 365) | [Conditional("DEBUG")] method GetInputDeviceForReset (line 435) | internal InputDevice GetInputDeviceForReset() method GetBehavior (line 561) | private EditingBehavior GetBehavior(InkCanvasEditingMode editingMode) method PushEditingBehavior (line 593) | private void PushEditingBehavior(EditingBehavior newEditingBehavior) method PopEditingBehavior (line 610) | private void PopEditingBehavior() method OnInkCanvasStylusInAirOrInRangeMove (line 632) | private void OnInkCanvasStylusInAirOrInRangeMove(object sender, Stylus... method OnInkCanvasStylusOutOfRange (line 662) | private void OnInkCanvasStylusOutOfRange(object sender, StylusEventArg... method OnInkCanvasDeviceDown (line 673) | internal void OnInkCanvasDeviceDown(object sender, InputEventArgs args) method OnInkCanvasDeviceMove (line 761) | private void OnInkCanvasDeviceMove(object sender, TEventAr... method OnInkCanvasDeviceUp (line 820) | internal void OnInkCanvasDeviceUp(object sender, InputEventArgs args) method OnInkCanvasLostDeviceCapture (line 887) | private void OnInkCanvasLostDeviceCapture(object sender, T... method InitializeCapture (line 918) | private void InitializeCapture(InputDevice inputDevice, IStylusEditing... method ReleaseCapture (line 1001) | private void ReleaseCapture(bool releaseDevice) method IsInputDeviceCaptured (line 1043) | private bool IsInputDeviceCaptured(InputDevice inputDevice) method GetActiveBehaviorCursor (line 1054) | internal Cursor GetActiveBehaviorCursor() method GetCursorValid (line 1081) | private bool GetCursorValid(EditingBehavior behavior) method SetCursorValid (line 1092) | private void SetCursorValid(EditingBehavior behavior, bool isValid) method GetTransformValid (line 1103) | private bool GetTransformValid(EditingBehavior behavior) method SetTransformValid (line 1114) | private void SetTransformValid(EditingBehavior behavior, bool isValid) method GetBitFlag (line 1125) | private bool GetBitFlag(BehaviorValidFlag flag) method SetBitFlag (line 1135) | private void SetBitFlag(BehaviorValidFlag flag, bool value) method GetBehaviorCursorFlag (line 1152) | private BehaviorValidFlag GetBehaviorCursorFlag(EditingBehavior behavior) method GetBehaviorTransformFlag (line 1189) | private BehaviorValidFlag GetBehaviorTransformFlag(EditingBehavior beh... method ChangeEditingBehavior (line 1221) | private void ChangeEditingBehavior(EditingBehavior newBehavior) method UpdateInvertedState (line 1254) | private bool UpdateInvertedState(StylusDevice stylusDevice, bool stylu... type BehaviorValidFlag (line 1347) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/ElementsClipboardData.cs class ElementsClipboardData (line 16) | internal abstract class ElementsClipboardData : ClipboardData method ElementsClipboardData (line 27) | internal ElementsClipboardData() { } method ElementsClipboardData (line 30) | internal ElementsClipboardData(UIElement[] elements) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/EraserBehavior.cs class EraserBehavior (line 23) | internal sealed class EraserBehavior : StylusEditingBehavior method EraserBehavior (line 33) | internal EraserBehavior(EditingCoordinator editingCoordinator, InkCanv... method OnSwitchToMode (line 76) | protected override void OnSwitchToMode(InkCanvasEditingMode mode) method OnActivate (line 145) | protected override void OnActivate() method StylusInputBegin (line 191) | protected override void StylusInputBegin(StylusPointCollection stylusP... method StylusInputContinue (line 234) | protected override void StylusInputContinue(StylusPointCollection styl... method StylusInputEnd (line 245) | protected override void StylusInputEnd(bool commit) method GetCurrentCursor (line 269) | protected override Cursor GetCurrentCursor() method OnTransformChanged (line 309) | protected override void OnTransformChanged() method ResetCachedPointEraserCursor (line 328) | private void ResetCachedPointEraserCursor() method OnStrokeEraseResultChanged (line 339) | private void OnStrokeEraseResultChanged(object sender, StrokeHitEventA... method OnPointEraseResultChanged (line 377) | private void OnPointEraseResultChanged(object sender, StrokeHitEventAr... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/HighContrastHelper.cs class HighContrastCallback (line 21) | internal abstract class HighContrastCallback method TurnHighContrastOn (line 27) | internal abstract void TurnHighContrastOn(Color highContrastColor); method TurnHighContrastOff (line 32) | internal abstract void TurnHighContrastOff(); class HighContrastHelper (line 46) | internal static class HighContrastHelper method HighContrastHelper (line 59) | static HighContrastHelper() method RegisterHighContrastCallback (line 80) | internal static void RegisterHighContrastCallback(HighContrastCallback... method OnSettingChanged (line 119) | internal static void OnSettingChanged() method UpdateHighContrast (line 137) | private static void UpdateHighContrast() method OnUpdateHighContrast (line 187) | private static void OnUpdateHighContrast(HighContrastCallback highCont... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/ISFClipboardData.cs class ISFClipboardData (line 19) | internal class ISFClipboardData : ClipboardData method ISFClipboardData (line 30) | internal ISFClipboardData() { } method ISFClipboardData (line 33) | internal ISFClipboardData(StrokeCollection strokes) method CanPaste (line 39) | internal override bool CanPaste(IDataObject dataObject) method CanCopy (line 55) | protected override bool CanCopy() method DoCopy (line 61) | protected override void DoCopy(IDataObject dataObject) method DoPaste (line 75) | protected override void DoPaste(IDataObject dataObject) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/InkCanvasSelection.cs class InkCanvasSelection (line 23) | internal sealed class InkCanvasSelection method InkCanvasSelection (line 37) | internal InkCanvasSelection(InkCanvas inkCanvas) method StartFeedbackAdorner (line 127) | internal void StartFeedbackAdorner(Rect feedbackRect, InkCanvasSelecti... method UpdateFeedbackAdorner (line 153) | internal void UpdateFeedbackAdorner(Rect feedbackRect) method EndFeedbackAdorner (line 168) | internal void EndFeedbackAdorner(Rect finalRectangle) method Select (line 192) | internal void Select(StrokeCollection strokes, IList elemen... method CommitChanges (line 268) | internal void CommitChanges(Rect finalRectangle, bool raiseEvent) method RemoveElement (line 328) | internal void RemoveElement(UIElement removedElement) method UpdateElementBounds (line 354) | internal void UpdateElementBounds(UIElement element, Matrix transform) method UpdateElementBounds (line 367) | internal void UpdateElementBounds(UIElement originalElement, UIElement... method TransformStrokes (line 484) | internal void TransformStrokes(StrokeCollection strokes, Matrix matrix) method HitTestSelection (line 489) | internal InkCanvasSelectionHitResult HitTestSelection(Point pointOnInk... method SelectionIsDifferentThanCurrent (line 536) | internal void SelectionIsDifferentThanCurrent(StrokeCollection strokes, method HasHitSingleSelectedElement (line 586) | private bool HasHitSingleSelectedElement(Point pointOnInnerCanvas) method QuitListeningToStrokeChanges (line 610) | private void QuitListeningToStrokeChanges() method ListenToStrokeChanges (line 623) | private void ListenToStrokeChanges() method CommitMoveChange (line 637) | private void CommitMoveChange(Rect finalRectangle) method CommitResizeChange (line 671) | private void CommitResizeChange(Rect finalRectangle) method MoveSelection (line 707) | private void MoveSelection(Rect previousRect, Rect newRect) method OnCanvasLayoutUpdated (line 753) | private void OnCanvasLayoutUpdated(object sender, EventArgs e) method OnStrokeInvalidated (line 765) | private void OnStrokeInvalidated(object sender, EventArgs e) method OnStrokeCollectionChanged (line 776) | private void OnStrokeCollectionChanged(object target, StrokeCollection... method GetStrokesBounds (line 804) | private Rect GetStrokesBounds() method GetElementsBounds (line 821) | private List GetElementsBounds() method GetElementsUnionBounds (line 841) | private Rect GetElementsUnionBounds() method UpdateSelectionAdorner (line 868) | private void UpdateSelectionAdorner() method EnusreElementsBounds (line 890) | private void EnusreElementsBounds() method MapRectToRect (line 907) | private static Matrix MapRectToRect(Rect target, Rect source) method UpdateCanvasLayoutUpdatedHandler (line 943) | private void UpdateCanvasLayoutUpdatedHandler() method StrokesAreEqual (line 973) | private static bool StrokesAreEqual(StrokeCollection strokes1, StrokeC... method FrameworkElementArraysAreEqual (line 1008) | private static bool FrameworkElementArraysAreEqual(IList el... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/InkCollectionBehavior.cs class InkCollectionBehavior (line 24) | internal sealed class InkCollectionBehavior : StylusEditingBehavior method InkCollectionBehavior (line 34) | internal InkCollectionBehavior(EditingCoordinator editingCoordinator, ... method ResetDynamicRenderer (line 48) | internal void ResetDynamicRenderer() method OnSwitchToMode (line 102) | protected override void OnSwitchToMode(InkCanvasEditingMode mode) method OnActivate (line 170) | protected override void OnActivate() method OnDeactivate (line 189) | protected override void OnDeactivate() method GetCurrentCursor (line 205) | protected override Cursor GetCurrentCursor() method StylusInputBegin (line 223) | protected override void StylusInputBegin(StylusPointCollection stylusP... method StylusInputContinue (line 262) | protected override void StylusInputContinue(StylusPointCollection styl... method StylusInputEnd (line 277) | protected override void StylusInputEnd(bool commit) method OnTransformChanged (line 314) | protected override void OnTransformChanged() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/LassoHelper.cs class LassoHelper (line 17) | internal class LassoHelper method AddPoints (line 65) | public Point[] AddPoints(List points) method AddLassoPoint (line 140) | private void AddLassoPoint(Point lassoPoint) method ArePointsInLasso (line 162) | public bool ArePointsInLasso(ReadOnlySpan points, int percentIn... method Contains (line 193) | private bool Contains(Point point) method EnsureVisual (line 276) | private void EnsureVisual() method EnsureReady (line 287) | private void EnsureReady() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/LassoSelectionBehavior.cs class LassoSelectionBehavior (line 25) | internal sealed class LassoSelectionBehavior : StylusEditingBehavior method LassoSelectionBehavior (line 35) | internal LassoSelectionBehavior(EditingCoordinator editingCoordinator,... method OnSwitchToMode (line 66) | protected override void OnSwitchToMode(InkCanvasEditingMode mode) method StylusInputBegin (line 119) | protected override void StylusInputBegin(StylusPointCollection stylusP... method StylusInputContinue (line 170) | protected override void StylusInputContinue(StylusPointCollection styl... method StylusInputEnd (line 233) | protected override void StylusInputEnd(bool commit) method OnCommitWithoutStylusInput (line 295) | protected override void OnCommitWithoutStylusInput(bool commit) method GetCurrentCursor (line 305) | protected override Cursor GetCurrentCursor() method OnSelectionChanged (line 326) | private void OnSelectionChanged(object sender, LassoSelectionChangedEv... method HitTestForElements (line 335) | private List HitTestForElements() method HitTestElement (line 357) | private void HitTestElement(InkCanvasInnerCanvas parent, UIElement uiE... method GetTransformedElementCornerPoints (line 382) | private static ElementCornerPoints GetTransformedElementCornerPoints(I... method GeneratePointGrid (line 422) | private ReadOnlySpan GeneratePointGrid(ElementCornerPoints elem... method FillInPoints (line 454) | private void FillInPoints(List pointArray, Point point1, Point ... method FillInGrid (line 479) | private void FillInGrid(List pointArray, method GeneratePointBetweenPoints (line 510) | private static Point GeneratePointBetweenPoints(Point point1, Point po... method PointsAreCloseEnough (line 527) | private bool PointsAreCloseEnough(Point point1, Point point2) method UpdatePointDistances (line 541) | private void UpdatePointDistances(ElementCornerPoints elementPoints) method StartLasso (line 583) | private void StartLasso(List points) method TapSelectObject (line 630) | private void TapSelectObject(Point point, out Stroke tappedStroke, out... type ElementCornerPoints (line 679) | private struct ElementCornerPoints FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/PenCursorManager.cs class PenCursorManager (line 28) | internal static class PenCursorManager method GetPenCursor (line 41) | internal static Cursor GetPenCursor(DrawingAttributes drawingAttribute... method GetPointEraserCursor (line 56) | internal static Cursor GetPointEraserCursor(StylusShape stylusShape, M... method GetStrokeEraserCursor (line 98) | internal static Cursor GetStrokeEraserCursor() method GetSelectionCursor (line 117) | internal static Cursor GetSelectionCursor(InkCanvasSelectionHitResult ... method CreateCursorFromDrawing (line 196) | private static Cursor CreateCursorFromDrawing(Drawing drawing, Point h... method CreateCursorDrawingVisual (line 245) | private static DrawingVisual CreateCursorDrawingVisual(Drawing drawing... method RenderVisualToBitmap (line 278) | private static RenderTargetBitmap RenderVisualToBitmap(Visual visual, ... method GetPixels (line 297) | private static byte[] GetPixels(RenderTargetBitmap rtb, int width, int... method CreatePenDrawing (line 320) | private static Drawing CreatePenDrawing(DrawingAttributes drawingAttri... method CreateStrokeEraserDrawing (line 429) | private static Drawing CreateStrokeEraserDrawing() method ConvertToPixel (line 552) | private static double ConvertToPixel(double value, double dpiScale) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/SelectionEditingBehavior.cs class SelectionEditingBehavior (line 20) | internal sealed class SelectionEditingBehavior : EditingBehavior method SelectionEditingBehavior (line 33) | internal SelectionEditingBehavior(EditingCoordinator editingCoordinato... method OnActivate (line 51) | protected override void OnActivate() method OnDeactivate (line 87) | protected override void OnDeactivate() method OnCommit (line 96) | protected override void OnCommit(bool commit) method GetCurrentCursor (line 102) | protected override Cursor GetCurrentCursor() method OnMouseMove (line 123) | private void OnMouseMove(object sender, MouseEventArgs args) method OnMouseUp (line 152) | private void OnMouseUp(object sender, MouseButtonEventArgs args) method OnLostMouseCapture (line 168) | private void OnLostMouseCapture(object sender, MouseEventArgs args) method ChangeFeedbackRectangle (line 182) | private Rect ChangeFeedbackRectangle(Point newPoint) method CalculateRect (line 263) | private Rect CalculateRect(double x, double y) method ExtendSelectionLeft (line 330) | private static Rect ExtendSelectionLeft(Rect rect, double extendBy) method ExtendSelectionTop (line 340) | private static Rect ExtendSelectionTop(Rect rect, double extendBy) method ExtendSelectionRight (line 351) | private static Rect ExtendSelectionRight(Rect rect, double extendBy) method ExtendSelectionBottom (line 361) | private static Rect ExtendSelectionBottom(Rect rect, double extendBy) method InitializeCapture (line 373) | private void InitializeCapture() method ReleaseCapture (line 385) | private void ReleaseCapture(bool releaseDevice, bool commit) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/SelectionEditor.cs class SelectionEditor (line 22) | internal class SelectionEditor : EditingBehavior method SelectionEditor (line 35) | internal SelectionEditor(EditingCoordinator editingCoordinator, InkCan... method OnInkCanvasSelectionChanged (line 52) | internal void OnInkCanvasSelectionChanged() method OnActivate (line 71) | protected override void OnActivate() method OnDeactivate (line 86) | protected override void OnDeactivate() method OnCommit (line 99) | protected override void OnCommit(bool commit) method GetCurrentCursor (line 108) | protected override Cursor GetCurrentCursor() method OnAdornerMouseButtonDownEvent (line 140) | private void OnAdornerMouseButtonDownEvent(object sender, MouseButtonE... method OnAdornerMouseMoveEvent (line 176) | private void OnAdornerMouseMoveEvent(object sender, MouseEventArgs args) method OnAdornerMouseLeaveEvent (line 187) | private void OnAdornerMouseLeaveEvent(object sender, MouseEventArgs args) method HitTestOnSelectionAdorner (line 198) | private InkCanvasSelectionHitResult HitTestOnSelectionAdorner(Point po... method UpdateSelectionCursor (line 229) | private void UpdateSelectionCursor(Point hitPoint) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/StrokeCollectionDefaultValueFactory.cs class StrokeCollectionDefaultValueFactory (line 14) | internal class StrokeCollectionDefaultValueFactory : DefaultValueFactory method StrokeCollectionDefaultValueFactory (line 16) | internal StrokeCollectionDefaultValueFactory() method CreateDefaultValue (line 35) | internal override object CreateDefaultValue(DependencyObject owner, De... class StrokeCollectionDefaultPromoter (line 57) | private class StrokeCollectionDefaultPromoter method StrokeCollectionDefaultPromoter (line 64) | internal StrokeCollectionDefaultPromoter(DependencyObject owner, Dep... method OnStrokeCollectionChanged (line 75) | internal void OnStrokeCollectionChanged(object sender, T... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/StylusEditingBehavior.cs type IStylusEditing (line 12) | internal interface IStylusEditing method AddStylusPoints (line 19) | void AddStylusPoints(StylusPointCollection stylusPoints, bool userInit... class StylusEditingBehavior (line 25) | internal abstract class StylusEditingBehavior : EditingBehavior, IStylus... method StylusEditingBehavior (line 40) | internal StylusEditingBehavior(EditingCoordinator editingCoordinator, ... method SwitchToMode (line 59) | internal void SwitchToMode(InkCanvasEditingMode mode) method AddStylusPoints (line 92) | void IStylusEditing.AddStylusPoints(StylusPointCollection stylusPoints... method OnSwitchToMode (line 127) | protected abstract void OnSwitchToMode(InkCanvasEditingMode mode); method OnActivate (line 132) | protected override void OnActivate() method OnDeactivate (line 139) | protected override void OnDeactivate() method OnCommit (line 147) | protected sealed override void OnCommit(bool commit) method StylusInputBegin (line 171) | protected virtual void StylusInputBegin(StylusPointCollection stylusPo... method StylusInputContinue (line 181) | protected virtual void StylusInputContinue(StylusPointCollection stylu... method StylusInputEnd (line 190) | protected virtual void StylusInputEnd(bool commit) method OnCommitWithoutStylusInput (line 199) | protected virtual void OnCommitWithoutStylusInput(bool commit) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/TextClipboardData.cs class TextClipboardData (line 15) | internal class TextClipboardData : ElementsClipboardData method TextClipboardData (line 26) | internal TextClipboardData() : this(null) {} method TextClipboardData (line 29) | internal TextClipboardData(string text) method CanPaste (line 37) | internal override bool CanPaste(IDataObject dataObject) method CanCopy (line 53) | protected override bool CanCopy() method DoCopy (line 59) | protected override void DoCopy(IDataObject dataObject) method DoPaste (line 67) | protected override void DoPaste(IDataObject dataObject) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Ink/XamlClipboardData.cs class XamlClipboardData (line 18) | internal class XamlClipboardData : ElementsClipboardData method XamlClipboardData (line 29) | internal XamlClipboardData() { } method XamlClipboardData (line 32) | internal XamlClipboardData(UIElement[] elements) : base (elements) method CanPaste (line 37) | internal override bool CanPaste(IDataObject dataObject) method CanCopy (line 56) | protected override bool CanCopy() method DoCopy (line 67) | protected override void DoCopy(IDataObject dataObject) method DoPaste (line 86) | protected override void DoPaste(IDataObject dataObject) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Interop/IndexingFilter.cs type FilterErrorCode (line 23) | internal enum FilterErrorCode : int type STGM_FLAGS (line 94) | [Flags] type PID_STG (line 165) | internal enum PID_STG : int type FULLPROPSPEC (line 273) | [StructLayout(LayoutKind.Sequential, Pack = 0)] type IFILTER_INIT (line 291) | [Flags] type IFILTER_FLAGS (line 358) | [Flags] type CHUNK_BREAKTYPE (line 375) | internal enum CHUNK_BREAKTYPE : int type CHUNKSTATE (line 404) | [Flags] type STAT_CHUNK (line 437) | [StructLayout(LayoutKind.Sequential, Pack = 0)] type FILTERREGION (line 496) | [StructLayout(LayoutKind.Sequential, Pack = 0)] type IFilter (line 520) | [ComImport, ComVisible(true)] method Init (line 532) | IFILTER_FLAGS Init( method GetChunk (line 542) | STAT_CHUNK GetChunk(); method GetText (line 550) | void GetText([In, Out] ref uint pcwcBuffer, [In] IntPtr pBuffer); method GetValue (line 556) | IntPtr GetValue(); method BindRegion (line 564) | IntPtr BindRegion([In] FILTERREGION origPos, [In] ref Guid riid); type IPersistStream (line 576) | [ComImport, ComVisible(true)] method GetClassID (line 594) | void GetClassID(out Guid pClassID); method IsDirty (line 605) | [PreserveSig()] method Load (line 615) | void Load(IStream pstm); method Save (line 623) | void Save(IStream pstm, [MarshalAs(UnmanagedType.Bool)] bool fRemember); method GetSizeMax (line 633) | void GetSizeMax([Out] out Int64 pcbSize); type IStream (line 650) | [ComImport, ComVisible(true)] method Read (line 667) | void Read(IntPtr bufferBase, int sizeInBytes, IntPtr refToNumBytesRead); method Write (line 673) | void Write(IntPtr bufferBase, int sizeInBytes, IntPtr refToNumBytesWri... method Seek (line 680) | void Seek(long offset, int origin, IntPtr refToNewOffsetNullAllowed); method SetSize (line 685) | void SetSize(long newSize); method CopyTo (line 690) | void CopyTo( method Commit (line 700) | void Commit(int commitFlags); method Revert (line 705) | void Revert(); method LockRegion (line 711) | void LockRegion(long offset, long sizeInBytes, int lockType); method UnlockRegion (line 716) | void UnlockRegion(long offset, long sizeInBytes, int lockType); method Stat (line 721) | void Stat(out System.Runtime.InteropServices.ComTypes.STATSTG statStru... method Clone (line 727) | void Clone(out MS.Internal.Interop.IStream newStream); type IPersistStreamWithArrays (line 743) | [ComImport, ComVisible(true)] method GetClassID (line 761) | void GetClassID(out Guid pClassID); method IsDirty (line 772) | [PreserveSig()] method Load (line 781) | void Load(System.Runtime.InteropServices.ComTypes.IStream pstm); method Save (line 789) | void Save(System.Runtime.InteropServices.ComTypes.IStream pstm, [Marsh... method GetSizeMax (line 799) | void GetSizeMax([Out] out Int64 pcbSize); type IPersistFile (line 817) | [ComImport, ComVisible(true)] method GetClassID (line 828) | void GetClassID(out Guid pClassID); method IsDirty (line 837) | [PreserveSig] method Load (line 848) | void Load([MarshalAs(UnmanagedType.LPWStr)] string pszFileName, int dw... method Save (line 860) | void Save([MarshalAs(UnmanagedType.LPWStr)] string pszFileName, method SaveCompleted (line 867) | void SaveCompleted([MarshalAs(UnmanagedType.LPWStr)] string pszFileName); method GetCurFile (line 879) | [PreserveSig] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Interop/InternalDispatchObject.cs class InternalDispatchObject (line 48) | internal abstract class InternalDispatchObject : IReflect method InternalDispatchObject (line 55) | protected InternalDispatchObject() method GetField (line 68) | FieldInfo IReflect.GetField(string name, BindingFlags bindingAttr) method GetFields (line 72) | FieldInfo[] IReflect.GetFields(BindingFlags bindingAttr) method GetMember (line 76) | MemberInfo[] IReflect.GetMember(string name, BindingFlags bindingAttr) method GetMembers (line 80) | MemberInfo[] IReflect.GetMembers(BindingFlags bindingAttr) method GetMethod (line 84) | MethodInfo IReflect.GetMethod(string name, BindingFlags bindingAttr) method GetMethod (line 88) | MethodInfo IReflect.GetMethod(string name, BindingFlags bindingAttr, B... method GetMethods (line 92) | MethodInfo[] IReflect.GetMethods(BindingFlags bindingAttr) method GetProperties (line 100) | PropertyInfo[] IReflect.GetProperties(BindingFlags bindingAttr) method GetProperty (line 104) | PropertyInfo IReflect.GetProperty(string name, BindingFlags bindingAtt... method GetProperty (line 108) | PropertyInfo IReflect.GetProperty(string name, BindingFlags bindingAttr) method InvokeMember (line 113) | object IReflect.InvokeMember(string name, BindingFlags invokeAttr, Bin... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/KnownBoxes.cs class SizeBox (line 8) | internal class SizeBox method SizeBox (line 10) | internal SizeBox(double width, double height) method SizeBox (line 21) | internal SizeBox(Size size): this(size.Width, size.Height) {} FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/LayoutDump.cs class LayoutDump (line 26) | internal static class LayoutDump method DumpLayoutAndVisualTreeToString (line 41) | internal static string DumpLayoutAndVisualTreeToString(string tagName,... method DumpLayoutAndVisualTree (line 65) | internal static void DumpLayoutAndVisualTree(XmlTextWriter writer, str... method DumpLayoutTreeToFile (line 85) | internal static void DumpLayoutTreeToFile(string tagName, UIElement ro... method DumpLayoutTreeToString (line 102) | internal static string DumpLayoutTreeToString(string tagName, UIElemen... method DumpLayoutTree (line 126) | internal static void DumpLayoutTree(XmlTextWriter writer, string tagNa... method AddUIElementDumpHandler (line 152) | internal static void AddUIElementDumpHandler(Type type, DumpCustomUIEl... method AddDocumentPageDumpHandler (line 160) | internal static void AddDocumentPageDumpHandler(Type type, DumpCustomD... method DumpVisual (line 198) | internal static void DumpVisual(XmlTextWriter writer, Visual visual, V... method DumpUIElement (line 241) | private static void DumpUIElement(XmlTextWriter writer, UIElement elem... method DumpDocumentPage (line 295) | internal static void DumpDocumentPage(XmlTextWriter writer, DocumentPa... method DumpVisualChildren (line 333) | private static void DumpVisualChildren(XmlTextWriter writer, string ta... method DumpUIElementChildren (line 354) | internal static void DumpUIElementChildren(XmlTextWriter writer, strin... method DumpPoint (line 378) | internal static void DumpPoint(XmlTextWriter writer, string tagName, P... method DumpSize (line 389) | internal static void DumpSize(XmlTextWriter writer, string tagName, Si... method DumpRect (line 400) | internal static void DumpRect(XmlTextWriter writer, string tagName, Re... method GetUIElementsFromVisual (line 418) | internal static void GetUIElementsFromVisual(Visual visual, List method ListOfObject (line 15) | internal ListOfObject(IList list) method IndexOf (line 23) | int IList.IndexOf(object item) method Insert (line 28) | void IList.Insert(int index, object item) method RemoveAt (line 33) | void IList.RemoveAt(int index) method Add (line 54) | void ICollection.Add(object item) method Clear (line 59) | void ICollection.Clear() method Contains (line 64) | bool ICollection.Contains(object item) method CopyTo (line 69) | void ICollection.CopyTo(object[] array, int arrayIndex) method Remove (line 84) | bool ICollection.Remove(object item) method GetEnumerator (line 93) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 102) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class ObjectEnumerator (line 109) | private class ObjectEnumerator : IEnumerator method ObjectEnumerator (line 112) | public ObjectEnumerator(IList list) method Dispose (line 128) | void IDisposable.Dispose() method MoveNext (line 142) | bool IEnumerator.MoveNext() method Reset (line 147) | void IEnumerator.Reset() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Markup/StaticExtension.cs class StaticExtension (line 22) | internal class StaticExtension : System.Windows.Markup.StaticExtension method StaticExtension (line 24) | public StaticExtension() : base() { } method StaticExtension (line 25) | public StaticExtension(String member) : base(member) { } method ProvideValue (line 36) | public override object ProvideValue(IServiceProvider serviceProvider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/MatchedTextInfo.cs class MatchedTextInfo (line 11) | internal class MatchedTextInfo method MatchedTextInfo (line 16) | static MatchedTextInfo() method MatchedTextInfo (line 20) | internal MatchedTextInfo(int matchedItemIndex, string matchedText, int... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Navigation/BindStream.cs class BindStream (line 23) | internal class BindStream : Stream, IStreamInfo method BindStream (line 27) | internal BindStream(Stream stream, long maxBytes, method UpdateNavigationProgress (line 43) | private void UpdateNavigationProgress() method UpdateNavProgressHelper (line 60) | private void UpdateNavProgressHelper(long numBytes) method BeginRead (line 157) | public override IAsyncResult BeginRead( method BeginWrite (line 177) | public override IAsyncResult BeginWrite( method Close (line 191) | public override void Close() method EndRead (line 219) | public override int EndRead( method EndWrite (line 230) | public override void EndWrite( method Equals (line 242) | public override bool Equals( method Flush (line 252) | public override void Flush() method GetHashCode (line 261) | public override int GetHashCode() method InitializeLifetimeService (line 290) | [ObsoleteAttribute("InitializeLifetimeService is obsolete.", false)] method Read (line 303) | public override int Read( method ReadByte (line 334) | public override int ReadByte() method Seek (line 359) | public override long Seek( method SetLength (line 371) | public override void SetLength( method ToString (line 382) | public override string ToString() method Write (line 393) | public override void Write( method WriteByte (line 406) | public override void WriteByte( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Navigation/JournalEntryStack.cs class JournalEntryStack (line 13) | internal abstract class JournalEntryStack : IEnumerable, INotifyCollecti... method JournalEntryStack (line 15) | internal JournalEntryStack(Journal journal) method OnCollectionChanged (line 20) | internal void OnCollectionChanged() method GetLimitedJournalEntryStackEnumerable (line 34) | internal IEnumerable GetLimitedJournalEntryStackEnumerable() method GetEnumerator (line 46) | public abstract IEnumerator GetEnumerator(); class JournalEntryBackStack (line 53) | internal class JournalEntryBackStack : JournalEntryStack method JournalEntryBackStack (line 55) | public JournalEntryBackStack(Journal journal) method GetEnumerator (line 60) | public override IEnumerator GetEnumerator() class JournalEntryForwardStack (line 70) | internal class JournalEntryForwardStack : JournalEntryStack method JournalEntryForwardStack (line 72) | public JournalEntryForwardStack(Journal journal) method GetEnumerator (line 77) | public override IEnumerator GetEnumerator() class JournalEntryStackEnumerator (line 89) | internal class JournalEntryStackEnumerator : IEnumerator method JournalEntryStackEnumerator (line 91) | public JournalEntryStackEnumerator(Journal journal, int start, int del... method Reset (line 101) | public void Reset() method MoveNext (line 107) | public bool MoveNext() method VerifyUnchanged (line 134) | protected void VerifyUnchanged() class LimitedJournalEntryStackEnumerable (line 151) | internal class LimitedJournalEntryStackEnumerable : IEnumerable, INotify... method LimitedJournalEntryStackEnumerable (line 153) | internal LimitedJournalEntryStackEnumerable(IEnumerable ieble) method GetEnumerator (line 160) | public IEnumerator GetEnumerator() method PropogateCollectionChanged (line 165) | internal void PropogateCollectionChanged(object sender, NotifyCollecti... class LimitedJournalEntryStackEnumerator (line 180) | internal class LimitedJournalEntryStackEnumerator : IEnumerator method LimitedJournalEntryStackEnumerator (line 182) | internal LimitedJournalEntryStackEnumerator(IEnumerable ieble, uint vi... method Reset (line 188) | public void Reset() method MoveNext (line 194) | public bool MoveNext() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PrePostDescendentsWalker.cs class PrePostDescendentsWalker (line 19) | internal class PrePostDescendentsWalker : DescendentsWalker method PrePostDescendentsWalker (line 36) | public PrePostDescendentsWalker(TreeWalkPriority priority, VisitedCall... method StartWalk (line 57) | public override void StartWalk(DependencyObject startNode, bool skipSt... method _VisitNode (line 96) | protected override void _VisitNode(DependencyObject d, bool visitedVia... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Printing/NativeMethods.cs class NativeMethods (line 8) | internal static class NativeMethods class PRINTDLGEX32 (line 25) | [StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Auto)] class PRINTDLGEX64 (line 51) | [StructLayout(LayoutKind.Sequential, Pack = 8, CharSet = CharSet.Auto)] type DEVMODE (line 77) | [StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Auto)] type DEVNAMES (line 119) | [StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Auto)] type PRINTPAGERANGE (line 128) | [StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Auto)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Printing/PrintDlgExMarshaler.cs class Win32PrintDialog (line 13) | internal partial class Win32PrintDialog class PrintDlgExMarshaler (line 23) | private sealed class PrintDlgExMarshaler : IDisposable method PrintDlgExMarshaler (line 37) | internal method SyncFromStruct (line 83) | internal method SyncToStruct (line 146) | internal method Dispose (line 179) | private method ExtractPrintDataAndDevMode (line 217) | private method AcquirePrintQueue (line 300) | private method AcquirePrintTicket (line 351) | private method AcquireResultFromPrintDlgExStruct (line 402) | private method AllocateUnmanagedPrintDlgExStruct (line 437) | private method FreeUnmanagedPrintDlgExStruct (line 635) | private method Is64Bit (line 690) | private method AllocateAndInitializeDevNames (line 708) | private method AllocateAndInitializeDevMode (line 791) | private method Dispose (line 843) | public FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Printing/UnsafeNativeMethods.cs class UnsafeNativeMethods (line 10) | internal static class UnsafeNativeMethods method PrintDlgEx (line 12) | [DllImport("comdlg32.dll", CharSet = CharSet.Auto)] method GlobalFree (line 21) | [DllImport("kernel32.dll")] method GlobalLock (line 30) | [DllImport("kernel32.dll")] method GlobalUnlock (line 39) | [DllImport("kernel32.dll")] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Printing/Win32PrintDialog.cs class Win32PrintDialog (line 20) | internal partial class Win32PrintDialog method Win32PrintDialog (line 29) | public method ShowDialog (line 48) | internal method ProbeForPrintingSupport (line 279) | private void ProbeForPrintingSupport() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Progressivity/IByteRangeDownloaderService.cs type IByteRangeDownloaderService (line 39) | [ComImport] method InitializeByteRangeDownloader (line 50) | void InitializeByteRangeDownloader( method RequestDownloadByteRanges (line 61) | void RequestDownloadByteRanges( method GetDownloadedByteRanges (line 71) | void GetDownloadedByteRanges( method ReleaseByteRangeDownloader (line 78) | void ReleaseByteRangeDownloader(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/BackgroundFormatInfo.cs class BackgroundFormatInfo (line 15) | internal sealed class BackgroundFormatInfo method BackgroundFormatInfo (line 28) | internal BackgroundFormatInfo(StructuralCache structuralCache) method UpdateBackgroundFormatInfo (line 46) | internal void UpdateBackgroundFormatInfo() method ThrottleBackgroundFormatting (line 85) | internal void ThrottleBackgroundFormatting() method BackgroundFormat (line 111) | internal void BackgroundFormat(IFlowDocumentFormatter formatter, bool ... method OnThrottleBackgroundTimeout (line 190) | private void OnThrottleBackgroundTimeout(object sender, EventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/BaseParaClient.cs class BaseParaClient (line 21) | internal abstract class BaseParaClient : UnmanagedHandle method BaseParaClient (line 36) | protected BaseParaClient(BaseParagraph paragraph) : base(paragraph.Pts... method Arrange (line 61) | internal void Arrange(IntPtr pfspara, PTS.FSRECT rcPara, int dvrTopSpa... method GetFirstTextLineBaseline (line 88) | internal virtual int GetFirstTextLineBaseline() method TransferDisplayInfo (line 98) | internal void TransferDisplayInfo(BaseParaClient oldParaClient) method InputHitTest (line 111) | internal virtual IInputElement InputHitTest(PTS.FSPOINT pt) method GetRectangles (line 124) | internal virtual List GetRectangles(ContentElement e, int start,... method GetRectanglesForParagraphElement (line 135) | internal virtual void GetRectanglesForParagraphElement(out List ... method ValidateVisual (line 149) | internal virtual void ValidateVisual(PTS.FSKUPDATE fskupdInherited) { } method UpdateViewport (line 155) | internal virtual void UpdateViewport(ref PTS.FSRECT viewport) { } method CreateParagraphResult (line 160) | internal abstract ParagraphResult CreateParagraphResult(); method GetTextContentRange (line 165) | internal abstract TextContentRange GetTextContentRange(); method OnArrange (line 229) | protected virtual void OnArrange() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/BaseParagraph.cs class BaseParagraph (line 22) | internal abstract class BaseParagraph : UnmanagedHandle method BaseParagraph (line 41) | protected BaseParagraph(DependencyObject element, StructuralCache stru... method UpdGetParaChange (line 71) | internal virtual void UpdGetParaChange( method CollapseMargin (line 104) | internal virtual void CollapseMargin( method GetParaProperties (line 121) | internal abstract void GetParaProperties( method CreateParaclient (line 130) | internal abstract void CreateParaclient( method SetUpdateInfo (line 154) | internal virtual void SetUpdateInfo(PTS.FSKCHANGE fskch, bool stopAsking) method ClearUpdateInfo (line 163) | internal virtual void ClearUpdateInfo() method InvalidateStructure (line 176) | internal virtual bool InvalidateStructure(int startPosition) method InvalidateFormatCache (line 186) | internal virtual void InvalidateFormatCache() method UpdateLastFormatPositions (line 193) | internal void UpdateLastFormatPositions() method GetParaProperties (line 217) | protected void GetParaProperties(ref PTS.FSPAP fspap, bool ignoreEleme... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/BreakRecordTable.cs class BreakRecordTable (line 20) | internal sealed class BreakRecordTable method BreakRecordTable (line 34) | internal BreakRecordTable(FlowDocumentPaginator owner) method GetPageBreakRecord (line 56) | internal PageBreakRecord GetPageBreakRecord(int pageNumber) method GetCachedDocumentPage (line 81) | internal FlowDocumentPage GetCachedDocumentPage(int pageNumber) method GetPageNumberForContentPosition (line 115) | internal bool GetPageNumberForContentPosition(TextPointer contentPosit... method OnInvalidateLayout (line 151) | internal void OnInvalidateLayout() method OnInvalidateLayout (line 173) | internal void OnInvalidateLayout(ITextPointer start, ITextPointer end) method OnInvalidateRender (line 205) | internal void OnInvalidateRender() method OnInvalidateRender (line 223) | internal void OnInvalidateRender(ITextPointer start, ITextPointer end) method UpdateEntry (line 249) | internal void UpdateEntry(int pageNumber, FlowDocumentPage page, PageB... method HasPageBreakRecord (line 312) | internal bool HasPageBreakRecord(int pageNumber) method DisposePages (line 374) | private void DisposePages(int start, int count) method InvalidateBreakRecords (line 400) | private void InvalidateBreakRecords(int start, int count) method GetAffectedPages (line 431) | private void GetAffectedPages(ITextPointer start, ITextPointer end, ou... class BreakRecordTableEntry (line 503) | private class BreakRecordTableEntry FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/CellParaClient.cs class CellParaClient (line 24) | internal sealed class CellParaClient : SubpageParaClient method CellParaClient (line 39) | internal CellParaClient(CellParagraph cellParagraph, TableParaClient t... method Arrange (line 72) | internal void Arrange(int du, int dv, PTS.FSRECT rcTable, FlowDirectio... method ValidateVisual (line 126) | internal void ValidateVisual() method FormatCellFinite (line 143) | internal void FormatCellFinite(Size subpageSize, IntPtr breakRecordIn,... method FormatCellBottomless (line 212) | internal void FormatCellBottomless(uint fswdir, double width, out PTS.... method UpdateBottomlessCell (line 264) | internal void UpdateBottomlessCell(uint fswdir, double width, out PTS.... method GetTightBoundingGeometryFromTextPositions (line 308) | internal Geometry GetTightBoundingGeometryFromTextPositions(ITextPoint... method CalculateCellWidth (line 353) | internal double CalculateCellWidth(TableParaClient tableParaClient) class CellInfo (line 434) | internal class CellInfo method CellInfo (line 441) | internal CellInfo(TableParaClient tpc, CellParaClient cpc) method Adjust (line 469) | internal void Adjust(Point ptAdjust) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/CellParagraph.cs class CellParagraph (line 19) | internal sealed class CellParagraph : SubpageParagraph method CellParagraph (line 27) | internal CellParagraph(DependencyObject element, StructuralCache struc... method FormatCellFinite (line 51) | internal void FormatCellFinite( method FormatCellBottomless (line 128) | internal void FormatCellBottomless( method UpdateBottomlessCell (line 158) | internal void UpdateBottomlessCell( method SetCellHeight (line 182) | internal void SetCellHeight( method UpdGetCellChange (line 201) | internal void UpdGetCellChange( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/ColumnPropertiesGroup.cs class ColumnPropertiesGroup (line 19) | internal sealed class ColumnPropertiesGroup method ColumnPropertiesGroup (line 26) | internal ColumnPropertiesGroup(DependencyObject o) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/ContainerParaClient.cs class ContainerParaClient (line 26) | internal class ContainerParaClient : BaseParaClient method ContainerParaClient (line 34) | internal ContainerParaClient(ContainerParagraph paragraph) : base(para... method OnArrange (line 41) | protected override void OnArrange() method InputHitTest (line 83) | internal override IInputElement InputHitTest(PTS.FSPOINT pt) method GetRectangles (line 127) | internal override List GetRectangles(ContentElement e, int start... method ValidateVisual (line 173) | internal override void ValidateVisual(PTS.FSKUPDATE fskupdInherited) method UpdateViewport (line 214) | internal override void UpdateViewport(ref PTS.FSRECT viewport) method CreateParagraphResult (line 235) | internal override ParagraphResult CreateParagraphResult() method GetTextContentRange (line 260) | internal override TextContentRange GetTextContentRange() method GetChildrenParagraphResults (line 318) | internal ReadOnlyCollection GetChildrenParagraphResul... method SetChunkInfo (line 363) | internal void SetChunkInfo(bool isFirstChunk, bool isLastChunk) method GetFirstTextLineBaseline (line 372) | internal override int GetFirstTextLineBaseline() method GetTightBoundingGeometryFromTextPositions (line 395) | internal Geometry GetTightBoundingGeometryFromTextPositions(ITextPoint... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/ContainerParagraph.cs class ContainerParagraph (line 19) | internal class ContainerParagraph : BaseParagraph, ISegment method ContainerParagraph (line 35) | internal ContainerParagraph(DependencyObject element, StructuralCache ... method Dispose (line 43) | public override void Dispose() method GetFirstPara (line 72) | void ISegment.GetFirstPara( method GetNextPara (line 177) | void ISegment.GetNextPara( method UpdGetFirstChangeInSegment (line 278) | void ISegment.UpdGetFirstChangeInSegment( method UpdGetSegmentChange (line 343) | internal void UpdGetSegmentChange( method GetParaProperties (line 414) | internal override void GetParaProperties( method CreateParaclient (line 424) | internal override void CreateParaclient( method FormatParaFinite (line 438) | internal void FormatParaFinite( method FormatParaBottomless (line 602) | internal void FormatParaBottomless( method UpdateBottomlessPara (line 726) | internal void UpdateBottomlessPara( method ClearUpdateInfo (line 860) | internal override void ClearUpdateInfo() method InvalidateStructure (line 880) | internal override bool InvalidateStructure(int startPosition) method InvalidateFormatCache (line 951) | internal override void InvalidateFormatCache() method GetParagraph (line 987) | protected virtual BaseParagraph GetParagraph(ITextPointer textPointer,... method NeedsUpdate (line 1081) | private bool NeedsUpdate() method BuildUpdateRecord (line 1092) | private void BuildUpdateRecord() method UpdateRecordFromDtr (line 1199) | private UpdateRecord UpdateRecordFromDtr( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/DirtyTextRange.cs type DirtyTextRange (line 15) | internal struct DirtyTextRange method DirtyTextRange (line 24) | internal DirtyTextRange(int startIndex, int positionsAdded, int positi... method DirtyTextRange (line 37) | internal DirtyTextRange(TextContainerChangeEventArgs change) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/DtrList.cs class DtrList (line 18) | internal sealed class DtrList method DtrList (line 25) | internal DtrList() method Merge (line 38) | internal void Merge(DirtyTextRange dtr) method GetMergedRange (line 156) | internal DirtyTextRange GetMergedRange() method DtrsFromRange (line 197) | internal DtrList DtrsFromRange(int dcpNew, int cchOld) method MergeWithNext (line 260) | private void MergeWithNext(int index) method Append (line 297) | private void Append(DirtyTextRange dtr) method Resize (line 308) | private void Resize() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/EmbeddedObject.cs class EmbeddedObject (line 19) | internal abstract class EmbeddedObject method EmbeddedObject (line 27) | protected EmbeddedObject(int dcp) method Dispose (line 35) | internal virtual void Dispose() method Update (line 46) | internal abstract void Update(EmbeddedObject newObject); class AttachedObject (line 66) | internal class AttachedObject : EmbeddedObject method AttachedObject (line 77) | internal AttachedObject(int dcp, BaseParagraph para) method Dispose (line 86) | internal override void Dispose() method Update (line 100) | internal override void Update(EmbeddedObject newObject) class InlineObject (line 130) | internal sealed class InlineObject : EmbeddedObject method InlineObject (line 144) | internal InlineObject(int dcp, UIElementIsland uiElementIsland, TextPa... method Dispose (line 155) | internal override void Dispose() method Update (line 168) | internal override void Update(EmbeddedObject newObject) class FigureObject (line 198) | internal sealed class FigureObject : AttachedObject method FigureObject (line 209) | internal FigureObject(int dcp, FigureParagraph para) class FloaterObject (line 218) | internal sealed class FloaterObject : AttachedObject method FloaterObject (line 229) | internal FloaterObject(int dcp, FloaterParagraph para) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/ErrorHandler.cs class ErrorHandler (line 16) | internal static class ErrorHandler method Assert (line 21) | internal static void Assert(bool condition, string message) method Assert (line 34) | internal static void Assert(bool condition, string format, params obje... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/FigureHelper.cs class FigureHelper (line 15) | internal static class FigureHelper method IsVerticalPageAnchor (line 20) | internal static bool IsVerticalPageAnchor(FigureVerticalAnchor vertica... method IsVerticalContentAnchor (line 30) | internal static bool IsVerticalContentAnchor(FigureVerticalAnchor vert... method IsHorizontalPageAnchor (line 41) | internal static bool IsHorizontalPageAnchor(FigureHorizontalAnchor hor... method IsHorizontalContentAnchor (line 51) | internal static bool IsHorizontalContentAnchor(FigureHorizontalAnchor ... method IsHorizontalColumnAnchor (line 61) | internal static bool IsHorizontalColumnAnchor(FigureHorizontalAnchor h... method CalculateFigureWidth (line 71) | internal static double CalculateFigureWidth(StructuralCache structural... method CalculateFigureHeight (line 124) | internal static double CalculateFigureHeight(StructuralCache structura... method CalculateFigureCommon (line 199) | internal static double CalculateFigureCommon(FigureLength figureLength) method GetColumnMetrics (line 224) | internal static void GetColumnMetrics(StructuralCache structuralCache,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/FigureParaClient.cs class FigureParaClient (line 24) | internal sealed class FigureParaClient : BaseParaClient method FigureParaClient (line 31) | internal FigureParaClient(FigureParagraph paragraph) : base(paragraph) method Dispose (line 38) | public override void Dispose() method OnArrange (line 54) | protected override void OnArrange() method UpdateViewport (line 131) | internal override void UpdateViewport(ref PTS.FSRECT viewport) method ArrangeFigure (line 182) | internal void ArrangeFigure(PTS.FSRECT rcFigure, PTS.FSRECT rcHostPara... method InputHitTest (line 209) | internal override IInputElement InputHitTest(PTS.FSPOINT pt) method GetRectangles (line 279) | internal override List GetRectangles(ContentElement e, int start... method ValidateVisual (line 339) | internal override void ValidateVisual(PTS.FSKUPDATE fskupdInherited) method CreateParagraphResult (line 478) | internal override ParagraphResult CreateParagraphResult() method GetTextContentRange (line 486) | internal override TextContentRange GetTextContentRange() method GetChildrenParagraphResults (line 547) | private ReadOnlyCollection GetChildrenParagraphResult... method GetColumnResults (line 641) | internal ReadOnlyCollection GetColumnResults(out bool ha... method GetParagraphResultsFromColumn (line 710) | internal ReadOnlyCollection GetParagraphResultsFromCo... method GetTextContentRangeFromColumn (line 722) | internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack) method GetTightBoundingGeometryFromTextPositions (line 731) | internal Geometry GetTightBoundingGeometryFromTextPositions(ReadOnlyCo... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/FigureParagraph.cs class FigureParagraph (line 24) | internal sealed class FigureParagraph : BaseParagraph method FigureParagraph (line 40) | internal FigureParagraph(DependencyObject element, StructuralCache str... method Dispose (line 48) | public override void Dispose() method GetParaProperties (line 68) | internal override void GetParaProperties( method CreateParaclient (line 78) | internal override void CreateParaclient( method GetFigureProperties (line 98) | internal void GetFigureProperties( method GetFigurePolygons (line 290) | internal unsafe void GetFigurePolygons( method CalcFigurePosition (line 308) | internal void CalcFigurePosition( method ClearUpdateInfo (line 409) | internal override void ClearUpdateInfo() method InvalidateStructure (line 422) | internal override bool InvalidateStructure(int startPosition) method InvalidateFormatCache (line 439) | internal override void InvalidateFormatCache() method UpdateSegmentLastFormatPositions (line 447) | internal void UpdateSegmentLastFormatPositions() method CreateSubpageFiniteHelper (line 469) | private unsafe void CreateSubpageFiniteHelper( method CalculateParagraphToColumnOffset (line 514) | private int CalculateParagraphToColumnOffset(FigureHorizontalAnchor ho... method LimitTotalWidthFromAnchor (line 569) | private double LimitTotalWidthFromAnchor(double width, double elementM... method LimitTotalHeightFromAnchor (line 607) | private double LimitTotalHeightFromAnchor(double height, double elemen... method CalculateSearchArea (line 636) | private PTS.FSRECT CalculateSearchArea(FigureHorizontalAnchor horizAnc... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/FloaterBaseParaClient.cs class FloaterBaseParaClient (line 20) | internal abstract class FloaterBaseParaClient : BaseParaClient method FloaterBaseParaClient (line 35) | protected FloaterBaseParaClient(FloaterBaseParagraph paragraph) method ArrangeFloater (line 50) | internal virtual void ArrangeFloater(PTS.FSRECT rcFloater, PTS.FSRECT ... method GetTextContentRange (line 57) | internal abstract override TextContentRange GetTextContentRange(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/FloaterBaseParagraph.cs class FloaterBaseParagraph (line 13) | internal abstract class FloaterBaseParagraph : BaseParagraph method FloaterBaseParagraph (line 29) | protected FloaterBaseParagraph(TextElement element, StructuralCache st... method Dispose (line 37) | public override void Dispose() method UpdGetParaChange (line 56) | internal override void UpdGetParaChange( method GetParaProperties (line 67) | internal override void GetParaProperties( method CreateParaclient (line 77) | internal abstract override void CreateParaclient( method CollapseMargin (line 83) | internal abstract override void CollapseMargin( method GetFloaterProperties (line 93) | internal abstract void GetFloaterProperties( method GetFloaterPolygons (line 101) | internal virtual unsafe void GetFloaterPolygons( method FormatFloaterContentFinite (line 119) | internal abstract void FormatFloaterContentFinite( method FormatFloaterContentBottomless (line 144) | internal abstract void FormatFloaterContentBottomless( method UpdateBottomlessFloaterContent (line 162) | internal abstract void UpdateBottomlessFloaterContent( method GetMCSClientAfterFloater (line 180) | internal abstract void GetMCSClientAfterFloater( method GetDvrUsedForFloater (line 188) | internal virtual void GetDvrUsedForFloater( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/FloaterParaClient.cs class FloaterParaClient (line 25) | internal sealed class FloaterParaClient : FloaterBaseParaClient method FloaterParaClient (line 40) | internal FloaterParaClient(FloaterParagraph paragraph) method Dispose (line 48) | public override void Dispose() method OnArrange (line 57) | protected override void OnArrange() method UpdateViewport (line 116) | internal override void UpdateViewport(ref PTS.FSRECT viewport) method ArrangeFloater (line 168) | internal override void ArrangeFloater(PTS.FSRECT rcFloater, PTS.FSRECT... method InputHitTest (line 214) | internal override IInputElement InputHitTest(PTS.FSPOINT pt) method GetRectangles (line 284) | internal override List GetRectangles(ContentElement e, int start... method ValidateVisual (line 346) | internal override void ValidateVisual(PTS.FSKUPDATE fskupdInherited) method CreateParagraphResult (line 485) | internal override ParagraphResult CreateParagraphResult() method GetTextContentRange (line 493) | internal override TextContentRange GetTextContentRange() method GetChildrenParagraphResults (line 555) | private ReadOnlyCollection GetChildrenParagraphResult... method GetColumnResults (line 650) | internal ReadOnlyCollection GetColumnResults(out bool ha... method GetParagraphResultsFromColumn (line 719) | internal ReadOnlyCollection GetParagraphResultsFromCo... method GetTextContentRangeFromColumn (line 731) | internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack) method GetTightBoundingGeometryFromTextPositions (line 740) | internal Geometry GetTightBoundingGeometryFromTextPositions(ReadOnlyCo... method IsFloaterHorizontallyCentered (line 799) | private bool IsFloaterHorizontallyCentered(PTS.FSRECT rcFloater, PTS.F... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/FloaterParagraph.cs class FloaterParagraph (line 15) | internal sealed class FloaterParagraph : FloaterBaseParagraph method FloaterParagraph (line 31) | internal FloaterParagraph(TextElement element, StructuralCache structu... method UpdGetParaChange (line 39) | internal override void UpdGetParaChange( method Dispose (line 52) | public override void Dispose() method CreateParaclient (line 73) | internal override void CreateParaclient( method CollapseMargin (line 90) | internal override void CollapseMargin( method GetFloaterProperties (line 105) | internal override void GetFloaterProperties( method FormatFloaterContentFinite (line 140) | internal override void FormatFloaterContentFinite( method FormatFloaterContentBottomless (line 361) | internal override void FormatFloaterContentBottomless( method UpdateBottomlessFloaterContent (line 529) | internal override void UpdateBottomlessFloaterContent( method GetMCSClientAfterFloater (line 554) | internal override void GetMCSClientAfterFloater( method ClearUpdateInfo (line 583) | internal override void ClearUpdateInfo() method InvalidateStructure (line 596) | internal override bool InvalidateStructure(int startPosition) method InvalidateFormatCache (line 613) | internal override void InvalidateFormatCache() method UpdateSegmentLastFormatPositions (line 621) | internal void UpdateSegmentLastFormatPositions() method AdjustDurAvailable (line 639) | private void AdjustDurAvailable(double specifiedWidth, ref int durAvai... method CreateSubpageFiniteHelper (line 674) | private unsafe void CreateSubpageFiniteHelper( method CreateSubpageBottomlessHelper (line 723) | private unsafe void CreateSubpageBottomlessHelper( method InvalidateMainTextSegment (line 763) | private void InvalidateMainTextSegment() method CalculateWidth (line 849) | private double CalculateWidth(double spaceAvailable) method IsFloaterRejected (line 875) | private bool IsFloaterRejected(bool fAtMaxWidth, double availableSpace) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/FlowDocumentPage.cs class FlowDocumentPage (line 24) | internal sealed class FlowDocumentPage : DocumentPage, IServiceProvider,... method FlowDocumentPage (line 39) | internal FlowDocumentPage(StructuralCache structuralCache) : base(null) method Dispose (line 66) | public override void Dispose() method FormatBottomless (line 115) | internal void FormatBottomless(Size pageSize, Thickness pageMargin) method FormatFinite (line 175) | internal PageBreakRecord FormatFinite(Size pageSize, Thickness pageMar... method Arrange (line 225) | internal void Arrange(Size partitionSize) method ForceReformat (line 246) | internal void ForceReformat() method InputHitTestCore (line 263) | internal IInputElement InputHitTestCore(Point point) method GetRectanglesCore (line 308) | internal ReadOnlyCollection GetRectanglesCore(ContentElement chi... method OnChildDesiredSizeChangedCore (line 399) | internal void OnChildDesiredSizeChangedCore(UIElement child) method GetColumnResults (line 410) | internal ReadOnlyCollection GetColumnResults(out bool ha... method GetTextContentRangeFromColumn (line 529) | internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack) method GetParagraphResultsFromColumn (line 564) | internal ReadOnlyCollection GetParagraphResultsFromCo... method OnFormatLine (line 598) | internal void OnFormatLine() method EnsureValidVisuals (line 607) | internal void EnsureValidVisuals() method UpdateViewport (line 616) | internal void UpdateViewport(ref PTS.FSRECT viewport, bool drawBackgro... method Dispose (line 797) | private void Dispose(bool disposing) method UpdateVisual (line 842) | private void UpdateVisual() method OnBeforeFormatPage (line 881) | private void OnBeforeFormatPage() method OnAfterFormatPage (line 893) | private void OnAfterFormatPage() method FindElementPosition (line 914) | private TextPointer FindElementPosition(IInputElement e, bool isLimite... method DestroyVisualLinks (line 1000) | private void DestroyVisualLinks(ContainerVisual visual) method ValidateTextView (line 1023) | private void ValidateTextView() method GetTextView (line 1031) | private TextDocumentView GetTextView() method GetService (line 1137) | object IServiceProvider.GetService(Type serviceType) method InputHitTest (line 1173) | IInputElement IContentHost.InputHitTest(Point point) method GetRectangles (line 1186) | ReadOnlyCollection IContentHost.GetRectangles(ContentElement child) method OnChildDesiredSizeChanged (line 1210) | void IContentHost.OnChildDesiredSizeChanged(UIElement child) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/Line.cs class Line (line 23) | internal sealed class Line : LineBase method Line (line 45) | internal Line(TextFormatterHost host, TextParaClient paraClient, int c... method Dispose (line 56) | public override void Dispose() method GetDvrSuppressibleBottomSpace (line 89) | internal void GetDvrSuppressibleBottomSpace( method GetDurFigureAnchor (line 107) | internal void GetDurFigureAnchor( method GetTextRun (line 134) | internal override TextRun GetTextRun(int dcp) method GetPrecedingText (line 174) | internal override TextSpan GetPre... method GetTextEffectCharacterIndexFromTextSourceCharacterIndex (line 219) | internal override int GetTextEffectCharacterIndexFromTextSourceCharact... method Format (line 255) | internal void Format(FormattingContext ctx, int dcp, int width, int tr... method MeasureChild (line 337) | internal Size MeasureChild(InlineObjectRun inlineObject) method CreateVisual (line 365) | internal ContainerVisual CreateVisual() method GetBoundsFromTextPosition (line 461) | internal Rect GetBoundsFromTextPosition(int textPosition, out FlowDire... method GetRangeBounds (line 486) | internal List GetRangeBounds(int cp, int cch, double xOffset, do... method GetTextLineBreak (line 522) | internal TextLineBreak GetTextLineBreak() method GetTextPositionFromDistance (line 539) | internal CharacterHit GetTextPositionFromDistance(int urDistance) method InputHitTest (line 562) | internal IInputElement InputHitTest(int urOffset) method GetEllipsesLength (line 613) | internal int GetEllipsesLength() method GetGlyphRuns (line 652) | internal void GetGlyphRuns(List glyphRuns, int dcpStart, int... method GetNextCaretCharacterHit (line 736) | internal CharacterHit GetNextCaretCharacterHit(CharacterHit index) method GetPreviousCaretCharacterHit (line 747) | internal CharacterHit GetPreviousCaretCharacterHit(CharacterHit index) method GetBackspaceCaretCharacterHit (line 758) | internal CharacterHit GetBackspaceCaretCharacterHit(CharacterHit index) method IsAtCaretCharacterHit (line 769) | internal bool IsAtCaretCharacterHit(CharacterHit charHit) method HasInlineObjects (line 954) | private bool HasInlineObjects() method GetBoundsFromPosition (line 982) | private Rect GetBoundsFromPosition(int cp, int cch, out FlowDirection ... method GetCollapsingProps (line 1027) | private TextCollapsingProperties GetCollapsingProps(double wrappingWid... method AddGlyphRunRecursive (line 1056) | private static void AddGlyphRunRecursive(Drawing drawing, List GetPre... method GetTextEffectCharacterIndexFromTextSourceCharacterIndex (line 56) | internal abstract int GetTextEffectCharacterIndexFromTextSourceCharact... method HandleText (line 76) | protected TextRun HandleText(StaticTextPointer position) method HandleElementStartEdge (line 128) | protected TextRun HandleElementStartEdge(StaticTextPointer position) method HandleElementEndEdge (line 243) | protected TextRun HandleElementEndEdge(StaticTextPointer position) method HandleEmbeddedObject (line 297) | protected TextRun HandleEmbeddedObject(int dcp, StaticTextPointer posi... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/LineBreakRecord.cs class LineBreakRecord (line 17) | internal sealed class LineBreakRecord : UnmanagedHandle method LineBreakRecord (line 25) | internal LineBreakRecord(PtsContext ptsContext, TextLineBreak textLine... method Dispose (line 33) | public override void Dispose() method Clone (line 45) | internal LineBreakRecord Clone() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/LineVisual.cs class LineVisual (line 17) | internal sealed class LineVisual : DrawingVisual method Open (line 22) | internal DrawingContext Open() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/ListItemParagraph.cs class ListItemParagraph (line 16) | internal sealed class ListItemParagraph : ContainerParagraph method ListItemParagraph (line 27) | internal ListItemParagraph(DependencyObject element, StructuralCache s... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/ListMarkerLine.cs class ListMarkerLine (line 19) | internal class ListMarkerLine : LineBase method ListMarkerLine (line 30) | internal ListMarkerLine(TextFormatterHost host, ListParaClient paraCli... method GetTextRun (line 49) | internal override TextRun GetTextRun(int dcp) method GetPrecedingText (line 60) | internal override TextSpan GetPre... method GetTextEffectCharacterIndexFromTextSourceCharacterIndex (line 75) | internal override int GetTextEffectCharacterIndexFromTextSourceCharact... method FormatAndDrawVisual (line 97) | internal void FormatAndDrawVisual(DrawingContext ctx, LineProperties l... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/ListMarkerSourceInfo.cs class ListMarkerSourceInfo (line 21) | internal sealed class ListMarkerSourceInfo method ListMarkerSourceInfo (line 26) | private ListMarkerSourceInfo() method CalculatePadding (line 39) | internal static Thickness CalculatePadding(List list, double lineHeigh... method GetFormattedMarker (line 53) | private static FormattedText GetFormattedMarker(List list, double pixe... method ConvertNumberToString (line 149) | private static string ConvertNumberToString(int number, bool oneBased,... method GetStringForLargestRomanMarker (line 213) | private static string GetStringForLargestRomanMarker(int startIndex, i... method GetIndexForLargestRomanMarker (line 240) | private static int GetIndexForLargestRomanMarker(int startIndex, int h... method ConvertNumberToRomanString (line 309) | private static string ConvertNumberToRomanString( method AddRomanNumeric (line 335) | private static void AddRomanNumeric( method IsKnownSymbolMarkerStyle (line 362) | private static bool IsKnownSymbolMarkerStyle(TextMarkerStyle markerStyle) method IsKnownIndexMarkerStyle (line 372) | private static bool IsKnownIndexMarkerStyle(TextMarkerStyle markerStyle) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/ListParaClient.cs class ListParaClient (line 24) | internal sealed class ListParaClient : ContainerParaClient method ListParaClient (line 32) | internal ListParaClient(ListParagraph paragraph) : base(paragraph) method ValidateVisual (line 42) | internal override void ValidateVisual(PTS.FSKUPDATE fskupdInherited) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/ListParagraph.cs class ListParagraph (line 12) | internal sealed class ListParagraph : ContainerParagraph method ListParagraph (line 23) | internal ListParagraph(DependencyObject element, StructuralCache struc... method CreateParaclient (line 34) | internal override void CreateParaclient( method GetParagraph (line 59) | protected override BaseParagraph GetParagraph(ITextPointer textPointer... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/MarginCollapsingState.cs class MarginCollapsingState (line 22) | internal sealed class MarginCollapsingState : UnmanagedHandle method CollapseTopMargin (line 29) | internal static void CollapseTopMargin( method CollapseBottomMargin (line 69) | internal static void CollapseBottomMargin( method MarginCollapsingState (line 112) | internal MarginCollapsingState(PtsContext ptsContext, int margin) : ba... method MarginCollapsingState (line 123) | private MarginCollapsingState(MarginCollapsingState mcs) : base(mcs.Pt... method Clone (line 134) | internal MarginCollapsingState Clone() method IsEqual (line 146) | internal bool IsEqual(MarginCollapsingState mcs) method Collapse (line 161) | internal void Collapse(MarginCollapsingState mcs) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/MbpInfo.cs class MbpInfo (line 19) | internal sealed class MbpInfo method FromElement (line 25) | internal static MbpInfo FromElement(DependencyObject o, double pixelsP... method MirrorMargin (line 51) | internal void MirrorMargin() method MirrorBP (line 59) | internal void MirrorBP() method ReverseFlowDirection (line 68) | private static void ReverseFlowDirection(ref Thickness thickness) method MbpInfo (line 78) | static MbpInfo() method MbpInfo (line 86) | private MbpInfo() method MbpInfo (line 98) | private MbpInfo(TextElement block) method ResolveAutoMargin (line 109) | private static void ResolveAutoMargin(MbpInfo mbp, DependencyObject o,... method ResolveAutoPadding (line 146) | private static void ResolveAutoPadding(MbpInfo mbp, DependencyObject o... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/OptimalBreakSession.cs class OptimalBreakSession (line 16) | internal sealed class OptimalBreakSession : UnmanagedHandle method OptimalBreakSession (line 24) | internal OptimalBreakSession(TextParagraph textParagraph, TextParaClie... method Dispose (line 35) | public override void Dispose() class LineBreakpoint (line 76) | internal sealed class LineBreakpoint : UnmanagedHandle method LineBreakpoint (line 84) | internal LineBreakpoint(OptimalBreakSession optimalBreakSession, TextB... method Dispose (line 93) | public override void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/OptimalTextSource.cs class OptimalTextSource (line 22) | internal sealed class OptimalTextSource : LineBase method OptimalTextSource (line 50) | internal OptimalTextSource(TextFormatterHost host, int cpPara, int dur... method Dispose (line 62) | public override void Dispose() method GetTextRun (line 84) | internal override TextRun GetTextRun(int dcp) method GetPrecedingText (line 125) | internal override TextSpan GetPre... method GetTextEffectCharacterIndexFromTextSourceCharacterIndex (line 171) | internal override int GetTextEffectCharacterIndexFromTextSourceCharact... method GetFormatResultForBreakpoint (line 183) | internal PTS.FSFLRES GetFormatResultForBreakpoint(int dcp, TextBreakpo... method MeasureChild (line 221) | internal Size MeasureChild(InlineObjectRun inlineObject) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/PageBreakRecord.cs class PageBreakRecord (line 16) | internal sealed class PageBreakRecord : IDisposable method PageBreakRecord (line 32) | internal PageBreakRecord(PtsContext ptsContext, IntPtr br, int pageNum... method Dispose (line 72) | public void Dispose() method Dispose (line 128) | private void Dispose(bool disposing) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/PageVisual.cs class PageVisual (line 17) | internal class PageVisual : DrawingVisual, IContentHost method PageVisual (line 22) | internal PageVisual(FlowDocumentPage owner) method DrawBackground (line 34) | internal void DrawBackground(Brush backgroundBrush, Rect renderBounds) method ClearDrawingContext (line 89) | internal void ClearDrawingContext() method InputHitTest (line 106) | IInputElement IContentHost.InputHitTest(Point point) method GetRectangles (line 119) | ReadOnlyCollection IContentHost.GetRectangles(ContentElement child) method OnChildDesiredSizeChanged (line 148) | void IContentHost.OnChildDesiredSizeChanged(UIElement child) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/ParagraphElementVisual.cs class ParagraphElementVisual (line 15) | internal class ParagraphElementVisual : ContainerVisual FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/ParagraphVisual.cs class ParagraphVisual (line 16) | internal class ParagraphVisual : DrawingVisual method ParagraphVisual (line 21) | internal ParagraphVisual() method DrawBackgroundAndBorder (line 35) | internal void DrawBackgroundAndBorder(Brush backgroundBrush, Brush bor... method DrawBackgroundAndBorderIntoContext (line 59) | internal void DrawBackgroundAndBorderIntoContext(DrawingContext dc, Br... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/Pts.cs class PTS (line 32) | internal static class PTS method IgnoreError (line 37) | internal static void IgnoreError(int fserr) method Validate (line 40) | internal static void Validate(int fserr) method Validate (line 44) | internal static void Validate(int fserr, PtsContext ptsContext) method Error (line 48) | private static void Error(int fserr, PtsContext ptsContext) method ValidateAndTrace (line 76) | internal static void ValidateAndTrace(int fserr, PtsContext ptsContext) method ErrorTrace (line 83) | private static void ErrorTrace(int fserr, PtsContext ptsContext) method GetInnermostException (line 129) | private static Exception GetInnermostException(PtsContext ptsContext) method ValidateHandle (line 152) | internal static void ValidateHandle(object handle) method InvalidHandle (line 156) | private static void InvalidHandle() method FromBoolean (line 165) | internal static int FromBoolean(bool condition) method ToBoolean (line 173) | internal static bool ToBoolean(int flag) method WrapDirectionToFskwrap (line 182) | internal static FSKWRAP WrapDirectionToFskwrap(WrapDirection wrapDirec... method WrapDirectionToFskclear (line 190) | internal static FSKCLEAR WrapDirectionToFskclear(WrapDirection wrapDir... method FswdirToFlowDirection (line 218) | internal static FlowDirection FswdirToFlowDirection(uint fswdir) method FlowDirectionToFswdir (line 236) | internal static uint FlowDirectionToFswdir(FlowDirection fd) class SecondaryException (line 263) | [Serializable] method SecondaryException (line 266) | internal SecondaryException(Exception e) : base(null, e) { } method SecondaryException (line 268) | protected SecondaryException( class PtsException (line 299) | private class PtsException : Exception method PtsException (line 301) | internal PtsException(string s) : base(s) { } type Restrictions (line 389) | internal struct Restrictions type FSCBK (line 547) | [StructLayout(LayoutKind.Sequential)] type FSCBKFIG (line 559) | [StructLayout(LayoutKind.Sequential)] type FSKREF (line 569) | internal enum FSKREF : int // point of reference type FSKALIGNFIG (line 578) | internal enum FSKALIGNFIG : int // kind of alignment type FSFIGUREPROPS (line 584) | [StructLayout(LayoutKind.Sequential)] type FSCBKGEN (line 599) | [StructLayout(LayoutKind.Sequential)] type FSPAP (line 638) | [StructLayout(LayoutKind.Sequential)] type FSCBKOBJ (line 649) | [StructLayout(LayoutKind.Sequential)] type FSCBKTXT (line 664) | [StructLayout(LayoutKind.Sequential)] type FSLINEVARIANT (line 702) | [StructLayout(LayoutKind.Sequential)] type FSTXTPROPS (line 715) | [StructLayout(LayoutKind.Sequential)] type FSKFMTLINE (line 731) | internal enum FSKFMTLINE : int // result of comparison method/API type FSFMTLINEIN (line 739) | [StructLayout(LayoutKind.Sequential)] type FSCBKWRD (line 772) | [StructLayout(LayoutKind.Sequential)] type FSCOLUMNINFO (line 814) | [StructLayout(LayoutKind.Sequential)] type FSCOMPRESULT (line 823) | internal enum FSCOMPRESULT : int // result of comparison method/API type FSCONTEXTINFO (line 832) | [StructLayout(LayoutKind.Sequential)] type FSRECT (line 848) | [StructLayout(LayoutKind.Sequential)] method FSRECT (line 860) | internal FSRECT(int inU, int inV, int inDU, int inDV) { u = inU; v=... method FSRECT (line 861) | internal FSRECT(FSRECT rect) { u = rect.u; v=rect.v; du = rect.du; ... method FSRECT (line 862) | internal FSRECT(Rect rect) method Equals (line 885) | public override bool Equals(object o) method GetHashCode (line 897) | public override int GetHashCode() method FromTextDpi (line 905) | internal Rect FromTextDpi() method Contains (line 913) | internal bool Contains(FSPOINT point) type FSPOINT (line 918) | [StructLayout(LayoutKind.Sequential)] method FSPOINT (line 927) | internal FSPOINT(int inU, int inV) { u = inU; v = inV; } method Equals (line 935) | public override bool Equals(object o) method GetHashCode (line 944) | public override int GetHashCode() type FSVECTOR (line 949) | [StructLayout(LayoutKind.Sequential)] method FSVECTOR (line 958) | internal FSVECTOR(int inDU, int inDV) { du = inDU; dv = inDV; } method Equals (line 966) | public override bool Equals(object o) method GetHashCode (line 975) | public override int GetHashCode() method FromTextDpi (line 983) | internal Vector FromTextDpi() type FSBBOX (line 988) | [StructLayout(LayoutKind.Sequential)] type FSFIGOBSTINFO (line 997) | [StructLayout(LayoutKind.Sequential)] type FSFIGOBSTRESTARTINFO (line 1013) | [StructLayout(LayoutKind.Sequential)] type FSFLOATERCBK (line 1027) | [StructLayout(LayoutKind.Sequential)] type FSKFLOATALIGNMENT (line 1050) | internal enum FSKFLOATALIGNMENT : int type FSFLOATERPROPS (line 1056) | [StructLayout(LayoutKind.Sequential)] type FSFLOATERINIT (line 1073) | [StructLayout(LayoutKind.Sequential)] type FSFLOATERDETAILS (line 1081) | [StructLayout(LayoutKind.Sequential)] type FSFLRES (line 1092) | internal enum FSFLRES : int // line formatting result type FSFLTOBSTINFO (line 1111) | [StructLayout(LayoutKind.Sequential)] type FSFMTRKSTOP (line 1121) | internal enum FSFMTRKSTOP : int // formatting result type FSFMTR (line 1140) | [StructLayout(LayoutKind.Sequential)] type FSFMTRBL (line 1147) | internal enum FSFMTRBL : int // formatting bottomless result type FSFTNINFO (line 1156) | [StructLayout(LayoutKind.Sequential)] type FSINTERVAL (line 1170) | [StructLayout(LayoutKind.Sequential)] type FSFILLINFO (line 1176) | [StructLayout(LayoutKind.Sequential)] type FSEMPTYSPACE (line 1182) | [StructLayout(LayoutKind.Sequential)] type FSHYPHENQUALITY (line 1192) | internal enum FSHYPHENQUALITY : int type FSIMETHODS (line 1203) | [StructLayout(LayoutKind.Sequential)] type FSKALIGNPAGE (line 1227) | internal enum FSKALIGNPAGE : int // kinds of page alignment type FSKCHANGE (line 1236) | internal enum FSKCHANGE : int // kind of change of backing store type FSKCLEAR (line 1245) | internal enum FSKCLEAR : int // kind of clearing type FSKWRAP (line 1260) | internal enum FSKWRAP : int // kind of wrapping around obstacle type FSKSUPPRESSHARDBREAKBEFOREFIRSTPARA (line 1272) | internal enum FSKSUPPRESSHARDBREAKBEFOREFIRSTPARA type FSFLOWAROUND (line 1321) | [StructLayout(LayoutKind.Sequential)] type FSPOLYGONINFO (line 1332) | [StructLayout(LayoutKind.Sequential)] type FSOVERLAP (line 1341) | [StructLayout(LayoutKind.Sequential)] type FSFIGUREDETAILS (line 1350) | [StructLayout(LayoutKind.Sequential)] type FSLINEELEMENT (line 1358) | [StructLayout(LayoutKind.Sequential)] type FSLINEDESCRIPTIONCOMPOSITE (line 1381) | [StructLayout(LayoutKind.Sequential)] type FSLINEDESCRIPTIONSINGLE (line 1395) | [StructLayout(LayoutKind.Sequential)] type FSATTACHEDOBJECTDESCRIPTION (line 1415) | [StructLayout(LayoutKind.Sequential)] type FSDROPCAPDETAILS (line 1428) | [StructLayout(LayoutKind.Sequential)] type FSKTEXTLINES (line 1435) | internal enum FSKTEXTLINES : int // tells which format line... type FSTEXTDETAILSFULL (line 1444) | [StructLayout(LayoutKind.Sequential)] type FSTEXTDETAILSCACHED (line 1466) | [StructLayout(LayoutKind.Sequential)] type FSKTEXTDETAILS (line 1480) | internal enum FSKTEXTDETAILS : int type FSTEXTDETAILS (line 1485) | [StructLayout(LayoutKind.Sequential)] type nested_u (line 1490) | [StructLayout(LayoutKind.Explicit)] type FSPARADESCRIPTION (line 1499) | [StructLayout(LayoutKind.Sequential)] type FSTRACKDETAILS (line 1511) | [StructLayout(LayoutKind.Sequential)] type FSTRACKDESCRIPTION (line 1516) | [StructLayout(LayoutKind.Sequential)] type FSSUBTRACKDETAILS (line 1526) | [StructLayout(LayoutKind.Sequential)] type FSSUBPAGEDETAILSCOMPLEX (line 1534) | [StructLayout(LayoutKind.Sequential)] type FSSUBPAGEDETAILSSIMPLE (line 1545) | [StructLayout(LayoutKind.Sequential)] type FSSUBPAGEDETAILS (line 1551) | [StructLayout(LayoutKind.Sequential)] type nested_u (line 1556) | [StructLayout(LayoutKind.Explicit)] type FSCOMPOSITECOLUMNDETAILS (line 1565) | [StructLayout(LayoutKind.Sequential)] type FSENDNOTECOLUMNDETAILS (line 1580) | [StructLayout(LayoutKind.Sequential)] type FSCOMPOSITECOLUMNDESCRIPTION (line 1587) | [StructLayout(LayoutKind.Sequential)] type FSENDNOTECOLUMNDESCRIPTION (line 1595) | [StructLayout(LayoutKind.Sequential)] type FSSECTIONDETAILSWITHPAGENOTES (line 1603) | [StructLayout(LayoutKind.Sequential)] type FSSECTIONDETAILSWITHCOLNOTES (line 1618) | [StructLayout(LayoutKind.Sequential)] type FSSECTIONDETAILS (line 1625) | [StructLayout(LayoutKind.Sequential)] type nested_u (line 1630) | [StructLayout(LayoutKind.Explicit)] type FSSECTIONDESCRIPTION (line 1639) | [StructLayout(LayoutKind.Sequential)] type FSFOOTNOTECOLUMNDETAILS (line 1651) | [StructLayout(LayoutKind.Sequential)] type FSFOOTNOTECOLUMNDESCRIPTION (line 1658) | [StructLayout(LayoutKind.Sequential)] type FSPAGEDETAILSCOMPLEX (line 1666) | [StructLayout(LayoutKind.Sequential)] type FSPAGEDETAILSSIMPLE (line 1687) | [StructLayout(LayoutKind.Sequential)] type FSPAGEDETAILS (line 1692) | [StructLayout(LayoutKind.Sequential)] type nested_u (line 1698) | [StructLayout(LayoutKind.Explicit)] type FSTABLECBKFETCH (line 1716) | [StructLayout(LayoutKind.Sequential)] type FSTABLECBKCELL (line 1735) | [StructLayout(LayoutKind.Sequential)] type FSKTABLEHEIGHTDISTRIBUTION (line 1756) | internal enum FSKTABLEHEIGHTDISTRIBUTION : int type FSKROWHEIGHTRESTRICTION (line 1762) | internal enum FSKROWHEIGHTRESTRICTION : int type FSKROWBREAKRESTRICTION (line 1769) | internal enum FSKROWBREAKRESTRICTION : int type FSTABLEROWPROPS (line 1775) | [StructLayout(LayoutKind.Sequential)] type FSTABLEKCELLMERGE (line 1793) | internal enum FSTABLEKCELLMERGE : int // kinds of merged cell type FSKTABLEOBJALIGNMENT (line 1807) | internal enum FSKTABLEOBJALIGNMENT : int type FSTABLEOBJPROPS (line 1813) | [StructLayout(LayoutKind.Sequential)] type FSTABLEOBJCBK (line 1827) | [StructLayout(LayoutKind.Sequential)] type FSTABLECBKFETCHWORD (line 1836) | [StructLayout(LayoutKind.Sequential)] type FSTABLEOBJINIT (line 1851) | [StructLayout(LayoutKind.Sequential)] type FSTABLEOBJDETAILS (line 1862) | [StructLayout(LayoutKind.Sequential)] type FSTABLEDETAILS (line 1878) | [StructLayout(LayoutKind.Sequential)] type FSTABLEROWDESCRIPTION (line 1884) | [StructLayout(LayoutKind.Sequential)] type nested_u (line 1892) | [StructLayout(LayoutKind.Explicit)] type FSKTABLEROWBOUNDARY (line 1901) | internal enum FSKTABLEROWBOUNDARY : int type FSTABLEROWDETAILS (line 1907) | [StructLayout(LayoutKind.Sequential)] type FSTABLESRVCONTEXT (line 1921) | [StructLayout(LayoutKind.Sequential)] type FSKUPDATE (line 1934) | internal enum FSKUPDATE : int // result of update type FSUPDATEINFO (line 1942) | [StructLayout(LayoutKind.Sequential)] method GetFloaterHandlerInfo (line 3064) | [DllImport(DllImport.PresentationNative)] method GetTableObjHandlerInfo (line 3070) | [DllImport(DllImport.PresentationNative)] method CreateInstalledObjectsInfo (line 3076) | [DllImport(DllImport.PresentationNative)] method DestroyInstalledObjectsInfo (line 3084) | [DllImport(DllImport.PresentationNative)] method CreateDocContext (line 3090) | [DllImport(DllImport.PresentationNative)] method DestroyDocContext (line 3096) | [DllImport(DllImport.PresentationNative)] method FsSetDebugFlags (line 3100) | [DllImport(DllImport.PresentationNative)] method FsCreatePageFinite (line 3109) | [DllImport(DllImport.PresentationNative)] method FsUpdateFinitePage (line 3118) | [DllImport(DllImport.PresentationNative)] method FsCreatePageBottomless (line 3127) | [DllImport(DllImport.PresentationNative)] method FsUpdateBottomlessPage (line 3134) | [DllImport(DllImport.PresentationNative)] method FsClearUpdateInfoInPage (line 3141) | [DllImport(DllImport.PresentationNative)] method FsDestroyPage (line 3146) | [DllImport(DllImport.PresentationNative)] method FsDuplicatePageBreakRecord (line 3152) | [DllImport(DllImport.PresentationNative)]//CASRemoval: method FsDestroyPageBreakRecord (line 3159) | [DllImport(DllImport.PresentationNative)] method FsCreateSubpageFinite (line 3168) | [DllImport(DllImport.PresentationNative)] method FsCreateSubpageBottomless (line 3201) | [DllImport(DllImport.PresentationNative)] method FsUpdateBottomlessSubpage (line 3228) | [DllImport(DllImport.PresentationNative)] method FsCompareSubpages (line 3255) | [DllImport(DllImport.PresentationNative)] method FsClearUpdateInfoInSubpage (line 3262) | [DllImport(DllImport.PresentationNative)] method FsDestroySubpage (line 3267) | [DllImport(DllImport.PresentationNative)] method FsDuplicateSubpageBreakRecord (line 3272) | [DllImport(DllImport.PresentationNative)] method FsDestroySubpageBreakRecord (line 3278) | [DllImport(DllImport.PresentationNative)] method FsGetSubpageColumnBalancingInfo (line 3283) | [DllImport(DllImport.PresentationNative)] method FsGetNumberSubpageFootnotes (line 3292) | [DllImport(DllImport.PresentationNative)] method FsGetSubpageFootnoteInfo (line 3298) | [DllImport(DllImport.PresentationNative)] method FsTransferDisplayInfoSubpage (line 3308) | [DllImport(DllImport.PresentationNative)] method FsFormatSubtrackFinite (line 3317) | [DllImport(DllImport.PresentationNative)] method FsFormatSubtrackBottomless (line 3343) | [DllImport(DllImport.PresentationNative)] method FsUpdateBottomlessSubtrack (line 3366) | [DllImport(DllImport.PresentationNative)] method FsSynchronizeBottomlessSubtrack (line 3389) | [DllImport(DllImport.PresentationNative)] method FsCompareSubtrack (line 3397) | [DllImport(DllImport.PresentationNative)] method FsClearUpdateInfoInSubtrack (line 3406) | [DllImport(DllImport.PresentationNative)] method FsDestroySubtrack (line 3411) | [DllImport(DllImport.PresentationNative)] method FsDuplicateSubtrackBreakRecord (line 3416) | [DllImport(DllImport.PresentationNative)] method FsDestroySubtrackBreakRecord (line 3422) | [DllImport(DllImport.PresentationNative)] method FsGetSubtrackColumnBalancingInfo (line 3427) | [DllImport(DllImport.PresentationNative)] method FsGetNumberSubtrackFootnotes (line 3436) | [DllImport(DllImport.PresentationNative)] method FSAPI (line 3443) | FSERR FSAPI FsGetSubtrackFootnoteInfo( method FSAPI (line 3456) | FSERR FSAPI FsShiftSubtrackVertical( method FsTransferDisplayInfoSubtrack (line 3468) | [DllImport(DllImport.PresentationNative)] method FsQueryFloaterDetails (line 3480) | [DllImport(DllImport.PresentationNative)] method FSAPI (line 3497) | FSERR FSAPI FsDuplicateGeometry( method FSAPI (line 3502) | FSERR FSAPI FsRestoreGeometry( method FSAPI (line 3507) | FSERR FSAPI FsReleaseGeometry( method FsRegisterFloatObstacle (line 3510) | [DllImport(DllImport.PresentationNative)]//CASRemoval: method FsGetMaxNumberEmptySpaces (line 3518) | [DllImport(DllImport.PresentationNative)]//CASRemoval: method FsGetEmptySpaces (line 3525) | [DllImport(DllImport.PresentationNative)]//CASRemoval: method FsGetNextTick (line 3545) | [DllImport(DllImport.PresentationNative)]//CASRemoval: method FSAPI (line 3553) | FSERR FSAPI FsCommitFilledRectangle( method FSAPI (line 3559) | FSERR FSAPI FsGetPageRectangle( method FSAPI (line 3567) | FSERR FSAPI FsGetColumnRectangle( method FSAPI (line 3573) | FSERR FSAPI FsGetMaxNumberIntervals( method FSAPI (line 3579) | FSERR FSAPI FsGetIntervals( method FsQueryPageDetails (line 3592) | [DllImport(DllImport.PresentationNative)] method FSAPI (line 3599) | FSERR FSAPI FsQueryPageFootnoteColumnList( method FSAPI (line 3606) | FSERR FSAPI FsQueryFootnoteColumnDetails( method FSAPI (line 3611) | FSERR FSAPI FsQueryFootnoteColumnTrackList( method FsQueryPageSectionList (line 3619) | [DllImport(DllImport.PresentationNative)] method FsQuerySectionDetails (line 3627) | [DllImport(DllImport.PresentationNative)] method FsQuerySectionBasicColumnList (line 3633) | [DllImport(DllImport.PresentationNative)] method FsQuerySegmentDefinedColumnSpanAreaList (line 3641) | [DllImport(DllImport.PresentationNative)] method FsQueryHeightDefinedColumnSpanAreaList (line 3649) | [DllImport(DllImport.PresentationNative)] method FSAPI (line 3657) | FSERR FSAPI FsQuerySectionEndnoteColumnList( method FSAPI (line 3664) | FSERR FSAPI FsQueryEndnoteColumnDetails( method FSAPI (line 3669) | FSERR FSAPI FsQuerySectionCompositeColumnList( method FSAPI (line 3676) | FSERR FSAPI FsQueryCompositeColumnDetails( method FSAPI (line 3681) | FSERR FSAPI FsQueryCompositeColumnFootnoteList( method FsQueryTrackDetails (line 3689) | [DllImport(DllImport.PresentationNative)] method FsQueryTrackParaList (line 3695) | [DllImport(DllImport.PresentationNative)] method FsQuerySubpageDetails (line 3703) | [DllImport(DllImport.PresentationNative)] method FsQuerySubpageBasicColumnList (line 3709) | [DllImport(DllImport.PresentationNative)] method FsQuerySubpageSegmentDefinedColumnSpanAreaList (line 3718) | [DllImport(DllImport.PresentationNative)] method FsQuerySubpageHeightDefinedColumnSpanAreaList (line 3726) | [DllImport(DllImport.PresentationNative)] method FsQuerySubtrackDetails (line 3735) | [DllImport(DllImport.PresentationNative)] method FsQuerySubtrackParaList (line 3741) | [DllImport(DllImport.PresentationNative)] method FsQueryTextDetails (line 3749) | [DllImport(DllImport.PresentationNative)] method FsQueryLineListSingle (line 3755) | [DllImport(DllImport.PresentationNative)] method FsQueryLineListComposite (line 3763) | [DllImport(DllImport.PresentationNative)] method FsQueryLineCompositeElementList (line 3771) | [DllImport(DllImport.PresentationNative)] method FsQueryDcpLineVariantsFromCachedTextPara (line 3779) | [DllImport(DllImport.PresentationNative)] method FsQueryAttachedObjectList (line 3788) | [DllImport(DllImport.PresentationNative)] method FsQueryFigureObjectDetails (line 3796) | [DllImport(DllImport.PresentationNative)] method FsQueryTableObjDetails (line 3814) | [DllImport(DllImport.PresentationNative)] method FsQueryTableObjTableProperDetails (line 3822) | [DllImport(DllImport.PresentationNative)] method FsQueryTableObjRowList (line 3828) | [DllImport(DllImport.PresentationNative)] method FsQueryTableObjRowDetails (line 3836) | [DllImport(DllImport.PresentationNative)] method FsQueryTableObjCellList (line 3842) | [DllImport(DllImport.PresentationNative)] method FsTransformRectangle (line 3886) | [DllImport(DllImport.PresentationNative)] method FsTransformBbox (line 3894) | [DllImport(DllImport.PresentationNative)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/PtsCache.cs class PtsCache (line 48) | internal sealed class PtsCache method AcquireContext (line 62) | internal static PtsHost AcquireContext(PtsContext ptsContext, TextForm... method ReleaseContext (line 77) | internal static void ReleaseContext(PtsContext ptsContext) method GetFloaterHandlerInfo (line 89) | internal static void GetFloaterHandlerInfo(PtsHost ptsHost, IntPtr pob... method GetTableObjHandlerInfo (line 101) | internal static void GetTableObjHandlerInfo(PtsHost ptsHost, IntPtr po... method IsDisposed (line 111) | internal static bool IsDisposed() method PtsCache (line 140) | private PtsCache(Dispatcher dispatcher) method AcquireContextCore (line 177) | private PtsHost AcquireContextCore(PtsContext ptsContext, TextFormatti... method ReleaseContextCore (line 220) | private void ReleaseContextCore(PtsContext ptsContext) method GetFloaterHandlerInfoCore (line 248) | private void GetFloaterHandlerInfoCore(PtsHost ptsHost, IntPtr pobject... method GetTableObjHandlerInfoCore (line 267) | private void GetTableObjHandlerInfoCore(PtsHost ptsHost, IntPtr pobjec... method Shutdown (line 284) | private void Shutdown() method DestroyPTSContexts (line 307) | private void DestroyPTSContexts() method OnPtsContextReleased (line 350) | private object OnPtsContextReleased(object args) method OnPtsContextReleased (line 360) | private void OnPtsContextReleased(bool cleanContextPool) method CreatePTSContext (line 421) | private IntPtr CreatePTSContext(int index, TextFormattingMode textForm... method InitGenericInfo (line 475) | private unsafe void InitGenericInfo(PtsHost ptsHost, IntPtr clientData... method InitInstalledObjectsInfo (line 600) | private unsafe void InitInstalledObjectsInfo(PtsHost ptsHost, ref PTS.... method InitFloaterObjInfo (line 648) | private unsafe void InitFloaterObjInfo(PtsHost ptsHost, ref PTS.FSFLOA... method InitTableObjInfo (line 673) | private unsafe void InitTableObjInfo(PtsHost ptsHost, ref PTS.FSTABLEO... class ContextDesc (line 785) | private class ContextDesc class PtsCacheShutDownListener (line 801) | private sealed class PtsCacheShutDownListener : ShutDownListener method PtsCacheShutDownListener (line 803) | public PtsCacheShutDownListener(PtsCache target) : base(target) method OnShutDown (line 807) | internal override void OnShutDown(object target, object sender, Even... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/PtsContext.cs class PtsContext (line 24) | internal sealed class PtsContext : DispatcherObject, IDisposable method PtsContext (line 43) | internal PtsContext(bool isOptimalParagraphEnabled, TextFormattingMode... method Dispose (line 69) | public void Dispose() method CreateHandle (line 175) | internal IntPtr CreateHandle(object obj) method ReleaseHandle (line 206) | internal void ReleaseHandle(IntPtr handle) method IsValidHandle (line 224) | internal bool IsValidHandle(IntPtr handle) method HandleToObject (line 243) | internal object HandleToObject(IntPtr handle) method Enter (line 258) | internal void Enter() method Leave (line 270) | internal void Leave() method OnPageCreated (line 281) | internal void OnPageCreated(IntPtr ptsPage) method OnPageDisposed (line 296) | internal void OnPageDisposed(IntPtr ptsPage, bool disposing, bool ente... method OnPageBreakRecordCreated (line 322) | internal void OnPageBreakRecordCreated(IntPtr br) method OnPageBreakRecordDisposed (line 336) | internal void OnPageBreakRecordDisposed(IntPtr br, bool disposing) method BuildFreeList (line 425) | private void BuildFreeList(int freeIndex) method Resize (line 442) | private void Resize() method OnDestroyPage (line 459) | private object OnDestroyPage(object args) method OnDestroyPage (line 471) | private void OnDestroyPage(IntPtr ptsPage, bool enterContext) method OnDestroyBreakRecord (line 507) | private object OnDestroyBreakRecord(object args) type HandleIndex (line 641) | private struct HandleIndex method IsHandle (line 645) | internal bool IsHandle() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/PtsHelper.cs class PtsHelper (line 22) | internal static class PtsHelper method UpdateMirroringTransform (line 35) | internal static void UpdateMirroringTransform(FlowDirection parentFD, ... method ClipChildrenToRect (line 55) | internal static void ClipChildrenToRect(ContainerVisual visual, Rect r... method UpdateFloatingElementVisuals (line 68) | internal static void UpdateFloatingElementVisuals(ContainerVisual visu... method ArrangeTrack (line 117) | internal static void ArrangeTrack( method ArrangeParaList (line 145) | internal static void ArrangeParaList( method UpdateTrackVisuals (line 197) | internal static void UpdateTrackVisuals( method UpdateParaListVisuals (line 243) | internal static void UpdateParaListVisuals( method UpdateViewportTrack (line 310) | internal static void UpdateViewportTrack( method UpdateViewportParaList (line 338) | internal static void UpdateViewportParaList( method InputHitTestTrack (line 367) | internal static IInputElement InputHitTestTrack( method InputHitTestParaList (line 400) | internal static IInputElement InputHitTestParaList( method GetRectanglesInTrack (line 439) | internal static List GetRectanglesInTrack( method GetRectanglesInParaList (line 478) | internal static List GetRectanglesInParaList( method OffsetRectangleList (line 512) | internal static List OffsetRectangleList(List rectangleLis... method SectionListFromPage (line 542) | internal static unsafe void SectionListFromPage( method TrackListFromSubpage (line 561) | internal static unsafe void TrackListFromSubpage( method TrackListFromSection (line 580) | internal static unsafe void TrackListFromSection( method ParaListFromTrack (line 604) | internal static unsafe void ParaListFromTrack( method ParaListFromSubtrack (line 623) | internal static unsafe void ParaListFromSubtrack( method LineListSimpleFromTextPara (line 642) | internal static unsafe void LineListSimpleFromTextPara( method LineListCompositeFromTextPara (line 661) | internal static unsafe void LineListCompositeFromTextPara( method LineElementListFromCompositeLine (line 680) | internal static unsafe void LineElementListFromCompositeLine( method AttachedObjectListFromParagraph (line 698) | internal static unsafe void AttachedObjectListFromParagraph( method TextContentRangeFromTrack (line 726) | internal static TextContentRange TextContentRangeFromTrack( method CalculatePageMarginAdjustment (line 756) | internal static double CalculatePageMarginAdjustment(StructuralCache s... method CalculateColumnCount (line 795) | internal static int CalculateColumnCount( method GetColumnMetrics (line 838) | internal static void GetColumnMetrics(ColumnPropertiesGroup columnProp... method GetColumnsInfo (line 887) | internal static unsafe void GetColumnsInfo( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/PtsHost.cs class PtsHost (line 29) | internal sealed class PtsHost method PtsHost (line 34) | internal PtsHost() method EnterContext (line 42) | internal void EnterContext(PtsContext ptsContext) method LeaveContext (line 47) | internal void LeaveContext(PtsContext ptsContext) method AssertFailed (line 108) | internal void AssertFailed( method GetFigureProperties (line 126) | internal int GetFigureProperties( method GetFigurePolygons (line 171) | internal unsafe int GetFigurePolygons( method CalcFigurePosition (line 209) | internal int CalcFigurePosition( method FSkipPage (line 255) | internal int FSkipPage( method GetPageDimensions (line 281) | internal int GetPageDimensions( method GetNextSection (line 312) | internal int GetNextSection( method GetSectionProperties (line 339) | internal int GetSectionProperties( method GetJustificationProperties (line 374) | internal unsafe int GetJustificationProperties( method GetMainTextSegment (line 408) | internal int GetMainTextSegment( method GetHeaderSegment (line 435) | internal int GetHeaderSegment( method GetFooterSegment (line 470) | internal int GetFooterSegment( method UpdGetSegmentChange (line 504) | internal int UpdGetSegmentChange( method GetSectionColumnInfo (line 531) | internal unsafe int GetSectionColumnInfo( method GetSegmentDefinedColumnSpanAreaInfo (line 561) | internal unsafe int GetSegmentDefinedColumnSpanAreaInfo( method GetHeightDefinedColumnSpanAreaInfo (line 573) | internal unsafe int GetHeightDefinedColumnSpanAreaInfo( method GetFirstPara (line 586) | internal int GetFirstPara( method GetNextPara (line 613) | internal int GetNextPara( method UpdGetFirstChangeInSegment (line 643) | internal int UpdGetFirstChangeInSegment( method UpdGetParaChange (line 671) | internal int UpdGetParaChange( method GetParaProperties (line 700) | internal int GetParaProperties( method CreateParaclient (line 724) | internal int CreateParaclient( method TransferDisplayInfo (line 750) | internal int TransferDisplayInfo( method DestroyParaclient (line 776) | internal int DestroyParaclient( method FInterruptFormattingAfterPara (line 799) | internal int FInterruptFormattingAfterPara( method GetEndnoteSeparators (line 809) | internal int GetEndnoteSeparators( method GetEndnoteSegment (line 837) | internal int GetEndnoteSegment( method GetNumberEndnoteColumns (line 864) | internal int GetNumberEndnoteColumns( method GetEndnoteColumnInfo (line 873) | internal unsafe int GetEndnoteColumnInfo( method GetFootnoteSeparators (line 885) | internal int GetFootnoteSeparators( method FFootnoteBeneathText (line 896) | internal int FFootnoteBeneathText( method GetNumberFootnoteColumns (line 905) | internal int GetNumberFootnoteColumns( method GetFootnoteColumnInfo (line 914) | internal unsafe int GetFootnoteColumnInfo( method GetFootnoteSegment (line 926) | internal int GetFootnoteSegment( method GetFootnotePresentationAndRejectionOrder (line 935) | internal unsafe int GetFootnotePresentationAndRejectionOrder( method FAllowFootnoteSeparation (line 949) | internal int FAllowFootnoteSeparation( method DuplicateMcsclient (line 961) | internal int DuplicateMcsclient( method DestroyMcsclient (line 987) | internal int DestroyMcsclient( method FEqualMcsclient (line 1010) | internal int FEqualMcsclient( method ConvertMcsclient (line 1046) | internal int ConvertMcsclient( method GetObjectHandlerInfo (line 1084) | internal int GetObjectHandlerInfo( method CreateParaBreakingSession (line 1120) | internal int CreateParaBreakingSession( method DestroyParaBreakingSession (line 1176) | internal int DestroyParaBreakingSession( method GetTextProperties (line 1189) | internal int GetTextProperties( method GetNumberFootnotes (line 1214) | internal int GetNumberFootnotes( method GetFootnotes (line 1242) | internal unsafe int GetFootnotes( method FormatDropCap (line 1256) | internal int FormatDropCap( method GetDropCapPolygons (line 1276) | internal unsafe int GetDropCapPolygons( method DestroyDropCap (line 1293) | internal int DestroyDropCap( method FormatBottomText (line 1300) | internal int FormatBottomText(IntPtr pfsclient, // I... method FormatLine (line 1341) | internal int FormatLine( method FormatLineForced (line 1401) | internal int FormatLineForced( method FormatLineVariants (line 1460) | internal unsafe int FormatLineVariants( method ReconstructLineVariant (line 1580) | internal int ReconstructLineVariant( method DestroyLine (line 1640) | internal int DestroyLine( method DuplicateLineBreakRecord (line 1649) | internal int DuplicateLineBreakRecord( method DestroyLineBreakRecord (line 1675) | internal int DestroyLineBreakRecord( method SnapGridVertical (line 1698) | internal int SnapGridVertical( method GetDvrSuppressibleBottomSpace (line 1709) | internal int GetDvrSuppressibleBottomSpace(IntPtr pfsclient, ... method GetDvrAdvance (line 1744) | internal int GetDvrAdvance( method UpdGetChangeInText (line 1773) | internal int UpdGetChangeInText( method UpdGetDropCapChange (line 1801) | internal int UpdGetDropCapChange( method FInterruptFormattingText (line 1810) | internal int FInterruptFormattingText( method GetTextParaCache (line 1839) | internal int GetTextParaCache( method SetTextParaCache (line 1873) | internal unsafe int SetTextParaCache( method GetOptimalLineDcpCache (line 1902) | internal unsafe int GetOptimalLineDcpCache( method GetNumberAttachedObjectsBeforeTextLine (line 1911) | internal int GetNumberAttachedObjectsBeforeTextLine( method GetAttachedObjectsBeforeTextLine (line 1944) | internal unsafe int GetAttachedObjectsBeforeTextLine( method GetNumberAttachedObjectsInTextLine (line 2002) | internal int GetNumberAttachedObjectsInTextLine( method GetAttachedObjectsInTextLine (line 2056) | internal unsafe int GetAttachedObjectsInTextLine( method UpdGetAttachedObjectChange (line 2113) | internal int UpdGetAttachedObjectChange( method GetDurFigureAnchor (line 2141) | internal int GetDurFigureAnchor( method GetFloaterProperties (line 2186) | internal int GetFloaterProperties( method FormatFloaterContentFinite (line 2214) | internal int FormatFloaterContentFinite( method FormatFloaterContentBottomless (line 2264) | internal int FormatFloaterContentBottomless( method UpdateBottomlessFloaterContent (line 2308) | internal int UpdateBottomlessFloaterContent( method GetFloaterPolygons (line 2352) | internal unsafe int GetFloaterPolygons( method ClearUpdateInfoInFloaterContent (line 2390) | internal int ClearUpdateInfoInFloaterContent( method CompareFloaterContents (line 2405) | internal int CompareFloaterContents( method DestroyFloaterContent (line 2446) | internal int DestroyFloaterContent( method DuplicateFloaterContentBreakRecord (line 2460) | internal int DuplicateFloaterContentBreakRecord( method DestroyFloaterContentBreakRecord (line 2477) | internal int DestroyFloaterContentBreakRecord( method GetFloaterContentColumnBalancingInfo (line 2493) | internal int GetFloaterContentColumnBalancingInfo( method GetFloaterContentNumberFootnotes (line 2525) | internal int GetFloaterContentNumberFootnotes( method GetFloaterContentFootnoteInfo (line 2540) | internal int GetFloaterContentFootnoteInfo( method TransferDisplayInfoInFloaterContent (line 2553) | internal int TransferDisplayInfoInFloaterContent( method GetMCSClientAfterFloater (line 2569) | internal int GetMCSClientAfterFloater( method GetDvrUsedForFloater (line 2604) | internal int GetDvrUsedForFloater( method SubtrackCreateContext (line 2644) | internal int SubtrackCreateContext( method SubtrackDestroyContext (line 2655) | internal int SubtrackDestroyContext( method SubtrackFormatParaFinite (line 2662) | internal int SubtrackFormatParaFinite( method SubtrackFormatParaBottomless (line 2726) | internal int SubtrackFormatParaBottomless( method SubtrackUpdateBottomlessPara (line 2784) | internal int SubtrackUpdateBottomlessPara( method SubtrackSynchronizeBottomlessPara (line 2842) | internal int SubtrackSynchronizeBottomlessPara( method SubtrackComparePara (line 2869) | internal int SubtrackComparePara( method SubtrackClearUpdateInfoInPara (line 2881) | internal int SubtrackClearUpdateInfoInPara( method SubtrackDestroyPara (line 2887) | internal int SubtrackDestroyPara( method SubtrackDuplicateBreakRecord (line 2893) | internal int SubtrackDuplicateBreakRecord( method SubtrackDestroyBreakRecord (line 2901) | internal int SubtrackDestroyBreakRecord( method SubtrackGetColumnBalancingInfo (line 2908) | internal int SubtrackGetColumnBalancingInfo( method SubtrackGetNumberFootnotes (line 2919) | internal int SubtrackGetNumberFootnotes( method SubtrackGetFootnoteInfo (line 2925) | internal unsafe int SubtrackGetFootnoteInfo( method SubtrackShiftVertical (line 2937) | internal int SubtrackShiftVertical(IntPtr pfspara, ... method SubtrackTransferDisplayInfoPara (line 2948) | internal int SubtrackTransferDisplayInfoPara( method SubpageCreateContext (line 2959) | internal int SubpageCreateContext( method SubpageDestroyContext (line 2970) | internal int SubpageDestroyContext( method SubpageFormatParaFinite (line 2977) | internal int SubpageFormatParaFinite( method SubpageFormatParaBottomless (line 3040) | internal int SubpageFormatParaBottomless( method SubpageUpdateBottomlessPara (line 3099) | internal int SubpageUpdateBottomlessPara( method SubpageSynchronizeBottomlessPara (line 3156) | internal int SubpageSynchronizeBottomlessPara( method SubpageComparePara (line 3167) | internal int SubpageComparePara( method SubpageClearUpdateInfoInPara (line 3179) | internal int SubpageClearUpdateInfoInPara( method SubpageDestroyPara (line 3185) | internal int SubpageDestroyPara( method SubpageDuplicateBreakRecord (line 3191) | internal int SubpageDuplicateBreakRecord( method SubpageDestroyBreakRecord (line 3199) | internal int SubpageDestroyBreakRecord( method SubpageGetColumnBalancingInfo (line 3206) | internal int SubpageGetColumnBalancingInfo( method SubpageGetNumberFootnotes (line 3217) | internal int SubpageGetNumberFootnotes( method SubpageGetFootnoteInfo (line 3224) | internal unsafe int SubpageGetFootnoteInfo( method SubpageShiftVertical (line 3235) | internal int SubpageShiftVertical( method SubpageTransferDisplayInfoPara (line 3247) | internal int SubpageTransferDisplayInfoPara( method GetTableProperties (line 3257) | internal int GetTableProperties( method AutofitTable (line 3285) | internal int AutofitTable( method UpdAutofitTable (line 3315) | internal int UpdAutofitTable( // calculate widths of table method GetMCSClientAfterTable (line 3350) | internal int GetMCSClientAfterTable( method GetFirstHeaderRow (line 3380) | internal int GetFirstHeaderRow( method GetNextHeaderRow (line 3411) | internal int GetNextHeaderRow( method GetFirstFooterRow (line 3443) | internal int GetFirstFooterRow( method GetNextFooterRow (line 3474) | internal int GetNextFooterRow( method GetFirstRow (line 3506) | internal int GetFirstRow( method GetNextRow (line 3536) | internal int GetNextRow( method UpdFChangeInHeaderFooter (line 3567) | internal int UpdFChangeInHeaderFooter( // we don't do update in header... method UpdGetFirstChangeInTable (line 3607) | internal int UpdGetFirstChangeInTable( method UpdGetRowChange (line 3643) | internal int UpdGetRowChange( method UpdGetCellChange (line 3677) | internal int UpdGetCellChange( method GetDistributionKind (line 3708) | internal int GetDistributionKind( method GetRowProperties (line 3736) | internal int GetRowProperties( method GetCells (line 3765) | internal unsafe int GetCells( method FInterruptFormattingTable (line 3792) | internal int FInterruptFormattingTable( method CalcHorizontalBBoxOfRow (line 3822) | internal unsafe int CalcHorizontalBBoxOfRow( method FormatCellFinite (line 3862) | internal int FormatCellFinite( method FormatCellBottomless (line 3910) | internal int FormatCellBottomless( method UpdateBottomlessCell (line 3955) | internal int UpdateBottomlessCell( method CompareCells (line 3999) | internal int CompareCells( method ClearUpdateInfoInCell (line 4009) | internal int ClearUpdateInfoInCell( method SetCellHeight (line 4015) | internal int SetCellHeight( method DuplicateCellBreakRecord (line 4057) | internal int DuplicateCellBreakRecord( method DestroyCellBreakRecord (line 4065) | internal int DestroyCellBreakRecord( method DestroyCell (line 4071) | internal int DestroyCell( method GetCellNumberFootnotes (line 4092) | internal int GetCellNumberFootnotes( method GetCellMinColumnBalancingStep (line 4119) | internal int GetCellMinColumnBalancingStep( method TransferDisplayInfoCell (line 4147) | internal int TransferDisplayInfoCell( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/PtsPage.cs class PtsPage (line 23) | internal class PtsPage : IDisposable method PtsPage (line 38) | internal PtsPage(Section section) : this() method PtsPage (line 46) | private PtsPage() method Dispose (line 62) | public void Dispose() method PrepareForBottomlessUpdate (line 98) | internal bool PrepareForBottomlessUpdate() method PrepareForFiniteUpdate (line 152) | internal bool PrepareForFiniteUpdate(PageBreakRecord breakRecord) method InputHitTest (line 203) | internal IInputElement InputHitTest(Point p) method GetRectangles (line 224) | internal List GetRectangles(ContentElement e, int start, int len... method BackgroundFormatStatic (line 242) | private static object BackgroundFormatStatic(object arg) method BackgroundFormat (line 253) | private void BackgroundFormat() method DeferFormattingToBackground (line 266) | private void DeferFormattingToBackground() method CreateBottomlessPage (line 280) | internal void CreateBottomlessPage() method UpdateBottomlessPage (line 328) | internal void UpdateBottomlessPage() method CreateFinitePage (line 377) | internal void CreateFinitePage(PageBreakRecord breakRecord) method UpdateFinitePage (line 433) | internal void UpdateFinitePage(PageBreakRecord breakRecord) method ArrangePage (line 492) | internal void ArrangePage() method UpdateViewport (line 547) | internal void UpdateViewport(ref PTS.FSRECT viewport) method ClearUpdateInfo (line 593) | internal void ClearUpdateInfo() method GetPageVisual (line 605) | internal ContainerVisual GetPageVisual() method Dispose (line 705) | private void Dispose(bool disposing) method OnBeforeFormatPage (line 731) | private void OnBeforeFormatPage(bool finitePage, bool incremental) method OnAfterFormatPage (line 757) | private void OnAfterFormatPage(bool setSize, bool incremental) method GetRect (line 810) | private PTS.FSRECT GetRect() method GetBoundingBox (line 855) | private PTS.FSBBOX GetBoundingBox() method ArrangeSection (line 898) | private void ArrangeSection(ref PTS.FSSECTIONDESCRIPTION sectionDesc) method UpdateViewportSection (line 946) | private void UpdateViewportSection(ref PTS.FSSECTIONDESCRIPTION sectio... method UpdatePageVisuals (line 989) | private void UpdatePageVisuals(Size arrangeSize) method UpdateSectionVisuals (line 1094) | private void UpdateSectionVisuals( method InputHitTestPage (line 1177) | private IInputElement InputHitTestPage(PTS.FSPOINT pt) method GetRectanglesInPage (line 1246) | private List GetRectanglesInPage(ContentElement e, int start, in... method InputHitTestSection (line 1308) | private IInputElement InputHitTestSection( method GetRectanglesInSection (line 1366) | private List GetRectanglesInSection( method DestroyPage (line 1428) | private void DestroyPage() class PageContext (line 1533) | internal class PageContext method AddFloatingParaClient (line 1539) | internal void AddFloatingParaClient(BaseParaClient floatingElement) method RemoveFloatingParaClient (line 1552) | internal void RemoveFloatingParaClient(BaseParaClient floatingElement) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/RowParagraph.cs class RowParagraph (line 18) | internal sealed class RowParagraph : BaseParagraph method RowParagraph (line 34) | internal RowParagraph(DependencyObject element, StructuralCache struct... method Dispose (line 42) | public override void Dispose() method GetParaProperties (line 70) | internal override void GetParaProperties( method CreateParaclient (line 79) | internal override void CreateParaclient( method UpdGetParaChange (line 89) | internal override void UpdGetParaChange( method GetRowProperties (line 103) | internal void GetRowProperties( method FInterruptFormattingTable (line 170) | internal void FInterruptFormattingTable( method CalcHorizontalBBoxOfRow (line 185) | internal unsafe void CalcHorizontalBBoxOfRow( method GetCells (line 216) | internal unsafe void GetCells( method CalculateRowSpans (line 288) | internal void CalculateRowSpans() method GetRowHeight (line 326) | internal void GetRowHeight(out PTS.FSKROWHEIGHTRESTRICTION fskrowheigh... method FindCellParagraphForCell (line 387) | private CellParagraph FindCellParagraphForCell(RowParagraph previousRo... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/RowVisual.cs class RowVisual (line 21) | internal sealed class RowVisual : ContainerVisual method RowVisual (line 35) | internal RowVisual(TableRow row) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/RunClient.cs class InlineObjectRun (line 25) | internal sealed class InlineObjectRun : TextEmbeddedObject method InlineObjectRun (line 34) | internal InlineObjectRun(int cch, UIElement element, TextRunProperties... method Format (line 48) | public override TextEmbeddedObjectMetrics Format(double remainingParag... method ComputeBoundingBox (line 71) | public override Rect ComputeBoundingBox(bool rightToLeft, bool sideways) method Draw (line 96) | public override void Draw(DrawingContext drawingContext, Point origin,... class FloatingRun (line 188) | internal sealed class FloatingRun : TextHidden method FloatingRun (line 190) | internal FloatingRun(int length, bool figure) : base(length) class ParagraphBreakRun (line 203) | internal sealed class ParagraphBreakRun : TextEndOfParagraph method ParagraphBreakRun (line 205) | internal ParagraphBreakRun(int length, PTS.FSFLRES breakReason) : base... class LineBreakRun (line 216) | internal sealed class LineBreakRun : TextEndOfLine method LineBreakRun (line 218) | internal LineBreakRun(int length, PTS.FSFLRES breakReason) : base(length) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/Section.cs class Section (line 25) | internal sealed class Section : UnmanagedHandle method Section (line 41) | internal Section(StructuralCache structuralCache) : base(structuralCac... method Dispose (line 49) | public override void Dispose() method FSkipPage (line 71) | internal void FSkipPage( method GetPageDimensions (line 100) | internal void GetPageDimensions( method GetJustificationProperties (line 148) | internal unsafe void GetJustificationProperties( method GetNextSection (line 171) | internal void GetNextSection( method GetSectionProperties (line 204) | internal void GetSectionProperties( method GetMainTextSegment (line 234) | internal void GetMainTextSegment( method GetHeaderSegment (line 272) | internal void GetHeaderSegment( method GetFooterSegment (line 316) | internal void GetFooterSegment( method GetSectionColumnInfo (line 348) | internal unsafe void GetSectionColumnInfo( method GetEndnoteSegment (line 375) | internal void GetEndnoteSegment( method GetEndnoteSeparators (line 395) | internal void GetEndnoteSeparators( method InvalidateFormatCache (line 418) | internal void InvalidateFormatCache() method ClearUpdateInfo (line 426) | internal void ClearUpdateInfo() method InvalidateStructure (line 434) | internal void InvalidateStructure() method DestroyStructure (line 449) | internal void DestroyStructure() method UpdateSegmentLastFormatPositions (line 458) | internal void UpdateSegmentLastFormatPositions() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/SectionVisual.cs class SectionVisual (line 21) | internal class SectionVisual : DrawingVisual method SectionVisual (line 26) | internal SectionVisual() method DrawColumnRules (line 39) | internal void DrawColumnRules(ref PTS.FSTRACKDESCRIPTION[] arrayColumn... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/Segment.cs type ISegment (line 14) | internal interface ISegment method GetFirstPara (line 25) | void GetFirstPara( method GetNextPara (line 41) | void GetNextPara( method UpdGetFirstChangeInSegment (line 58) | void UpdGetFirstChangeInSegment( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/StructuralCache.cs class StructuralCache (line 20) | internal sealed class StructuralCache method StructuralCache (line 35) | internal StructuralCache(FlowDocument owner, TextContainer textContainer) method SetDocumentFormatContext (line 75) | internal IDisposable SetDocumentFormatContext(FlowDocumentPage current... method SetDocumentArrangeContext (line 90) | internal IDisposable SetDocumentArrangeContext(FlowDocumentPage curren... method SetDocumentVisualValidationContext (line 100) | internal IDisposable SetDocumentVisualValidationContext(FlowDocumentPa... method DetectInvalidOperation (line 109) | internal void DetectInvalidOperation() method OnInvalidOperationDetected (line 120) | internal void OnInvalidOperationDetected() method InvalidateFormatCache (line 131) | internal void InvalidateFormatCache(bool destroyStructure) method AddDirtyTextRange (line 148) | internal void AddDirtyTextRange(DirtyTextRange dtr) method DtrsFromRange (line 164) | internal DtrList DtrsFromRange(int dcpNew, int cchOld) method ClearUpdateInfo (line 173) | internal void ClearUpdateInfo(bool destroyStructureCache) method ThrottleBackgroundFormatting (line 201) | internal void ThrottleBackgroundFormatting() method HasPtsContext (line 209) | internal bool HasPtsContext() method EnsureHyphenator (line 464) | private void EnsureHyphenator() method EnsurePtsContext (line 475) | private void EnsurePtsContext() method SetFlags (line 490) | private void SetFlags(bool value, Flags flags) method CheckFlags (line 498) | private bool CheckFlags(Flags flags) type Flags (line 593) | [System.Flags] class DocumentOperationContext (line 614) | internal abstract class DocumentOperationContext method DocumentOperationContext (line 621) | internal DocumentOperationContext(StructuralCache owner, FlowDocumen... method Dispose (line 636) | protected void Dispose() class DocumentFormatContext (line 669) | internal class DocumentFormatContext : DocumentOperationContext, IDisp... method DocumentFormatContext (line 676) | internal DocumentFormatContext(StructuralCache owner, FlowDocumentPa... method Dispose (line 684) | void IDisposable.Dispose() method OnFormatLine (line 695) | internal void OnFormatLine() method PushNewPageData (line 707) | internal void PushNewPageData(Size pageSize, Thickness pageMargin, b... method PopPageData (line 720) | internal void PopPageData() type DocumentFormatInfo (line 772) | private struct DocumentFormatInfo class DocumentArrangeContext (line 787) | internal class DocumentArrangeContext : DocumentOperationContext, IDis... method DocumentArrangeContext (line 794) | internal DocumentArrangeContext(StructuralCache owner, FlowDocumentP... method PushNewPageData (line 805) | internal void PushNewPageData(PageContext pageContext, PTS.FSRECT co... method PopPageData (line 817) | internal void PopPageData() method Dispose (line 825) | void IDisposable.Dispose() type DocumentArrangeInfo (line 850) | private struct DocumentArrangeInfo class DocumentVisualValidationContext (line 864) | internal class DocumentVisualValidationContext : DocumentOperationCont... method DocumentVisualValidationContext (line 871) | internal DocumentVisualValidationContext(StructuralCache owner, Flow... method Dispose (line 877) | void IDisposable.Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/SubpageParaClient.cs class SubpageParaClient (line 25) | internal class SubpageParaClient : BaseParaClient method SubpageParaClient (line 32) | internal SubpageParaClient(SubpageParagraph paragraph) : base(paragraph) method Dispose (line 42) | public override void Dispose() method OnArrange (line 60) | protected override void OnArrange() method InputHitTest (line 149) | internal override IInputElement InputHitTest(PTS.FSPOINT pt) method GetRectangles (line 218) | internal override List GetRectangles(ContentElement e, int start... method ValidateVisual (line 278) | internal override void ValidateVisual(PTS.FSKUPDATE fskupdInherited) method UpdateViewport (line 413) | internal override void UpdateViewport(ref PTS.FSRECT viewport) method CreateParagraphResult (line 462) | internal override ParagraphResult CreateParagraphResult() method GetTextContentRange (line 470) | internal override TextContentRange GetTextContentRange() method GetColumnResults (line 536) | internal ReadOnlyCollection GetColumnResults(out bool ha... method GetParagraphResultsFromColumn (line 607) | internal ReadOnlyCollection GetParagraphResultsFromCo... method GetTextContentRangeFromColumn (line 640) | internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack) method SetChunkInfo (line 668) | internal void SetChunkInfo(bool isFirstChunk, bool isLastChunk) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/SubpageParagraph.cs class SubpageParagraph (line 16) | internal class SubpageParagraph : BaseParagraph method SubpageParagraph (line 32) | internal SubpageParagraph(DependencyObject element, StructuralCache st... method Dispose (line 40) | public override void Dispose() method GetParaProperties (line 61) | internal override void GetParaProperties( method CreateParaclient (line 76) | internal override void CreateParaclient( method FormatParaFinite (line 92) | internal unsafe void FormatParaFinite( method FormatParaBottomless (line 289) | internal unsafe void FormatParaBottomless( method UpdateBottomlessPara (line 446) | internal unsafe void UpdateBottomlessPara( method ClearUpdateInfo (line 611) | internal override void ClearUpdateInfo() method InvalidateStructure (line 624) | internal override bool InvalidateStructure(int startPosition) method InvalidateFormatCache (line 641) | internal override void InvalidateFormatCache() method UpdateSegmentLastFormatPositions (line 649) | internal void UpdateSegmentLastFormatPositions() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/TableParaClient.cs class TableParaClient (line 25) | internal sealed class TableParaClient : BaseParaClient method TableParaClient (line 39) | internal TableParaClient(TableParagraph paragraph) : base(paragraph) method OnArrange (line 56) | protected override void OnArrange() method ValidateVisual (line 172) | internal override void ValidateVisual(PTS.FSKUPDATE fskupdInherited) method UpdateViewport (line 315) | internal override void UpdateViewport(ref PTS.FSRECT viewport) method InputHitTest (line 358) | internal override IInputElement InputHitTest(PTS.FSPOINT pt) method GetRectangles (line 429) | internal override List GetRectangles(ContentElement e, int start... method CreateParagraphResult (line 495) | internal override ParagraphResult CreateParagraphResult() method GetTextContentRange (line 503) | internal override TextContentRange GetTextContentRange() method GetCellParaClientFromPoint (line 598) | internal CellParaClient GetCellParaClientFromPoint(Point point, bool s... method GetChildrenParagraphResults (line 677) | internal ReadOnlyCollection GetChildrenParagraphResul... method GetChildrenParagraphResultsForRow (line 727) | internal ReadOnlyCollection GetChildrenParagraphResul... method GetParagraphsFromPoint (line 779) | internal ReadOnlyCollection GetParagraphsFromPoint(Po... method GetParagraphsFromPosition (line 800) | internal ReadOnlyCollection GetParagraphsFromPosition... method GetTightBoundingGeometryFromTextPositions (line 817) | internal Geometry GetTightBoundingGeometryFromTextPositions(ITextPoint... method GetCellParaClientFromPosition (line 888) | internal CellParaClient GetCellParaClientFromPosition(ITextPointer pos... method GetCellAbove (line 942) | internal CellParaClient GetCellAbove(double suggestedX, int rowGroupIn... method GetCellBelow (line 1023) | internal CellParaClient GetCellBelow(double suggestedX, int rowGroupIn... method GetCellInfoFromPoint (line 1098) | internal CellInfo GetCellInfoFromPoint(Point point) method GetRectangleFromRowEndPosition (line 1117) | internal Rect GetRectangleFromRowEndPosition(ITextPointer position) method AutofitTable (line 1164) | internal void AutofitTable( method UpdAutofitTable (line 1189) | internal void UpdAutofitTable( method Autofit (line 1213) | internal int Autofit(double availableWidth, out double tableWidth) method UpdateChunkInfo (line 1331) | private unsafe void UpdateChunkInfo(PTS.FSTABLEROWDESCRIPTION[] arrayT... method QueryTableDetails (line 1365) | private unsafe bool QueryTableDetails( method QueryRowDetails (line 1420) | private unsafe void QueryRowDetails( method SynchronizeRowVisualsCollection (line 1469) | private void SynchronizeRowVisualsCollection( method SynchronizeCellVisualsCollection (line 1496) | private void SynchronizeCellVisualsCollection( method ValidateRowVisualSimple (line 1523) | private void ValidateRowVisualSimple( method ValidateRowVisualComplex (line 1629) | private void ValidateRowVisualComplex( method DrawColumnBackgrounds (line 1750) | private void DrawColumnBackgrounds(DrawingContext dc, Rect tableConten... method GetActualRowHeight (line 1799) | private double GetActualRowHeight(PTS.FSTABLEROWDESCRIPTION[] arrayTab... method DrawRowGroupBackgrounds (line 1826) | private void DrawRowGroupBackgrounds(DrawingContext dc, PTS.FSTABLEROW... method DrawRowBackgrounds (line 1883) | private void DrawRowBackgrounds(DrawingContext dc, PTS.FSTABLEROWDESCR... method ValidateCalculatedColumns (line 1911) | private void ValidateCalculatedColumns() method ValidateTableWidths (line 1996) | private int ValidateTableWidths(double durAvailableWidth, out double d... method GetTableContentRect (line 2412) | private PTS.FSRECT GetTableContentRect(MbpInfo mbpInfo) method GetTableOffsetFirstRowTop (line 2427) | private int GetTableOffsetFirstRowTop() type CellParaClientEntry (line 2444) | private struct CellParaClientEntry FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/TableParagraph.cs class TableParagraph (line 18) | internal sealed class TableParagraph : BaseParagraph method TableParagraph (line 28) | internal TableParagraph(DependencyObject element, StructuralCache stru... method Dispose (line 37) | public override void Dispose() method CollapseMargin (line 82) | internal override void CollapseMargin( method GetParaProperties (line 110) | internal override void GetParaProperties( method CreateParaclient (line 125) | internal override void CreateParaclient( method GetTableProperties (line 141) | internal void GetTableProperties( method GetMCSClientAfterTable (line 166) | internal void GetMCSClientAfterTable( method GetFirstHeaderRow (line 191) | internal void GetFirstHeaderRow( method GetNextHeaderRow (line 207) | internal void GetNextHeaderRow( method GetFirstFooterRow (line 223) | internal void GetFirstFooterRow( method GetNextFooterRow (line 239) | internal void GetNextFooterRow( method GetFirstRow (line 254) | internal void GetFirstRow( method GetNextRow (line 297) | internal void GetNextRow( method UpdFChangeInHeaderFooter (line 373) | internal void UpdFChangeInHeaderFooter( // we don't do update in heade... method UpdGetFirstChangeInTable (line 391) | internal void UpdGetFirstChangeInTable( method GetDistributionKind (line 407) | internal void GetDistributionKind( method UpdGetParaChange (line 417) | internal override void UpdGetParaChange( method InvalidateStructure (line 433) | internal override bool InvalidateStructure(int startPosition) method InvalidateFormatCache (line 454) | internal override void InvalidateFormatCache() method InvalidateRowStructure (line 500) | private bool InvalidateRowStructure(RowParagraph rowParagraph, int sta... method InvalidateRowFormatCache (line 520) | private void InvalidateRowFormatCache(RowParagraph rowParagraph) method TableStructureChanged (line 531) | private void TableStructureChanged(object sender, EventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/TextFormatterHost.cs class TextFormatterHost (line 18) | internal sealed class TextFormatterHost : TextSource method TextFormatterHost (line 20) | internal TextFormatterHost(TextFormatter textFormatter, TextFormatting... method GetTextRun (line 37) | public override TextRun GetTextRun(int textSourceCharacterIndex) method GetPrecedingText (line 50) | public override TextSpan GetPrece... method GetTextEffectCharacterIndexFromTextSourceCharacterIndex (line 62) | public override int GetTextEffectCharacterIndexFromTextSourceCharacter... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/TextPanelDebug.cs class TextPanelDebug (line 15) | internal sealed class TextPanelDebug method BeginScope (line 20) | internal static void BeginScope(string msg, Category category) method EndScope (line 32) | internal static void EndScope(Category category) method StartTimer (line 44) | internal static void StartTimer(string name, Category category) method StopTimer (line 56) | internal static void StopTimer(string name, Category category) method IncrementCounter (line 68) | internal static void IncrementCounter(string name, Category category) method Log (line 81) | internal static void Log(string msg, Category category) method TextPanelDebug (line 101) | private TextPanelDebug() method _BeginScope (line 137) | private void _BeginScope(string msg) method _EndScope (line 146) | private void _EndScope() method _StartTimer (line 155) | private void _StartTimer(string name) method _StopTimer (line 174) | private void _StopTimer(string name) method _IncrementCounter (line 185) | private void _IncrementCounter(string eventTag) method _Log (line 198) | private void _Log(string msg) method _IsEnabled (line 206) | private bool _IsEnabled(Category category) type Category (line 264) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/TextParaClient.cs class TextParaClient (line 27) | internal sealed class TextParaClient : BaseParaClient method TextParaClient (line 34) | internal TextParaClient(TextParagraph paragraph) : base(paragraph) method ValidateVisual (line 52) | internal override void ValidateVisual(PTS.FSKUPDATE fskupdInherited) method UpdateViewport (line 145) | internal override void UpdateViewport(ref PTS.FSRECT viewport) method InputHitTest (line 188) | internal override IInputElement InputHitTest(PTS.FSPOINT pt) method GetRectangles (line 247) | internal override List GetRectangles(ContentElement e, int start... method CreateParagraphResult (line 328) | internal override ParagraphResult CreateParagraphResult() method GetLineResults (line 336) | internal ReadOnlyCollection GetLineResults() method GetFloaters (line 380) | internal ReadOnlyCollection GetFloaters() method GetFigures (line 418) | internal ReadOnlyCollection GetFigures() method GetTextContentRange (line 455) | internal override TextContentRange GetTextContentRange() method GetLineDetails (line 513) | internal void GetLineDetails(int dcpLine, out int cchContent, out int ... method GetFirstTextLineBaseline (line 628) | internal override int GetFirstTextLineBaseline() method GetTextPosition (line 659) | internal ITextPointer GetTextPosition(int dcp, LogicalDirection direct... method GetRectangleFromTextPosition (line 671) | internal Rect GetRectangleFromTextPosition(ITextPointer position) method GetTightBoundingGeometryFromTextPositions (line 731) | internal Geometry GetTightBoundingGeometryFromTextPositions(ITextPoint... method IsAtCaretUnitBoundary (line 820) | internal bool IsAtCaretUnitBoundary(ITextPointer position) method GetNextCaretUnitPosition (line 870) | internal ITextPointer GetNextCaretUnitPosition(ITextPointer position, ... method GetBackspaceCaretUnitPosition (line 913) | internal ITextPointer GetBackspaceCaretUnitPosition(ITextPointer posit... method GetTextPositionFromDistance (line 966) | internal ITextPointer GetTextPositionFromDistance(int dcpLine, double ... method GetGlyphRuns (line 1104) | internal void GetGlyphRuns(List glyphRuns, ITextPointer star... method OnArrange (line 1226) | protected override void OnArrange() method SyncUpdateDeferredLineVisuals (line 1383) | private void SyncUpdateDeferredLineVisuals(VisualCollection lineVisual... method LineResultsFromSimpleLines (line 1514) | private ReadOnlyCollection LineResultsFromSimpleLines(ref ... method LineResultsFromCompositeLines (line 1566) | private ReadOnlyCollection LineResultsFromCompositeLines(r... method RectFromDcpSimpleLines (line 1628) | private void RectFromDcpSimpleLines( method RectFromDcpCompositeLines (line 1716) | private void RectFromDcpCompositeLines( method PathGeometryFromDcpRangeSimpleLines (line 1810) | private Geometry PathGeometryFromDcpRangeSimpleLines( method PathGeometryFromDcpRangeCompositeLines (line 1917) | private Geometry PathGeometryFromDcpRangeCompositeLines( method HasAnyLineBreakAtCp (line 2031) | private bool HasAnyLineBreakAtCp(int dcp) method RectanglesFromDcpRangeOfSimpleLine (line 2058) | private List RectanglesFromDcpRangeOfSimpleLine( method RectanglesFromDcpRangeOfCompositeLineElement (line 2169) | private List RectanglesFromDcpRangeOfCompositeLineElement( method FetchLineVisual (line 2262) | private LineVisual FetchLineVisual(int index) method FetchLineVisualComposite (line 2292) | private LineVisual FetchLineVisualComposite(int lineIndex, int elemIndex) method PathGeometryFromDcpRangeFloatersAndFigures (line 2320) | private Geometry PathGeometryFromDcpRangeFloatersAndFigures( method IsAtCaretUnitBoundaryFromDcpSimpleLines (line 2362) | private bool IsAtCaretUnitBoundaryFromDcpSimpleLines( method IsAtCaretUnitBoundaryFromDcpCompositeLines (line 2454) | private bool IsAtCaretUnitBoundaryFromDcpCompositeLines( method NextCaretUnitPositionFromDcpSimpleLines (line 2579) | private ITextPointer NextCaretUnitPositionFromDcpSimpleLines( method NextCaretUnitPositionFromDcpCompositeLines (line 2704) | private ITextPointer NextCaretUnitPositionFromDcpCompositeLines( method BackspaceCaretUnitPositionFromDcpSimpleLines (line 2870) | private ITextPointer BackspaceCaretUnitPositionFromDcpSimpleLines( method BackspaceCaretUnitPositionFromDcpCompositeLines (line 2962) | private ITextPointer BackspaceCaretUnitPositionFromDcpCompositeLines( method GetGlyphRunsFromSimpleLines (line 3088) | private void GetGlyphRunsFromSimpleLines( method GetGlyphRunsFromCompositeLines (line 3141) | private void GetGlyphRunsFromCompositeLines( method RenderSimpleLines (line 3203) | private void RenderSimpleLines( method IntersectsWithRectOnV (line 3314) | private bool IntersectsWithRectOnV(ref PTS.FSRECT rect) method ContainedInRectOnV (line 3323) | private bool ContainedInRectOnV(ref PTS.FSRECT rect) method CreateLineVisual (line 3332) | private ContainerVisual CreateLineVisual(ref PTS.FSLINEDESCRIPTIONSING... method UpdateViewportSimpleLines (line 3359) | private void UpdateViewportSimpleLines( method VerifyVisuals (line 3535) | private void VerifyVisuals(ref PTS.FSTEXTDETAILSFULL textDetails) method RenderCompositeLines (line 3577) | private void RenderCompositeLines( method ValidateVisualFloatersAndFigures (line 3732) | private void ValidateVisualFloatersAndFigures( method InputHitTestSimpleLines (line 3775) | private IInputElement InputHitTestSimpleLines( method IsDeferredVisualCreationSupported (line 3837) | private bool IsDeferredVisualCreationSupported(ref PTS.FSTEXTDETAILSFU... method GetRectanglesInSimpleLines (line 3855) | private List GetRectanglesInSimpleLines( method GetRectanglesInSingleLine (line 3897) | private List GetRectanglesInSingleLine( method InputHitTestCompositeLines (line 3955) | private IInputElement InputHitTestCompositeLines( method GetRectanglesInCompositeLines (line 4035) | private List GetRectanglesInCompositeLines( method GetRectanglesInCompositeLine (line 4079) | private List GetRectanglesInCompositeLine( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/TextParaLineResult.cs class TextParaLineResult (line 22) | internal sealed class TextParaLineResult : LineResult method GetTextPositionFromDistance (line 38) | internal override ITextPointer GetTextPositionFromDistance(double dist... method IsAtCaretUnitBoundary (line 50) | internal override bool IsAtCaretUnitBoundary(ITextPointer position) method GetNextCaretUnitPosition (line 66) | internal override ITextPointer GetNextCaretUnitPosition(ITextPointer p... method GetBackspaceCaretUnitPosition (line 79) | internal override ITextPointer GetBackspaceCaretUnitPosition(ITextPoin... method GetGlyphRuns (line 95) | internal override ReadOnlyCollection GetGlyphRuns(ITextPoint... method GetContentEndPosition (line 105) | internal override ITextPointer GetContentEndPosition() method GetEllipsesPosition (line 115) | internal override ITextPointer GetEllipsesPosition() method GetContentEndPositionCP (line 133) | internal override int GetContentEndPositionCP() method GetEllipsesPositionCP (line 147) | internal override int GetEllipsesPositionCP() method TextParaLineResult (line 256) | internal TextParaLineResult(TextParaClient owner, int dcp, int cch, Re... method EnsureComplexData (line 304) | private void EnsureComplexData() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/TextParagraph.cs class TextParagraph (line 18) | internal sealed class TextParagraph : BaseParagraph method TextParagraph (line 37) | internal TextParagraph(DependencyObject element, StructuralCache struc... method Dispose (line 55) | public override void Dispose() method GetParaProperties (line 94) | internal override void GetParaProperties( method CreateParaclient (line 113) | internal override void CreateParaclient( method GetTextProperties (line 133) | internal void GetTextProperties( method CreateOptimalBreakSession (line 175) | internal void CreateOptimalBreakSession( method GetNumberFootnotes (line 216) | internal void GetNumberFootnotes( method FormatBottomText (line 242) | internal void FormatBottomText( method InterruptFormatting (line 266) | internal bool InterruptFormatting(int dcpCur, int vrCur) method FormatLineVariants (line 358) | internal System.Collections.Generic.IList method ReconstructLineVariant (line 479) | internal void ReconstructLineVariant( method FormatLine (line 664) | internal void FormatLine( method UpdGetChangeInText (line 773) | internal void UpdGetChangeInText( method GetDvrAdvance (line 839) | internal void GetDvrAdvance( method GetLastDcpAttachedObjectBeforeLine (line 859) | internal int GetLastDcpAttachedObjectBeforeLine(int dcpFirst) method GetAttachedObjectElements (line 881) | private List GetAttachedObjectElements(int dcpFirst, int ... method GetAttachedObjectCount (line 920) | internal int GetAttachedObjectCount(int dcpFirst, int dcpLast) method GetAttachedObjects (line 935) | internal List GetAttachedObjects(int dcpFirst, int dcp... method SubmitInlineObjects (line 1020) | internal void SubmitInlineObjects(int dcpStart, int dcpLim, List InlineObjectsFromRange(int dcpStart, int d... method CalcLineAscentDescent (line 1094) | internal void CalcLineAscentDescent(int dcp, ref int dvrAscent, ref in... method SetUpdateInfo (line 1120) | internal override void SetUpdateInfo(PTS.FSKCHANGE fskch, bool stopAsk... method ClearUpdateInfo (line 1135) | internal override void ClearUpdateInfo() method InvalidateStructure (line 1155) | internal override bool InvalidateStructure(int startPosition) method InvalidateFormatCache (line 1226) | internal override void InvalidateFormatCache() method InvalidateTextFormatCache (line 1243) | internal void InvalidateTextFormatCache() method FormatLineCore (line 1273) | internal void FormatLineCore(Line line, IntPtr pbrLineIn, Line.Formatt... method FormatLineCore (line 1306) | internal void FormatLineCore(Line line, IntPtr pbrLineIn, Line.Formatt... method MeasureChild (line 1336) | internal Size MeasureChild(InlineObjectRun inlineObject) method HasFiguresFloatersOrInlineObjects (line 1352) | internal bool HasFiguresFloatersOrInlineObjects() method HasFiguresOrFloaters (line 1365) | internal bool HasFiguresOrFloaters() method UpdateTextContentRangeFromAttachedObjects (line 1375) | internal void UpdateTextContentRangeFromAttachedObjects(TextContentRan... method OnUIElementDesiredSizeChanged (line 1418) | internal void OnUIElementDesiredSizeChanged(object sender, DesiredSize... method EnsureLineProperties (line 1480) | private void EnsureLineProperties() method SubmitEmbeddedObjects (line 1521) | private void SubmitEmbeddedObjects(ref List objectsCached, int d... method UpdateEmbeddedObjectsCache (line 1633) | private void UpdateEmbeddedObjectsCache( method GetLineProperties (line 1686) | private TextParagraphProperties GetLineProperties(bool firstLine, int ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/UIElementParaClient.cs class UIElementParaClient (line 22) | internal sealed class UIElementParaClient : FloaterBaseParaClient method UIElementParaClient (line 36) | internal UIElementParaClient(FloaterBaseParagraph paragraph) method OnArrange (line 54) | protected override void OnArrange() method GetRectangles (line 83) | internal override List GetRectangles(ContentElement e, int start... method ValidateVisual (line 97) | internal override void ValidateVisual(PTS.FSKUPDATE fskupdInherited) method GetTightBoundingGeometryFromTextPositions (line 139) | internal Geometry GetTightBoundingGeometryFromTextPositions(ITextPoint... method CreateParagraphResult (line 153) | internal override ParagraphResult CreateParagraphResult() method InputHitTest (line 162) | internal override IInputElement InputHitTest(PTS.FSPOINT pt) method GetTextContentRange (line 174) | internal override TextContentRange GetTextContentRange() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/UIElementParagraph.cs class UIElementParagraph (line 15) | internal sealed class UIElementParagraph : FloaterBaseParagraph method UIElementParagraph (line 30) | internal UIElementParagraph(TextElement element, StructuralCache struc... method Dispose (line 48) | public override void Dispose() method InvalidateStructure (line 62) | internal override bool InvalidateStructure(int startPosition) method CreateParaclient (line 86) | internal override void CreateParaclient( method CollapseMargin (line 100) | internal override void CollapseMargin( method GetFloaterProperties (line 130) | internal override void GetFloaterProperties( method FormatFloaterContentFinite (line 151) | internal override void FormatFloaterContentFinite( method FormatFloaterContentBottomless (line 259) | internal override void FormatFloaterContentBottomless( method UpdateBottomlessFloaterContent (line 330) | internal override void UpdateBottomlessFloaterContent( method GetMCSClientAfterFloater (line 354) | internal override void GetMCSClientAfterFloater( method FormatUIElement (line 386) | private void FormatUIElement(int durAvailable, out PTS.FSBBOX fsbbox) method EnsureUIElementIsland (line 453) | private void EnsureUIElementIsland() method ClearUIElementIsland (line 465) | private void ClearUIElementIsland() method OnUIElementDesiredSizeChanged (line 484) | private void OnUIElementDesiredSizeChanged(object sender, DesiredSizeC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/UnmanagedHandle.cs class UnmanagedHandle (line 17) | internal class UnmanagedHandle : IDisposable method UnmanagedHandle (line 25) | protected UnmanagedHandle(PtsContext ptsContext) method Dispose (line 34) | public virtual void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsHost/UpdateRecord.cs class UpdateRecord (line 19) | internal sealed class UpdateRecord method UpdateRecord (line 24) | internal UpdateRecord() method MergeWithNext (line 36) | internal void MergeWithNext() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsTable/CalculatedColumn.cs type CalculatedColumn (line 22) | internal struct CalculatedColumn method ValidateAuto (line 46) | internal void ValidateAuto(double durMinWidth, double durMaxWidth) method SetFlags (line 141) | private void SetFlags(bool value, Flags flags) method CheckFlags (line 149) | private bool CheckFlags(Flags flags) type Flags (line 179) | [System.Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/PtsTable/RowSpanVector.cs class RowSpanVector (line 27) | internal sealed class RowSpanVector method RowSpanVector (line 40) | internal RowSpanVector() method Register (line 71) | internal void Register(TableCell cell) method GetFirstAvailableRange (line 120) | internal void GetFirstAvailableRange(out int firstAvailableIndex, out ... method GetNextAvailableRange (line 135) | internal void GetNextAvailableRange(out int firstAvailableIndex, out i... method GetSpanCells (line 156) | internal void GetSpanCells(out TableCell[] cells, out bool isLastRowOf... method Empty (line 228) | internal bool Empty() method InflateCapacity (line 246) | private void InflateCapacity() type Entry (line 282) | private struct Entry FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/SystemCoreHelper.cs class SystemCoreHelper (line 10) | internal static class SystemCoreHelper method IsIDynamicMetaObjectProvider (line 13) | internal static bool IsIDynamicMetaObjectProvider(object item) method NewDynamicPropertyAccessor (line 20) | internal static object NewDynamicPropertyAccessor(Type ownerType, stri... method GetIndexerAccessor (line 27) | internal static object GetIndexerAccessor(int rank) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/SystemDataHelper.cs class SystemDataHelper (line 13) | internal static class SystemDataHelper method IsDataView (line 16) | internal static bool IsDataView(IBindingList list) method IsDataRowView (line 23) | internal static bool IsDataRowView(object item) method IsSqlNull (line 30) | internal static bool IsSqlNull(object value) method IsSqlNullableType (line 37) | internal static bool IsSqlNullableType(Type type) method IsDataSetCollectionProperty (line 45) | internal static bool IsDataSetCollectionProperty(PropertyDescriptor pd) method GetValue (line 52) | internal static object GetValue(object item, PropertyDescriptor pd, bo... method DetermineWhetherDBNullIsValid (line 60) | internal static bool DetermineWhetherDBNullIsValid(object item, string... method NullValueForSqlNullableType (line 67) | internal static object NullValueForSqlNullableType(Type type) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/SystemXmlHelper.cs class SystemXmlHelper (line 16) | internal static class SystemXmlHelper method IsXmlNode (line 19) | internal static bool IsXmlNode(object item) method IsXmlNamespaceManager (line 26) | internal static bool IsXmlNamespaceManager(object item) method TryGetValueFromXmlNode (line 33) | internal static bool TryGetValueFromXmlNode(object item, string name, ... method PrepareXmlComparer (line 46) | internal static IComparer PrepareXmlComparer(IEnumerable collection, S... method IsEmptyXmlDataCollection (line 58) | internal static bool IsEmptyXmlDataCollection(object parent) method GetXmlTagName (line 66) | internal static string GetXmlTagName(object item, DependencyObject tar... method FindXmlNodeWithInnerText (line 73) | internal static object FindXmlNodeWithInnerText(IEnumerable items, obj... method GetInnerText (line 81) | internal static object GetInnerText(object item) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/SystemXmlLinqHelper.cs class SystemXmlLinqHelper (line 12) | internal static class SystemXmlLinqHelper method IsXElement (line 15) | internal static bool IsXElement(object item) method GetXElementTagName (line 22) | internal static string GetXElementTagName(object item) method IsXLinqCollectionProperty (line 31) | internal static bool IsXLinqCollectionProperty(PropertyDescriptor pd) method IsXLinqNonIdempotentProperty (line 39) | internal static bool IsXLinqNonIdempotentProperty(PropertyDescriptor pd) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Text/ComplexLine.cs class ComplexLine (line 23) | internal sealed class ComplexLine : Line method GetTextRun (line 36) | public override TextRun GetTextRun(int dcp) method GetPrecedingText (line 73) | public override TextSpan GetPrece... method GetTextEffectCharacterIndexFromTextSourceCharacterIndex (line 115) | public override int GetTextEffectCharacterIndexFromTextSourceCharacter... method ComplexLine (line 136) | internal ComplexLine(System.Windows.Controls.TextBlock owner) : base(o... method Arrange (line 146) | internal override void Arrange(VisualCollection vc, Vector lineOffset) method HasInlineObjects (line 221) | internal override bool HasInlineObjects() method InputHitTest (line 245) | internal override IInputElement InputHitTest(double offset) method HandleText (line 325) | private TextRun HandleText(StaticTextPointer position) method HandleElementStartEdge (line 375) | private TextRun HandleElementStartEdge(StaticTextPointer position) method HandleElementEndEdge (line 466) | private TextRun HandleElementEndEdge(StaticTextPointer position) method HandleInlineObject (line 516) | private TextRun HandleInlineObject(StaticTextPointer position, int dcp) method CalcPositionOffset (line 549) | private int CalcPositionOffset(CharacterHit charHit) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Text/DynamicPropertyReader.cs class DynamicPropertyReader (line 22) | internal static class DynamicPropertyReader method GetTypeface (line 35) | internal static Typeface GetTypeface(DependencyObject element) method GetModifiedTypeface (line 47) | internal static Typeface GetModifiedTypeface(DependencyObject element,... method GetTextDecorationsForInlineObject (line 65) | internal static TextDecorationCollection GetTextDecorationsForInlineOb... method GetTextDecorations (line 106) | internal static TextDecorationCollection GetTextDecorations(Dependency... method GetTextEffects (line 115) | internal static TextEffectCollection GetTextEffects(DependencyObject e... method GetCollectionValue (line 128) | private static object GetCollectionValue(DependencyObject element, Dep... method GetKeepTogether (line 153) | internal static bool GetKeepTogether(DependencyObject element) method GetKeepWithNext (line 162) | internal static bool GetKeepWithNext(DependencyObject element) method GetMinWidowLines (line 171) | internal static int GetMinWidowLines(DependencyObject element) method GetMinOrphanLines (line 180) | internal static int GetMinOrphanLines(DependencyObject element) method GetLineHeightValue (line 200) | internal static double GetLineHeightValue(DependencyObject d) method GetBackgroundBrush (line 224) | internal static Brush GetBackgroundBrush(DependencyObject element) method GetBackgroundBrushForInlineObject (line 246) | internal static Brush GetBackgroundBrushForInlineObject(StaticTextPoin... method GetBaselineAlignment (line 269) | internal static BaselineAlignment GetBaselineAlignment(DependencyObjec... method GetBaselineAlignmentForInlineObject (line 291) | internal static BaselineAlignment GetBaselineAlignmentForInlineObject(... method GetCultureInfo (line 299) | internal static CultureInfo GetCultureInfo(DependencyObject element) method GetNumberSubstitution (line 316) | internal static NumberSubstitution GetNumberSubstitution(DependencyObj... method CanApplyBackgroundBrush (line 328) | private static bool CanApplyBackgroundBrush(DependencyObject element) method BaselineAlignmentIsDefault (line 343) | private static bool BaselineAlignmentIsDefault(DependencyObject element) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Text/InlineObject.cs class InlineObject (line 19) | internal sealed class InlineObject: TextEmbeddedObject method InlineObject (line 29) | internal InlineObject(int dcp, int cch, UIElement element, TextRunProp... method Format (line 43) | public override TextEmbeddedObjectMetrics Format(double remainingParag... method ComputeBoundingBox (line 66) | public override Rect ComputeBoundingBox(bool rightToLeft, bool sideways) method Draw (line 94) | public override void Draw(DrawingContext drawingContext, Point origin,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Text/Line.cs class Line (line 19) | internal abstract class Line : TextSource, IDisposable method Dispose (line 32) | public void Dispose() method Line (line 55) | internal Line(System.Windows.Controls.TextBlock owner) method Format (line 74) | internal void Format(int dcp, double width, TextParagraphProperties li... method Arrange (line 92) | internal virtual void Arrange(VisualCollection vc, Vector lineOffset) method Render (line 103) | internal void Render(DrawingContext ctx, Point lineOffset) method GetBoundsFromTextPosition (line 127) | internal Rect GetBoundsFromTextPosition(int characterIndex, out FlowDi... method GetRangeBounds (line 152) | internal List GetRangeBounds(int cp, int cch, double xOffset, do... method GetTextPositionFromDistance (line 193) | internal CharacterHit GetTextPositionFromDistance(double distance) method GetNextCaretCharacterHit (line 214) | internal CharacterHit GetNextCaretCharacterHit(CharacterHit index) method GetPreviousCaretCharacterHit (line 226) | internal CharacterHit GetPreviousCaretCharacterHit(CharacterHit index) method GetBackspaceCaretCharacterHit (line 238) | internal CharacterHit GetBackspaceCaretCharacterHit(CharacterHit index) method IsAtCaretCharacterHit (line 249) | internal bool IsAtCaretCharacterHit(CharacterHit charHit) method HasInlineObjects (line 257) | internal virtual bool HasInlineObjects() method InputHitTest (line 269) | internal virtual IInputElement InputHitTest(double offset) method GetTextLineBreak (line 277) | internal TextLineBreak GetTextLineBreak() method GetEllipsesLength (line 295) | internal int GetEllipsesLength() method GetCollapsedWidth (line 325) | internal double GetCollapsedWidth() method GetBoundsFromPosition (line 448) | protected Rect GetBoundsFromPosition(int cp, int cch, out FlowDirectio... method GetCollapsingProps (line 493) | protected TextCollapsingProperties GetCollapsingProps(double wrappingW... method CalculateXOffsetShift (line 512) | protected double CalculateXOffsetShift() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Text/LineMetrics.cs type LineMetrics (line 16) | internal struct LineMetrics method LineMetrics (line 51) | internal LineMetrics(LineMetrics source, double start, double width) method Dispose (line 69) | internal LineMetrics Dispose(bool returnUpdatedMetrics) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Text/LineProperties.cs class LineProperties (line 21) | internal class LineProperties : TextParagraphProperties method LineProperties (line 102) | internal LineProperties( method LineProperties (line 114) | internal LineProperties( method CalcLineAdvanceForTextParagraph (line 160) | internal double CalcLineAdvanceForTextParagraph(TextParagraph textPara... method CalcLineAdvance (line 201) | internal double CalcLineAdvance(double lineAdvance) method GetParaEllipsisLineProps (line 296) | internal TextParagraphProperties GetParaEllipsisLineProps(bool firstLine) class FirstLineProperties (line 317) | private sealed class FirstLineProperties : TextParagraphProperties method FirstLineProperties (line 377) | internal FirstLineProperties(LineProperties lp) class ParaEllipsisLineProperties (line 393) | private sealed class ParaEllipsisLineProperties : TextParagraphProperties method ParaEllipsisLineProperties (line 459) | internal ParaEllipsisLineProperties(TextParagraphProperties lp) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Text/MarkerProperties.cs class MarkerProperties (line 19) | internal sealed class MarkerProperties method MarkerProperties (line 27) | internal MarkerProperties(List list, int index) method GetTextMarkerProperties (line 50) | internal TextMarkerProperties GetTextMarkerProperties(TextParagraphPro... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Text/SimpleLine.cs class SimpleLine (line 18) | internal sealed class SimpleLine : Line method GetTextRun (line 31) | public override TextRun GetTextRun(int dcp) method GetPrecedingText (line 68) | public override TextSpan GetPrece... method GetTextEffectCharacterIndexFromTextSourceCharacterIndex (line 97) | public override int GetTextEffectCharacterIndexFromTextSourceCharacter... method SimpleLine (line 119) | internal SimpleLine(System.Windows.Controls.TextBlock owner, string co... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Text/TextDpi.cs class TextDpi (line 18) | internal static class TextDpi method ToTextDpi (line 37) | internal static int ToTextDpi(double d) method FromTextDpi (line 60) | internal static double FromTextDpi(int i) method ToTextPoint (line 68) | internal static PTS.FSPOINT ToTextPoint(Point point) method ToTextSize (line 81) | internal static PTS.FSVECTOR ToTextSize(Size size) method FromTextRect (line 94) | internal static Rect FromTextRect(PTS.FSRECT fsrect) method EnsureValidLineOffset (line 107) | internal static void EnsureValidLineOffset(ref double offset) method SnapToTextDpi (line 118) | internal static void SnapToTextDpi(ref Size size) method EnsureValidLineWidth (line 126) | internal static void EnsureValidLineWidth(ref double width) method EnsureValidLineWidth (line 132) | internal static void EnsureValidLineWidth(ref Size size) method EnsureValidLineWidth (line 138) | internal static void EnsureValidLineWidth(ref int width) method EnsureValidPageSize (line 148) | internal static void EnsureValidPageSize(ref Size size) method EnsureValidPageWidth (line 156) | internal static void EnsureValidPageWidth(ref double width) method EnsureValidPageMargin (line 162) | internal static void EnsureValidPageMargin(ref Thickness pageMargin, S... method EnsureValidObjSize (line 187) | internal static void EnsureValidObjSize(ref Size size) class TextDebug (line 225) | internal static class TextDebug method BeginScope (line 230) | internal static void BeginScope(string name) method EndScope (line 239) | internal static void EndScope() method Log (line 247) | internal static void Log(string msg) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Text/TextLineResult.cs class TextLineResult (line 22) | internal sealed class TextLineResult : LineResult method GetTextPositionFromDistance (line 39) | internal override ITextPointer GetTextPositionFromDistance(double dist... method IsAtCaretUnitBoundary (line 49) | internal override bool IsAtCaretUnitBoundary(ITextPointer position) method GetNextCaretUnitPosition (line 61) | internal override ITextPointer GetNextCaretUnitPosition(ITextPointer p... method GetBackspaceCaretUnitPosition (line 72) | internal override ITextPointer GetBackspaceCaretUnitPosition(ITextPoin... method GetGlyphRuns (line 84) | internal override ReadOnlyCollection GetGlyphRuns(ITextPoint... method GetContentEndPosition (line 98) | internal override ITextPointer GetContentEndPosition() method GetEllipsesPosition (line 112) | internal override ITextPointer GetEllipsesPosition() method GetContentEndPositionCP (line 130) | internal override int GetContentEndPositionCP() method GetEllipsesPositionCP (line 144) | internal override int GetEllipsesPositionCP() method TextLineResult (line 230) | internal TextLineResult(System.Windows.Controls.TextBlock owner, int d... method EnsureComplexData (line 251) | private void EnsureComplexData() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Text/TextProperties.cs class TextProperties (line 22) | internal sealed class TextProperties : TextRunProperties method TextProperties (line 101) | internal TextProperties(FrameworkElement target, bool isTypographyDefa... method TextProperties (line 125) | internal TextProperties(DependencyObject target, StaticTextPointer pos... method TextProperties (line 182) | internal TextProperties(TextProperties source, TextDecorationCollectio... method InitCommon (line 199) | private void InitCommon(DependencyObject target) method GetHighlightTextDecorations (line 220) | private static TextDecorationCollection GetHighlightTextDecorations(St... method GetTypographyProperties (line 252) | private static TypographyProperties GetTypographyProperties(Dependency... method SetBackgroundBrush (line 302) | internal void SetBackgroundBrush(Brush backgroundBrush) method SetForegroundBrush (line 311) | internal void SetForegroundBrush(Brush foregroundBrush) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Text/TextSpanModifier.cs class TextSpanModifier (line 17) | internal class TextSpanModifier : TextModifier method TextSpanModifier (line 31) | public TextSpanModifier(int length, TextDecorationCollection textDecor... method TextSpanModifier (line 43) | public TextSpanModifier(int length, TextDecorationCollection textDecor... method ModifyProperties (line 74) | public sealed override TextRunProperties ModifyProperties(TextRunPrope... method CopyTextDecorations (line 145) | private TextDecorationCollection CopyTextDecorations(TextDecorationCol... class MergedTextRunProperties (line 170) | private class MergedTextRunProperties : TextRunProperties method MergedTextRunProperties (line 175) | internal MergedTextRunProperties( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Text/TypographyProperties.cs class TypographyProperties (line 17) | internal sealed class TypographyProperties : TextRunTypographyProperties type PropertyId (line 22) | private enum PropertyId method TypographyProperties (line 98) | public TypographyProperties() method SetStandardLigatures (line 115) | public void SetStandardLigatures(bool value) method SetContextualLigatures (line 128) | public void SetContextualLigatures(bool value) method SetDiscretionaryLigatures (line 141) | public void SetDiscretionaryLigatures(bool value) method SetHistoricalLigatures (line 154) | public void SetHistoricalLigatures(bool value) method SetCaseSensitiveForms (line 167) | public void SetCaseSensitiveForms(bool value) method SetContextualAlternates (line 180) | public void SetContextualAlternates(bool value) method SetHistoricalForms (line 193) | public void SetHistoricalForms(bool value) method SetKerning (line 206) | public void SetKerning(bool value) method SetCapitalSpacing (line 219) | public void SetCapitalSpacing(bool value) method SetStylisticSet1 (line 232) | public void SetStylisticSet1(bool value) method SetStylisticSet2 (line 245) | public void SetStylisticSet2(bool value) method SetStylisticSet3 (line 258) | public void SetStylisticSet3(bool value) method SetStylisticSet4 (line 271) | public void SetStylisticSet4(bool value) method SetStylisticSet5 (line 284) | public void SetStylisticSet5(bool value) method SetStylisticSet6 (line 297) | public void SetStylisticSet6(bool value) method SetStylisticSet7 (line 310) | public void SetStylisticSet7(bool value) method SetStylisticSet8 (line 323) | public void SetStylisticSet8(bool value) method SetStylisticSet9 (line 336) | public void SetStylisticSet9(bool value) method SetStylisticSet10 (line 349) | public void SetStylisticSet10(bool value) method SetStylisticSet11 (line 362) | public void SetStylisticSet11(bool value) method SetStylisticSet12 (line 375) | public void SetStylisticSet12(bool value) method SetStylisticSet13 (line 388) | public void SetStylisticSet13(bool value) method SetStylisticSet14 (line 401) | public void SetStylisticSet14(bool value) method SetStylisticSet15 (line 414) | public void SetStylisticSet15(bool value) method SetStylisticSet16 (line 427) | public void SetStylisticSet16(bool value) method SetStylisticSet17 (line 440) | public void SetStylisticSet17(bool value) method SetStylisticSet18 (line 453) | public void SetStylisticSet18(bool value) method SetStylisticSet19 (line 466) | public void SetStylisticSet19(bool value) method SetStylisticSet20 (line 479) | public void SetStylisticSet20(bool value) method SetFraction (line 492) | public void SetFraction(FontFraction value) method SetSlashedZero (line 506) | public void SetSlashedZero(bool value) method SetMathematicalGreek (line 519) | public void SetMathematicalGreek(bool value) method SetEastAsianExpertForms (line 532) | public void SetEastAsianExpertForms(bool value) method SetVariants (line 545) | public void SetVariants(FontVariants value) method SetCapitals (line 559) | public void SetCapitals(FontCapitals value) method SetNumeralStyle (line 573) | public void SetNumeralStyle(FontNumeralStyle value) method SetNumeralAlignment (line 587) | public void SetNumeralAlignment(FontNumeralAlignment value) method SetEastAsianWidths (line 601) | public void SetEastAsianWidths(FontEastAsianWidths value) method SetEastAsianLanguage (line 615) | public void SetEastAsianLanguage(FontEastAsianLanguage value) method SetStandardSwashes (line 629) | public void SetStandardSwashes(int value) method SetContextualSwashes (line 643) | public void SetContextualSwashes(int value) method SetStylisticAlternates (line 657) | public void SetStylisticAlternates(int value) method SetAnnotationAlternates (line 671) | public void SetAnnotationAlternates(int value) method Equals (line 684) | public override bool Equals(object other) method GetHashCode (line 714) | public override int GetHashCode() method ResetProperties (line 748) | private void ResetProperties() method IsBooleanPropertySet (line 773) | private bool IsBooleanPropertySet(PropertyId propertyId) method SetBooleanProperty (line 789) | private void SetBooleanProperty(PropertyId propertyId, bool flagValue) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/TraceData.cs type TraceDataLevel (line 22) | internal enum TraceDataLevel class TraceData (line 52) | internal static partial class TraceData method TraceData (line 58) | static TraceData() method IsExtendedTraceEnabled (line 78) | public static bool IsExtendedTraceEnabled(object element, TraceDataLev... method OnTrace (line 90) | public static void OnTrace(AvTraceBuilder traceBuilder, ReadOnlySpan : IDictionary ... class KeyCollection (line 16) | private class KeyCollection : ICollection... method KeyCollection (line 20) | public KeyCollection(WeakDictionary dict) method Add (line 35) | public void Add(KeyType item) method Clear (line 40) | public void Clear() method Contains (line 45) | public bool Contains(KeyType item) method CopyTo (line 50) | public void CopyTo(KeyType[] array, int arrayIndex) method Remove (line 65) | public bool Remove(KeyType item) method GetEnumerator (line 74) | public IEnumerator GetEnumerator() method GetEnumerator (line 91) | IEnumerator IEnumerable.GetEnumerator() class ValueCollection (line 103) | private class ValueCollection : ICollection dict) method Add (line 122) | public void Add(ValueType item) method Clear (line 127) | public void Clear() method Contains (line 132) | public bool Contains(ValueType item) method CopyTo (line 137) | public void CopyTo(ValueType[] array, int arrayIndex) method Remove (line 152) | public bool Remove(ValueType item) method GetEnumerator (line 161) | public IEnumerator GetEnumerator() method GetEnumerator (line 178) | IEnumerator IEnumerable.GetEnumerator() method Add (line 190) | public void Add(TKey key, TValue value) method ContainsKey (line 195) | public bool ContainsKey(TKey key) method Remove (line 212) | public bool Remove(TKey key) method TryGetValue (line 222) | public bool TryGetValue(TKey key, out TValue value) method Add (line 265) | public void Add(KeyValuePair item) method Clear (line 270) | public void Clear() method Contains (line 275) | public bool Contains(KeyValuePair item) method CopyTo (line 290) | public void CopyTo(KeyValuePair[] array, int arrayIndex) method Remove (line 319) | public bool Remove(KeyValuePair item) method GetEnumerator (line 332) | public IEnumerator> GetEnumerator() method GetEnumerator (line 348) | IEnumerator IEnumerable.GetEnumerator() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WeakHashSet.cs class WeakHashSet (line 15) | internal class WeakHashSet : ICollection where T : class method Add (line 19) | public void Add(T item) method Clear (line 27) | public void Clear() method Contains (line 32) | public bool Contains(T item) method CopyTo (line 37) | public void CopyTo(T[] array, int arrayIndex) method Remove (line 69) | public bool Remove(T item) method GetEnumerator (line 83) | public IEnumerator GetEnumerator() method GetEnumerator (line 103) | IEnumerator IEnumerable.GetEnumerator() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WeakHashtable.cs class WeakHashtable (line 19) | internal sealed class WeakHashtable : Hashtable, IWeakHashtable method WeakHashtable (line 26) | internal WeakHashtable() method Clear (line 34) | public override void Clear() method Remove (line 42) | public override void Remove(object key) method SetWeak (line 51) | public void SetWeak(object key, object value) method UnwrapKey (line 58) | public object UnwrapKey(object key) method ScavengeKeys (line 76) | private void ScavengeKeys() class WeakKeyComparer (line 134) | private class WeakKeyComparer : IEqualityComparer method Equals (line 136) | bool IEqualityComparer.Equals(object x, object y) method GetHashCode (line 171) | int IEqualityComparer.GetHashCode(object obj) class EqualityWeakReference (line 185) | internal sealed class EqualityWeakReference method EqualityWeakReference (line 190) | internal EqualityWeakReference(object o) method Equals (line 206) | public override bool Equals(object o) method GetHashCode (line 226) | public override int GetHashCode() method FromKeyType (line 233) | public static IWeakHashtable FromKeyType(Type tKey) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WeakObjectHashtable.cs class WeakObjectHashtable (line 25) | internal sealed class WeakObjectHashtable : Hashtable, IWeakHashtable method WeakObjectHashtable (line 32) | internal WeakObjectHashtable() method SetWeak (line 41) | public void SetWeak(object key, object value) method WrapKey (line 48) | private void WrapKey(ref object key) method UnwrapKey (line 56) | public object UnwrapKey(object key) method ScavengeKeys (line 74) | private void ScavengeKeys() class WeakKeyComparer (line 132) | private class WeakKeyComparer : IEqualityComparer method Equals (line 134) | bool IEqualityComparer.Equals(object x, object y) method GetHashCode (line 180) | int IEqualityComparer.GetHashCode(object obj) class EqualityWeakReference (line 194) | internal sealed class EqualityWeakReference method EqualityWeakReference (line 199) | internal EqualityWeakReference(object o) method Equals (line 215) | public override bool Equals(object o) method GetHashCode (line 235) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT.cs class DelegateExtensions (line 13) | internal static class DelegateExtensions method DynamicInvokeAbi (line 15) | public static void DynamicInvokeAbi(this System.Delegate del, object[]... method AsDelegate (line 20) | public static T AsDelegate(this MulticastDelegate del) class Platform (line 27) | internal class Platform method CoDecrementMTAUsage (line 29) | [DllImport("api-ms-win-core-com-l1-1-0.dll")] method CoIncrementMTAUsage (line 32) | [DllImport("api-ms-win-core-com-l1-1-0.dll")] method FreeLibrary (line 35) | [DllImport("kernel32.dll", SetLastError = true)] method GetProcAddress (line 39) | [DllImport("kernel32.dll", SetLastError = true)] method GetProcAddress (line 42) | public static T GetProcAddress(IntPtr moduleHandle) method LoadLibraryExW (line 52) | [DllImport("kernel32.dll", SetLastError = true)] method RoGetActivationFactory (line 55) | [DllImport("api-ms-win-core-winrt-l1-1-0.dll")] method WindowsCreateString (line 58) | [DllImport("api-ms-win-core-winrt-string-l1-1-0.dll", CallingConventio... method WindowsCreateStringReference (line 63) | [DllImport("api-ms-win-core-winrt-string-l1-1-0.dll", CallingConventio... method WindowsDeleteString (line 69) | [DllImport("api-ms-win-core-winrt-string-l1-1-0.dll", CallingConventio... method WindowsDuplicateString (line 72) | [DllImport("api-ms-win-core-winrt-string-l1-1-0.dll", CallingConventio... method WindowsGetStringRawBuffer (line 76) | [DllImport("api-ms-win-core-winrt-string-l1-1-0.dll", CallingConventio... type VftblPtr (line 80) | internal struct VftblPtr class DllModule (line 85) | internal class DllModule method Load (line 103) | public static DllModule Load(string fileName) method DllModule (line 117) | private DllModule(string fileName) method GetActivationFactory (line 149) | public unsafe (ObjectReference obj, int hr) G... class WeakLazy (line 171) | internal class WeakLazy where T : class, new() class WinrtModule (line 192) | internal class WinrtModule method WinrtModule (line 198) | public unsafe WinrtModule() method GetActivationFactory (line 205) | public static unsafe (ObjectReference obj, in... class BaseActivationFactory (line 221) | internal class BaseActivationFactory method BaseActivationFactory (line 225) | public BaseActivationFactory(string typeNamespace, string typeFullName) method _ActivateInstance (line 253) | public unsafe ObjectReference _ActivateInstance() method _As (line 266) | public ObjectReference _As() => _IActivationFactory.As(); class ActivationFactory (line 269) | internal class ActivationFactory : BaseActivationFactory method ActivationFactory (line 271) | public ActivationFactory() : base(typeof(T).Namespace, typeof(T).FullN... method As (line 274) | public static ObjectReference As() => _factory.Value._As(); method ActivateInstance (line 275) | public static ObjectReference ActivateInstance() => _factory.Val... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/Attributes.cs class ProjectedRuntimeClassAttribute (line 8) | [EditorBrowsable(EditorBrowsableState.Never)] method ProjectedRuntimeClassAttribute (line 12) | public ProjectedRuntimeClassAttribute(string defaultInterfaceProp) class ObjectReferenceWrapperAttribute (line 20) | [EditorBrowsable(EditorBrowsableState.Never)] method ObjectReferenceWrapperAttribute (line 24) | public ObjectReferenceWrapperAttribute(string objectReferenceField) class WindowsRuntimeTypeAttribute (line 35) | [EditorBrowsable(EditorBrowsableState.Never)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/ComWrappersSupport.cs class ComWrappersSupport (line 17) | internal static partial class ComWrappersSupport method ComWrappersSupport (line 23) | static ComWrappersSupport() method PlatformSpecificInitialize (line 28) | static partial void PlatformSpecificInitialize(); method MarshalDelegateInvoke (line 30) | public static TReturn MarshalDelegateInvoke(IntPtr... method MarshalDelegateInvoke (line 41) | public static void MarshalDelegateInvoke(IntPtr thisPtr, Action ... method TryUnwrapObject (line 51) | public static bool TryUnwrapObject(object o, out IObjectReference objRef) method GetObjectReferenceForInterface (line 83) | public static IObjectReference GetObjectReferenceForInterface(IntPtr e... method GetInterfaceTableEntries (line 100) | public static List GetInterfaceTableEntries(object ... method PregenerateNativeTypeInformation (line 145) | public static (InspectableInfo inspectableInfo, List(IntPtr ptr) method FindDelegate (line 42) | private static T FindDelegate(IntPtr thisPtr) method AllocateVtableMemory (line 47) | public static IntPtr AllocateVtableMemory(Type vtableType, int size) =... method PlatformSpecificInitialize (line 49) | static partial void PlatformSpecificInitialize() class WpfWinRTComWrappers (line 55) | internal class WpfWinRTComWrappers : ComWrappers method WpfWinRTComWrappers (line 60) | static WpfWinRTComWrappers() method ComputeVtables (line 71) | protected override unsafe ComInterfaceEntry* ComputeVtables(object obj... method CreateObject (line 103) | protected override object CreateObject(IntPtr externalComObject, Creat... method ReleaseObjects (line 125) | protected override void ReleaseObjects(IEnumerable objects) class VtableEntriesCleanupScout (line 140) | private unsafe class VtableEntriesCleanupScout method VtableEntriesCleanupScout (line 144) | public VtableEntriesCleanupScout(ComInterfaceEntry* data) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/Context.cs class Context (line 9) | internal static class Context method CoGetObjectContext (line 11) | [DllImport("api-ms-win-core-com-l1-1-0.dll")] method GetContextCallback (line 14) | public static IntPtr GetContextCallback() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/ExceptionHelpers.cs class ExceptionHelpers (line 11) | internal static class ExceptionHelpers method SetErrorInfo (line 26) | [DllImport("oleaut32.dll")] method ExceptionHelpers (line 41) | static ExceptionHelpers() method ThrowExceptionForHR (line 62) | public static void ThrowExceptionForHR(int hr) method GetExceptionForHR (line 75) | public static Exception GetExceptionForHR(int hr) => GetExceptionForHR... method GetExceptionForHR (line 77) | private static Exception GetExceptionForHR(int hr, bool useGlobalError... method SetErrorInfo (line 164) | public static unsafe void SetErrorInfo(Exception ex) method ReportUnhandledError (line 203) | public static void ReportUnhandledError(Exception ex) method GetHRForException (line 214) | public static int GetHRForException(Exception ex) class __RestrictedErrorObject (line 234) | [Serializable] method __RestrictedErrorObject (line 241) | internal __RestrictedErrorObject(IObjectReference errorObject) method AddExceptionDataForRestrictedErrorInfo (line 255) | internal static void AddExceptionDataForRestrictedErrorInfo( method TryGetRestrictedLanguageErrorObject (line 279) | internal static bool TryGetRestrictedLanguageErrorObject( method AttachRestrictedErrorInfo (line 298) | public static Exception AttachRestrictedErrorInfo(Exception e) class ExceptionExtensions (line 351) | internal static class ExceptionExtensions method SetHResult (line 353) | public static void SetHResult(this Exception ex, int value) method GetExceptionForHR (line 358) | internal static Exception GetExceptionForHR(this Exception innerExcept... class ErrorStrings (line 375) | internal class ErrorStrings method Format (line 377) | internal static string Format(string format, params object[] args) => ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/FundamentalMarshalers.cs type Boolean (line 6) | internal struct Boolean method CreateMarshaler (line 9) | public static bool CreateMarshaler(bool value) => value; method GetAbi (line 10) | public static Boolean GetAbi(bool value) => new Boolean() { value = (b... method FromAbi (line 11) | public static bool FromAbi(Boolean abi) => abi.value != 0; method CopyAbi (line 12) | public static unsafe void CopyAbi(bool value, IntPtr dest) => *(byte*)... method FromManaged (line 13) | public static Boolean FromManaged(bool value) => GetAbi(value); method CopyManaged (line 14) | public static unsafe void CopyManaged(bool arg, IntPtr dest) => *(byte... method DisposeMarshaler (line 15) | public static void DisposeMarshaler(bool m) { } method DisposeAbi (line 16) | public static void DisposeAbi(byte abi) { } type Char (line 19) | internal struct Char method CreateMarshaler (line 22) | public static char CreateMarshaler(char value) => value; method GetAbi (line 23) | public static Char GetAbi(char value) => new Char() { value = (ushort)... method FromAbi (line 24) | public static char FromAbi(Char abi) => (char)abi.value; method CopyAbi (line 25) | public static unsafe void CopyAbi(char value, IntPtr dest) => *(ushort... method FromManaged (line 26) | public static Char FromManaged(char value) => GetAbi(value); method CopyManaged (line 27) | public static unsafe void CopyManaged(char arg, IntPtr dest) => *(usho... method DisposeMarshaler (line 28) | public static void DisposeMarshaler(char m) { } method DisposeAbi (line 29) | public static void DisposeAbi(Char abi) { } FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/GuidGenerator.cs class GuidGenerator (line 11) | internal static class GuidGenerator method GetGUID (line 13) | public static Guid GetGUID(Type type) method GetIID (line 18) | public static Guid GetIID(Type type) method GetSignature (line 28) | public static string GetSignature(Type type) method encode_guid (line 103) | private static Guid encode_guid(byte[] data) method CreateIID (line 130) | public static Guid CreateIID(Type type) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/IInspectable.cs type TrustLevel (line 9) | internal enum TrustLevel class IInspectable (line 17) | [ObjectReferenceWrapper(nameof(_obj))] type Vftbl (line 21) | [Guid("AF86E2E0-B12D-4c6a-9C5A-D7AA65101E90")] method Vftbl (line 36) | static Vftbl() method Do_Abi_GetIids (line 49) | private static int Do_Abi_GetIids(IntPtr pThis, out uint iidCount, o... method Do_Abi_GetRuntimeClassName (line 65) | private static unsafe int Do_Abi_GetRuntimeClassName(IntPtr pThis, o... method Do_Abi_GetTrustLevel (line 80) | private static int Do_Abi_GetTrustLevel(IntPtr pThis, out TrustLevel... method FromAbi (line 87) | public static IInspectable FromAbi(IntPtr thisPtr) => method As (line 94) | public ObjectReference As() => _obj.As(); method IInspectable (line 96) | public IInspectable(IObjectReference obj) : this(obj.As()) { } method IInspectable (line 97) | public IInspectable(ObjectReference obj) method GetRuntimeClassName (line 102) | public unsafe string GetRuntimeClassName(bool noThrow = false) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/Interop/ExceptionErrorInfo.cs type IErrorInfo (line 9) | [Guid("1CF2B120-547D-101B-8E65-08002B2BD119")] method GetGuid (line 12) | Guid GetGuid(); method GetSource (line 13) | string GetSource(); method GetDescription (line 14) | string GetDescription(); method GetHelpFile (line 15) | string GetHelpFile(); method GetHelpFileContent (line 16) | string GetHelpFileContent(); type Vftbl (line 81) | [Guid("1CF2B120-547D-101B-8E65-08002B2BD119")] method Vftbl (line 96) | static unsafe Vftbl() method Do_Abi_GetGuid_0 (line 112) | private static int Do_Abi_GetGuid_0(IntPtr thisPtr, out Guid guid) method Do_Abi_GetSource_1 (line 127) | private static int Do_Abi_GetSource_1(IntPtr thisPtr, out IntPtr sou... method Do_Abi_GetDescription_2 (line 145) | private static int Do_Abi_GetDescription_2(IntPtr thisPtr, out IntPt... method Do_Abi_GetHelpFile_3 (line 163) | private static int Do_Abi_GetHelpFile_3(IntPtr thisPtr, out IntPtr h... method Do_Abi_GetHelpFileContent_4 (line 181) | private static int Do_Abi_GetHelpFileContent_4(IntPtr thisPtr, out I... method FromAbi (line 200) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 206) | public ObjectReference AsInterface() => _obj.As(); method As (line 207) | public A As() => _obj.AsType(); method IErrorInfo (line 208) | public IErrorInfo(IObjectReference obj) : this(obj.As()) { } method IErrorInfo (line 209) | public IErrorInfo(ObjectReference obj) method GetGuid (line 214) | public Guid GetGuid() method GetSource (line 221) | public string GetSource() method GetDescription (line 235) | public string GetDescription() method GetHelpFile (line 249) | public string GetHelpFile() method GetHelpFileContent (line 263) | public string GetHelpFileContent() type ISupportErrorInfo (line 19) | [Guid("DF0B3D60-548F-101B-8E65-08002B2BD119")] method InterfaceSupportsErrorInfo (line 22) | bool InterfaceSupportsErrorInfo(Guid riid); type Vftbl (line 324) | [Guid("DF0B3D60-548F-101B-8E65-08002B2BD119")] method Vftbl (line 334) | static unsafe Vftbl() method Do_Abi_InterfaceSupportsErrorInfo_0 (line 346) | private static int Do_Abi_InterfaceSupportsErrorInfo_0(IntPtr thisPt... method FromAbi (line 360) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 366) | public ObjectReference AsInterface() => _obj.As(); method As (line 367) | public A As() => _obj.AsType(); method ISupportErrorInfo (line 368) | public ISupportErrorInfo(IObjectReference obj) : this(obj.As())... method ISupportErrorInfo (line 369) | public ISupportErrorInfo(ObjectReference obj) method InterfaceSupportsErrorInfo (line 374) | public bool InterfaceSupportsErrorInfo(Guid riid) type ILanguageExceptionErrorInfo (line 25) | [Guid("04a2dbf3-df83-116c-0946-0812abf6e07d")] method GetLanguageException (line 28) | IObjectReference GetLanguageException(); type Vftbl (line 281) | [Guid("04a2dbf3-df83-116c-0946-0812abf6e07d")] method FromAbi (line 289) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 295) | public ObjectReference AsInterface() => _obj.As(); method As (line 296) | public A As() => _obj.AsType(); method ILanguageExceptionErrorInfo (line 297) | public ILanguageExceptionErrorInfo(IObjectReference obj) : this(obj.As... method ILanguageExceptionErrorInfo (line 298) | public ILanguageExceptionErrorInfo(ObjectReference obj) method GetLanguageException (line 303) | public IObjectReference GetLanguageException() type IRestrictedErrorInfo (line 31) | [Guid("82BA7092-4C88-427D-A7BC-16DD93FEB67E")] method GetErrorDetails (line 34) | void GetErrorDetails( method GetReference (line 40) | string GetReference(); type Vftbl (line 383) | [Guid("82BA7092-4C88-427D-A7BC-16DD93FEB67E")] method FromAbi (line 394) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 400) | public ObjectReference AsInterface() => _obj.As(); method As (line 401) | public A As() => _obj.AsType(); method IRestrictedErrorInfo (line 402) | public IRestrictedErrorInfo(IObjectReference obj) : this(obj.As... method IRestrictedErrorInfo (line 403) | public IRestrictedErrorInfo(ObjectReference obj) method GetErrorDetails (line 408) | public void GetErrorDetails( method GetReference (line 432) | public string GetReference() class ManagedExceptionErrorInfo (line 43) | internal class ManagedExceptionErrorInfo : IErrorInfo, ISupportErrorInfo method ManagedExceptionErrorInfo (line 47) | public ManagedExceptionErrorInfo(Exception ex) method InterfaceSupportsErrorInfo (line 52) | public bool InterfaceSupportsErrorInfo(Guid riid) => true; method GetGuid (line 54) | public Guid GetGuid() => default; method GetSource (line 56) | public string GetSource() => _exception.Source; method GetDescription (line 58) | public string GetDescription() method GetHelpFile (line 68) | public string GetHelpFile() => _exception.HelpLink; method GetHelpFileContent (line 70) | public string GetHelpFileContent() => string.Empty; class IErrorInfo (line 78) | [Guid("1CF2B120-547D-101B-8E65-08002B2BD119")] method GetGuid (line 12) | Guid GetGuid(); method GetSource (line 13) | string GetSource(); method GetDescription (line 14) | string GetDescription(); method GetHelpFile (line 15) | string GetHelpFile(); method GetHelpFileContent (line 16) | string GetHelpFileContent(); type Vftbl (line 81) | [Guid("1CF2B120-547D-101B-8E65-08002B2BD119")] method Vftbl (line 96) | static unsafe Vftbl() method Do_Abi_GetGuid_0 (line 112) | private static int Do_Abi_GetGuid_0(IntPtr thisPtr, out Guid guid) method Do_Abi_GetSource_1 (line 127) | private static int Do_Abi_GetSource_1(IntPtr thisPtr, out IntPtr sou... method Do_Abi_GetDescription_2 (line 145) | private static int Do_Abi_GetDescription_2(IntPtr thisPtr, out IntPt... method Do_Abi_GetHelpFile_3 (line 163) | private static int Do_Abi_GetHelpFile_3(IntPtr thisPtr, out IntPtr h... method Do_Abi_GetHelpFileContent_4 (line 181) | private static int Do_Abi_GetHelpFileContent_4(IntPtr thisPtr, out I... method FromAbi (line 200) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 206) | public ObjectReference AsInterface() => _obj.As(); method As (line 207) | public A As() => _obj.AsType(); method IErrorInfo (line 208) | public IErrorInfo(IObjectReference obj) : this(obj.As()) { } method IErrorInfo (line 209) | public IErrorInfo(ObjectReference obj) method GetGuid (line 214) | public Guid GetGuid() method GetSource (line 221) | public string GetSource() method GetDescription (line 235) | public string GetDescription() method GetHelpFile (line 249) | public string GetHelpFile() method GetHelpFileContent (line 263) | public string GetHelpFileContent() class ILanguageExceptionErrorInfo (line 278) | [Guid("04a2dbf3-df83-116c-0946-0812abf6e07d")] method GetLanguageException (line 28) | IObjectReference GetLanguageException(); type Vftbl (line 281) | [Guid("04a2dbf3-df83-116c-0946-0812abf6e07d")] method FromAbi (line 289) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 295) | public ObjectReference AsInterface() => _obj.As(); method As (line 296) | public A As() => _obj.AsType(); method ILanguageExceptionErrorInfo (line 297) | public ILanguageExceptionErrorInfo(IObjectReference obj) : this(obj.As... method ILanguageExceptionErrorInfo (line 298) | public ILanguageExceptionErrorInfo(ObjectReference obj) method GetLanguageException (line 303) | public IObjectReference GetLanguageException() class ISupportErrorInfo (line 321) | [Guid("DF0B3D60-548F-101B-8E65-08002B2BD119")] method InterfaceSupportsErrorInfo (line 22) | bool InterfaceSupportsErrorInfo(Guid riid); type Vftbl (line 324) | [Guid("DF0B3D60-548F-101B-8E65-08002B2BD119")] method Vftbl (line 334) | static unsafe Vftbl() method Do_Abi_InterfaceSupportsErrorInfo_0 (line 346) | private static int Do_Abi_InterfaceSupportsErrorInfo_0(IntPtr thisPt... method FromAbi (line 360) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 366) | public ObjectReference AsInterface() => _obj.As(); method As (line 367) | public A As() => _obj.AsType(); method ISupportErrorInfo (line 368) | public ISupportErrorInfo(IObjectReference obj) : this(obj.As())... method ISupportErrorInfo (line 369) | public ISupportErrorInfo(ObjectReference obj) method InterfaceSupportsErrorInfo (line 374) | public bool InterfaceSupportsErrorInfo(Guid riid) class IRestrictedErrorInfo (line 380) | [Guid("82BA7092-4C88-427D-A7BC-16DD93FEB67E")] method GetErrorDetails (line 34) | void GetErrorDetails( method GetReference (line 40) | string GetReference(); type Vftbl (line 383) | [Guid("82BA7092-4C88-427D-A7BC-16DD93FEB67E")] method FromAbi (line 394) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 400) | public ObjectReference AsInterface() => _obj.As(); method As (line 401) | public A As() => _obj.AsType(); method IRestrictedErrorInfo (line 402) | public IRestrictedErrorInfo(IObjectReference obj) : this(obj.As... method IRestrictedErrorInfo (line 403) | public IRestrictedErrorInfo(ObjectReference obj) method GetErrorDetails (line 408) | public void GetErrorDetails( method GetReference (line 432) | public string GetReference() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/Interop/IContextCallback.cs type ComCallData (line 13) | internal struct ComCallData type IContextCallback (line 22) | [Guid("000001da-0000-0000-C000-000000000046")] method ContextCallback (line 27) | void ContextCallback( type Vftbl (line 41) | [Guid("000001da-0000-0000-C000-000000000046")] method FromAbi (line 55) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 61) | public ObjectReference AsInterface() => _obj.As(); method As (line 62) | public A As() => _obj.AsType(); method IContextCallback (line 63) | public IContextCallback(IObjectReference obj) : this(obj.As()) { } method IContextCallback (line 64) | public IContextCallback(ObjectReference obj) type ContextCallData (line 69) | private unsafe struct ContextCallData method ContextCallback (line 75) | public unsafe void ContextCallback(global::WinRT.Interop.PFNCONTEXTCAL... class IContextCallback (line 38) | [Guid("000001da-0000-0000-C000-000000000046")] method ContextCallback (line 27) | void ContextCallback( type Vftbl (line 41) | [Guid("000001da-0000-0000-C000-000000000046")] method FromAbi (line 55) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 61) | public ObjectReference AsInterface() => _obj.As(); method As (line 62) | public A As() => _obj.AsType(); method IContextCallback (line 63) | public IContextCallback(IObjectReference obj) : this(obj.As()) { } method IContextCallback (line 64) | public IContextCallback(ObjectReference obj) type ContextCallData (line 69) | private unsafe struct ContextCallData method ContextCallback (line 75) | public unsafe void ContextCallback(global::WinRT.Interop.PFNCONTEXTCAL... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/Interop/IUnknownVftbl.cs type IUnknownVftbl (line 8) | [Guid("00000000-0000-0000-C000-000000000046")] method IUnknownVftbl (line 22) | static IUnknownVftbl() method GetVftbl (line 29) | private static IUnknownVftbl GetVftbl() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/Marshalers.cs class MarshalExtensions (line 14) | internal static class MarshalExtensions method Dispose (line 16) | public static void Dispose(this GCHandle handle) class MarshalString (line 28) | internal class MarshalString type HStringHeader (line 30) | public unsafe struct HStringHeader // sizeof(HSTRING_HEADER) method Dispose (line 38) | public void Dispose() method CreateMarshaler (line 43) | public static unsafe MarshalString CreateMarshaler(string value) method GetAbi (line 66) | public static IntPtr GetAbi(MarshalString m) => m is null ? IntPtr.Zer... method GetAbi (line 68) | public static IntPtr GetAbi(object box) => box is null ? IntPtr.Zero :... method DisposeMarshaler (line 70) | public static void DisposeMarshaler(MarshalString m) => m?.Dispose(); method DisposeMarshaler (line 72) | public static void DisposeMarshaler(object box) method DisposeAbi (line 78) | public static void DisposeAbi(IntPtr hstring) method DisposeAbi (line 84) | public static void DisposeAbi(object abi) method FromAbi (line 90) | public static unsafe string FromAbi(IntPtr value) method FromManaged (line 99) | public static unsafe IntPtr FromManaged(string value) type MarshalerArray (line 111) | internal struct MarshalerArray method Dispose (line 113) | public void Dispose() method CreateMarshalerArray (line 132) | public static unsafe MarshalerArray CreateMarshalerArray(string[] array) method GetAbiArray (line 160) | public static (int length, IntPtr data) GetAbiArray(object box) method FromAbiArray (line 166) | public static unsafe string[] FromAbiArray(object box) method CopyAbiArray (line 182) | public static unsafe void CopyAbiArray(string[] array, object box) method FromManagedArray (line 192) | public static unsafe (int length, IntPtr data) FromManagedArray(string... method CopyManagedArray (line 225) | public static unsafe void CopyManagedArray(string[] array, IntPtr data) method DisposeMarshalerArray (line 248) | public static void DisposeMarshalerArray(object box) method DisposeAbiArrayElements (line 254) | public static unsafe void DisposeAbiArrayElements((int length, IntPtr ... method DisposeAbiArray (line 263) | public static unsafe void DisposeAbiArray(object box) type MarshalBlittable (line 272) | internal struct MarshalBlittable type MarshalerArray (line 274) | internal struct MarshalerArray method MarshalerArray (line 276) | public MarshalerArray(Array array) => _gchandle = GCHandle.Alloc(arr... method Dispose (line 277) | public void Dispose() => _gchandle.Dispose(); method CreateMarshalerArray (line 282) | public static MarshalerArray CreateMarshalerArray(Array array) => new ... method GetAbiArray (line 284) | public static (int length, IntPtr data) GetAbiArray(object box) method FromAbiArray (line 290) | public static unsafe T[] FromAbiArray(object box) method FromManagedArray (line 301) | public static unsafe (int length, IntPtr data) FromManagedArray(Array ... method CopyManagedArray (line 314) | public static unsafe void CopyManagedArray(Array array, IntPtr data) method DisposeMarshalerArray (line 325) | public static void DisposeMarshalerArray(object box) method DisposeAbiArray (line 331) | public static void DisposeAbiArray(object box) class MarshalGeneric (line 339) | internal class MarshalGeneric method MarshalGeneric (line 345) | static MarshalGeneric() method BindCreateMarshaler (line 357) | private static Func BindCreateMarshaler() method BindGetAbi (line 366) | private static Func BindGetAbi() method BindCopyAbi (line 376) | private static Action BindCopyAbi() method BindFromAbi (line 387) | private static Func BindFromAbi() method BindFromManaged (line 396) | private static Func BindFromManaged() method BindCopyManaged (line 405) | private static Action BindCopyManaged() method BindDisposeMarshaler (line 415) | private static Action BindDisposeMarshaler() class MarshalNonBlittable (line 424) | internal class MarshalNonBlittable : MarshalGeneric type MarshalerArray (line 426) | internal struct MarshalerArray method Dispose (line 428) | public void Dispose() method CreateMarshalerArray (line 447) | public static unsafe MarshalerArray CreateMarshalerArray(T[] array) method GetAbiArray (line 478) | public static (int length, IntPtr data) GetAbiArray(object box) method FromAbiArray (line 484) | public static unsafe T[] FromAbiArray(object box) method CopyAbiArray (line 503) | public static unsafe void CopyAbiArray(T[] array, object box) method FromManagedArray (line 520) | public static unsafe (int length, IntPtr data) FromManagedArray(T[] ar... method CopyManagedArray (line 556) | public static unsafe void CopyManagedArray(T[] array, IntPtr data) method DisposeMarshalerArray (line 582) | public static void DisposeMarshalerArray(object box) => ((MarshalerArr... method DisposeAbiArrayElements (line 584) | public static unsafe void DisposeAbiArrayElements((int length, IntPtr ... method DisposeAbiArray (line 596) | public static unsafe void DisposeAbiArray(object box) class MarshalInterfaceHelper (line 606) | internal class MarshalInterfaceHelper type MarshalerArray (line 608) | internal struct MarshalerArray method Dispose (line 610) | public void Dispose() method CreateMarshalerArray (line 629) | public static unsafe MarshalerArray CreateMarshalerArray(T[] array, Fu... method GetAbiArray (line 658) | public static (int length, IntPtr data) GetAbiArray(object box) method FromAbiArray (line 664) | public static unsafe T[] FromAbiArray(object box, Func from... method FromManagedArray (line 680) | public static unsafe (int length, IntPtr data) FromManagedArray(T[] ar... method CopyManagedArray (line 714) | public static unsafe void CopyManagedArray(T[] array, IntPtr data, Act... method DisposeMarshalerArray (line 739) | public static void DisposeMarshalerArray(object box) => ((MarshalerArr... method DisposeAbiArrayElements (line 741) | public static unsafe void DisposeAbiArrayElements((int length, IntPtr ... method DisposeAbiArray (line 750) | public static unsafe void DisposeAbiArray(object box) method GetAbi (line 759) | public static IntPtr GetAbi(IObjectReference objRef) method DisposeMarshaler (line 764) | public static void DisposeMarshaler(IObjectReference objRef) method DisposeAbi (line 769) | public static void DisposeAbi(IntPtr ptr) type MarshalInterface (line 777) | internal struct MarshalInterface method FromAbi (line 784) | public static T FromAbi(IntPtr ptr) method CreateMarshaler (line 806) | public static IObjectReference CreateMarshaler(T value) method GetAbi (line 834) | public static IntPtr GetAbi(IObjectReference value) => method DisposeAbi (line 837) | public static void DisposeAbi(IntPtr thisPtr) => MarshalInterfaceHelpe... method DisposeMarshaler (line 839) | public static void DisposeMarshaler(IObjectReference value) => Marshal... method FromManaged (line 841) | public static IntPtr FromManaged(T value) method CopyManaged (line 850) | public static unsafe void CopyManaged(T value, IntPtr dest) method CreateMarshalerArray (line 856) | public static unsafe MarshalInterfaceHelper.MarshalerArray CreateMa... method GetAbiArray (line 858) | public static (int length, IntPtr data) GetAbiArray(object box) => Mar... method FromAbiArray (line 860) | public static unsafe T[] FromAbiArray(object box) => MarshalInterfaceH... method FromManagedArray (line 862) | public static unsafe (int length, IntPtr data) FromManagedArray(T[] ar... method CopyManagedArray (line 864) | public static unsafe void CopyManagedArray(T[] array, IntPtr data) => ... method DisposeMarshalerArray (line 866) | public static void DisposeMarshalerArray(object box) => MarshalInterfa... method DisposeAbiArray (line 868) | public static unsafe void DisposeAbiArray(object box) => MarshalInterf... method BindFromAbi (line 870) | private static Func BindFromAbi() method BindToAbi (line 880) | private static Func BindToAbi() method BindAs (line 889) | private static Func BindAs() class MarshalInspectable (line 901) | internal static class MarshalInspectable method CreateMarshaler (line 903) | public static IObjectReference CreateMarshaler(object o, bool unwrapOb... method GetAbi (line 917) | public static IntPtr GetAbi(IObjectReference objRef) => method FromAbi (line 920) | public static object FromAbi(IntPtr ptr) method DisposeMarshaler (line 947) | public static void DisposeMarshaler(IObjectReference objRef) => Marsha... method DisposeAbi (line 949) | public static void DisposeAbi(IntPtr ptr) => MarshalInterfaceHelper.MarshalerArray Cre... method GetAbiArray (line 964) | public static (int length, IntPtr data) GetAbiArray(object box) => Mar... method FromAbiArray (line 966) | public static unsafe object[] FromAbiArray(object box) => MarshalInter... method FromManagedArray (line 968) | public static unsafe (int length, IntPtr data) FromManagedArray(object... method CopyManagedArray (line 970) | public static unsafe void CopyManagedArray(object[] array, IntPtr data... method DisposeMarshalerArray (line 972) | public static void DisposeMarshalerArray(object box) => MarshalInterfa... method DisposeAbiArray (line 974) | public static unsafe void DisposeAbiArray(object box) => MarshalInterf... class Marshaler (line 977) | internal class Marshaler method Marshaler (line 979) | static Marshaler() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/ObjectReference.cs class IObjectReference (line 13) | internal abstract class IObjectReference : IDisposable method IObjectReference (line 37) | protected IObjectReference(IntPtr thisPtr) method As (line 51) | public ObjectReference As() => As(GuidGenerator.GetIID(typeof... method As (line 52) | public ObjectReference As(Guid iid) method TryAs (line 59) | public int TryAs(out ObjectReference objRef) => TryAs(GuidGen... method TryAs (line 61) | public virtual unsafe int TryAs(Guid iid, out ObjectReference ob... method As (line 73) | public unsafe IObjectReference As(Guid iid) => As(iid); method AsType (line 75) | public T AsType() method GetRef (line 86) | public IntPtr GetRef() method ThrowIfDisposed (line 93) | protected void ThrowIfDisposed() method Dispose (line 98) | public void Dispose() method Dispose (line 104) | protected virtual void Dispose(bool disposing) method AddRef (line 114) | protected virtual void AddRef() method Release (line 119) | protected virtual void Release() class ObjectReference (line 147) | internal class ObjectReference : IObjectReference method Attach (line 154) | public static ObjectReference Attach(ref IntPtr thisPtr) method ObjectReference (line 165) | private ObjectReference(IntPtr thisPtr, IUnknownVftbl vftblIUnknown, T... method ObjectReference (line 172) | private protected ObjectReference(IntPtr thisPtr) : method ObjectReference (line 177) | private ObjectReference(IntPtr thisPtr, (IUnknownVftbl vftblIUnknown, ... method FromAbi (line 182) | public static ObjectReference FromAbi(IntPtr thisPtr, IUnknownVftbl... method FromAbi (line 193) | public static ObjectReference FromAbi(IntPtr thisPtr) method GetVtables (line 204) | private static unsafe (IUnknownVftbl vftblIUnknown, T vftblT) GetVtabl... class ObjectReferenceWithContext (line 221) | internal class ObjectReferenceWithContext : ObjectReference method ObjectReferenceWithContext (line 226) | public ObjectReferenceWithContext(IntPtr thisPtr, IntPtr contextCallba... method Release (line 232) | protected override unsafe void Release() method TryAs (line 246) | public override int TryAs(Guid iid, out ObjectReference objRef) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/Projections.cs class Projections (line 9) | internal static class Projections method Projections (line 18) | static Projections() method RegisterCustomAbiTypeMappingNoLock (line 25) | private static void RegisterCustomAbiTypeMappingNoLock(Type publicType... method FindCustomHelperTypeMapping (line 37) | public static Type FindCustomHelperTypeMapping(Type publicType) method FindCustomPublicTypeForAbiType (line 56) | public static Type FindCustomPublicTypeForAbiType(Type abiType) method FindCustomTypeForAbiTypeName (line 75) | public static Type FindCustomTypeForAbiTypeName(string abiTypeName) method FindCustomAbiTypeNameForType (line 88) | public static string FindCustomAbiTypeNameForType(Type type) method IsTypeWindowsRuntimeType (line 101) | public static bool IsTypeWindowsRuntimeType(Type type) method IsTypeWindowsRuntimeTypeNoArray (line 111) | private static bool IsTypeWindowsRuntimeTypeNoArray(Type type) method TryGetCompatibleWindowsRuntimeTypeForVariantType (line 136) | public static bool TryGetCompatibleWindowsRuntimeTypeForVariantType(Ty... method TryGetDefaultInterfaceTypeForRuntimeClassType (line 177) | internal static bool TryGetDefaultInterfaceTypeForRuntimeClassType(Typ... method GetDefaultInterfaceTypeForRuntimeClassType (line 190) | internal static Type GetDefaultInterfaceTypeForRuntimeClassType(Type r... method TryGetMarshalerTypeForProjectedRuntimeClass (line 199) | internal static bool TryGetMarshalerTypeForProjectedRuntimeClass(IObje... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/Projections/IEnumerable.cs type IIterable (line 17) | [Guid("FAA585EA-6214-4217-AFDA-7F46DE5869B3")] method First (line 20) | IIterator First(); type IIterator (line 22) | [Guid("6A79E863-4300-459A-9966-CBB660963EE1")] method _MoveNext (line 25) | bool _MoveNext(); method GetMany (line 26) | uint GetMany(ref T[] items); class IEnumerable (line 34) | [Guid("FAA585EA-6214-4217-AFDA-7F46DE5869B3")] method CreateMarshaler (line 37) | public static IObjectReference CreateMarshaler(global::System.Collecti... method GetAbi (line 40) | public static IntPtr GetAbi(IObjectReference objRef) => method FromAbi (line 43) | public static global::System.Collections.Generic.IEnumerable FromAb... method FromManaged (line 46) | public static IntPtr FromManaged(global::System.Collections.Generic.IE... method DisposeMarshaler (line 49) | public static void DisposeMarshaler(IObjectReference objRef) => objRef... method DisposeAbi (line 51) | public static void DisposeAbi(IntPtr abi) => method GetGuidSignature (line 54) | public static string GetGuidSignature() => GuidGenerator.GetSignature(... class FromAbiHelper (line 56) | public class FromAbiHelper : global::System.Collections.Generic.IEnume... method FromAbiHelper (line 60) | public FromAbiHelper(IObjectReference obj) : method FromAbiHelper (line 65) | public FromAbiHelper(global::MS.Internal.WindowsRuntime.ABI.System.C... method GetEnumerator (line 70) | public global::System.Collections.Generic.IEnumerator GetEnumerat... method GetEnumerator (line 80) | global::System.Collections.IEnumerator global::System.Collections.IE... class ToAbiHelper (line 83) | internal sealed class ToAbiHelper : global::MS.Internal.WindowsRuntime... method ToAbiHelper (line 87) | internal ToAbiHelper(IEnumerable enumerable) => m_enumerable = en... method First (line 89) | public global::MS.Internal.WindowsRuntime.Windows.Foundation.Collect... type Vftbl (line 93) | [Guid("FAA585EA-6214-4217-AFDA-7F46DE5869B3")] method Vftbl (line 100) | internal unsafe Vftbl(IntPtr thisPtr) method Vftbl (line 110) | static unsafe Vftbl() method Do_Abi_First_0 (line 124) | private static unsafe int Do_Abi_First_0(IntPtr thisPtr, out IntPtr ... method ObjRefFromAbi (line 141) | public static ObjectReference ObjRefFromAbi(IntPtr thisPtr) method AsInterface (line 158) | public ObjectReference AsInterface() => _obj.As(); method As (line 159) | public A As() => _obj.AsType(); method IEnumerable (line 160) | public IEnumerable(IObjectReference obj) : this(obj.As()) { } method IEnumerable (line 161) | public IEnumerable(ObjectReference obj) method First (line 169) | unsafe global::MS.Internal.WindowsRuntime.Windows.Foundation.Collectio... method GetEnumerator (line 183) | public global::System.Collections.Generic.IEnumerator GetEnumerator... method GetEnumerator (line 184) | IEnumerator global::System.Collections.IEnumerable.GetEnumerator() => ... class IEnumerable_Delegates (line 186) | internal static class IEnumerable_Delegates class IEnumerator (line 191) | [Guid("6A79E863-4300-459A-9966-CBB660963EE1")] method CreateMarshaler (line 194) | public static IObjectReference CreateMarshaler(global::System.Collecti... method GetAbi (line 197) | public static IntPtr GetAbi(IObjectReference objRef) => method FromAbi (line 200) | public static global::System.Collections.Generic.IEnumerator FromAb... method FromAbiInternal (line 203) | internal static global::MS.Internal.WindowsRuntime.Windows.Foundation.... method FromManaged (line 206) | public static IntPtr FromManaged(global::System.Collections.Generic.IE... method DisposeMarshaler (line 209) | public static void DisposeMarshaler(IObjectReference objRef) => objRef... method DisposeAbi (line 211) | public static void DisposeAbi(IntPtr abi) => method GetGuidSignature (line 214) | public static string GetGuidSignature() => GuidGenerator.GetSignature(... class FromAbiHelper (line 216) | public class FromAbiHelper : global::System.Collections.Generic.IEnume... method FromAbiHelper (line 220) | public FromAbiHelper(IObjectReference obj) : method FromAbiHelper (line 225) | internal FromAbiHelper(global::MS.Internal.WindowsRuntime.Windows.Fo... method MoveNext (line 262) | public bool MoveNext() method Reset (line 314) | public void Reset() method Dispose (line 319) | public void Dispose() class ToAbiHelper (line 324) | public sealed class ToAbiHelper : global::MS.Internal.WindowsRuntime.W... method ToAbiHelper (line 330) | internal ToAbiHelper(global::System.Collections.Generic.IEnumerator<... method _MoveNext (line 369) | public bool _MoveNext() method GetMany (line 383) | public uint GetMany(ref T[] items) method MoveNext (line 412) | public bool MoveNext() => _MoveNext(); type Vftbl (line 415) | [Guid("6A79E863-4300-459A-9966-CBB660963EE1")] method Vftbl (line 426) | internal unsafe Vftbl(IntPtr thisPtr) method Vftbl (line 439) | static unsafe Vftbl() method FindAdapter (line 462) | private static ToAbiHelper FindAdapter(IntPtr thisPtr) method Do_Abi_MoveNext_2 (line 468) | private static unsafe int Do_Abi_MoveNext_2(IntPtr thisPtr, out byte... method Do_Abi_GetMany_3 (line 487) | private static unsafe int Do_Abi_GetMany_3(IntPtr thisPtr, int __ite... method Do_Abi_get_Current_0 (line 508) | private static unsafe int Do_Abi_get_Current_0(void* thisPtr, ... method Do_Abi_get_HasCurrent_1 (line 527) | private static unsafe int Do_Abi_get_HasCurrent_1(IntPtr thisPtr, ou... method ObjRefFromAbi (line 546) | public static ObjectReference ObjRefFromAbi(IntPtr thisPtr) method AsInterface (line 564) | public ObjectReference AsInterface() => _obj.As(); method As (line 565) | public A As() => _obj.AsType(); method IEnumerator (line 567) | public IEnumerator(IObjectReference obj) : this(obj.As()) { } method IEnumerator (line 568) | public IEnumerator(ObjectReference obj) method _MoveNext (line 576) | public unsafe bool _MoveNext() method GetMany (line 583) | public unsafe uint GetMany(ref T[] items) method MoveNext (line 630) | public bool MoveNext() => _FromIterator.MoveNext(); method Reset (line 631) | public void Reset() => _FromIterator.Reset(); method Dispose (line 632) | public void Dispose() => _FromIterator.Dispose(); class IEnumerator_Delegates (line 636) | internal static class IEnumerator_Delegates FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/Projections/IReadOnlyList.cs type IVectorView (line 17) | [Guid("BBE1FA4C-B0E3-4583-BAEF-1F1B2E483E56")] method GetAt (line 20) | T GetAt(uint index); method IndexOf (line 21) | bool IndexOf(T value, out uint index); method GetMany (line 22) | uint GetMany(uint startIndex, ref T[] items); class IReadOnlyList (line 29) | [Guid("BBE1FA4C-B0E3-4583-BAEF-1F1B2E483E56")] method CreateMarshaler (line 32) | public static IObjectReference CreateMarshaler(global::System.Collecti... method GetAbi (line 35) | public static IntPtr GetAbi(IObjectReference objRef) => method FromAbi (line 38) | public static global::System.Collections.Generic.IReadOnlyList From... method FromManaged (line 41) | public static IntPtr FromManaged(global::System.Collections.Generic.IR... method DisposeMarshaler (line 44) | public static void DisposeMarshaler(IObjectReference objRef) => objRef... method DisposeAbi (line 46) | public static void DisposeAbi(IntPtr abi) => method GetGuidSignature (line 49) | public static string GetGuidSignature() => GuidGenerator.GetSignature(... class FromAbiHelper (line 51) | public class FromAbiHelper : global::System.Collections.Generic.IReadO... method FromAbiHelper (line 56) | public FromAbiHelper(IObjectReference obj) : method FromAbiHelper (line 61) | public FromAbiHelper(global::MS.Internal.WindowsRuntime.ABI.System.C... method Indexer_Get (line 83) | private T Indexer_Get(int index) method GetEnumerator (line 103) | public global::System.Collections.Generic.IEnumerator GetEnumerat... method GetEnumerator (line 105) | global::System.Collections.IEnumerator global::System.Collections.IE... class ToAbiHelper (line 108) | public sealed class ToAbiHelper : global::MS.Internal.WindowsRuntime.W... method ToAbiHelper (line 112) | internal ToAbiHelper(global::System.Collections.Generic.IReadOnlyLis... method First (line 114) | global::MS.Internal.WindowsRuntime.Windows.Foundation.Collections.II... method EnsureIndexInt32 (line 117) | private static void EnsureIndexInt32(uint index, int limit = int.Max... method GetAt (line 129) | public T GetAt(uint index) method IndexOf (line 146) | public bool IndexOf(T value, out uint index) method GetMany (line 169) | public uint GetMany(uint startIndex, ref T[] items) type Vftbl (line 204) | [Guid("BBE1FA4C-B0E3-4583-BAEF-1F1B2E483E56")] method Vftbl (line 216) | internal unsafe Vftbl(IntPtr thisPtr) method Vftbl (line 229) | static unsafe Vftbl() method FindAdapter (line 252) | private static ToAbiHelper FindAdapter(IntPtr thisPtr) method Do_Abi_GetAt_0 (line 258) | private static unsafe int Do_Abi_GetAt_0(void* thisPtr, uint i... method Do_Abi_IndexOf_2 (line 275) | private static unsafe int Do_Abi_IndexOf_2(void* thisPtr, TAbi... method Do_Abi_GetMany_3 (line 297) | private static unsafe int Do_Abi_GetMany_3(IntPtr thisPtr, uint star... method Do_Abi_get_Size_1 (line 318) | private static unsafe int Do_Abi_get_Size_1(IntPtr thisPtr, out uint... method ObjRefFromAbi (line 338) | public static ObjectReference ObjRefFromAbi(IntPtr thisPtr) method AsInterface (line 355) | public ObjectReference AsInterface() => _obj.As(); method As (line 356) | public A As() => _obj.AsType(); method IReadOnlyList (line 357) | public IReadOnlyList(IObjectReference obj) : this(obj.As()) { } method IReadOnlyList (line 358) | public IReadOnlyList(ObjectReference obj) method GetAt (line 366) | public unsafe T GetAt(uint index) method IndexOf (line 380) | public unsafe bool IndexOf(T value, out uint index) method GetMany (line 398) | public unsafe uint GetMany(uint startIndex, ref T[] items) method GetEnumerator (line 432) | public global::System.Collections.Generic.IEnumerator GetEnumerator... method GetEnumerator (line 434) | IEnumerator global::System.Collections.IEnumerable.GetEnumerator() => ... class IReadOnlyList_Delegates (line 436) | internal static class IReadOnlyList_Delegates FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT/TypeExtensions.cs class TypeExtensions (line 9) | internal static class TypeExtensions method FindHelperType (line 11) | public static Type FindHelperType(this Type type) method GetHelperType (line 31) | public static Type GetHelperType(this Type type) method GetGuidType (line 39) | public static Type GetGuidType(this Type type) method FindVftblType (line 44) | public static Type FindVftblType(this Type helperType) method GetAbiType (line 58) | public static Type GetAbiType(this Type type) method GetMarshalerType (line 63) | public static Type GetMarshalerType(this Type type) method IsDelegate (line 68) | public static bool IsDelegate(this Type type) method RemoveNamespacePrefix (line 73) | public static string RemoveNamespacePrefix(string ns) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/WinRT_Interop.cs type IActivationFactoryVftbl (line 11) | [Guid("00000035-0000-0000-C000-000000000046")] type IDelegateVftbl (line 21) | internal struct IDelegateVftbl FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/Windows.Data.Text.cs type AlternateNormalizationFormat (line 16) | [global::WinRT.WindowsRuntimeType] class AlternateWordForm (line 26) | [global::WinRT.WindowsRuntimeType] method FromAbi (line 37) | public static AlternateWordForm FromAbi(IntPtr thisPtr) method AlternateWordForm (line 44) | public AlternateWordForm(global::MS.Internal.WindowsRuntime.ABI.Window... method Equals (line 51) | public bool Equals(AlternateWordForm other) => this == other; method Equals (line 52) | public override bool Equals(object obj) => obj is AlternateWordForm th... method GetHashCode (line 53) | public override int GetHashCode() => ThisPtr.GetHashCode(); method GetDefaultReference (line 55) | private IObjectReference GetDefaultReference() => _default.AsInter... method GetReferenceForQI (line 56) | private IObjectReference GetReferenceForQI() => _inner ?? _default.Ob... type InterfaceTag (line 58) | private struct InterfaceTag{}; method AsInternal (line 60) | private IAlternateWordForm AsInternal(InterfaceTag... method IsOverridableInterface (line 68) | private bool IsOverridableInterface(Guid iid) => false; method GetInterface (line 70) | global::System.Runtime.InteropServices.CustomQueryInterfaceResult glob... method CreateMarshaler (line 422) | public static IObjectReference CreateMarshaler(global::MS.Internal.Win... method GetAbi (line 423) | public static IntPtr GetAbi(IObjectReference value) => value is null ?... method FromAbi (line 424) | public static global::MS.Internal.WindowsRuntime.Windows.Data.Text.Alt... method FromManaged (line 425) | public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Wi... method CreateMarshalerArray (line 426) | public static unsafe MarshalInterfaceHelper Mar... method FromAbiArray (line 428) | public static unsafe global::MS.Internal.WindowsRuntime.Windows.Data.T... method FromManagedArray (line 429) | public static (int length, IntPtr data) FromManagedArray(global::MS.In... method DisposeMarshaler (line 430) | public static void DisposeMarshaler(IObjectReference value) => Marshal... method DisposeMarshalerArray (line 431) | public static void DisposeMarshalerArray(MarshalInterfaceHelper MarshalInspectable.Dispos... method DisposeAbiArray (line 433) | public static unsafe void DisposeAbiArray(object box) => MarshalInspec... type IAlternateWordForm (line 90) | [global::WinRT.WindowsRuntimeType] type Vftbl (line 439) | [Guid("47396C1E-51B9-4207-9146-248E636A1D1D")] method Vftbl (line 449) | static unsafe Vftbl() method Do_Abi_get_AlternateText_1 (line 463) | private static unsafe int Do_Abi_get_AlternateText_1(IntPtr thisPtr,... method Do_Abi_get_NormalizationFormat_2 (line 482) | private static unsafe int Do_Abi_get_NormalizationFormat_2(IntPtr th... method Do_Abi_get_SourceTextSegment_0 (line 501) | private static unsafe int Do_Abi_get_SourceTextSegment_0(IntPtr this... method FromAbi (line 521) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 527) | public ObjectReference AsInterface() => _obj.As(); method As (line 528) | public A As() => _obj.AsType(); method IAlternateWordForm (line 529) | public IAlternateWordForm(IObjectReference obj) : this(obj.As()... method IAlternateWordForm (line 530) | public IAlternateWordForm(ObjectReference obj) type IUnicodeCharactersStatics (line 98) | [global::WinRT.WindowsRuntimeType] method GetCodepointFromSurrogatePair (line 102) | uint GetCodepointFromSurrogatePair(uint highSurrogate, uint lowSurroga... method GetSurrogatePairFromCodepoint (line 103) | void GetSurrogatePairFromCodepoint(uint codepoint, out char highSurrog... method IsHighSurrogate (line 104) | bool IsHighSurrogate(uint codepoint); method IsLowSurrogate (line 105) | bool IsLowSurrogate(uint codepoint); method IsSupplementary (line 106) | bool IsSupplementary(uint codepoint); method IsNoncharacter (line 107) | bool IsNoncharacter(uint codepoint); method IsWhitespace (line 108) | bool IsWhitespace(uint codepoint); method IsAlphabetic (line 109) | bool IsAlphabetic(uint codepoint); method IsCased (line 110) | bool IsCased(uint codepoint); method IsUppercase (line 111) | bool IsUppercase(uint codepoint); method IsLowercase (line 112) | bool IsLowercase(uint codepoint); method IsIdStart (line 113) | bool IsIdStart(uint codepoint); method IsIdContinue (line 114) | bool IsIdContinue(uint codepoint); method IsGraphemeBase (line 115) | bool IsGraphemeBase(uint codepoint); method IsGraphemeExtend (line 116) | bool IsGraphemeExtend(uint codepoint); method GetNumericType (line 117) | UnicodeNumericType GetNumericType(uint codepoint); method GetGeneralCategory (line 118) | UnicodeGeneralCategory GetGeneralCategory(uint codepoint); type Vftbl (line 583) | [Guid("97909E87-9291-4F91-B6C8-B6E359D7A7FB")] method Vftbl (line 607) | static unsafe Vftbl() method Do_Abi_GetCodepointFromSurrogatePair_0 (line 635) | private static unsafe int Do_Abi_GetCodepointFromSurrogatePair_0(Int... method Do_Abi_GetSurrogatePairFromCodepoint_1 (line 654) | private static unsafe int Do_Abi_GetSurrogatePairFromCodepoint_1(Int... method Do_Abi_IsHighSurrogate_2 (line 676) | private static unsafe int Do_Abi_IsHighSurrogate_2(IntPtr thisPtr, u... method Do_Abi_IsLowSurrogate_3 (line 695) | private static unsafe int Do_Abi_IsLowSurrogate_3(IntPtr thisPtr, ui... method Do_Abi_IsSupplementary_4 (line 714) | private static unsafe int Do_Abi_IsSupplementary_4(IntPtr thisPtr, u... method Do_Abi_IsNoncharacter_5 (line 733) | private static unsafe int Do_Abi_IsNoncharacter_5(IntPtr thisPtr, ui... method Do_Abi_IsWhitespace_6 (line 752) | private static unsafe int Do_Abi_IsWhitespace_6(IntPtr thisPtr, uint... method Do_Abi_IsAlphabetic_7 (line 771) | private static unsafe int Do_Abi_IsAlphabetic_7(IntPtr thisPtr, uint... method Do_Abi_IsCased_8 (line 790) | private static unsafe int Do_Abi_IsCased_8(IntPtr thisPtr, uint code... method Do_Abi_IsUppercase_9 (line 809) | private static unsafe int Do_Abi_IsUppercase_9(IntPtr thisPtr, uint ... method Do_Abi_IsLowercase_10 (line 828) | private static unsafe int Do_Abi_IsLowercase_10(IntPtr thisPtr, uint... method Do_Abi_IsIdStart_11 (line 847) | private static unsafe int Do_Abi_IsIdStart_11(IntPtr thisPtr, uint c... method Do_Abi_IsIdContinue_12 (line 866) | private static unsafe int Do_Abi_IsIdContinue_12(IntPtr thisPtr, uin... method Do_Abi_IsGraphemeBase_13 (line 885) | private static unsafe int Do_Abi_IsGraphemeBase_13(IntPtr thisPtr, u... method Do_Abi_IsGraphemeExtend_14 (line 904) | private static unsafe int Do_Abi_IsGraphemeExtend_14(IntPtr thisPtr,... method Do_Abi_GetNumericType_15 (line 923) | private static unsafe int Do_Abi_GetNumericType_15(IntPtr thisPtr, u... method Do_Abi_GetGeneralCategory_16 (line 942) | private static unsafe int Do_Abi_GetGeneralCategory_16(IntPtr thisPt... method FromAbi (line 962) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 968) | public ObjectReference AsInterface() => _obj.As(); method As (line 969) | public A As() => _obj.AsType(); method IUnicodeCharactersStatics (line 970) | public IUnicodeCharactersStatics(IObjectReference obj) : this(obj.As obj) method GetCodepointFromSurrogatePair (line 976) | public unsafe uint GetCodepointFromSurrogatePair(uint highSurrogate, u... method GetSurrogatePairFromCodepoint (line 983) | public unsafe void GetSurrogatePairFromCodepoint(uint codepoint, out c... method IsHighSurrogate (line 992) | public unsafe bool IsHighSurrogate(uint codepoint) method IsLowSurrogate (line 999) | public unsafe bool IsLowSurrogate(uint codepoint) method IsSupplementary (line 1006) | public unsafe bool IsSupplementary(uint codepoint) method IsNoncharacter (line 1013) | public unsafe bool IsNoncharacter(uint codepoint) method IsWhitespace (line 1020) | public unsafe bool IsWhitespace(uint codepoint) method IsAlphabetic (line 1027) | public unsafe bool IsAlphabetic(uint codepoint) method IsCased (line 1034) | public unsafe bool IsCased(uint codepoint) method IsUppercase (line 1041) | public unsafe bool IsUppercase(uint codepoint) method IsLowercase (line 1048) | public unsafe bool IsLowercase(uint codepoint) method IsIdStart (line 1055) | public unsafe bool IsIdStart(uint codepoint) method IsIdContinue (line 1062) | public unsafe bool IsIdContinue(uint codepoint) method IsGraphemeBase (line 1069) | public unsafe bool IsGraphemeBase(uint codepoint) method IsGraphemeExtend (line 1076) | public unsafe bool IsGraphemeExtend(uint codepoint) method GetNumericType (line 1083) | public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.Uni... method GetGeneralCategory (line 1090) | public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.Uni... type IWordSegment (line 120) | [global::WinRT.WindowsRuntimeType] type Vftbl (line 1123) | [Guid("D2D4BA6D-987C-4CC0-B6BD-D49A11B38F9A")] method Vftbl (line 1133) | static unsafe Vftbl() method Do_Abi_get_AlternateForms_2 (line 1147) | private static unsafe int Do_Abi_get_AlternateForms_2(IntPtr thisPtr... method Do_Abi_get_SourceTextSegment_1 (line 1166) | private static unsafe int Do_Abi_get_SourceTextSegment_1(IntPtr this... method Do_Abi_get_Text_0 (line 1185) | private static unsafe int Do_Abi_get_Text_0(IntPtr thisPtr, out IntP... method FromAbi (line 1205) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 1211) | public ObjectReference AsInterface() => _obj.As(); method As (line 1212) | public A As() => _obj.AsType(); method IWordSegment (line 1213) | public IWordSegment(IObjectReference obj) : this(obj.As()) {} method IWordSegment (line 1214) | public IWordSegment(ObjectReference obj) type IWordsSegmenter (line 128) | [global::WinRT.WindowsRuntimeType] method GetTokenAt (line 132) | WordSegment GetTokenAt(string text, uint startIndex); method GetTokens (line 133) | global::System.Collections.Generic.IReadOnlyList GetToken... method Tokenize (line 134) | void Tokenize(string text, uint startIndex, WordSegmentsTokenizingHand... type Vftbl (line 1273) | [Guid("86B4D4D1-B2FE-4E34-A81D-66640300454F")] method Vftbl (line 1284) | static unsafe Vftbl() method Do_Abi_GetTokenAt_1 (line 1299) | private static unsafe int Do_Abi_GetTokenAt_1(IntPtr thisPtr, IntPtr... method Do_Abi_GetTokens_2 (line 1318) | private static unsafe int Do_Abi_GetTokens_2(IntPtr thisPtr, IntPtr ... method Do_Abi_Tokenize_3 (line 1337) | private static unsafe int Do_Abi_Tokenize_3(IntPtr thisPtr, IntPtr t... method Do_Abi_get_ResolvedLanguage_0 (line 1353) | private static unsafe int Do_Abi_get_ResolvedLanguage_0(IntPtr thisP... method FromAbi (line 1373) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 1379) | public ObjectReference AsInterface() => _obj.As(); method As (line 1380) | public A As() => _obj.AsType(); method IWordsSegmenter (line 1381) | public IWordsSegmenter(IObjectReference obj) : this(obj.As()) {} method IWordsSegmenter (line 1382) | public IWordsSegmenter(ObjectReference obj) method GetTokenAt (line 1387) | public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.Wor... method GetTokens (line 1404) | public unsafe global::System.Collections.Generic.IReadOnlyList FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 1513) | public ObjectReference AsInterface() => _obj.As(); method As (line 1514) | public A As() => _obj.AsType(); method IWordsSegmenterFactory (line 1515) | public IWordsSegmenterFactory(IObjectReference obj) : this(obj.As obj) method CreateWithLanguage (line 1521) | public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.Wor... type TextSegment (line 143) | [global::WinRT.WindowsRuntimeType] method TextSegment (line 149) | public TextSegment(uint _StartPosition, uint _Length) method Equals (line 156) | public bool Equals(TextSegment other) => this == other; method Equals (line 157) | public override bool Equals(object obj) => obj is TextSegment that && ... method GetHashCode (line 158) | public override int GetHashCode() => StartPosition.GetHashCode() ^ Len... class UnicodeCharacters (line 160) | internal static class UnicodeCharacters class _IUnicodeCharactersStatics (line 162) | internal class _IUnicodeCharactersStatics : ABI.Windows.Data.Text.IUni... method _IUnicodeCharactersStatics (line 164) | public _IUnicodeCharactersStatics() : base((new BaseActivationFactor... method GetCodepointFromSurrogatePair (line 169) | public static uint GetCodepointFromSurrogatePair(uint highSurrogate, u... method GetSurrogatePairFromCodepoint (line 171) | public static void GetSurrogatePairFromCodepoint(uint codepoint, out c... method IsHighSurrogate (line 173) | public static bool IsHighSurrogate(uint codepoint) => _IUnicodeCharact... method IsLowSurrogate (line 175) | public static bool IsLowSurrogate(uint codepoint) => _IUnicodeCharacte... method IsSupplementary (line 177) | public static bool IsSupplementary(uint codepoint) => _IUnicodeCharact... method IsNoncharacter (line 179) | public static bool IsNoncharacter(uint codepoint) => _IUnicodeCharacte... method IsWhitespace (line 181) | public static bool IsWhitespace(uint codepoint) => _IUnicodeCharacters... method IsAlphabetic (line 183) | public static bool IsAlphabetic(uint codepoint) => _IUnicodeCharacters... method IsCased (line 185) | public static bool IsCased(uint codepoint) => _IUnicodeCharactersStati... method IsUppercase (line 187) | public static bool IsUppercase(uint codepoint) => _IUnicodeCharactersS... method IsLowercase (line 189) | public static bool IsLowercase(uint codepoint) => _IUnicodeCharactersS... method IsIdStart (line 191) | public static bool IsIdStart(uint codepoint) => _IUnicodeCharactersSta... method IsIdContinue (line 193) | public static bool IsIdContinue(uint codepoint) => _IUnicodeCharacters... method IsGraphemeBase (line 195) | public static bool IsGraphemeBase(uint codepoint) => _IUnicodeCharacte... method IsGraphemeExtend (line 197) | public static bool IsGraphemeExtend(uint codepoint) => _IUnicodeCharac... method GetNumericType (line 199) | public static UnicodeNumericType GetNumericType(uint codepoint) => _IU... method GetGeneralCategory (line 201) | public static UnicodeGeneralCategory GetGeneralCategory(uint codepoint... type UnicodeGeneralCategory (line 202) | [global::WinRT.WindowsRuntimeType] type UnicodeNumericType (line 236) | [global::WinRT.WindowsRuntimeType] class WordSegment (line 244) | [global::WinRT.WindowsRuntimeType] method FromAbi (line 255) | public static WordSegment FromAbi(IntPtr thisPtr) method WordSegment (line 262) | public WordSegment(global::MS.Internal.WindowsRuntime.ABI.Windows.Data... method Equals (line 269) | public bool Equals(WordSegment other) => this == other; method Equals (line 270) | public override bool Equals(object obj) => obj is WordSegment that && ... method GetHashCode (line 271) | public override int GetHashCode() => ThisPtr.GetHashCode(); method GetDefaultReference (line 273) | private IObjectReference GetDefaultReference() => _default.AsInter... method GetReferenceForQI (line 274) | private IObjectReference GetReferenceForQI() => _inner ?? _default.Ob... type InterfaceTag (line 276) | private struct InterfaceTag{}; method AsInternal (line 278) | private IWordSegment AsInternal(InterfaceTag _) => _defa... method IsOverridableInterface (line 286) | private bool IsOverridableInterface(Guid iid) => false; method GetInterface (line 288) | global::System.Runtime.InteropServices.CustomQueryInterfaceResult glob... method CreateMarshaler (line 1546) | public static IObjectReference CreateMarshaler(global::MS.Internal.Win... method GetAbi (line 1547) | public static IntPtr GetAbi(IObjectReference value) => value is null ?... method FromAbi (line 1548) | public static global::MS.Internal.WindowsRuntime.Windows.Data.Text.Wor... method FromManaged (line 1549) | public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Wi... method CreateMarshalerArray (line 1550) | public static unsafe MarshalInterfaceHelper Mar... method FromAbiArray (line 1552) | public static unsafe global::MS.Internal.WindowsRuntime.Windows.Data.T... method FromManagedArray (line 1553) | public static (int length, IntPtr data) FromManagedArray(global::MS.In... method DisposeMarshaler (line 1554) | public static void DisposeMarshaler(IObjectReference value) => Marshal... method DisposeMarshalerArray (line 1555) | public static void DisposeMarshalerArray(MarshalInterfaceHelper MarshalInspectable.Dispos... method DisposeAbiArray (line 1557) | public static unsafe void DisposeAbiArray(object box) => MarshalInspec... class WordsSegmenter (line 310) | [global::WinRT.WindowsRuntimeType] class _IWordsSegmenterFactory (line 321) | internal class _IWordsSegmenterFactory : ABI.Windows.Data.Text.IWordsS... method _IWordsSegmenterFactory (line 323) | public _IWordsSegmenterFactory() : base(ActivationFactory this == other; method Equals (line 375) | public override bool Equals(object obj) => obj is WordsSegmenter that ... method GetHashCode (line 376) | public override int GetHashCode() => ThisPtr.GetHashCode(); method GetDefaultReference (line 378) | private IObjectReference GetDefaultReference() => _default.AsInter... method GetReferenceForQI (line 379) | private IObjectReference GetReferenceForQI() => _inner ?? _default.Ob... type InterfaceTag (line 381) | private struct InterfaceTag{}; method AsInternal (line 383) | private IWordsSegmenter AsInternal(InterfaceTag _) =>... method GetTokenAt (line 385) | public WordSegment GetTokenAt(string text, uint startIndex) => _defaul... method GetTokens (line 387) | public global::System.Collections.Generic.IReadOnlyList G... method Tokenize (line 389) | public void Tokenize(string text, uint startIndex, WordSegmentsTokeniz... method IsOverridableInterface (line 393) | private bool IsOverridableInterface(Guid iid) => false; method GetInterface (line 395) | global::System.Runtime.InteropServices.CustomQueryInterfaceResult glob... method CreateMarshaler (line 1655) | public static IObjectReference CreateMarshaler(global::MS.Internal.Win... method GetAbi (line 1656) | public static IntPtr GetAbi(IObjectReference value) => value is null ?... method FromAbi (line 1657) | public static global::MS.Internal.WindowsRuntime.Windows.Data.Text.Wor... method FromManaged (line 1658) | public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Wi... method CreateMarshalerArray (line 1659) | public static unsafe MarshalInterfaceHelper Mar... method FromAbiArray (line 1661) | public static unsafe global::MS.Internal.WindowsRuntime.Windows.Data.T... method FromManagedArray (line 1662) | public static (int length, IntPtr data) FromManagedArray(global::MS.In... method DisposeMarshaler (line 1663) | public static void DisposeMarshaler(IObjectReference value) => Marshal... method DisposeMarshalerArray (line 1664) | public static void DisposeMarshalerArray(MarshalInterfaceHelper MarshalInspectable.Dispos... method DisposeAbiArray (line 1666) | public static unsafe void DisposeAbiArray(object box) => MarshalInspec... type AlternateWordForm (line 419) | [global::System.ComponentModel.EditorBrowsable(global::System.ComponentM... method FromAbi (line 37) | public static AlternateWordForm FromAbi(IntPtr thisPtr) method AlternateWordForm (line 44) | public AlternateWordForm(global::MS.Internal.WindowsRuntime.ABI.Window... method Equals (line 51) | public bool Equals(AlternateWordForm other) => this == other; method Equals (line 52) | public override bool Equals(object obj) => obj is AlternateWordForm th... method GetHashCode (line 53) | public override int GetHashCode() => ThisPtr.GetHashCode(); method GetDefaultReference (line 55) | private IObjectReference GetDefaultReference() => _default.AsInter... method GetReferenceForQI (line 56) | private IObjectReference GetReferenceForQI() => _inner ?? _default.Ob... type InterfaceTag (line 58) | private struct InterfaceTag{}; method AsInternal (line 60) | private IAlternateWordForm AsInternal(InterfaceTag... method IsOverridableInterface (line 68) | private bool IsOverridableInterface(Guid iid) => false; method GetInterface (line 70) | global::System.Runtime.InteropServices.CustomQueryInterfaceResult glob... method CreateMarshaler (line 422) | public static IObjectReference CreateMarshaler(global::MS.Internal.Win... method GetAbi (line 423) | public static IntPtr GetAbi(IObjectReference value) => value is null ?... method FromAbi (line 424) | public static global::MS.Internal.WindowsRuntime.Windows.Data.Text.Alt... method FromManaged (line 425) | public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Wi... method CreateMarshalerArray (line 426) | public static unsafe MarshalInterfaceHelper Mar... method FromAbiArray (line 428) | public static unsafe global::MS.Internal.WindowsRuntime.Windows.Data.T... method FromManagedArray (line 429) | public static (int length, IntPtr data) FromManagedArray(global::MS.In... method DisposeMarshaler (line 430) | public static void DisposeMarshaler(IObjectReference value) => Marshal... method DisposeMarshalerArray (line 431) | public static void DisposeMarshalerArray(MarshalInterfaceHelper MarshalInspectable.Dispos... method DisposeAbiArray (line 433) | public static unsafe void DisposeAbiArray(object box) => MarshalInspec... class IAlternateWordForm (line 435) | [global::WinRT.ObjectReferenceWrapper(nameof(_obj))] type Vftbl (line 439) | [Guid("47396C1E-51B9-4207-9146-248E636A1D1D")] method Vftbl (line 449) | static unsafe Vftbl() method Do_Abi_get_AlternateText_1 (line 463) | private static unsafe int Do_Abi_get_AlternateText_1(IntPtr thisPtr,... method Do_Abi_get_NormalizationFormat_2 (line 482) | private static unsafe int Do_Abi_get_NormalizationFormat_2(IntPtr th... method Do_Abi_get_SourceTextSegment_0 (line 501) | private static unsafe int Do_Abi_get_SourceTextSegment_0(IntPtr this... method FromAbi (line 521) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 527) | public ObjectReference AsInterface() => _obj.As(); method As (line 528) | public A As() => _obj.AsType(); method IAlternateWordForm (line 529) | public IAlternateWordForm(IObjectReference obj) : this(obj.As()... method IAlternateWordForm (line 530) | public IAlternateWordForm(ObjectReference obj) class IAlternateWordForm_Delegates (line 572) | [global::System.ComponentModel.EditorBrowsable(global::System.ComponentM... class IUnicodeCharactersStatics (line 579) | [global::WinRT.ObjectReferenceWrapper(nameof(_obj))] method GetCodepointFromSurrogatePair (line 102) | uint GetCodepointFromSurrogatePair(uint highSurrogate, uint lowSurroga... method GetSurrogatePairFromCodepoint (line 103) | void GetSurrogatePairFromCodepoint(uint codepoint, out char highSurrog... method IsHighSurrogate (line 104) | bool IsHighSurrogate(uint codepoint); method IsLowSurrogate (line 105) | bool IsLowSurrogate(uint codepoint); method IsSupplementary (line 106) | bool IsSupplementary(uint codepoint); method IsNoncharacter (line 107) | bool IsNoncharacter(uint codepoint); method IsWhitespace (line 108) | bool IsWhitespace(uint codepoint); method IsAlphabetic (line 109) | bool IsAlphabetic(uint codepoint); method IsCased (line 110) | bool IsCased(uint codepoint); method IsUppercase (line 111) | bool IsUppercase(uint codepoint); method IsLowercase (line 112) | bool IsLowercase(uint codepoint); method IsIdStart (line 113) | bool IsIdStart(uint codepoint); method IsIdContinue (line 114) | bool IsIdContinue(uint codepoint); method IsGraphemeBase (line 115) | bool IsGraphemeBase(uint codepoint); method IsGraphemeExtend (line 116) | bool IsGraphemeExtend(uint codepoint); method GetNumericType (line 117) | UnicodeNumericType GetNumericType(uint codepoint); method GetGeneralCategory (line 118) | UnicodeGeneralCategory GetGeneralCategory(uint codepoint); type Vftbl (line 583) | [Guid("97909E87-9291-4F91-B6C8-B6E359D7A7FB")] method Vftbl (line 607) | static unsafe Vftbl() method Do_Abi_GetCodepointFromSurrogatePair_0 (line 635) | private static unsafe int Do_Abi_GetCodepointFromSurrogatePair_0(Int... method Do_Abi_GetSurrogatePairFromCodepoint_1 (line 654) | private static unsafe int Do_Abi_GetSurrogatePairFromCodepoint_1(Int... method Do_Abi_IsHighSurrogate_2 (line 676) | private static unsafe int Do_Abi_IsHighSurrogate_2(IntPtr thisPtr, u... method Do_Abi_IsLowSurrogate_3 (line 695) | private static unsafe int Do_Abi_IsLowSurrogate_3(IntPtr thisPtr, ui... method Do_Abi_IsSupplementary_4 (line 714) | private static unsafe int Do_Abi_IsSupplementary_4(IntPtr thisPtr, u... method Do_Abi_IsNoncharacter_5 (line 733) | private static unsafe int Do_Abi_IsNoncharacter_5(IntPtr thisPtr, ui... method Do_Abi_IsWhitespace_6 (line 752) | private static unsafe int Do_Abi_IsWhitespace_6(IntPtr thisPtr, uint... method Do_Abi_IsAlphabetic_7 (line 771) | private static unsafe int Do_Abi_IsAlphabetic_7(IntPtr thisPtr, uint... method Do_Abi_IsCased_8 (line 790) | private static unsafe int Do_Abi_IsCased_8(IntPtr thisPtr, uint code... method Do_Abi_IsUppercase_9 (line 809) | private static unsafe int Do_Abi_IsUppercase_9(IntPtr thisPtr, uint ... method Do_Abi_IsLowercase_10 (line 828) | private static unsafe int Do_Abi_IsLowercase_10(IntPtr thisPtr, uint... method Do_Abi_IsIdStart_11 (line 847) | private static unsafe int Do_Abi_IsIdStart_11(IntPtr thisPtr, uint c... method Do_Abi_IsIdContinue_12 (line 866) | private static unsafe int Do_Abi_IsIdContinue_12(IntPtr thisPtr, uin... method Do_Abi_IsGraphemeBase_13 (line 885) | private static unsafe int Do_Abi_IsGraphemeBase_13(IntPtr thisPtr, u... method Do_Abi_IsGraphemeExtend_14 (line 904) | private static unsafe int Do_Abi_IsGraphemeExtend_14(IntPtr thisPtr,... method Do_Abi_GetNumericType_15 (line 923) | private static unsafe int Do_Abi_GetNumericType_15(IntPtr thisPtr, u... method Do_Abi_GetGeneralCategory_16 (line 942) | private static unsafe int Do_Abi_GetGeneralCategory_16(IntPtr thisPt... method FromAbi (line 962) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 968) | public ObjectReference AsInterface() => _obj.As(); method As (line 969) | public A As() => _obj.AsType(); method IUnicodeCharactersStatics (line 970) | public IUnicodeCharactersStatics(IObjectReference obj) : this(obj.As obj) method GetCodepointFromSurrogatePair (line 976) | public unsafe uint GetCodepointFromSurrogatePair(uint highSurrogate, u... method GetSurrogatePairFromCodepoint (line 983) | public unsafe void GetSurrogatePairFromCodepoint(uint codepoint, out c... method IsHighSurrogate (line 992) | public unsafe bool IsHighSurrogate(uint codepoint) method IsLowSurrogate (line 999) | public unsafe bool IsLowSurrogate(uint codepoint) method IsSupplementary (line 1006) | public unsafe bool IsSupplementary(uint codepoint) method IsNoncharacter (line 1013) | public unsafe bool IsNoncharacter(uint codepoint) method IsWhitespace (line 1020) | public unsafe bool IsWhitespace(uint codepoint) method IsAlphabetic (line 1027) | public unsafe bool IsAlphabetic(uint codepoint) method IsCased (line 1034) | public unsafe bool IsCased(uint codepoint) method IsUppercase (line 1041) | public unsafe bool IsUppercase(uint codepoint) method IsLowercase (line 1048) | public unsafe bool IsLowercase(uint codepoint) method IsIdStart (line 1055) | public unsafe bool IsIdStart(uint codepoint) method IsIdContinue (line 1062) | public unsafe bool IsIdContinue(uint codepoint) method IsGraphemeBase (line 1069) | public unsafe bool IsGraphemeBase(uint codepoint) method IsGraphemeExtend (line 1076) | public unsafe bool IsGraphemeExtend(uint codepoint) method GetNumericType (line 1083) | public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.Uni... method GetGeneralCategory (line 1090) | public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.Uni... class IUnicodeCharactersStatics_Delegates (line 1097) | [global::System.ComponentModel.EditorBrowsable(global::System.ComponentM... class IWordSegment (line 1119) | [global::WinRT.ObjectReferenceWrapper(nameof(_obj))] type Vftbl (line 1123) | [Guid("D2D4BA6D-987C-4CC0-B6BD-D49A11B38F9A")] method Vftbl (line 1133) | static unsafe Vftbl() method Do_Abi_get_AlternateForms_2 (line 1147) | private static unsafe int Do_Abi_get_AlternateForms_2(IntPtr thisPtr... method Do_Abi_get_SourceTextSegment_1 (line 1166) | private static unsafe int Do_Abi_get_SourceTextSegment_1(IntPtr this... method Do_Abi_get_Text_0 (line 1185) | private static unsafe int Do_Abi_get_Text_0(IntPtr thisPtr, out IntP... method FromAbi (line 1205) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 1211) | public ObjectReference AsInterface() => _obj.As(); method As (line 1212) | public A As() => _obj.AsType(); method IWordSegment (line 1213) | public IWordSegment(IObjectReference obj) : this(obj.As()) {} method IWordSegment (line 1214) | public IWordSegment(ObjectReference obj) class IWordSegment_Delegates (line 1263) | [global::System.ComponentModel.EditorBrowsable(global::System.ComponentM... class IWordsSegmenter (line 1269) | [global::WinRT.ObjectReferenceWrapper(nameof(_obj))] method GetTokenAt (line 132) | WordSegment GetTokenAt(string text, uint startIndex); method GetTokens (line 133) | global::System.Collections.Generic.IReadOnlyList GetToken... method Tokenize (line 134) | void Tokenize(string text, uint startIndex, WordSegmentsTokenizingHand... type Vftbl (line 1273) | [Guid("86B4D4D1-B2FE-4E34-A81D-66640300454F")] method Vftbl (line 1284) | static unsafe Vftbl() method Do_Abi_GetTokenAt_1 (line 1299) | private static unsafe int Do_Abi_GetTokenAt_1(IntPtr thisPtr, IntPtr... method Do_Abi_GetTokens_2 (line 1318) | private static unsafe int Do_Abi_GetTokens_2(IntPtr thisPtr, IntPtr ... method Do_Abi_Tokenize_3 (line 1337) | private static unsafe int Do_Abi_Tokenize_3(IntPtr thisPtr, IntPtr t... method Do_Abi_get_ResolvedLanguage_0 (line 1353) | private static unsafe int Do_Abi_get_ResolvedLanguage_0(IntPtr thisP... method FromAbi (line 1373) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 1379) | public ObjectReference AsInterface() => _obj.As(); method As (line 1380) | public A As() => _obj.AsType(); method IWordsSegmenter (line 1381) | public IWordsSegmenter(IObjectReference obj) : this(obj.As()) {} method IWordsSegmenter (line 1382) | public IWordsSegmenter(ObjectReference obj) method GetTokenAt (line 1387) | public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.Wor... method GetTokens (line 1404) | public unsafe global::System.Collections.Generic.IReadOnlyList FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 1513) | public ObjectReference AsInterface() => _obj.As(); method As (line 1514) | public A As() => _obj.AsType(); method IWordsSegmenterFactory (line 1515) | public IWordsSegmenterFactory(IObjectReference obj) : this(obj.As obj) method CreateWithLanguage (line 1521) | public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.Wor... class IWordsSegmenterFactory_Delegates (line 1538) | [global::System.ComponentModel.EditorBrowsable(global::System.ComponentM... type WordSegment (line 1543) | [global::System.ComponentModel.EditorBrowsable(global::System.ComponentM... method FromAbi (line 255) | public static WordSegment FromAbi(IntPtr thisPtr) method WordSegment (line 262) | public WordSegment(global::MS.Internal.WindowsRuntime.ABI.Windows.Data... method Equals (line 269) | public bool Equals(WordSegment other) => this == other; method Equals (line 270) | public override bool Equals(object obj) => obj is WordSegment that && ... method GetHashCode (line 271) | public override int GetHashCode() => ThisPtr.GetHashCode(); method GetDefaultReference (line 273) | private IObjectReference GetDefaultReference() => _default.AsInter... method GetReferenceForQI (line 274) | private IObjectReference GetReferenceForQI() => _inner ?? _default.Ob... type InterfaceTag (line 276) | private struct InterfaceTag{}; method AsInternal (line 278) | private IWordSegment AsInternal(InterfaceTag _) => _defa... method IsOverridableInterface (line 286) | private bool IsOverridableInterface(Guid iid) => false; method GetInterface (line 288) | global::System.Runtime.InteropServices.CustomQueryInterfaceResult glob... method CreateMarshaler (line 1546) | public static IObjectReference CreateMarshaler(global::MS.Internal.Win... method GetAbi (line 1547) | public static IntPtr GetAbi(IObjectReference value) => value is null ?... method FromAbi (line 1548) | public static global::MS.Internal.WindowsRuntime.Windows.Data.Text.Wor... method FromManaged (line 1549) | public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Wi... method CreateMarshalerArray (line 1550) | public static unsafe MarshalInterfaceHelper Mar... method FromAbiArray (line 1552) | public static unsafe global::MS.Internal.WindowsRuntime.Windows.Data.T... method FromManagedArray (line 1553) | public static (int length, IntPtr data) FromManagedArray(global::MS.In... method DisposeMarshaler (line 1554) | public static void DisposeMarshaler(IObjectReference value) => Marshal... method DisposeMarshalerArray (line 1555) | public static void DisposeMarshalerArray(MarshalInterfaceHelper MarshalInspectable.Dispos... method DisposeAbiArray (line 1557) | public static unsafe void DisposeAbiArray(object box) => MarshalInspec... class WordSegmentsTokenizingHandler (line 1559) | [global::System.ComponentModel.EditorBrowsable(global::System.ComponentM... method WordSegmentsTokenizingHandler (line 1568) | static WordSegmentsTokenizingHandler() method CreateMarshaler (line 1583) | public static unsafe IObjectReference CreateMarshaler(global::MS.Inter... method GetAbi (line 1586) | public static IntPtr GetAbi(IObjectReference value) => MarshalInterfac... method FromAbi (line 1588) | public static unsafe global::MS.Internal.WindowsRuntime.Windows.Data.T... class NativeDelegateWrapper (line 1594) | [global::WinRT.ObjectReferenceWrapper(nameof(_nativeDelegate))] method NativeDelegateWrapper (line 1599) | public NativeDelegateWrapper(ObjectReference Marshal... method DisposeAbi (line 1629) | public static void DisposeAbi(IntPtr abi) => MarshalInterfaceHelper this == other; method Equals (line 375) | public override bool Equals(object obj) => obj is WordsSegmenter that ... method GetHashCode (line 376) | public override int GetHashCode() => ThisPtr.GetHashCode(); method GetDefaultReference (line 378) | private IObjectReference GetDefaultReference() => _default.AsInter... method GetReferenceForQI (line 379) | private IObjectReference GetReferenceForQI() => _inner ?? _default.Ob... type InterfaceTag (line 381) | private struct InterfaceTag{}; method AsInternal (line 383) | private IWordsSegmenter AsInternal(InterfaceTag _) =>... method GetTokenAt (line 385) | public WordSegment GetTokenAt(string text, uint startIndex) => _defaul... method GetTokens (line 387) | public global::System.Collections.Generic.IReadOnlyList G... method Tokenize (line 389) | public void Tokenize(string text, uint startIndex, WordSegmentsTokeniz... method IsOverridableInterface (line 393) | private bool IsOverridableInterface(Guid iid) => false; method GetInterface (line 395) | global::System.Runtime.InteropServices.CustomQueryInterfaceResult glob... method CreateMarshaler (line 1655) | public static IObjectReference CreateMarshaler(global::MS.Internal.Win... method GetAbi (line 1656) | public static IntPtr GetAbi(IObjectReference value) => value is null ?... method FromAbi (line 1657) | public static global::MS.Internal.WindowsRuntime.Windows.Data.Text.Wor... method FromManaged (line 1658) | public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Wi... method CreateMarshalerArray (line 1659) | public static unsafe MarshalInterfaceHelper Mar... method FromAbiArray (line 1661) | public static unsafe global::MS.Internal.WindowsRuntime.Windows.Data.T... method FromManagedArray (line 1662) | public static (int length, IntPtr data) FromManagedArray(global::MS.In... method DisposeMarshaler (line 1663) | public static void DisposeMarshaler(IObjectReference value) => Marshal... method DisposeMarshalerArray (line 1664) | public static void DisposeMarshalerArray(MarshalInterfaceHelper MarshalInspectable.Dispos... method DisposeAbiArray (line 1666) | public static unsafe void DisposeAbiArray(object box) => MarshalInspec... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Generated/Windows.Globalization.cs type ILanguage (line 16) | [global::WinRT.WindowsRuntimeType] type Vftbl (line 212) | [Guid("EA79A752-F7C2-4265-B1BD-C4DEC4E4F080")] method Vftbl (line 223) | static unsafe Vftbl() method Do_Abi_get_DisplayName_1 (line 238) | private static unsafe int Do_Abi_get_DisplayName_1(IntPtr thisPtr, o... method Do_Abi_get_LanguageTag_0 (line 257) | private static unsafe int Do_Abi_get_LanguageTag_0(IntPtr thisPtr, o... method Do_Abi_get_NativeName_2 (line 276) | private static unsafe int Do_Abi_get_NativeName_2(IntPtr thisPtr, ou... method Do_Abi_get_Script_3 (line 295) | private static unsafe int Do_Abi_get_Script_3(IntPtr thisPtr, out In... method FromAbi (line 315) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 321) | public ObjectReference AsInterface() => _obj.As(); method As (line 322) | public A As() => _obj.AsType(); method ILanguage (line 323) | public ILanguage(IObjectReference obj) : this(obj.As()) {} method ILanguage (line 324) | public ILanguage(ObjectReference obj) type ILanguage2 (line 26) | [global::WinRT.WindowsRuntimeType] type Vftbl (line 402) | [Guid("6A47E5B5-D94D-4886-A404-A5A5B9D5B494")] method Vftbl (line 410) | static unsafe Vftbl() method Do_Abi_get_LayoutDirection_0 (line 422) | private static unsafe int Do_Abi_get_LayoutDirection_0(IntPtr thisPt... method FromAbi (line 442) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 448) | public ObjectReference AsInterface() => _obj.As(); method As (line 449) | public A As() => _obj.AsType(); method ILanguage2 (line 450) | public ILanguage2(IObjectReference obj) : this(obj.As()) {} method ILanguage2 (line 451) | public ILanguage2(ObjectReference obj) type ILanguageExtensionSubtags (line 33) | [global::WinRT.WindowsRuntimeType] method GetExtensionSubtags (line 38) | global::System.Collections.Generic.IReadOnlyList GetExtensionS... type Vftbl (line 476) | [Guid("7D7DAF45-368D-4364-852B-DEC927037B85")] method Vftbl (line 484) | static unsafe Vftbl() method Do_Abi_GetExtensionSubtags_0 (line 496) | private static unsafe int Do_Abi_GetExtensionSubtags_0(IntPtr thisPt... method FromAbi (line 516) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 522) | public ObjectReference AsInterface() => _obj.As(); method As (line 523) | public A As() => _obj.AsType(); method ILanguageExtensionSubtags (line 524) | public ILanguageExtensionSubtags(IObjectReference obj) : this(obj.As obj) method GetExtensionSubtags (line 530) | public unsafe global::System.Collections.Generic.IReadOnlyList... type ILanguageFactory (line 40) | [global::WinRT.WindowsRuntimeType] method CreateLanguage (line 44) | Language CreateLanguage(string languageTag); type Vftbl (line 557) | [Guid("9B0252AC-0C27-44F8-B792-9793FB66C63E")] method Vftbl (line 565) | static unsafe Vftbl() method Do_Abi_CreateLanguage_0 (line 577) | private static unsafe int Do_Abi_CreateLanguage_0(IntPtr thisPtr, In... method FromAbi (line 597) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 603) | public ObjectReference AsInterface() => _obj.As(); method As (line 604) | public A As() => _obj.AsType(); method ILanguageFactory (line 605) | public ILanguageFactory(IObjectReference obj) : this(obj.As()) {} method ILanguageFactory (line 606) | public ILanguageFactory(ObjectReference obj) method CreateLanguage (line 611) | public unsafe global::MS.Internal.WindowsRuntime.Windows.Globalization... type ILanguageStatics (line 46) | [global::WinRT.WindowsRuntimeType] method IsWellFormed (line 51) | bool IsWellFormed(string languageTag); type Vftbl (line 638) | [Guid("B23CD557-0865-46D4-89B8-D59BE8990F0D")] method Vftbl (line 647) | static unsafe Vftbl() method Do_Abi_IsWellFormed_0 (line 660) | private static unsafe int Do_Abi_IsWellFormed_0(IntPtr thisPtr, IntP... method Do_Abi_get_CurrentInputMethodLanguageTag_1 (line 679) | private static unsafe int Do_Abi_get_CurrentInputMethodLanguageTag_1... method FromAbi (line 699) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 705) | public ObjectReference AsInterface() => _obj.As(); method As (line 706) | public A As() => _obj.AsType(); method ILanguageStatics (line 707) | public ILanguageStatics(IObjectReference obj) : this(obj.As()) {} method ILanguageStatics (line 708) | public ILanguageStatics(ObjectReference obj) method IsWellFormed (line 713) | public unsafe bool IsWellFormed(string languageTag) type ILanguageStatics2 (line 54) | [global::WinRT.WindowsRuntimeType] method TrySetInputMethodLanguageTag (line 59) | bool TrySetInputMethodLanguageTag(string languageTag); type Vftbl (line 756) | [Guid("30199F6E-914B-4B2A-9D6E-E3B0E27DBE4F")] method Vftbl (line 764) | static unsafe Vftbl() method Do_Abi_TrySetInputMethodLanguageTag_0 (line 776) | private static unsafe int Do_Abi_TrySetInputMethodLanguageTag_0(IntP... method FromAbi (line 796) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 802) | public ObjectReference AsInterface() => _obj.As(); method As (line 803) | public A As() => _obj.AsType(); method ILanguageStatics2 (line 804) | public ILanguageStatics2(IObjectReference obj) : this(obj.As()) {} method ILanguageStatics2 (line 805) | public ILanguageStatics2(ObjectReference obj) method TrySetInputMethodLanguageTag (line 810) | public unsafe bool TrySetInputMethodLanguageTag(string languageTag) class Language (line 61) | [global::WinRT.WindowsRuntimeType] class _ILanguageFactory (line 73) | internal class _ILanguageFactory : ABI.Windows.Globalization.ILanguage... method _ILanguageFactory (line 75) | public _ILanguageFactory() : base(ActivationFactory.As _ILanguageStati... class _ILanguageStatics2 (line 123) | internal class _ILanguageStatics2 : ABI.Windows.Globalization.ILanguag... method _ILanguageStatics2 (line 125) | public _ILanguageStatics2() : base((new BaseActivationFactory("Windo... method TrySetInputMethodLanguageTag (line 130) | public static bool TrySetInputMethodLanguageTag(string languageTag) =>... method FromAbi (line 132) | public static Language FromAbi(IntPtr thisPtr) method Language (line 139) | public Language(global::MS.Internal.WindowsRuntime.ABI.Windows.Globali... method Equals (line 146) | public bool Equals(Language other) => this == other; method Equals (line 147) | public override bool Equals(object obj) => obj is Language that && thi... method GetHashCode (line 148) | public override int GetHashCode() => ThisPtr.GetHashCode(); method GetDefaultReference (line 150) | private IObjectReference GetDefaultReference() => _default.AsInter... method GetReferenceForQI (line 151) | private IObjectReference GetReferenceForQI() => _inner ?? _default.Ob... type InterfaceTag (line 153) | private struct InterfaceTag{}; method AsInternal (line 155) | private ILanguage AsInternal(InterfaceTag _) => _default; method AsInternal (line 157) | private ILanguageExtensionSubtags AsInternal(InterfaceTag GetExt... method AsInternal (line 161) | private ILanguage2 AsInternal(InterfaceTag _) => new globa... method IsOverridableInterface (line 173) | private bool IsOverridableInterface(Guid iid) => false; method GetInterface (line 175) | global::System.Runtime.InteropServices.CustomQueryInterfaceResult glob... method CreateMarshaler (line 835) | public static IObjectReference CreateMarshaler(global::MS.Internal.Win... method GetAbi (line 836) | public static IntPtr GetAbi(IObjectReference value) => value is null ?... method FromAbi (line 837) | public static global::MS.Internal.WindowsRuntime.Windows.Globalization... method FromManaged (line 838) | public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Wi... method CreateMarshalerArray (line 839) | public static unsafe MarshalInterfaceHelper Mar... method FromAbiArray (line 841) | public static unsafe global::MS.Internal.WindowsRuntime.Windows.Global... method FromManagedArray (line 842) | public static (int length, IntPtr data) FromManagedArray(global::MS.In... method DisposeMarshaler (line 843) | public static void DisposeMarshaler(IObjectReference value) => Marshal... method DisposeMarshalerArray (line 844) | public static void DisposeMarshalerArray(MarshalInterfaceHelper MarshalInspectable.Dispos... method DisposeAbiArray (line 846) | public static unsafe void DisposeAbiArray(object box) => MarshalInspec... type LanguageLayoutDirection (line 195) | [global::WinRT.WindowsRuntimeType] class ILanguage (line 208) | [global::WinRT.ObjectReferenceWrapper(nameof(_obj))] type Vftbl (line 212) | [Guid("EA79A752-F7C2-4265-B1BD-C4DEC4E4F080")] method Vftbl (line 223) | static unsafe Vftbl() method Do_Abi_get_DisplayName_1 (line 238) | private static unsafe int Do_Abi_get_DisplayName_1(IntPtr thisPtr, o... method Do_Abi_get_LanguageTag_0 (line 257) | private static unsafe int Do_Abi_get_LanguageTag_0(IntPtr thisPtr, o... method Do_Abi_get_NativeName_2 (line 276) | private static unsafe int Do_Abi_get_NativeName_2(IntPtr thisPtr, ou... method Do_Abi_get_Script_3 (line 295) | private static unsafe int Do_Abi_get_Script_3(IntPtr thisPtr, out In... method FromAbi (line 315) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 321) | public ObjectReference AsInterface() => _obj.As(); method As (line 322) | public A As() => _obj.AsType(); method ILanguage (line 323) | public ILanguage(IObjectReference obj) : this(obj.As()) {} method ILanguage (line 324) | public ILanguage(ObjectReference obj) class ILanguage2 (line 398) | [global::WinRT.ObjectReferenceWrapper(nameof(_obj))] type Vftbl (line 402) | [Guid("6A47E5B5-D94D-4886-A404-A5A5B9D5B494")] method Vftbl (line 410) | static unsafe Vftbl() method Do_Abi_get_LayoutDirection_0 (line 422) | private static unsafe int Do_Abi_get_LayoutDirection_0(IntPtr thisPt... method FromAbi (line 442) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 448) | public ObjectReference AsInterface() => _obj.As(); method As (line 449) | public A As() => _obj.AsType(); method ILanguage2 (line 450) | public ILanguage2(IObjectReference obj) : this(obj.As()) {} method ILanguage2 (line 451) | public ILanguage2(ObjectReference obj) class ILanguage2_Delegates (line 466) | [global::System.ComponentModel.EditorBrowsable(global::System.ComponentM... class ILanguageExtensionSubtags (line 472) | [global::WinRT.ObjectReferenceWrapper(nameof(_obj))] method GetExtensionSubtags (line 38) | global::System.Collections.Generic.IReadOnlyList GetExtensionS... type Vftbl (line 476) | [Guid("7D7DAF45-368D-4364-852B-DEC927037B85")] method Vftbl (line 484) | static unsafe Vftbl() method Do_Abi_GetExtensionSubtags_0 (line 496) | private static unsafe int Do_Abi_GetExtensionSubtags_0(IntPtr thisPt... method FromAbi (line 516) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 522) | public ObjectReference AsInterface() => _obj.As(); method As (line 523) | public A As() => _obj.AsType(); method ILanguageExtensionSubtags (line 524) | public ILanguageExtensionSubtags(IObjectReference obj) : this(obj.As obj) method GetExtensionSubtags (line 530) | public unsafe global::System.Collections.Generic.IReadOnlyList... class ILanguageExtensionSubtags_Delegates (line 547) | [global::System.ComponentModel.EditorBrowsable(global::System.ComponentM... class ILanguageFactory (line 553) | [global::WinRT.ObjectReferenceWrapper(nameof(_obj))] method CreateLanguage (line 44) | Language CreateLanguage(string languageTag); type Vftbl (line 557) | [Guid("9B0252AC-0C27-44F8-B792-9793FB66C63E")] method Vftbl (line 565) | static unsafe Vftbl() method Do_Abi_CreateLanguage_0 (line 577) | private static unsafe int Do_Abi_CreateLanguage_0(IntPtr thisPtr, In... method FromAbi (line 597) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 603) | public ObjectReference AsInterface() => _obj.As(); method As (line 604) | public A As() => _obj.AsType(); method ILanguageFactory (line 605) | public ILanguageFactory(IObjectReference obj) : this(obj.As()) {} method ILanguageFactory (line 606) | public ILanguageFactory(ObjectReference obj) method CreateLanguage (line 611) | public unsafe global::MS.Internal.WindowsRuntime.Windows.Globalization... class ILanguageFactory_Delegates (line 628) | [global::System.ComponentModel.EditorBrowsable(global::System.ComponentM... class ILanguageStatics (line 634) | [global::WinRT.ObjectReferenceWrapper(nameof(_obj))] method IsWellFormed (line 51) | bool IsWellFormed(string languageTag); type Vftbl (line 638) | [Guid("B23CD557-0865-46D4-89B8-D59BE8990F0D")] method Vftbl (line 647) | static unsafe Vftbl() method Do_Abi_IsWellFormed_0 (line 660) | private static unsafe int Do_Abi_IsWellFormed_0(IntPtr thisPtr, IntP... method Do_Abi_get_CurrentInputMethodLanguageTag_1 (line 679) | private static unsafe int Do_Abi_get_CurrentInputMethodLanguageTag_1... method FromAbi (line 699) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 705) | public ObjectReference AsInterface() => _obj.As(); method As (line 706) | public A As() => _obj.AsType(); method ILanguageStatics (line 707) | public ILanguageStatics(IObjectReference obj) : this(obj.As()) {} method ILanguageStatics (line 708) | public ILanguageStatics(ObjectReference obj) method IsWellFormed (line 713) | public unsafe bool IsWellFormed(string languageTag) class ILanguageStatics_Delegates (line 746) | [global::System.ComponentModel.EditorBrowsable(global::System.ComponentM... class ILanguageStatics2 (line 752) | [global::WinRT.ObjectReferenceWrapper(nameof(_obj))] method TrySetInputMethodLanguageTag (line 59) | bool TrySetInputMethodLanguageTag(string languageTag); type Vftbl (line 756) | [Guid("30199F6E-914B-4B2A-9D6E-E3B0E27DBE4F")] method Vftbl (line 764) | static unsafe Vftbl() method Do_Abi_TrySetInputMethodLanguageTag_0 (line 776) | private static unsafe int Do_Abi_TrySetInputMethodLanguageTag_0(IntP... method FromAbi (line 796) | public static ObjectReference FromAbi(IntPtr thisPtr) => Object... method AsInterface (line 802) | public ObjectReference AsInterface() => _obj.As(); method As (line 803) | public A As() => _obj.AsType(); method ILanguageStatics2 (line 804) | public ILanguageStatics2(IObjectReference obj) : this(obj.As()) {} method ILanguageStatics2 (line 805) | public ILanguageStatics2(ObjectReference obj) method TrySetInputMethodLanguageTag (line 810) | public unsafe bool TrySetInputMethodLanguageTag(string languageTag) class ILanguageStatics2_Delegates (line 826) | [global::System.ComponentModel.EditorBrowsable(global::System.ComponentM... type Language (line 832) | [global::System.ComponentModel.EditorBrowsable(global::System.ComponentM... class _ILanguageFactory (line 73) | internal class _ILanguageFactory : ABI.Windows.Globalization.ILanguage... method _ILanguageFactory (line 75) | public _ILanguageFactory() : base(ActivationFactory.As _ILanguageStati... class _ILanguageStatics2 (line 123) | internal class _ILanguageStatics2 : ABI.Windows.Globalization.ILanguag... method _ILanguageStatics2 (line 125) | public _ILanguageStatics2() : base((new BaseActivationFactory("Windo... method TrySetInputMethodLanguageTag (line 130) | public static bool TrySetInputMethodLanguageTag(string languageTag) =>... method FromAbi (line 132) | public static Language FromAbi(IntPtr thisPtr) method Language (line 139) | public Language(global::MS.Internal.WindowsRuntime.ABI.Windows.Globali... method Equals (line 146) | public bool Equals(Language other) => this == other; method Equals (line 147) | public override bool Equals(object obj) => obj is Language that && thi... method GetHashCode (line 148) | public override int GetHashCode() => ThisPtr.GetHashCode(); method GetDefaultReference (line 150) | private IObjectReference GetDefaultReference() => _default.AsInter... method GetReferenceForQI (line 151) | private IObjectReference GetReferenceForQI() => _inner ?? _default.Ob... type InterfaceTag (line 153) | private struct InterfaceTag{}; method AsInternal (line 155) | private ILanguage AsInternal(InterfaceTag _) => _default; method AsInternal (line 157) | private ILanguageExtensionSubtags AsInternal(InterfaceTag GetExt... method AsInternal (line 161) | private ILanguage2 AsInternal(InterfaceTag _) => new globa... method IsOverridableInterface (line 173) | private bool IsOverridableInterface(Guid iid) => false; method GetInterface (line 175) | global::System.Runtime.InteropServices.CustomQueryInterfaceResult glob... method CreateMarshaler (line 835) | public static IObjectReference CreateMarshaler(global::MS.Internal.Win... method GetAbi (line 836) | public static IntPtr GetAbi(IObjectReference value) => value is null ?... method FromAbi (line 837) | public static global::MS.Internal.WindowsRuntime.Windows.Globalization... method FromManaged (line 838) | public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Wi... method CreateMarshalerArray (line 839) | public static unsafe MarshalInterfaceHelper Mar... method FromAbiArray (line 841) | public static unsafe global::MS.Internal.WindowsRuntime.Windows.Global... method FromManagedArray (line 842) | public static (int length, IntPtr data) FromManagedArray(global::MS.In... method DisposeMarshaler (line 843) | public static void DisposeMarshaler(IObjectReference value) => Marshal... method DisposeMarshalerArray (line 844) | public static void DisposeMarshalerArray(MarshalInterfaceHelper MarshalInspectable.Dispos... method DisposeAbiArray (line 846) | public static unsafe void DisposeAbiArray(object box) => MarshalInspec... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/WindowsRuntime/Windows/Data/Text/WordsSegmenter.cs class WordsSegmenter (line 28) | internal partial class WordsSegmenter method Create (line 37) | public static WordsSegmenter Create(string language, bool shouldPrefer... method ShouldUseDedicatedSegmenter (line 54) | private static bool ShouldUseDedicatedSegmenter(string languageTag) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/Application/DocumentApplicationJournalEntry.cs class DocumentApplicationJournalEntry (line 20) | [Serializable] method DocumentApplicationJournalEntry (line 34) | public DocumentApplicationJournalEntry(object state, string name) method DocumentApplicationJournalEntry (line 44) | public DocumentApplicationJournalEntry(object state) : method Replay (line 59) | public override void Replay(NavigationService navigationService, Navig... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/ColumnResult.cs class ColumnResult (line 24) | internal sealed class ColumnResult method ColumnResult (line 40) | internal ColumnResult(FlowDocumentPage page, ref PTS.FSTRACKDESCRIPTIO... method ColumnResult (line 59) | internal ColumnResult(BaseParaClient subpage, ref PTS.FSTRACKDESCRIPTI... method Contains (line 92) | internal bool Contains(ITextPointer position, bool strict) method EnsureTextContentRange (line 222) | private void EnsureTextContentRange() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/ContentElementCollection.cs class ContentElementCollection (line 21) | internal abstract class ContentElementCollection : IList... method ContentElementCollection (line 33) | internal ContentElementCollection(TParent owner) method CopyTo (line 64) | public void CopyTo(Array array, int index) method CopyTo (line 100) | public void CopyTo(TItem[] array, int index) method GetEnumerator (line 115) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 122) | internal IEnumerator GetEnumerator() method GetEnumerator (line 130) | IEnumerator IEnumerable.GetEnumerator() method Add (line 147) | public abstract void Add(TItem item); method Clear (line 157) | public abstract void Clear(); method Contains (line 166) | public bool Contains(TItem item) method IndexOf (line 182) | public int IndexOf(TItem item) method Insert (line 218) | public abstract void Insert(int index, TItem item); method Remove (line 235) | public abstract bool Remove(TItem item); method RemoveAt (line 251) | public abstract void RemoveAt(int index); method RemoveRange (line 274) | public abstract void RemoveRange(int index, int count); method TrimToSize (line 287) | public void TrimToSize() class ContentElementCollectionEnumeratorSimple (line 302) | protected class ContentElementCollectionEnumeratorSimple : IEnumerator... method ContentElementCollectionEnumeratorSimple (line 304) | internal ContentElementCollectionEnumeratorSimple(ContentElementColl... method MoveNext (line 314) | public bool MoveNext() method Reset (line 366) | public void Reset() method Dispose (line 376) | public void Dispose() class DummyProxy (line 388) | protected class DummyProxy : DependencyObject method Add (line 401) | int IList.Add(object value) method Clear (line 418) | void IList.Clear() method Contains (line 423) | bool IList.Contains(object value) method IndexOf (line 435) | int IList.IndexOf(object value) method Insert (line 447) | void IList.Insert(int index, object value) method Remove (line 477) | void IList.Remove(object value) method RemoveAt (line 489) | void IList.RemoveAt(int index) method EnsureCapacity (line 661) | internal void EnsureCapacity(int min) method PrivateConnectChild (line 681) | internal abstract void PrivateConnectChild(int index, TItem item); method PrivateDisconnectChild (line 689) | internal abstract void PrivateDisconnectChild(TItem item); method PrivateRemove (line 696) | internal void PrivateRemove(TItem item) method BelongsToOwner (line 718) | internal bool BelongsToOwner(TItem item) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/ContentHostHelper.cs class ContentHostHelper (line 20) | internal static class ContentHostHelper method FindContentHost (line 35) | internal static IContentHost FindContentHost(ContentElement contentEle... method GetICHFromFlowDocument (line 84) | private static IContentHost GetICHFromFlowDocument(TextElement content... method FindDocumentPageViews (line 143) | private static void FindDocumentPageViews(Visual root, List GetGlyphRuns(ITextPoint... method Contains (line 317) | internal override bool Contains(ITextPointer position) method OnPageConnected (line 334) | internal void OnPageConnected() method OnPageDisconnected (line 362) | internal void OnPageDisconnected() method OnTransformChanged (line 372) | internal void OnTransformChanged() method Validate (line 383) | internal override bool Validate() method Validate (line 395) | internal override bool Validate(ITextPointer position) method ThrottleBackgroundTasksForUserInput (line 440) | internal override void ThrottleBackgroundTasksForUserInput() method HandlePageTextViewUpdated (line 547) | private void HandlePageTextViewUpdated(object sender, EventArgs e) method GetTransformToAncestor (line 559) | private Transform GetTransformToAncestor() method TransformToAncestor (line 574) | private Point TransformToAncestor(Point point) method TransformToDescendant (line 589) | private Point TransformToDescendant(Point point) method GetYOffsetAtNextPage (line 616) | private double GetYOffsetAtNextPage(double offset, int count, out int ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/DocumentViewerConstants.cs class DocumentViewerConstants (line 12) | internal static class DocumentViewerConstants FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/DocumentViewerHelper.cs class DocumentViewerHelper (line 23) | internal static class DocumentViewerHelper method ToggleFindToolBar (line 39) | internal static void ToggleFindToolBar(Decorator findToolBarHost, Even... method Find (line 75) | internal static ITextRange Find(FindToolBar findToolBar, TextEditor te... method GetDocumentCultureInfo (line 239) | private static CultureInfo GetDocumentCultureInfo(ITextContainer textC... method ShowFindUnsuccessfulMessage (line 272) | internal static void ShowFindUnsuccessfulMessage(FindToolBar findToolBar) method IsLogicalDescendent (line 314) | internal static bool IsLogicalDescendent(DependencyObject child, Depen... method KeyDownHelper (line 330) | internal static void KeyDownHelper(KeyEventArgs e, DependencyObject fi... method OnContextMenuOpening (line 362) | internal static void OnContextMenuOpening(FlowDocument document, Contr... method CalculateVisibleRect (line 451) | internal static Rect CalculateVisibleRect(Rect visibleRect, Visual ori... class FlowDocumentPrintingState (line 482) | internal class FlowDocumentPrintingState FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/DocumentsTrace.cs class DocumentsTrace (line 14) | internal sealed class DocumentsTrace class FixedFormat (line 16) | internal static class FixedFormat method FixedFormat (line 29) | static FixedFormat() class FixedTextOM (line 39) | internal static class FixedTextOM method FixedTextOM (line 63) | static FixedTextOM() class FixedDocumentSequence (line 76) | internal static class FixedDocumentSequence method FixedDocumentSequence (line 91) | static FixedDocumentSequence() method DocumentsTrace (line 101) | static DocumentsTrace() method DocumentsTrace (line 116) | public DocumentsTrace(string switchName) method DocumentsTrace (line 124) | public DocumentsTrace(string switchName, bool initialState) : this(swi... method Trace (line 131) | [Conditional("DEBUG")] method TraceCallers (line 142) | [Conditional("DEBUG")] method Indent (line 165) | [Conditional("DEBUG")] method Unindent (line 174) | [Conditional("DEBUG")] method Enable (line 183) | [Conditional("DEBUG")] method Disable (line 191) | [Conditional("DEBUG")] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/FixedDocumentPaginator.cs class FixedDocumentPaginator (line 20) | internal class FixedDocumentPaginator : DynamicDocumentPaginator, IServi... method FixedDocumentPaginator (line 33) | internal FixedDocumentPaginator(FixedDocument document) method GetPage (line 51) | public override DocumentPage GetPage(int pageNumber) method GetPageAsync (line 59) | public override void GetPageAsync(int pageNumber, object userState) method CancelAsync (line 67) | public override void CancelAsync(object userState) method GetPageNumber (line 75) | public override int GetPageNumber(ContentPosition contentPosition) method GetPagePosition (line 83) | public override ContentPosition GetPagePosition(DocumentPage page) method GetObjectPosition (line 91) | public override ContentPosition GetObjectPosition(Object o) method NotifyGetPageCompleted (line 149) | internal void NotifyGetPageCompleted(GetPageCompletedEventArgs e) method NotifyPaginationCompleted (line 154) | internal void NotifyPaginationCompleted(EventArgs e) method NotifyPaginationProgress (line 159) | internal void NotifyPaginationProgress(PaginationProgressEventArgs e) method NotifyPagesChanged (line 164) | internal void NotifyPagesChanged(PagesChangedEventArgs e) method GetService (line 195) | object IServiceProvider.GetService(Type serviceType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/FixedDocumentSequencePaginator.cs class FixedDocumentSequencePaginator (line 20) | internal class FixedDocumentSequencePaginator : DynamicDocumentPaginator... method FixedDocumentSequencePaginator (line 33) | internal FixedDocumentSequencePaginator(FixedDocumentSequence document) method GetPage (line 51) | public override DocumentPage GetPage(int pageNumber) method GetPageAsync (line 59) | public override void GetPageAsync(int pageNumber, object userState) method CancelAsync (line 67) | public override void CancelAsync(object userState) method GetPageNumber (line 75) | public override int GetPageNumber(ContentPosition contentPosition) method GetPagePosition (line 83) | public override ContentPosition GetPagePosition(DocumentPage page) method GetObjectPosition (line 91) | public override ContentPosition GetObjectPosition(Object o) method NotifyGetPageCompleted (line 149) | internal void NotifyGetPageCompleted(GetPageCompletedEventArgs e) method NotifyPaginationCompleted (line 154) | internal void NotifyPaginationCompleted(EventArgs e) method NotifyPaginationProgress (line 159) | internal void NotifyPaginationProgress(PaginationProgressEventArgs e) method NotifyPagesChanged (line 164) | internal void NotifyPagesChanged(PagesChangedEventArgs e) method GetService (line 195) | object IServiceProvider.GetService(Type serviceType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/FlowDocumentFormatter.cs class FlowDocumentFormatter (line 18) | internal class FlowDocumentFormatter : IFlowDocumentFormatter method FlowDocumentFormatter (line 31) | internal FlowDocumentFormatter(FlowDocument document) method Format (line 51) | internal void Format(Size constraint) method Arrange (line 114) | internal void Arrange(Size arrangeSize, Rect viewport) method ComputePageSize (line 189) | private Size ComputePageSize(Size constraint) method ComputePageMargin (line 218) | private Thickness ComputePageMargin() method OnContentInvalidated (line 297) | void IFlowDocumentFormatter.OnContentInvalidated(bool affectsLayout) method OnContentInvalidated (line 321) | void IFlowDocumentFormatter.OnContentInvalidated(bool affectsLayout, I... method Suspend (line 329) | void IFlowDocumentFormatter.Suspend() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/FlowDocumentPaginator.cs class FlowDocumentPaginator (line 24) | internal class FlowDocumentPaginator : DynamicDocumentPaginator, IServic... method FlowDocumentPaginator (line 37) | internal FlowDocumentPaginator(FlowDocument document) method GetPageAsync (line 68) | public override void GetPageAsync(int pageNumber, object userState) method GetPage (line 134) | public override DocumentPage GetPage(int pageNumber) method GetPageNumberAsync (line 212) | public override void GetPageNumberAsync(ContentPosition contentPositio... method GetPageNumber (line 267) | public override int GetPageNumber(ContentPosition contentPosition) method GetPagePosition (line 342) | public override ContentPosition GetPagePosition(DocumentPage page) method GetObjectPosition (line 407) | public override ContentPosition GetObjectPosition(Object o) method CancelAsync (line 424) | public override void CancelAsync(object userState) method InitiateNextAsyncOperation (line 606) | internal void InitiateNextAsyncOperation() method CancelAllAsyncOperations (line 618) | internal void CancelAllAsyncOperations() method OnPagesChanged (line 631) | internal void OnPagesChanged(int pageStart, int pageCount) method OnPaginationProgress (line 641) | internal void OnPaginationProgress(int pageStart, int pageCount) method OnPaginationCompleted (line 649) | internal void OnPaginationCompleted() method InvalidateBRT (line 677) | private void InvalidateBRT() method InvalidateBRTLayout (line 690) | private void InvalidateBRTLayout(ITextPointer start, ITextPointer end) method FormatPagesTill (line 699) | private DocumentPage FormatPagesTill(int pageNumber) method FormatPage (line 726) | private DocumentPage FormatPage(int pageNumber) method OnBackgroundPagination (line 754) | private object OnBackgroundPagination(object arg) method ComputePageSize (line 835) | private Size ComputePageSize() class AsyncRequest (line 934) | private abstract class AsyncRequest method AsyncRequest (line 936) | internal AsyncRequest(object userState, FlowDocumentPaginator pagina... method Cancel (line 945) | internal abstract void Cancel(); method Process (line 950) | internal abstract bool Process(); class GetPageAsyncRequest (line 964) | private class GetPageAsyncRequest : AsyncRequest method GetPageAsyncRequest (line 966) | internal GetPageAsyncRequest(int pageNumber, object userState, FlowD... method Cancel (line 974) | internal override void Cancel() method Process (line 982) | internal override bool Process() class GetPageNumberAsyncRequest (line 1002) | private class GetPageNumberAsyncRequest : AsyncRequest method GetPageNumberAsyncRequest (line 1004) | internal GetPageNumberAsyncRequest(TextPointer textPointer, object u... method Cancel (line 1012) | internal override void Cancel() method Process (line 1020) | internal override bool Process() class CustomDispatcherObject (line 1050) | private class CustomDispatcherObject : DispatcherObject { } method GetService (line 1066) | object IServiceProvider.GetService(Type serviceType) method OnContentInvalidated (line 1085) | void IFlowDocumentFormatter.OnContentInvalidated(bool affectsLayout) method OnContentInvalidated (line 1103) | void IFlowDocumentFormatter.OnContentInvalidated(bool affectsLayout, I... method Suspend (line 1118) | void IFlowDocumentFormatter.Suspend() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/FlowDocumentView.cs class FlowDocumentView (line 22) | internal class FlowDocumentView : FrameworkElement, IScrollInfo, IServic... method FlowDocumentView (line 35) | static FlowDocumentView() method FlowDocumentView (line 42) | internal FlowDocumentView() method MeasureOverride (line 61) | protected sealed override Size MeasureOverride(Size constraint) method ArrangeOverride (line 96) | protected sealed override Size ArrangeOverride(Size arrangeSize) method GetVisualChild (line 218) | protected override Visual GetVisualChild(int index) method ResumeLayout (line 270) | internal void ResumeLayout() method EnsureFormatter (line 339) | private void EnsureFormatter() method HandleContentInvalidated (line 354) | private void HandleContentInvalidated(object sender, EventArgs e) method HandleFormatterSuspended (line 364) | private void HandleFormatterSuspended(object sender, EventArgs e) method LineUp (line 412) | void IScrollInfo.LineUp() method LineDown (line 420) | void IScrollInfo.LineDown() method LineLeft (line 428) | void IScrollInfo.LineLeft() method LineRight (line 436) | void IScrollInfo.LineRight() method PageUp (line 444) | void IScrollInfo.PageUp() method PageDown (line 452) | void IScrollInfo.PageDown() method PageLeft (line 460) | void IScrollInfo.PageLeft() method PageRight (line 468) | void IScrollInfo.PageRight() method MouseWheelUp (line 476) | void IScrollInfo.MouseWheelUp() method MouseWheelDown (line 484) | void IScrollInfo.MouseWheelDown() method MouseWheelLeft (line 492) | void IScrollInfo.MouseWheelLeft() method MouseWheelRight (line 500) | void IScrollInfo.MouseWheelRight() method SetHorizontalOffset (line 508) | void IScrollInfo.SetHorizontalOffset(double offset) method SetVerticalOffset (line 516) | void IScrollInfo.SetVerticalOffset(double offset) method MakeVisible (line 524) | Rect IScrollInfo.MakeVisible(Visual visual, Rect rectangle) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/HostedElements.cs class HostedElements (line 13) | internal class HostedElements : IEnumerator method HostedElements (line 23) | internal HostedElements(ReadOnlyCollection textSegments) method Dispose (line 41) | void IDisposable.Dispose() method MoveNext (line 57) | public bool MoveNext() method Reset (line 147) | void IEnumerator.Reset() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/IAcceptInsertion.cs type IAcceptInsertion (line 14) | internal interface IAcceptInsertion FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/IDocumentScrollInfo.cs type IDocumentScrollInfo (line 22) | internal interface IDocumentScrollInfo : IScrollInfo method MakePageVisible (line 35) | void MakePageVisible(int pageNumber); method MakeSelectionVisible (line 41) | void MakeSelectionVisible(); method MakeVisible (line 47) | Rect MakeVisible(object o, Rect r, int pageNumber); method ScrollToNextRow (line 56) | void ScrollToNextRow(); method ScrollToPreviousRow (line 63) | void ScrollToPreviousRow(); method ScrollToHome (line 68) | void ScrollToHome(); method ScrollToEnd (line 73) | void ScrollToEnd(); method SetScale (line 80) | void SetScale(double scale); method SetColumns (line 88) | void SetColumns(int columns); method FitColumns (line 96) | void FitColumns(int columns); method FitToPageWidth (line 102) | void FitToPageWidth(); method FitToPageHeight (line 108) | void FitToPageHeight(); method ViewThumbnails (line 114) | void ViewThumbnails(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/IFlowDocumentFormatter.cs type IFlowDocumentFormatter (line 15) | internal interface IFlowDocumentFormatter method OnContentInvalidated (line 21) | void OnContentInvalidated(bool affectsLayout); method OnContentInvalidated (line 29) | void OnContentInvalidated(bool affectsLayout, ITextPointer start, ITex... method Suspend (line 34) | void Suspend(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/IFlowDocumentViewer.cs type IFlowDocumentViewer (line 17) | internal interface IFlowDocumentViewer method PreviousPage (line 22) | void PreviousPage(); method NextPage (line 27) | void NextPage(); method FirstPage (line 32) | void FirstPage(); method LastPage (line 37) | void LastPage(); method Print (line 42) | void Print(); method CancelPrint (line 47) | void CancelPrint(); method ShowFindResult (line 52) | void ShowFindResult(ITextRange findResult); method CanGoToPage (line 59) | bool CanGoToPage(int pageNumber); method GoToPage (line 65) | void GoToPage(int pageNumber); method SetDocument (line 71) | void SetDocument(FlowDocument document); class ReaderScrollViewer (line 129) | internal class ReaderScrollViewer : FlowDocumentScrollViewer, IFlowDocum... method OnPrintCompleted (line 142) | protected override void OnPrintCompleted() method OnPrintCommand (line 155) | protected override void OnPrintCommand() method OnPropertyChanged (line 168) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method IsValidTextSelectionForDocument (line 201) | private bool IsValidTextSelectionForDocument(ITextSelection textSelect... method SetTextSelection (line 214) | private object SetTextSelection(object arg) method PreviousPage (line 257) | void IFlowDocumentViewer.PreviousPage() method NextPage (line 265) | void IFlowDocumentViewer.NextPage() method FirstPage (line 273) | void IFlowDocumentViewer.FirstPage() method LastPage (line 281) | void IFlowDocumentViewer.LastPage() method Print (line 289) | void IFlowDocumentViewer.Print() method CancelPrint (line 297) | void IFlowDocumentViewer.CancelPrint() method ShowFindResult (line 305) | void IFlowDocumentViewer.ShowFindResult(ITextRange findResult) method CanGoToPage (line 314) | bool IFlowDocumentViewer.CanGoToPage(int pageNumber) method GoToPage (line 323) | void IFlowDocumentViewer.GoToPage(int pageNumber) method SetDocument (line 334) | void IFlowDocumentViewer.SetDocument(FlowDocument document) class ReaderPageViewer (line 452) | internal class ReaderPageViewer : FlowDocumentPageViewer, IFlowDocumentV... method OnPrintCompleted (line 465) | protected override void OnPrintCompleted() method OnPrintCommand (line 478) | protected override void OnPrintCommand() method OnPropertyChanged (line 491) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method SetTextSelection (line 538) | private object SetTextSelection(object arg) method RaisePropertyChangedAsync (line 559) | private object RaisePropertyChangedAsync(object arg) method PreviousPage (line 612) | void IFlowDocumentViewer.PreviousPage() method NextPage (line 620) | void IFlowDocumentViewer.NextPage() method FirstPage (line 628) | void IFlowDocumentViewer.FirstPage() method LastPage (line 636) | void IFlowDocumentViewer.LastPage() method Print (line 644) | void IFlowDocumentViewer.Print() method CancelPrint (line 652) | void IFlowDocumentViewer.CancelPrint() method ShowFindResult (line 660) | void IFlowDocumentViewer.ShowFindResult(ITextRange findResult) method CanGoToPage (line 671) | bool IFlowDocumentViewer.CanGoToPage(int pageNumber) method GoToPage (line 679) | void IFlowDocumentViewer.GoToPage(int pageNumber) method SetDocument (line 687) | void IFlowDocumentViewer.SetDocument(FlowDocument document) class ReaderTwoPageViewer (line 803) | internal class ReaderTwoPageViewer : ReaderPageViewer method OnPreviousPageCommand (line 816) | protected override void OnPreviousPageCommand() method OnNextPageCommand (line 824) | protected override void OnNextPageCommand() method OnLastPageCommand (line 832) | protected override void OnLastPageCommand() method OnGoToPageCommand (line 842) | protected override void OnGoToPageCommand(int pageNumber) method OnPropertyChanged (line 851) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method ReaderTwoPageViewer (line 877) | static ReaderTwoPageViewer() method CoerceCanGoToNextPage (line 885) | private static object CoerceCanGoToNextPage(DependencyObject d, object... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/IIndexedChild.cs type IIndexedChild (line 26) | internal interface IIndexedChild method OnEnterParentTree (line 32) | void OnEnterParentTree(); method OnExitParentTree (line 36) | void OnExitParentTree(); method OnAfterExitParentTree (line 41) | void OnAfterExitParentTree(TParent parent); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/IParentUndoUnit.cs type IParentUndoUnit (line 16) | internal interface IParentUndoUnit : IUndoUnit method Clear (line 35) | void Clear(); method Open (line 42) | void Open(IParentUndoUnit newUnit); method Close (line 47) | void Close(UndoCloseAction closeAction); method Close (line 54) | void Close(IParentUndoUnit closingUnit, UndoCloseAction closeAction); method Add (line 61) | void Add(IUndoUnit newUnit); method OnNextAdd (line 69) | void OnNextAdd(); method OnNextDiscard (line 77) | void OnNextDiscard(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/ITextBoxViewHost.cs type ITextBoxViewHost (line 16) | internal interface ITextBoxViewHost FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/IUndoUnit.cs type IUndoUnit (line 16) | internal interface IUndoUnit method Do (line 36) | void Do(); method Merge (line 48) | bool Merge(IUndoUnit unit); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/LineResult.cs class LineResult (line 18) | internal abstract class LineResult method GetTextPositionFromDistance (line 31) | internal abstract ITextPointer GetTextPositionFromDistance(double dist... method IsAtCaretUnitBoundary (line 36) | internal abstract bool IsAtCaretUnitBoundary(ITextPointer position); method GetNextCaretUnitPosition (line 41) | internal abstract ITextPointer GetNextCaretUnitPosition(ITextPointer p... method GetBackspaceCaretUnitPosition (line 46) | internal abstract ITextPointer GetBackspaceCaretUnitPosition(ITextPoin... method GetGlyphRuns (line 51) | internal abstract ReadOnlyCollection GetGlyphRuns(ITextPoint... method GetContentEndPosition (line 61) | internal abstract ITextPointer GetContentEndPosition(); method GetEllipsesPosition (line 71) | internal abstract ITextPointer GetEllipsesPosition(); method GetContentEndPositionCP (line 81) | internal abstract int GetContentEndPositionCP(); method GetEllipsesPositionCP (line 91) | internal abstract int GetEllipsesPositionCP(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/MultiPageTextView.cs class MultiPageTextView (line 21) | internal class MultiPageTextView : TextViewBase method MultiPageTextView (line 37) | internal MultiPageTextView(DocumentViewerBase viewer, UIElement render... method OnUpdated (line 60) | protected override void OnUpdated(EventArgs e) method GetTextPositionFromPoint (line 89) | internal override ITextPointer GetTextPositionFromPoint(Point point, b... method GetRawRectangleFromTextPosition (line 113) | internal override Rect GetRawRectangleFromTextPosition(ITextPointer po... method GetTightBoundingGeometryFromTextPositions (line 142) | internal override Geometry GetTightBoundingGeometryFromTextPositions(I... method GetPositionAtNextLine (line 185) | internal override ITextPointer GetPositionAtNextLine(ITextPointer posi... method GetPositionAtNextPage (line 200) | internal override ITextPointer GetPositionAtNextPage(ITextPointer posi... method IsAtCaretUnitBoundary (line 213) | internal override bool IsAtCaretUnitBoundary(ITextPointer position) method GetNextCaretUnitPosition (line 235) | internal override ITextPointer GetNextCaretUnitPosition(ITextPointer p... method GetBackspaceCaretUnitPosition (line 257) | internal override ITextPointer GetBackspaceCaretUnitPosition(ITextPoin... method GetLineRange (line 279) | internal override TextSegment GetLineRange(ITextPointer position) method Contains (line 301) | internal override bool Contains(ITextPointer position) method BringPositionIntoViewAsync (line 314) | internal override void BringPositionIntoViewAsync(ITextPointer positio... method BringPointIntoViewAsync (line 375) | internal override void BringPointIntoViewAsync(Point point, object use... method BringLineIntoViewAsync (line 477) | internal override void BringLineIntoViewAsync(ITextPointer position, d... method BringPageIntoViewAsync (line 500) | internal override void BringPageIntoViewAsync(ITextPointer position, P... method CancelAsync (line 524) | internal override void CancelAsync(object userState) method OnPagesUpdated (line 569) | internal void OnPagesUpdated() method OnPageLayoutChanged (line 582) | internal void OnPageLayoutChanged() method GetPageTextViewFromPosition (line 600) | internal ITextView GetPageTextViewFromPosition(ITextPointer position) method OnPagesUpdatedCore (line 711) | private void OnPagesUpdatedCore() method HandlePageTextViewUpdated (line 742) | private void HandlePageTextViewUpdated(object sender, EventArgs e) method BringLineIntoViewCore (line 750) | private void BringLineIntoViewCore(BringLineIntoViewRequest request) method BringPageIntoViewCore (line 822) | private void BringPageIntoViewCore(BringPageIntoViewRequest request) method GetPositionAtNextLineCore (line 861) | private ITextPointer GetPositionAtNextLineCore(ITextPointer position, ... method GetPositionAtNextPageCore (line 965) | private ITextPointer GetPositionAtNextPageCore(ITextPointer position, ... method GetPositionAtPageBoundary (line 1019) | private ITextPointer GetPositionAtPageBoundary(bool pageTop, ITextView... method GetTextViewFromPoint (line 1065) | private DocumentPageTextView GetTextViewFromPoint(Point point, bool snap) method GetTextViewFromPosition (line 1133) | private DocumentPageTextView GetTextViewFromPosition(ITextPointer posi... method GetTextViewFromPageNumber (line 1158) | private DocumentPageTextView GetTextViewFromPageNumber(int pageNumber) method GetTextViewForNextPage (line 1186) | private DocumentPageTextView GetTextViewForNextPage(int pageNumber, in... method GetTransformToAncestor (line 1245) | private Transform GetTransformToAncestor(Visual innerScope) method TransformToAncestor (line 1259) | private Rect TransformToAncestor(Visual innerScope, Rect rect) method TransformToAncestor (line 1276) | private Point TransformToAncestor(Visual innerScope, Point point) method TransformToDescendant (line 1290) | private Point TransformToDescendant(Visual innerScope, Point point) method OnBringPositionIntoViewCompleted (line 1308) | private void OnBringPositionIntoViewCompleted(BringPositionIntoViewReq... method OnBringPointIntoViewCompleted (line 1318) | private void OnBringPointIntoViewCompleted(BringPointIntoViewRequest r... method OnBringLineIntoViewCompleted (line 1329) | private void OnBringLineIntoViewCompleted(BringLineIntoViewRequest req... method OnBringPageIntoViewCompleted (line 1341) | private void OnBringPageIntoViewCompleted(BringPageIntoViewRequest req... method OnUpdatedWorker (line 1353) | private object OnUpdatedWorker(object o) method IsPageNumberOutOfRange (line 1501) | private bool IsPageNumberOutOfRange(int pageNumber) class BringIntoViewRequest (line 1577) | private class BringIntoViewRequest method BringIntoViewRequest (line 1579) | internal BringIntoViewRequest(object userState) class BringPositionIntoViewRequest (line 1589) | private class BringPositionIntoViewRequest : BringIntoViewRequest method BringPositionIntoViewRequest (line 1591) | internal BringPositionIntoViewRequest(ITextPointer position, object ... class BringPointIntoViewRequest (line 1604) | private class BringPointIntoViewRequest : BringIntoViewRequest method BringPointIntoViewRequest (line 1606) | internal BringPointIntoViewRequest(Point point, object userState) class BringLineIntoViewRequest (line 1619) | private class BringLineIntoViewRequest : BringIntoViewRequest method BringLineIntoViewRequest (line 1621) | internal BringLineIntoViewRequest(ITextPointer position, double sugg... class BringPageIntoViewRequest (line 1643) | private class BringPageIntoViewRequest : BringIntoViewRequest method BringPageIntoViewRequest (line 1645) | internal BringPageIntoViewRequest(ITextPointer position, Point sugge... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/PageCache.cs class PageCache (line 20) | internal class PageCache method PageCache (line 34) | public PageCache() method GetPageSize (line 254) | public Size GetPageSize(int pageNumber) method IsPageDirty (line 289) | public bool IsPageDirty(int pageNumber) method OnPaginationProgress (line 316) | private void OnPaginationProgress(object sender, PaginationProgressEve... method PaginationProgressDelegate (line 332) | private object PaginationProgressDelegate(object parameter) method OnPaginationCompleted (line 445) | private void OnPaginationCompleted(object sender, EventArgs args) method PaginationCompletedDelegate (line 458) | private object PaginationCompletedDelegate(object parameter) method OnPagesChanged (line 484) | private void OnPagesChanged(object sender, PagesChangedEventArgs args) method PagesChangedDelegate (line 499) | private object PagesChangedDelegate(object parameter) method OnGetPageCompleted (line 559) | private void OnGetPageCompleted(object sender, GetPageCompletedEventAr... method GetPageCompletedDelegate (line 582) | private object GetPageCompletedDelegate(object parameter) method ValidatePaginationArgs (line 692) | private void ValidatePaginationArgs(int start, int count) method SetDefaultPageSize (line 701) | private void SetDefaultPageSize(bool dirtyOnly) method FirePageCacheChangedEvent (line 733) | private void FirePageCacheChangedEvent(List changes) method AddRange (line 750) | private PageCacheChange AddRange(int start, int count) method UpdateEntry (line 785) | private PageCacheChange UpdateEntry(int index, PageCacheEntry newEntry) method DirtyRange (line 812) | private PageCacheChange DirtyRange(int start, int count) method ClearCache (line 840) | private void ClearCache() class PageDestroyedWatcher (line 921) | internal class PageDestroyedWatcher method PageDestroyedWatcher (line 926) | public PageDestroyedWatcher() method AddPage (line 935) | public void AddPage(DocumentPage page) method RemovePage (line 952) | public void RemovePage(DocumentPage page) method IsDestroyed (line 966) | public bool IsDestroyed(DocumentPage page) method OnPageDestroyed (line 984) | private void OnPageDestroyed(object sender, EventArgs e) type PageCacheEntry (line 1005) | internal struct PageCacheEntry class PageCacheChangedEventArgs (line 1031) | internal class PageCacheChangedEventArgs : EventArgs method PageCacheChangedEventArgs (line 1037) | public PageCacheChangedEventArgs(List changes) class PageCacheChange (line 1060) | internal class PageCacheChange method PageCacheChange (line 1068) | public PageCacheChange(int start, int count, PageCacheChangeType type) type PageCacheChangeType (line 1113) | internal enum PageCacheChangeType FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/ParagraphResult.cs class ParagraphResult (line 22) | internal abstract class ParagraphResult method ParagraphResult (line 36) | internal ParagraphResult(BaseParaClient paraClient) method ParagraphResult (line 49) | internal ParagraphResult(BaseParaClient paraClient, Rect layoutBox, De... method Contains (line 74) | internal virtual bool Contains(ITextPointer position, bool strict) method EnsureTextContentRange (line 150) | private void EnsureTextContentRange() class ContainerParagraphResult (line 201) | internal sealed class ContainerParagraphResult : ParagraphResult method ContainerParagraphResult (line 215) | internal ContainerParagraphResult(ContainerParaClient paraClient) method GetTightBoundingGeometryFromTextPositions (line 238) | internal Geometry GetTightBoundingGeometryFromTextPositions(ITextPoint... class TextParagraphResult (line 309) | internal sealed class TextParagraphResult : ParagraphResult method TextParagraphResult (line 323) | internal TextParagraphResult(TextParaClient paraClient) method GetRectangleFromTextPosition (line 347) | internal Rect GetRectangleFromTextPosition(ITextPointer position) method GetTightBoundingGeometryFromTextPositions (line 360) | internal Geometry GetTightBoundingGeometryFromTextPositions(ITextPoint... method IsAtCaretUnitBoundary (line 369) | internal bool IsAtCaretUnitBoundary(ITextPointer position) method GetNextCaretUnitPosition (line 381) | internal ITextPointer GetNextCaretUnitPosition(ITextPointer position, ... method GetBackspaceCaretUnitPosition (line 390) | internal ITextPointer GetBackspaceCaretUnitPosition(ITextPointer posit... method GetGlyphRuns (line 404) | internal void GetGlyphRuns(List glyphRuns, ITextPointer star... method Contains (line 418) | internal override bool Contains(ITextPointer position, bool strict) class TableParagraphResult (line 578) | internal sealed class TableParagraphResult : ParagraphResult method TableParagraphResult (line 592) | internal TableParagraphResult(BaseParaClient paraClient) method GetParagraphsFromPoint (line 615) | internal ReadOnlyCollection GetParagraphsFromPoint(Po... method GetParagraphsFromPosition (line 627) | internal ReadOnlyCollection GetParagraphsFromPosition... method GetTightBoundingGeometryFromTextPositions (line 639) | internal Geometry GetTightBoundingGeometryFromTextPositions(ITextPoint... method GetCellParaClientFromPosition (line 651) | internal CellParaClient GetCellParaClientFromPosition(ITextPointer pos... method GetCellAbove (line 665) | internal CellParaClient GetCellAbove(double suggestedX, int rowGroupIn... method GetCellBelow (line 679) | internal CellParaClient GetCellBelow(double suggestedX, int rowGroupIn... method GetCellInfoFromPoint (line 691) | internal CellInfo GetCellInfoFromPoint(Point point) method GetRectangleFromRowEndPosition (line 703) | internal Rect GetRectangleFromRowEndPosition(ITextPointer position) class RowParagraphResult (line 764) | internal sealed class RowParagraphResult : ParagraphResult method RowParagraphResult (line 781) | internal RowParagraphResult(BaseParaClient paraClient, int index, Rect... class SubpageParagraphResult (line 856) | internal sealed class SubpageParagraphResult : ParagraphResult method SubpageParagraphResult (line 870) | internal SubpageParagraphResult(BaseParaClient paraClient) class FigureParagraphResult (line 972) | internal sealed class FigureParagraphResult : ParagraphResult method FigureParagraphResult (line 986) | internal FigureParagraphResult(BaseParaClient paraClient) method GetTightBoundingGeometryFromTextPositions (line 1079) | internal Geometry GetTightBoundingGeometryFromTextPositions(ITextPoint... class FloaterBaseParagraphResult (line 1119) | internal abstract class FloaterBaseParagraphResult : ParagraphResult method FloaterBaseParagraphResult (line 1133) | internal FloaterBaseParagraphResult(BaseParaClient paraClient) class FloaterParagraphResult (line 1144) | internal sealed class FloaterParagraphResult : FloaterBaseParagraphResult method FloaterParagraphResult (line 1158) | internal FloaterParagraphResult(BaseParaClient paraClient) method GetTightBoundingGeometryFromTextPositions (line 1251) | internal Geometry GetTightBoundingGeometryFromTextPositions(ITextPoint... class UIElementParagraphResult (line 1291) | internal sealed class UIElementParagraphResult : FloaterBaseParagraphResult method UIElementParagraphResult (line 1305) | internal UIElementParagraphResult(BaseParaClient paraClient) method GetTightBoundingGeometryFromTextPositions (line 1335) | internal Geometry GetTightBoundingGeometryFromTextPositions(ITextPoint... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/ParentUndoUnit.cs class ParentUndoUnit (line 18) | internal class ParentUndoUnit : IParentUndoUnit method ParentUndoUnit (line 34) | public ParentUndoUnit(string description) : base() method Open (line 58) | public virtual void Open(IParentUndoUnit newUnit) method Close (line 86) | public virtual void Close(UndoCloseAction closeAction) method Close (line 106) | public virtual void Close(IParentUndoUnit unit, UndoCloseAction closeA... method Add (line 208) | public virtual void Add(IUndoUnit unit) method Clear (line 251) | public virtual void Clear() method OnNextAdd (line 269) | public virtual void OnNextAdd() method OnNextDiscard (line 284) | public virtual void OnNextDiscard() method Do (line 306) | public virtual void Do() method Merge (line 350) | public virtual bool Merge(IUndoUnit unit) method Init (line 465) | protected void Init(string description) method SetOpenedUnit (line 485) | protected void SetOpenedUnit(IParentUndoUnit value) method SetLastUnit (line 496) | protected void SetLastUnit(IUndoUnit value) method CreateParentUndoUnitForSelf (line 507) | protected virtual IParentUndoUnit CreateParentUndoUnitForSelf() method IsInParentUnitChain (line 590) | private bool IsInParentUnitChain(IUndoUnit unit) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/RowCache.cs class RowCache (line 15) | internal class RowCache method RowCache (line 27) | public RowCache() method GetRow (line 238) | public RowInfo GetRow(int index) method GetRowForPageNumber (line 252) | public RowInfo GetRowForPageNumber(int pageNumber) method GetRowIndexForPageNumber (line 266) | public int GetRowIndexForPageNumber(int pageNumber) method GetRowIndexForVerticalOffset (line 296) | public int GetRowIndexForVerticalOffset(double offset) method GetVisibleRowIndices (line 383) | public void GetVisibleRowIndices(double startOffset, double endOffset,... method RecalcLayoutForScaleOrSpacing (line 436) | public void RecalcLayoutForScaleOrSpacing() method RecalcRows (line 491) | public void RecalcRows(int pivotPage, int columns) method WithinVisibleDelta (line 624) | private bool WithinVisibleDelta(double offset1, double offset2) method RecalcRowsForDynamicPageSizes (line 636) | private int RecalcRowsForDynamicPageSizes(int pivotPage, int columns) method CreateDynamicRow (line 719) | private RowInfo CreateDynamicRow(int startPage, double rowWidth, bool ... method RecalcRowsForFixedPageSizes (line 791) | private int RecalcRowsForFixedPageSizes(int startPage, int columns) method CreateFixedRow (line 824) | private RowInfo CreateFixedRow(int startPage, int columns) method AddPageRange (line 864) | private RowCacheChange AddPageRange(int startPage, int count) method AddRow (line 960) | private void AddRow(RowInfo newRow) method UpdatePageRange (line 996) | private RowCacheChange UpdatePageRange(int startPage, int count) method UpdateRow (line 1052) | private void UpdateRow(int index, RowInfo newRow) method TrimPageRange (line 1118) | private RowCacheChange TrimPageRange(int startPage) method GetScaledPageSize (line 1169) | private Size GetScaledPageSize(int pageNumber) method OnPageCacheChanged (line 1194) | private void OnPageCacheChanged(object sender, PageCacheChangedEventAr... method OnPaginationCompleted (line 1298) | private void OnPaginationCompleted(object sender, EventArgs args) class RowInfo (line 1356) | internal class RowInfo method RowInfo (line 1361) | public RowInfo() method AddPage (line 1372) | public void AddPage(Size pageSize) method ClearPages (line 1385) | public void ClearPages() class RowLayoutCompletedEventArgs (line 1465) | internal class RowLayoutCompletedEventArgs : EventArgs method RowLayoutCompletedEventArgs (line 1471) | public RowLayoutCompletedEventArgs(int pivotRowIndex) class RowCacheChangedEventArgs (line 1493) | internal class RowCacheChangedEventArgs : EventArgs method RowCacheChangedEventArgs (line 1499) | public RowCacheChangedEventArgs(List changes) class RowCacheChange (line 1521) | internal class RowCacheChange method RowCacheChange (line 1528) | public RowCacheChange(int start, int count) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/ScrollData.cs class ScrollData (line 16) | internal class ScrollData method LineUp (line 29) | internal void LineUp(UIElement owner) method LineDown (line 37) | internal void LineDown(UIElement owner) method LineLeft (line 45) | internal void LineLeft(UIElement owner) method LineRight (line 53) | internal void LineRight(UIElement owner) method PageUp (line 61) | internal void PageUp(UIElement owner) method PageDown (line 69) | internal void PageDown(UIElement owner) method PageLeft (line 77) | internal void PageLeft(UIElement owner) method PageRight (line 85) | internal void PageRight(UIElement owner) method MouseWheelUp (line 93) | internal void MouseWheelUp(UIElement owner) method MouseWheelDown (line 101) | internal void MouseWheelDown(UIElement owner) method MouseWheelLeft (line 109) | internal void MouseWheelLeft(UIElement owner) method MouseWheelRight (line 117) | internal void MouseWheelRight(UIElement owner) method SetHorizontalOffset (line 125) | internal void SetHorizontalOffset(UIElement owner, double offset) method SetVerticalOffset (line 144) | internal void SetVerticalOffset(UIElement owner, double offset) method MakeVisible (line 163) | internal Rect MakeVisible(UIElement owner, Visual visual, Rect rectangle) method SetScrollOwner (line 224) | internal void SetScrollOwner(UIElement owner, ScrollViewer value) method ComputeScrollOffset (line 422) | private double ComputeScrollOffset(double topView, double bottomView, ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/TableColumnCollectionInternal.cs class TableColumnCollectionInternal (line 13) | internal class TableColumnCollectionInternal : ContentElementCollection<... method TableColumnCollectionInternal (line 15) | internal TableColumnCollectionInternal(Table owner) method Add (line 32) | public override void Add(TableColumn item) method Clear (line 56) | public override void Clear() method Insert (line 93) | public override void Insert(int index, TableColumn item) method PrivateConnectChild (line 132) | internal override void PrivateConnectChild(int index, TableColumn item) method PrivateDisconnectChild (line 169) | internal override void PrivateDisconnectChild(TableColumn item) method Remove (line 204) | public override bool Remove(TableColumn item) method RemoveAt (line 233) | public override void RemoveAt(int index) method RemoveRange (line 265) | public override void RemoveRange(int index, int count) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/TableTextElementCollectionInternal.cs class TableTextElementCollectionInternal (line 15) | internal class TableTextElementCollectionInternal method TableTextElementCollectionInternal (line 20) | internal TableTextElementCollectionInternal(TParent owner) method Add (line 37) | public override void Add(TElementType item) method Clear (line 61) | public override void Clear() method Insert (line 98) | public override void Insert(int index, TElementType item) method Remove (line 142) | public override bool Remove(TElementType item) method RemoveAt (line 182) | public override void RemoveAt(int index) method RemoveRange (line 215) | public override void RemoveRange(int index, int count) method PrivateConnectChild (line 254) | internal override void PrivateConnectChild(int index, TElementType item) method PrivateDisconnectChild (line 283) | internal override void PrivateDisconnectChild(TElementType item) method FindInsertionIndex (line 313) | internal int FindInsertionIndex(TElementType item) method InternalAdd (line 350) | internal void InternalAdd(TElementType item) method InternalRemove (line 383) | internal void InternalRemove(TElementType item) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/TextBoxLine.cs class TextBoxLine (line 21) | internal class TextBoxLine : TextSource, IDisposable method TextBoxLine (line 35) | internal TextBoxLine(TextBoxView owner) method Dispose (line 54) | public void Dispose() method GetTextRun (line 65) | public override TextRun GetTextRun(int dcp) method GetPrecedingText (line 97) | public override TextSpan GetPrece... method GetTextEffectCharacterIndexFromTextSourceCharacterIndex (line 127) | public override int GetTextEffectCharacterIndexFromTextSourceCharacter... method Format (line 167) | internal void Format(int dcp, double formatWidth, double paragraphWidt... method CreateVisual (line 189) | internal TextBoxLineDrawingVisual CreateVisual(Geometry selectionGeome... method GetBoundsFromTextPosition (line 233) | internal Rect GetBoundsFromTextPosition(int characterIndex, out FlowDi... method GetRangeBounds (line 251) | internal List GetRangeBounds(int cp, int cch, double xOffset, do... method GetTextPositionFromDistance (line 277) | internal CharacterHit GetTextPositionFromDistance(double distance) method GetNextCaretCharacterHit (line 289) | internal CharacterHit GetNextCaretCharacterHit(CharacterHit index) method GetPreviousCaretCharacterHit (line 299) | internal CharacterHit GetPreviousCaretCharacterHit(CharacterHit index) method GetBackspaceCaretCharacterHit (line 309) | internal CharacterHit GetBackspaceCaretCharacterHit(CharacterHit index) method IsAtCaretCharacterHit (line 320) | internal bool IsAtCaretCharacterHit(CharacterHit charHit) method HandleText (line 412) | private TextRun HandleText(StaticTextPointer position) method GetBoundsFromPosition (line 490) | private Rect GetBoundsFromPosition(int cp, int cch, out FlowDirection ... method CalculateXOffsetShift (line 519) | private double CalculateXOffsetShift() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/TextBoxLineDrawingVisual.cs class TextBoxLineDrawingVisual (line 15) | internal class TextBoxLineDrawingVisual : DrawingVisual FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/TextBoxView.cs method TextBoxView (line 33) | static TextBoxView() method TextBoxView (line 40) | internal TextBoxView(ITextBoxViewHost host) method GetService (line 58) | object IServiceProvider.GetService(Type serviceType) method LineUp (line 73) | void IScrollInfo.LineUp() method LineDown (line 81) | void IScrollInfo.LineDown() method LineLeft (line 89) | void IScrollInfo.LineLeft() method LineRight (line 97) | void IScrollInfo.LineRight() method PageUp (line 105) | void IScrollInfo.PageUp() method PageDown (line 113) | void IScrollInfo.PageDown() method PageLeft (line 121) | void IScrollInfo.PageLeft() method PageRight (line 129) | void IScrollInfo.PageRight() method MouseWheelUp (line 137) | void IScrollInfo.MouseWheelUp() method MouseWheelDown (line 145) | void IScrollInfo.MouseWheelDown() method MouseWheelLeft (line 153) | void IScrollInfo.MouseWheelLeft() method MouseWheelRight (line 161) | void IScrollInfo.MouseWheelRight() method SetHorizontalOffset (line 169) | void IScrollInfo.SetHorizontalOffset(double offset) method SetVerticalOffset (line 177) | void IScrollInfo.SetVerticalOffset(double offset) method MakeVisible (line 185) | Rect IScrollInfo.MakeVisible(Visual visual, Rect rectangle) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/TextContainerHelper.cs class TextContentRange (line 17) | internal sealed class TextContentRange method TextContentRange (line 19) | internal TextContentRange() method TextContentRange (line 22) | internal TextContentRange(int cpFirst, int cpLast, ITextContainer text... method Merge (line 34) | internal void Merge(TextContentRange other) method GetTextSegments (line 78) | internal ReadOnlyCollection GetTextSegments() method Contains (line 109) | internal bool Contains(ITextPointer position, bool strict) method Merge (line 173) | private void Merge(int cpFirst, int cpLast) method MergeWithNext (line 240) | private bool MergeWithNext(int pos) method EnsureSize (line 257) | private void EnsureSize() method Normalize (line 271) | private void Normalize() class TextContainerHelper (line 292) | internal static class TextContainerHelper method GetAutomationPeersFromRange (line 307) | internal static List GetAutomationPeersFromRange(IText... method IsImmediateAutomationChild (line 391) | internal static bool IsImmediateAutomationChild(ITextPointer elementSt... method GetEnclosingAutomationPeer (line 427) | internal static AutomationPeer GetEnclosingAutomationPeer(ITextPointer... method GetTextContentRangeForTextElement (line 501) | internal static TextContentRange GetTextContentRangeForTextElement(Tex... method GetTextContentRangeForTextElementEdge (line 512) | internal static TextContentRange GetTextContentRangeForTextElementEdge... method GetContentStart (line 534) | internal static ITextPointer GetContentStart(ITextContainer textContai... method GetElementLength (line 556) | internal static int GetElementLength(ITextContainer textContainer, Dep... method GetTextPointerFromCP (line 583) | internal static ITextPointer GetTextPointerFromCP(ITextContainer textC... method GetStaticTextPointerFromCP (line 591) | internal static StaticTextPointer GetStaticTextPointerFromCP(ITextCont... method GetTextPointerForEmbeddedObject (line 599) | internal static ITextPointer GetTextPointerForEmbeddedObject(Framework... method GetCPFromElement (line 622) | internal static int GetCPFromElement(ITextContainer textContainer, Dep... method GetCchFromElement (line 676) | internal static int GetCchFromElement(ITextContainer textContainer, De... method GetCPFromEmbeddedObject (line 698) | internal static int GetCPFromEmbeddedObject(UIElement embeddedObject, ... method iterate (line 728) | private static void iterate(Visual parent, List peers) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/TextDocumentView.cs class TextDocumentView (line 21) | internal class TextDocumentView : TextViewBase method TextDocumentView (line 40) | internal TextDocumentView(FlowDocumentPage owner, ITextContainer textC... method GetTextPositionFromPoint (line 59) | internal override ITextPointer GetTextPositionFromPoint(Point point, b... method GetRawRectangleFromTextPosition (line 82) | internal override Rect GetRawRectangleFromTextPosition(ITextPointer po... method GetTightBoundingGeometryFromTextPositions (line 107) | internal override Geometry GetTightBoundingGeometryFromTextPositions(I... method CalculateViewportRect (line 198) | private Rect CalculateViewportRect() method GetPositionAtNextLine (line 222) | internal override ITextPointer GetPositionAtNextLine(ITextPointer posi... method IsAtCaretUnitBoundary (line 276) | internal override bool IsAtCaretUnitBoundary(ITextPointer position) method GetNextCaretUnitPosition (line 295) | internal override ITextPointer GetNextCaretUnitPosition(ITextPointer p... method GetBackspaceCaretUnitPosition (line 315) | internal override ITextPointer GetBackspaceCaretUnitPosition(ITextPoin... method GetLineRange (line 334) | internal override TextSegment GetLineRange(ITextPointer position) method GetGlyphRuns (line 353) | internal override ReadOnlyCollection GetGlyphRuns(ITextPoint... method Contains (line 382) | internal override bool Contains(ITextPointer position) method Validate (line 396) | internal override bool Validate() method ThrottleBackgroundTasksForUserInput (line 404) | internal override void ThrottleBackgroundTasksForUserInput() method GetCellInfoFromPoint (line 421) | internal CellInfo GetCellInfoFromPoint(Point point, Table tableFilter) method OnUpdated (line 435) | internal void OnUpdated() method Invalidate (line 443) | internal void Invalidate() method Contains (line 459) | internal static bool Contains(ITextPointer position, ReadOnlyCollectio... method GetTextPositionFromPoint (line 677) | private ITextPointer GetTextPositionFromPoint(ReadOnlyCollection... method GetRectangleFromTextPosition (line 1089) | private Rect GetRectangleFromTextPosition(ReadOnlyCollection... method IsAtCaretUnitBoundary (line 1457) | private bool IsAtCaretUnitBoundary(ParagraphResult paragraph, ITextPoi... method IsAtCaretUnitBoundary (line 1525) | private bool IsAtCaretUnitBoundary(ReadOnlyCollection co... method GetNextCaretUnitPosition (line 1544) | private ITextPointer GetNextCaretUnitPosition(ReadOnlyCollection column... method GetParagraphFromPoint (line 1926) | private int GetParagraphFromPoint(ReadOnlyCollection ... method GetParagraphFromPointInFloatingElements (line 2054) | private int GetParagraphFromPointInFloatingElements(ReadOnlyCollection... method GetColumnFromPosition (line 2086) | private int GetColumnFromPosition(ReadOnlyCollection col... method GetParagraphFromPosition (line 2137) | private static int GetParagraphFromPosition(ReadOnlyCollection glyphRuns, ITex... method GetGlyphRunsFromFloatingElements (line 3137) | private void GetGlyphRunsFromFloatingElements(List glyphRuns... method GetGlyphRuns (line 3180) | private void GetGlyphRuns(List glyphRuns, ITextPointer start... method GetTextSegments (line 3226) | private ReadOnlyCollection GetTextSegments() method TransformToContent (line 3271) | private void TransformToContent(ref Point point) method TransformToContent (line 3291) | private void TransformToContent(ref Rect rect) method TransformFromContent (line 3309) | private void TransformFromContent(ref Rect rect, out Transform transform) method TransformFromContent (line 3333) | private void TransformFromContent(ref Point point) method TransformFromContent (line 3353) | private void TransformFromContent(Geometry geometry) method TransformToSubpage (line 3371) | private static void TransformToSubpage(ref Point point, Vector subpage... method TransformToSubpage (line 3381) | private static void TransformToSubpage(ref Rect rect, Vector subpageOf... method TransformFromSubpage (line 3395) | private static void TransformFromSubpage(ref Rect rect, Vector subpage... method TransformFromSubpage (line 3409) | private static void TransformFromSubpage(Geometry geometry, Vector sub... method GetRectangleFromEdge (line 3430) | private Rect GetRectangleFromEdge(ParagraphResult paragraphResult, ITe... method GetRectangleFromContentEdge (line 3460) | private Rect GetRectangleFromContentEdge(ParagraphResult paragraphResu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/TextParagraphView.cs class TextParagraphView (line 18) | internal class TextParagraphView : TextViewBase method TextParagraphView (line 37) | internal TextParagraphView(System.Windows.Controls.TextBlock owner, IT... method GetTextPositionFromPoint (line 56) | internal override ITextPointer GetTextPositionFromPoint(Point point, b... method GetRawRectangleFromTextPosition (line 79) | internal override Rect GetRawRectangleFromTextPosition(ITextPointer po... method GetTightBoundingGeometryFromTextPositions (line 98) | internal override Geometry GetTightBoundingGeometryFromTextPositions(I... method GetPositionAtNextLine (line 124) | internal override ITextPointer GetPositionAtNextLine(ITextPointer posi... method IsAtCaretUnitBoundary (line 187) | internal override bool IsAtCaretUnitBoundary(ITextPointer position) method GetNextCaretUnitPosition (line 206) | internal override ITextPointer GetNextCaretUnitPosition(ITextPointer p... method GetBackspaceCaretUnitPosition (line 229) | internal override ITextPointer GetBackspaceCaretUnitPosition(ITextPoin... method GetLineRange (line 252) | internal override TextSegment GetLineRange(ITextPointer position) method Contains (line 278) | internal override bool Contains(ITextPointer position) method Validate (line 297) | internal override bool Validate() method GetTextPositionFromPoint (line 317) | internal static ITextPointer GetTextPositionFromPoint(ReadOnlyCollecti... method GetLineFromPosition (line 352) | internal static int GetLineFromPosition(ReadOnlyCollection... method OnUpdated (line 424) | internal void OnUpdated() method Invalidate (line 432) | internal void Invalidate() method GetLineFromPoint (line 523) | internal static int GetLineFromPoint(ReadOnlyCollection li... method GetVerticalLineFromPoint (line 560) | private static bool GetVerticalLineFromPoint(ReadOnlyCollection GetGlyphRuns(ITextPointe... method Contains (line 117) | internal abstract bool Contains(ITextPointer position); method BringRectIntoViewMinimally (line 133) | internal static void BringRectIntoViewMinimally(ITextView textView, Re... method BringPositionIntoViewAsync (line 175) | internal virtual void BringPositionIntoViewAsync(ITextPointer position... method BringPointIntoViewAsync (line 188) | internal virtual void BringPointIntoViewAsync(Point point, object user... method BringLineIntoViewAsync (line 204) | internal virtual void BringLineIntoViewAsync(ITextPointer position, do... method BringPageIntoViewAsync (line 222) | internal virtual void BringPageIntoViewAsync(ITextPointer position, Po... method CancelAsync (line 240) | internal virtual void CancelAsync(object userState) method Validate (line 247) | internal virtual bool Validate() method Validate (line 255) | internal virtual bool Validate(Point point) method Validate (line 263) | internal virtual bool Validate(ITextPointer position) method ThrottleBackgroundTasksForUserInput (line 272) | internal virtual void ThrottleBackgroundTasksForUserInput() method OnBringPositionIntoViewCompleted (line 367) | protected virtual void OnBringPositionIntoViewCompleted(BringPositionI... method OnBringPointIntoViewCompleted (line 379) | protected virtual void OnBringPointIntoViewCompleted(BringPointIntoVie... method OnBringLineIntoViewCompleted (line 391) | protected virtual void OnBringLineIntoViewCompleted(BringLineIntoViewC... method OnBringPageIntoViewCompleted (line 403) | protected virtual void OnBringPageIntoViewCompleted(BringPageIntoViewC... method OnUpdated (line 415) | protected virtual void OnUpdated(EventArgs e) method GetAggregateTransform (line 430) | protected virtual Transform GetAggregateTransform(Transform firstTrans... method GetTextPositionFromPoint (line 464) | ITextPointer ITextView.GetTextPositionFromPoint(Point point, bool snap... method GetRectangleFromTextPosition (line 472) | Rect ITextView.GetRectangleFromTextPosition(ITextPointer position) method GetRawRectangleFromTextPosition (line 480) | Rect ITextView.GetRawRectangleFromTextPosition(ITextPointer position, ... method GetTightBoundingGeometryFromTextPositions (line 488) | Geometry ITextView.GetTightBoundingGeometryFromTextPositions(ITextPoin... method GetPositionAtNextLine (line 496) | ITextPointer ITextView.GetPositionAtNextLine(ITextPointer position, do... method GetPositionAtNextPage (line 504) | ITextPointer ITextView.GetPositionAtNextPage(ITextPointer position, Po... method IsAtCaretUnitBoundary (line 512) | bool ITextView.IsAtCaretUnitBoundary(ITextPointer position) method GetNextCaretUnitPosition (line 520) | ITextPointer ITextView.GetNextCaretUnitPosition(ITextPointer position,... method GetBackspaceCaretUnitPosition (line 528) | ITextPointer ITextView.GetBackspaceCaretUnitPosition(ITextPointer posi... method GetLineRange (line 536) | TextSegment ITextView.GetLineRange(ITextPointer position) method GetGlyphRuns (line 544) | ReadOnlyCollection ITextView.GetGlyphRuns(ITextPointer start... method Contains (line 552) | bool ITextView.Contains(ITextPointer position) method BringPositionIntoViewAsync (line 560) | void ITextView.BringPositionIntoViewAsync(ITextPointer position, objec... method BringPointIntoViewAsync (line 568) | void ITextView.BringPointIntoViewAsync(Point point, object userState) method BringLineIntoViewAsync (line 576) | void ITextView.BringLineIntoViewAsync(ITextPointer position, double su... method BringPageIntoViewAsync (line 584) | void ITextView.BringPageIntoViewAsync(ITextPointer position, Point sug... method CancelAsync (line 592) | void ITextView.CancelAsync(object userState) method Validate (line 600) | bool ITextView.Validate() method Validate (line 608) | bool ITextView.Validate(Point point) method Validate (line 616) | bool ITextView.Validate(ITextPointer position) method ThrottleBackgroundTasksForUserInput (line 624) | void ITextView.ThrottleBackgroundTasksForUserInput() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/UIElementIsland.cs class UIElementIsland (line 17) | internal class UIElementIsland : ContainerVisual, IContentHost, IDisposable method UIElementIsland (line 30) | internal UIElementIsland(UIElement child) method DoLayout (line 67) | internal Size DoLayout(Size availableSize, bool horizontalAutoSize, bo... method Dispose (line 161) | public void Dispose() method InputHitTest (line 184) | IInputElement IContentHost.InputHitTest(Point point) method GetRectangles (line 195) | ReadOnlyCollection IContentHost.GetRectangles(ContentElement child) method OnChildDesiredSizeChanged (line 219) | void IContentHost.OnChildDesiredSizeChanged(UIElement child) class DesiredSizeChangedEventArgs (line 239) | internal class DesiredSizeChangedEventArgs : EventArgs method DesiredSizeChangedEventArgs (line 245) | internal DesiredSizeChangedEventArgs(UIElement child) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/UndoCloseAction.cs type UndoCloseAction (line 13) | internal enum UndoCloseAction FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/documents/UndoManager.cs type UndoState (line 19) | internal enum UndoState class UndoManager (line 49) | internal class UndoManager method UndoManager (line 62) | internal UndoManager() : base() method AttachUndoManager (line 93) | internal static void AttachUndoManager(DependencyObject scope, UndoMan... method DetachUndoManager (line 126) | internal static void DetachUndoManager(DependencyObject scope) method GetUndoManager (line 159) | internal static UndoManager GetUndoManager(DependencyObject target) method Open (line 184) | internal void Open(IParentUndoUnit unit) method Reopen (line 235) | internal void Reopen(IParentUndoUnit unit) method Close (line 290) | internal void Close(UndoCloseAction closeAction) method Close (line 311) | internal void Close(IParentUndoUnit unit, UndoCloseAction closeAction) method Add (line 402) | internal void Add(IUndoUnit unit) method Clear (line 471) | internal void Clear() method Undo (line 502) | internal void Undo(int count) method Redo (line 567) | internal void Redo(int count) method OnNextDiscard (line 616) | internal virtual void OnNextDiscard() method PeekUndoStack (line 627) | internal IUndoUnit PeekUndoStack() method SetRedoStack (line 646) | internal Stack SetRedoStack(Stack value) method GetUndoUnit (line 915) | internal IUndoUnit GetUndoUnit(int index) method RemoveUndoRange (line 935) | internal void RemoveUndoRange(int index, int count) method SetState (line 1004) | protected void SetState(UndoState value) method SetOpenedUnit (line 1015) | protected void SetOpenedUnit(IParentUndoUnit value) method SetLastUnit (line 1026) | protected void SetLastUnit(IUndoUnit value) method DoClear (line 1099) | private void DoClear() method PopUndoStack (line 1120) | private IUndoUnit PopUndoStack() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Win32/UxThemeWrapper.cs class UxThemeWrapper (line 114) | internal static class UxThemeWrapper method UxThemeWrapper (line 116) | static UxThemeWrapper() method EnsureThemeState (line 162) | private static ThemeState EnsureThemeState(bool themeChanged) method GetThemeNameAndColor (line 252) | private static void GetThemeNameAndColor(out string themeName, out str... method OnThemeChanged (line 300) | internal static void OnThemeChanged() class ThemeState (line 308) | private class ThemeState method ThemeState (line 310) | public ThemeState(bool isActive, string name, string color) method RestoreSupportedState (line 438) | private static void RestoreSupportedState() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/Microsoft/Win32/CommonDialog.cs class CommonDialog (line 30) | public abstract class CommonDialog method Reset (line 43) | public abstract void Reset(); method ShowDialog (line 51) | public virtual bool? ShowDialog() method ShowDialog (line 114) | public bool? ShowDialog(Window owner) method HookProc (line 197) | protected virtual IntPtr HookProc(IntPtr hwnd, int msg, IntPtr wParam,... method RunDialog (line 221) | protected abstract bool RunDialog(IntPtr hwndOwner); method CheckPermissionsToShowDialog (line 226) | protected virtual void CheckPermissionsToShowDialog() method MoveToScreenCenter (line 251) | private void MoveToScreenCenter(HandleRef hWnd) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/Microsoft/Win32/CommonItemDialog.cs class CommonItemDialog (line 26) | public abstract class CommonItemDialog : CommonDialog method CommonItemDialog (line 39) | private protected CommonItemDialog() method Reset (line 64) | public override void Reset() method ToString (line 75) | public override string ToString() method OnItemOk (line 264) | protected virtual void OnItemOk(CancelEventArgs e) { } method RunDialog (line 274) | protected override bool RunDialog(IntPtr hwndOwner) method GetOption (line 298) | internal bool GetOption(FOS option) method SetOption (line 306) | internal void SetOption(FOS option, bool value) method MessageBoxWithFocusRestore (line 337) | internal bool MessageBoxWithFocusRestore(string message, method CreateDialog (line 367) | private protected abstract IFileDialog CreateDialog(); method PrepareDialog (line 369) | private protected virtual void PrepareDialog(IFileDialog dialog) method TryHandleItemOk (line 438) | private protected virtual bool TryHandleItemOk(IFileDialog dialog, out... method RevertItemOk (line 446) | private protected virtual void RevertItemOk(object state) { } method CloneItemNames (line 488) | private protected string[] CloneItemNames() method Initialize (line 513) | private void Initialize() method HandleItemOk (line 555) | private bool HandleItemOk(IFileDialog dialog) method GetParsingNames (line 590) | private static string[] GetParsingNames(IShellItem[] items) method ResolveResults (line 605) | private static IShellItem[] ResolveResults(IFileDialog dialog) method ResolveCustomPlace (line 628) | private static IShellItem ResolveCustomPlace(FileDialogCustomPlace cus... class VistaDialogEvents (line 687) | private protected sealed class VistaDialogEvents : IFileDialogEvents, ... method VistaDialogEvents (line 696) | public VistaDialogEvents(IFileDialog dialog, OnOkCallback okCallback) method OnFileOk (line 703) | HRESULT IFileDialogEvents.OnFileOk(IFileDialog pfd) method OnFolderChanging (line 708) | HRESULT IFileDialogEvents.OnFolderChanging(IFileDialog pfd, IShellIt... method OnFolderChange (line 713) | HRESULT IFileDialogEvents.OnFolderChange(IFileDialog pfd) method OnSelectionChange (line 718) | HRESULT IFileDialogEvents.OnSelectionChange(IFileDialog pfd) method OnShareViolation (line 723) | HRESULT IFileDialogEvents.OnShareViolation(IFileDialog pfd, IShellIt... method OnTypeChange (line 729) | HRESULT IFileDialogEvents.OnTypeChange(IFileDialog pfd) method OnOverwrite (line 734) | HRESULT IFileDialogEvents.OnOverwrite(IFileDialog pfd, IShellItem ps... method Dispose (line 740) | void IDisposable.Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/Microsoft/Win32/FileDialog.cs class FileDialog (line 33) | public abstract class FileDialog : CommonItemDialog method FileDialog (line 46) | private protected FileDialog() method Reset (line 71) | public override void Reset() method ToString (line 83) | public override string ToString() method OnItemOk (line 413) | protected override void OnItemOk(CancelEventArgs e) method PromptUserIfAppropriate (line 446) | internal virtual bool PromptUserIfAppropriate(string fileName) method PrepareDialog (line 482) | private protected override void PrepareDialog(IFileDialog dialog) method TryHandleItemOk (line 496) | private protected override bool TryHandleItemOk(IFileDialog dialog, ou... method RevertItemOk (line 504) | private protected override void RevertItemOk(object state) method Initialize (line 522) | private void Initialize() method ProcessFileNames (line 545) | private bool ProcessFileNames() method PromptFileNotFound (line 628) | private void PromptFileNotFound(string fileName) method GetFilterItems (line 634) | private static COMDLG_FILTERSPEC[] GetFilterItems(string filter) method GetFilterExtensions (line 673) | private ReadOnlySpan GetFilterExtensions() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/Microsoft/Win32/FileDialogCustomPlace.cs class FileDialogCustomPlace (line 9) | public sealed class FileDialogCustomPlace method FileDialogCustomPlace (line 18) | public FileDialogCustomPlace(Guid knownFolder) method FileDialogCustomPlace (line 26) | public FileDialogCustomPlace(string path) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/Microsoft/Win32/FileDialogCustomPlaces.cs class FileDialogCustomPlaces (line 13) | public static class FileDialogCustomPlaces FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/Microsoft/Win32/OpenFileDialog.cs class OpenFileDialog (line 25) | public sealed class OpenFileDialog : FileDialog method OpenFileDialog (line 40) | public OpenFileDialog() : base() method OpenFile (line 63) | public Stream OpenFile() method OpenFiles (line 84) | public Stream[] OpenFiles() method Reset (line 120) | public override void Reset() method CreateDialog (line 204) | private protected override IFileDialog CreateDialog() method Initialize (line 227) | private void Initialize() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/Microsoft/Win32/OpenFolderDialog.cs class OpenFolderDialog (line 23) | public sealed class OpenFolderDialog : CommonItemDialog method OpenFolderDialog (line 38) | public OpenFolderDialog() : base() method Reset (line 58) | public override void Reset() method ToString (line 70) | public override string ToString() method OnItemOk (line 233) | protected override void OnItemOk(CancelEventArgs e) method CreateDialog (line 247) | private protected override IFileDialog CreateDialog() method Initialize (line 269) | private void Initialize() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/Microsoft/Win32/SaveFileDialog.cs class SaveFileDialog (line 25) | public sealed class SaveFileDialog : FileDialog method SaveFileDialog (line 40) | public SaveFileDialog() : base() method OpenFile (line 62) | public Stream OpenFile() method Reset (line 86) | public override void Reset() method PromptUserIfAppropriate (line 176) | internal override bool PromptUserIfAppropriate(string fileName) method CreateDialog (line 217) | private protected override IFileDialog CreateDialog() method Initialize (line 239) | private void Initialize() method PromptFileCreate (line 253) | private bool PromptFileCreate(string fileName) method PromptFileOverwrite (line 265) | private bool PromptFileOverwrite(string fileName) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/AppContextDefaultValues.cs class AppContextDefaultValues (line 8) | internal static partial class AppContextDefaultValues method PopulateDefaultValuesPartial (line 14) | static partial void PopulateDefaultValuesPartial(string platformIdenti... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/ComponentModel/DesignerProperties.cs class DesignerProperties (line 22) | public static class DesignerProperties method GetIsInDesignMode (line 65) | [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] method SetIsInDesignMode (line 76) | public static void SetIsInDesignMode(DependencyObject element, bool va... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/AccentColorHelper.cs class AccentColorHelper (line 10) | internal static class AccentColorHelper method GetAccentColor (line 15) | internal static Color GetAccentColor(UISettingsRCW.UIColorType uiColor... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/AnchorInfo.cs type IAnchorInfo (line 14) | public interface IAnchorInfo FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/Annotation.cs type AnnotationAction (line 31) | public enum AnnotationAction class Annotation (line 52) | [XmlRoot(Namespace = AnnotationXmlConstants.Namespaces.CoreSchemaNamespa... method Annotation (line 68) | public Annotation() method Annotation (line 86) | public Annotation(XmlQualifiedName annotationType) method Annotation (line 122) | public Annotation(XmlQualifiedName annotationType, Guid id, DateTime c... method GetSchema (line 167) | public XmlSchema GetSchema() method WriteXml (line 177) | public void WriteXml(XmlWriter writer) method ReadXml (line 263) | public void ReadXml(XmlReader reader) method IsNamespaceDeclaration (line 507) | internal static bool IsNamespaceDeclaration(XmlReader reader) method CheckForNonNamespaceAttribute (line 537) | internal static void CheckForNonNamespaceAttribute(XmlReader reader, s... method ReadAttributes (line 595) | private void ReadAttributes(XmlReader reader) method OnCargoChanged (line 691) | private void OnCargoChanged(object sender, System.ComponentModel.Prope... method OnCargosChanged (line 696) | private void OnCargosChanged(object sender, NotifyCollectionChangedEve... method OnAnchorChanged (line 745) | private void OnAnchorChanged(object sender, System.ComponentModel.Prop... method OnAnchorsChanged (line 750) | private void OnAnchorsChanged(object sender, NotifyCollectionChangedEv... method OnAuthorsChanged (line 799) | private void OnAuthorsChanged(object sender, NotifyCollectionChangedEv... method FireAuthorEvent (line 853) | private void FireAuthorEvent(Object author, AnnotationAction action) method FireResourceEvent (line 873) | private void FireResourceEvent(AnnotationResource resource, Annotation... method Init (line 888) | private void Init() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/AnnotationAuthorChangedEventArgs.cs class AnnotationAuthorChangedEventArgs (line 30) | public sealed class AnnotationAuthorChangedEventArgs : EventArgs method AnnotationAuthorChangedEventArgs (line 48) | public AnnotationAuthorChangedEventArgs(Annotation annotation, Annotat... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/AnnotationComponentChooser.cs class AnnotationComponentChooser (line 19) | internal sealed class AnnotationComponentChooser method AnnotationComponentChooser (line 41) | public AnnotationComponentChooser() { } method ChooseAnnotationComponent (line 55) | public IAnnotationComponent ChooseAnnotationComponent(IAttachedAnnotat... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/AnnotationDocumentPaginator.cs class AnnotationDocumentPaginator (line 23) | public sealed class AnnotationDocumentPaginator : DocumentPaginator method AnnotationDocumentPaginator (line 37) | public AnnotationDocumentPaginator(DocumentPaginator originalPaginator... method AnnotationDocumentPaginator (line 47) | public AnnotationDocumentPaginator(DocumentPaginator originalPaginator... method AnnotationDocumentPaginator (line 56) | public AnnotationDocumentPaginator(DocumentPaginator originalPaginator... method AnnotationDocumentPaginator (line 66) | public AnnotationDocumentPaginator(DocumentPaginator originalPaginator... method GetPage (line 166) | public override DocumentPage GetPage(int pageNumber) method GetPageAsync (line 186) | public override void GetPageAsync(int pageNumber, object userState) method ComputePageCount (line 200) | public override void ComputePageCount() method ComputePageCountAsync (line 209) | public override void ComputePageCountAsync(object userState) method CancelAsync (line 219) | public override void CancelAsync(object userState) method HandleGetPageCompleted (line 241) | private void HandleGetPageCompleted(object sender, GetPageCompletedEve... method HandleComputePageCountCompleted (line 264) | private void HandleComputePageCountCompleted(object sender, AsyncCompl... method HandlePagesChanged (line 276) | private void HandlePagesChanged(object sender, PagesChangedEventArgs e) method ComposePageWithAnnotationVisuals (line 288) | private DocumentPage ComposePageWithAnnotationVisuals(int pageNumber, ... method ProcessAnnotations (line 362) | private IList ProcessAnnotations(DocumentPageView... class AnnotatedDocumentPage (line 428) | private class AnnotatedDocumentPage : DocumentPage, IContentHost method AnnotatedDocumentPage (line 434) | public AnnotatedDocumentPage(DocumentPage basePage, Visual visual, S... method GetRectangles (line 461) | public ReadOnlyCollection GetRectangles(ContentElement child) method InputHitTest (line 476) | public IInputElement InputHitTest(Point point) method OnChildDesiredSizeChanged (line 492) | public void OnChildDesiredSizeChanged(UIElement child) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/AnnotationHelper.cs class AnnotationHelper (line 21) | public static class AnnotationHelper method CreateHighlightForSelection (line 43) | public static Annotation CreateHighlightForSelection(AnnotationService... method CreateTextStickyNoteForSelection (line 73) | public static Annotation CreateTextStickyNoteForSelection(AnnotationSe... method CreateInkStickyNoteForSelection (line 89) | public static Annotation CreateInkStickyNoteForSelection(AnnotationSer... method ClearHighlightsForSelection (line 104) | public static void ClearHighlightsForSelection(AnnotationService service) method DeleteTextStickyNotesForSelection (line 127) | public static void DeleteTextStickyNotesForSelection(AnnotationService... method DeleteInkStickyNotesForSelection (line 150) | public static void DeleteInkStickyNotesForSelection(AnnotationService ... method GetAnchorInfo (line 172) | public static IAnchorInfo GetAnchorInfo(AnnotationService service, Ann... method OnCreateHighlightCommand (line 278) | internal static void OnCreateHighlightCommand(object sender, ExecutedR... method OnCreateTextStickyNoteCommand (line 292) | internal static void OnCreateTextStickyNoteCommand(object sender, Exec... method OnCreateInkStickyNoteCommand (line 306) | internal static void OnCreateInkStickyNoteCommand(object sender, Execu... method OnClearHighlightsCommand (line 321) | internal static void OnClearHighlightsCommand(object sender, ExecutedR... method OnDeleteStickyNotesCommand (line 336) | internal static void OnDeleteStickyNotesCommand(object sender, Execute... method OnDeleteAnnotationsCommand (line 352) | internal static void OnDeleteAnnotationsCommand(object sender, Execute... method OnQueryCreateHighlightCommand (line 379) | internal static void OnQueryCreateHighlightCommand(object sender, CanE... method OnQueryCreateTextStickyNoteCommand (line 391) | internal static void OnQueryCreateTextStickyNoteCommand(object sender,... method OnQueryCreateInkStickyNoteCommand (line 403) | internal static void OnQueryCreateInkStickyNoteCommand(object sender, ... method OnQueryClearHighlightsCommand (line 415) | internal static void OnQueryClearHighlightsCommand(object sender, CanE... method OnQueryDeleteStickyNotesCommand (line 427) | internal static void OnQueryDeleteStickyNotesCommand(object sender, Ca... method OnQueryDeleteAnnotationsCommand (line 439) | internal static void OnQueryDeleteAnnotationsCommand(object sender, Ca... method FindView (line 451) | internal static DocumentPageView FindView(DocumentViewerBase viewer, i... method CreateStickyNoteForSelection (line 485) | private static Annotation CreateStickyNoteForSelection(AnnotationServi... method AreAllPagesVisible (line 532) | private static bool AreAllPagesVisible(DocumentViewerBase viewer, int ... method GetSpannedAnnotations (line 558) | private static IList GetSpannedAnnotations(Annota... method GetFdrHost (line 653) | internal static object GetFdrHost(FlowDocumentReader fdr) method GetSpannedAnnotationsForFlow (line 665) | private static IList GetSpannedAnnotationsForFlow... method GetSpannedAnnotationsForFixed (line 715) | private static IList GetSpannedAnnotationsForFixe... method AddRange (line 753) | private static void AddRange(List annotations, IList ResolveAnnotations(Annotation... method DeleteSpannedAnnotations (line 800) | private static void DeleteSpannedAnnotations(AnnotationService service... method CheckCaret (line 848) | private static bool CheckCaret(ITextSelection selection, TextAnchor an... method CreateAnnotationForSelection (line 878) | private static Annotation CreateAnnotationForSelection(AnnotationServi... method Highlight (line 909) | private static Annotation Highlight(AnnotationService service, string ... method ProcessHighlights (line 962) | private static Annotation ProcessHighlights(AnnotationService service,... method CreateHighlight (line 1014) | private static Annotation CreateHighlight(AnnotationService service, I... method GetTextSelection (line 1037) | private static ITextSelection GetTextSelection(FrameworkElement viewer) method SetAnchor (line 1051) | private static void SetAnchor(AnnotationService service, Annotation an... method CheckInputs (line 1078) | private static void CheckInputs(AnnotationService service) method IsCommandEnabled (line 1113) | private static bool IsCommandEnabled(object sender, bool checkForEmpty) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/AnnotationResource.cs class AnnotationResource (line 31) | [XmlRoot(Namespace = AnnotationXmlConstants.Namespaces.CoreSchemaNamespa... method AnnotationResource (line 45) | public AnnotationResource() method AnnotationResource (line 56) | public AnnotationResource(string name) method AnnotationResource (line 73) | public AnnotationResource(Guid id) method GetSchema (line 98) | public XmlSchema GetSchema() method WriteXml (line 108) | public void WriteXml(XmlWriter writer) method ReadXml (line 157) | public void ReadXml(XmlReader reader) method ReadAttributes (line 424) | private void ReadAttributes(XmlReader reader) method OnLocatorsChanged (line 477) | private void OnLocatorsChanged(object sender, NotifyCollectionChangedE... method OnContentsChanged (line 486) | private void OnContentsChanged(object sender, NotifyCollectionChangedE... method FireResourceChanged (line 495) | private void FireResourceChanged(string name) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/AnnotationResourceChangedEventArgs.cs class AnnotationResourceChangedEventArgs (line 30) | public sealed class AnnotationResourceChangedEventArgs : EventArgs method AnnotationResourceChangedEventArgs (line 48) | public AnnotationResourceChangedEventArgs(Annotation annotation, Annot... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/AnnotationService.cs class AnnotationService (line 30) | public sealed class AnnotationService : DispatcherObject method AnnotationService (line 43) | static AnnotationService() method AnnotationService (line 88) | public AnnotationService(DocumentViewerBase viewer) method AnnotationService (line 101) | public AnnotationService(FlowDocumentScrollViewer viewer) method AnnotationService (line 114) | public AnnotationService(FlowDocumentReader viewer) method AnnotationService (line 129) | internal AnnotationService(DependencyObject root) method Enable (line 158) | public void Enable(AnnotationStore annotationStore) method Disable (line 220) | public void Disable() method GetService (line 279) | public static AnnotationService GetService(DocumentViewerBase viewer) method GetService (line 294) | public static AnnotationService GetService(FlowDocumentReader reader) method GetService (line 309) | public static AnnotationService GetService(FlowDocumentScrollViewer vi... method LoadAnnotations (line 337) | internal void LoadAnnotations(DependencyObject element) method UnloadAnnotations (line 377) | internal void UnloadAnnotations(DependencyObject element) method UnloadAnnotations (line 403) | private void UnloadAnnotations() method GetAttachedAnnotations (line 416) | internal IList GetAttachedAnnotations() method GetService (line 513) | internal static AnnotationService GetService(DependencyObject d) method GetChooser (line 533) | internal static AnnotationComponentChooser GetChooser(DependencyObject d) method SetSubTreeProcessorId (line 558) | internal static void SetSubTreeProcessorId(DependencyObject d, String id) method GetSubTreeProcessorId (line 574) | internal static String GetSubTreeProcessorId(DependencyObject d) method SetDataId (line 596) | internal static void SetDataId(DependencyObject d, String id) method GetDataId (line 612) | internal static String GetDataId(DependencyObject d) method Initialize (line 703) | private void Initialize(DependencyObject root) method LoadAnnotationsAsync (line 733) | private object LoadAnnotationsAsync(object obj) method LoadAnnotationsFromListAsync (line 781) | private object LoadAnnotationsFromListAsync(object obj) method AttachedAnchorsEqual (line 815) | private bool AttachedAnchorsEqual(IAttachedAnnotation firstAttachedAnn... method LoadAnnotationsFromList (line 851) | private void LoadAnnotationsFromList(IList attach... method UnloadAnnotationsFromList (line 905) | private void UnloadAnnotationsFromList(IList attachedAnnotations) method OnLayoutUpdated (line 926) | private void OnLayoutUpdated(object sender, EventArgs args) method UpdateAnnotations (line 940) | private void UpdateAnnotations() method InvalidateAdorners (line 1003) | private static void InvalidateAdorners(UIElement element) method VerifyServiceConfiguration (line 1031) | private static void VerifyServiceConfiguration(DependencyObject root) method GetViewerAndDocument (line 1051) | private static void GetViewerAndDocument(DependencyObject root, out Do... method GetTextView (line 1089) | private static ITextView GetTextView(IDocumentPaginatorSource document) method VerifyNoServiceOnNode (line 1113) | private static bool VerifyNoServiceOnNode(DependencyObject node, objec... method FindAnnotationInList (line 1135) | private IAttachedAnnotation FindAnnotationInList(IAttachedAnnotation a... method GetAllAttachedAnnotationsFor (line 1156) | private IList GetAllAttachedAnnotationsFor(DependencyObject element) method GetAttachedAnnotationsFor (line 1175) | private bool GetAttachedAnnotationsFor(DependencyObject node, List event... method RegisterOnDocumentViewer (line 1629) | private void RegisterOnDocumentViewer(DocumentViewerBase viewer) method UnregisterOnDocumentViewer (line 1645) | private void UnregisterOnDocumentViewer(DocumentViewerBase viewer) method OnPageViewsChanged (line 1664) | private void OnPageViewsChanged(object sender, EventArgs e) method OnContentChanged (line 1690) | private void OnContentChanged(object sender, EventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/LocatorBase.cs class ContentLocatorBase (line 25) | public abstract class ContentLocatorBase : INotifyPropertyChanged2, IOwn... method ContentLocatorBase (line 39) | internal ContentLocatorBase() method Clone (line 57) | public abstract object Clone(); method FireLocatorChanged (line 112) | internal void FireLocatorChanged(string name) method Merge (line 144) | internal abstract ContentLocatorBase Merge(ContentLocatorBase other); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/LocatorGroup.cs class ContentLocatorGroup (line 29) | [XmlRoot(Namespace = AnnotationXmlConstants.Namespaces.CoreSchemaNamespa... method ContentLocatorGroup (line 43) | public ContentLocatorGroup() method Clone (line 64) | public override Object Clone() method GetSchema (line 82) | public XmlSchema GetSchema() method WriteXml (line 94) | public void WriteXml(XmlWriter writer) method ReadXml (line 120) | public void ReadXml(XmlReader reader) method Merge (line 208) | internal override ContentLocatorBase Merge(ContentLocatorBase other) method OnCollectionChanged (line 290) | private void OnCollectionChanged(object sender, NotifyCollectionChange... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/LocatorPart.cs class ContentLocatorPart (line 27) | public sealed class ContentLocatorPart : INotifyPropertyChanged2, IOwned... method ContentLocatorPart (line 43) | public ContentLocatorPart(XmlQualifiedName partType) method Equals (line 76) | public override bool Equals(object obj) method GetHashCode (line 126) | public override int GetHashCode() method Clone (line 136) | public object Clone() method Matches (line 224) | internal bool Matches(ContentLocatorPart part) method GetQueryFragment (line 285) | internal string GetQueryFragment(XmlNamespaceManager namespaceManager) method OnPropertyChanged (line 345) | private void OnPropertyChanged(Object sender, System.ComponentModel.Pr... method GetOverlapQueryFragment (line 358) | private string GetOverlapQueryFragment(XmlNamespaceManager namespaceMa... method GetExactQueryFragment (line 385) | private string GetExactQueryFragment(XmlNamespaceManager namespaceMana... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/LocatorPartList.cs class ContentLocator (line 20) | [XmlRoot(Namespace = AnnotationXmlConstants.Namespaces.CoreSchemaNamespa... method ContentLocator (line 34) | public ContentLocator() method StartsWith (line 63) | public bool StartsWith(ContentLocator locator) method Clone (line 101) | public override Object Clone() method GetSchema (line 124) | public XmlSchema GetSchema() method WriteXml (line 137) | public void WriteXml(XmlWriter writer) method ReadXml (line 188) | public void ReadXml(XmlReader reader) method DotProduct (line 347) | internal IList DotProduct(IList GetAnnotations(ContentLocator anchor... method GetAnnotations (line 90) | public abstract IList GetAnnotations(); method GetAnnotation (line 98) | public abstract Annotation GetAnnotation(Guid annotationId); method Flush (line 112) | public abstract void Flush(); method Dispose (line 118) | public void Dispose() method Dispose (line 205) | protected virtual void Dispose(bool disposing) method OnAuthorChanged (line 228) | protected virtual void OnAuthorChanged(AnnotationAuthorChangedEventArg... method OnAnchorChanged (line 258) | protected virtual void OnAnchorChanged(AnnotationResourceChangedEventA... method OnCargoChanged (line 288) | protected virtual void OnCargoChanged(AnnotationResourceChangedEventAr... method OnStoreContentChanged (line 317) | protected virtual void OnStoreContentChanged(StoreContentChangedEventA... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/Storage/StoreContentChangedEventArgs.cs type StoreContentAction (line 27) | public enum StoreContentAction class StoreContentChangedEventArgs (line 45) | public class StoreContentChangedEventArgs : System.EventArgs method StoreContentChangedEventArgs (line 61) | public StoreContentChangedEventArgs(StoreContentAction action, Annotat... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Annotations/Storage/XmlStreamStore.cs class XmlStreamStore (line 31) | public sealed class XmlStreamStore : AnnotationStore method XmlStreamStore (line 45) | static XmlStreamStore() method XmlStreamStore (line 61) | public XmlStreamStore(Stream stream) method XmlStreamStore (line 89) | public XmlStreamStore(Stream stream, IDictionary> know... method AddAnnotation (line 116) | public override void AddAnnotation(Annotation newAnnotation) method DeleteAnnotation (line 162) | public override Annotation DeleteAnnotation(Guid annotationId) method GetAnnotations (line 226) | public override IList GetAnnotations(ContentLocator anchor... method GetAnnotations (line 285) | public override IList GetAnnotations() method GetAnnotation (line 309) | public override Annotation GetAnnotation(Guid annotationId) method Flush (line 356) | public override void Flush() method GetWellKnownCompatibleNamespaces (line 387) | public static IList GetWellKnownCompatibleNamespaces(Uri name) method Dispose (line 489) | protected override void Dispose(bool disposing) method OnStoreContentChanged (line 507) | protected override void OnStoreContentChanged(StoreContentChangedEvent... method FindAnnotationIds (line 541) | private List FindAnnotationIds(string queryExpression) method HandleAuthorChanged (line 596) | private void HandleAuthorChanged(object sender, AnnotationAuthorChange... method HandleAnchorChanged (line 612) | private void HandleAnchorChanged(object sender, AnnotationResourceChan... method HandleCargoChanged (line 628) | private void HandleCargoChanged(object sender, AnnotationResourceChang... method MergeAndCacheAnnotations (line 645) | private IList MergeAndCacheAnnotations(Dictionary InternalGetAnnotations(string query, Content... method LoadStream (line 719) | private void LoadStream(IDictionary> knownNamespaces) method CheckKnownNamespaces (line 764) | private void CheckKnownNamespaces(IDictionary> knownNa... method SetupReader (line 818) | private XmlCompatibilityReader SetupReader(IDictionary... method IsXmlNamespaceSupported (line 872) | private bool IsXmlNamespaceSupported(string xmlNamespace, out string n... method GetAnnotationNodeForId (line 898) | private XPathNavigator GetAnnotationNodeForId(Guid id) method CheckStatus (line 925) | private void CheckStatus() method SerializeAnnotations (line 942) | private void SerializeAnnotations() method Cleanup (line 969) | private void Cleanup() method SetStream (line 989) | private void SetStream(Stream stream, IDictionary> kno... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Appearance/WindowBackdropManager.cs class WindowBackdropManager (line 13) | internal static class WindowBackdropManager method IsSupported (line 15) | internal static bool IsSupported(WindowBackdropType backdropType) method SetBackdrop (line 28) | internal static bool SetBackdrop(Window window, WindowBackdropType bac... method SetBackdropCore (line 54) | private static bool SetBackdropCore(IntPtr hwnd, WindowBackdropType ba... method ApplyBackdrop (line 71) | private static bool ApplyBackdrop(IntPtr hwnd, WindowBackdropType back... method RemoveBackdrop (line 88) | private static bool RemoveBackdrop(IntPtr hwnd) method RemoveBackground (line 97) | private static bool RemoveBackground(IntPtr hwnd) method RestoreBackground (line 112) | private static bool RestoreBackground(IntPtr hwnd) method UpdateGlassFrame (line 126) | private static bool UpdateGlassFrame(IntPtr hwnd, WindowBackdropType b... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs class Application (line 69) | public class Application : DispatcherObject, IHaveResources, IQueryAmbient method Application (line 81) | static Application() method Application (line 89) | public Application() method Run (line 180) | public int Run() method Run (line 202) | public int Run(Window window) method Shutdown (line 218) | public void Shutdown() method Shutdown (line 235) | public void Shutdown(int exitCode) method CriticalShutdown (line 239) | internal void CriticalShutdown(int exitCode) method FindResource (line 264) | public object FindResource(object resourceKey) method TryFindResource (line 297) | public object TryFindResource(object resourceKey) method FindResourceInternal (line 319) | internal object FindResourceInternal(object resourceKey) method FindResourceInternal (line 325) | internal object FindResourceInternal(object resourceKey, bool allowDef... method LoadComponent (line 346) | public static void LoadComponent(Object component, Uri resourceLocator) method LoadComponent (line 437) | public static object LoadComponent(Uri resourceLocator) method LoadComponent (line 456) | internal static object LoadComponent(Uri resourceLocator, bool bSkipJo... method LoadBamlStreamWithSyncInfo (line 510) | internal static object LoadBamlStreamWithSyncInfo(Stream stream, Parse... method GetResourceStream (line 574) | public static StreamResourceInfo GetResourceStream(Uri uriResource) method GetContentStream (line 606) | public static StreamResourceInfo GetContentStream(Uri uriContent) method GetRemoteStream (line 633) | public static StreamResourceInfo GetRemoteStream(Uri uriRemote) method GetCookie (line 714) | public static string GetCookie(Uri uri) method SetCookie (line 727) | public static void SetCookie(Uri uri, string value) method IsAmbientPropertyAvailable (line 1000) | bool IQueryAmbient.IsAmbientPropertyAvailable(string propertyName) method OnStartup (line 1240) | protected virtual void OnStartup(StartupEventArgs e) method OnExit (line 1263) | protected virtual void OnExit(ExitEventArgs e) method OnActivated (line 1287) | protected virtual void OnActivated(EventArgs e) method OnDeactivated (line 1310) | protected virtual void OnDeactivated(EventArgs e) method OnSessionEnding (line 1334) | protected virtual void OnSessionEnding(SessionEndingCancelEventArgs e) method OnNavigating (line 1355) | protected virtual void OnNavigating(NavigatingCancelEventArgs e) method OnNavigated (line 1376) | protected virtual void OnNavigated(NavigationEventArgs e) method OnNavigationProgress (line 1396) | protected virtual void OnNavigationProgress(NavigationProgressEventArg... method OnNavigationFailed (line 1416) | protected virtual void OnNavigationFailed(NavigationFailedEventArgs e) method OnLoadCompleted (line 1437) | protected virtual void OnLoadCompleted(NavigationEventArgs e) method OnNavigationStopped (line 1458) | protected virtual void OnNavigationStopped(NavigationEventArgs e) method OnFragmentNavigation (line 1480) | protected virtual void OnFragmentNavigation(FragmentNavigationEventArg... method PerformNavigationStateChangeTasks (line 1499) | internal virtual void PerformNavigationStateChangeTasks( method DoStartup (line 1525) | internal void DoStartup() method DoShutdown (line 1586) | internal virtual void DoShutdown() method RunInternal (line 1651) | internal int RunInternal(Window window) method InvalidateResourceReferences (line 1726) | internal void InvalidateResourceReferences(ResourcesChangeInfo info) method GetAppWindow (line 1752) | internal static NavigationWindow GetAppWindow() method FireNavigating (line 1765) | internal void FireNavigating(NavigatingCancelEventArgs e, bool isIniti... method FireNavigated (line 1772) | internal void FireNavigated(NavigationEventArgs e) method FireNavigationProgress (line 1777) | internal void FireNavigationProgress(NavigationProgressEventArgs e) method FireNavigationFailed (line 1782) | internal void FireNavigationFailed(NavigationFailedEventArgs e) method FireLoadCompleted (line 1790) | internal void FireLoadCompleted(NavigationEventArgs e) method FireNavigationStopped (line 1797) | internal void FireNavigationStopped(NavigationEventArgs e) method FireFragmentNavigation (line 1804) | internal void FireFragmentNavigation(FragmentNavigationEventArgs e) method ApplicationInit (line 1972) | private static void ApplicationInit() method GetResourceOrContentPart (line 2003) | private static PackagePart GetResourceOrContentPart(Uri uri) method GetResourcePackage (line 2033) | private static Package GetResourcePackage(Uri packageUri) method EnsureHwndSource (line 2051) | private void EnsureHwndSource() method AppFilterMessage (line 2076) | private IntPtr AppFilterMessage(IntPtr hwnd, int msg, IntPtr wParam, I... method WmActivateApp (line 2094) | private bool WmActivateApp(Int32 wParam) method WmQueryEndSession (line 2113) | private bool WmQueryEndSession(IntPtr lParam, ref IntPtr refInt) method InvalidateResourceReferenceOnWindowCollection (line 2143) | private void InvalidateResourceReferenceOnWindowCollection(WindowColle... method SetExitCode (line 2184) | private void SetExitCode(int exitCode) method ShutdownCallback (line 2193) | private object ShutdownCallback(object arg) method ShutdownImpl (line 2201) | private void ShutdownImpl() method IsValidShutdownMode (line 2220) | private static bool IsValidShutdownMode(ShutdownMode value) method OnPreBPReady (line 2227) | private void OnPreBPReady(object sender, BPReadyEventArgs e) method ConfigAppWindowAndRootElement (line 2238) | private void ConfigAppWindowAndRootElement(object root, Uri uri) method PlaySound (line 2278) | private void PlaySound(string soundName) method GetSystemSound (line 2288) | private string GetSystemSound(string soundName) method IsComponentBeingLoadedFromOuterLoadBaml (line 2328) | private static bool IsComponentBeingLoadedFromOuterLoadBaml(Uri curCom... method RunDispatcher (line 2393) | private object RunDispatcher(object ignore) type NavigationStateChange (line 2471) | internal enum NavigationStateChange : byte class NestedBamlLoadInfo (line 2497) | internal class NestedBamlLoadInfo method NestedBamlLoadInfo (line 2502) | internal NestedBamlLoadInfo(Uri uri, Stream stream, bool bSkipJournalP... type ShutdownMode (line 2558) | public enum ShutdownMode : byte type ReasonSessionEnding (line 2585) | public enum ReasonSessionEnding : byte FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/AttachedPropertyBrowsableForChildrenAttribute.cs class AttachedPropertyBrowsableForChildrenAttribute (line 16) | [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] method AttachedPropertyBrowsableForChildrenAttribute (line 29) | public AttachedPropertyBrowsableForChildrenAttribute() method Equals (line 68) | public override bool Equals(object obj) method GetHashCode (line 78) | public override int GetHashCode() method IsBrowsable (line 96) | internal override bool IsBrowsable(DependencyObject d, DependencyPrope... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ButtonAutomationPeer.cs class ButtonAutomationPeer (line 11) | public class ButtonAutomationPeer : ButtonBaseAutomationPeer, IInvokePro... method ButtonAutomationPeer (line 14) | public ButtonAutomationPeer(Button owner): base(owner) method GetClassNameCore (line 18) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 24) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 30) | public override object GetPattern(PatternInterface patternInterface) method Invoke (line 38) | void IInvokeProvider.Invoke() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ButtonBaseAutomationPeer.cs class ButtonBaseAutomationPeer (line 11) | public abstract class ButtonBaseAutomationPeer: FrameworkElementAutomati... method ButtonBaseAutomationPeer (line 14) | protected ButtonBaseAutomationPeer(ButtonBase owner): base(owner) method GetAcceleratorKeyCore (line 18) | protected override string GetAcceleratorKeyCore() method GetAutomationIdCore (line 33) | protected override string GetAutomationIdCore() method GetNameCore (line 55) | protected override string GetNameCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/CalendarAutomationPeer.cs class CalendarAutomationPeer (line 15) | public sealed class CalendarAutomationPeer : FrameworkElementAutomationP... method CalendarAutomationPeer (line 21) | public CalendarAutomationPeer(System.Windows.Controls.Calendar owner) method GetPattern (line 65) | public override object GetPattern(PatternInterface patternInterface) method GetAutomationControlTypeCore (line 97) | protected override AutomationControlType GetAutomationControlTypeCore() method GetChildrenCore (line 102) | protected override List GetChildrenCore() method GetClassNameCore (line 169) | protected override string GetClassNameCore() method SetFocusCore (line 174) | protected override void SetFocusCore() method GetOrCreateDateTimeAutomationPeer (line 211) | private DateTimeAutomationPeer GetOrCreateDateTimeAutomationPeer(DateT... method GetOrCreateDateTimeAutomationPeer (line 216) | private DateTimeAutomationPeer GetOrCreateDateTimeAutomationPeer(DateT... method GetPeerFromWeakRefStorage (line 252) | private DateTimeAutomationPeer GetPeerFromWeakRefStorage(DateTimeCalen... method AddProxyToWeakRefStorage (line 275) | internal void AddProxyToWeakRefStorage(WeakReference wr, DateTimeAutom... method RaiseSelectionEvents (line 284) | internal void RaiseSelectionEvents(SelectionChangedEventArgs e) method GetItem (line 354) | IRawElementProviderSimple IGridProvider.GetItem(int row, int column) method GetSupportedViews (line 395) | int[] IMultipleViewProvider.GetSupportedViews() method GetViewName (line 406) | string IMultipleViewProvider.GetViewName(int viewId) method SetCurrentView (line 429) | void IMultipleViewProvider.SetCurrentView(int viewId) method GetSelection (line 454) | IRawElementProviderSimple[] ISelectionProvider.GetSelection() method FindItemByProperty (line 476) | IRawElementProviderSimple IItemContainerProvider.FindItemByProperty(IR... method GetNextDate (line 542) | private DateTime? GetNextDate(DateTimeAutomationPeer currentDatePeer, ... method GetNextSelectedDate (line 558) | private DateTime? GetNextSelectedDate(DateTimeAutomationPeer currentDa... method GetColumnHeaders (line 599) | IRawElementProviderSimple[] ITableProvider.GetColumnHeaders() method GetRowHeaders (line 631) | IRawElementProviderSimple[] ITableProvider.GetRowHeaders() type DateTimeCalendarModePair (line 661) | internal struct DateTimeCalendarModePair method DateTimeCalendarModePair (line 663) | internal DateTimeCalendarModePair(DateTime date, CalendarMode mode) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/CalendarButtonAutomationPeer.cs class CalendarButtonAutomationPeer (line 13) | public sealed class CalendarButtonAutomationPeer : FrameworkElementAutom... method CalendarButtonAutomationPeer (line 20) | public CalendarButtonAutomationPeer(Button owner) method GetAutomationControlTypeCore (line 42) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 52) | protected override string GetClassNameCore() method GetLocalizedControlTypeCore (line 61) | protected override string GetLocalizedControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/CheckBoxAutomationPeer.cs class CheckBoxAutomationPeer (line 9) | public class CheckBoxAutomationPeer : ToggleButtonAutomationPeer method CheckBoxAutomationPeer (line 12) | public CheckBoxAutomationPeer(CheckBox owner): base(owner) method GetClassNameCore (line 16) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 22) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ComboBoxAutomationPeer.cs class ComboBoxAutomationPeer (line 12) | public class ComboBoxAutomationPeer: SelectorAutomationPeer, IValueProvi... method ComboBoxAutomationPeer (line 15) | public ComboBoxAutomationPeer(ComboBox owner): base(owner) method CreateItemAutomationPeer (line 19) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method GetAutomationControlTypeCore (line 26) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 32) | protected override string GetClassNameCore() method GetPattern (line 38) | public override object GetPattern(PatternInterface pattern) method GetChildrenCore (line 64) | protected override List GetChildrenCore() method SetFocusCore (line 87) | protected override void SetFocusCore() method ScrollItemIntoView (line 112) | internal void ScrollItemIntoView(object item) method SetValue (line 140) | void IValueProvider.SetValue(string val) method RaiseValuePropertyChangedEvent (line 174) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Expand (line 190) | void IExpandCollapseProvider.Expand() method Collapse (line 204) | void IExpandCollapseProvider.Collapse() method RaiseExpandCollapseAutomationEvent (line 225) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ContentTextAutomationPeer.cs class ContentTextAutomationPeer (line 18) | public abstract class ContentTextAutomationPeer : FrameworkContentElemen... method ContentTextAutomationPeer (line 23) | protected ContentTextAutomationPeer(FrameworkContentElement owner) method RaiseActiveTextPositionChangedEvent (line 31) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method TextRangeFromTextPointers (line 51) | private ITextRangeProvider TextRangeFromTextPointers(TextPointer range... method ProviderFromPeer (line 60) | internal new IRawElementProviderSimple ProviderFromPeer(AutomationPeer... method ElementFromProvider (line 68) | internal DependencyObject ElementFromProvider(IRawElementProviderSimpl... method GetAutomationPeersFromRange (line 86) | internal abstract List GetAutomationPeersFromRange(ITe... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ContextMenuAutomationPeer.cs class ContextMenuAutomationPeer (line 9) | public class ContextMenuAutomationPeer : FrameworkElementAutomationPeer method ContextMenuAutomationPeer (line 12) | public ContextMenuAutomationPeer(ContextMenu owner): base(owner) method GetClassNameCore (line 17) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 23) | protected override AutomationControlType GetAutomationControlTypeCore() method IsContentElementCore (line 30) | protected override bool IsContentElementCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DataGridAutomationPeer.cs class DataGridAutomationPeer (line 14) | public sealed class DataGridAutomationPeer : ItemsControlAutomationPeer, method DataGridAutomationPeer (line 23) | public DataGridAutomationPeer(DataGrid owner) method GetAutomationControlTypeCore (line 37) | protected override AutomationControlType GetAutomationControlTypeCore() method GetChildrenCore (line 42) | protected override List GetChildrenCore() method GetClassNameCore (line 69) | protected override string GetClassNameCore() method GetPattern (line 79) | public override object GetPattern(PatternInterface patternInterface) method CreateItemAutomationPeer (line 108) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method IsPropertySupportedByControlForFindItem (line 113) | internal override bool IsPropertySupportedByControlForFindItem(int id) method GetSupportedPropertyValue (line 118) | internal override object GetSupportedPropertyValue(ItemAutomationPeer ... method GetItem (line 143) | IRawElementProviderSimple IGridProvider.GetItem(int row, int column) method GetSelection (line 171) | IRawElementProviderSimple[] ISelectionProvider.GetSelection() method GetColumnHeaders (line 234) | IRawElementProviderSimple[] ITableProvider.GetColumnHeaders() method GetRowHeaders (line 268) | IRawElementProviderSimple[] ITableProvider.GetRowHeaders() method GetCellItemPeer (line 307) | private DataGridCellItemAutomationPeer GetCellItemPeer(DataGridCellInf... method RaiseAutomationCellSelectedEvent (line 323) | internal void RaiseAutomationCellSelectedEvent(SelectedCellsChangedEve... method RaiseAutomationRowInvokeEvents (line 358) | internal void RaiseAutomationRowInvokeEvents(DataGridRow row) method RaiseAutomationCellInvokeEvents (line 366) | internal void RaiseAutomationCellInvokeEvents(DataGridColumn column, D... method RaiseAutomationSelectionEvents (line 378) | internal void RaiseAutomationSelectionEvents(SelectionChangedEventArgs e) method AddSelectedCells (line 414) | private void AddSelectedCells(List cellProv... method AddSelectedRows (line 436) | private void AddSelectedRows(List itemProvi... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DataGridCellAutomationPeer.cs class DataGridCellAutomationPeer (line 11) | public sealed class DataGridCellAutomationPeer : FrameworkElementAutomat... method DataGridCellAutomationPeer (line 21) | public DataGridCellAutomationPeer(DataGridCell owner) method GetAutomationControlTypeCore (line 35) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 45) | protected override string GetClassNameCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DataGridCellItemAutomationPeer.cs method DataGridCellItemAutomationPeer (line 23) | public DataGridCellItemAutomationPeer(object item, DataGridColumn dataGr... method GetAcceleratorKeyCore (line 37) | protected override string GetAcceleratorKeyCore() method GetAccessKeyCore (line 49) | protected override string GetAccessKeyCore() method GetAutomationControlTypeCore (line 61) | protected override AutomationControlType GetAutomationControlTypeCore() method GetAutomationIdCore (line 67) | protected override string GetAutomationIdCore() method GetBoundingRectangleCore (line 79) | protected override Rect GetBoundingRectangleCore() method GetChildrenCore (line 93) | protected override List GetChildrenCore() method GetClassNameCore (line 111) | protected override string GetClassNameCore() method GetClickablePointCore (line 126) | protected override Point GetClickablePointCore() method GetHelpTextCore (line 138) | protected override string GetHelpTextCore() method GetItemStatusCore (line 150) | protected override string GetItemStatusCore() method GetItemTypeCore (line 162) | protected override string GetItemTypeCore() method GetLabeledByCore (line 174) | protected override AutomationPeer GetLabeledByCore() method GetLocalizedControlTypeCore (line 186) | protected override string GetLocalizedControlTypeCore() method GetLiveSettingCore (line 198) | protected override AutomationLiveSetting GetLiveSettingCore() method GetNameCore (line 216) | protected override string GetNameCore() method GetOrientationCore (line 233) | protected override AutomationOrientation GetOrientationCore() method GetPattern (line 246) | public override object GetPattern(PatternInterface patternInterface) method GetPositionInSetCore (line 309) | protected override int GetPositionInSetCore() method GetSizeOfSetCore (line 335) | protected override int GetSizeOfSetCore() method GetHeadingLevelCore (line 353) | protected override AutomationHeadingLevel GetHeadingLevelCore() method GetVisibleBoundingRectCore (line 370) | internal override Rect GetVisibleBoundingRectCore() method HasKeyboardFocusCore (line 381) | protected override bool HasKeyboardFocusCore() method IsContentElementCore (line 393) | protected override bool IsContentElementCore() method IsControlElementCore (line 403) | protected override bool IsControlElementCore() method IsDialogCore (line 413) | protected override bool IsDialogCore() method IsEnabledCore (line 425) | protected override bool IsEnabledCore() method IsKeyboardFocusableCore (line 437) | protected override bool IsKeyboardFocusableCore() method IsOffscreenCore (line 449) | protected override bool IsOffscreenCore() method IsPasswordCore (line 462) | protected override bool IsPasswordCore() method IsRequiredForFormCore (line 474) | protected override bool IsRequiredForFormCore() method SetFocusCore (line 486) | protected override void SetFocusCore() method IsDataItemAutomationPeer (line 495) | internal override bool IsDataItemAutomationPeer() method AddToParentProxyWeakRefCache (line 500) | internal override void AddToParentProxyWeakRefCache() method GetColumnHeaderItems (line 555) | IRawElementProviderSimple[] ITableItemProvider.GetColumnHeaderItems() method GetRowHeaderItems (line 577) | IRawElementProviderSimple[] ITableItemProvider.GetRowHeaderItems() method Invoke (line 603) | void IInvokeProvider.Invoke() method ScrollIntoView (line 658) | void IScrollItemProvider.ScrollIntoView() method AddToSelection (line 683) | void ISelectionItemProvider.AddToSelection() method RemoveFromSelection (line 708) | void ISelectionItemProvider.RemoveFromSelection() method Select (line 724) | void ISelectionItemProvider.Select() method SetValue (line 749) | void IValueProvider.SetValue(string value) method Realize (line 779) | void IVirtualizedItemProvider.Realize() method EnsureEnabled (line 788) | private void EnsureEnabled() method ThrowElementNotAvailableException (line 797) | private void ThrowElementNotAvailableException() method IsItemInAutomationTree (line 805) | private bool IsItemInAutomationTree() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DataGridColumnHeaderAutomationPeer.cs class DataGridColumnHeaderAutomationPeer (line 11) | public sealed class DataGridColumnHeaderAutomationPeer : ButtonBaseAutom... method DataGridColumnHeaderAutomationPeer (line 19) | public DataGridColumnHeaderAutomationPeer(DataGridColumnHeader owner) method GetAutomationControlTypeCore (line 32) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 42) | protected override string GetClassNameCore() method IsContentElementCore (line 49) | protected override bool IsContentElementCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DataGridColumnHeaderItemAutomationPeer.cs method DataGridColumnHeaderItemAutomationPeer (line 16) | public DataGridColumnHeaderItemAutomationPeer(object item, DataGridColum... method GetAutomationControlTypeCore (line 28) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 38) | protected override string GetClassNameCore() method GetPattern (line 57) | public override object GetPattern(PatternInterface patternInterface) method IsContentElementCore (line 105) | protected override bool IsContentElementCore() method Invoke (line 112) | void IInvokeProvider.Invoke() method ScrollIntoView (line 126) | void IScrollItemProvider.ScrollIntoView() method Move (line 164) | void ITransformProvider.Move(double x, double y) method Resize (line 169) | void ITransformProvider.Resize(double width, double height) method Rotate (line 181) | void ITransformProvider.Rotate(double degrees) method Realize (line 189) | void IVirtualizedItemProvider.Realize() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DataGridColumnHeadersPresenterAutomationPeer.cs class DataGridColumnHeadersPresenterAutomationPeer (line 14) | public sealed class DataGridColumnHeadersPresenterAutomationPeer : Items... method DataGridColumnHeadersPresenterAutomationPeer (line 22) | public DataGridColumnHeadersPresenterAutomationPeer(DataGridColumnHead... method GetAutomationControlTypeCore (line 35) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 45) | protected override string GetClassNameCore() method GetChildrenCore (line 58) | protected override List GetChildrenCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DataGridDetailsPresenterAutomationPeer.cs class DataGridDetailsPresenterAutomationPeer (line 11) | public sealed class DataGridDetailsPresenterAutomationPeer : FrameworkEl... method DataGridDetailsPresenterAutomationPeer (line 19) | public DataGridDetailsPresenterAutomationPeer(DataGridDetailsPresenter... method GetClassNameCore (line 29) | protected override string GetClassNameCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DataGridItemAutomationPeer.cs class DataGridItemAutomationPeer (line 17) | public sealed class DataGridItemAutomationPeer : ItemAutomationPeer, method DataGridItemAutomationPeer (line 25) | public DataGridItemAutomationPeer(object item, DataGridAutomationPeer ... method GetAutomationControlTypeCore (line 38) | protected override AutomationControlType GetAutomationControlTypeCore() method GetChildrenCore (line 44) | protected override List GetChildrenCore() method GetClassNameCore (line 62) | protected override string GetClassNameCore() method GetPattern (line 77) | public override object GetPattern(PatternInterface patternInterface) method GetPeerFromPointCore (line 105) | protected override AutomationPeer GetPeerFromPointCore(Point point) method FindItemByProperty (line 127) | IRawElementProviderSimple IItemContainerProvider.FindItemByProperty(IR... method Invoke (line 212) | void IInvokeProvider.Invoke() method ScrollIntoView (line 259) | void IScrollItemProvider.ScrollIntoView() method AddToSelection (line 284) | void ISelectionItemProvider.AddToSelection() method RemoveFromSelection (line 312) | void ISelectionItemProvider.RemoveFromSelection() method Select (line 328) | void ISelectionItemProvider.Select() method GetSelection (line 360) | IRawElementProviderSimple[] ISelectionProvider.GetSelection() method GetCellItemPeers (line 406) | internal List GetCellItemPeers() method GetOrCreateCellItemPeer (line 461) | internal DataGridCellItemAutomationPeer GetOrCreateCellItemPeer(DataGr... method GetOrCreateCellItemPeer (line 473) | private DataGridCellItemAutomationPeer GetOrCreateCellItemPeer(DataGri... method GetPeerFromWeakRefStorage (line 505) | private DataGridCellItemAutomationPeer GetPeerFromWeakRefStorage(objec... method AddProxyToWeakRefStorage (line 526) | internal void AddProxyToWeakRefStorage(WeakReference wr, DataGridCellI... method EnsureEnabled (line 536) | private void EnsureEnabled() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DataGridRowAutomationPeer.cs class DataGridRowAutomationPeer (line 12) | public sealed class DataGridRowAutomationPeer : FrameworkElementAutomati... method DataGridRowAutomationPeer (line 20) | public DataGridRowAutomationPeer(DataGridRow owner) method GetAutomationControlTypeCore (line 34) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 44) | protected override string GetClassNameCore() method GetChildrenCore (line 50) | protected override List GetChildrenCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DataGridRowHeaderAutomationPeer.cs class DataGridRowHeaderAutomationPeer (line 11) | public sealed class DataGridRowHeaderAutomationPeer : ButtonBaseAutomati... method DataGridRowHeaderAutomationPeer (line 19) | public DataGridRowHeaderAutomationPeer(DataGridRowHeader owner) method GetAutomationControlTypeCore (line 32) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 42) | protected override string GetClassNameCore() method IsContentElementCore (line 49) | protected override bool IsContentElementCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DatePickerAutomationPeer.cs class DatePickerAutomationPeer (line 13) | public sealed class DatePickerAutomationPeer : FrameworkElementAutomatio... method DatePickerAutomationPeer (line 19) | public DatePickerAutomationPeer(DatePicker owner) method GetPattern (line 43) | public override object GetPattern(PatternInterface patternInterface) method SetFocusCore (line 57) | protected override void SetFocusCore() method GetAutomationControlTypeCore (line 82) | protected override AutomationControlType GetAutomationControlTypeCore() method GetChildrenCore (line 87) | protected override List GetChildrenCore() method GetClassNameCore (line 107) | protected override string GetClassNameCore() method GetLocalizedControlTypeCore (line 116) | protected override string GetLocalizedControlTypeCore() method Collapse (line 140) | void IExpandCollapseProvider.Collapse() method Expand (line 145) | void IExpandCollapseProvider.Expand() method SetValue (line 164) | void IValueProvider.SetValue(string value) method RaiseValuePropertyChangedEvent (line 173) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DateTimeAutomationPeer.cs method DateTimeAutomationPeer (line 22) | internal DateTimeAutomationPeer(DateTime date, Calendar owningCalendar, ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DocumentAutomationPeer.cs class DocumentAutomationPeer (line 20) | public class DocumentAutomationPeer : ContentTextAutomationPeer method DocumentAutomationPeer (line 26) | public DocumentAutomationPeer(FrameworkContentElement owner) method OnDisconnected (line 42) | internal void OnDisconnected() method GetChildrenCore (line 55) | protected override List GetChildrenCore() method GetPattern (line 68) | public override object GetPattern(PatternInterface patternInterface) method GetAutomationControlTypeCore (line 97) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 106) | protected override string GetClassNameCore() method IsControlElementCore (line 114) | protected override bool IsControlElementCore() method GetBoundingRectangleCore (line 132) | protected override Rect GetBoundingRectangleCore() method GetClickablePointCore (line 152) | protected override Point GetClickablePointCore() method IsOffscreenCore (line 174) | protected override bool IsOffscreenCore() method GetAutomationPeersFromRange (line 198) | internal override List GetAutomationPeersFromRange(ITe... method CalculateBoundingRect (line 209) | private Rect CalculateBoundingRect(bool clipToVisible, out UIElement u... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DocumentPageViewAutomationPeer.cs class DocumentPageViewAutomationPeer (line 16) | public class DocumentPageViewAutomationPeer : FrameworkElementAutomation... method DocumentPageViewAutomationPeer (line 22) | public DocumentPageViewAutomationPeer(DocumentPageView owner) method GetChildrenCore (line 33) | protected override List GetChildrenCore() method GetAutomationIdCore (line 42) | protected override string GetAutomationIdCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DocumentViewerAutomationPeer.cs class DocumentViewerAutomationPeer (line 12) | public class DocumentViewerAutomationPeer : DocumentViewerBaseAutomation... method DocumentViewerAutomationPeer (line 18) | public DocumentViewerAutomationPeer(DocumentViewer owner) method GetClassNameCore (line 25) | protected override string GetClassNameCore() method GetPattern (line 33) | public override object GetPattern(PatternInterface patternInterface) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/DocumentViewerBaseAutomationPeer.cs class DocumentViewerBaseAutomationPeer (line 16) | public class DocumentViewerBaseAutomationPeer : FrameworkElementAutomati... method DocumentViewerBaseAutomationPeer (line 22) | public DocumentViewerBaseAutomationPeer(DocumentViewerBase owner) method GetPattern (line 29) | public override object GetPattern(PatternInterface patternInterface) method GetChildrenCore (line 60) | protected override List GetChildrenCore() method GetAutomationControlTypeCore (line 88) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 96) | protected override string GetClassNameCore() method GetDocumentAutomationPeer (line 105) | private AutomationPeer GetDocumentAutomationPeer() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ExpanderAutomationPeer.cs class ExpanderAutomationPeer (line 11) | public class ExpanderAutomationPeer : FrameworkElementAutomationPeer, IE... method ExpanderAutomationPeer (line 14) | public ExpanderAutomationPeer(Expander owner): base(owner) method GetClassNameCore (line 18) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 24) | protected override AutomationControlType GetAutomationControlTypeCore() method GetChildrenCore (line 30) | protected override List GetChildrenCore() method HasKeyboardFocusCore (line 51) | protected override bool HasKeyboardFocusCore() method GetPattern (line 58) | public override object GetPattern(PatternInterface pattern) method Expand (line 80) | void IExpandCollapseProvider.Expand() method Collapse (line 93) | void IExpandCollapseProvider.Collapse() method RaiseExpandCollapseAutomationEvent (line 113) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/FixedPageAutomationPeer.cs class FixedPageAutomationPeer (line 9) | public class FixedPageAutomationPeer : FrameworkElementAutomationPeer method FixedPageAutomationPeer (line 12) | public FixedPageAutomationPeer(FixedPage owner): base(owner) method GetClassNameCore (line 16) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 22) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/FlowDocumentPageViewerAutomationPeer.cs class FlowDocumentPageViewerAutomationPeer (line 16) | public class FlowDocumentPageViewerAutomationPeer : DocumentViewerBaseAu... method FlowDocumentPageViewerAutomationPeer (line 22) | public FlowDocumentPageViewerAutomationPeer(FlowDocumentPageViewer owner) method GetChildrenCore (line 33) | protected override List GetChildrenCore() method GetClassNameCore (line 59) | protected override string GetClassNameCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/FlowDocumentReaderAutomationPeer.cs class FlowDocumentReaderAutomationPeer (line 18) | public class FlowDocumentReaderAutomationPeer : FrameworkElementAutomati... method FlowDocumentReaderAutomationPeer (line 24) | public FlowDocumentReaderAutomationPeer(FlowDocumentReader owner) method GetPattern (line 31) | public override object GetPattern(PatternInterface patternInterface) method GetChildrenCore (line 52) | protected override List GetChildrenCore() method GetClassNameCore (line 84) | protected override string GetClassNameCore() method RaiseCurrentViewChangedEvent (line 94) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RaiseSupportedViewsChangedEvent (line 109) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method GetSupportedViews (line 150) | private int[] GetSupportedViews(bool single, bool facing, bool scroll) method ConvertModeToViewId (line 167) | private int ConvertModeToViewId(FlowDocumentReaderViewingMode mode) method ConvertViewIdToMode (line 175) | private FlowDocumentReaderViewingMode ConvertViewIdToMode(int viewId) method GetViewName (line 204) | string IMultipleViewProvider.GetViewName(int viewId) method SetCurrentView (line 229) | void IMultipleViewProvider.SetCurrentView(int viewId) method GetSupportedViews (line 248) | int[] IMultipleViewProvider.GetSupportedViews() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/FlowDocumentScrollViewerAutomationPeer.cs class FlowDocumentScrollViewerAutomationPeer (line 20) | public class FlowDocumentScrollViewerAutomationPeer : FrameworkElementAu... method FlowDocumentScrollViewerAutomationPeer (line 26) | public FlowDocumentScrollViewerAutomationPeer(FlowDocumentScrollViewer... method GetPattern (line 33) | public override object GetPattern(PatternInterface patternInterface) method GetChildrenCore (line 77) | protected override List GetChildrenCore() method GetAutomationControlTypeCore (line 115) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 123) | protected override string GetClassNameCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/FrameAutomationPeer.cs class FrameAutomationPeer (line 9) | public class FrameAutomationPeer : FrameworkElementAutomationPeer method FrameAutomationPeer (line 12) | public FrameAutomationPeer(Frame owner) : base(owner) method GetClassNameCore (line 16) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 22) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/FrameworkContentElementAutomationPeer.cs class FrameworkContentElementAutomationPeer (line 15) | public class FrameworkContentElementAutomationPeer : ContentElementAutom... method FrameworkContentElementAutomationPeer (line 21) | public FrameworkContentElementAutomationPeer(FrameworkContentElement o... method GetAutomationIdCore (line 28) | protected override string GetAutomationIdCore() method GetHelpTextCore (line 50) | protected override string GetHelpTextCore() method GetLabeledByCore (line 71) | protected override AutomationPeer GetLabeledByCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/FrameworkElementAutomationPeer.cs class FrameworkElementAutomationPeer (line 7) | public class FrameworkElementAutomationPeer : UIElementAutomationPeer method FrameworkElementAutomationPeer (line 10) | public FrameworkElementAutomationPeer(FrameworkElement owner) method GetAutomationIdCore (line 15) | protected override string GetAutomationIdCore() method GetNameCore (line 37) | protected override string GetNameCore() method GetHelpTextCore (line 54) | protected override string GetHelpTextCore() method IgnoreUpdatePeer (line 75) | internal override bool IgnoreUpdatePeer() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/GridSplitterAutomationPeer.cs class GridSplitterAutomationPeer (line 10) | public class GridSplitterAutomationPeer : ThumbAutomationPeer, ITransfor... method GridSplitterAutomationPeer (line 13) | public GridSplitterAutomationPeer(GridSplitter owner): base(owner) method GetClassNameCore (line 17) | protected override string GetClassNameCore() method GetPattern (line 23) | public override object GetPattern(PatternInterface patternInterface) method Move (line 37) | void ITransformProvider.Move(double x, double y) method Resize (line 50) | void ITransformProvider.Resize(double width, double height) method Rotate (line 54) | void ITransformProvider.Rotate(double degrees) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/GridViewAutomationPeer.cs class GridViewAutomationPeer (line 24) | public class GridViewAutomationPeer : IViewAutomationPeer, ITableProvider method GridViewAutomationPeer (line 27) | public GridViewAutomationPeer(GridView owner, ListView listview) method GetAutomationControlType (line 43) | AutomationControlType IViewAutomationPeer.GetAutomationControlType() method GetPattern (line 49) | object IViewAutomationPeer.GetPattern(PatternInterface patternInterface) method GetChildren (line 64) | List IViewAutomationPeer.GetChildren(List GetChildrenAutomationPeer(Visual parent, ... method iterate (line 158) | private static bool iterate(Visual parent, bool includeInvisibleItems,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/GridViewColumnHeaderAutomationPeer.cs class GridViewColumnHeaderAutomationPeer (line 10) | public class GridViewColumnHeaderAutomationPeer : FrameworkElementAutoma... method GridViewColumnHeaderAutomationPeer (line 13) | public GridViewColumnHeaderAutomationPeer(GridViewColumnHeader owner) method GetAutomationControlTypeCore (line 19) | protected override AutomationControlType GetAutomationControlTypeCore() method IsContentElementCore (line 26) | protected override bool IsContentElementCore() method GetClassNameCore (line 32) | protected override string GetClassNameCore() method GetPattern (line 38) | public override object GetPattern(PatternInterface patternInterface) method Invoke (line 50) | void IInvokeProvider.Invoke() method Move (line 69) | void ITransformProvider.Move(double x, double y) method Resize (line 74) | void ITransformProvider.Resize(double width, double height) method Rotate (line 91) | void ITransformProvider.Rotate(double degrees) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/GridViewHeaderRowPresenterAutomationPeer.cs class GridViewHeaderRowPresenterAutomationPeer (line 9) | public class GridViewHeaderRowPresenterAutomationPeer : FrameworkElement... method GridViewHeaderRowPresenterAutomationPeer (line 12) | public GridViewHeaderRowPresenterAutomationPeer(GridViewHeaderRowPrese... method GetClassNameCore (line 18) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 24) | protected override AutomationControlType GetAutomationControlTypeCore() method IsContentElementCore (line 31) | protected override bool IsContentElementCore() method GetChildrenCore (line 37) | protected override List GetChildrenCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/GridViewItemAutomationPeer.cs class GridViewItemAutomationPeer (line 12) | public class GridViewItemAutomationPeer : ListBoxItemAutomationPeer method GridViewItemAutomationPeer (line 15) | public GridViewItemAutomationPeer(object owner, ListViewAutomationPeer... method GetClassNameCore (line 24) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 30) | protected override AutomationControlType GetAutomationControlTypeCore() method GetChildrenCore (line 36) | protected override List GetChildrenCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/GroupBoxAutomationPeer.cs class GroupBoxAutomationPeer (line 9) | public class GroupBoxAutomationPeer : FrameworkElementAutomationPeer method GroupBoxAutomationPeer (line 12) | public GroupBoxAutomationPeer(GroupBox owner): base(owner) method GetClassNameCore (line 16) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 22) | protected override AutomationControlType GetAutomationControlTypeCore() method GetNameCore (line 29) | protected override string GetNameCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/GroupItemAutomationPeer.cs class GroupItemAutomationPeer (line 13) | public class GroupItemAutomationPeer : FrameworkElementAutomationPeer method GroupItemAutomationPeer (line 16) | public GroupItemAutomationPeer(GroupItem owner): base(owner) method GetClassNameCore (line 21) | protected override string GetClassNameCore() method GetPositionInSetCore (line 34) | protected override int GetPositionInSetCore() method GetSizeOfSetCore (line 63) | protected override int GetSizeOfSetCore() method GetAutomationControlTypeCore (line 85) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 91) | public override object GetPattern(PatternInterface patternInterface) method GetChildrenCore (line 111) | protected override List GetChildrenCore() method InvalidateGroupItemPeersContainingRecentlyRealizedPeers (line 283) | internal void InvalidateGroupItemPeersContainingRecentlyRealizedPeers(... method SetFocusCore (line 307) | protected override void SetFocusCore() method IsKeyboardFocusableCore (line 324) | protected override bool IsKeyboardFocusableCore() method HasKeyboardFocusCore (line 336) | protected override bool HasKeyboardFocusCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/HwndHostAutomationPeer.cs class HwndHostAutomationPeer (line 10) | internal class HwndHostAutomationPeer : FrameworkElementAutomationPeer method HwndHostAutomationPeer (line 13) | public HwndHostAutomationPeer(HwndHost owner): base(owner) method GetClassNameCore (line 19) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 25) | protected override AutomationControlType GetAutomationControlTypeCore() method GetInteropChild (line 30) | internal override InteropAutomationProvider GetInteropChild() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/HyperlinkAutomationPeer.cs class HyperlinkAutomationPeer (line 14) | public class HyperlinkAutomationPeer : TextElementAutomationPeer, IInvok... method HyperlinkAutomationPeer (line 17) | public HyperlinkAutomationPeer(Hyperlink owner) method GetPattern (line 26) | public override object GetPattern(PatternInterface patternInterface) method GetAutomationControlTypeCore (line 40) | protected override AutomationControlType GetAutomationControlTypeCore() method GetNameCore (line 48) | protected override string GetNameCore() method GetClassNameCore (line 64) | protected override string GetClassNameCore() method IsControlElementCore (line 72) | protected override bool IsControlElementCore() method Invoke (line 81) | void IInvokeProvider.Invoke() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/IViewAutomationPeer.cs type IViewAutomationPeer (line 16) | public interface IViewAutomationPeer method GetAutomationControlType (line 22) | AutomationControlType GetAutomationControlType(); method GetPattern (line 29) | object GetPattern(PatternInterface patternInterface); method GetChildren (line 35) | List GetChildren(List children); method CreateItemAutomationPeer (line 42) | ItemAutomationPeer CreateItemAutomationPeer(object item); method ItemsChanged (line 51) | void ItemsChanged(NotifyCollectionChangedEventArgs e); method ViewDetached (line 56) | void ViewDetached(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ImageAutomationPeer.cs class ImageAutomationPeer (line 9) | public class ImageAutomationPeer : FrameworkElementAutomationPeer method ImageAutomationPeer (line 12) | public ImageAutomationPeer(Image owner): base(owner) method GetClassNameCore (line 16) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 22) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/InkCanvasAutomationPeer.cs class InkCanvasAutomationPeer (line 9) | public class InkCanvasAutomationPeer : FrameworkElementAutomationPeer method InkCanvasAutomationPeer (line 12) | public InkCanvasAutomationPeer(InkCanvas owner) method GetClassNameCore (line 17) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 23) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/InkPresenterAutomationPeer.cs class InkPresenterAutomationPeer (line 9) | public class InkPresenterAutomationPeer : FrameworkElementAutomationPeer method InkPresenterAutomationPeer (line 12) | public InkPresenterAutomationPeer(InkPresenter owner) method GetClassNameCore (line 17) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 23) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ItemAutomationPeer.cs method ItemAutomationPeer (line 22) | protected ItemAutomationPeer(object item, ItemsControlAutomationPeer ite... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ItemsControlAutomationPeer.cs class ItemsControlAutomationPeer (line 16) | public abstract class ItemsControlAutomationPeer : FrameworkElementAutom... method ItemsControlAutomationPeer (line 19) | protected ItemsControlAutomationPeer(ItemsControl owner): base(owner) method GetPattern (line 23) | public override object GetPattern(PatternInterface patternInterface) method GetChildrenCore (line 54) | protected override List GetChildrenCore() class UpdateChildrenHelper (line 526) | private class UpdateChildrenHelper : IDisposable method UpdateChildrenHelper (line 528) | internal UpdateChildrenHelper(ItemsControlAutomationPeer peer) method Dispose (line 534) | void IDisposable.Dispose() class ItemPeersStorage (line 545) | internal class ItemPeersStorage where T : class method ItemPeersStorage (line 547) | public ItemPeersStorage() method Clear (line 551) | public void Clear() method Remove (line 624) | public void Remove(object item) method PurgeWeakRefCollection (line 657) | public void PurgeWeakRefCollection() class RecyclableWrapper (line 728) | internal class RecyclableWrapper : IDisposable method RecyclableWrapper (line 730) | public RecyclableWrapper(ItemsControl itemsControl, object item) method LinkItem (line 738) | public void LinkItem(object item) method UnlinkItem (line 746) | private void UnlinkItem() method Dispose (line 755) | void IDisposable.Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ItemsControlItemAutomationPeer.cs class ItemsControlItemAutomationPeer (line 8) | internal class ItemsControlItemAutomationPeer : ItemAutomationPeer method ItemsControlItemAutomationPeer (line 10) | public ItemsControlItemAutomationPeer(object item, ItemsControlWrapper... method GetAutomationControlTypeCore (line 14) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 19) | protected override string GetClassNameCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ItemsControlWrapperAutomationPeer.cs class ItemsControlWrapperAutomationPeer (line 10) | internal class ItemsControlWrapperAutomationPeer : ItemsControlAutomatio... method ItemsControlWrapperAutomationPeer (line 12) | public ItemsControlWrapperAutomationPeer(ItemsControl owner) method CreateItemAutomationPeer (line 16) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method GetClassNameCore (line 21) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 26) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/LabelAutomationPeer.cs class LabelAutomationPeer (line 9) | public class LabelAutomationPeer : FrameworkElementAutomationPeer method LabelAutomationPeer (line 12) | public LabelAutomationPeer(Label owner): base(owner) method GetClassNameCore (line 16) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 22) | protected override AutomationControlType GetAutomationControlTypeCore() method GetNameCore (line 29) | protected override string GetNameCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ListBoxAutomationPeer.cs class ListBoxAutomationPeer (line 9) | public class ListBoxAutomationPeer: SelectorAutomationPeer method ListBoxAutomationPeer (line 12) | public ListBoxAutomationPeer(ListBox owner): base(owner) method CreateItemAutomationPeer (line 16) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method GetClassNameCore (line 22) | protected override string GetClassNameCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ListBoxItemAutomationPeer.cs class ListBoxItemAutomationPeer (line 10) | public class ListBoxItemAutomationPeer : SelectorItemAutomationPeer, ISc... method ListBoxItemAutomationPeer (line 13) | public ListBoxItemAutomationPeer(object owner, SelectorAutomationPeer ... method GetClassNameCore (line 19) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 25) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 31) | public override object GetPattern(PatternInterface patternInterface) method RealizeCore (line 41) | internal override void RealizeCore() method ScrollIntoView (line 53) | void IScrollItemProvider.ScrollIntoView() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ListBoxItemWrapperAutomationPeer.cs class ListBoxItemWrapperAutomationPeer (line 9) | public class ListBoxItemWrapperAutomationPeer: FrameworkElementAutomatio... method ListBoxItemWrapperAutomationPeer (line 12) | public ListBoxItemWrapperAutomationPeer(ListBoxItem owner): base(owner) method GetClassNameCore (line 16) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 22) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ListViewAutomationPeer.cs class ListViewAutomationPeer (line 11) | public class ListViewAutomationPeer : ListBoxAutomationPeer method ListViewAutomationPeer (line 14) | public ListViewAutomationPeer(ListView owner) method GetAutomationControlTypeCore (line 21) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 34) | protected override string GetClassNameCore() method GetPattern (line 40) | public override object GetPattern(PatternInterface patternInterface) method GetChildrenCore (line 56) | protected override List GetChildrenCore() method CreateItemAutomationPeer (line 77) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/MediaElementAutomationPeer.cs class MediaElementAutomationPeer (line 9) | public class MediaElementAutomationPeer : FrameworkElementAutomationPeer method MediaElementAutomationPeer (line 12) | public MediaElementAutomationPeer(MediaElement owner) method GetClassNameCore (line 17) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 23) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/MenuAutomationPeer.cs class MenuAutomationPeer (line 9) | public class MenuAutomationPeer : FrameworkElementAutomationPeer method MenuAutomationPeer (line 12) | public MenuAutomationPeer(Menu owner): base(owner) method GetClassNameCore (line 17) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 23) | protected override AutomationControlType GetAutomationControlTypeCore() method IsContentElementCore (line 30) | protected override bool IsContentElementCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/MenuItemAutomationPeer.cs class MenuItemAutomationPeer (line 10) | public class MenuItemAutomationPeer : FrameworkElementAutomationPeer, IE... method MenuItemAutomationPeer (line 13) | public MenuItemAutomationPeer(MenuItem owner): base(owner) method GetClassNameCore (line 18) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 24) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 30) | public override object GetPattern(PatternInterface patternInterface) method GetSizeOfSetCore (line 80) | protected override int GetSizeOfSetCore() method GetPositionInSetCore (line 112) | protected override int GetPositionInSetCore() method GetAccessKeyCore (line 140) | protected override string GetAccessKeyCore() method GetChildrenCore (line 160) | protected override List GetChildrenCore() method Expand (line 191) | void IExpandCollapseProvider.Expand() method Collapse (line 209) | void IExpandCollapseProvider.Collapse() method Invoke (line 249) | void IInvokeProvider.Invoke() method Toggle (line 269) | void IToggleProvider.Toggle() method RaiseExpandCollapseAutomationEvent (line 296) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RaiseToggleStatePropertyChangedEvent (line 305) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method ConvertToToggleState (line 313) | private static ToggleState ConvertToToggleState(bool value) => value ?... method GetNameCore (line 317) | protected override string GetNameCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/NavigationWindowAutomationPeer.cs class NavigationWindowAutomationPeer (line 9) | public class NavigationWindowAutomationPeer : WindowAutomationPeer method NavigationWindowAutomationPeer (line 12) | public NavigationWindowAutomationPeer(NavigationWindow owner): base(ow... method GetClassNameCore (line 16) | protected override string GetClassNameCore() method RaiseAsyncContentLoadedEvent (line 22) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/PasswordBoxAutomationPeer.cs class PasswordBoxAutomationPeer (line 17) | public class PasswordBoxAutomationPeer : TextAutomationPeer, IValueProvider method PasswordBoxAutomationPeer (line 23) | public PasswordBoxAutomationPeer(PasswordBox owner) : base(owner) method GetClassNameCore (line 31) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 40) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 50) | public override object GetPattern(PatternInterface patternInterface) method IsPasswordCore (line 88) | protected override bool IsPasswordCore() method SetValue (line 117) | void IValueProvider.SetValue(string value) method RaiseValuePropertyChangedEvent (line 130) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RaiseIsReadOnlyPropertyChangedEvent (line 140) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method GetAutomationPeersFromRange (line 152) | internal override List GetAutomationPeersFromRange(ITe... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/PopupRootAutomationPeer.cs class PopupRootAutomationPeer (line 9) | internal class PopupRootAutomationPeer : FrameworkElementAutomationPeer method PopupRootAutomationPeer (line 12) | public PopupRootAutomationPeer(PopupRoot owner): base(owner) method GetClassNameCore (line 16) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 22) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ProgressBarAutomationPeer.cs class ProgressBarAutomationPeer (line 10) | public class ProgressBarAutomationPeer : RangeBaseAutomationPeer, IRange... method ProgressBarAutomationPeer (line 13) | public ProgressBarAutomationPeer(ProgressBar owner): base(owner) method GetClassNameCore (line 18) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 24) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 30) | public override object GetPattern(PatternInterface patternInterface) method SetValue (line 45) | void IRangeValueProvider.SetValue(double val) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/RadioButtonAutomationPeer.cs class RadioButtonAutomationPeer (line 10) | public class RadioButtonAutomationPeer : ToggleButtonAutomationPeer, ISe... method RadioButtonAutomationPeer (line 13) | public RadioButtonAutomationPeer(RadioButton owner): base(owner) method GetClassNameCore (line 17) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 23) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 29) | public override object GetPattern(PatternInterface patternInterface) method Select (line 49) | void ISelectionItemProvider.Select() method AddToSelection (line 61) | void ISelectionItemProvider.AddToSelection() method RemoveFromSelection (line 71) | void ISelectionItemProvider.RemoveFromSelection() method RaiseToggleStatePropertyChangedEvent (line 105) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/RangeBaseAutomationPeer.cs class RangeBaseAutomationPeer (line 10) | public class RangeBaseAutomationPeer : FrameworkElementAutomationPeer, I... method RangeBaseAutomationPeer (line 13) | public RangeBaseAutomationPeer(RangeBase owner): base(owner) method GetPattern (line 18) | public override object GetPattern(PatternInterface patternInterface) method RaiseMinimumPropertyChangedEvent (line 27) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RaiseMaximumPropertyChangedEvent (line 34) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RaiseValuePropertyChangedEvent (line 41) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method SetValueCore (line 52) | internal virtual void SetValueCore(double val) method SetValue (line 67) | void IRangeValueProvider.SetValue(double val) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/RepeatButtonAutomationPeer.cs class RepeatButtonAutomationPeer (line 10) | public class RepeatButtonAutomationPeer : ButtonBaseAutomationPeer, IInv... method RepeatButtonAutomationPeer (line 13) | public RepeatButtonAutomationPeer(RepeatButton owner): base(owner) method GetClassNameCore (line 17) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 23) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 29) | public override object GetPattern(PatternInterface patternInterface) method Invoke (line 41) | void IInvokeProvider.Invoke() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/RichTextBoxAutomationPeer.cs class RichTextBoxAutomationPeer (line 13) | public class RichTextBoxAutomationPeer : TextAutomationPeer method RichTextBoxAutomationPeer (line 16) | public RichTextBoxAutomationPeer(RichTextBox owner): base(owner) method GetClassNameCore (line 22) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 28) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 34) | public override object GetPattern(PatternInterface patternInterface) method GetChildrenCore (line 69) | protected override List GetChildrenCore() method GetAutomationPeersFromRange (line 78) | internal override List GetAutomationPeersFromRange(ITe... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ScrollBarAutomationPeer.cs class ScrollBarAutomationPeer (line 11) | public class ScrollBarAutomationPeer : RangeBaseAutomationPeer method ScrollBarAutomationPeer (line 14) | public ScrollBarAutomationPeer(ScrollBar owner): base(owner) method GetClassNameCore (line 19) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 25) | protected override AutomationControlType GetAutomationControlTypeCore() method IsContentElementCore (line 32) | protected override bool IsContentElementCore() method GetClickablePointCore (line 38) | protected override Point GetClickablePointCore() method GetOrientationCore (line 44) | protected override AutomationOrientation GetOrientationCore() method SetValueCore (line 52) | internal override void SetValueCore(double val) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ScrollViewerAutomationPeer.cs class ScrollViewerAutomationPeer (line 13) | public class ScrollViewerAutomationPeer : FrameworkElementAutomationPeer... method ScrollViewerAutomationPeer (line 16) | public ScrollViewerAutomationPeer(ScrollViewer owner): base(owner) method GetClassNameCore (line 20) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 26) | protected override AutomationControlType GetAutomationControlTypeCore() method IsControlElementCore (line 32) | protected override bool IsControlElementCore() method GetPattern (line 48) | public override object GetPattern(PatternInterface patternInterface) method Scroll (line 73) | void IScrollProvider.Scroll(ScrollAmount horizontalAmount, ScrollAmoun... method SetScrollPercent (line 136) | void IScrollProvider.SetScrollPercent(double horizontalPercent, double... method AutomationIsScrollable (line 244) | private static bool AutomationIsScrollable(double extent, double viewp... method AutomationGetScrollPercent (line 249) | private static double AutomationGetScrollPercent(double extent, double... method AutomationGetViewSize (line 255) | private static double AutomationGetViewSize(double extent, double view... method RaiseAutomationEvents (line 281) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/SelectorAutomationPeer.cs class SelectorAutomationPeer (line 11) | public abstract class SelectorAutomationPeer : ItemsControlAutomationPee... method SelectorAutomationPeer (line 14) | protected SelectorAutomationPeer(Selector owner): base(owner) method GetAutomationControlTypeCore (line 18) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 24) | public override object GetPattern(PatternInterface patternInterface) method IsPropertySupportedByControlForFindItem (line 35) | internal override bool IsPropertySupportedByControlForFindItem(int id) method IsPropertySupportedByControlForFindItemInternal (line 40) | internal static new bool IsPropertySupportedByControlForFindItemIntern... method GetSupportedPropertyValue (line 56) | internal override object GetSupportedPropertyValue(ItemAutomationPeer ... method GetSupportedPropertyValueInternal (line 61) | internal static new object GetSupportedPropertyValueInternal(Automatio... method GetSelection (line 82) | IRawElementProviderSimple [] ISelectionProvider.GetSelection() method RaiseSelectionEvents (line 126) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/SelectorItemAutomationPeer.cs class SelectorItemAutomationPeer (line 10) | public abstract class SelectorItemAutomationPeer : ItemAutomationPeer, I... method SelectorItemAutomationPeer (line 13) | protected SelectorItemAutomationPeer(object owner, SelectorAutomationP... method GetPattern (line 19) | public override object GetPattern(PatternInterface patternInterface) method Select (line 32) | void ISelectionItemProvider.Select() method AddToSelection (line 50) | void ISelectionItemProvider.AddToSelection() method RemoveFromSelection (line 72) | void ISelectionItemProvider.RemoveFromSelection() method RaiseAutomationIsSelectedChanged (line 112) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/SeparatorAutomationPeer.cs class SeparatorAutomationPeer (line 9) | public class SeparatorAutomationPeer : FrameworkElementAutomationPeer method SeparatorAutomationPeer (line 12) | public SeparatorAutomationPeer(Separator owner): base(owner) method GetClassNameCore (line 16) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 22) | protected override AutomationControlType GetAutomationControlTypeCore() method IsContentElementCore (line 29) | protected override bool IsContentElementCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/SliderAutomationPeer.cs class SliderAutomationPeer (line 9) | public class SliderAutomationPeer : RangeBaseAutomationPeer method SliderAutomationPeer (line 12) | public SliderAutomationPeer(Slider owner): base(owner) method GetClassNameCore (line 17) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 23) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClickablePointCore (line 29) | protected override Point GetClickablePointCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/StatusBarAutomationPeer.cs class StatusBarAutomationPeer (line 13) | public class StatusBarAutomationPeer : FrameworkElementAutomationPeer method StatusBarAutomationPeer (line 16) | public StatusBarAutomationPeer(StatusBar owner): base(owner) method GetClassNameCore (line 20) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 26) | protected override AutomationControlType GetAutomationControlTypeCore() method GetChildrenCore (line 32) | protected override List GetChildrenCore() method GetChildrenAutomationPeer (line 82) | private List GetChildrenAutomationPeer(Visual parent) method iterate (line 104) | private static bool iterate(Visual parent, IteratorCallback callback) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/StatusBarItemAutomationPeer.cs class StatusBarItemAutomationPeer (line 9) | public class StatusBarItemAutomationPeer : FrameworkElementAutomationPeer method StatusBarItemAutomationPeer (line 12) | public StatusBarItemAutomationPeer(StatusBarItem owner): base(owner) method GetClassNameCore (line 17) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 23) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/TabControlAutomationPeer.cs class TabControlAutomationPeer (line 10) | public class TabControlAutomationPeer : SelectorAutomationPeer, ISelecti... method TabControlAutomationPeer (line 13) | public TabControlAutomationPeer(TabControl owner): base(owner) method CreateItemAutomationPeer (line 17) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method GetAutomationControlTypeCore (line 23) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 29) | protected override string GetClassNameCore() method GetClickablePointCore (line 35) | protected override Point GetClickablePointCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/TabItemAutomationPeer.cs class TabItemAutomationPeer (line 11) | public class TabItemAutomationPeer : SelectorItemAutomationPeer, ISelect... method TabItemAutomationPeer (line 14) | public TabItemAutomationPeer(object owner, TabControlAutomationPeer ta... method GetClassNameCore (line 19) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 25) | protected override AutomationControlType GetAutomationControlTypeCore() method GetNameCore (line 32) | protected override string GetNameCore() method GetChildrenCore (line 49) | protected override List GetChildrenCore() method RemoveFromSelection (line 80) | void ISelectionItemProvider.RemoveFromSelection() method RealizeCore (line 94) | internal override void RealizeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/TabItemWrapperAutomationPeer.cs class TabItemWrapperAutomationPeer (line 9) | public class TabItemWrapperAutomationPeer: FrameworkElementAutomationPeer method TabItemWrapperAutomationPeer (line 12) | public TabItemWrapperAutomationPeer(TabItem owner): base(owner) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/TableAutomationPeer.cs class TableAutomationPeer (line 15) | public class TableAutomationPeer : TextElementAutomationPeer, IGridProvider method TableAutomationPeer (line 21) | public TableAutomationPeer(Table owner) method GetPattern (line 31) | public override object GetPattern(PatternInterface patternInterface) method GetAutomationControlTypeCore (line 46) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 54) | protected override string GetClassNameCore() method IsControlElementCore (line 62) | protected override bool IsControlElementCore() method OnStructureInvalidated (line 73) | internal void OnStructureInvalidated() method GetRowCount (line 92) | private int GetRowCount() method GetColumnCount (line 105) | private int GetColumnCount() method GetItem (line 125) | IRawElementProviderSimple IGridProvider.GetItem(int row, int column) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/TableCellAutomationPeer.cs class TableCellAutomationPeer (line 14) | public class TableCellAutomationPeer : TextElementAutomationPeer, IGridI... method TableCellAutomationPeer (line 20) | public TableCellAutomationPeer(TableCell owner) method GetPattern (line 27) | public override object GetPattern(PatternInterface patternInterface) method GetAutomationControlTypeCore (line 42) | protected override AutomationControlType GetAutomationControlTypeCore() method GetLocalizedControlTypeCore (line 50) | protected override string GetLocalizedControlTypeCore() method GetClassNameCore (line 58) | protected override string GetClassNameCore() method IsControlElementCore (line 66) | protected override bool IsControlElementCore() method OnColumnSpanChanged (line 77) | internal void OnColumnSpanChanged(int oldValue, int newValue) method OnRowSpanChanged (line 85) | internal void OnRowSpanChanged(int oldValue, int newValue) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/TextAutomationPeer.cs class TextAutomationPeer (line 17) | public abstract class TextAutomationPeer : FrameworkElementAutomationPeer method TextAutomationPeer (line 22) | protected TextAutomationPeer(FrameworkElement owner) method RaiseActiveTextPositionChangedEvent (line 30) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method TextRangeFromTextPointers (line 50) | private ITextRangeProvider TextRangeFromTextPointers(TextPointer range... method GetNameCore (line 66) | protected override string GetNameCore() method ProviderFromPeer (line 85) | internal new IRawElementProviderSimple ProviderFromPeer(AutomationPeer... method ElementFromProvider (line 93) | internal DependencyObject ElementFromProvider(IRawElementProviderSimpl... method GetAutomationPeersFromRange (line 111) | internal abstract List GetAutomationPeersFromRange(ITe... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/TextBlockAutomationPeer.cs class TextBlockAutomationPeer (line 17) | public class TextBlockAutomationPeer : FrameworkElementAutomationPeer method TextBlockAutomationPeer (line 23) | public TextBlockAutomationPeer(TextBlock owner) method GetChildrenCore (line 30) | protected override List GetChildrenCore() method GetAutomationControlTypeCore (line 45) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 54) | protected override string GetClassNameCore() method IsControlElementCore (line 62) | protected override bool IsControlElementCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/TextBoxAutomationPeer.cs class TextBoxAutomationPeer (line 13) | public class TextBoxAutomationPeer : TextAutomationPeer, IValueProvider method TextBoxAutomationPeer (line 16) | public TextBoxAutomationPeer(TextBox owner): base(owner) method GetClassNameCore (line 22) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 28) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 34) | public override object GetPattern(PatternInterface patternInterface) method SetValue (line 84) | void IValueProvider.SetValue(string value) method RaiseValuePropertyChangedEvent (line 101) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RaiseIsReadOnlyPropertyChangedEvent (line 111) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method GetAutomationPeersFromRange (line 123) | internal override List GetAutomationPeersFromRange(ITe... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/TextElementAutomationPeer.cs class TextElementAutomationPeer (line 19) | public class TextElementAutomationPeer : ContentTextAutomationPeer method TextElementAutomationPeer (line 25) | public TextElementAutomationPeer(TextElement owner) method GetChildrenCore (line 36) | protected override List GetChildrenCore() method GetBoundingRectangleCore (line 45) | protected override Rect GetBoundingRectangleCore() method GetClickablePointCore (line 90) | protected override Point GetClickablePointCore() method IsOffscreenCore (line 134) | protected override bool IsOffscreenCore() method CalculateVisibleRect (line 168) | private Rect CalculateVisibleRect(ITextView textView, TextElement text... method GetAutomationPeersFromRange (line 204) | internal override List GetAutomationPeersFromRange(ITe... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ThumbAutomationPeer.cs class ThumbAutomationPeer (line 9) | public class ThumbAutomationPeer : FrameworkElementAutomationPeer method ThumbAutomationPeer (line 12) | public ThumbAutomationPeer(Thumb owner): base(owner) method GetClassNameCore (line 16) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 22) | protected override AutomationControlType GetAutomationControlTypeCore() method IsContentElementCore (line 29) | protected override bool IsContentElementCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ToggleButtonAutomationPeer.cs class ToggleButtonAutomationPeer (line 10) | public class ToggleButtonAutomationPeer : ButtonBaseAutomationPeer, ITog... method ToggleButtonAutomationPeer (line 13) | public ToggleButtonAutomationPeer(ToggleButton owner): base(owner) method GetClassNameCore (line 17) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 23) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 29) | public override object GetPattern(PatternInterface patternInterface) method Toggle (line 41) | void IToggleProvider.Toggle() method RaiseToggleStatePropertyChangedEvent (line 60) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method ConvertToToggleState (line 69) | private static ToggleState ConvertToToggleState(bool? value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ToolBarAutomationPeer.cs class ToolBarAutomationPeer (line 9) | public class ToolBarAutomationPeer : FrameworkElementAutomationPeer method ToolBarAutomationPeer (line 12) | public ToolBarAutomationPeer(ToolBar owner): base(owner) method GetClassNameCore (line 16) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 22) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/ToolTipAutomationPeer.cs class ToolTipAutomationPeer (line 9) | public class ToolTipAutomationPeer : FrameworkElementAutomationPeer method ToolTipAutomationPeer (line 12) | public ToolTipAutomationPeer(ToolTip owner) : base(owner) method GetClassNameCore (line 16) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 22) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/TreeViewAutomationPeer.cs class TreeViewAutomationPeer (line 10) | public class TreeViewAutomationPeer : ItemsControlAutomationPeer, ISelec... method TreeViewAutomationPeer (line 13) | public TreeViewAutomationPeer(TreeView owner): base(owner) method GetAutomationControlTypeCore (line 17) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 23) | protected override string GetClassNameCore() method GetPattern (line 29) | public override object GetPattern(PatternInterface patternInterface) method GetChildrenCore (line 53) | protected override List GetChildrenCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/TreeViewDataItemAutomationPeer.cs class TreeViewDataItemAutomationPeer (line 17) | public class TreeViewDataItemAutomationPeer : ItemAutomationPeer, ISelec... method TreeViewDataItemAutomationPeer (line 20) | public TreeViewDataItemAutomationPeer(object item, ItemsControlAutomat... method GetPattern (line 29) | public override object GetPattern(PatternInterface patternInterface) method GetWrapperPeer (line 63) | internal override AutomationPeer GetWrapperPeer() method GetClassNameCore (line 73) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 79) | protected override AutomationControlType GetAutomationControlTypeCore() method GetItemsControlAutomationPeer (line 95) | internal override ItemsControlAutomationPeer GetItemsControlAutomation... method RealizeCore (line 106) | internal override void RealizeCore() method Expand (line 112) | void IExpandCollapseProvider.Expand() method Collapse (line 125) | void IExpandCollapseProvider.Collapse() method RaiseExpandCollapseAutomationEvent (line 155) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Select (line 169) | void ISelectionItemProvider.Select() method AddToSelection (line 184) | void ISelectionItemProvider.AddToSelection() method RemoveFromSelection (line 199) | void ISelectionItemProvider.RemoveFromSelection() method ScrollIntoView (line 249) | void IScrollItemProvider.ScrollIntoView() method RaiseAutomationIsSelectedChanged (line 264) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RecursiveScrollIntoView (line 276) | private void RecursiveScrollIntoView() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/TreeViewItemAutomationPeer.cs class TreeViewItemAutomationPeer (line 11) | public class TreeViewItemAutomationPeer : ItemsControlAutomationPeer, IE... method TreeViewItemAutomationPeer (line 14) | public TreeViewItemAutomationPeer(TreeViewItem owner): base(owner) method GetClassNameCore (line 19) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 25) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 31) | public override object GetPattern(PatternInterface patternInterface) method GetChildrenCore (line 50) | protected override List GetChildrenCore() method iterate (line 75) | private static bool iterate(TreeViewItemAutomationPeer logicalParentAp... method FindOrCreateItemAutomationPeer (line 152) | protected internal override ItemAutomationPeer FindOrCreateItemAutomat... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/UserControlAutomationPeer.cs class UserControlAutomationPeer (line 9) | public class UserControlAutomationPeer : FrameworkElementAutomationPeer method UserControlAutomationPeer (line 12) | public UserControlAutomationPeer(UserControl owner) : base(owner) method GetClassNameCore (line 16) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 22) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/Viewport3DAutomationPeer.cs class Viewport3DAutomationPeer (line 9) | public class Viewport3DAutomationPeer : FrameworkElementAutomationPeer method Viewport3DAutomationPeer (line 12) | public Viewport3DAutomationPeer(Viewport3D owner) method GetClassNameCore (line 17) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 23) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/WindowAutomationPeer.cs class WindowAutomationPeer (line 12) | public class WindowAutomationPeer : FrameworkElementAutomationPeer method WindowAutomationPeer (line 15) | public WindowAutomationPeer(Window owner): base(owner) method GetClassNameCore (line 19) | protected override string GetClassNameCore() method GetNameCore (line 25) | protected override string GetNameCore() method GetAutomationControlTypeCore (line 54) | protected override AutomationControlType GetAutomationControlTypeCore() method GetBoundingRectangleCore (line 62) | protected override Rect GetBoundingRectangleCore() method IsDialogCore (line 82) | protected override bool IsDialogCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/BroadcastEventHelper.cs class BroadcastEventHelper (line 12) | internal static class BroadcastEventHelper method AddLoadedCallback (line 17) | internal static void AddLoadedCallback(DependencyObject d, DependencyO... method RemoveLoadedCallback (line 38) | internal static void RemoveLoadedCallback(DependencyObject d, object[]... method AddUnloadedCallback (line 65) | internal static void AddUnloadedCallback(DependencyObject d, Dependenc... method RemoveUnloadedCallback (line 86) | internal static void RemoveUnloadedCallback(DependencyObject d, object... method BroadcastLoadedOrUnloadedEvent (line 123) | internal static void BroadcastLoadedOrUnloadedEvent( method BroadcastLoadedEvent (line 158) | internal static object BroadcastLoadedEvent(object root) method BroadcastLoadedSynchronously (line 178) | internal static void BroadcastLoadedSynchronously(DependencyObject roo... method BroadcastUnloadedEvent (line 195) | internal static object BroadcastUnloadedEvent(object root) method BroadcastUnloadedSynchronously (line 215) | internal static void BroadcastUnloadedSynchronously(DependencyObject r... type BroadcastEventData (line 228) | private struct BroadcastEventData method BroadcastEventData (line 230) | internal BroadcastEventData(DependencyObject root, RoutedEvent route... method BroadcastEvent (line 251) | private static void BroadcastEvent(DependencyObject root, RoutedEvent ... method OnBroadcastCallback (line 283) | private static bool OnBroadcastCallback(DependencyObject d, BroadcastE... method SubtreeHasLoadedChangeHandlerHelper (line 414) | private static bool SubtreeHasLoadedChangeHandlerHelper(DependencyObje... method FireLoadedOnDescendentsHelper (line 427) | private static void FireLoadedOnDescendentsHelper(DependencyObject d) method FireUnloadedOnDescendentsHelper (line 439) | private static void FireUnloadedOnDescendentsHelper(DependencyObject d) method IsLoadedHelper (line 451) | private static bool IsLoadedHelper(DependencyObject d) method IsParentLoaded (line 459) | internal static bool IsParentLoaded(DependencyObject d) method GetFEFTreeRoot (line 502) | internal static FrameworkElementFactory GetFEFTreeRoot(DependencyObjec... method AddOrRemoveHasLoadedChangeHandlerFlag (line 527) | internal static void AddOrRemoveHasLoadedChangeHandlerFlag( method AddHasLoadedChangeHandlerFlagInAncestry (line 552) | internal static void AddHasLoadedChangeHandlerFlagInAncestry(Dependenc... method RemoveHasLoadedChangeHandlerFlagInAncestry (line 557) | internal static void RemoveHasLoadedChangeHandlerFlagInAncestry(Depend... method AreThereLoadedChangeHandlersInSubtree (line 569) | private static bool AreThereLoadedChangeHandlersInSubtree(ref Framewor... method UpdateHasLoadedChangeHandlerFlagInAncestry (line 617) | private static void UpdateHasLoadedChangeHandlerFlagInAncestry(Depende... method UpdateIsLoadedCache (line 716) | private static void UpdateIsLoadedCache( method UpdateIsLoadedCache (line 748) | private static void UpdateIsLoadedCache( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ColorConvertedBitmapExtension.cs class ColorConvertedBitmapExtension (line 21) | [MarkupExtensionReturnType(typeof(ColorConvertedBitmap))] method ColorConvertedBitmapExtension (line 27) | public ColorConvertedBitmapExtension() method ColorConvertedBitmapExtension (line 34) | public ColorConvertedBitmapExtension( method ProvideValue (line 73) | public override object ProvideValue(IServiceProvider serviceProvider) method GetResolvedUri (line 132) | private Uri GetResolvedUri(string uri) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ComponentResourceKey.cs class ComponentResourceKey (line 12) | [TypeConverter(typeof(System.Windows.Markup.ComponentResourceKeyConverte... method ComponentResourceKey (line 18) | public ComponentResourceKey() method ComponentResourceKey (line 27) | public ComponentResourceKey(Type typeInTargetAssembly, object resourceId) method Equals (line 99) | public override bool Equals(object o) method GetHashCode (line 115) | public override int GetHashCode() method ToString (line 124) | public override string ToString() => FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ComponentResourceKeyConverter.cs class ComponentResourceKeyConverter (line 15) | public class ComponentResourceKeyConverter : ExpressionConverter method CanConvertFrom (line 29) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 48) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 71) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 94) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Condition.cs class Condition (line 14) | [XamlSetMarkupExtensionAttribute("ReceiveMarkupExtension")] method Condition (line 21) | public Condition() method Condition (line 30) | public Condition( DependencyProperty conditionProperty, object conditi... method Condition (line 45) | public Condition( DependencyProperty conditionProperty, object conditi... method Condition (line 63) | public Condition( BindingBase binding, object conditionValue ) method Seal (line 174) | internal void Seal(ValueLookupType type) method BeginInit (line 221) | void ISupportInitialize.BeginInit() method EndInit (line 225) | void ISupportInitialize.EndInit() method ReceiveMarkupExtension (line 258) | public static void ReceiveMarkupExtension(object targetObject, XamlSet... method ReceiveTypeConverter (line 272) | public static void ReceiveTypeConverter(object targetObject, XamlSetTy... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ConditionCollection.cs class ConditionCollection (line 20) | public sealed class ConditionCollection : Collection method ClearItems (line 27) | protected override void ClearItems() method InsertItem (line 36) | protected override void InsertItem(int index, Condition item) method RemoveItem (line 46) | protected override void RemoveItem(int index) method SetItem (line 55) | protected override void SetItem(int index, Condition item) method Seal (line 82) | internal void Seal(ValueLookupType type) method CheckSealed (line 97) | private void CheckSealed() method ConditionValidation (line 105) | private void ConditionValidation(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ControlTemplate.cs class ControlTemplate (line 26) | [Localizability(LocalizationCategory.None, Readability=Readability.Unrea... method ControlTemplate (line 35) | public ControlTemplate() method ControlTemplate (line 42) | public ControlTemplate(Type targetType) method ValidateTemplatedParent (line 58) | protected override void ValidateTemplatedParent(FrameworkElement templ... method ValidateTargetType (line 128) | private void ValidateTargetType(Type targetType, string argName) method SetTargetTypeInternal (line 165) | internal override void SetTargetTypeInternal(Type targetType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/AVElementHelper.cs type SettableState (line 20) | internal struct SettableState method SettableState (line 26) | internal class AVElementHelper (line 43) | internal class AVElementHelper method AVElementHelper (line 50) | internal AVElementHelper(MediaElement element) method GetHelper (line 89) | internal static AVElementHelper GetHelper(DependencyObject d) method SetUnloadedBehavior (line 143) | internal method SetLoadedBehavior (line 159) | internal method SetPosition (line 196) | internal method SetClock (line 222) | internal method SetSpeedRatio (line 247) | internal method SetState (line 259) | internal method SetVolume (line 280) | internal method SetBalance (line 292) | internal method SetIsMuted (line 304) | internal method SetScrubbingEnabled (line 316) | internal method HookEvents (line 331) | private void HookEvents() method HandleStateChange (line 357) | private method UriFromSourceUri (line 678) | private method OnSourceChanged (line 706) | internal static void OnSourceChanged(DependencyObject d, DependencyPro... method MemberOnInvalidateSource (line 717) | private void MemberOnInvalidateSource(DependencyPropertyChangedEventAr... method OnMediaFailed (line 733) | private method OnMediaOpened (line 749) | private method OnBufferingStarted (line 762) | private method OnBufferingEnded (line 772) | private method OnMediaEnded (line 782) | private method OnScriptCommand (line 792) | private method OnLoaded (line 802) | private method OnUnloaded (line 814) | private FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/AccessText.cs class AccessText (line 21) | [ContentProperty("Text")] method AddChild (line 38) | void IAddChild.AddChild(Object value) method AddText (line 49) | void IAddChild.AddText(string text) method AccessText (line 88) | public AccessText() : base() method MeasureOverride (line 422) | protected sealed override Size MeasureOverride(Size constraint) method ArrangeOverride (line 432) | protected sealed override Size ArrangeOverride(Size arrangeSize) method HasCustomSerialization (line 448) | internal static bool HasCustomSerialization(object o) method OnPropertyChanged (line 500) | private static void OnPropertyChanged(DependencyObject d, DependencyPr... method CreateTextBlock (line 508) | private void CreateTextBlock() method GetVisualChild (line 529) | protected override Visual GetVisualChild(int index) method SerializeCustom (line 539) | internal static void SerializeCustom(XmlWriter xmlWriter, object o) method UpdateAccessKey (line 572) | private void UpdateAccessKey() method FindAccessKeyMarker (line 659) | private static int FindAccessKeyMarker(string text) method RemoveAccessKeyMarker (line 677) | internal static string RemoveAccessKeyMarker(string text) method RegisterAccessKey (line 692) | private void RegisterAccessKey() method OnTextChanged (line 710) | private static void OnTextChanged(DependencyObject d, DependencyProper... method UpdateText (line 715) | private void UpdateText(string text) method InitializeTextContainerListener (line 739) | private void InitializeTextContainerListener() method UninitializeTextContainerListener (line 747) | private void UninitializeTextContainerListener() method OnTextContainerChanged (line 755) | private void OnTextContainerChanged(object sender, TextContainerChange... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/AddingNewItemEventArgs.cs class AddingNewItemEventArgs (line 9) | public class AddingNewItemEventArgs : EventArgs method AddingNewItemEventArgs (line 14) | public AddingNewItemEventArgs() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/AdornedElementPlaceholder.cs class AdornedElementPlaceholder (line 25) | [ContentProperty("Child")] method AdornedElementPlaceholder (line 37) | public AdornedElementPlaceholder() : base() method AddChild (line 52) | void IAddChild.AddChild (Object value) method AddText (line 75) | void IAddChild.AddText (string text) method GetVisualChild (line 138) | protected override Visual GetVisualChild(int index) method OnInitialized (line 162) | protected override void OnInitialized(EventArgs e) method MeasureOverride (line 180) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 201) | protected override Size ArrangeOverride(Size arrangeBounds) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/AlternationConverter.cs class AlternationConverter (line 20) | [ContentProperty("Values")] method Convert (line 34) | public object Convert (object o, Type targetType, object parameter, Cu... method ConvertBack (line 51) | public object ConvertBack(object o, Type targetType, object parameter,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/BooleanToSelectiveScrollingOrientationConverter.cs class BooleanToSelectiveScrollingOrientationConverter (line 13) | [Localizability(LocalizationCategory.NeverLocalize)] method Convert (line 23) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 42) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/BooleanToVisibilityConverter.cs class BooleanToVisibilityConverter (line 14) | [Localizability(LocalizationCategory.NeverLocalize)] method Convert (line 25) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 48) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Border.cs class Border (line 20) | public class Border : Decorator method Border (line 30) | static Border() method Border (line 42) | public Border() : base() method OnClearPenCache (line 124) | private static void OnClearPenCache(DependencyObject d, DependencyProp... method IsThicknessValid (line 133) | private static bool IsThicknessValid(object value) method IsCornerRadiusValid (line 159) | private static bool IsCornerRadiusValid(object value) method MeasureOverride (line 207) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 256) | protected override Size ArrangeOverride(Size finalSize) method OnRender (line 362) | protected override void OnRender(DrawingContext dc) method HelperCollapseThickness (line 624) | private static Size HelperCollapseThickness(Thickness th) method AreUniformCorners (line 629) | private static bool AreUniformCorners(CornerRadius borderRadii) method HelperDeflateRect (line 638) | private static Rect HelperDeflateRect(Rect rt, Thickness thick) method GenerateGeometry (line 653) | private static void GenerateGeometry(StreamGeometryContext ctx, Rect r... type Radii (line 936) | private struct Radii method Radii (line 938) | internal Radii(CornerRadius radii, Thickness borders, bool outer) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/BorderGapMaskConverter.cs class BorderGapMaskConverter (line 18) | public class BorderGapMaskConverter : IMultiValueConverter method Convert (line 32) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 134) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Button.cs class Button (line 17) | public class Button: ButtonBase method Button (line 21) | static Button() method Button (line 43) | public Button() : base() method OnIsDefaultChanged (line 73) | private static void OnIsDefaultChanged(DependencyObject d, DependencyP... method OnIsEnabledChanged (line 97) | private static void OnIsEnabledChanged(DependencyObject d, DependencyP... method OnIsCancelChanged (line 137) | private static void OnIsCancelChanged(DependencyObject d, DependencyPr... method OnFocusChanged (line 187) | private void OnFocusChanged(object sender, KeyboardFocusChangedEventAr... method UpdateIsDefaulted (line 192) | private void UpdateIsDefaulted(IInputElement focus) method OnCreateAutomationPeer (line 239) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnClick (line 247) | protected override void OnClick() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Calendar.cs class Calendar (line 15) | [TemplatePart(Name = Calendar.ElementRoot, Type = typeof(Panel))] method Calendar (line 76) | static Calendar() method Calendar (line 91) | public Calendar() method OnDisplayDateChanged (line 205) | private static void OnDisplayDateChanged(DependencyObject d, Dependenc... method CoerceDisplayDate (line 215) | private static object CoerceDisplayDate(DependencyObject d, object value) method OnDisplayDateEndChanged (line 261) | private static void OnDisplayDateEndChanged(DependencyObject d, Depend... method CoerceDisplayDateEnd (line 270) | private static object CoerceDisplayDateEnd(DependencyObject d, object ... method OnDisplayDateStartChanged (line 322) | private static void OnDisplayDateStartChanged(DependencyObject d, Depe... method CoerceDisplayDateStart (line 332) | private static object CoerceDisplayDateStart(DependencyObject d, objec... method OnDisplayModePropertyChanged (line 379) | private static void OnDisplayModePropertyChanged(DependencyObject d, D... method OnFirstDayOfWeekChanged (line 450) | private static void OnFirstDayOfWeekChanged(DependencyObject d, Depend... method OnIsTodayHighlightedChanged (line 484) | private static void OnIsTodayHighlightedChanged(DependencyObject d, De... method OnLanguageChanged (line 499) | private static void OnLanguageChanged(DependencyObject d, DependencyPr... method OnSelectedDateChanged (line 537) | private static void OnSelectedDateChanged(DependencyObject d, Dependen... method OnSelectionModeChanged (line 623) | private static void OnSelectionModeChanged(DependencyObject d, Depende... method OnApplyTemplate (line 744) | public override void OnApplyTemplate() method ToString (line 762) | public override string ToString() method OnSelectedDatesChanged (line 778) | protected virtual void OnSelectedDatesChanged(SelectionChangedEventArg... method OnDisplayDateChanged (line 783) | protected virtual void OnDisplayDateChanged(CalendarDateChangedEventAr... method OnDisplayModeChanged (line 792) | protected virtual void OnDisplayModeChanged(CalendarModeChangedEventAr... method OnSelectionModeChanged (line 802) | protected virtual void OnSelectionModeChanged(EventArgs e) method OnCreateAutomationPeer (line 816) | protected override AutomationPeer OnCreateAutomationPeer() method OnKeyDown (line 821) | protected override void OnKeyDown(KeyEventArgs e) method OnKeyUp (line 829) | protected override void OnKeyUp(KeyEventArgs e) method FindDayButtonFromDay (line 844) | internal CalendarDayButton FindDayButtonFromDay(DateTime day) method IsValidDateSelection (line 863) | internal static bool IsValidDateSelection(Calendar cal, object value) method OnDayButtonMouseUp (line 868) | internal void OnDayButtonMouseUp(MouseButtonEventArgs e) method OnDayOrMonthPreviewKeyDown (line 877) | internal void OnDayOrMonthPreviewKeyDown(RoutedEventArgs e) method OnDayClick (line 887) | internal void OnDayClick(DateTime selectedDate) method OnCalendarButtonPressed (line 905) | internal void OnCalendarButtonPressed(CalendarButton b, bool switchDis... method GetDateOffset (line 951) | private DateTime? GetDateOffset(DateTime date, int offset, CalendarMod... method MoveDisplayTo (line 982) | private void MoveDisplayTo(DateTime? date) method OnNextClick (line 1016) | internal void OnNextClick() method OnPreviousClick (line 1025) | internal void OnPreviousClick() method OnSelectedDatesCollectionChanged (line 1034) | internal void OnSelectedDatesCollectionChanged(SelectionChangedEventAr... method UpdateCellItems (line 1051) | internal void UpdateCellItems() method CoerceFromSelection (line 1087) | private void CoerceFromSelection() method AddKeyboardSelection (line 1095) | private void AddKeyboardSelection() method IsSelectionChanged (line 1106) | private static bool IsSelectionChanged(SelectionChangedEventArgs e) method IsValidDisplayMode (line 1124) | private static bool IsValidDisplayMode(object value) method IsValidFirstDayOfWeek (line 1133) | internal static bool IsValidFirstDayOfWeek(object value) method IsValidKeyboardSelection (line 1146) | private static bool IsValidKeyboardSelection(Calendar cal, object value) method IsValidSelectionMode (line 1165) | private static bool IsValidSelectionMode(object value) method OnSelectedMonthChanged (line 1175) | private void OnSelectedMonthChanged(DateTime? selectedMonth) method OnSelectedYearChanged (line 1188) | private void OnSelectedYearChanged(DateTime? selectedYear) method FocusDate (line 1201) | internal void FocusDate(DateTime date) method OnGotFocus (line 1210) | private static void OnGotFocus(object sender, RoutedEventArgs e) method ProcessCalendarKey (line 1232) | private bool ProcessCalendarKey(KeyEventArgs e) method ProcessDownKey (line 1309) | private void ProcessDownKey(bool ctrl, bool shift) method ProcessEndKey (line 1358) | private void ProcessEndKey(bool shift) method ProcessEnterKey (line 1398) | private bool ProcessEnterKey() method ProcessHomeKey (line 1420) | private void ProcessHomeKey(bool shift) method ProcessLeftKey (line 1448) | private void ProcessLeftKey(bool shift) method ProcessPageDownKey (line 1476) | private void ProcessPageDownKey(bool shift) method ProcessPageUpKey (line 1503) | private void ProcessPageUpKey(bool shift) method ProcessRightKey (line 1530) | private void ProcessRightKey(bool shift) method ProcessSelection (line 1558) | private void ProcessSelection(bool shift, DateTime? lastSelectedDate) method ProcessShiftKeyUp (line 1627) | private void ProcessShiftKeyUp() method ProcessUpKey (line 1637) | private void ProcessUpKey(bool ctrl, bool shift) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CalendarBlackoutDatesCollection.cs class CalendarBlackoutDatesCollection (line 14) | public sealed class CalendarBlackoutDatesCollection : ObservableCollecti... method CalendarBlackoutDatesCollection (line 27) | public CalendarBlackoutDatesCollection(Calendar owner) method AddDatesInPast (line 38) | public void AddDatesInPast() method Contains (line 48) | public bool Contains(DateTime date) method Contains (line 59) | public bool Contains(DateTime start, DateTime end) method ContainsAny (line 91) | public bool ContainsAny(CalendarDateRange range) method GetNonBlackoutDate (line 110) | internal DateTime? GetNonBlackoutDate(DateTime? requestedDate, int day... method ClearItems (line 154) | protected override void ClearItems() method InsertItem (line 175) | protected override void InsertItem(int index, CalendarDateRange item) method RemoveItem (line 198) | protected override void RemoveItem(int index) method SetItem (line 219) | protected override void SetItem(int index, CalendarDateRange item) method RegisterItem (line 255) | private void RegisterItem(CalendarDateRange item) method UnRegisterItem (line 267) | private void UnRegisterItem(CalendarDateRange item) method Item_Changing (line 281) | private void Item_Changing(object sender, CalendarDateRangeChangingEve... method Item_PropertyChanged (line 298) | private void Item_PropertyChanged(object sender, PropertyChangedEventA... method IsValid (line 311) | private bool IsValid(CalendarDateRange item) method IsValid (line 322) | private bool IsValid(DateTime start, DateTime end) method IsValidThread (line 337) | private bool IsValidThread() method GetContainingDateRange (line 347) | private CalendarDateRange GetContainingDateRange(DateTime date) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CalendarDateChangedEventArgs.cs class CalendarDateChangedEventArgs (line 9) | public class CalendarDateChangedEventArgs : System.Windows.RoutedEventArgs method CalendarDateChangedEventArgs (line 11) | internal CalendarDateChangedEventArgs(DateTime? removedDate, DateTime?... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CalendarDateRange.cs class CalendarDateRange (line 12) | public sealed class CalendarDateRange : INotifyPropertyChanged method CalendarDateRange (line 22) | public CalendarDateRange() : method CalendarDateRange (line 31) | public CalendarDateRange(DateTime day) : method CalendarDateRange (line 41) | public CalendarDateRange(DateTime start, DateTime end) method ContainsAny (line 123) | internal bool ContainsAny(CalendarDateRange range) method OnChanging (line 132) | private void OnChanging(CalendarDateRangeChangingEventArgs e) method OnPropertyChanged (line 141) | private void OnPropertyChanged(PropertyChangedEventArgs e) method CoerceEnd (line 156) | private static DateTime CoerceEnd(DateTime start, DateTime end) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CalendarDateRangeChangingEventArgs.cs class CalendarDateRangeChangingEventArgs (line 9) | internal class CalendarDateRangeChangingEventArgs : EventArgs method CalendarDateRangeChangingEventArgs (line 11) | public CalendarDateRangeChangingEventArgs(DateTime start, DateTime end) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CalendarKeyboardHelper.cs class CalendarKeyboardHelper (line 8) | internal static class CalendarKeyboardHelper method GetMetaKeyState (line 10) | public static void GetMetaKeyState(out bool ctrl, out bool shift) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CalendarMode.cs type CalendarMode (line 10) | public enum CalendarMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CalendarModeChangedEventArgs.cs class CalendarModeChangedEventArgs (line 10) | public class CalendarModeChangedEventArgs : System.Windows.RoutedEventArgs method CalendarModeChangedEventArgs (line 17) | public CalendarModeChangedEventArgs(CalendarMode oldMode, CalendarMode... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CalendarSelectionChangedEventArgs.cs class CalendarSelectionChangedEventArgs (line 14) | internal class CalendarSelectionChangedEventArgs : SelectionChangedEvent... method CalendarSelectionChangedEventArgs (line 22) | public CalendarSelectionChangedEventArgs(RoutedEvent eventId, IList re... method InvokeEventHandler (line 27) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CalendarSelectionMode.cs type CalendarSelectionMode (line 10) | public enum CalendarSelectionMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CalendarVisualStates.cs class CalendarVisualStates (line 15) | internal static class CalendarVisualStates method GoToState (line 144) | public static void GoToState(Control control, bool useTransitions, par... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Canvas.cs class Canvas (line 28) | public class Canvas : Panel method Canvas (line 38) | static Canvas() method Canvas (line 50) | public Canvas() : base() method GetLeft (line 70) | [TypeConverter($"System.Windows.LengthConverter, PresentationFramework... method SetLeft (line 84) | public static void SetLeft(UIElement element, double length) method GetTop (line 96) | [TypeConverter($"System.Windows.LengthConverter, PresentationFramework... method SetTop (line 110) | public static void SetTop(UIElement element, double length) method GetRight (line 122) | [TypeConverter($"System.Windows.LengthConverter, PresentationFramework... method SetRight (line 136) | public static void SetRight(UIElement element, double length) method GetBottom (line 148) | [TypeConverter($"System.Windows.LengthConverter, PresentationFramework... method SetBottom (line 162) | public static void SetBottom(UIElement element, double length) method OnPositioningChanged (line 184) | private static void OnPositioningChanged(DependencyObject d, Dependenc... method MeasureOverride (line 255) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 275) | protected override Size ArrangeOverride(Size arrangeSize) method GetLayoutClip (line 333) | protected override Geometry GetLayoutClip(Size layoutSlotSize) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CharacterCasing.cs type CharacterCasing (line 14) | public enum CharacterCasing FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CheckBox.cs class CheckBox (line 22) | [DefaultEvent("CheckStateChanged")] method CheckBox (line 28) | static CheckBox() method CheckBox (line 46) | public CheckBox() : base() method OnCreateAutomationPeer (line 56) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnKeyDown (line 65) | protected override void OnKeyDown(KeyEventArgs e) method OnAccessKey (line 91) | protected override void OnAccessKey(AccessKeyEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CleanUpVirtualizedItemEventArgs.cs class CleanUpVirtualizedItemEventArgs (line 9) | public class CleanUpVirtualizedItemEventArgs : RoutedEventArgs method CleanUpVirtualizedItemEventArgs (line 11) | public CleanUpVirtualizedItemEventArgs(object value, UIElement element) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ClickMode.cs type ClickMode (line 9) | public enum ClickMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ColumnDefinition.cs class ColumnDefinitionCollection (line 41) | public sealed class ColumnDefinitionCollection : IList... method ColumnDefinitionCollection (line 54) | internal ColumnDefinitionCollection(Grid owner = null) method CopyTo (line 73) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 99) | public void CopyTo(ColumnDefinition[] array, int index) // void IColl... method Add (line 125) | int IList.Add(object value) method Add (line 136) | public void Add(ColumnDefinition value) // void ICollection.Add(T ... method Clear (line 146) | public void Clear() // void ICollection.Clear(); method Contains (line 165) | bool IList.Contains(object value) method Contains (line 181) | public bool Contains(ColumnDefinition value) // bool ICollection.IndexOf(T... method Insert (line 223) | void IList.Insert(int index, object value) method Insert (line 237) | public void Insert(int index, ColumnDefinition value) // void IList... method Remove (line 254) | void IList.Remove(object value) method Remove (line 267) | public bool Remove(ColumnDefinition value) // bool ICollection.Re... method RemoveAt (line 281) | public void RemoveAt(int index) // void IList.RemoveAt(int index); vo... method RemoveRange (line 300) | public void RemoveRange(int index, int count) method GetEnumerator (line 344) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 352) | IEnumerator IEnumerable.GetEnumera... method InternalTrimToSize (line 484) | internal void InternalTrimToSize() method PrivateVerifyWriteAccess (line 574) | private void PrivateVerifyWriteAccess() method PrivateValidateValueForAddition (line 585) | private void PrivateValidateValueForAddition(object value) method PrivateValidateValueForRemoval (line 606) | private bool PrivateValidateValueForRemoval(object value) method PrivateConnectChild (line 629) | private void PrivateConnectChild(int index, DefinitionBase value) method PrivateDisconnectChild (line 647) | private void PrivateDisconnectChild(DefinitionBase value) method PrivateInsert (line 667) | private void PrivateInsert(int index, DefinitionBase value) method PrivateRemove (line 698) | private void PrivateRemove(DefinitionBase value) method PrivateOnModified (line 727) | private void PrivateOnModified() method PrivateSetCapacity (line 740) | private void PrivateSetCapacity(int value) type Enumerator (line 790) | internal struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 795) | internal Enumerator(ColumnDefinitionCollection collection) method MoveNext (line 807) | public bool MoveNext() method Reset (line 887) | public void Reset() method Dispose (line 906) | public void Dispose() method PrivateValidate (line 916) | private void PrivateValidate() class ColumnDefinition (line 944) | public class ColumnDefinition : DefinitionBase method ColumnDefinition (line 957) | public ColumnDefinition() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ColumnDefinitionCollectionConverter.cs class ColumnDefinitionCollectionConverter (line 13) | internal sealed class ColumnDefinitionCollectionConverter : TypeConverter method CanConvertFrom (line 23) | public override bool CanConvertFrom(ITypeDescriptorContext typeDescrip... method ConvertFrom (line 40) | public override object ConvertFrom(ITypeDescriptorContext typeDescript... method CanConvertTo (line 66) | public override bool CanConvertTo(ITypeDescriptorContext typeDescripto... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ComboBox.cs class ComboBox (line 25) | [Localizability(LocalizationCategory.ComboBox)] method ComboBox (line 33) | static ComboBox() method ComboBox (line 68) | public ComboBox() : base() method CoerceIsDropDownOpen (line 149) | private static object CoerceIsDropDownOpen(DependencyObject d, object ... method CoerceToolTipIsEnabled (line 164) | private static object CoerceToolTipIsEnabled(DependencyObject d, objec... method RegisterToOpenOnLoad (line 170) | private void RegisterToOpenOnLoad() method OpenOnLoad (line 175) | private void OpenOnLoad(object sender, RoutedEventArgs e) method OnDropDownOpened (line 190) | protected virtual void OnDropDownOpened(EventArgs e) method OnDropDownClosed (line 199) | protected virtual void OnDropDownClosed(EventArgs e) method OnIsDropDownOpenChanged (line 204) | private static void OnIsDropDownOpenChanged(DependencyObject d, Depend... method OnPopupClosed (line 306) | private void OnPopupClosed(object source, EventArgs e) method OnIsEditableChanged (line 334) | private static void OnIsEditableChanged(DependencyObject d, Dependency... method CoerceIsSelectionBoxHighlighted (line 483) | private static object CoerceIsSelectionBoxHighlighted(object o, object... method OnSelectionChanged (line 547) | protected override void OnSelectionChanged(SelectionChangedEventArgs e) method SelectedItemUpdated (line 575) | internal void SelectedItemUpdated() method OnTextChanged (line 605) | private static void OnTextChanged(DependencyObject d, DependencyProper... method OnEditableTextBoxTextChanged (line 619) | private void OnEditableTextBoxTextChanged(object sender, TextChangedEv... method OnEditableTextBoxSelectionChanged (line 634) | private void OnEditableTextBoxSelectionChanged(object sender, RoutedEv... method OnEditableTextBoxPreviewTextInput (line 643) | private void OnEditableTextBoxPreviewTextInput(object sender, System.W... method TextUpdated (line 662) | private void TextUpdated(string newText, bool textBoxUpdated) method UpdateTextBoxCallback (line 771) | private object UpdateTextBoxCallback(object arg) method UpdateTextBox (line 792) | private void UpdateTextBox(string matchedText, MatchedTextInfo matched... method Update (line 803) | private void Update() method UpdateEditableTextBox (line 816) | private void UpdateEditableTextBox() method UpdateSelectionBoxItem (line 847) | private void UpdateSelectionBoxItem() method CloneLayoutUpdated (line 950) | private void CloneLayoutUpdated(object sender, EventArgs e) method ChangeVisualState (line 971) | internal override void ChangeVisualState(bool useTransitions) method PrepareContainerForItemOverride (line 1027) | protected override void PrepareContainerForItemOverride(DependencyObje... method AdjustItemInfoOverride (line 1038) | internal override void AdjustItemInfoOverride(NotifyCollectionChangedE... method OnGotFocus (line 1047) | private static void OnGotFocus(object sender, RoutedEventArgs e) method FocusItem (line 1073) | internal override bool FocusItem(ItemInfo info, ItemNavigateArgs itemN... method OnIsKeyboardFocusWithinChanged (line 1109) | protected override void OnIsKeyboardFocusWithinChanged(DependencyPrope... method OnMouseWheel (line 1133) | private static void OnMouseWheel(object sender, MouseWheelEventArgs e) method OnContextMenuOpen (line 1172) | private static void OnContextMenuOpen(object sender, ContextMenuEventA... method OnContextMenuClose (line 1177) | private static void OnContextMenuClose(object sender, ContextMenuEvent... method OnIsMouseCapturedChanged (line 1186) | protected override void OnIsMouseCapturedChanged(DependencyPropertyCha... method NotifyComboBoxItemMouseDown (line 1233) | internal void NotifyComboBoxItemMouseDown(ComboBoxItem comboBoxItem) method NotifyComboBoxItemMouseUp (line 1238) | internal void NotifyComboBoxItemMouseUp(ComboBoxItem comboBoxItem) method NotifyComboBoxItemEnter (line 1250) | internal void NotifyComboBoxItemEnter(ComboBoxItem item) method IsItemItsOwnContainerOverride (line 1269) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 1275) | protected override DependencyObject GetContainerForItemOverride() method Initialize (line 1284) | private void Initialize() method OnPreviewKeyDown (line 1292) | protected override void OnPreviewKeyDown(KeyEventArgs e) method OnKeyDown (line 1304) | protected override void OnKeyDown(KeyEventArgs e) method KeyDownHandler (line 1309) | private void KeyDownHandler(KeyEventArgs e) method SelectPrev (line 1504) | private void SelectPrev() method SelectNext (line 1519) | private void SelectNext() method SelectFirst (line 1536) | private void SelectFirst() method SelectLast (line 1541) | private void SelectLast() method SelectItemHelper (line 1549) | private void SelectItemHelper(int startIndex, int increment, int stopI... method IsSelectableHelper (line 1568) | private bool IsSelectableHelper(object o) method ExtractString (line 1581) | private static string ExtractString(DependencyObject d) method OnApplyTemplate (line 1612) | public override void OnApplyTemplate() method OnTemplateChangedInternal (line 1634) | internal override void OnTemplateChangedInternal(FrameworkTemplate old... method OnLostMouseCapture (line 1651) | private static void OnLostMouseCapture(object sender, MouseEventArgs e) method OnMouseButtonDown (line 1688) | private static void OnMouseButtonDown(object sender, MouseButtonEventA... method OnPreviewMouseButtonDown (line 1711) | private static void OnPreviewMouseButtonDown(object sender, MouseButto... method OnMouseLeftButtonUp (line 1745) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) method OnMouseMove (line 1762) | private static void OnMouseMove(object sender, MouseEventArgs e) method KeyboardToggleDropDown (line 1807) | private void KeyboardToggleDropDown(bool commitSelection) method KeyboardCloseDropDown (line 1815) | private void KeyboardCloseDropDown(bool commitSelection) method KeyboardToggleDropDown (line 1820) | private void KeyboardToggleDropDown(bool openDropDown, bool commitSele... method CommitSelection (line 1840) | private void CommitSelection() method OnAutoScrollTimeout (line 1849) | private void OnAutoScrollTimeout(object sender, EventArgs e) method Close (line 1858) | private void Close() method OnCreateAutomationPeer (line 1875) | protected override AutomationPeer OnCreateAutomationPeer() type CacheBits (line 2004) | private enum CacheBits FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ComboBoxItem.cs class ComboBoxItem (line 14) | [Localizability(LocalizationCategory.ComboBox)] method ComboBoxItem (line 35) | public ComboBoxItem() : base() method ComboBoxItem (line 39) | static ComboBoxItem() method OnMouseLeftButtonDown (line 93) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnMouseLeftButtonUp (line 108) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) method OnMouseEnter (line 123) | protected override void OnMouseEnter(MouseEventArgs e) method OnContentChanged (line 139) | protected override void OnContentChanged(object oldContent, object new... method OnGotKeyboardFocus (line 170) | protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventAr... method SetIsHighlighted (line 199) | internal void SetIsHighlighted(bool isHighlighted) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ContainerTracking.cs class ContainerTracking (line 14) | internal class ContainerTracking method ContainerTracking (line 16) | internal ContainerTracking(T container) method StopTracking (line 62) | internal void StopTracking(ref ContainerTracking root) method Debug_AssertIsInList (line 85) | [Conditional("DEBUG")] method Debug_AssertNotInList (line 96) | [Conditional("DEBUG")] method IsInList (line 109) | private bool IsInList(ContainerTracking root) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ContentControl.cs class ContentControl (line 22) | [DefaultProperty("Content")] method ContentControl (line 35) | public ContentControl() : base() method ContentControl (line 39) | static ContentControl() method GetPlainText (line 94) | internal override string GetPlainText() method ContentObjectToString (line 99) | internal static string ContentObjectToString(object content) method PrepareContentControl (line 118) | internal void PrepareContentControl(object item, method ClearContentControl (line 150) | internal void ClearContentControl(object item) method ShouldSerializeContent (line 166) | [EditorBrowsable(EditorBrowsableState.Never)] method AddChild (line 178) | void IAddChild.AddChild(object value) method AddChild (line 186) | protected virtual void AddChild(object value) method AddText (line 202) | void IAddChild.AddText(string text) method AddText (line 210) | protected virtual void AddText(string text) method OnContentChanged (line 246) | private static void OnContentChanged(DependencyObject d, DependencyPro... method OnContentChanged (line 259) | protected virtual void OnContentChanged(object oldContent, object newC... method OnContentTemplateChanged (line 355) | private static void OnContentTemplateChanged(DependencyObject d, Depen... method OnContentTemplateChanged (line 366) | protected virtual void OnContentTemplateChanged(DataTemplate oldConten... method OnContentTemplateSelectorChanged (line 404) | private static void OnContentTemplateSelectorChanged(DependencyObject ... method OnContentTemplateSelectorChanged (line 415) | protected virtual void OnContentTemplateSelectorChanged(DataTemplateSe... method OnContentStringFormatChanged (line 451) | private static void OnContentStringFormatChanged(DependencyObject d, D... method OnContentStringFormatChanged (line 462) | protected virtual void OnContentStringFormatChanged(String oldContentS... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ContentPresenter.cs class ContentPresenter (line 28) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method ContentPresenter (line 37) | static ContentPresenter() method ContentPresenter (line 93) | public ContentPresenter() : base() method Initialize (line 98) | private void Initialize() method OnContentChanged (line 171) | private static void OnContentChanged(DependencyObject d, DependencyPro... method OnContentTemplateChanged (line 269) | private static void OnContentTemplateChanged(DependencyObject d, Depen... method OnContentTemplateChanged (line 281) | protected virtual void OnContentTemplateChanged(DataTemplate oldConten... method ShouldSerializeContentTemplateSelector (line 321) | [EditorBrowsable(EditorBrowsableState.Never)] method OnContentTemplateSelectorChanged (line 330) | private static void OnContentTemplateSelectorChanged(DependencyObject ... method OnContentTemplateSelectorChanged (line 342) | protected virtual void OnContentTemplateSelectorChanged(DataTemplateSe... method OnContentStringFormatChanged (line 381) | private static void OnContentStringFormatChanged(DependencyObject d, D... method OnContentStringFormatChanged (line 392) | protected virtual void OnContentStringFormatChanged(String oldContentS... method OnPreApplyTemplate (line 440) | internal override void OnPreApplyTemplate() method MeasureOverride (line 483) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 494) | protected override Size ArrangeOverride(Size arrangeSize) method ChooseTemplate (line 519) | protected virtual DataTemplate ChooseTemplate() method PrepareContentPresenter (line 588) | internal void PrepareContentPresenter(object item, method ClearContentPresenter (line 613) | internal void ClearContentPresenter(object item) method DataTypeForItem (line 624) | internal static object DataTypeForItem(object item, DependencyObject t... method ReevaluateTemplate (line 658) | internal void ReevaluateTemplate() method OnTemplateChangedInternal (line 803) | internal override void OnTemplateChangedInternal(FrameworkTemplate old... method OnTemplateChanged (line 809) | private static void OnTemplateChanged(DependencyObject d, DependencyPr... method OnTemplateChanged (line 824) | protected virtual void OnTemplateChanged(DataTemplate oldTemplate, Dat... method EnsureTemplate (line 835) | private void EnsureTemplate() method SelectTemplateForString (line 890) | private DataTemplate SelectTemplateForString(string s) method SelectTemplateForXML (line 938) | private DataTemplate SelectTemplateForXML() method CreateAccessTextFactory (line 951) | internal static FrameworkElementFactory CreateAccessTextFactory() method CreateTextBlockFactory (line 959) | internal static FrameworkElementFactory CreateTextBlockFactory() method CreateTextBlock (line 967) | private static TextBlock CreateTextBlock(ContentPresenter container) method CacheLanguage (line 977) | private void CacheLanguage(XmlLanguage language) class UseContentTemplate (line 999) | private class UseContentTemplate : DataTemplate method UseContentTemplate (line 1001) | public UseContentTemplate() method BuildVisualTree (line 1011) | internal override bool BuildVisualTree(FrameworkElement container) class DefaultTemplate (line 1030) | private class DefaultTemplate : DataTemplate method DefaultTemplate (line 1032) | public DefaultTemplate() method BuildVisualTree (line 1043) | internal override bool BuildVisualTree(FrameworkElement container) method DefaultExpansion (line 1065) | private UIElement DefaultExpansion(object content, ContentPresenter ... method DoDefaultExpansion (line 1086) | private void DoDefaultExpansion(TextBlock textBlock, object content,... class TypeContext (line 1138) | private class TypeContext : ITypeDescriptorContext method TypeContext (line 1141) | public TypeContext(object instance) method OnComponentChanged (line 1149) | void ITypeDescriptorContext.OnComponentChanged() {} method OnComponentChanging (line 1150) | bool ITypeDescriptorContext.OnComponentChanging() { return false; } method GetService (line 1151) | object IServiceProvider.GetService(Type serviceType) { return null; } class DefaultSelector (line 1155) | private class DefaultSelector : DataTemplateSelector method SelectTemplate (line 1163) | public override DataTemplate SelectTemplate(object item, DependencyO... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ContextMenu.cs class ContextMenu (line 19) | [DefaultEvent("Opened")] method ContextMenu (line 33) | static ContextMenu() method ContextMenu (line 56) | public ContextMenu() : base() method CoerceHorizontalOffset (line 80) | private static object CoerceHorizontalOffset(DependencyObject d, objec... method CoerceVerticalOffset (line 104) | private static object CoerceVerticalOffset(DependencyObject d, object ... method OnIsOpenChanged (line 142) | private static void OnIsOpenChanged(DependencyObject d, DependencyProp... method CoercePlacementTarget (line 173) | private static object CoercePlacementTarget(DependencyObject d, object... method CoercePlacementRectangle (line 197) | private static object CoercePlacementRectangle(DependencyObject d, obj... method CoercePlacement (line 220) | private static object CoercePlacement(DependencyObject d, object value) method CoerceHasDropShadow (line 244) | private static object CoerceHasDropShadow(DependencyObject d, object v... method OnOpened (line 330) | protected virtual void OnOpened(RoutedEventArgs e) method OnClosed (line 359) | protected virtual void OnClosed(RoutedEventArgs e) method OnCreateAutomationPeer (line 378) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method PrepareContainerForItemOverride (line 387) | protected override void PrepareContainerForItemOverride(DependencyObje... method OnKeyDown (line 407) | protected override void OnKeyDown(KeyEventArgs e) method OnKeyUp (line 445) | protected override void OnKeyUp(KeyEventArgs e) method Initialize (line 470) | private void Initialize() method HookupParentPopup (line 478) | private void HookupParentPopup() method OnPopupCouldClose (line 505) | private void OnPopupCouldClose(object sender, EventArgs e) method OnPopupOpened (line 510) | private void OnPopupOpened(object source, EventArgs e) method OnPopupClosed (line 532) | private void OnPopupClosed(object source, EventArgs e) method ClosingMenu (line 542) | private void ClosingMenu() method OnPopupUnloaded (line 567) | private void OnPopupUnloaded(object sender, RoutedEventArgs e) method OnIsMenuModeChanged (line 592) | private void OnIsMenuModeChanged(object sender, EventArgs e) method OnIsKeyboardFocusWithinChanged (line 624) | protected override void OnIsKeyboardFocusWithinChanged(DependencyPrope... method IgnoreModelParentBuildRoute (line 640) | internal override bool IgnoreModelParentBuildRoute(RoutedEventArgs e) method OnAccessKeyPressed (line 662) | private static void OnAccessKeyPressed(object sender, AccessKeyPressed... method OnVisualParentChanged (line 672) | protected internal override void OnVisualParentChanged(DependencyObjec... method OnAncestorChanged (line 682) | internal override void OnAncestorChanged() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ContextMenuService.cs class ContextMenuService (line 14) | public static class ContextMenuService method GetContextMenu (line 34) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetContextMenu (line 60) | public static void SetContextMenu(DependencyObject element, ContextMen... method GetHorizontalOffset (line 80) | [TypeConverter(typeof(LengthConverter))] method SetHorizontalOffset (line 93) | public static void SetHorizontalOffset(DependencyObject element, doubl... method GetVerticalOffset (line 113) | [TypeConverter(typeof(LengthConverter))] method SetVerticalOffset (line 126) | public static void SetVerticalOffset(DependencyObject element, double ... method GetHasDropShadow (line 145) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetHasDropShadow (line 157) | public static void SetHasDropShadow(DependencyObject element, bool value) method GetPlacementTarget (line 177) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetPlacementTarget (line 189) | public static void SetPlacementTarget(DependencyObject element, UIElem... method GetPlacementRectangle (line 209) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetPlacementRectangle (line 221) | public static void SetPlacementRectangle(DependencyObject element, Rec... method GetPlacement (line 241) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetPlacement (line 253) | public static void SetPlacement(DependencyObject element, PlacementMod... method GetShowOnDisabled (line 273) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetShowOnDisabled (line 285) | public static void SetShowOnDisabled(DependencyObject element, bool va... method GetIsEnabled (line 305) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetIsEnabled (line 317) | public static void SetIsEnabled(DependencyObject element, bool value) method AddContextMenuOpeningHandler (line 345) | public static void AddContextMenuOpeningHandler(DependencyObject eleme... method RemoveContextMenuOpeningHandler (line 355) | public static void RemoveContextMenuOpeningHandler(DependencyObject el... method AddContextMenuClosingHandler (line 374) | public static void AddContextMenuClosingHandler(DependencyObject eleme... method RemoveContextMenuClosingHandler (line 384) | public static void RemoveContextMenuClosingHandler(DependencyObject el... method ContextMenuService (line 389) | static ContextMenuService() method OnContextMenuOpening (line 396) | private static void OnContextMenuOpening(object sender, ContextMenuEve... method ContextMenuIsEnabled (line 416) | internal static bool ContextMenuIsEnabled(DependencyObject o) class ContextMenuEventArgs (line 442) | public sealed class ContextMenuEventArgs : RoutedEventArgs method ContextMenuEventArgs (line 444) | internal ContextMenuEventArgs(object source, bool opening) method ContextMenuEventArgs (line 449) | internal ContextMenuEventArgs(object source, bool opening, double left... method InvokeEventHandler (line 484) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Control.cs class Control (line 20) | public class Control : FrameworkElement method Control (line 24) | static Control() method Control (line 44) | public Control() : base() method IsMarginValid (line 372) | private static bool IsMarginValid(object value) method OnTemplateChangedInternal (line 429) | internal override void OnTemplateChangedInternal(FrameworkTemplate old... method OnTemplateChanged (line 435) | private static void OnTemplateChanged(DependencyObject d, DependencyPr... method OnTemplateChanged (line 450) | protected virtual void OnTemplateChanged(ControlTemplate oldTemplate, ... method ToString (line 478) | public override string ToString() method OnPreviewMouseDoubleClick (line 527) | protected virtual void OnPreviewMouseDoubleClick(MouseButtonEventArgs e) method OnMouseDoubleClick (line 550) | protected virtual void OnMouseDoubleClick(MouseButtonEventArgs e) method HandleDoubleClick (line 555) | private static void HandleDoubleClick(object sender, MouseButtonEventA... method OnPreApplyTemplate (line 591) | internal override void OnPreApplyTemplate() method OnPostApplyTemplate (line 600) | internal override void OnPostApplyTemplate() method UpdateVisualState (line 612) | internal void UpdateVisualState() method UpdateVisualState (line 624) | internal void UpdateVisualState(bool useTransitions) method ChangeVisualState (line 641) | internal virtual void ChangeVisualState(bool useTransitions) method ChangeValidationVisualState (line 651) | internal void ChangeValidationVisualState(bool useTransitions) method OnVisualStatePropertyChanged (line 671) | internal static void OnVisualStatePropertyChanged(DependencyObject d, ... method MeasureOverride (line 688) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 710) | protected override Size ArrangeOverride(Size arrangeBounds) method ReadControlFlag (line 722) | internal bool ReadControlFlag(ControlBoolFlags reqFlag) method WriteControlFlag (line 727) | internal void WriteControlFlag(ControlBoolFlags reqFlag, bool set) type ControlBoolFlags (line 743) | internal enum ControlBoolFlags : ushort FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ConversionValidationRule.cs class ConversionValidationRule (line 18) | internal sealed class ConversionValidationRule : ValidationRule method ConversionValidationRule (line 23) | internal ConversionValidationRule() : base(ValidationStep.ConvertedPro... method Validate (line 30) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CustomDictionarySources.cs class CustomDictionarySources (line 29) | internal class CustomDictionarySources : IList, IList method CustomDictionarySources (line 38) | internal CustomDictionarySources(TextBoxBase owner) method GetEnumerator (line 55) | public IEnumerator GetEnumerator() method GetEnumerator (line 64) | IEnumerator IEnumerable.GetEnumerator() method IndexOf (line 75) | int IList.IndexOf(Uri item) method Insert (line 88) | void IList.Insert(int index, Uri item) method RemoveAt (line 101) | void IList.RemoveAt(int index) method Add (line 141) | void ICollection.Add(Uri item) method Clear (line 152) | void ICollection.Clear() method Contains (line 158) | bool ICollection.Contains(Uri item) method CopyTo (line 163) | void ICollection.CopyTo(Uri[] array, int arrayIndex) method Remove (line 184) | bool ICollection.Remove(Uri item) method Add (line 203) | int IList.Add(object value) method Clear (line 209) | void IList.Clear() method Contains (line 214) | bool IList.Contains(object value) method IndexOf (line 219) | int IList.IndexOf(object value) method Insert (line 224) | void IList.Insert(int index, object value) method Remove (line 245) | void IList.Remove(object value) method RemoveAt (line 250) | void IList.RemoveAt(int index) method CopyTo (line 271) | void ICollection.CopyTo(Array array, int index) method ValidateUri (line 334) | private static void ValidateUri(Uri item) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataErrorValidationRule.cs class DataErrorValidationRule (line 23) | public sealed class DataErrorValidationRule : ValidationRule method DataErrorValidationRule (line 28) | public DataErrorValidationRule() : base(ValidationStep.UpdatedValue, t... method Validate (line 35) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGrid.cs class DataGrid (line 28) | public class DataGrid : MultiSelector method DataGrid (line 35) | static DataGrid() method DataGrid (line 79) | public DataGrid() method OnColumnSizeConstraintChanged (line 194) | private static void OnColumnSizeConstraintChanged(DependencyObject d, ... method ValidateMinColumnWidth (line 202) | private static bool ValidateMinColumnWidth(object v) method ValidateMaxColumnWidth (line 211) | private static bool ValidateMaxColumnWidth(object v) method OnColumnsChanged (line 220) | private void OnColumnsChanged(object sender, NotifyCollectionChangedEv... method UpdateDataGridReference (line 277) | internal void UpdateDataGridReference(IList list, bool clear) method UpdateColumnSizeConstraints (line 308) | private static void UpdateColumnSizeConstraints(IList list) method HasVisibleColumns (line 322) | private static bool HasVisibleColumns(IList columns) method RetryBringColumnIntoView (line 353) | internal bool RetryBringColumnIntoView(bool retryRequested) method ColumnFromDisplayIndex (line 379) | public DataGridColumn ColumnFromDisplayIndex(int displayIndex) method OnColumnDisplayIndexChanged (line 401) | protected internal virtual void OnColumnDisplayIndexChanged(DataGridCo... method ValidateDisplayIndex (line 421) | internal void ValidateDisplayIndex(DataGridColumn column, int displayI... method ColumnIndexFromDisplayIndex (line 429) | internal int ColumnIndexFromDisplayIndex(int displayIndex) method ColumnHeaderFromDisplayIndex (line 445) | internal DataGridColumnHeader ColumnHeaderFromDisplayIndex(int display... method OnNotifyCellsPresenterPropertyChanged (line 467) | private static void OnNotifyCellsPresenterPropertyChanged(DependencyOb... method OnNotifyColumnAndCellPropertyChanged (line 475) | private static void OnNotifyColumnAndCellPropertyChanged(DependencyObj... method OnNotifyColumnPropertyChanged (line 483) | private static void OnNotifyColumnPropertyChanged(DependencyObject d, ... method OnNotifyColumnAndColumnHeaderPropertyChanged (line 491) | private static void OnNotifyColumnAndColumnHeaderPropertyChanged(Depen... method OnNotifyColumnHeaderPropertyChanged (line 499) | private static void OnNotifyColumnHeaderPropertyChanged(DependencyObje... method OnNotifyHeaderPropertyChanged (line 507) | private static void OnNotifyHeaderPropertyChanged(DependencyObject d, ... method OnNotifyDataGridAndRowPropertyChanged (line 515) | private static void OnNotifyDataGridAndRowPropertyChanged(DependencyOb... method OnNotifyGridLinePropertyChanged (line 523) | private static void OnNotifyGridLinePropertyChanged(DependencyObject d... method OnNotifyRowPropertyChanged (line 540) | private static void OnNotifyRowPropertyChanged(DependencyObject d, Dep... method OnNotifyRowHeaderPropertyChanged (line 548) | private static void OnNotifyRowHeaderPropertyChanged(DependencyObject ... method OnNotifyRowAndRowHeaderPropertyChanged (line 556) | private static void OnNotifyRowAndRowHeaderPropertyChanged(DependencyO... method OnNotifyRowAndDetailsPropertyChanged (line 564) | private static void OnNotifyRowAndDetailsPropertyChanged(DependencyObj... method OnNotifyHorizontalOffsetPropertyChanged (line 572) | private static void OnNotifyHorizontalOffsetPropertyChanged(Dependency... method NotifyPropertyChanged (line 586) | internal void NotifyPropertyChanged(DependencyObject d, DependencyProp... method NotifyPropertyChanged (line 600) | internal void NotifyPropertyChanged(DependencyObject d, string propert... method UpdateColumnsOnVirtualizedCellInfoCollections (line 652) | internal void UpdateColumnsOnVirtualizedCellInfoCollections(NotifyColl... method OnTemplateChanged (line 672) | protected override void OnTemplateChanged(ControlTemplate oldTemplate,... method IsItemItsOwnContainerOverride (line 796) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 805) | protected override DependencyObject GetContainerForItemOverride() method PrepareContainerForItemOverride (line 815) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 845) | protected override void ClearContainerForItemOverride(DependencyObject... method UpdateColumnsOnRows (line 866) | private void UpdateColumnsOnRows(NotifyCollectionChangedEventArgs e) method OnRowStyleChanged (line 895) | private static void OnRowStyleChanged(DependencyObject d, DependencyPr... method OnCoerceItemContainerStyle (line 900) | private static object OnCoerceItemContainerStyle(DependencyObject d, o... method OnRowValidationRulesChanged (line 936) | private void OnRowValidationRulesChanged(object sender, NotifyCollecti... method OnRowStyleSelectorChanged (line 1007) | private static void OnRowStyleSelectorChanged(DependencyObject d, Depe... method OnCoerceItemContainerStyleSelector (line 1012) | private static object OnCoerceItemContainerStyleSelector(DependencyObj... method OnCoerceIsSynchronizedWithCurrentItem (line 1022) | private static object OnCoerceIsSynchronizedWithCurrentItem(Dependency... method OnCoerceAlternationCount (line 1068) | private static object OnCoerceAlternationCount(DependencyObject d, obj... method OnLoadingRow (line 1139) | protected virtual void OnLoadingRow(DataGridRowEventArgs e) method DelayedOnLoadingRowDetails (line 1154) | internal static object DelayedOnLoadingRowDetails(object arg) method OnUnloadingRow (line 1167) | protected virtual void OnUnloadingRow(DataGridRowEventArgs e) method OnNotifyRowHeaderWidthPropertyChanged (line 1250) | private static void OnNotifyRowHeaderWidthPropertyChanged(DependencyOb... method ResetRowHeaderActualWidth (line 1272) | private void ResetRowHeaderActualWidth() method GetDetailsVisibilityForItem (line 1305) | public Visibility GetDetailsVisibilityForItem(object item) method ClearDetailsVisibilityForItem (line 1335) | public void ClearDetailsVisibilityForItem(object item) method ScrollIntoView (line 1525) | public void ScrollIntoView(object item) method ScrollIntoView (line 1532) | internal void ScrollIntoView(ItemInfo info) method ScrollIntoView (line 1552) | public void ScrollIntoView(object item, DataGridColumn column) method ScrollIntoView (line 1558) | private void ScrollIntoView(ItemInfo info, DataGridColumn column) method OnScrollIntoView (line 1595) | private object OnScrollIntoView(object arg) method ScrollColumnIntoView (line 1617) | private void ScrollColumnIntoView(DataGridColumn column) method ScrollCellIntoView (line 1631) | private void ScrollCellIntoView(ItemInfo info, DataGridColumn column) method OnIsMouseCapturedChanged (line 1679) | protected override void OnIsMouseCapturedChanged(DependencyPropertyChang... method StartAutoScroll (line 1693) | private void StartAutoScroll() method StopAutoScroll (line 1713) | private void StopAutoScroll() method OnAutoScrollTimeout (line 1726) | private void OnAutoScrollTimeout(object sender, EventArgs e) method DoAutoScroll (line 1743) | private new bool DoAutoScroll() method DetermineItemsHostStarBehavior (line 1879) | private void DetermineItemsHostStarBehavior() method EnsureInternalScrollControls (line 1888) | private void EnsureInternalScrollControls() method CleanUpInternalScrollControls (line 1929) | private void CleanUpInternalScrollControls() method OnInternalScrollContentPresenterSizeChanged (line 1940) | private void OnInternalScrollContentPresenterSizeChanged(object sender, ... method OnViewportSizeChanged (line 1953) | internal void OnViewportSizeChanged(Size oldSize, Size newSize) method OnDelayedViewportWidthChanged (line 1975) | private object OnDelayedViewportWidthChanged(object args) method OnHasVisibleStarColumnsChanged (line 1998) | internal void OnHasVisibleStarColumnsChanged() method OnCanExecuteBeginEdit (line 2059) | private static void OnCanExecuteBeginEdit(object sender, CanExecuteRoute... method OnExecutedBeginEdit (line 2064) | private static void OnExecutedBeginEdit(object sender, ExecutedRoutedEve... method OnCanExecuteBeginEdit (line 2072) | protected virtual void OnCanExecuteBeginEdit(CanExecuteRoutedEventArgs e) method OnExecutedBeginEdit (line 2107) | protected virtual void OnExecutedBeginEdit(ExecutedRoutedEventArgs e) method OnCanExecuteCommitEdit (line 2261) | private static void OnCanExecuteCommitEdit(object sender, CanExecuteRout... method OnExecutedCommitEdit (line 2266) | private static void OnExecutedCommitEdit(object sender, ExecutedRoutedEv... method GetEventCellOrCurrentCell (line 2271) | private DataGridCell GetEventCellOrCurrentCell(RoutedEventArgs e) method CanEndEdit (line 2278) | private bool CanEndEdit(CanExecuteRoutedEventArgs e, bool commit) method OnCanExecuteCommitEdit (line 2304) | protected virtual void OnCanExecuteCommitEdit(CanExecuteRoutedEventArgs e) method OnExecutedCommitEdit (line 2320) | protected virtual void OnExecutedCommitEdit(ExecutedRoutedEventArgs e) method DoNothing (line 2397) | private static object DoNothing(object arg) method GetEditingUnit (line 2402) | private DataGridEditingUnit GetEditingUnit(object parameter) method OnRowEditEnding (line 2421) | protected virtual void OnRowEditEnding(DataGridRowEditEndingEventArgs e) method OnCellEditEnding (line 2445) | protected virtual void OnCellEditEnding(DataGridCellEditEndingEventArgs e) method OnCanExecuteCancelEdit (line 2459) | private static void OnCanExecuteCancelEdit(object sender, CanExecuteRout... method OnExecutedCancelEdit (line 2464) | private static void OnExecutedCancelEdit(object sender, ExecutedRoutedEv... method OnCanExecuteCancelEdit (line 2472) | protected virtual void OnCanExecuteCancelEdit(CanExecuteRoutedEventArgs e) method OnExecutedCancelEdit (line 2488) | protected virtual void OnExecutedCancelEdit(ExecutedRoutedEventArgs e) method OnCanExecuteDelete (line 2548) | private static void OnCanExecuteDelete(object sender, CanExecuteRoutedEv... method OnExecutedDelete (line 2553) | private static void OnExecutedDelete(object sender, ExecutedRoutedEventA... method OnCanExecuteDelete (line 2561) | protected virtual void OnCanExecuteDelete(CanExecuteRoutedEventArgs e) method OnExecutedDelete (line 2572) | protected virtual void OnExecutedDelete(ExecutedRoutedEventArgs e) method SetCurrentCellToNewItem (line 2689) | private void SetCurrentCellToNewItem(object newItem) method OnIsReadOnlyChanged (line 2746) | private static void OnIsReadOnlyChanged(DependencyObject d, DependencyPr... method OnCurrentItemChanged (line 2782) | private static void OnCurrentItemChanged(DependencyObject d, DependencyP... method SetCurrentItem (line 2798) | private void SetCurrentItem(object item) method OnCurrentColumnChanged (line 2825) | private static void OnCurrentColumnChanged(DependencyObject d, Dependenc... method OnCurrentCellChanged (line 2858) | private static void OnCurrentCellChanged(DependencyObject d, DependencyP... method OnCurrentCellChanged (line 2944) | protected virtual void OnCurrentCellChanged(EventArgs e) method UpdateCurrentCell (line 2952) | private void UpdateCurrentCell(DataGridCell cell, bool isFocusWithinCell) method IsCurrent (line 3047) | internal bool IsCurrent(DataGridRow row, DataGridColumn column = null) method OnBeginningEdit (line 3081) | protected virtual void OnBeginningEdit(DataGridBeginningEditEventArgs e) method OnPreparingCellForEdit (line 3109) | protected internal virtual void OnPreparingCellForEdit(DataGridPreparing... method BeginEdit (line 3126) | public bool BeginEdit() method BeginEdit (line 3141) | public bool BeginEdit(RoutedEventArgs editingEventArgs) method CancelEdit (line 3182) | public bool CancelEdit() method CancelEdit (line 3201) | internal bool CancelEdit(DataGridCell cell) method CancelEdit (line 3218) | public bool CancelEdit(DataGridEditingUnit editingUnit) method CancelAnyEdit (line 3223) | private void CancelAnyEdit() method CommitEdit (line 3245) | public bool CommitEdit() method CommitEdit (line 3266) | public bool CommitEdit(DataGridEditingUnit editingUnit, bool exitEditing... method CommitAnyEdit (line 3271) | private bool CommitAnyEdit() method EndEdit (line 3287) | private bool EndEdit(RoutedCommand command, DataGridCell cellContainer, ... method OnCanUserAddRowsChanged (line 3423) | private static void OnCanUserAddRowsChanged(DependencyObject d, Dependen... method OnCoerceCanUserAddRows (line 3428) | private static object OnCoerceCanUserAddRows(DependencyObject d, object ... method OnCoerceCanUserAddOrDeleteRows (line 3433) | private static bool OnCoerceCanUserAddOrDeleteRows(DataGrid dataGrid, bo... method OnCanUserDeleteRowsChanged (line 3473) | private static void OnCanUserDeleteRowsChanged(DependencyObject d, Depen... method OnCoerceCanUserDeleteRows (line 3479) | private static object OnCoerceCanUserDeleteRows(DependencyObject d, obje... method OnAddingNewItem (line 3498) | protected virtual void OnAddingNewItem(AddingNewItemEventArgs e) method OnInitializingNewItem (line 3520) | protected virtual void OnInitializingNewItem(InitializingNewItemEventArg... method AddNewItem (line 3528) | private object AddNewItem() method EditRowItem (line 3561) | private void EditRowItem(object rowItem) method CommitRowItem (line 3569) | private void CommitRowItem() method CancelRowItem (line 3596) | private void CancelRowItem() method UpdateRowEditing (line 3686) | private void UpdateRowEditing(DataGridCell cell) method IsAddingOrEditingRowItem (line 3713) | private bool IsAddingOrEditingRowItem(object item) method IsAddingOrEditingRowItem (line 3719) | private bool IsAddingOrEditingRowItem(DataGridEditingUnit editingUnit, o... method IsEditingItem (line 3725) | private bool IsEditingItem(object item) method UpdateNewItemPlaceholder (line 3730) | private void UpdateNewItemPlaceholder(bool isAddingNewItem) method SetCurrentItemToPlaceholder (line 3776) | private void SetCurrentItemToPlaceholder() method IsNewItemPlaceholder (line 3836) | private bool IsNewItemPlaceholder(object item) method OnLoadingRowDetailsWrapper (line 3921) | internal void OnLoadingRowDetailsWrapper(DataGridRow row) method OnUnloadingRowDetailsWrapper (line 3934) | internal void OnUnloadingRowDetailsWrapper(DataGridRow row) method OnLoadingRowDetails (line 3949) | protected virtual void OnLoadingRowDetails(DataGridRowDetailsEventArgs e) method OnUnloadingRowDetails (line 3960) | protected virtual void OnUnloadingRowDetails(DataGridRowDetailsEventArgs e) method OnRowDetailsVisibilityChanged (line 3971) | protected internal virtual void OnRowDetailsVisibilityChanged(DataGridRo... method EnqueueNewItemMarginComputation (line 4035) | private void EnqueueNewItemMarginComputation() method OnIsGroupingChanged (line 4070) | internal override void OnIsGroupingChanged(DependencyPropertyChangedEven... method OnSelectedCellsChanged (line 4106) | internal void OnSelectedCellsChanged(NotifyCollectionChangedAction actio... method NotifySelectedCellsChanged (line 4222) | private void NotifySelectedCellsChanged() method OnSelectedCellsChanged (line 4259) | protected virtual void OnSelectedCellsChanged(SelectedCellsChangedEventA... method OnCanExecuteSelectAll (line 4287) | private static void OnCanExecuteSelectAll(object sender, CanExecuteRoute... method OnExecutedSelectAll (line 4294) | private static void OnExecutedSelectAll(object sender, ExecutedRoutedEve... method SelectAllImpl (line 4312) | internal override void SelectAllImpl() method SelectOnlyThisCell (line 4327) | internal void SelectOnlyThisCell(DataGridCellInfo currentCellInfo) method SelectAllCells (line 4339) | public void SelectAllCells() method UnselectAllCells (line 4368) | public void UnselectAllCells() method OnSelectionModeChanged (line 4402) | private static void OnSelectionModeChanged(DependencyObject d, Dependenc... method OnSelectionUnitChanged (line 4464) | private static void OnSelectionUnitChanged(DependencyObject d, Dependenc... method OnSelectionChanged (line 4489) | protected override void OnSelectionChanged(SelectionChangedEventArgs e) method UpdateIsSelected (line 4528) | private void UpdateIsSelected() method UpdateIsSelected (line 4537) | private void UpdateIsSelected(VirtualizedCellInfoCollection cells, bool ... method UpdateSelectionOfCellsInRow (line 4612) | private void UpdateSelectionOfCellsInRow(ItemInfo rowInfo, bool isSelected) method EnsurePendingInfos (line 4648) | private void EnsurePendingInfos() method CellIsSelectedChanged (line 4659) | internal void CellIsSelectedChanged(DataGridCell cell, bool isSelected) method HandleSelectionForCellInput (line 4681) | internal void HandleSelectionForCellInput(DataGridCell cell, bool startD... method HandleSelectionForRowHeaderAndDetailsInput (line 4709) | internal void HandleSelectionForRowHeaderAndDetailsInput(DataGridRow row... method BeginRowDragging (line 4751) | private void BeginRowDragging() method BeginDragging (line 4757) | private void BeginDragging() method EndDragging (line 4766) | private void EndDragging() method MakeFullRowSelection (line 4794) | private void MakeFullRowSelection(ItemInfo info, bool allowsExtendSelect... method MakeCellSelection (line 4993) | private void MakeCellSelection(DataGridCellInfo cellInfo, bool allowsExt... method SelectItem (line 5146) | private void SelectItem(ItemInfo info) method SelectItem (line 5151) | private void SelectItem(ItemInfo info, bool selectCells) method UnselectItem (line 5169) | private void UnselectItem(ItemInfo info) method UpdateSelectedItems (line 5187) | private void UpdateSelectedItems(ItemInfo info, bool add) method UpdateSelectedCells (line 5222) | private IDisposable UpdateSelectedCells() method BeginUpdateSelectedCells (line 5227) | private void BeginUpdateSelectedCells() method EndUpdateSelectedCells (line 5233) | private void EndUpdateSelectedCells() class ChangingSelectedCellsHelper (line 5251) | private class ChangingSelectedCellsHelper : IDisposable method ChangingSelectedCellsHelper (line 5253) | internal ChangingSelectedCellsHelper(DataGrid dataGrid) method Dispose (line 5263) | public void Dispose() method OnItemsCollectionChanged (line 5321) | private void OnItemsCollectionChanged(object sender, NotifyCollectionCha... method OnIsEnabledChanged (line 5355) | private static void OnIsEnabledChanged(DependencyObject d, DependencyPro... method OnIsKeyboardFocusWithinChanged (line 5371) | private static void OnIsKeyboardFocusWithinChanged(DependencyObject d, D... method OnTextInput (line 5380) | protected override void OnTextInput(TextCompositionEventArgs e) method FocusItem (line 5421) | internal override bool FocusItem(ItemInfo info, ItemNavigateArgs itemNav... method OnKeyDown (line 5459) | protected override void OnKeyDown(KeyEventArgs e) method KeyToTraversalDirection (line 5495) | private static FocusNavigationDirection KeyToTraversalDirection(Key key) method OnArrowKeyDown (line 5525) | private void OnArrowKeyDown(KeyEventArgs e) method TryDefaultNavigation (line 5821) | private bool TryDefaultNavigation(KeyEventArgs e, ItemInfo currentInfo) method OnTabKeyDown (line 5852) | private void OnTabKeyDown(KeyEventArgs e) method OnEnterKeyDown (line 5924) | private void OnEnterKeyDown(KeyEventArgs e) method GetCellForSelectAndEditOnFocusMove (line 5972) | private DataGridCell GetCellForSelectAndEditOnFocusMove() method SelectAndEditOnFocusMove (line 5985) | private void SelectAndEditOnFocusMove(KeyEventArgs e, DataGridCell oldCe... method OnHomeOrEndKeyDown (line 6012) | private void OnHomeOrEndKeyDown(KeyEventArgs e) method OnPageUpOrDownKeyDown (line 6063) | private void OnPageUpOrDownKeyDown(KeyEventArgs e) method OnMouseMove (line 6191) | protected override void OnMouseMove(MouseEventArgs e) method OnAnyMouseUpThunk (line 6288) | private static void OnAnyMouseUpThunk(object sender, MouseButtonEventArg... method OnAnyMouseUp (line 6296) | private void OnAnyMouseUp(MouseButtonEventArgs e) method OnContextMenuOpening (line 6305) | protected override void OnContextMenuOpening(ContextMenuEventArgs e) method GetRowNearMouse (line 6358) | private DataGridRow GetRowNearMouse() method GetCellNearMouse (line 6405) | private DataGridCell GetCellNearMouse() method CalculateCellDistance (line 6497) | private static bool CalculateCellDistance(FrameworkElement cell, DataGri... method IsMouseToLeft (line 6633) | private static bool IsMouseToLeft(RelativeMousePositions position) method IsMouseToRight (line 6638) | private static bool IsMouseToRight(RelativeMousePositions position) method IsMouseAbove (line 6643) | private static bool IsMouseAbove(RelativeMousePositions position) method IsMouseBelow (line 6648) | private static bool IsMouseBelow(RelativeMousePositions position) method IsMouseToLeftOrRightOnly (line 6653) | private static bool IsMouseToLeftOrRightOnly(RelativeMousePositions posi... method IsMouseInCorner (line 6658) | private static bool IsMouseInCorner(RelativeMousePositions position) type RelativeMousePositions (line 6667) | [Flags] method OnCreateAutomationPeer (line 6681) | protected override System.Windows.Automation.Peers.AutomationPeer OnCrea... method GetCellAutomationValueHolder (line 6686) | private CellAutomationValueHolder GetCellAutomationValueHolder(object it... method GetCellAutomationValue (line 6702) | internal string GetCellAutomationValue(object item, DataGridColumn column) method GetCellClipboardValue (line 6708) | internal object GetCellClipboardValue(object item, DataGridColumn column) method SetCellAutomationValue (line 6714) | internal void SetCellAutomationValue(object item, DataGridColumn column,... method SetCellClipboardValue (line 6719) | internal void SetCellClipboardValue(object item, DataGridColumn column, ... method SetCellValue (line 6724) | private void SetCellValue(object item, DataGridColumn column, object val... method EnsureCellAutomationValueHolder (line 6759) | private void EnsureCellAutomationValueHolder(DataGridCell cell) method UpdateCellAutomationValueHolder (line 6768) | private void UpdateCellAutomationValueHolder(DataGridCell cell) method ReleaseCellAutomationValueHolders (line 6779) | private void ReleaseCellAutomationValueHolders() class CellAutomationValueHolder (line 6791) | internal class CellAutomationValueHolder method CellAutomationValueHolder (line 6794) | public CellAutomationValueHolder(DataGridCell cell) method CellAutomationValueHolder (line 6802) | public CellAutomationValueHolder(object item, DataGridColumn column) method Initialize (line 6807) | private void Initialize(object item, DataGridColumn column) method TrackValue (line 6820) | public void TrackValue() method GetValue (line 6850) | private string GetValue() method GetClipboardValue (line 6896) | public object GetClipboardValue() method SetValue (line 6931) | public void SetValue(DataGrid dataGrid, object value, bool clipboard) method TryFindCell (line 6976) | internal DataGridCell TryFindCell(DataGridCellInfo info) method TryFindCell (line 6982) | internal DataGridCell TryFindCell(ItemInfo info, DataGridColumn column) method TryFindCell (line 6995) | internal DataGridCell TryFindCell(object item, DataGridColumn column) method OnCoerceCanUserSortColumns (line 7032) | private static object OnCoerceCanUserSortColumns(DependencyObject d, obj... method OnCanUserSortColumnsPropertyChanged (line 7044) | private static void OnCanUserSortColumnsPropertyChanged(DependencyObject... method OnSorting (line 7057) | protected virtual void OnSorting(DataGridSortingEventArgs eventArgs) method PerformSort (line 7078) | internal void PerformSort(DataGridColumn sortColumn) method PrepareForSort (line 7113) | private void PrepareForSort(DataGridColumn sortColumn) method DefaultSort (line 7139) | private void DefaultSort(DataGridColumn column, bool clearExistingSortDe... method OnItemsSortDescriptionsChanged (line 7228) | private void OnItemsSortDescriptionsChanged(object sender, NotifyCollect... method RemoveGroupingSortDescriptions (line 7281) | private void RemoveGroupingSortDescriptions() method CanConvertToSortDescription (line 7311) | private static bool CanConvertToSortDescription(PropertyGroupDescription... method AddGroupingSortDescriptions (line 7328) | private void AddGroupingSortDescriptions() method RegenerateGroupingSortDescriptions (line 7360) | private void RegenerateGroupingSortDescriptions() method OnItemsGroupDescriptionsChanged (line 7372) | private void OnItemsGroupDescriptionsChanged(object sender, NotifyCollec... method OnAutoGeneratedColumns (line 7450) | protected virtual void OnAutoGeneratedColumns(EventArgs e) method OnAutoGeneratingColumn (line 7462) | protected virtual void OnAutoGeneratingColumn(DataGridAutoGeneratingColu... method MeasureOverride (line 7481) | protected override Size MeasureOverride(Size availableSize) method EnsureItemBindingGroup (line 7524) | private void EnsureItemBindingGroup() method ClearSortDescriptionsOnItemsSourceChange (line 7537) | private void ClearSortDescriptionsOnItemsSourceChange() method OnCoerceItemsSourceProperty (line 7561) | private static object OnCoerceItemsSourceProperty(DependencyObject d, ob... method OnItemsSourceChanged (line 7578) | protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnum... method OnItemsChanged (line 7636) | protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e) method AdjustItemInfoOverride (line 7674) | internal override void AdjustItemInfoOverride(NotifyCollectionChangedEve... method AdjustItemInfosAfterGeneratorChangeOverride (line 7694) | internal override void AdjustItemInfosAfterGeneratorChangeOverride() method CellInfoNeedsAdjusting (line 7712) | private static bool CellInfoNeedsAdjusting(DataGridCellInfo cellInfo) method AdjustPendingInfos (line 7719) | private void AdjustPendingInfos() method AddAutoColumns (line 7742) | private void AddAutoColumns() method DeleteAutoColumns (line 7766) | private void DeleteAutoColumns() method RegenerateAutoColumns (line 7787) | private void RegenerateAutoColumns() method GenerateColumns (line 7798) | public static Collection GenerateColumns(IItemProperties... method GenerateColumns (line 7817) | private static void GenerateColumns( method OnAutoGenerateColumnsPropertyChanged (line 7857) | private static void OnAutoGenerateColumnsPropertyChanged(DependencyObjec... method OnCoerceFrozenColumnCount (line 7903) | private static object OnCoerceFrozenColumnCount(DependencyObject d, obje... method OnFrozenColumnCountPropertyChanged (line 7921) | private static void OnFrozenColumnCountPropertyChanged(DependencyObject ... method ValidateFrozenColumnCount (line 7931) | private static bool ValidateFrozenColumnCount(object value) method OnApplyTemplate (line 7971) | public override void OnApplyTemplate() method OnEnableRowVirtualizationChanged (line 8010) | private static void OnEnableRowVirtualizationChanged(DependencyObject d,... method OnCoerceIsVirtualizingProperty (line 8026) | private static object OnCoerceIsVirtualizingProperty(DependencyObject d,... method OnEnableColumnVirtualizationChanged (line 8059) | private static void OnEnableColumnVirtualizationChanged(DependencyObject... method OnColumnHeaderDragStarted (line 8123) | protected internal virtual void OnColumnHeaderDragStarted(DragStartedEve... method OnColumnReordering (line 8131) | protected internal virtual void OnColumnReordering(DataGridColumnReorder... method OnColumnHeaderDragDelta (line 8139) | protected internal virtual void OnColumnHeaderDragDelta(DragDeltaEventAr... method OnColumnHeaderDragCompleted (line 8147) | protected internal virtual void OnColumnHeaderDragCompleted(DragComplete... method OnColumnReordered (line 8155) | protected internal virtual void OnColumnReordered(DataGridColumnEventArg... method OnClipboardCopyModeChanged (line 8173) | private static void OnClipboardCopyModeChanged(DependencyObject d, Depen... method OnCanExecuteCopy (line 8188) | private static void OnCanExecuteCopy(object target, CanExecuteRoutedEven... method OnCanExecuteCopy (line 8197) | protected virtual void OnCanExecuteCopy(CanExecuteRoutedEventArgs args) method OnExecutedCopy (line 8203) | private static void OnExecutedCopy(object target, ExecutedRoutedEventArg... method OnExecutedCopy (line 8212) | protected virtual void OnExecutedCopy(ExecutedRoutedEventArgs args) method OnCopyingRowClipboardContent (line 8294) | protected virtual void OnCopyingRowClipboardContent(DataGridRowClipboard... method CellsPanelActualWidthChanged (line 8389) | private static void CellsPanelActualWidthChanged(DependencyObject d, Dep... method QueueInvalidateCellsPanelHorizontalOffset (line 8441) | internal void QueueInvalidateCellsPanelHorizontalOffset() method InvalidateCellsPanelHorizontalOffset (line 8453) | private object InvalidateCellsPanelHorizontalOffset(object args) method GetAnyCellOrColumnHeader (line 8483) | internal IProvideDataGridColumn GetAnyCellOrColumnHeader() method GetViewportWidthForColumns (line 8533) | internal double GetViewportWidthForColumns() method ChangeVisualState (line 8549) | internal override void ChangeVisualState(bool useTransitions) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridAutoGeneratingColumnEventArgs.cs class DataGridAutoGeneratingColumnEventArgs (line 13) | public class DataGridAutoGeneratingColumnEventArgs : EventArgs method DataGridAutoGeneratingColumnEventArgs (line 23) | public DataGridAutoGeneratingColumnEventArgs(string propertyName, Type... method DataGridAutoGeneratingColumnEventArgs (line 28) | internal DataGridAutoGeneratingColumnEventArgs(DataGridColumn column, ... method DataGridAutoGeneratingColumnEventArgs (line 33) | internal DataGridAutoGeneratingColumnEventArgs( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridBeginningEditEventArgs.cs class DataGridBeginningEditEventArgs (line 9) | public class DataGridBeginningEditEventArgs : EventArgs method DataGridBeginningEditEventArgs (line 17) | public DataGridBeginningEditEventArgs(DataGridColumn column, DataGridR... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridBoundColumn.cs class DataGridBoundColumn (line 13) | public abstract class DataGridBoundColumn : DataGridColumn method DataGridBoundColumn (line 17) | static DataGridBoundColumn() method OnCoerceSortMemberPath (line 26) | private static object OnCoerceSortMemberPath(DependencyObject d, objec... method OnCoerceIsReadOnly (line 69) | protected override bool OnCoerceIsReadOnly(bool baseValue) method OnBindingChanged (line 88) | protected virtual void OnBindingChanged(BindingBase oldBinding, Bindin... method ApplyBinding (line 96) | internal void ApplyBinding(DependencyObject target, DependencyProperty... method ApplyStyle (line 156) | internal void ApplyStyle(bool isEditing, bool defaultToElementStyle, F... method PickStyle (line 165) | private Style PickStyle(bool isEditing, bool defaultToElementStyle) method RefreshCellContent (line 205) | protected internal override void RefreshCellContent(FrameworkElement e... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridCell.cs class DataGridCell (line 16) | public class DataGridCell : ContentControl, IProvideDataGridColumn method DataGridCell (line 26) | static DataGridCell() method DataGridCell (line 51) | public DataGridCell() method OnCreateAutomationPeer (line 60) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method PrepareCell (line 76) | internal void PrepareCell(object item, ItemsControl cellsPresenter, Da... method PrepareCell (line 87) | internal void PrepareCell(object item, DataGridRow ownerRow, int index) method ClearCell (line 135) | internal void ClearCell(DataGridRow ownerRow) method OnColumnChanged (line 177) | private static void OnColumnChanged(object sender, DependencyPropertyC... method OnColumnChanged (line 192) | protected virtual void OnColumnChanged(DataGridColumn oldColumn, DataG... method OnNotifyPropertyChanged (line 207) | private static void OnNotifyPropertyChanged(DependencyObject d, Depend... method OnNotifyIsReadOnlyChanged (line 215) | private static void OnNotifyIsReadOnlyChanged(DependencyObject d, Depe... method NotifyPropertyChanged (line 233) | internal void NotifyPropertyChanged(DependencyObject d, string propert... method OnCoerceStyle (line 288) | private static object OnCoerceStyle(DependencyObject d, object baseValue) method ChangeVisualState (line 305) | internal override void ChangeVisualState(bool useTransitions) method BuildVisualTree (line 368) | internal void BuildVisualTree() method RemoveBindingExpressions (line 415) | private void RemoveBindingExpressions(BindingGroup bindingGroup, Depen... method OnIsEditingChanged (line 457) | private static void OnIsEditingChanged(object sender, DependencyProper... method OnIsEditingChanged (line 469) | protected virtual void OnIsEditingChanged(bool isEditing) method NotifyCurrentCellContainerChanged (line 482) | internal void NotifyCurrentCellContainerChanged() method OnCoerceIsReadOnly (line 525) | private static object OnCoerceIsReadOnly(DependencyObject d, object ba... method OnAnyLostFocus (line 542) | private static void OnAnyLostFocus(object sender, RoutedEventArgs e) method OnAnyGotFocus (line 558) | private static void OnAnyGotFocus(object sender, RoutedEventArgs e) method OnSelected (line 726) | protected virtual void OnSelected(RoutedEventArgs e) method OnUnselected (line 756) | protected virtual void OnUnselected(RoutedEventArgs e) method MeasureOverride (line 771) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 808) | protected override Size ArrangeOverride(Size arrangeSize) method OnRender (line 843) | protected override void OnRender(DrawingContext drawingContext) method OnAnyMouseLeftButtonDownThunk (line 875) | private static void OnAnyMouseLeftButtonDownThunk(object sender, MouseBu... method OnAnyMouseLeftButtonDown (line 884) | private void OnAnyMouseLeftButtonDown(MouseButtonEventArgs e) method OnTextInput (line 936) | protected override void OnTextInput(TextCompositionEventArgs e) method OnPreviewKeyDown (line 941) | protected override void OnPreviewKeyDown(KeyEventArgs e) method OnKeyDown (line 949) | protected override void OnKeyDown(KeyEventArgs e) method OnKeyUp (line 1002) | protected override void OnKeyUp(KeyEventArgs e) method OnMouseUp (line 1010) | protected override void OnMouseUp(MouseButtonEventArgs e) method SendInputToColumn (line 1016) | private void SendInputToColumn(InputEventArgs e) method OnCoerceClip (line 1033) | private static object OnCoerceClip(DependencyObject d, object baseValue) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridCellClipboardEventArgs.cs class DataGridCellClipboardEventArgs (line 9) | public class DataGridCellClipboardEventArgs : EventArgs method DataGridCellClipboardEventArgs (line 17) | public DataGridCellClipboardEventArgs(object item, DataGridColumn colu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridCellEditEndingEventArgs.cs class DataGridCellEditEndingEventArgs (line 9) | public class DataGridCellEditEndingEventArgs : EventArgs method DataGridCellEditEndingEventArgs (line 18) | public DataGridCellEditEndingEventArgs(DataGridColumn column, DataGrid... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridCellInfo.cs type DataGridCellInfo (line 9) | public struct DataGridCellInfo method DataGridCellInfo (line 20) | public DataGridCellInfo(object item, DataGridColumn column) method DataGridCellInfo (line 41) | public DataGridCellInfo(DataGridCell cell) method DataGridCellInfo (line 51) | internal DataGridCellInfo(object item, DataGridColumn column, DataGrid... method DataGridCellInfo (line 62) | internal DataGridCellInfo(ItemsControl.ItemInfo info, DataGridColumn c... method DataGridCellInfo (line 76) | internal DataGridCellInfo(object item) method DataGridCellInfo (line 88) | internal DataGridCellInfo(DataGridCellInfo info) method DataGridCellInfo (line 102) | private DataGridCellInfo(DataGrid owner, DataGridColumn column, object... method CreatePossiblyPartialCellInfo (line 114) | internal static DataGridCellInfo CreatePossiblyPartialCellInfo(object ... method Equals (line 147) | public override bool Equals(object obj) method EqualsImpl (line 173) | internal bool EqualsImpl(DataGridCellInfo cell) method GetHashCode (line 181) | public override int GetHashCode() method IsValidForDataGrid (line 215) | internal bool IsValidForDataGrid(DataGrid dataGrid) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridCellsPanel.cs method DataGridCellsPanel (line 25) | static DataGridCellsPanel() method DataGridCellsPanel (line 30) | public DataGridCellsPanel() method MeasureOverride (line 49) | protected override Size MeasureOverride(Size constraint) method MeasureChild (line 96) | private static void MeasureChild(UIElement child, Size constraint) method GenerateAndMeasureChildrenForRealizedColumns (line 156) | private Size GenerateAndMeasureChildrenForRealizedColumns(Size constraint) method DetermineRealizedColumnsBlockList (line 217) | private Size DetermineRealizedColumnsBlockList(Size constraint) method UpdateRealizedBlockLists (line 427) | private void UpdateRealizedBlockLists( method BuildRealizedColumnsBlockList (line 458) | private static List BuildRealizedColumnsBlockList(... method IndexToGeneratorPositionForStart (line 508) | private static GeneratorPosition IndexToGeneratorPositionForStart(IItemC... method GenerateChild (line 524) | private UIElement GenerateChild( method GenerateChild (line 544) | private UIElement GenerateChild( method GenerateChildren (line 578) | private Size GenerateChildren( method AddContainerFromGenerator (line 615) | private void AddContainerFromGenerator(int childIndex, UIElement child, ... method InsertRecycledContainer (line 654) | private void InsertRecycledContainer(int childIndex, UIElement container) method InsertNewContainer (line 662) | private void InsertNewContainer(int childIndex, UIElement container) method InsertContainer (line 670) | private void InsertContainer(int childIndex, UIElement container, bool i... method ChildIndexFromRealizedIndex (line 751) | private int ChildIndexFromRealizedIndex(int realizedChildIndex) method InBlockOrNextBlock (line 780) | private static bool InBlockOrNextBlock(List blockL... method EnsureAtleastOneHeader (line 815) | private Size EnsureAtleastOneHeader(IItemContainerGenerator generator, method EnsureFocusTrail (line 857) | private void EnsureFocusTrail( method GenerateChildForFocusTrail (line 944) | private bool GenerateChildForFocusTrail( method AddToIndicesListIfNeeded (line 989) | private static void AddToIndicesListIfNeeded( method VirtualizeChildren (line 1021) | private void VirtualizeChildren(List blockList, II... method CleanupRange (line 1130) | private void CleanupRange(IList children, IItemContainerGenerator genera... method DisconnectRecycledContainers (line 1159) | private void DisconnectRecycledContainers() class ArrangeState (line 1218) | private class ArrangeState method ArrangeState (line 1220) | public ArrangeState() method InitializeArrangeState (line 1277) | private void InitializeArrangeState(ArrangeState arrangeState) method FinishArrange (line 1293) | private void FinishArrange(ArrangeState arrangeState) method SetDataGridCellPanelWidth (line 1308) | private void SetDataGridCellPanelWidth(IList children, double newWidth) method Debug_VerifyRealizedIndexCountVsDisplayIndexCount (line 1319) | [Conditional("DEBUG")] method ArrangeOverride (line 1339) | protected override Size ArrangeOverride(Size arrangeSize) method ArrangeChild (line 1436) | private void ArrangeChild( method GetRealizedBlockForColumn (line 1532) | private static RealizedColumnsBlock GetRealizedBlockForColumn(List GetRealizedChildrenNotInBlockList(List(FrameworkElement element) where T : Fram... method FindVisualParent (line 167) | public static T FindVisualParent(UIElement element) where T : UIEle... method TreeHasFocusAndTabStop (line 188) | public static bool TreeHasFocusAndTabStop(DependencyObject element) method OnColumnWidthChanged (line 234) | public static void OnColumnWidthChanged(IProvideDataGridColumn cell, D... method GetFrozenClipForCell (line 282) | public static Geometry GetFrozenClipForCell(IProvideDataGridColumn cell) method GetParentPanelForCell (line 298) | public static DataGridCellsPanel GetParentPanelForCell(IProvideDataGri... method GetParentCellsPanelHorizontalOffset (line 312) | public static double GetParentCellsPanelHorizontalOffset(IProvideDataG... method IsDefaultValue (line 327) | public static bool IsDefaultValue(DependencyObject d, DependencyProper... method GetCoercedTransferPropertyValue (line 332) | public static object GetCoercedTransferPropertyValue( method GetCoercedTransferPropertyValue (line 363) | public static object GetCoercedTransferPropertyValue( method TransferProperty (line 422) | public static void TransferProperty(DependencyObject d, DependencyProp... method GetPropertyTransferEnabledMapForObject (line 430) | private static Dictionary GetPropertyTransfe... method IsPropertyTransferEnabled (line 443) | internal static bool IsPropertyTransferEnabled(DependencyObject d, Dep... method IsOneWay (line 472) | internal static bool IsOneWay(BindingBase bindingBase) method GetBindingExpression (line 511) | internal static BindingExpression GetBindingExpression(FrameworkElemen... method ValidateWithoutUpdate (line 521) | internal static bool ValidateWithoutUpdate(FrameworkElement element) method BindingExpressionBelongsToElement (line 554) | internal static bool BindingExpressionBelongsToElement(BindingExpre... method FindContextElement (line 574) | private static DependencyObject FindContextElement(BindingExpressionBa... method CacheFlowDirection (line 614) | internal static void CacheFlowDirection(FrameworkElement element, Data... method RestoreFlowDirection (line 626) | internal static void RestoreFlowDirection(FrameworkElement element, Da... method UpdateTarget (line 638) | internal static void UpdateTarget(FrameworkElement element) method SyncColumnProperty (line 668) | internal static void SyncColumnProperty(DependencyObject column, Depen... method GetPathFromBinding (line 680) | internal static string GetPathFromBinding(Binding binding) method AreRowHeadersVisible (line 705) | public static bool AreRowHeadersVisible(DataGridHeadersVisibility head... method CoerceToMinMax (line 713) | public static double CoerceToMinMax(double value, double minValue, dou... method HasNonEscapeCharacters (line 724) | public static bool HasNonEscapeCharacters(TextCompositionEventArgs tex... method IsImeProcessed (line 744) | public static bool IsImeProcessed(KeyEventArgs keyArgs) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridHyperlinkColumn.cs method DataGridHyperlinkColumn (line 16) | static DataGridHyperlinkColumn() method OnContentBindingChanged (line 70) | protected virtual void OnContentBindingChanged(BindingBase oldBinding, B... method ApplyContentBinding (line 80) | private void ApplyContentBinding(DependencyObject target, DependencyProp... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridItemAttachedStorage.cs class DataGridItemAttachedStorage (line 9) | internal class DataGridItemAttachedStorage method SetValue (line 11) | public void SetValue(object item, DependencyProperty property, object ... method TryGetValue (line 17) | public bool TryGetValue(object item, DependencyProperty property, out ... method ClearValue (line 31) | public void ClearValue(object item, DependencyProperty property) method ClearItem (line 42) | public void ClearItem(object item) method Clear (line 48) | public void Clear() method EnsureItemStorageMap (line 53) | private void EnsureItemStorageMap() method EnsureItem (line 61) | private Dictionary EnsureItem(object item) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridLength.cs type DataGridLength (line 15) | [TypeConverter(typeof(DataGridLengthConverter))] method DataGridLength (line 31) | public DataGridLength(double pixels) method DataGridLength (line 51) | public DataGridLength(double value, DataGridLengthUnitType type) method DataGridLength (line 73) | public DataGridLength(double value, DataGridLengthUnitType type, doubl... method Equals (line 154) | public override bool Equals(object obj) method Equals (line 172) | public bool Equals(DataGridLength other) method GetHashCode (line 181) | public override int GetHashCode() method ToString (line 285) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridLengthConverter.cs class DataGridLengthConverter (line 16) | public class DataGridLengthConverter : TypeConverter method CanConvertFrom (line 21) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 48) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 67) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 122) | public override object ConvertTo( method ConvertToString (line 156) | internal static string ConvertToString(DataGridLength length, CultureI... method ConvertFromString (line 192) | private static DataGridLength ConvertFromString(string s, CultureInfo ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridLengthUnitType.cs type DataGridLengthUnitType (line 9) | public enum DataGridLengthUnitType FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridNotificationTarget.cs type DataGridNotificationTarget (line 9) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridPreparingCellForEditEventArgs.cs class DataGridPreparingCellForEditEventArgs (line 9) | public class DataGridPreparingCellForEditEventArgs : EventArgs method DataGridPreparingCellForEditEventArgs (line 19) | public DataGridPreparingCellForEditEventArgs(DataGridColumn column, Da... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/DataGridRow.cs class DataGridRow (line 25) | public class DataGridRow : Control method DataGridRow (line 94) | static DataGridRow() method DataGridRow (line 113) | public DataGridRow() method OnTemplateChanged (line 173) | protected override void OnTemplateChanged(ControlTemplate oldTemplate, C... method ChangeVisualState (line 201) | internal override void ChangeVisualState(bool useTransitions) method OnHeaderChanged (line 280) | protected virtual void OnHeaderChanged(object oldHeader, object newHeader) method OnPropertyChanged (line 413) | protected override void OnPropertyChanged(DependencyPropertyChangedEvent... method PrepareRow (line 432) | internal void PrepareRow(object item, DataGrid owningDataGrid) method ClearRow (line 474) | internal void ClearRow(DataGrid owningDataGrid) method PersistAttachedItemValue (line 493) | private void PersistAttachedItemValue(DependencyObject objectWithPropert... method RestoreAttachedItemValue (line 504) | private void RestoreAttachedItemValue(DependencyObject objectWithPropert... method OnRowResizeStarted (line 525) | internal void OnRowResizeStarted() method OnRowResize (line 534) | internal void OnRowResize(double changeAmount) method OnRowResizeCompleted (line 559) | internal void OnRowResizeCompleted(bool canceled) method OnRowResizeReset (line 568) | internal void OnRowResizeReset() method OnColumnsChanged (line 587) | protected internal virtual void OnColumnsChanged(ObservableCollection GetPageViewsCo... method OnMouseLeftButtonDown (line 1186) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnPreviewMouseWheel (line 1204) | protected override void OnPreviewMouseWheel(MouseWheelEventArgs e) method InvalidateDocumentScrollInfo (line 1236) | internal void InvalidateDocumentScrollInfo() method InvalidatePageViewsInternal (line 1290) | internal void InvalidatePageViewsInternal() method BringPointIntoView (line 1305) | internal bool BringPointIntoView(Point point) method CreateCommandBindings (line 1410) | private static void CreateCommandBindings() method QueryEnabledHandler (line 1674) | private static void QueryEnabledHandler(object target, CanExecuteRoute... method ExecutedRoutedEventHandler (line 1780) | private static void ExecutedRoutedEventHandler(object target, Executed... method DoFitToMaxPagesAcross (line 1889) | private static void DoFitToMaxPagesAcross(DocumentViewer dv, object data) method DoZoom (line 1940) | private static void DoZoom(DocumentViewer dv, object data) method RegisterMetadata (line 1970) | private static void RegisterMetadata() method SetUp (line 1979) | private void SetUp() method CreateIDocumentScrollInfo (line 1997) | private void CreateIDocumentScrollInfo() method AttachContent (line 2034) | private void AttachContent() method FindContentHost (line 2048) | private void FindContentHost() method InstantiateFindToolBar (line 2082) | private void InstantiateFindToolBar() method OnFindInvoked (line 2120) | private void OnFindInvoked(object sender, EventArgs e) method GoToFind (line 2180) | private void GoToFind() method ProcessFindKeys (line 2191) | private KeyEventArgs ProcessFindKeys(KeyEventArgs e) method FindZoomLevelIndex (line 2220) | private void FindZoomLevelIndex() method DoubleValue_Validate (line 2266) | private static bool DoubleValue_Validate(object value) method ScaleToZoom (line 2300) | private static double ScaleToZoom(double scale) method ZoomToScale (line 2310) | private static double ZoomToScale(double zoom) method ValidateOffset (line 2323) | private static bool ValidateOffset(object value) method OnHorizontalOffsetChanged (line 2331) | private static void OnHorizontalOffsetChanged(DependencyObject d, Depe... method OnVerticalOffsetChanged (line 2351) | private static void OnVerticalOffsetChanged(DependencyObject d, Depend... method OnExtentWidthChanged (line 2368) | private static void OnExtentWidthChanged(DependencyObject d, Dependenc... method OnExtentHeightChanged (line 2376) | private static void OnExtentHeightChanged(DependencyObject d, Dependen... method OnViewportWidthChanged (line 2384) | private static void OnViewportWidthChanged(DependencyObject d, Depende... method OnViewportHeightChanged (line 2393) | private static void OnViewportHeightChanged(DependencyObject d, Depend... method OnShowPageBordersChanged (line 2405) | private static void OnShowPageBordersChanged(DependencyObject d, Depen... method CoerceZoom (line 2415) | private static object CoerceZoom(DependencyObject d, object value) method OnZoomChanged (line 2434) | private static void OnZoomChanged(DependencyObject d, DependencyProper... method ValidateMaxPagesAcross (line 2471) | private static bool ValidateMaxPagesAcross(object value) method OnMaxPagesAcrossChanged (line 2481) | private static void OnMaxPagesAcrossChanged(DependencyObject d, Depend... method ValidatePageSpacing (line 2503) | private static bool ValidatePageSpacing(object value) method OnVerticalPageSpacingChanged (line 2511) | private static void OnVerticalPageSpacingChanged(DependencyObject d, D... method OnHorizontalPageSpacingChanged (line 2524) | private static void OnHorizontalPageSpacingChanged(DependencyObject d,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ExceptionRoutedEventArgs.cs class ExceptionRoutedEventArgs (line 13) | public sealed class ExceptionRoutedEventArgs : RoutedEventArgs method ExceptionRoutedEventArgs (line 15) | internal FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ExceptionValidationRule.cs class ExceptionValidationRule (line 23) | public sealed class ExceptionValidationRule : ValidationRule method ExceptionValidationRule (line 28) | public ExceptionValidationRule() method Validate (line 35) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Expander.cs type ExpandDirection (line 16) | public enum ExpandDirection class Expander (line 41) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method Expander (line 52) | static Expander() method IsValidExpandDirection (line 100) | private static bool IsValidExpandDirection(object o) method OnIsExpandedChanged (line 124) | private static void OnIsExpandedChanged(DependencyObject d, Dependency... method ChangeVisualState (line 204) | internal override void ChangeVisualState(bool useTransitions) method OnExpanded (line 265) | protected virtual void OnExpanded() method OnCollapsed (line 279) | protected virtual void OnCollapsed() method OnCreateAutomationPeer (line 291) | protected override AutomationPeer OnCreateAutomationPeer() method OnApplyTemplate (line 306) | public override void OnApplyTemplate() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/FlowDocumentReader.cs class FlowDocumentReader (line 27) | [TemplatePart(Name = "PART_ContentHost", Type = typeof(Decorator))] method FlowDocumentReader (line 43) | static FlowDocumentReader() method FlowDocumentReader (line 64) | public FlowDocumentReader() method OnApplyTemplate (line 82) | public override void OnApplyTemplate() method CanGoToPage (line 118) | public bool CanGoToPage(int pageNumber) method Find (line 131) | public void Find() method Print (line 139) | public void Print() method CancelPrint (line 147) | public void CancelPrint() method IncreaseZoom (line 155) | public void IncreaseZoom() method DecreaseZoom (line 163) | public void DecreaseZoom() method SwitchViewingMode (line 172) | public void SwitchViewingMode(FlowDocumentReaderViewingMode viewingMode) method OnPrintCompleted (line 664) | protected virtual void OnPrintCompleted() method OnFindCommand (line 677) | protected virtual void OnFindCommand() method OnPrintCommand (line 689) | protected virtual void OnPrintCommand() method OnCancelPrintCommand (line 697) | protected virtual void OnCancelPrintCommand() method OnIncreaseZoomCommand (line 705) | protected virtual void OnIncreaseZoomCommand() method OnDecreaseZoomCommand (line 717) | protected virtual void OnDecreaseZoomCommand() method OnSwitchViewingModeCommand (line 730) | protected virtual void OnSwitchViewingModeCommand(FlowDocumentReaderVi... method OnInitialized (line 739) | protected override void OnInitialized(EventArgs e) method OnDpiChanged (line 751) | protected override void OnDpiChanged(DpiScale oldDpiScaleInfo, DpiScal... method OnCreateAutomationPeer (line 759) | protected override AutomationPeer OnCreateAutomationPeer() method OnIsKeyboardFocusWithinChanged (line 767) | protected override void OnIsKeyboardFocusWithinChanged(DependencyPrope... method OnKeyDown (line 789) | protected override void OnKeyDown(KeyEventArgs e) method BuildRouteCore (line 869) | internal override bool BuildRouteCore(EventRoute route, RoutedEventArg... method InvalidateAutomationAncestorsCore (line 876) | internal override bool InvalidateAutomationAncestorsCore(Stack x, ... method GetFinalSizeForRange (line 2885) | private double GetFinalSizeForRange( method SetValid (line 2904) | private void SetValid() method ShouldSerializeColumnDefinitions (line 2924) | [EditorBrowsable(EditorBrowsableState.Never)] method ShouldSerializeRowDefinitions (line 2936) | [EditorBrowsable(EditorBrowsableState.Never)] method EnsureGridLinesRenderer (line 2950) | private GridLinesRenderer EnsureGridLinesRenderer() method SetFlags (line 2974) | private void SetFlags(bool value, Flags flags) method CheckFlagsAnd (line 2983) | private bool CheckFlagsAnd(Flags flags) method CheckFlagsOr (line 2996) | private bool CheckFlagsOr(Flags flags) method OnShowGridLinesPropertyChanged (line 3004) | private static void OnShowGridLinesPropertyChanged(DependencyObject d,... method OnCellAttachedPropertyChanged (line 3020) | private static void OnCellAttachedPropertyChanged(DependencyObject d, ... method IsIntValueNotNegative (line 3040) | private static bool IsIntValueNotNegative(object value) method IsIntValueGreaterThanZero (line 3048) | private static bool IsIntValueGreaterThanZero(object value) method CompareNullRefs (line 3060) | private static bool CompareNullRefs(object x, object y, out int result) method _IsZero (line 3261) | private static bool _IsZero(double d) method _AreClose (line 3272) | private static bool _AreClose(double d1, double d2) method StarWeight (line 3288) | private static double StarWeight(DefinitionBase def, double scale) class ExtendedData (line 3355) | private class ExtendedData type Flags (line 3373) | [System.Flags] type LayoutTimeSizeType (line 3541) | [System.Flags] type CellCache (line 3566) | private struct CellCache class SpanKey (line 3584) | private class SpanKey method SpanKey (line 3592) | internal SpanKey(int start, int count, bool u) method GetHashCode (line 3602) | public override int GetHashCode() method Equals (line 3615) | public override bool Equals(object obj) method SpanPreferredDistributionOrderComparer (line 3645) | private static int SpanPreferredDistributionOrderComparer(DefinitionBa... method SpanMaxDistributionOrderComparer (line 3678) | private static int SpanMaxDistributionOrderComparer(DefinitionBase x, ... method StarDistributionOrderComparer (line 3711) | private static int StarDistributionOrderComparer(DefinitionBase x, Def... class StarDistributionOrderIndexComparer (line 3723) | private sealed class StarDistributionOrderIndexComparer : IComparer method StarDistributionOrderIndexComparer (line 3727) | internal StarDistributionOrderIndexComparer(DefinitionBase[] definit... method Compare (line 3733) | public int Compare(int x, int y) class DistributionOrderIndexComparer (line 3749) | private sealed class DistributionOrderIndexComparer : IComparer method DistributionOrderIndexComparer (line 3753) | internal DistributionOrderIndexComparer(DefinitionBase[] definitions) method Compare (line 3759) | public int Compare(int x, int y) class RoundingErrorIndexComparer (line 3777) | private sealed class RoundingErrorIndexComparer : IComparer method RoundingErrorIndexComparer (line 3781) | internal RoundingErrorIndexComparer(double[] errors) method Compare (line 3787) | public int Compare(int x, int y) => errors[x].CompareTo(errors[y]); method MinRatioComparer (line 3794) | private static int MinRatioComparer(DefinitionBase x, DefinitionBase y) method MaxRatioComparer (line 3810) | private static int MaxRatioComparer(DefinitionBase x, DefinitionBase y) method StarWeightComparer (line 3825) | private static int StarWeightComparer(DefinitionBase x, DefinitionBase y) class MinRatioIndexComparer (line 3837) | private sealed class MinRatioIndexComparer : IComparer method MinRatioIndexComparer (line 3841) | internal MinRatioIndexComparer(DefinitionBase[] definitions) method Compare (line 3847) | public int Compare(int x, int y) class MaxRatioIndexComparer (line 3863) | private sealed class MaxRatioIndexComparer : IComparer method MaxRatioIndexComparer (line 3867) | internal MaxRatioIndexComparer(DefinitionBase[] definitions) method Compare (line 3873) | public int Compare(int x, int y) class StarWeightIndexComparer (line 3889) | private sealed class StarWeightIndexComparer : IComparer method StarWeightIndexComparer (line 3893) | internal StarWeightIndexComparer(DefinitionBase[] definitions) method Compare (line 3899) | public int Compare(int x, int y) class GridChildrenCollectionEnumeratorSimple (line 3918) | private class GridChildrenCollectionEnumeratorSimple : IEnumerator method GridChildrenCollectionEnumeratorSimple (line 3920) | internal GridChildrenCollectionEnumeratorSimple(Grid grid, bool incl... method MoveNext (line 3940) | public bool MoveNext() method Reset (line 3985) | public void Reset() class GridLinesRenderer (line 4006) | internal class GridLinesRenderer : DrawingVisual method GridLinesRenderer (line 4011) | static GridLinesRenderer() method UpdateRenderBounds (line 4034) | internal void UpdateRenderBounds(Size boundsSize) method DrawGridLine (line 4066) | private static void DrawGridLine( method QueryPerformanceCounter (line 4098) | private static extern bool QueryPerformanceCounter(out long lpPerforma... method QueryPerformanceFrequency (line 4100) | private static extern bool QueryPerformanceFrequency(out long lpFreque... method CostInMilliseconds (line 4102) | private static double CostInMilliseconds(long count) method Cost (line 4107) | private static long Cost(long startCount, long endCount) method InitializePerformanceFrequency (line 4114) | private static bool InitializePerformanceFrequency() type Counter (line 4122) | private struct Counter method EnterCounterScope (line 4143) | [Conditional("GRIDPARANOIA")] method ExitCounterScope (line 4163) | [Conditional("GRIDPARANOIA")] method EnterCounter (line 4210) | [Conditional("GRIDPARANOIA")] method ExitCounter (line 4224) | [Conditional("GRIDPARANOIA")] type Counters (line 4243) | internal enum Counters : int FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/GridSplitter.cs type GridResizeDirection (line 19) | public enum GridResizeDirection type GridResizeBehavior (line 44) | public enum GridResizeBehavior class GridSplitter (line 76) | [StyleTypedProperty(Property = "PreviewStyle", StyleTargetType = typeof(... method GridSplitter (line 81) | static GridSplitter() method GridSplitter (line 102) | public GridSplitter() method UpdateCursor (line 110) | private static void UpdateCursor(DependencyObject o, DependencyPropert... method CoerceCursor (line 115) | private static object CoerceCursor(DependencyObject o, object value) method IsValidResizeDirection (line 156) | private static bool IsValidResizeDirection(object o) method IsValidResizeBehavior (line 185) | private static bool IsValidResizeBehavior(object o) method IsValidDelta (line 257) | private static bool IsValidDelta(object o) method OnCreateAutomationPeer (line 293) | protected override AutomationPeer OnCreateAutomationPeer() method GetEffectiveResizeDirection (line 299) | private GridResizeDirection GetEffectiveResizeDirection() method GetEffectiveResizeBehavior (line 327) | private GridResizeBehavior GetEffectiveResizeBehavior(GridResizeDirect... method OnRenderSizeChanged (line 370) | protected internal override void OnRenderSizeChanged(SizeChangedInfo s... class PreviewAdorner (line 385) | private sealed class PreviewAdorner : Adorner method PreviewAdorner (line 387) | public PreviewAdorner(GridSplitter gridSplitter, Style previewStyle) method GetVisualChild (line 417) | protected override Visual GetVisualChild(int index) method ArrangeOverride (line 448) | protected override Size ArrangeOverride(Size finalSize) method RemovePreviewAdorner (line 473) | private void RemovePreviewAdorner() method InitializeData (line 488) | private void InitializeData(bool ShowsPreview) method SetupDefinitionsToResize (line 519) | private bool SetupDefinitionsToResize() method SetupPreview (line 587) | private void SetupPreview() method OnLostKeyboardFocus (line 615) | protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventA... method OnDragStarted (line 625) | private static void OnDragStarted(object sender, DragStartedEventArgs e) method OnDragStarted (line 632) | private void OnDragStarted(DragStartedEventArgs e) method OnDragDelta (line 639) | private static void OnDragDelta(object sender, DragDeltaEventArgs e) method OnDragDelta (line 646) | private void OnDragDelta(DragDeltaEventArgs e) method OnDragCompleted (line 678) | private static void OnDragCompleted(object sender, DragCompletedEventA... method OnDragCompleted (line 685) | private void OnDragCompleted(DragCompletedEventArgs e) method OnKeyDown (line 704) | protected override void OnKeyDown(KeyEventArgs e) method CancelResize (line 733) | private void CancelResize() method IsStar (line 760) | private static bool IsStar(DefinitionBase definition) method GetGridDefinition (line 766) | private static DefinitionBase GetGridDefinition(Grid grid, int index, ... method GetActualLength (line 772) | private double GetActualLength(DefinitionBase definition) method SetDefinitionLength (line 780) | private static void SetDefinitionLength(DefinitionBase definition, Gri... method GetDeltaConstraints (line 788) | private void GetDeltaConstraints(out double minDelta, out double maxDe... method SetLengths (line 827) | private void SetLengths(double definition1Pixels, double definition2Pi... method MoveSplitter (line 866) | private void MoveSplitter(double horizontalChange, double verticalChange) method KeyboardMoveSplitter (line 942) | internal bool KeyboardMoveSplitter(double horizontalChange, double ver... type SplitBehavior (line 979) | private enum SplitBehavior class ResizeData (line 987) | private class ResizeData FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/GridView.cs class GridView (line 23) | [StyleTypedProperty(Property = "ColumnHeaderContainerStyle", StyleTarget... method AddChild (line 44) | void IAddChild.AddChild(object column) method AddChild (line 52) | protected virtual void AddChild(object column) method AddText (line 69) | void IAddChild.AddText(string text) method AddText (line 77) | protected virtual void AddText(string text) method ToString (line 86) | public override string ToString() method GetAutomationPeer (line 97) | protected internal override IViewAutomationPeer GetAutomationPeer(List... method GetColumnCollection (line 166) | public static GridViewColumnCollection GetColumnCollection(DependencyO... method SetColumnCollection (line 177) | public static void SetColumnCollection(DependencyObject element, GridV... method ShouldSerializeColumnCollection (line 196) | [EditorBrowsable(EditorBrowsableState.Never)] method OnColumnHeaderTemplateChanged (line 287) | private static void OnColumnHeaderTemplateChanged(DependencyObject d, ... method OnColumnHeaderTemplateSelectorChanged (line 325) | private static void OnColumnHeaderTemplateSelectorChanged(DependencyOb... method PrepareItem (line 445) | protected internal override void PrepareItem(ListViewItem item) method ClearItem (line 458) | protected internal override void ClearItem(ListViewItem item) method OnInheritanceContextChangedCore (line 501) | internal override void OnInheritanceContextChangedCore(EventArgs args) method OnThemeChanged (line 515) | internal override void OnThemeChanged() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/GridViewColumn.cs class GridViewColumn (line 18) | [ContentProperty("Header")] method GridViewColumn (line 34) | public GridViewColumn() method ToString (line 59) | public override string ToString() method OnHeaderChanged (line 118) | private static void OnHeaderChanged(DependencyObject d, DependencyProp... method OnHeaderContainerStyleChanged (line 149) | private static void OnHeaderContainerStyleChanged(DependencyObject d, ... method OnHeaderTemplateChanged (line 180) | private static void OnHeaderTemplateChanged(DependencyObject d, Depend... method OnHeaderTemplateSelectorChanged (line 218) | private static void OnHeaderTemplateSelectorChanged(DependencyObject d... method OnHeaderStringFormatChanged (line 258) | private static void OnHeaderStringFormatChanged(DependencyObject d, De... method OnHeaderStringFormatChanged (line 269) | protected virtual void OnHeaderStringFormatChanged(String oldHeaderStr... method OnDisplayMemberBindingChanged (line 301) | private void OnDisplayMemberBindingChanged() method OnCellTemplateChanged (line 331) | private static void OnCellTemplateChanged(DependencyObject d, Dependen... method OnCellTemplateSelectorChanged (line 363) | private static void OnCellTemplateSelectorChanged(DependencyObject d, ... method OnWidthChanged (line 397) | private static void OnWidthChanged(DependencyObject d, DependencyPrope... method OnPropertyChanged (line 471) | protected virtual void OnPropertyChanged(PropertyChangedEventArgs e) method OnThemeChanged (line 490) | internal void OnThemeChanged() method EnsureWidth (line 513) | internal double EnsureWidth(double width) method ResetPrivateData (line 525) | internal void ResetPrivateData() method AddInheritanceContext (line 693) | internal override void AddInheritanceContext(DependencyObject context,... method RemoveInheritanceContext (line 705) | internal override void RemoveInheritanceContext(DependencyObject conte... method OnPropertyChanged (line 732) | private void OnPropertyChanged(string propertyName) method UpdateActualWidth (line 740) | private void UpdateActualWidth() type ColumnMeasureState (line 761) | internal enum ColumnMeasureState FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/GridViewColumnCollection.cs class GridViewColumnCollection (line 19) | [Serializable()] method ClearItems (line 46) | protected override void ClearItems() method RemoveItem (line 57) | protected override void RemoveItem(int index) method InsertItem (line 68) | protected override void InsertItem(int index, GridViewColumn column) method SetItem (line 79) | protected override void SetItem(int index, GridViewColumn column) method MoveItem (line 94) | protected override void MoveItem(int oldIndex, int newIndex) method OnCollectionChanged (line 110) | protected override void OnCollectionChanged(NotifyCollectionChangedEve... method BlockWrite (line 138) | internal void BlockWrite() method UnblockWrite (line 147) | internal void UnblockWrite() method OnInternalCollectionChanged (line 217) | private void OnInternalCollectionChanged() method ColumnPropertyChanged (line 228) | private void ColumnPropertyChanged(object sender, PropertyChangedEvent... method MovePreprocess (line 238) | private GridViewColumnCollectionChangedEventArgs MovePreprocess(int ol... method ClearPreprocess (line 267) | private GridViewColumnCollectionChangedEventArgs ClearPreprocess() method RemoveAtPreprocess (line 290) | private GridViewColumnCollectionChangedEventArgs RemoveAtPreprocess(in... method UpdateIndexList (line 313) | private void UpdateIndexList(int actualIndex, int index) method UpdateActualIndexInColumn (line 341) | private void UpdateActualIndexInColumn(int iStart) method InsertPreprocess (line 349) | private GridViewColumnCollectionChangedEventArgs InsertPreprocess(int ... method SetPreprocess (line 396) | private GridViewColumnCollectionChangedEventArgs SetPreprocess(int ind... method VerifyIndexInRange (line 418) | private void VerifyIndexInRange(int index, [CallerArgumentExpression(n... method ValidateColumnForInsert (line 425) | private void ValidateColumnForInsert(GridViewColumn column) method VerifyAccess (line 435) | private void VerifyAccess() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/GridViewColumnCollectionChangedEventArgs.cs class GridViewColumnCollectionChangedEventArgs (line 13) | internal class GridViewColumnCollectionChangedEventArgs : NotifyCollecti... method GridViewColumnCollectionChangedEventArgs (line 20) | internal GridViewColumnCollectionChangedEventArgs(GridViewColumn colum... method GridViewColumnCollectionChangedEventArgs (line 32) | internal GridViewColumnCollectionChangedEventArgs(NotifyCollectionChan... method GridViewColumnCollectionChangedEventArgs (line 41) | internal GridViewColumnCollectionChangedEventArgs(NotifyCollectionChan... method GridViewColumnCollectionChangedEventArgs (line 56) | internal GridViewColumnCollectionChangedEventArgs(NotifyCollectionChan... method GridViewColumnCollectionChangedEventArgs (line 70) | internal GridViewColumnCollectionChangedEventArgs(NotifyCollectionChan... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/GridViewColumnHeader.cs type GridViewColumnHeaderRole (line 20) | public enum GridViewColumnHeaderRole class GridViewColumnHeader (line 40) | [Automation(AccessibilityControlType = "Button")] method GridViewColumnHeader (line 57) | static GridViewColumnHeader() method OnApplyTemplate (line 85) | public override void OnApplyTemplate() method Invoke (line 173) | void IInvokeProvider.Invoke() method OnMouseLeftButtonUp (line 191) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) method OnMouseLeftButtonDown (line 208) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnMouseMove (line 226) | protected override void OnMouseMove(MouseEventArgs e) method OnRenderSizeChanged (line 243) | protected internal override void OnRenderSizeChanged(SizeChangedInfo s... method OnClick (line 254) | protected override void OnClick() method OnAccessKey (line 273) | protected override void OnAccessKey(AccessKeyEventArgs e) method ShouldSerializeProperty (line 284) | protected internal override bool ShouldSerializeProperty(DependencyPro... method OnMouseEnter (line 307) | protected override void OnMouseEnter(MouseEventArgs e) method OnMouseLeave (line 319) | protected override void OnMouseLeave(MouseEventArgs e) method OnLostKeyboardFocus (line 331) | protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventA... method AutomationClick (line 354) | internal void AutomationClick() method OnColumnHeaderKeyDown (line 361) | internal void OnColumnHeaderKeyDown(object sender, KeyEventArgs e) method CheckWidthForPreviousHeaderGripper (line 374) | internal void CheckWidthForPreviousHeaderGripper() method UpdateProperty (line 412) | internal void UpdateProperty(DependencyProperty dp, object value) method UpdateColumnHeaderWidth (line 445) | internal void UpdateColumnHeaderWidth(double width) method OnCreateAutomationPeer (line 533) | protected override AutomationPeer OnCreateAutomationPeer() method PropertyChanged (line 548) | private static void PropertyChanged(DependencyObject d, DependencyProper... method PropertyToFlags (line 573) | private static void PropertyToFlags(DependencyProperty dp, out Flags fla... method HideGripperRightHalf (line 621) | private void HideGripperRightHalf(bool hide) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/GridViewHeaderRowPresenter.cs class GridViewHeaderRowPresenter (line 21) | [StyleTypedProperty(Property = "ColumnHeaderContainerStyle", StyleTarget... method PropertyChanged (line 209) | private static void PropertyChanged(DependencyObject d, DependencyProp... method MeasureOverride (line 239) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 328) | protected override Size ArrangeOverride(Size arrangeSize) method OnMouseLeftButtonDown (line 405) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnMouseLeftButtonUp (line 425) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) method OnMouseMove (line 444) | protected override void OnMouseMove(MouseEventArgs e) method OnLostMouseCapture (line 491) | protected override void OnLostMouseCapture(MouseEventArgs e) method OnPreApplyTemplate (line 522) | internal override void OnPreApplyTemplate() method OnColumnPropertyChanged (line 634) | internal override void OnColumnPropertyChanged(GridViewColumn column, ... method OnColumnCollectionChanged (line 682) | internal override void OnColumnCollectionChanged(GridViewColumnCollect... method MakeParentItemsControlGotFocus (line 742) | internal void MakeParentItemsControlGotFocus() method UpdateHeaderProperty (line 764) | internal void UpdateHeaderProperty(GridViewColumnHeader header, Depend... method OnCreateAutomationPeer (line 785) | protected override AutomationPeer OnCreateAutomationPeer() method OnLayoutUpdated (line 800) | private void OnLayoutUpdated(object sender, EventArgs e) method GetVisualIndex (line 850) | private int GetVisualIndex(int columnIndex) method BuildHeaderLinks (line 860) | private void BuildHeaderLinks() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/GridViewRowPresenter.cs class GridViewRowPresenter (line 18) | public class GridViewRowPresenter : GridViewRowPresenterBase method ToString (line 32) | public override string ToString() method OnContentChanged (line 79) | private static void OnContentChanged(DependencyObject d, DependencyPro... method MeasureOverride (line 127) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 204) | protected override Size ArrangeOverride(Size arrangeSize) method OnPreApplyTemplate (line 244) | internal override void OnPreApplyTemplate() method OnColumnPropertyChanged (line 280) | internal override void OnColumnPropertyChanged(GridViewColumn column, ... method OnColumnCollectionChanged (line 359) | internal override void OnColumnCollectionChanged(GridViewColumnCollect... method FindViewPort (line 438) | private void FindViewPort() method CheckVisibleOnCurrentPage (line 470) | private bool CheckVisibleOnCurrentPage() method CheckContains (line 492) | private bool CheckContains(Rect container, Rect element) method CheckIsPointBetween (line 519) | private bool CheckIsPointBetween(Rect rect, double pointY) method OnLayoutUpdated (line 526) | private void OnLayoutUpdated(object sender, EventArgs e) method CreateCell (line 572) | private FrameworkElement CreateCell(GridViewColumn column) method RenewCell (line 627) | private void RenewCell(int index, GridViewColumn column) method UpdateCells (line 637) | private void UpdateCells() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/GroupBox.cs class GroupBox (line 16) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method GroupBox (line 21) | static GroupBox() method OnCreateAutomationPeer (line 38) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnAccessKey (line 46) | protected override void OnAccessKey(AccessKeyEventArgs e) method OnAccessKeyPressed (line 51) | private static void OnAccessKeyPressed(object sender, AccessKeyPressed... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/GroupItem.cs class GroupItem (line 20) | public class GroupItem : ContentControl, IHierarchicalVirtualizationAndS... method GroupItem (line 22) | static GroupItem() method OnCreateAutomationPeer (line 35) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnApplyTemplate (line 40) | public override void OnApplyTemplate() method OnExpanded (line 65) | private static void OnExpanded(object sender, RoutedEventArgs e) method OnTemplateChangedInternal (line 88) | internal override void OnTemplateChangedInternal(FrameworkTemplate old... method ArrangeOverride (line 98) | protected override Size ArrangeOverride(Size arrangeSize) method GetPlainText (line 111) | internal override string GetPlainText() method PrepareItemContainer (line 140) | internal void PrepareItemContainer(object item, ItemsControl parentIte... method ClearItemContainer (line 221) | internal void ClearItemContainer(object item, ItemsControl parentItems... method ReadItemValue (line 327) | object IContainItemStorage.ReadItemValue(object item, DependencyProper... method StoreItemValue (line 333) | void IContainItemStorage.StoreItemValue(object item, DependencyPropert... method ClearItemValue (line 338) | void IContainItemStorage.ClearItemValue(object item, DependencyPropert... method ClearValue (line 343) | void IContainItemStorage.ClearValue(DependencyProperty dp) method Clear (line 348) | void IContainItemStorage.Clear() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/GroupStyle.cs class GroupStyle (line 19) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method GroupStyle (line 33) | public GroupStyle() method GroupStyle (line 37) | static GroupStyle() method OnPropertyChanged (line 78) | protected virtual void OnPropertyChanged(PropertyChangedEventArgs e) method OnPropertyChanged (line 202) | private void OnPropertyChanged(string propertyName) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/HeaderedContentControl.cs class HeaderedContentControl (line 23) | [Localizability(LocalizationCategory.Text)] // can contain localizable text method HeaderedContentControl (line 28) | static HeaderedContentControl() method HeaderedContentControl (line 37) | public HeaderedContentControl() : base() method OnHeaderChanged (line 75) | private static void OnHeaderChanged(DependencyObject d, DependencyProp... method OnHeaderChanged (line 88) | protected virtual void OnHeaderChanged(object oldHeader, object newHea... method OnHeaderTemplateChanged (line 151) | private static void OnHeaderTemplateChanged(DependencyObject d, Depend... method OnHeaderTemplateChanged (line 162) | protected virtual void OnHeaderTemplateChanged(DataTemplate oldHeaderT... method OnHeaderTemplateSelectorChanged (line 200) | private static void OnHeaderTemplateSelectorChanged(DependencyObject d... method OnHeaderTemplateSelectorChanged (line 212) | protected virtual void OnHeaderTemplateSelectorChanged(DataTemplateSel... method OnHeaderStringFormatChanged (line 247) | private static void OnHeaderStringFormatChanged(DependencyObject d, De... method OnHeaderStringFormatChanged (line 258) | protected virtual void OnHeaderStringFormatChanged(String oldHeaderStr... method GetPlainText (line 292) | internal override string GetPlainText() method PrepareHeaderedContentControl (line 319) | internal void PrepareHeaderedContentControl(object item, method ClearHeaderedContentControl (line 359) | internal void ClearHeaderedContentControl(object item) method ToString (line 383) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/HeaderedItemsControl.cs class HeaderedItemsControl (line 22) | [DefaultProperty("Header")] method HeaderedItemsControl (line 35) | public HeaderedItemsControl() : base() method OnHeaderChanged (line 70) | private static void OnHeaderChanged(DependencyObject d, DependencyProp... method OnHeaderChanged (line 83) | protected virtual void OnHeaderChanged(object oldHeader, object newHea... method OnHeaderTemplateChanged (line 144) | private static void OnHeaderTemplateChanged(DependencyObject d, Depend... method OnHeaderTemplateChanged (line 155) | protected virtual void OnHeaderTemplateChanged(DataTemplate oldHeaderT... method OnHeaderTemplateSelectorChanged (line 191) | private static void OnHeaderTemplateSelectorChanged(DependencyObject d... method OnHeaderTemplateSelectorChanged (line 202) | protected virtual void OnHeaderTemplateSelectorChanged(DataTemplateSel... method OnHeaderStringFormatChanged (line 237) | private static void OnHeaderStringFormatChanged(DependencyObject d, De... method OnHeaderStringFormatChanged (line 248) | protected virtual void OnHeaderStringFormatChanged(String oldHeaderStr... method PrepareHeaderedItemsControl (line 259) | internal void PrepareHeaderedItemsControl(object item, ItemsControl pa... method ClearHeaderedItemsControl (line 301) | internal void ClearHeaderedItemsControl(object item) method GetPlainText (line 318) | internal override string GetPlainText() method ToString (line 330) | public override string ToString() method PrepareHierarchy (line 399) | private void PrepareHierarchy(object item, ItemsControl parentItemsCon... method IsBound (line 524) | private bool IsBound(DependencyProperty dp, Binding binding) method IsHeaderLogical (line 531) | private bool IsHeaderLogical() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/IProvideDataGridColumn.cs type IProvideDataGridColumn (line 9) | internal interface IProvideDataGridColumn FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Image.cs class Image (line 23) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method Image (line 44) | public Image() : base() method OnCreateAutomationPeer (line 179) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnDpiChanged (line 187) | protected override void OnDpiChanged(DpiScale oldDpi, DpiScale newDpi) method MeasureOverride (line 202) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 225) | protected override Size ArrangeOverride(Size arrangeSize) method OnRender (line 246) | protected override void OnRender(DrawingContext dc) method MeasureArrangeHelper (line 307) | private Size MeasureArrangeHelper(Size inputSize) method Image (line 377) | static Image() method CreateDefaultStyles (line 407) | private static Style CreateDefaultStyles() method OnSourceDownloaded (line 415) | private void OnSourceDownloaded(object sender, EventArgs e) method OnSourceFailed (line 422) | private void OnSourceFailed(object sender, ExceptionEventArgs e) method AttachBitmapSourceEvents (line 429) | private void AttachBitmapSourceEvents(BitmapSource bitmapSource) method DetachBitmapSourceEvents (line 438) | private void DetachBitmapSourceEvents() method OnSourceChanged (line 449) | private static void OnSourceChanged(DependencyObject d, DependencyProp... method UpdateBaseUri (line 469) | private static void UpdateBaseUri(DependencyObject d, ImageSource source) method CanProvidePropertyFallback (line 488) | bool IProvidePropertyFallback.CanProvidePropertyFallback(string property) method ProvidePropertyFallback (line 496) | object IProvidePropertyFallback.ProvidePropertyFallback(string propert... class DownloadCompletedEventManager (line 514) | private class DownloadCompletedEventManager : WeakEventManager method DownloadCompletedEventManager (line 522) | private DownloadCompletedEventManager() method AddHandler (line 537) | public static void AddHandler(BitmapSource source, EventHandler GetEnabledGestures() method SetEnabledGestures (line 1681) | public void SetEnabledGestures(IEnumerable applica... method GetSelectionBounds (line 1693) | public Rect GetSelectionBounds() method GetSelectedElements (line 1703) | public ReadOnlyCollection GetSelectedElements() method GetSelectedStrokes (line 1712) | public StrokeCollection GetSelectedStrokes() method Select (line 1725) | public void Select(StrokeCollection selectedStrokes) method Select (line 1735) | public void Select(IEnumerable selectedElements) method Select (line 1746) | public void Select(StrokeCollection selectedStrokes, IEnumerable se... method InkCanvasIsAncestorOf (line 2539) | private bool InkCanvasIsAncestorOf(UIElement element) method DefaultDrawingAttributes_Changed (line 2558) | private void DefaultDrawingAttributes_Changed(object sender, PropertyD... method UpdateDynamicRenderer (line 2580) | internal void UpdateDynamicRenderer() method UpdateDynamicRenderer (line 2587) | private void UpdateDynamicRenderer(DrawingAttributes newDrawingAttribu... method EnsureActiveEditingMode (line 2612) | private bool EnsureActiveEditingMode(InkCanvasEditingMode newEditingMode) method DeleteCurrentSelection (line 2664) | private void DeleteCurrentSelection(bool removeSelectedStrokes, bool r... method _OnCommandExecuted (line 2700) | private static void _OnCommandExecuted(object sender, ExecutedRoutedEv... method _OnQueryCommandEnabled (line 2773) | private static void _OnQueryCommandEnabled(object sender, CanExecuteRo... method PrivateCopySelection (line 2830) | private InkCanvasClipboardDataFormats PrivateCopySelection() method _OnDeviceDown (line 2850) | private static void _OnDeviceDown(object sender, TEventArg... method _OnDeviceUp (line 2862) | private static void _OnDeviceUp(object sender, TEventArgs e) method _OnQueryCursor (line 2873) | private static void _OnQueryCursor(object sender, QueryCursorEventArgs e) method UpdateCursor (line 2903) | internal void UpdateCursor() class RTIHighContrastCallback (line 2925) | private class RTIHighContrastCallback : HighContrastCallback method RTIHighContrastCallback (line 2935) | internal RTIHighContrastCallback(InkCanvas inkCanvas) method RTIHighContrastCallback (line 2940) | private RTIHighContrastCallback() { } method TurnHighContrastOn (line 2956) | internal override void TurnHighContrastOn(Color highContrastColor) method TurnHighContrastOff (line 2968) | internal override void TurnHighContrastOff() class ActiveEditingMode2VisibilityConverter (line 3014) | private class ActiveEditingMode2VisibilityConverter : IValueConverter method Convert (line 3016) | public object Convert(object o, Type type, object parameter, System.... method ConvertBack (line 3031) | public object ConvertBack(object o, Type type, object parameter, Sys... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/InkCanvasClipboardFormat.cs type InkCanvasClipboardFormat (line 16) | public enum InkCanvasClipboardFormat FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/InkCanvasSelectionHitResult.cs type InkCanvasSelectionHitResult (line 14) | public enum InkCanvasSelectionHitResult FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/InkPresenter.cs class InkPresenter (line 20) | public class InkPresenter : Decorator method InkPresenter (line 33) | public InkPresenter() method AttachVisuals (line 67) | public void AttachVisuals(Visual visual, DrawingAttributes drawingAttr... method DetachVisuals (line 79) | public void DetachVisuals(Visual visual) method OnStrokesChanged (line 120) | private static void OnStrokesChanged(DependencyObject d, DependencyPro... method MeasureOverride (line 147) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 191) | protected override Size ArrangeOverride(Size arrangeSize) method GetLayoutClip (line 219) | protected override Geometry GetLayoutClip(Size layoutSlotSize) method GetVisualChild (line 238) | protected override Visual GetVisualChild(int index) method OnCreateAutomationPeer (line 313) | protected override AutomationPeer OnCreateAutomationPeer() method ContainsAttachedVisual (line 327) | internal bool ContainsAttachedVisual(Visual visual) method AttachedVisualIsPositionedCorrectly (line 337) | internal bool AttachedVisualIsPositionedCorrectly(Visual visual, Drawi... class InkPresenterHighContrastCallback (line 355) | private class InkPresenterHighContrastCallback : HighContrastCallback method InkPresenterHighContrastCallback (line 365) | internal InkPresenterHighContrastCallback(InkPresenter inkPresenter) method InkPresenterHighContrastCallback (line 370) | private InkPresenterHighContrastCallback() { } method TurnHighContrastOn (line 386) | internal override void TurnHighContrastOn(Color highContrastColor) method TurnHighContrastOff (line 395) | internal override void TurnHighContrastOff() method SetStrokesChangedHandlers (line 447) | private void SetStrokesChangedHandlers(StrokeCollection newStrokes, St... method OnStrokesChanged (line 468) | private void OnStrokesChanged(object sender, StrokeCollectionChangedEv... method SetStrokeChangedHandlers (line 476) | private void SetStrokeChangedHandlers(StrokeCollection addedStrokes, S... method OnStrokeChanged (line 499) | private void OnStrokeChanged(object sender, EventArgs e) method OnStrokeChanged (line 507) | private void OnStrokeChanged() method StartListeningOnStrokeEvents (line 518) | private void StartListeningOnStrokeEvents(Stroke stroke) method StopListeningOnStrokeEvents (line 527) | private void StopListeningOnStrokeEvents(Stroke stroke) method EnsureRootVisual (line 539) | private void EnsureRootVisual() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ItemCollection.cs class ItemCollection (line 43) | [Localizability(LocalizationCategory.Ignore)] method ItemCollection (line 61) | internal ItemCollection(DependencyObject modelParent) method ItemCollection (line 76) | internal ItemCollection(FrameworkElement modelParent, int capacity) method MoveCurrentToFirst (line 104) | public override bool MoveCurrentToFirst() method MoveCurrentToNext (line 118) | public override bool MoveCurrentToNext() method MoveCurrentToPrevious (line 132) | public override bool MoveCurrentToPrevious() method MoveCurrentToLast (line 146) | public override bool MoveCurrentToLast() method MoveCurrentTo (line 161) | public override bool MoveCurrentTo(object item) method MoveCurrentToPosition (line 176) | public override bool MoveCurrentToPosition(int position) method GetEnumerator (line 197) | protected override IEnumerator GetEnumerator() method Add (line 223) | public int Add(object newItem) method Clear (line 238) | public void Clear() method Contains (line 262) | public override bool Contains(object containItem) method CopyTo (line 282) | public void CopyTo(Array array, int index) method IndexOf (line 308) | public override int IndexOf(object item) method GetItemAt (line 327) | public override object GetItemAt(int index) method Insert (line 365) | public void Insert(int insertIndex, object insertItem) method Remove (line 383) | public void Remove(object removeItem) method RemoveAt (line 406) | public void RemoveAt(int removeIndex) method PassesFilter (line 426) | public override bool PassesFilter(object item) method RefreshOverride (line 436) | protected override void RefreshOverride() class ShapingStorage (line 2466) | private class ShapingStorage class DeferHelper (line 2493) | private class DeferHelper : IDisposable method DeferHelper (line 2495) | public DeferHelper(ItemCollection itemCollection) method Dispose (line 2500) | public void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ItemContainerGenerator.cs class ItemContainerGenerator (line 34) | public sealed class ItemContainerGenerator : IRecyclingItemContainerGene... method ItemContainerGenerator (line 44) | internal ItemContainerGenerator(IGeneratorHost host) method ItemContainerGenerator (line 53) | private ItemContainerGenerator(ItemContainerGenerator parent, GroupIte... method ItemContainerGenerator (line 58) | private ItemContainerGenerator(ItemContainerGenerator parent, IGenerat... method SetStatus (line 80) | private void SetStatus(GeneratorStatus value) method GetItemContainerGeneratorForPanel (line 165) | ItemContainerGenerator IItemContainerGenerator.GetItemContainerGenerat... method StartAt (line 191) | IDisposable IItemContainerGenerator.StartAt(GeneratorPosition position... method StartAt (line 204) | IDisposable IItemContainerGenerator.StartAt(GeneratorPosition position... method GenerateBatches (line 213) | public IDisposable GenerateBatches() method GenerateNext (line 221) | DependencyObject IItemContainerGenerator.GenerateNext() method GenerateNext (line 230) | DependencyObject IItemContainerGenerator.GenerateNext(out bool isNewly... method PrepareItemContainer (line 252) | void IItemContainerGenerator.PrepareItemContainer(DependencyObject con... method Remove (line 261) | void IItemContainerGenerator.Remove(GeneratorPosition position, int co... method Remove (line 269) | private void Remove(GeneratorPosition position, int count, bool isRecy... method RemoveAll (line 427) | void IItemContainerGenerator.RemoveAll() method RemoveAllInternal (line 432) | internal void RemoveAllInternal(bool saveRecycleQueue) method ResetRecyclableContainers (line 483) | private void ResetRecyclableContainers() method Recycle (line 490) | void IRecyclingItemContainerGenerator.Recycle(GeneratorPosition positi... method GeneratorPositionFromIndex (line 498) | GeneratorPosition IItemContainerGenerator.GeneratorPositionFromIndex(i... method IndexFromGeneratorPosition (line 515) | int IItemContainerGenerator.IndexFromGeneratorPosition(GeneratorPositi... method ItemFromContainer (line 563) | public object ItemFromContainer(DependencyObject container) method ContainerFromItem (line 584) | public DependencyObject ContainerFromItem(object item) method IndexFromContainer (line 601) | public int IndexFromContainer(DependencyObject container) method IndexFromContainer (line 610) | public int IndexFromContainer(DependencyObject container, bool returnL... method FindItem (line 626) | internal bool FindItem(Func(Func where T : class method GetValue (line 1294) | public T GetValue() method SetValue (line 1312) | public void SetValue(T value) class ConvexHull (line 1352) | private class ConvexHull method ConvexHull (line 1354) | internal ConvexHull(PresentationSource source, List FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/AutoToolTipPlacement.cs type AutoToolTipPlacement (line 9) | public enum AutoToolTipPlacement FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/BulletDecorator.cs class BulletDecorator (line 21) | public class BulletDecorator : Decorator method BulletDecorator (line 38) | public BulletDecorator() : base() class DoubleChildEnumerator (line 144) | private class DoubleChildEnumerator : IEnumerator method DoubleChildEnumerator (line 146) | internal DoubleChildEnumerator(object child1, object child2) method MoveNext (line 171) | bool IEnumerator.MoveNext() method Reset (line 177) | void IEnumerator.Reset() method OnRender (line 190) | protected override void OnRender(DrawingContext dc) method GetVisualChild (line 213) | protected override Visual GetVisualChild(int index) method MeasureOverride (line 233) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 266) | protected override Size ArrangeOverride(Size arrangeSize) method GetFirstLineHeight (line 323) | private double GetFirstLineHeight(UIElement element) method FindText (line 375) | private TextBlock FindText(Visual root) method FindFlowDocumentScrollViewer (line 417) | private FlowDocumentScrollViewer FindFlowDocumentScrollViewer(Visual r... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/ButtonBase.cs class ButtonBase (line 18) | [DefaultEvent("Click")] method ButtonBase (line 24) | static ButtonBase() method ButtonBase (line 46) | protected ButtonBase() method OnClick (line 57) | protected virtual void OnClick() method OnIsPressedChanged (line 70) | protected virtual void OnIsPressedChanged(DependencyPropertyChangedEve... method AutomationButtonBaseClick (line 91) | internal void AutomationButtonBaseClick() method IsValidClickMode (line 96) | private static bool IsValidClickMode(object o) method OnRenderSizeChanged (line 107) | protected internal override void OnRenderSizeChanged(SizeChangedInfo s... method OnIsPressedChanged (line 132) | private static void OnIsPressedChanged(DependencyObject d, DependencyP... method OnAccessKeyPressed (line 138) | private static void OnAccessKeyPressed(object sender, AccessKeyPressed... method UpdateIsPressed (line 146) | private void UpdateIsPressed() method SetIsPressed (line 246) | private void SetIsPressed(bool pressed) method OnCommandChanged (line 275) | private static void OnCommandChanged(DependencyObject d, DependencyPro... method OnCommandChanged (line 281) | private void OnCommandChanged(ICommand oldCommand, ICommand newCommand) method UnhookCommand (line 293) | private void UnhookCommand(ICommand command) method HookCommand (line 299) | private void HookCommand(ICommand command) method OnCanExecuteChanged (line 305) | private void OnCanExecuteChanged(object sender, EventArgs e) method UpdateCanExecute (line 310) | private void UpdateCanExecute() method OnCommandParameterChanged (line 354) | private static void OnCommandParameterChanged(DependencyObject d, Depe... method OnMouseLeftButtonDown (line 413) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnMouseLeftButtonUp (line 477) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) method OnMouseMove (line 503) | protected override void OnMouseMove(MouseEventArgs e) method OnLostMouseCapture (line 519) | protected override void OnLostMouseCapture(MouseEventArgs e) method OnMouseEnter (line 540) | protected override void OnMouseEnter(MouseEventArgs e) method OnMouseLeave (line 553) | protected override void OnMouseLeave(MouseEventArgs e) method HandleIsMouseOverChanged (line 565) | private bool HandleIsMouseOverChanged() method OnKeyDown (line 590) | protected override void OnKeyDown(KeyEventArgs e) method OnKeyUp (line 654) | protected override void OnKeyUp(KeyEventArgs e) method OnLostKeyboardFocus (line 700) | protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventA... method OnAccessKey (line 727) | protected override void OnAccessKey(AccessKeyEventArgs e) method GetMouseLeftButtonReleased (line 740) | private bool GetMouseLeftButtonReleased() method ChangeVisualState (line 775) | internal override void ChangeVisualState(bool useTransitions) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/CalendarButton.cs class CalendarButton (line 12) | public sealed class CalendarButton : Button method CalendarButton (line 17) | static CalendarButton() method CalendarButton (line 25) | public CalendarButton() method ChangeVisualState (line 110) | internal override void ChangeVisualState(bool useTransitions) method OnCreateAutomationPeer (line 149) | protected override AutomationPeer OnCreateAutomationPeer() method SetContentInternal (line 158) | internal void SetContentInternal(string value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/CalendarDayButton.cs class CalendarDayButton (line 13) | public sealed class CalendarDayButton : Button method CalendarDayButton (line 26) | static CalendarDayButton() method CalendarDayButton (line 34) | public CalendarDayButton() method OnCreateAutomationPeer (line 178) | protected override AutomationPeer OnCreateAutomationPeer() method ChangeVisualState (line 194) | internal override void ChangeVisualState(bool useTransitions) method NotifyNeedsVisualStateUpdate (line 247) | internal void NotifyNeedsVisualStateUpdate() method SetContentInternal (line 252) | internal void SetContentInternal(string value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/CalendarItem.cs method CalendarItem (line 56) | static CalendarItem() method CalendarItem (line 69) | public CalendarItem() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/CustomPopupPlacement.cs type CustomPopupPlacement (line 9) | public struct CustomPopupPlacement method CustomPopupPlacement (line 16) | public CustomPopupPlacement(Point point, PopupPrimaryAxis primaryAxis) method Equals (line 81) | public override bool Equals(object o) method GetHashCode (line 95) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/DataGridCellsPresenter.cs class DataGridCellsPresenter (line 23) | public class DataGridCellsPresenter : ItemsControl method DataGridCellsPresenter (line 30) | static DataGridCellsPresenter() method DataGridCellsPresenter (line 48) | public DataGridCellsPresenter() method OnApplyTemplate (line 59) | public override void OnApplyTemplate() method SyncProperties (line 95) | internal void SyncProperties(bool forcePrepareCells) method OnCoerceHeight (line 192) | private static object OnCoerceHeight(DependencyObject d, object baseVa... method OnCoerceMinHeight (line 203) | private static object OnCoerceMinHeight(DependencyObject d, object bas... method OnItemChanged (line 245) | protected virtual void OnItemChanged(object oldItem, object newItem) method IsItemItsOwnContainerOverride (line 275) | protected override bool IsItemItsOwnContainerOverride(object item) method IsItemItsOwnContainerInternal (line 283) | internal bool IsItemItsOwnContainerInternal(object item) method GetContainerForItemOverride (line 292) | protected override DependencyObject GetContainerForItemOverride() method PrepareContainerForItemOverride (line 302) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 320) | protected override void ClearContainerForItemOverride(DependencyObject... method OnColumnsChanged (line 338) | protected internal virtual void OnColumnsChanged(ObservableCollection<... method OnNotifyHeightPropertyChanged (line 357) | private static void OnNotifyHeightPropertyChanged(DependencyObject d, ... method NotifyPropertyChanged (line 365) | internal void NotifyPropertyChanged(DependencyObject d, DependencyProp... method NotifyPropertyChanged (line 373) | internal void NotifyPropertyChanged(DependencyObject d, string propert... method MeasureOverride (line 440) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 449) | protected override Size ArrangeOverride(Size finalSize) method OnRender (line 458) | protected override void OnRender(DrawingContext drawingContext) method OnIsVirtualizingPropertyChanged (line 493) | private static void OnIsVirtualizingPropertyChanged(DependencyObject d... method OnCoerceIsVirtualizingProperty (line 506) | private static object OnCoerceIsVirtualizingProperty(DependencyObject ... method InvalidateDataGridCellsPanelMeasureAndArrange (line 520) | internal void InvalidateDataGridCellsPanelMeasureAndArrange() method InvalidateDataGridCellsPanelMeasureAndArrangeImpl (line 528) | private void InvalidateDataGridCellsPanelMeasureAndArrangeImpl(bool in... method InvalidateDataGridCellsPanelMeasureAndArrange (line 553) | private void InvalidateDataGridCellsPanelMeasureAndArrange(bool withCo... method ScrollCellIntoView (line 577) | internal void ScrollCellIntoView(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/DataGridColumnHeader.cs class DataGridColumnHeader (line 18) | [TemplatePart(Name = "PART_LeftHeaderGripper", Type = typeof(Thumb))] method DataGridColumnHeader (line 24) | static DataGridColumnHeader() method DataGridColumnHeader (line 43) | public DataGridColumnHeader() method PrepareColumnHeader (line 100) | internal void PrepareColumnHeader(object item, DataGridColumn column) method ClearHeader (line 121) | internal void ClearHeader() method OnCoerceDisplayIndex (line 164) | private static object OnCoerceDisplayIndex(DependencyObject d, object ... method OnDisplayIndexChanged (line 183) | private static void OnDisplayIndexChanged(DependencyObject d, Dependen... method OnApplyTemplate (line 202) | public override void OnApplyTemplate() method HookupGripperEvents (line 225) | private void HookupGripperEvents() method UnhookGripperEvents (line 254) | private void UnhookGripperEvents() method HeaderToResize (line 279) | private DataGridColumnHeader HeaderToResize(object gripper) method OnColumnHeaderGripperDragStarted (line 285) | private void OnColumnHeaderGripperDragStarted(object sender, DragStart... method OnColumnHeaderResize (line 301) | private void OnColumnHeaderResize(object sender, DragDeltaEventArgs e) method RecomputeColumnWidthsOnColumnResize (line 314) | private static void RecomputeColumnWidthsOnColumnResize(DataGridColumn... method OnColumnHeaderGripperDragCompleted (line 333) | private void OnColumnHeaderGripperDragCompleted(object sender, DragCom... method OnGripperDoubleClicked (line 349) | private void OnGripperDoubleClicked(object sender, MouseButtonEventArg... method OnNotifyPropertyChanged (line 378) | private static void OnNotifyPropertyChanged(DependencyObject d, Depend... method NotifyPropertyChanged (line 386) | internal void NotifyPropertyChanged(DependencyObject d, DependencyProp... method OnCanUserResizeColumnsChanged (line 454) | private void OnCanUserResizeColumnsChanged() method OnCanUserResizeChanged (line 464) | private void OnCanUserResizeChanged() method SetLeftGripperVisibility (line 475) | private void SetLeftGripperVisibility() method SetLeftGripperVisibility (line 496) | private void SetLeftGripperVisibility(bool canPreviousColumnResize) method SetRightGripperVisibility (line 514) | private void SetRightGripperVisibility() method SetNextHeaderLeftGripperVisibility (line 532) | private void SetNextHeaderLeftGripperVisibility(bool canUserResize) method OnColumnVisibilityChanged (line 547) | private void OnColumnVisibilityChanged(DependencyPropertyChangedEventA... method OnCoerceContent (line 589) | private static object OnCoerceContent(DependencyObject d, object baseV... method OnCoerceContentTemplate (line 615) | private static object OnCoerceContentTemplate(DependencyObject d, obje... method OnCoerceContentTemplateSelector (line 629) | private static object OnCoerceContentTemplateSelector(DependencyObject... method OnCoerceStringFormat (line 643) | private static object OnCoerceStringFormat(DependencyObject d, object ... method OnCoerceStyle (line 657) | private static object OnCoerceStyle(DependencyObject d, object baseValue) method OnClick (line 741) | protected override void OnClick() method OnCoerceHeight (line 764) | private static object OnCoerceHeight(DependencyObject d, object baseVa... method OnCoerceCanUserSort (line 796) | private static object OnCoerceCanUserSort(DependencyObject d, object b... method OnCoerceSortDirection (line 812) | private static object OnCoerceSortDirection(DependencyObject d, object... method OnCreateAutomationPeer (line 829) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method Invoke (line 835) | internal void Invoke() method OnCoerceIsFrozen (line 870) | private static object OnCoerceIsFrozen(DependencyObject d, object base... method OnCoerceClip (line 887) | private static object OnCoerceClip(DependencyObject d, object baseValue) method OnMouseLeftButtonDown (line 939) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnMouseMove (line 958) | protected override void OnMouseMove(MouseEventArgs e) method OnMouseLeftButtonUp (line 970) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) method OnLostMouseCapture (line 987) | protected override void OnLostMouseCapture(MouseEventArgs e) method ChangeVisualState (line 1025) | internal override void ChangeVisualState(bool useTransitions) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/DataGridColumnHeadersPresenter.cs class DataGridColumnHeadersPresenter (line 21) | [TemplatePart(Name = "PART_FillerColumnHeader", Type = typeof(DataGridCo... method DataGridColumnHeadersPresenter (line 30) | static DataGridColumnHeadersPresenter() method OnApplyTemplate (line 54) | public override void OnApplyTemplate() method OnCreateAutomationPeer (line 91) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method MeasureOverride (line 103) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 137) | protected override Size ArrangeOverride(Size finalSize) method GetLayoutClip (line 175) | protected override Geometry GetLayoutClip(Size layoutSlotSize) method GetContainerForItemOverride (line 190) | protected override DependencyObject GetContainerForItemOverride() method IsItemItsOwnContainerOverride (line 200) | protected override bool IsItemItsOwnContainerOverride(object item) method IsItemItsOwnContainerInternal (line 208) | internal bool IsItemItsOwnContainerInternal(object item) method PrepareContainerForItemOverride (line 219) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 247) | protected override void ClearContainerForItemOverride(DependencyObject... method ColumnFromContainer (line 260) | private DataGridColumn ColumnFromContainer(DataGridColumnHeader contai... method NotifyPropertyChanged (line 275) | internal void NotifyPropertyChanged(DependencyObject d, DependencyProp... method NotifyPropertyChanged (line 283) | internal void NotifyPropertyChanged(DependencyObject d, string propert... method OnIsVirtualizingPropertyChanged (line 362) | private static void OnIsVirtualizingPropertyChanged(DependencyObject d... method OnCoerceIsVirtualizingProperty (line 375) | private static object OnCoerceIsVirtualizingProperty(DependencyObject ... method InvalidateDataGridCellsPanelMeasureAndArrange (line 389) | private void InvalidateDataGridCellsPanelMeasureAndArrange() method InvalidateDataGridCellsPanelMeasureAndArrange (line 405) | private void InvalidateDataGridCellsPanelMeasureAndArrange(bool withCo... method GetVisualChild (line 454) | protected override Visual GetVisualChild(int index) method OnHeaderMouseLeftButtonDown (line 483) | internal void OnHeaderMouseLeftButtonDown(MouseButtonEventArgs e) method OnHeaderMouseMove (line 526) | internal void OnHeaderMouseMove(MouseEventArgs e) method OnHeaderMouseLeftButtonUp (line 566) | internal void OnHeaderMouseLeftButtonUp(MouseButtonEventArgs e) method OnHeaderLostMouseCapture (line 584) | internal void OnHeaderLostMouseCapture(MouseEventArgs e) method ClearColumnHeaderDragInfo (line 596) | private void ClearColumnHeaderDragInfo() method PrepareColumnHeaderDrag (line 617) | private void PrepareColumnHeaderDrag(DataGridColumnHeader header, Poin... method CheckStartColumnHeaderDrag (line 629) | private static bool CheckStartColumnHeaderDrag(Point currentPos, Point... method IsMousePositionValidForColumnDrag (line 637) | private bool IsMousePositionValidForColumnDrag(double dragFactor) method IsMousePositionValidForColumnDrag (line 646) | private bool IsMousePositionValidForColumnDrag(double dragFactor, out ... method StartColumnHeaderDrag (line 690) | private void StartColumnHeaderDrag() method CreateColumnHeaderDragIndicator (line 737) | private Control CreateColumnHeaderDragIndicator() method SetDefaultsOnDragIndicator (line 751) | private void SetDefaultsOnDragIndicator() method CreateColumnHeaderDropIndicator (line 770) | private Control CreateColumnHeaderDropIndicator() method SetDefaultsOnDropIndicator (line 784) | private void SetDefaultsOnDropIndicator() method FinishColumnHeaderDrag (line 802) | private void FinishColumnHeaderDrag(bool isCancel) method FindDisplayIndexByPosition (line 861) | private int FindDisplayIndexByPosition(Point startPos, bool findNeares... method FindColumnHeaderByPosition (line 873) | private DataGridColumnHeader FindColumnHeaderByPosition(Point startPos) method FindColumnHeaderPositionByCurrentPosition (line 885) | private Point FindColumnHeaderPositionByCurrentPosition(Point startPos... method GetColumnEstimatedWidth (line 897) | private static double GetColumnEstimatedWidth(DataGridColumn column, d... method FindDisplayIndexAndHeaderPosition (line 912) | private void FindDisplayIndexAndHeaderPosition(Point startPos, bool fi... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/DataGridDetailsPresenter.cs class DataGridDetailsPresenter (line 12) | public class DataGridDetailsPresenter : ContentPresenter method DataGridDetailsPresenter (line 14) | static DataGridDetailsPresenter() method DataGridDetailsPresenter (line 27) | public DataGridDetailsPresenter() method OnCreateAutomationPeer (line 33) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnCoerceContentTemplate (line 45) | private static object OnCoerceContentTemplate(DependencyObject d, obje... method OnCoerceContentTemplateSelector (line 63) | private static object OnCoerceContentTemplateSelector(DependencyObject... method OnVisualParentChanged (line 82) | protected internal override void OnVisualParentChanged(DependencyObjec... method OnAnyMouseLeftButtonDownThunk (line 99) | private static void OnAnyMouseLeftButtonDownThunk(object sender, Mouse... method OnAnyMouseLeftButtonDown (line 104) | private void OnAnyMouseLeftButtonDown(System.Windows.Input.MouseButton... method SyncProperties (line 157) | internal void SyncProperties() method OnNotifyPropertyChanged (line 172) | private static void OnNotifyPropertyChanged(DependencyObject d, Depend... method NotifyPropertyChanged (line 177) | internal void NotifyPropertyChanged(DependencyObject d, DependencyProp... method MeasureOverride (line 201) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 236) | protected override Size ArrangeOverride(Size finalSize) method OnRender (line 270) | protected override void OnRender(DrawingContext drawingContext) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/DataGridRowHeader.cs class DataGridRowHeader (line 15) | [TemplatePart(Name = "PART_TopHeaderGripper", Type = typeof(Thumb))] method DataGridRowHeader (line 115) | static DataGridRowHeader() method OnCreateAutomationPeer (line 132) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method MeasureOverride (line 180) | protected override Size MeasureOverride(Size availableSize) method OnApplyTemplate (line 205) | public override void OnApplyTemplate() method SyncProperties (line 228) | internal void SyncProperties() method OnNotifyPropertyChanged (line 248) | private static void OnNotifyPropertyChanged(DependencyObject d, Depend... method NotifyPropertyChanged (line 256) | internal void NotifyPropertyChanged(DependencyObject d, DependencyProp... method OnCoerceContent (line 317) | private static object OnCoerceContent(DependencyObject d, object baseV... method OnCoerceContentTemplate (line 331) | private static object OnCoerceContentTemplate(DependencyObject d, obje... method OnCoerceContentTemplateSelector (line 349) | private static object OnCoerceContentTemplateSelector(DependencyObject... method OnCoerceStyle (line 367) | private static object OnCoerceStyle(DependencyObject d, object baseValue) method OnCoerceWidth (line 383) | private static object OnCoerceWidth(DependencyObject d, object baseValue) method ChangeVisualState (line 462) | internal override void ChangeVisualState(bool useTransitions) method OnCoerceIsRowSelected (line 533) | private static object OnCoerceIsRowSelected(DependencyObject d, object... method OnClick (line 548) | protected override void OnClick() method HookupGripperEvents (line 590) | private void HookupGripperEvents() method UnhookGripperEvents (line 619) | private void UnhookGripperEvents() method SetTopGripperVisibility (line 640) | private void SetTopGripperVisibility() method SetBottomGripperVisibility (line 659) | private void SetBottomGripperVisibility() method RowToResize (line 704) | private DataGridRow RowToResize(object gripper) method OnRowHeaderGripperDragStarted (line 710) | private void OnRowHeaderGripperDragStarted(object sender, DragStartedE... method OnRowHeaderResize (line 720) | private void OnRowHeaderResize(object sender, DragDeltaEventArgs e) method OnRowHeaderGripperDragCompleted (line 731) | private void OnRowHeaderGripperDragCompleted(object sender, DragComple... method OnGripperDoubleClicked (line 741) | private void OnGripperDoubleClicked(object sender, MouseButtonEventArg... method OnCanUserResizeRowsChanged (line 751) | private void OnCanUserResizeRowsChanged() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/DataGridRowsPresenter.cs class DataGridRowsPresenter (line 9) | public class DataGridRowsPresenter : VirtualizingStackPanel method InternalBringIndexIntoView (line 24) | internal void InternalBringIndexIntoView(int index) method OnIsItemsHostChanged (line 34) | protected override void OnIsItemsHostChanged(bool oldIsItemsHost, bool... method OnViewportSizeChanged (line 73) | protected override void OnViewportSizeChanged(Size oldViewportSize, Si... method MeasureOverride (line 93) | protected override Size MeasureOverride(Size constraint) method OnCleanUpVirtualizedItem (line 119) | protected override void OnCleanUpVirtualizedItem(CleanUpVirtualizedIte... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/DatePickerTextBox.cs class DatePickerTextBox (line 14) | [TemplatePart(Name = DatePickerTextBox.ElementContentName, Type = typeof... method DatePickerTextBox (line 33) | static DatePickerTextBox() method DatePickerTextBox (line 42) | public DatePickerTextBox() method OnApplyTemplate (line 78) | public override void OnApplyTemplate() method OnGotFocus (line 100) | protected override void OnGotFocus(RoutedEventArgs e) method OnLoaded (line 116) | private void OnLoaded(object sender, RoutedEventArgs e) method ChangeVisualState (line 128) | internal override void ChangeVisualState(bool useTransitions) method ExtractTemplatePart (line 143) | private T ExtractTemplatePart(string partName) where T : Dependency... method ExtractTemplatePart (line 149) | private static T ExtractTemplatePart(string partName, DependencyObj... method OnDatePickerTextBoxIsEnabledChanged (line 162) | private void OnDatePickerTextBoxIsEnabledChanged(object sender, Depend... method OnWatermarkChanged (line 170) | private void OnWatermarkChanged() method OnWatermarkPropertyChanged (line 188) | private static void OnWatermarkPropertyChanged(DependencyObject sender... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/DocumentPageView.cs class DocumentPageView (line 23) | public class DocumentPageView : FrameworkElement, IServiceProvider, IDis... method DocumentPageView (line 40) | public DocumentPageView() : base() method DocumentPageView (line 48) | static DocumentPageView() method OnDpiChanged (line 203) | protected override void OnDpiChanged(DpiScale oldDpiScaleInfo, DpiScal... method MeasureOverride (line 214) | protected sealed override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 342) | protected sealed override Size ArrangeOverride(Size finalSize) method GetVisualChild (line 468) | protected override Visual GetVisualChild(int index) method Dispose (line 480) | protected void Dispose() method GetService (line 508) | protected object GetService(Type serviceType) method OnCreateAutomationPeer (line 544) | protected override AutomationPeer OnCreateAutomationPeer() method SetPageZoom (line 591) | internal void SetPageZoom(double pageZoom) method SuspendLayout (line 606) | internal void SuspendLayout() method ResumeLayout (line 616) | internal void ResumeLayout() method DuplicateVisual (line 626) | internal void DuplicateVisual() method RemoveDuplicateVisual (line 639) | internal void RemoveDuplicateVisual() method HandlePageDestroyed (line 692) | private void HandlePageDestroyed(object sender, EventArgs e) method HandleAsyncPageDestroyed (line 706) | private void HandleAsyncPageDestroyed(object sender, EventArgs e) method HandleGetPageCompleted (line 719) | private void HandleGetPageCompleted(object sender, GetPageCompletedEve... method HandlePagesChanged (line 749) | private void HandlePagesChanged(object sender, PagesChangedEventArgs e) method OnTransformChangedAsync (line 764) | private void OnTransformChangedAsync() method OnTransformChanged (line 775) | private object OnTransformChanged(object arg) method OnPageConnected (line 787) | private void OnPageConnected() method OnPageDisconnected (line 800) | private void OnPageDisconnected() method OnPageContentChanged (line 812) | private void OnPageContentChanged() method DisposeCurrentPage (line 824) | private void DisposeCurrentPage() method DisposeAsyncPage (line 850) | private void DisposeAsyncPage() method CheckDisposed (line 870) | private void CheckDisposed() method ShouldReflowContent (line 879) | private bool ShouldReflowContent() method GetHostViewer (line 899) | private DocumentViewerBase GetHostViewer() method OnPageNumberChanged (line 933) | private static void OnPageNumberChanged(DependencyObject d, Dependency... method DuplicatePageVisual (line 942) | private DrawingVisual DuplicatePageVisual() method GetService (line 1017) | object IServiceProvider.GetService(Type serviceType) method Dispose (line 1035) | void IDisposable.Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/DocumentViewerBase.cs class DocumentViewerBase (line 29) | [ContentProperty("Document")] method DocumentViewerBase (line 43) | static DocumentViewerBase() method DocumentViewerBase (line 58) | protected DocumentViewerBase() method OnApplyTemplate (line 80) | public override void OnApplyTemplate() method PreviousPage (line 92) | public void PreviousPage() method NextPage (line 100) | public void NextPage() method FirstPage (line 108) | public void FirstPage() method LastPage (line 116) | public void LastPage() method GoToPage (line 125) | public void GoToPage(int pageNumber) method Print (line 133) | public void Print() method CancelPrint (line 141) | public void CancelPrint() method CanGoToPage (line 150) | public virtual bool CanGoToPage(int pageNumber) method GetIsMasterPage (line 320) | public static bool GetIsMasterPage(DependencyObject element) method SetIsMasterPage (line 331) | public static void SetIsMasterPage(DependencyObject element, bool value) method OnCreateAutomationPeer (line 367) | protected override AutomationPeer OnCreateAutomationPeer() method OnDpiChanged (line 372) | protected override void OnDpiChanged(DpiScale oldDpiScaleInfo, DpiScal... method InvalidatePageViews (line 381) | protected void InvalidatePageViews() method GetMasterPageView (line 392) | protected DocumentPageView GetMasterPageView() method GetPageViewsCollection (line 420) | protected virtual ReadOnlyCollection GetPageViewsCol... method OnPageViewsChanged (line 449) | protected virtual void OnPageViewsChanged() method OnMasterPageNumberChanged (line 466) | protected virtual void OnMasterPageNumberChanged() method OnBringIntoView (line 483) | protected virtual void OnBringIntoView(DependencyObject element, Rect ... method OnPreviousPageCommand (line 492) | protected virtual void OnPreviousPageCommand() method OnNextPageCommand (line 505) | protected virtual void OnNextPageCommand() method OnFirstPageCommand (line 518) | protected virtual void OnFirstPageCommand() method OnLastPageCommand (line 528) | protected virtual void OnLastPageCommand() method OnGoToPageCommand (line 539) | protected virtual void OnGoToPageCommand(int pageNumber) method OnPrintCommand (line 553) | protected virtual void OnPrintCommand() method OnCancelPrintCommand (line 600) | protected virtual void OnCancelPrintCommand() method OnDocumentChanged (line 610) | protected virtual void OnDocumentChanged() method IsMasterPageView (line 672) | internal bool IsMasterPageView(DocumentPageView pageView) method Find (line 682) | internal ITextRange Find(FindToolBar findToolBar) method GetMasterPageTextPointer (line 759) | private ITextPointer GetMasterPageTextPointer(bool startOfPage) method UpdatePageViews (line 813) | private void UpdatePageViews() method VerifyDocumentPageViews (line 856) | private void VerifyDocumentPageViews(ReadOnlyCollection... method FindAdornerDecorator (line 939) | private AdornerDecorator FindAdornerDecorator(Visual root) method AttachTextEditor (line 987) | private void AttachTextEditor() method HandlePrintCompleted (line 1033) | private void HandlePrintCompleted(object sender, WritingCompletedEvent... method HandlePrintCancelled (line 1043) | private void HandlePrintCancelled(object sender, WritingCancelledEvent... method HandlePaginationCompleted (line 1051) | private void HandlePaginationCompleted(object sender, EventArgs e) method HandlePaginationProgress (line 1062) | private void HandlePaginationProgress(object sender, EventArgs e) method HandleGetPageNumberCompleted (line 1073) | private void HandleGetPageNumberCompleted(object sender, GetPageNumber... method HandleRequestBringIntoView (line 1099) | private void HandleRequestBringIntoView(RequestBringIntoViewEventArgs ... method UpdateReadOnlyProperties (line 1199) | private void UpdateReadOnlyProperties(bool pageCountChanged, bool mast... method ShiftPagesByOffset (line 1248) | private void ShiftPagesByOffset(int offset) method SetFlags (line 1268) | private void SetFlags(bool value, Flags flags) method CheckFlags (line 1278) | private bool CheckFlags(Flags flags) method DocumentChanged (line 1286) | private void DocumentChanged(IDocumentPaginatorSource oldDocument, IDo... method CleanUpPrintOperation (line 1399) | private void CleanUpPrintOperation() method CreateCommandBindings (line 1419) | private static void CreateCommandBindings() method CanExecuteRoutedEventHandler (line 1466) | private static void CanExecuteRoutedEventHandler(object target, CanExe... method ExecutedRoutedEventHandler (line 1496) | private static void ExecutedRoutedEventHandler(object target, Executed... method HandleRequestBringIntoView (line 1567) | private static void HandleRequestBringIntoView(object sender, RequestB... method DocumentChanged (line 1578) | private static void DocumentChanged(DependencyObject d, DependencyProp... type Flags (line 1654) | [System.Flags] class BringIntoViewState (line 1665) | private class BringIntoViewState method BringIntoViewState (line 1667) | internal BringIntoViewState(DocumentViewerBase source, ContentPositi... method AddChild (line 1695) | void IAddChild.AddChild(Object value) method AddText (line 1717) | void IAddChild.AddText(string text) method GetService (line 1736) | object IServiceProvider.GetService(Type serviceType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/DragCompletedEventArgs.cs class DragCompletedEventArgs (line 12) | public class DragCompletedEventArgs: RoutedEventArgs method DragCompletedEventArgs (line 19) | public DragCompletedEventArgs(double horizontalChange, double vertical... method InvokeEventHandler (line 63) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/DragDeltaEventArgs.cs class DragDeltaEventArgs (line 12) | public class DragDeltaEventArgs: RoutedEventArgs method DragDeltaEventArgs (line 19) | public DragDeltaEventArgs(double horizontalChange, double verticalChan... method InvokeEventHandler (line 51) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/DragStartedEventArgs.cs class DragStartedEventArgs (line 12) | public class DragStartedEventArgs: RoutedEventArgs method DragStartedEventArgs (line 19) | public DragStartedEventArgs(double horizontalOffset, double verticalOf... method InvokeEventHandler (line 51) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/GridViewRowPresenterBase.cs class GridViewRowPresenterBase (line 18) | public abstract class GridViewRowPresenterBase : FrameworkElement, IWeak... method ToString (line 32) | public override string ToString() method GetVisualChild (line 121) | protected override Visual GetVisualChild(int index) method OnColumnCollectionChanged (line 143) | internal virtual void OnColumnCollectionChanged(GridViewColumnCollecti... method OnColumnPropertyChanged (line 174) | internal abstract void OnColumnPropertyChanged(GridViewColumn column, ... method EnsureDesiredWidthList (line 179) | internal void EnsureDesiredWidthList() method ColumnsPropertyChanged (line 248) | private static void ColumnsPropertyChanged(DependencyObject d, Depende... method GetStableAncester (line 302) | private FrameworkElement GetStableAncester() method ReceiveWeakEvent (line 320) | bool IWeakEventListener.ReceiveWeakEvent(Type managerType, object send... method ColumnCollectionChanged (line 328) | private void ColumnCollectionChanged(object sender, NotifyCollectionCh... class InternalCollectionChangedEventManager (line 357) | internal class InternalCollectionChangedEventManager : WeakEventManager method InternalCollectionChangedEventManager (line 365) | private InternalCollectionChangedEventManager() method AddListener (line 380) | public static void AddListener(GridViewColumnCollection source, IWeakE... method RemoveListener (line 391) | public static void RemoveListener(GridViewColumnCollection source, IWe... method AddHandler (line 402) | public static void AddHandler(GridViewColumnCollection source, EventHa... method RemoveHandler (line 412) | public static void RemoveHandler(GridViewColumnCollection source, Even... method NewListenerList (line 430) | protected override ListenerList NewListenerList() method StartListening (line 438) | protected override void StartListening(object source) method StopListening (line 447) | protected override void StopListening(object source) method OnCollectionChanged (line 489) | private void OnCollectionChanged(object sender, NotifyCollectionChange... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/HierarchicalVirtualizationConstraints.cs type HierarchicalVirtualizationConstraints (line 12) | public struct HierarchicalVirtualizationConstraints method HierarchicalVirtualizationConstraints (line 16) | public HierarchicalVirtualizationConstraints(VirtualizationCacheLength... method Equals (line 101) | public override bool Equals(object oCompare) method Equals (line 117) | public bool Equals(HierarchicalVirtualizationConstraints comparisonCon... method GetHashCode (line 126) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/HierarchicalVirtualizationHeaderDesiredSizes.cs type HierarchicalVirtualizationHeaderDesiredSizes (line 12) | public struct HierarchicalVirtualizationHeaderDesiredSizes method HierarchicalVirtualizationHeaderDesiredSizes (line 16) | public HierarchicalVirtualizationHeaderDesiredSizes(Size logicalSize, ... method Equals (line 84) | public override bool Equals(object oCompare) method Equals (line 100) | public bool Equals(HierarchicalVirtualizationHeaderDesiredSizes compar... method GetHashCode (line 109) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/HierarchicalVirtualizationItemDesiredSizes.cs type HierarchicalVirtualizationItemDesiredSizes (line 11) | public struct HierarchicalVirtualizationItemDesiredSizes method HierarchicalVirtualizationItemDesiredSizes (line 15) | public HierarchicalVirtualizationItemDesiredSizes(Size logicalSize, method Equals (line 175) | public override bool Equals(object oCompare) method Equals (line 191) | public bool Equals(HierarchicalVirtualizationItemDesiredSizes comparis... method GetHashCode (line 200) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/IContainItemStorage.cs type IContainItemStorage (line 15) | public interface IContainItemStorage method StoreItemValue (line 23) | void StoreItemValue(object item, DependencyProperty dp, object value); method ReadItemValue (line 31) | object ReadItemValue(object item, DependencyProperty dp); method ClearItemValue (line 38) | void ClearItemValue(object item, DependencyProperty dp); method ClearValue (line 44) | void ClearValue(DependencyProperty dp); method Clear (line 49) | void Clear(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/IHierarchicalVirtualizationAndScrollInfo.cs type IHierarchicalVirtualizationAndScrollInfo (line 16) | public interface IHierarchicalVirtualizationAndScrollInfo FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/IItemContainerGenerator.cs type IItemContainerGenerator (line 19) | public interface IItemContainerGenerator method GetItemContainerGeneratorForPanel (line 24) | ItemContainerGenerator GetItemContainerGeneratorForPanel(Panel panel); method StartAt (line 34) | IDisposable StartAt(GeneratorPosition position, GeneratorDirection dir... method StartAt (line 44) | IDisposable StartAt(GeneratorPosition position, GeneratorDirection dir... method GenerateNext (line 51) | DependencyObject GenerateNext(); method GenerateNext (line 63) | DependencyObject GenerateNext(out bool isNewlyRealized); method PrepareItemContainer (line 79) | void PrepareItemContainer(DependencyObject container); method RemoveAll (line 84) | void RemoveAll(); method Remove (line 93) | void Remove(GeneratorPosition position, int count); method GeneratorPositionFromIndex (line 98) | GeneratorPosition GeneratorPositionFromIndex(int itemIndex); method IndexFromGeneratorPosition (line 103) | int IndexFromGeneratorPosition(GeneratorPosition position); type GeneratorPosition (line 116) | public struct GeneratorPosition method GeneratorPosition (line 134) | public GeneratorPosition(int index, int offset) method GetHashCode (line 142) | public override int GetHashCode() method ToString (line 148) | public override string ToString() method Equals (line 158) | public override bool Equals(object o) type GeneratorDirection (line 191) | public enum GeneratorDirection type GeneratorStatus (line 203) | public enum GeneratorStatus FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/IRecyclingItemContainerGenerator.cs type IRecyclingItemContainerGenerator (line 21) | public interface IRecyclingItemContainerGenerator : IItemContainerGenerator method Recycle (line 33) | void Recycle(GeneratorPosition position, int count); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/IScrollInfo.cs type IScrollInfo (line 18) | public interface IScrollInfo method LineUp (line 31) | void LineUp(); method LineDown (line 36) | void LineDown(); method LineLeft (line 41) | void LineLeft(); method LineRight (line 46) | void LineRight(); method PageUp (line 52) | void PageUp(); method PageDown (line 57) | void PageDown(); method PageLeft (line 62) | void PageLeft(); method PageRight (line 67) | void PageRight(); method MouseWheelUp (line 73) | void MouseWheelUp(); method MouseWheelDown (line 78) | void MouseWheelDown(); method MouseWheelLeft (line 83) | void MouseWheelLeft(); method MouseWheelRight (line 88) | void MouseWheelRight(); method SetHorizontalOffset (line 94) | void SetHorizontalOffset(double offset); method SetVerticalOffset (line 100) | void SetVerticalOffset(double offset); method MakeVisible (line 113) | Rect MakeVisible(Visual visual, Rect rectangle); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/ItemsChangedEventArgs.cs class ItemsChangedEventArgs (line 19) | public class ItemsChangedEventArgs : EventArgs method ItemsChangedEventArgs (line 27) | internal ItemsChangedEventArgs(NotifyCollectionChangedAction action, method ItemsChangedEventArgs (line 40) | internal ItemsChangedEventArgs(NotifyCollectionChangedAction action, FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/LayoutInformation.cs class LayoutInformation (line 16) | public static class LayoutInformation method CheckArgument (line 18) | private static void CheckArgument(FrameworkElement element) method GetLayoutSlot (line 27) | public static Rect GetLayoutSlot(FrameworkElement element) method GetLayoutClip (line 40) | public static Geometry GetLayoutClip(FrameworkElement element) method GetLayoutExceptionElement (line 53) | public static UIElement GetLayoutExceptionElement(Dispatcher dispatcher) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/MenuBase.cs class MenuBase (line 18) | [Localizability(LocalizationCategory.Menu)] method MenuBase (line 37) | protected MenuBase() method MenuBase (line 42) | static MenuBase() method OnMouseButtonDown (line 123) | private static void OnMouseButtonDown(object sender, MouseButtonEventA... method OnMouseButtonUp (line 133) | private static void OnMouseButtonUp(object sender, MouseButtonEventArg... method HandleMouseButton (line 142) | protected virtual void HandleMouseButton(MouseButtonEventArgs e) method OnClickThroughThunk (line 146) | private static void OnClickThroughThunk(object sender, MouseButtonEven... method OnClickThrough (line 151) | private void OnClickThrough(MouseButtonEventArgs e) method OnPromotedMouseButton (line 183) | private static void OnPromotedMouseButton(object sender, MouseButtonEv... method OnMouseLeave (line 198) | protected override void OnMouseLeave(MouseEventArgs e) method OnPreviewKeyboardInputProviderAcquireFocus (line 213) | private static void OnPreviewKeyboardInputProviderAcquireFocus(object ... method OnKeyboardInputProviderAcquireFocus (line 229) | private static void OnKeyboardInputProviderAcquireFocus(object sender,... method OnIsKeyboardFocusWithinChanged (line 247) | protected override void OnIsKeyboardFocusWithinChanged(DependencyPrope... method InvokeMenuOpenedClosedAutomationEvent (line 296) | private void InvokeMenuOpenedClosedAutomationEvent(bool open) method OnIsSelectedChanged (line 325) | private static void OnIsSelectedChanged(object sender, RoutedPropertyC... method IsDescendant (line 380) | private bool IsDescendant(DependencyObject node) method IsDescendant (line 385) | internal static bool IsDescendant(DependencyObject reference, Dependen... method OnKeyDown (line 435) | protected override void OnKeyDown(KeyEventArgs e) method IsItemItsOwnContainerOverride (line 476) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 487) | protected override DependencyObject GetContainerForItemOverride() method OnLostMouseCapture (line 525) | private static void OnLostMouseCapture(object sender, MouseEventArgs e) method OnMenuItemPreviewClick (line 570) | private static void OnMenuItemPreviewClick(object sender, RoutedEventA... method RestorePreviousFocus (line 599) | private void RestorePreviousFocus() method SetSuspendingPopupAnimation (line 678) | internal static void SetSuspendingPopupAnimation(ItemsControl menu, Me... method KeyboardLeaveMenuMode (line 704) | internal void KeyboardLeaveMenuMode() method PushMenuMode (line 886) | private void PushMenuMode(bool isAcquireFocusMenuMode) method PopMenuMode (line 897) | private void PopMenuMode() type MenuBaseFlags (line 933) | private enum MenuBaseFlags FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/MultiSelector.cs class MultiSelector (line 14) | public abstract class MultiSelector : Selector method BeginUpdateSelectedItems (line 47) | protected void BeginUpdateSelectedItems() method EndUpdateSelectedItems (line 56) | protected void EndUpdateSelectedItems() method SelectAll (line 79) | public void SelectAll() method UnselectAll (line 94) | public void UnselectAll() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/PlacementMode.cs type PlacementMode (line 9) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/Popup.cs class Popup (line 39) | [DefaultEvent("Opened"), DefaultProperty("Child")] method Popup (line 46) | static Popup() method CoerceVisibility (line 56) | private static object CoerceVisibility(DependencyObject d, object value) method Popup (line 64) | public Popup() : base() method OnChildChanged (line 122) | private static void OnChildChanged(DependencyObject d, DependencyPrope... method pushTextRenderingMode (line 151) | internal override void pushTextRenderingMode() method RegisterPopupWithPlacementTarget (line 174) | private static void RegisterPopupWithPlacementTarget(Popup popup, UIEl... method UnregisterPopupFromPlacementTarget (line 205) | private static void UnregisterPopupFromPlacementTarget(Popup popup, UI... method UpdatePlacementTargetRegistration (line 230) | private void UpdatePlacementTargetRegistration(UIElement oldValue, UIE... method CoerceIsOpen (line 300) | private static object CoerceIsOpen(DependencyObject d, object value) method RegisterToOpenOnLoad (line 317) | private void RegisterToOpenOnLoad() method OpenOnLoad (line 322) | private void OpenOnLoad(object sender, RoutedEventArgs e) method OnIsOpenChanged (line 336) | private static void OnIsOpenChanged(DependencyObject d, DependencyProp... method OnOpened (line 398) | protected virtual void OnOpened(EventArgs e) method OnClosed (line 407) | protected virtual void OnClosed(EventArgs e) method CloseOnUnloaded (line 420) | private static void CloseOnUnloaded(object sender, RoutedEventArgs e) method OnPlacementChanged (line 474) | private static void OnPlacementChanged(DependencyObject d, DependencyP... method IsValidPlacementMode (line 481) | private static bool IsValidPlacementMode(object o) method OnStaysOpenChanged (line 547) | private static void OnStaysOpenChanged(DependencyObject d, DependencyP... method OnOffsetChanged (line 593) | private static void OnOffsetChanged(DependencyObject d, DependencyProp... method OnPlacementTargetChanged (line 655) | private static void OnPlacementTargetChanged(DependencyObject d, Depen... method ClearDropOpposite (line 744) | private void ClearDropOpposite() method CoercePopupAnimation (line 777) | private static object CoercePopupAnimation(DependencyObject o, object ... method IsValidPopupAnimation (line 782) | private static bool IsValidPopupAnimation(object o) method OnAllowsTransparencyChanged (line 810) | private static void OnAllowsTransparencyChanged(DependencyObject d, De... method CoerceAllowsTransparency (line 815) | private static object CoerceAllowsTransparency(DependencyObject d, obj... method CoerceHasDropShadow (line 846) | private static object CoerceHasDropShadow(DependencyObject d, object v... method CreateRootPopup (line 867) | public static void CreateRootPopup(Popup popup, UIElement child) method CreateRootPopupInternal (line 879) | internal static void CreateRootPopupInternal(Popup popup, UIElement ch... method IsRootedInPopup (line 978) | internal static bool IsRootedInPopup(Popup parentPopup, UIElement elem... method FirePopupCouldClose (line 1023) | private void FirePopupCouldClose() method MeasureOverride (line 1049) | protected override Size MeasureOverride(Size availableSize) method OnPreviewMouseLeftButtonDown (line 1064) | protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventA... method OnPreviewMouseRightButtonDown (line 1074) | protected override void OnPreviewMouseRightButtonDown(MouseButtonEvent... method OnPreviewMouseLeftButtonUp (line 1085) | protected override void OnPreviewMouseLeftButtonUp(MouseButtonEventArg... method OnPreviewMouseRightButtonUp (line 1095) | protected override void OnPreviewMouseRightButtonUp(MouseButtonEventAr... method OnPreviewMouseButton (line 1102) | private void OnPreviewMouseButton(MouseButtonEventArgs e) method EstablishPopupCapture (line 1134) | private void EstablishPopupCapture(bool isRestoringCapture=false) method ReleasePopupCapture (line 1179) | private void ReleasePopupCapture() method OnLostMouseCapture (line 1209) | private static void OnLostMouseCapture(object sender, MouseEventArgs e) method OnDragDropStarted (line 1261) | private static void OnDragDropStarted(object sender, RoutedEventArgs e) method OnDragDropCompleted (line 1267) | private static void OnDragDropCompleted(object sender, RoutedEventArgs e) method AddChild (line 1292) | void IAddChild.AddChild(Object value) method AddText (line 1309) | void IAddChild.AddText(string text) method OnThemeChanged (line 1324) | internal override void OnThemeChanged() method BlockReverseInheritance (line 1333) | internal override bool BlockReverseInheritance() method GetUIParentCore (line 1350) | protected internal override DependencyObject GetUIParentCore() method IgnoreModelParentBuildRoute (line 1367) | internal override bool IgnoreModelParentBuildRoute(RoutedEventArgs e) class PopupModelTreeEnumerator (line 1395) | private class PopupModelTreeEnumerator : ModelTreeEnumerator method PopupModelTreeEnumerator (line 1397) | internal PopupModelTreeEnumerator(Popup popup, object child) method GetRootVisual (line 1422) | private static Visual GetRootVisual(Visual child) method GetTarget (line 1436) | private Visual GetTarget() method SetHitTestable (line 1448) | private void SetHitTestable(bool hitTestable) method AsyncCreateWindow (line 1459) | private static object AsyncCreateWindow(object arg) method CreateNewPopupRoot (line 1468) | private void CreateNewPopupRoot() method CreateWindow (line 1480) | private void CreateWindow(bool asyncCall) method SetRootVisualToPopupRoot (line 1572) | private void SetRootVisualToPopupRoot() method BuildWindow (line 1586) | private void BuildWindow(Visual targetVisual) method DestroyWindowImpl (line 1617) | private bool DestroyWindowImpl() method DestroyWindow (line 1633) | private void DestroyWindow() method ShowWindow (line 1651) | private void ShowWindow() method HideWindow (line 1668) | private void HideWindow() method SetupAnimations (line 1698) | private bool SetupAnimations(bool visible) method CancelAsyncCreate (line 1722) | private void CancelAsyncCreate() method CancelAsyncDestroy (line 1728) | private void CancelAsyncDestroy() method ForceClose (line 1734) | internal void ForceClose() method PopupFilterMessage (line 1743) | private IntPtr PopupFilterMessage(IntPtr hwnd, int msg, IntPtr wParam,... method HandleDeactivateApp (line 1790) | private object HandleDeactivateApp(object arg) method UpdateTransform (line 1805) | private void UpdateTransform() method OnWindowResize (line 1855) | private void OnWindowResize(object sender, AutoResizedEventArgs e) method OnDpiChanged (line 1880) | private void OnDpiChanged(object sender, HwndDpiChangedEventArgs e) method Reposition (line 1920) | internal void Reposition() method IsAbsolutePlacementMode (line 1942) | private static bool IsAbsolutePlacementMode(PlacementMode placement) type InterestPoint (line 1957) | private enum InterestPoint type PointCombination (line 1968) | private struct PointCombination method PointCombination (line 1970) | public PointCombination(InterestPoint targetInterestPoint, InterestP... class PositionInfo (line 1980) | private class PositionInfo method UpdatePosition (line 1999) | private void UpdatePosition() method GetPopupRootLimits (line 2222) | private void GetPopupRootLimits(out Rect targetBounds, out Rect screen... method GetPlacementTargetInterestPoints (line 2284) | private Point[] GetPlacementTargetInterestPoints(PlacementMode placement) method SwapPoints (line 2364) | private static void SwapPoints(ref Point p1, ref Point p2) method GetChildInterestPoints (line 2372) | private Point[] GetChildInterestPoints(PlacementMode placement) method InterestPointsFromRect (line 2415) | private static Point[] InterestPointsFromRect(Rect rect) method TransformToClient (line 2430) | private static GeneralTransform TransformToClient(Visual visual, Visua... method GetBounds (line 2447) | private Rect GetBounds(Point[] interestPoints) method GetNumberOfCombinations (line 2467) | private static int GetNumberOfCombinations(PlacementMode placement) method GetPointCombination (line 2495) | private PointCombination GetPointCombination(PlacementMode placement, ... method GetPrimaryAxis (line 2592) | private static PopupPrimaryAxis GetPrimaryAxis(PlacementMode placement) method RestrictSize (line 2618) | internal Size RestrictSize(Size desiredSize) method GetScreenBounds (line 2655) | private Rect GetScreenBounds(Rect boundingBox, Point p) method GetMouseRect (line 2697) | private Rect GetMouseRect(PlacementMode placement) method GetMouseCursorSize (line 2724) | private static void GetMouseCursorSize(out int width, out int height, ... method GetParentWindowRect (line 2847) | internal Rect GetParentWindowRect() method GetWindowRect (line 2852) | internal Rect GetWindowRect() type CacheBits (line 2917) | private enum CacheBits class PopupSecurityHelper (line 2950) | private class PopupSecurityHelper method PopupSecurityHelper (line 2955) | internal PopupSecurityHelper() method IsWindowAlive (line 2979) | internal bool IsWindowAlive() => _window is not null && !_window.IsD... method ClientToScreen (line 2981) | internal Point ClientToScreen(Visual rootVisual, Point clientPoint) method ClientToScreen (line 2994) | private NativeMethods.POINT ClientToScreen(HwndSource hwnd, Point cl... method GetMouseCursorPos (line 3020) | internal NativeMethods.POINT GetMouseCursorPos(Visual targetVisual) method SetPopupPos (line 3065) | internal void SetPopupPos(bool position, int x, int y, bool size, in... method GetParentWindowRect (line 3081) | internal Rect GetParentWindowRect() method GetWindowRect (line 3094) | internal Rect GetWindowRect() method GetTransformToDevice (line 3107) | internal Matrix GetTransformToDevice() method GetTransformToDevice (line 3118) | internal static Matrix GetTransformToDevice(Visual targetVisual) method GetTransformFromDevice (line 3138) | internal Matrix GetTransformFromDevice() method SetWindowRootVisual (line 3149) | internal void SetWindowRootVisual(Visual v) method IsVisualPresentationSourceNull (line 3154) | internal static bool IsVisualPresentationSourceNull(Visual visual) method ShowWindow (line 3159) | internal void ShowWindow() method HideWindow (line 3188) | internal void HideWindow() method GetLastWebOCHwnd (line 3198) | private IntPtr GetLastWebOCHwnd() method SetHitTestable (line 3227) | internal void SetHitTestable(bool hitTestable) method FindMainTreeVisual (line 3252) | private static Visual FindMainTreeVisual(Visual v) method BuildWindow (line 3287) | internal void BuildWindow(int x, int y, Visual placementTarget, method ConnectedToForegroundWindow (line 3371) | private static bool ConnectedToForegroundWindow(IntPtr window) method GetHandle (line 3391) | private static IntPtr GetHandle(HwndSource hwnd) method GetParentHandle (line 3397) | private static IntPtr GetParentHandle(HwndSource hwnd) method GetPresentationSource (line 3415) | private static PresentationSource GetPresentationSource(Visual visual) method ForceMsaaToUiaBridge (line 3425) | internal void ForceMsaaToUiaBridge(PopupRoot popupRoot) method DestroyWindow (line 3452) | internal void DestroyWindow(HwndSourceHook hook, AutoResizedEventHan... class PopupInitialPlacementHelper (line 3492) | private static class PopupInitialPlacementHelper method GetPlacementTargetOriginInScreenCoordinates (line 3526) | private static NativeMethods.POINT? GetPlacementTargetOriginInScreen... method GetPlacementOrigin (line 3550) | internal static NativeMethods.POINT GetPlacementOrigin(Popup popup) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/PopupAnimation.cs type PopupAnimation (line 9) | public enum PopupAnimation FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/PopupPrimaryAxis.cs type PopupPrimaryAxis (line 9) | public enum PopupPrimaryAxis FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/PopupRoot.cs class PopupRoot (line 16) | internal sealed class PopupRoot : FrameworkElement method PopupRoot (line 20) | static PopupRoot() method PopupRoot (line 28) | internal PopupRoot() : base() method Initialize (line 33) | private void Initialize() method GetVisualChild (line 65) | protected override Visual GetVisualChild(int index) method OnCreateAutomationPeer (line 81) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method MeasureOverride (line 137) | protected override Size MeasureOverride(Size constraint) method GetPopupSizeRestrictions (line 211) | private Size GetPopupSizeRestrictions(Popup popup, Size desiredSize, o... method Get2DRestrictedDesiredSize (line 222) | private Size Get2DRestrictedDesiredSize(Size restrictedSize) method ArrangeOverride (line 234) | protected override Size ArrangeOverride(Size arrangeSize) method SetupLayoutBindings (line 244) | internal void SetupLayoutBindings(Popup popup) method SetupFadeAnimation (line 290) | internal void SetupFadeAnimation(Duration duration, bool visible) method SetupTranslateAnimations (line 298) | internal void SetupTranslateAnimations(PopupAnimation animationType, D... method StopAnimations (line 335) | internal void StopAnimations() method IgnoreModelParentBuildRoute (line 351) | internal override bool IgnoreModelParentBuildRoute(RoutedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/RangeBase.cs class RangeBase (line 18) | [DefaultEvent("ValueChanged"), DefaultProperty("Value")] method RangeBase (line 27) | static RangeBase() method RangeBase (line 40) | protected RangeBase() method OnMinimumChanged (line 88) | private static void OnMinimumChanged(DependencyObject d, DependencyPro... method OnMinimumChanged (line 105) | protected virtual void OnMinimumChanged(double oldMinimum, double newM... method CoerceMaximum (line 125) | private static object CoerceMaximum(DependencyObject d, object value) method OnMaximumChanged (line 149) | private static void OnMaximumChanged(DependencyObject d, DependencyPro... method OnMaximumChanged (line 165) | protected virtual void OnMaximumChanged(double oldMaximum, double newM... method ConstrainToRange (line 187) | internal static object ConstrainToRange(DependencyObject d, object value) method OnValueChanged (line 219) | private static void OnValueChanged(DependencyObject d, DependencyPrope... method OnValueChanged (line 234) | protected virtual void OnValueChanged(double oldValue, double newValue) method IsValidDoubleValue (line 248) | private static bool IsValidDoubleValue(object value) method IsValidChange (line 260) | private static bool IsValidChange(object value) method ChangeVisualState (line 325) | internal override void ChangeVisualState(bool useTransitions) method ToString (line 355) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/RelativeHeaderPosition.cs type RelativeHeaderPosition (line 13) | internal enum RelativeHeaderPosition FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/RepeatButton.cs class RepeatButton (line 17) | public class RepeatButton : ButtonBase method RepeatButton (line 21) | static RepeatButton() method RepeatButton (line 35) | public RepeatButton() : base() method IsDelayValid (line 101) | private static bool IsDelayValid(object value) { return ((int)value) >... method IsIntervalValid (line 102) | private static bool IsIntervalValid(object value) { return ((int)value... method StartTimer (line 107) | private void StartTimer() method StopTimer (line 124) | private void StopTimer() method OnTimeout (line 135) | private void OnTimeout(object sender, EventArgs e) method GetKeyboardDelay (line 153) | internal static int GetKeyboardDelay() method GetKeyboardSpeed (line 168) | internal static int GetKeyboardSpeed() method OnCreateAutomationPeer (line 184) | protected override AutomationPeer OnCreateAutomationPeer() method OnClick (line 193) | protected override void OnClick() method OnMouseLeftButtonDown (line 208) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnMouseLeftButtonUp (line 222) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) method OnLostMouseCapture (line 236) | protected override void OnLostMouseCapture(MouseEventArgs e) method OnMouseEnter (line 246) | protected override void OnMouseEnter(MouseEventArgs e) method OnMouseLeave (line 259) | protected override void OnMouseLeave(MouseEventArgs e) method HandleIsMouseOverChanged (line 271) | private bool HandleIsMouseOverChanged() method OnKeyDown (line 294) | protected override void OnKeyDown(KeyEventArgs e) method OnKeyUp (line 307) | protected override void OnKeyUp(KeyEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/ResizeGrip.cs class ResizeGrip (line 22) | [Automation(AccessibilityControlType = "Thumb")] method ResizeGrip (line 32) | static ResizeGrip() method ResizeGrip (line 48) | public ResizeGrip() : base() method _OnWindowServiceChanged (line 61) | private static void _OnWindowServiceChanged(DependencyObject d, Depend... method OnWindowServiceChanged (line 75) | private void OnWindowServiceChanged(Window oldWindow, Window newWindow) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/ScrollBar.cs class ScrollBar (line 25) | [Localizability(LocalizationCategory.NeverLocalize)] method ScrollBar (line 40) | public ScrollBar() : base() method OnCreateAutomationPeer (line 124) | protected override AutomationPeer OnCreateAutomationPeer() method OnPreviewMouseLeftButtonDown (line 133) | protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventA... method OnPreviewMouseRightButtonUp (line 166) | protected override void OnPreviewMouseRightButtonUp(MouseButtonEventAr... method OnApplyTemplate (line 201) | public override void OnApplyTemplate() method OnThumbDragStarted (line 296) | private static void OnThumbDragStarted(object sender, DragStartedEvent... method OnThumbDragDelta (line 306) | private static void OnThumbDragDelta(object sender, DragDeltaEventArgs e) method UpdateValue (line 316) | private void UpdateValue(double horizontalDragDelta, double verticalDr... method OnThumbDragCompleted (line 359) | private static void OnThumbDragCompleted(object sender, DragCompletedE... method OnThumbDragCompleted (line 369) | private void OnThumbDragCompleted(DragCompletedEventArgs e) method FinishDrag (line 392) | private void FinishDrag() method ChangeValue (line 406) | private void ChangeValue(double newValue, bool defer) method ScrollToLastMousePoint (line 447) | internal void ScrollToLastMousePoint() method RaiseScrollEvent (line 462) | internal void RaiseScrollEvent(ScrollEventType scrollEventType) method OnScrollCommand (line 471) | private static void OnScrollCommand(object target, ExecutedRoutedEvent... method SmallDecrement (line 538) | private void SmallDecrement() method SmallIncrement (line 547) | private void SmallIncrement() method LargeDecrement (line 556) | private void LargeDecrement() method LargeIncrement (line 565) | private void LargeIncrement() method ToMinimum (line 574) | private void ToMinimum() method ToMaximum (line 582) | private void ToMaximum() method LineUp (line 590) | private void LineUp() method LineDown (line 594) | private void LineDown() method PageUp (line 598) | private void PageUp() method PageDown (line 602) | private void PageDown() method ScrollToTop (line 606) | private void ScrollToTop() method ScrollToBottom (line 610) | private void ScrollToBottom() method LineLeft (line 614) | private void LineLeft() method LineRight (line 618) | private void LineRight() method PageLeft (line 622) | private void PageLeft() method PageRight (line 626) | private void PageRight() method ScrollToLeftEnd (line 630) | private void ScrollToLeftEnd() method ScrollToRightEnd (line 634) | private void ScrollToRightEnd() method OnQueryScrollHereCommand (line 639) | private static void OnQueryScrollHereCommand(object target, CanExecute... method OnQueryScrollCommand (line 644) | private static void OnQueryScrollCommand(object target, CanExecuteRout... method ScrollBar (line 669) | static ScrollBar() method ViewChanged (line 709) | private static void ViewChanged(DependencyObject d, DependencyProperty... method IsValidOrientation (line 724) | internal static bool IsValidOrientation(object o) method CoerceContextMenu (line 773) | private static object CoerceContextMenu(DependencyObject o, object value) method OnContextMenuOpening (line 801) | protected override void OnContextMenuOpening(ContextMenuEventArgs e) method OnContextMenuClosing (line 816) | protected override void OnContextMenuClosing(ContextMenuEventArgs e) method CreateMenuItem (line 883) | private static MenuItem CreateMenuItem(string name, string automationI... type ScrollEventType (line 919) | public enum ScrollEventType FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/ScrollContentPresenter.cs class ScrollContentPresenter (line 19) | public sealed class ScrollContentPresenter : ContentPresenter, IScrollInfo method ScrollContentPresenter (line 36) | public ScrollContentPresenter() : base() method LineUp (line 54) | public void LineUp() method LineDown (line 61) | public void LineDown() method LineLeft (line 68) | public void LineLeft() method LineRight (line 75) | public void LineRight() method PageUp (line 83) | public void PageUp() method PageDown (line 90) | public void PageDown() method PageLeft (line 97) | public void PageLeft() method PageRight (line 104) | public void PageRight() method MouseWheelUp (line 112) | public void MouseWheelUp() method MouseWheelDown (line 119) | public void MouseWheelDown() method MouseWheelLeft (line 126) | public void MouseWheelLeft() method MouseWheelRight (line 133) | public void MouseWheelRight() method SetHorizontalOffset (line 141) | public void SetHorizontalOffset(double offset) method SetVerticalOffset (line 157) | public void SetVerticalOffset(double offset) method MakeVisible (line 173) | public Rect MakeVisible(Visual visual, Rect rectangle) method GetVisualChild (line 336) | protected override Visual GetVisualChild(int index) method MeasureOverride (line 395) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 449) | protected override Size ArrangeOverride(Size arrangeSize) method GetLayoutClip (line 504) | protected override Geometry GetLayoutClip(Size layoutSlotSize) method OnApplyTemplate (line 512) | public override void OnApplyTemplate() method MakeVisible (line 547) | internal Rect MakeVisible(Visual visual, Rect rectangle, bool throwOnE... method ComputeScrollOffsetWithMinimalScroll (line 620) | internal static double ComputeScrollOffsetWithMinimalScroll( method ComputeScrollOffsetWithMinimalScroll (line 631) | internal static double ComputeScrollOffsetWithMinimalScroll( method ValidateInputOffset (line 675) | internal static double ValidateInputOffset(double offset, string param... method EnsureScrollData (line 694) | private ScrollData EnsureScrollData() method HookupScrollingComponents (line 703) | internal void HookupScrollingComponents() method VerifyScrollData (line 788) | private void VerifyScrollData(Size viewport, Size extent) method CoerceOffset (line 816) | internal static double CoerceOffset(double offset, double extent, doub... method CoerceOffsets (line 823) | private bool CoerceOffsets() method OnCanContentScrollChanged (line 838) | private static void OnCanContentScrollChanged(DependencyObject d, Depe... class ScrollData (line 914) | private class ScrollData FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/ScrollEventArgs.cs class ScrollEventArgs (line 11) | public class ScrollEventArgs: RoutedEventArgs method ScrollEventArgs (line 18) | public ScrollEventArgs(ScrollEventType scrollEventType, double newValu... method InvokeEventHandler (line 51) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/SelectiveScrollingGrid.cs class SelectiveScrollingGrid (line 14) | public class SelectiveScrollingGrid : Grid method GetSelectiveScrollingOrientation (line 31) | public static SelectiveScrollingOrientation GetSelectiveScrollingOrien... method SetSelectiveScrollingOrientation (line 41) | public static void SetSelectiveScrollingOrientation(DependencyObject o... method OnSelectiveScrollingOrientationChanged (line 51) | private static void OnSelectiveScrollingOrientationChanged(DependencyO... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/Selector.cs class Selector (line 24) | [DefaultEvent("SelectionChanged"), DefaultProperty("SelectedIndex")] method Selector (line 39) | protected Selector() : base() method Selector (line 56) | static Selector() method AddSelectedHandler (line 101) | public static void AddSelectedHandler(DependencyObject element, Routed... method RemoveSelectedHandler (line 112) | public static void RemoveSelectedHandler(DependencyObject element, Rou... method AddUnselectedHandler (line 130) | public static void AddUnselectedHandler(DependencyObject element, Rout... method RemoveUnselectedHandler (line 141) | public static void RemoveUnselectedHandler(DependencyObject element, R... method GetIsSelectionActive (line 182) | public static bool GetIsSelectionActive(DependencyObject element) method GetIsSelected (line 205) | [AttachedPropertyBrowsableForChildren()] method SetIsSelected (line 219) | public static void SetIsSelected(DependencyObject element, bool isSele... method OnIsSynchronizedWithCurrentItemChanged (line 254) | private static void OnIsSynchronizedWithCurrentItemChanged(DependencyO... method SetSynchronizationWithCurrentItem (line 260) | private void SetSynchronizationWithCurrentItem() method OnSelectedIndexChanged (line 329) | private static void OnSelectedIndexChanged(DependencyObject d, Depende... method ValidateSelectedIndex (line 341) | private static bool ValidateSelectedIndex(object o) method CoerceSelectedIndex (line 346) | private static object CoerceSelectedIndex(DependencyObject d, object v... method OnSelectedItemChanged (line 383) | private static void OnSelectedItemChanged(DependencyObject d, Dependen... method CoerceSelectedItem (line 393) | private static object CoerceSelectedItem(DependencyObject d, object va... method OnSelectedValueChanged (line 454) | private static void OnSelectedValueChanged(DependencyObject d, Depende... method SelectItemWithValue (line 482) | private object SelectItemWithValue(object value, bool selectNow) method FindItemWithValue (line 559) | private object FindItemWithValue(object value, out int index) method VerifyEqual (line 619) | private bool VerifyEqual(object knownValue, Type knownType, object ite... method CoerceSelectedValue (line 644) | private static object CoerceSelectedValue(DependencyObject d, object v... method OnSelectedValuePathChanged (line 695) | private static void OnSelectedValuePathChanged(DependencyObject d, Dep... method PrepareItemValueBinding (line 720) | private BindingExpression PrepareItemValueBinding(object item) method SetSelectedItemsImpl (line 803) | internal bool SetSelectedItemsImpl(IEnumerable selectedItems) method OnSelectedItemsCollectionChanged (line 852) | private void OnSelectedItemsCollectionChanged(object sender, NotifyCol... method ClearContainerForItemOverride (line 971) | protected override void ClearContainerForItemOverride(DependencyObject... method RaiseIsSelectedChangedAutomationEvent (line 990) | internal void RaiseIsSelectedChangedAutomationEvent(DependencyObject c... method SetInitialMousePosition (line 1004) | internal void SetInitialMousePosition() method DidMouseMove (line 1011) | internal bool DidMouseMove() method ResetLastMousePosition (line 1023) | internal void ResetLastMousePosition() method SelectAllImpl (line 1032) | internal virtual void SelectAllImpl() method UnselectAllImpl (line 1056) | internal virtual void UnselectAllImpl() method OnItemsChanged (line 1089) | protected override void OnItemsChanged(NotifyCollectionChangedEventArg... method AdjustItemInfoOverride (line 1249) | internal override void AdjustItemInfoOverride(NotifyCollectionChangedE... method RemoveFromSelection (line 1255) | private void RemoveFromSelection(NotifyCollectionChangedEventArgs e) method OnSelectionChanged (line 1289) | protected virtual void OnSelectionChanged(SelectionChangedEventArgs e) method OnIsKeyboardFocusWithinChanged (line 1297) | protected override void OnIsKeyboardFocusWithinChanged(DependencyPrope... method OnFocusEnterMainFocusScope (line 1337) | private void OnFocusEnterMainFocusScope(object sender, EventArgs e) method OnItemsSourceChanged (line 1349) | protected override void OnItemsSourceChanged(IEnumerable oldValue, IEn... method PrepareContainerForItemOverride (line 1358) | protected override void PrepareContainerForItemOverride(DependencyObje... method OnInitialized (line 1379) | protected override void OnInitialized(EventArgs e) method SetSelectedHelper (line 1420) | private void SetSelectedHelper(object item, FrameworkElement UI, bool ... method OnCurrentChanged (line 1453) | private void OnCurrentChanged(object sender, EventArgs e) method OnNewContainer (line 1461) | private void OnNewContainer() method OnLayoutUpdated (line 1470) | private void OnLayoutUpdated(object sender, EventArgs e) method OnGeneratorStatusChanged (line 1475) | private void OnGeneratorStatusChanged(object sender, EventArgs e) method AdjustNewContainers (line 1483) | private void AdjustNewContainers() method AdjustItemInfosAfterGeneratorChangeOverride (line 1516) | internal virtual void AdjustItemInfosAfterGeneratorChangeOverride() method SetSelectedToCurrent (line 1521) | private void SetSelectedToCurrent() method SetCurrentToSelected (line 1549) | private void SetCurrentToSelected() method UpdateSelectedItems (line 1585) | private void UpdateSelectedItems() method FinishSelectedItemsChange (line 1651) | internal void FinishSelectedItemsChange() method UpdateSelectedItems (line 1674) | private void UpdateSelectedItems(InternalSelectedItemsStorage toAdd, I... method UpdatePublicSelectionProperties (line 1695) | internal void UpdatePublicSelectionProperties() method InvokeSelectionChanged (line 1764) | private void InvokeSelectionChanged(List unselectedInfos, Li... method InfoGetIsSelected (line 1781) | private bool InfoGetIsSelected(ItemInfo info) method ItemSetIsSelected (line 1804) | private void ItemSetIsSelected(ItemInfo info, bool value) method ItemGetIsSelectable (line 1843) | internal static bool ItemGetIsSelectable(object item) method UiGetIsSelectable (line 1853) | internal static bool UiGetIsSelectable(DependencyObject o) method OnSelected (line 1883) | private static void OnSelected(object sender, RoutedEventArgs e) method OnUnselected (line 1888) | private static void OnUnselected(object sender, RoutedEventArgs e) method NotifyIsSelectedChanged (line 1901) | internal void NotifyIsSelectedChanged(FrameworkElement container, bool... method ResetSelectedItemsAlgorithm (line 1944) | private void ResetSelectedItemsAlgorithm() method LocateSelectedItems (line 1957) | internal void LocateSelectedItems(List> ranges = null, ... type CacheBits (line 2210) | [Flags] class SelectionChanger (line 2242) | internal class SelectionChanger method SelectionChanger (line 2248) | internal SelectionChanger(Selector s) method Begin (line 2268) | internal void Begin() method End (line 2281) | internal void End() method ApplyCanSelectMultiple (line 2314) | private void ApplyCanSelectMultiple() method CreateDeltaSelectionChange (line 2345) | private void CreateDeltaSelectionChange(List unselectedIte... method SynchronizeSelectedIndexToSelectedItem (line 2464) | private void SynchronizeSelectedIndexToSelectedItem() method Select (line 2490) | internal bool Select(ItemInfo info, bool assumeInItemsCollection) method Unselect (line 2547) | internal bool Unselect(ItemInfo info) method Validate (line 2576) | internal void Validate() method Cancel (line 2585) | internal void Cancel() method CleanupDeferSelection (line 2592) | internal void CleanupDeferSelection() method Cleanup (line 2600) | internal void Cleanup() method SelectJustThisItem (line 2618) | internal void SelectJustThisItem(ItemInfo info, bool assumeInItemsCo... class InternalSelectedItemsStorage (line 2663) | internal class InternalSelectedItemsStorage : IEnumerable method InternalSelectedItemsStorage (line 2665) | internal InternalSelectedItemsStorage(int capacity, IEqualityCompare... method InternalSelectedItemsStorage (line 2672) | internal InternalSelectedItemsStorage(InternalSelectedItemsStorage c... method Add (line 2687) | public void Add(object item, DependencyObject container, int index) method Add (line 2692) | public void Add(ItemInfo info) method Remove (line 2701) | public bool Remove(ItemInfo e) method RemoveFromList (line 2740) | private bool RemoveFromList(ItemInfo e) method Contains (line 2752) | public bool Contains(ItemInfo e) method Clear (line 2772) | public void Clear() method DeferRemove (line 2793) | public IDisposable DeferRemove() method DoBatchRemove (line 2805) | private void DoBatchRemove() method GetEnumerator (line 2830) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 2835) | IEnumerator IEnumerable.GetEnumerator() method FindMatch (line 2864) | public ItemInfo FindMatch(ItemInfo info) method IndexInList (line 2885) | private int IndexInList(ItemInfo info) method LastIndexInList (line 2891) | private int LastIndexInList(ItemInfo info) class BatchRemoveHelper (line 2902) | private class BatchRemoveHelper : IDisposable method BatchRemoveHelper (line 2904) | public BatchRemoveHelper(InternalSelectedItemsStorage owner) method Enter (line 2912) | public void Enter() method Leave (line 2917) | public void Leave() method Dispose (line 2929) | public void Dispose() class ItemInfoEqualityComparer (line 2943) | private class ItemInfoEqualityComparer : IEqualityComparer method ItemInfoEqualityComparer (line 2945) | public ItemInfoEqualityComparer(bool matchUnresolved) method Equals (line 2950) | bool IEqualityComparer.Equals(ItemInfo x, ItemInfo y) method GetHashCode (line 2957) | int IEqualityComparer.GetHashCode(ItemInfo x) class ChangeInfo (line 2972) | private class ChangeInfo method ChangeInfo (line 2974) | public ChangeInfo(InternalSelectedItemsStorage toAdd, InternalSelect... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/StatusBar.cs class StatusBar (line 19) | [StyleTypedProperty(Property = "ItemContainerStyle", StyleTargetType = t... method StatusBar (line 30) | static StatusBar() method IsItemItsOwnContainerOverride (line 95) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 106) | protected override DependencyObject GetContainerForItemOverride() method PrepareContainerForItemOverride (line 134) | protected override void PrepareContainerForItemOverride(DependencyObje... method ShouldApplyItemContainerStyle (line 153) | protected override bool ShouldApplyItemContainerStyle(DependencyObject... method OnCreateAutomationPeer (line 172) | protected override AutomationPeer OnCreateAutomationPeer() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/StatusBarItem.cs class StatusBarItem (line 15) | [Localizability(LocalizationCategory.Inherit)] method StatusBarItem (line 20) | static StatusBarItem() method OnCreateAutomationPeer (line 36) | protected override AutomationPeer OnCreateAutomationPeer() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/TabPanel.cs class TabPanel (line 23) | public class TabPanel : Panel method TabPanel (line 40) | public TabPanel() : base() method TabPanel (line 44) | static TabPanel() method MeasureOverride (line 78) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 166) | protected override Size ArrangeOverride(Size arrangeSize) method GetLayoutClip (line 184) | protected override Geometry GetLayoutClip(Size layoutSlotSize) method GetDesiredSizeWithoutMargin (line 199) | private Size GetDesiredSizeWithoutMargin(UIElement element) method GetHeadersSize (line 210) | private double[] GetHeadersSize() method ArrangeHorizontal (line 226) | private void ArrangeHorizontal(Size arrangeSize) method ArrangeVertical (line 298) | private void ArrangeVertical(Size arrangeSize) method GetActiveRow (line 315) | private int GetActiveRow(int[] solution) method CalculateHeaderDistribution (line 383) | private int[] CalculateHeaderDistribution(double rowWidthLimit, double... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/TextBoxBase.cs class TextBoxBase (line 32) | [Localizability(LocalizationCategory.Text)] method TextBoxBase (line 47) | static TextBoxBase() method TextBoxBase (line 68) | internal TextBoxBase() : base() method AppendText (line 100) | public void AppendText(string textData) method OnApplyTemplate (line 116) | public override void OnApplyTemplate() method Copy (line 125) | public void Copy() method Cut (line 133) | public void Cut() method Paste (line 142) | public void Paste() method SelectAll (line 150) | public void SelectAll() method LineLeft (line 161) | public void LineLeft() method LineRight (line 173) | public void LineRight() method PageLeft (line 185) | public void PageLeft() method PageRight (line 197) | public void PageRight() method LineUp (line 209) | public void LineUp() method LineDown (line 218) | public void LineDown() method PageUp (line 227) | public void PageUp() method PageDown (line 239) | public void PageDown() method ScrollToHome (line 251) | public void ScrollToHome() method ScrollToEnd (line 263) | public void ScrollToEnd() method ScrollToHorizontalOffset (line 275) | public void ScrollToHorizontalOffset(double offset) method ScrollToVerticalOffset (line 292) | public void ScrollToVerticalOffset(double offset) method Undo (line 312) | public bool Undo() method Redo (line 330) | public bool Redo() method LockCurrentUndoUnit (line 350) | public void LockCurrentUndoUnit() method BeginChange (line 384) | public void BeginChange() method EndChange (line 392) | public void EndChange() method DeclareChangeBlock (line 406) | public IDisposable DeclareChangeBlock() method ChangeVisualState (line 962) | internal override void ChangeVisualState(bool useTransitions) method OnTextChanged (line 1000) | protected virtual void OnTextChanged(TextChangedEventArgs e) method OnSelectionChanged (line 1010) | protected virtual void OnSelectionChanged(RoutedEventArgs e) method OnTemplateChanged (line 1022) | protected override void OnTemplateChanged(ControlTemplate oldTemplate,... method OnMouseWheel (line 1039) | protected override void OnMouseWheel(MouseWheelEventArgs e) method OnPreviewKeyDown (line 1066) | protected override void OnPreviewKeyDown(KeyEventArgs e) method OnKeyDown (line 1081) | protected override void OnKeyDown(KeyEventArgs e) method OnKeyUp (line 1096) | protected override void OnKeyUp(KeyEventArgs e) method OnTextInput (line 1111) | protected override void OnTextInput(TextCompositionEventArgs e) method OnMouseDown (line 1126) | protected override void OnMouseDown(MouseButtonEventArgs e) method OnMouseMove (line 1141) | protected override void OnMouseMove(MouseEventArgs e) method OnMouseUp (line 1156) | protected override void OnMouseUp(MouseButtonEventArgs e) method OnQueryCursor (line 1171) | protected override void OnQueryCursor(QueryCursorEventArgs e) method OnQueryContinueDrag (line 1186) | protected override void OnQueryContinueDrag(QueryContinueDragEventArgs e) method OnGiveFeedback (line 1201) | protected override void OnGiveFeedback(GiveFeedbackEventArgs e) method OnDragEnter (line 1216) | protected override void OnDragEnter(DragEventArgs e) method OnDragOver (line 1231) | protected override void OnDragOver(DragEventArgs e) method OnDragLeave (line 1246) | protected override void OnDragLeave(DragEventArgs e) method OnDrop (line 1261) | protected override void OnDrop(DragEventArgs e) method OnContextMenuOpening (line 1277) | protected override void OnContextMenuOpening(ContextMenuEventArgs e) method OnGotKeyboardFocus (line 1292) | protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventAr... method OnLostKeyboardFocus (line 1307) | protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventA... method OnLostFocus (line 1323) | protected override void OnLostFocus(RoutedEventArgs e) method CreateRenderScope (line 1336) | internal abstract FrameworkElement CreateRenderScope(); method OnTextContainerChanged (line 1348) | internal virtual void OnTextContainerChanged(object sender, TextContai... method InitializeTextContainer (line 1414) | internal void InitializeTextContainer(TextContainer textContainer) method GetTextPositionFromPointInternal (line 1469) | internal TextPointer GetTextPositionFromPointInternal(Point point, boo... method GetRectangleFromTextPosition (line 1511) | internal bool GetRectangleFromTextPosition(TextPointer position, out R... method AttachToVisualTree (line 1541) | internal virtual void AttachToVisualTree() method DoLineUp (line 1580) | internal virtual void DoLineUp() method DoLineDown (line 1586) | internal virtual void DoLineDown() method AddToEventRouteCore (line 1596) | internal override void AddToEventRouteCore(EventRoute route, RoutedEve... method ChangeUndoEnabled (line 1620) | internal void ChangeUndoEnabled(bool value) method ChangeUndoLimit (line 1648) | internal void ChangeUndoLimit(object value) method DetachFromVisualTree (line 1785) | private void DetachFromVisualTree() method InitializeRenderScope (line 1800) | private void InitializeRenderScope() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/Thumb.cs class Thumb (line 19) | [DefaultEvent("DragDelta")] method Thumb (line 32) | public Thumb() : base() method Thumb (line 36) | static Thumb() method OnIsDraggingPropertyChanged (line 120) | private static void OnIsDraggingPropertyChanged(DependencyObject d, De... method CancelDrag (line 132) | public void CancelDrag() method OnDraggingChanged (line 154) | protected virtual void OnDraggingChanged(DependencyPropertyChangedEven... method ChangeVisualState (line 169) | internal override void ChangeVisualState(bool useTransitions) method OnCreateAutomationPeer (line 205) | protected override AutomationPeer OnCreateAutomationPeer() method OnMouseLeftButtonDown (line 214) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnMouseLeftButtonUp (line 253) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) method OnLostMouseCapture (line 267) | private static void OnLostMouseCapture(object sender, MouseEventArgs e) method OnMouseMove (line 281) | protected override void OnMouseMove(MouseEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/TickBar.cs type TickBarPlacement (line 19) | public enum TickBarPlacement class TickBar (line 47) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method TickBar (line 57) | static TickBar() method TickBar (line 69) | public TickBar() : base() method IsValidTickBarPlacement (line 296) | private static bool IsValidTickBarPlacement(object o) method OnRender (line 346) | protected override void OnRender(DrawingContext dc) method BindToTemplatedParent (line 659) | private void BindToTemplatedParent(DependencyProperty target, Dependen... method OnPreApplyTemplate (line 676) | internal override void OnPreApplyTemplate() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/TickPlacement.cs type TickPlacement (line 9) | public enum TickPlacement FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/ToggleButton.cs class ToggleButton (line 17) | [DefaultEvent("Checked")] method ToggleButton (line 22) | static ToggleButton() method ToggleButton (line 35) | public ToggleButton() : base() method OnGetIsChecked (line 146) | private static object OnGetIsChecked(DependencyObject d) {return ((Tog... method OnIsCheckedChanged (line 153) | private static void OnIsCheckedChanged(DependencyObject d, DependencyP... method OnChecked (line 184) | protected virtual void OnChecked(RoutedEventArgs e) method OnUnchecked (line 193) | protected virtual void OnUnchecked(RoutedEventArgs e) method OnIndeterminate (line 202) | protected virtual void OnIndeterminate(RoutedEventArgs e) method OnCreateAutomationPeer (line 237) | protected override AutomationPeer OnCreateAutomationPeer() method OnClick (line 245) | protected override void OnClick() method ChangeVisualState (line 255) | internal override void ChangeVisualState(bool useTransitions) method ToString (line 279) | public override string ToString() method OnToggle (line 323) | protected internal virtual void OnToggle() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/ToolBarOverflowPanel.cs class ToolBarOverflowPanel (line 12) | public class ToolBarOverflowPanel : Panel method IsWrapWidthValid (line 36) | private static bool IsWrapWidthValid(object value) method MeasureOverride (line 49) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 150) | protected override Size ArrangeOverride(Size arrangeBounds) method CreateUIElementCollection (line 189) | protected override UIElementCollection CreateUIElementCollection(Frame... method arrangeLine (line 195) | private void arrangeLine(double y, double lineHeight, int start, int end) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/ToolBarPanel.cs class ToolBarPanel (line 18) | public class ToolBarPanel : StackPanel method ToolBarPanel (line 20) | static ToolBarPanel() method ToolBarPanel (line 28) | public ToolBarPanel() : base() method MeasureGeneratedItems (line 46) | private bool MeasureGeneratedItems(bool asNeededPass, Size constraint,... method MeasureOverride (line 227) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 281) | protected override Size ArrangeOverride(Size arrangeSize) method OnPreApplyTemplate (line 320) | internal override void OnPreApplyTemplate() method GenerateChildren (line 339) | internal override void GenerateChildren() method OnItemsChangedInternal (line 376) | internal override bool OnItemsChangedInternal(object sender, ItemsChan... method AddChildren (line 401) | private void AddChildren(GeneratorPosition pos, int itemCount) method RemoveChild (line 423) | private void RemoveChild(UIElement child) method RemoveChildren (line 441) | private void RemoveChildren(GeneratorPosition pos, int containerCount) method ReplaceChildren (line 451) | private void ReplaceChildren(GeneratorPosition pos, int itemCount, int... method MoveChildren (line 479) | private void MoveChildren(GeneratorPosition fromPos, GeneratorPosition... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/Track.cs class Track (line 21) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method Track (line 32) | static Track() method Track (line 40) | public Track() : base() method ValueFromPoint (line 58) | public virtual double ValueFromPoint(Point pt) method ValueFromDistance (line 79) | public virtual double ValueFromDistance(double horizontal, double vert... method UpdateComponent (line 107) | private void UpdateComponent(Control oldValue, Control newValue) method IsValidViewport (line 315) | private static bool IsValidViewport(object o) method GetVisualChild (line 360) | protected override Visual GetVisualChild(int index) method MeasureOverride (line 407) | protected override Size MeasureOverride(Size availableSize) method CoerceLength (line 432) | private static void CoerceLength(ref double componentLength, double tr... method ArrangeOverride (line 455) | protected override Size ArrangeOverride(Size arrangeSize) method ComputeSliderLengths (line 552) | private void ComputeSliderLengths(Size arrangeSize, bool isVertical, o... method ComputeScrollBarLengths (line 591) | private bool ComputeScrollBarLengths(Size arrangeSize, double viewport... method BindToTemplatedParent (line 667) | private void BindToTemplatedParent(DependencyProperty target, Dependen... method BindChildToTemplatedParent (line 681) | private void BindChildToTemplatedParent(FrameworkElement element, Depe... method OnPreApplyTemplate (line 698) | internal override void OnPreApplyTemplate() method OnIsEnabledChanged (line 748) | private static void OnIsEnabledChanged(DependencyObject d, DependencyP... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Primitives/UniformGrid.cs class UniformGrid (line 22) | public class UniformGrid : Panel method UniformGrid (line 35) | public UniformGrid() method ValidateFirstColumn (line 73) | private static bool ValidateFirstColumn(object o) method ValidateColumns (line 103) | private static bool ValidateColumns(object o) method ValidateRows (line 133) | private static bool ValidateRows(object o) method MeasureOverride (line 161) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 199) | protected override Size ArrangeOverride(Size arrangeSize) method UpdateComputedValues (line 244) | private void UpdateComputedValues() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/PrintDialog.cs class PrintDialog (line 26) | public class PrintDialog method PrintDialog (line 33) | public method ShowDialog (line 285) | public method PrintVisual (line 335) | public method PrintDocument (line 364) | public method AcquireDefaultPrintQueue (line 387) | private method AcquireDefaultPrintTicket (line 411) | private method UpdatePrintableAreaSize (line 453) | private method CreateWriter (line 512) | private method PickCorrectPrintingEnvironment (line 536) | private class PrintDlgPrintTicketEventHandler (line 617) | internal class PrintDlgPrintTicketEventHandler method PrintDlgPrintTicketEventHandler (line 621) | public method SetPrintTicket (line 633) | public FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/PrintDialogException.cs class PrintDialogException (line 12) | [Serializable] method PrintDialogException (line 20) | public method PrintDialogException (line 31) | public method PrintDialogException (line 44) | public method PrintDialogException (line 58) | protected FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ProgressBar.cs class ProgressBar (line 26) | [TemplatePart(Name = "PART_Track", Type = typeof(FrameworkElement))] method ProgressBar (line 33) | static ProgressBar() method ProgressBar (line 49) | public ProgressBar() : base() method OnIsIndeterminateChanged (line 97) | private static void OnIsIndeterminateChanged(DependencyObject d, Depen... method OnForegroundChanged (line 112) | private static void OnForegroundChanged(DependencyObject d, Dependency... method IsValidOrientation (line 141) | internal static bool IsValidOrientation(object o) method OnOrientationChanged (line 148) | private static void OnOrientationChanged(DependencyObject d, Dependenc... method SetProgressBarIndicatorLength (line 159) | private void SetProgressBarIndicatorLength() method SetProgressBarGlowElementBrush (line 176) | private void SetProgressBarGlowElementBrush() method UpdateAnimation (line 220) | private void UpdateAnimation() method ChangeVisualState (line 272) | internal override void ChangeVisualState(bool useTransitions) method OnCreateAutomationPeer (line 292) | protected override AutomationPeer OnCreateAutomationPeer() method OnMinimumChanged (line 302) | protected override void OnMinimumChanged(double oldMinimum, double new... method OnMaximumChanged (line 313) | protected override void OnMaximumChanged(double oldMaximum, double new... method OnValueChanged (line 325) | protected override void OnValueChanged(double oldValue, double newValue) method OnApplyTemplate (line 334) | public override void OnApplyTemplate() method OnTrackSizeChanged (line 350) | private void OnTrackSizeChanged(object sender, SizeChangedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/RadioButton.cs class RadioButton (line 19) | [Localizability(LocalizationCategory.RadioButton)] method RadioButton (line 24) | static RadioButton() method RadioButton (line 41) | public RadioButton() : base() method OnGroupNameChanged (line 49) | private static void OnGroupNameChanged(DependencyObject d, DependencyP... method Register (line 67) | private static void Register(string groupName, RadioButton radioButton) method Unregister (line 92) | private static void Unregister(string groupName, RadioButton radioButton) method PurgeDead (line 114) | private static void PurgeDead(ArrayList elements, object elementToRemove) method UpdateRadioButtonGroup (line 131) | private void UpdateRadioButtonGroup() method UncheckRadioButton (line 180) | private void UncheckRadioButton() method OnCreateAutomationPeer (line 224) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnChecked (line 233) | protected override void OnChecked(RoutedEventArgs e) method OnToggle (line 244) | protected internal override void OnToggle() method OnAccessKey (line 253) | protected override void OnAccessKey(AccessKeyEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/RealizedColumnsBlock.cs type RealizedColumnsBlock (line 9) | internal struct RealizedColumnsBlock method RealizedColumnsBlock (line 11) | public RealizedColumnsBlock(int startIndex, int endIndex, int startInd... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/RichTextBox.cs class RichTextBox (line 25) | [Localizability(LocalizationCategory.Inherit)] method RichTextBox (line 40) | static RichTextBox() method RichTextBox (line 74) | public RichTextBox() method RichTextBox (line 85) | public RichTextBox(FlowDocument document) method AddChild (line 147) | void IAddChild.AddChild(Object value) method AddText (line 172) | void IAddChild.AddText(string text) method GetPositionFromPoint (line 200) | public TextPointer GetPositionFromPoint(Point point, bool snapToText) method GetSpellingError (line 221) | public SpellingError GetSpellingError(TextPointer position) method GetSpellingErrorRange (line 240) | public TextRange GetSpellingErrorRange(TextPointer position) method GetNextSpellingErrorPosition (line 266) | public TextPointer GetNextSpellingErrorPosition(TextPointer position, ... method OnCreateAutomationPeer (line 286) | protected override AutomationPeer OnCreateAutomationPeer() method OnDpiChanged (line 291) | protected override void OnDpiChanged(DpiScale oldDpiScaleInfo, DpiScal... method MeasureOverride (line 302) | protected override Size MeasureOverride(Size constraint) method CreateRenderScope (line 314) | internal override FrameworkElement CreateRenderScope() method ShouldSerializeDocument (line 463) | [EditorBrowsable(EditorBrowsableState.Never)] method HookupInheritablePropertyListeners (line 629) | private static void HookupInheritablePropertyListeners() method TransferInheritedPropertiesToFlowDocument (line 657) | private void TransferInheritedPropertiesToFlowDocument() method OnFormattingPropertyChanged (line 688) | private static void OnFormattingPropertyChanged(DependencyObject d, De... method TransferFormattingProperty (line 699) | private void TransferFormattingProperty(DependencyProperty property, o... method OnBehavioralPropertyChanged (line 726) | private static void OnBehavioralPropertyChanged(DependencyObject d, De... method TransferBehavioralProperty (line 743) | private void TransferBehavioralProperty(DependencyProperty property, o... method OnPageSizeChangedHandler (line 757) | private void OnPageSizeChangedHandler(object sender, EventArgs e) method OnIsDocumentEnabledChanged (line 795) | private static void OnIsDocumentEnabledChanged(DependencyObject d, Dep... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/RowDefinition.cs class RowDefinitionCollection (line 36) | public sealed class RowDefinitionCollection : IList , IList method RowDefinitionCollection (line 49) | internal RowDefinitionCollection(Grid owner = null) method CopyTo (line 68) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 94) | public void CopyTo(RowDefinition[] array, int index) // void ICollect... method Add (line 120) | int IList.Add(object value) method Add (line 131) | public void Add(RowDefinition value) // void ICollection.Add(T item) method Clear (line 141) | public void Clear() // void ICollection.Clear(); method Contains (line 160) | bool IList.Contains(object value) method Contains (line 176) | public bool Contains(RowDefinition value) // bool ICollection.C... method IndexOf (line 191) | int IList.IndexOf(object value) method IndexOf (line 199) | public int IndexOf(RowDefinition value) // int IList.IndexOf(T it... method Insert (line 218) | void IList.Insert(int index, object value) method Insert (line 232) | public void Insert(int index, RowDefinition value) // void IList... method Remove (line 249) | void IList.Remove(object value) method Remove (line 262) | public bool Remove(RowDefinition value) // bool ICollection.Remov... method RemoveAt (line 276) | public void RemoveAt(int index) // void IList.RemoveAt(int index); vo... method RemoveRange (line 295) | public void RemoveRange(int index, int count) method GetEnumerator (line 339) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 347) | IEnumerator IEnumerable.GetEnumerator() method InternalTrimToSize (line 479) | internal void InternalTrimToSize() method PrivateVerifyWriteAccess (line 569) | private void PrivateVerifyWriteAccess() method PrivateValidateValueForAddition (line 580) | private void PrivateValidateValueForAddition(object value) method PrivateValidateValueForRemoval (line 601) | private bool PrivateValidateValueForRemoval(object value) method PrivateConnectChild (line 624) | private void PrivateConnectChild(int index, DefinitionBase value) method PrivateDisconnectChild (line 642) | private void PrivateDisconnectChild(DefinitionBase value) method PrivateInsert (line 662) | private void PrivateInsert(int index, DefinitionBase value) method PrivateRemove (line 693) | private void PrivateRemove(DefinitionBase value) method PrivateOnModified (line 722) | private void PrivateOnModified() method PrivateSetCapacity (line 735) | private void PrivateSetCapacity(int value) type Enumerator (line 785) | internal struct Enumerator : IEnumerator, IEnumerator method Enumerator (line 790) | internal Enumerator(RowDefinitionCollection collection) method MoveNext (line 802) | public bool MoveNext() method Reset (line 882) | public void Reset() method Dispose (line 901) | public void Dispose() method PrivateValidate (line 911) | private void PrivateValidate() class RowDefinition (line 939) | public class RowDefinition : DefinitionBase method RowDefinition (line 952) | public RowDefinition() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/RowDefinitionCollectionConverter.cs class RowDefinitionCollectionConverter (line 13) | internal sealed class RowDefinitionCollectionConverter : TypeConverter method CanConvertFrom (line 23) | public override bool CanConvertFrom(ITypeDescriptorContext typeDescrip... method ConvertFrom (line 44) | public override object ConvertFrom(ITypeDescriptorContext typeDescript... method CanConvertTo (line 70) | public override bool CanConvertTo(ITypeDescriptorContext typeDescripto... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ScrollChangedEventArgs.cs class ScrollChangedEventArgs (line 17) | public class ScrollChangedEventArgs: RoutedEventArgs method ScrollChangedEventArgs (line 30) | internal ScrollChangedEventArgs(Vector offset, Vector offsetChange, Si... method InvokeEventHandler (line 165) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ScrollUnit.cs type ScrollUnit (line 10) | public enum ScrollUnit FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ScrollViewer.cs type ScrollBarVisibility (line 30) | public enum ScrollBarVisibility class ScrollViewer (line 57) | [DefaultEvent("ScrollChangedEvent")] method LineUp (line 75) | public void LineUp() { EnqueueCommand(Commands.LineUp, 0, null); } method LineDown (line 79) | public void LineDown() { EnqueueCommand(Commands.LineDown, 0, null); } method LineLeft (line 83) | public void LineLeft() { EnqueueCommand(Commands.LineLeft, 0, null); } method LineRight (line 87) | public void LineRight() { EnqueueCommand(Commands.LineRight, 0, null); } method PageUp (line 92) | public void PageUp() { EnqueueCommand(Commands.PageUp, 0, null); } method PageDown (line 96) | public void PageDown() { EnqueueCommand(Commands.PageDown, 0, null); } method PageLeft (line 100) | public void PageLeft() { EnqueueCommand(Commands.PageLeft, 0, null); } method PageRight (line 104) | public void PageRight() { EnqueueCommand(Commands.PageRight, 0, null); } method ScrollToLeftEnd (line 109) | public void ScrollToLeftEnd() { EnqueueCommand(Commands.SetHorizontalO... method ScrollToRightEnd (line 113) | public void ScrollToRightEnd() { EnqueueCommand(Commands.SetHorizontal... method ScrollToHome (line 118) | public void ScrollToHome() method ScrollToEnd (line 126) | public void ScrollToEnd() method ScrollToTop (line 135) | public void ScrollToTop() { EnqueueCommand(Commands.SetVerticalOffset,... method ScrollToBottom (line 139) | public void ScrollToBottom() { EnqueueCommand(Commands.SetVerticalOffs... method ScrollToHorizontalOffset (line 144) | public void ScrollToHorizontalOffset(double offset) method ScrollToVerticalOffset (line 156) | public void ScrollToVerticalOffset(double offset) method DeferScrollToHorizontalOffset (line 165) | private void DeferScrollToHorizontalOffset(double offset) method DeferScrollToVerticalOffset (line 174) | private void DeferScrollToVerticalOffset(double offset) method MakeVisible (line 183) | internal void MakeVisible(Visual child, Rect rect) method EnsureLayoutUpdatedHandler (line 189) | private void EnsureLayoutUpdatedHandler() method ClearLayoutUpdatedHandler (line 199) | private void ClearLayoutUpdatedHandler() method InvalidateScrollInfo (line 214) | public void InvalidateScrollInfo() method SetCanContentScroll (line 450) | public static void SetCanContentScroll(DependencyObject element, bool ... method GetCanContentScroll (line 460) | public static bool GetCanContentScroll(DependencyObject element) method SetHorizontalScrollBarVisibility (line 484) | public static void SetHorizontalScrollBarVisibility(DependencyObject e... method GetHorizontalScrollBarVisibility (line 494) | public static ScrollBarVisibility GetHorizontalScrollBarVisibility(Dep... method SetVerticalScrollBarVisibility (line 518) | public static void SetVerticalScrollBarVisibility(DependencyObject ele... method GetVerticalScrollBarVisibility (line 528) | public static ScrollBarVisibility GetVerticalScrollBarVisibility(Depen... method GetIsDeferredScrollingEnabled (line 782) | public static bool GetIsDeferredScrollingEnabled(DependencyObject elem... method SetIsDeferredScrollingEnabled (line 794) | public static void SetIsDeferredScrollingEnabled(DependencyObject elem... method OnStylusSystemGesture (line 859) | protected override void OnStylusSystemGesture(StylusSystemGestureEvent... method OnScrollChanged (line 875) | protected virtual void OnScrollChanged(ScrollChangedEventArgs e) method HitTestCore (line 884) | protected override HitTestResult HitTestCore(PointHitTestParameters hi... method OnKeyDown (line 914) | protected override void OnKeyDown(KeyEventArgs e) method IsInViewport (line 1016) | private bool IsInViewport(ScrollContentPresenter scp, DependencyObject... method ScrollInDirection (line 1050) | internal void ScrollInDirection(KeyEventArgs e) method OnMouseWheel (line 1101) | protected override void OnMouseWheel(MouseWheelEventArgs e) method OnMouseLeftButtonDown (line 1123) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method MeasureOverride (line 1135) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 1307) | protected override Size ArrangeOverride(Size arrangeSize) method BindToTemplatedParent (line 1328) | private void BindToTemplatedParent(DependencyProperty property) method OnPreApplyTemplate (line 1345) | internal override void OnPreApplyTemplate() method OnApplyTemplate (line 1362) | public override void OnApplyTemplate() method SetPanningMode (line 1433) | public static void SetPanningMode(DependencyObject element, PanningMod... method GetPanningMode (line 1443) | public static PanningMode GetPanningMode(DependencyObject element) method OnPanningModeChanged (line 1453) | private static void OnPanningModeChanged(DependencyObject d, Dependenc... method OnPanningModeChanged (line 1463) | private void OnPanningModeChanged() method SetPanningDeceleration (line 1506) | public static void SetPanningDeceleration(DependencyObject element, do... method GetPanningDeceleration (line 1516) | public static double GetPanningDeceleration(DependencyObject element) method SetPanningRatio (line 1546) | public static void SetPanningRatio(DependencyObject element, double va... method GetPanningRatio (line 1556) | public static double GetPanningRatio(DependencyObject element) method CheckFiniteNonNegative (line 1563) | private static bool CheckFiniteNonNegative(object value) method OnManipulationStarting (line 1570) | protected override void OnManipulationStarting(ManipulationStartingEve... method ShouldManipulateScroll (line 1641) | private bool ShouldManipulateScroll(ManipulationStartingEventArgs e, S... method OnManipulationDelta (line 1675) | protected override void OnManipulationDelta(ManipulationDeltaEventArgs e) method ManipulateScroll (line 1721) | private void ManipulateScroll(ManipulationDeltaEventArgs e) method ManipulateScroll (line 1772) | private void ManipulateScroll(double delta, double cumulativeTranslati... method IsPastInertialLimit (line 1839) | private bool IsPastInertialLimit() method CanStartScrollManipulation (line 1855) | private bool CanStartScrollManipulation(Vector translation, out bool c... method OnManipulationInertiaStarting (line 1905) | protected override void OnManipulationInertiaStarting(ManipulationIner... method OnManipulationCompleted (line 1923) | protected override void OnManipulationCompleted(ManipulationCompletedE... class PanningInfo (line 1954) | private class PanningInfo type Commands (line 2077) | private enum Commands type Command (line 2093) | private struct Command method Command (line 2095) | internal Command(Commands code, double param, MakeVisibleParams mvp) class MakeVisibleParams (line 2107) | private class MakeVisibleParams method MakeVisibleParams (line 2109) | internal MakeVisibleParams(Visual child, Rect targetRect) type CommandQueue (line 2119) | private struct CommandQueue method Enqueue (line 2124) | internal void Enqueue(Command command) method OptimizeCommand (line 2150) | private bool OptimizeCommand(Command command) method Fetch (line 2172) | internal Command Fetch() method IsEmpty (line 2191) | internal bool IsEmpty() method ExecuteNextCommand (line 2202) | private bool ExecuteNextCommand() method EnqueueCommand (line 2284) | private void EnqueueCommand(Commands code, double param, MakeVisiblePa... method EnsureQueueProcessing (line 2290) | private void EnsureQueueProcessing() method OnLayoutUpdated (line 2301) | private void OnLayoutUpdated(object sender, EventArgs e) method OnCreateAutomationPeer (line 2436) | protected override AutomationPeer OnCreateAutomationPeer() method OnRequestBringIntoView (line 2448) | private static void OnRequestBringIntoView(object sender, RequestBring... method OnScrollCommand (line 2486) | private static void OnScrollCommand(object target, ExecutedRoutedEvent... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/SelectedCellsChangedEventArgs.cs class SelectedCellsChangedEventArgs (line 12) | public class SelectedCellsChangedEventArgs : EventArgs method SelectedCellsChangedEventArgs (line 19) | public SelectedCellsChangedEventArgs(List addedCells... method SelectedCellsChangedEventArgs (line 33) | public SelectedCellsChangedEventArgs(ReadOnlyCollection GetDaysInRange(DateTime start, Da... method GetDirection (line 507) | private static int GetDirection(DateTime start, DateTime end) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/SelectedItemCollection.cs class SelectedItemCollection (line 17) | internal class SelectedItemCollection : ObservableCollection method SelectedItemCollection (line 24) | public SelectedItemCollection(Selector selector) method ClearItems (line 36) | protected override void ClearItems() method RemoveItem (line 57) | protected override void RemoveItem(int index) method InsertItem (line 75) | protected override void InsertItem(int index, object item) method SetItem (line 101) | protected override void SetItem(int index, object item) method MoveItem (line 121) | protected override void MoveItem(int oldIndex, int newIndex) method ChangeSelectedItems (line 145) | private IDisposable ChangeSelectedItems() method FinishChange (line 151) | private void FinishChange() class Changer (line 159) | private class Changer : IDisposable method Changer (line 161) | public Changer(SelectedItemCollection owner) method Dispose (line 166) | public void Dispose() method BeginUpdateSelectedItems (line 184) | internal void BeginUpdateSelectedItems() method EndUpdateSelectedItems (line 197) | internal void EndUpdateSelectedItems() method Add (line 221) | internal void Add(ItemsControl.ItemInfo info) method Remove (line 234) | internal void Remove(ItemsControl.ItemInfo info) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/SelectionChangedEventArgs.cs class SelectionChangedEventArgs (line 19) | public class SelectionChangedEventArgs : RoutedEventArgs method SelectionChangedEventArgs (line 29) | public SelectionChangedEventArgs( method SelectionChangedEventArgs (line 47) | internal SelectionChangedEventArgs(List unselec... method InvokeEventHandler (line 117) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/SelectiveScrollingOrientation.cs type SelectiveScrollingOrientation (line 9) | public enum SelectiveScrollingOrientation FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Separator.cs class Separator (line 15) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... method Separator (line 18) | static Separator() method PrepareContainer (line 28) | internal static void PrepareContainer(Control container) method OnCreateAutomationPeer (line 41) | protected override AutomationPeer OnCreateAutomationPeer() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/SinglePageViewer.cs class FlowDocumentPageViewer (line 32) | [TemplatePart(Name = "PART_FindToolBarHost", Type = typeof(Decorator))] method FlowDocumentPageViewer (line 46) | static FlowDocumentPageViewer() method FlowDocumentPageViewer (line 68) | public FlowDocumentPageViewer() method OnApplyTemplate (line 88) | public override void OnApplyTemplate() method IncreaseZoom (line 104) | public void IncreaseZoom() method DecreaseZoom (line 112) | public void DecreaseZoom() method Find (line 120) | public void Find() method OnCreateAutomationPeer (line 365) | protected override AutomationPeer OnCreateAutomationPeer() method OnKeyDown (line 374) | protected override void OnKeyDown(KeyEventArgs e) method OnMouseWheel (line 416) | protected override void OnMouseWheel(MouseWheelEventArgs e) method OnContextMenuOpening (line 458) | protected override void OnContextMenuOpening(ContextMenuEventArgs e) method OnPageViewsChanged (line 468) | protected override void OnPageViewsChanged() method OnDocumentChanged (line 483) | protected override void OnDocumentChanged() method OnPrintCompleted (line 536) | protected virtual void OnPrintCompleted() method OnPreviousPageCommand (line 544) | protected override void OnPreviousPageCommand() method OnNextPageCommand (line 559) | protected override void OnNextPageCommand() method OnFirstPageCommand (line 574) | protected override void OnFirstPageCommand() method OnLastPageCommand (line 589) | protected override void OnLastPageCommand() method OnGoToPageCommand (line 604) | protected override void OnGoToPageCommand(int pageNumber) method OnFindCommand (line 619) | protected virtual void OnFindCommand() method OnPrintCommand (line 631) | protected override void OnPrintCommand() method OnCancelPrintCommand (line 709) | protected override void OnCancelPrintCommand() method OnIncreaseZoomCommand (line 726) | protected virtual void OnIncreaseZoomCommand() method OnDecreaseZoomCommand (line 738) | protected virtual void OnDecreaseZoomCommand() method BuildRouteCore (line 760) | internal override bool BuildRouteCore(EventRoute route, RoutedEventArg... method InvalidateAutomationAncestorsCore (line 784) | internal override bool InvalidateAutomationAncestorsCore(Stack(object sender, TEventArg... method _OnContextMenuOpening (line 833) | private static void _OnContextMenuOpening(object sender, ContextMenuEv... method _OnPreviewDeviceDown (line 845) | private static void _OnPreviewDeviceDown(object sender, TE... method OnInkCanvasStrokesReplacedEventHandler (line 882) | private void OnInkCanvasStrokesReplacedEventHandler(object sender, Ink... method OnInkCanvasSelectionMovingEventHandler (line 894) | private void OnInkCanvasSelectionMovingEventHandler(object sender, Ink... method OnInkCanvasSelectionResizingEventHandler (line 911) | private void OnInkCanvasSelectionResizingEventHandler(object sender, I... method OnInkStrokesChanged (line 933) | private void OnInkStrokesChanged(object sender, StrokeCollectionChange... method InitStickyNoteControl (line 981) | private void InitStickyNoteControl() method InitializeEventHandlers (line 998) | private void InitializeEventHandlers() method OnButtonClick (line 1010) | private void OnButtonClick(object sender, RoutedEventArgs e) method DeleteStickyNote (line 1020) | private void DeleteStickyNote() method OnDragCompleted (line 1032) | private void OnDragCompleted(object sender, DragCompletedEventArgs args) method OnDragDelta (line 1053) | private void OnDragDelta(object sender, DragDeltaEventArgs args) method OnTitleDragDelta (line 1086) | private void OnTitleDragDelta(double horizontalChange, double vertical... method OnResizeDragDelta (line 1127) | private void OnResizeDragDelta(double horizontalChange, double vertica... method OnPreviewDeviceDown (line 1191) | private void OnPreviewDeviceDown(object dc, InputEventArgs args) method OnLoadedEventHandler (line 1229) | private void OnLoadedEventHandler(object sender, RoutedEventArgs e) method ClearCachedControls (line 1254) | private void ClearCachedControls() method OnIsExpandedChanged (line 1287) | private void OnIsExpandedChanged() method AsyncTakeFocus (line 1314) | private object AsyncTakeFocus(object notUsed) method GiveUpFocus (line 1326) | private void GiveUpFocus() method BringToFront (line 1366) | private void BringToFront() method SendToBack (line 1377) | private void SendToBack() method InvalidateTransform (line 1386) | private void InvalidateTransform() method AsyncUpdateAnnotation (line 1397) | private object AsyncUpdateAnnotation(object arg) method BindContentControlProperties (line 1408) | private void BindContentControlProperties() method UnbindContentControlProperties (line 1463) | private void UnbindContentControlProperties() method StartListenToContentControlEvent (line 1488) | private void StartListenToContentControlEvent() method StopListenToContentControlEvent (line 1513) | private void StopListenToContentControlEvent() method StartListenToStrokesEvent (line 1537) | private void StartListenToStrokesEvent(StrokeCollection strokes) method StopListenToStrokesEvent (line 1547) | private void StopListenToStrokesEvent(StrokeCollection strokes) method StartListenToStrokeEvent (line 1557) | private void StartListenToStrokeEvent(IEnumerable strokes) method StopListenToStrokeEvent (line 1578) | private void StopListenToStrokeEvent(IEnumerable strokes) method SetupMenu (line 1598) | private void SetupMenu() method _OnCommandExecuted (line 1659) | private static void _OnCommandExecuted(object sender, ExecutedRoutedEv... method _OnQueryCommandEnabled (line 1695) | private static void _OnQueryCommandEnabled(object sender, CanExecuteRo... method UpdateInkDrawingAttributes (line 1726) | private void UpdateInkDrawingAttributes() method GetInkMenuItem (line 1766) | private MenuItem GetInkMenuItem() method GetSelectMenuItem (line 1774) | private MenuItem GetSelectMenuItem() method GetEraseMenuItem (line 1782) | private MenuItem GetEraseMenuItem() method GetCopyMenuItem (line 1790) | private MenuItem GetCopyMenuItem() method GetPasteMenuItem (line 1798) | private MenuItem GetPasteMenuItem() method GetClipboardSeparator (line 1806) | private Separator GetClipboardSeparator() class InkEditingModeConverter (line 1864) | private class InkEditingModeConverter : IValueConverter method Convert (line 1866) | public object Convert(object o, Type type, object parameter, Culture... method ConvertBack (line 1882) | public object ConvertBack(object o, Type type, object parameter, Cul... class InkEditingModeIsKeyboardFocusWithin2EditingMode (line 1890) | private class InkEditingModeIsKeyboardFocusWithin2EditingMode : IMulti... method Convert (line 1892) | public object Convert(object[] values, Type targetType, object param... method ConvertBack (line 1910) | public object[] ConvertBack(object value, Type[] targetTypes, object... class StrokeChangedHandler (line 1917) | private class StrokeChangedHandler method StrokeChangedHandler (line 1919) | public StrokeChangedHandler(StickyNoteControl snc) method OnStrokeChanged (line 1925) | public void OnStrokeChanged(object sender, TEventArgs t) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/StyleSelector.cs class StyleSelector (line 24) | public class StyleSelector method SelectStyle (line 32) | public virtual Style SelectStyle(object item, DependencyObject container) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/TabControl.cs class TabControl (line 26) | [StyleTypedProperty(Property = "ItemContainerStyle", StyleTargetType = t... method TabControl (line 32) | static TabControl() method TabControl (line 51) | public TabControl() : base() method OnTabStripPlacementPropertyChanged (line 75) | private static void OnTabStripPlacementPropertyChanged(DependencyObjec... method ChangeVisualState (line 286) | internal override void ChangeVisualState(bool useTransitions) method OnCreateAutomationPeer (line 303) | protected override AutomationPeer OnCreateAutomationPeer() method OnInitialized (line 311) | protected override void OnInitialized(EventArgs e) method OnApplyTemplate (line 320) | public override void OnApplyTemplate() method OnSelectionChanged (line 332) | protected override void OnSelectionChanged(SelectionChangedEventArgs e) method OnItemsChanged (line 376) | protected override void OnItemsChanged(NotifyCollectionChangedEventArg... method OnKeyDown (line 394) | protected override void OnKeyDown(KeyEventArgs e) method FindNextTabItem (line 437) | private TabItem FindNextTabItem(int startIndex, int direction) method IsItemItsOwnContainerOverride (line 465) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 471) | protected override DependencyObject GetContainerForItemOverride() method OnGeneratorStatusChanged (line 488) | private void OnGeneratorStatusChanged(object sender, EventArgs e) method GetSelectedTabItem (line 501) | private TabItem GetSelectedTabItem() method UpdateSelectedContent (line 531) | private void UpdateSelectedContent() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/TabItem.cs method TabItem (line 41) | public TabItem() : base() method TabItem (line 45) | static TabItem() method OnIsSelectedChanged (line 87) | private static void OnIsSelectedChanged(DependencyObject d, DependencyPr... method OnSelected (line 128) | protected virtual void OnSelected(RoutedEventArgs e) method OnUnselected (line 137) | protected virtual void OnUnselected(RoutedEventArgs e) method HandleIsSelectedChanged (line 142) | private void HandleIsSelectedChanged(bool newValue, RoutedEventArgs e) method RaiseAutomationIsSelectedChanged (line 155) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServi... method CoerceTabStripPlacement (line 182) | private static object CoerceTabStripPlacement(DependencyObject d, object... method OnAncestorChanged (line 199) | internal override void OnAncestorChanged() method ChangeVisualState (line 217) | internal override void ChangeVisualState(bool useTransitions) method OnCreateAutomationPeer (line 257) | protected override AutomationPeer OnCreateAutomationPeer() method OnMouseLeftButtonDown (line 266) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnPreviewGotKeyboardFocus (line 282) | protected override void OnPreviewGotKeyboardFocus(KeyboardFocusChangedEv... method OnAccessKey (line 374) | protected override void OnAccessKey(AccessKeyEventArgs e) method OnContentChanged (line 384) | protected override void OnContentChanged(object oldContent, object newCo... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/TextAdaptor.cs class TextAdaptor (line 26) | internal class TextAdaptor : ITextProvider, IDisposable method TextAdaptor (line 41) | internal TextAdaptor(AutomationPeer textPeer, ITextContainer textConta... method Dispose (line 54) | public void Dispose() method GetBoundingRectangles (line 85) | internal Rect[] GetBoundingRectangles(ITextPointer start, ITextPointer... method GetUpdatedTextView (line 169) | internal ITextView GetUpdatedTextView() method Select (line 198) | internal void Select(ITextPointer start, ITextPointer end) method ScrollIntoView (line 208) | internal void ScrollIntoView(ITextPointer start, ITextPointer end, boo... method TextRangeFromTextPointers (line 276) | internal ITextRangeProvider TextRangeFromTextPointers(ITextPointer ran... method OnTextContainerChanged (line 316) | private void OnTextContainerChanged(object sender, TextContainerChange... method OnTextSelectionChanged (line 324) | private void OnTextSelectionChanged(object sender, EventArgs e) method GetVisibleRectangle (line 332) | private Rect GetVisibleRectangle(ITextView textView) method ClientToScreen (line 365) | private Point ClientToScreen(Point point, Visual visual) method ObsoleteClientToScreen (line 388) | private Point ObsoleteClientToScreen(Point point, Visual visual) method ScreenToClient (line 406) | private Point ScreenToClient(Point point, Visual visual) method ObsoleteScreenToClient (line 428) | private Point ObsoleteScreenToClient(Point point, Visual visual) method GetSelection (line 482) | ITextRangeProvider[] ITextProvider.GetSelection() method GetVisibleRanges (line 502) | ITextRangeProvider[] ITextProvider.GetVisibleRanges() method RangeFromChild (line 561) | ITextRangeProvider ITextProvider.RangeFromChild(IRawElementProviderSim... method RangeFromPoint (line 651) | ITextRangeProvider ITextProvider.RangeFromPoint(Point location) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/TextBlock.cs class TextBlockCache (line 32) | internal class TextBlockCache class TextBlock (line 42) | [ContentProperty("Inlines")] method InputHitTest (line 59) | IInputElement IContentHost.InputHitTest(Point point) method GetRectangles (line 73) | ReadOnlyCollection IContentHost.GetRectangles(ContentElement child) method OnChildDesiredSizeChanged (line 97) | void IContentHost.OnChildDesiredSizeChanged(UIElement child) method AddChild (line 119) | void IAddChild.AddChild(Object value) method AddText (line 172) | void IAddChild.AddText(string text) method GetService (line 265) | object IServiceProvider.GetService(Type serviceType) method TextBlock (line 301) | static TextBlock() method TextBlock (line 327) | public TextBlock() : base() method TextBlock (line 335) | public TextBlock(Inline inline) method Initialize (line 344) | private void Initialize() method GetPositionFromPoint (line 383) | public TextPointer GetPositionFromPoint(Point point, bool snapToText) method SetBaselineOffset (line 537) | public static void SetBaselineOffset(DependencyObject element, double ... method GetBaselineOffset (line 548) | public static double GetBaselineOffset(DependencyObject element) method CoerceText (line 587) | private static object CoerceText(DependencyObject d, object value) method SetFontFamily (line 637) | public static void SetFontFamily(DependencyObject element, FontFamily ... method GetFontFamily (line 648) | public static FontFamily GetFontFamily(DependencyObject element) method SetFontStyle (line 676) | public static void SetFontStyle(DependencyObject element, FontStyle va... method GetFontStyle (line 687) | public static FontStyle GetFontStyle(DependencyObject element) method SetFontWeight (line 715) | public static void SetFontWeight(DependencyObject element, FontWeight ... method GetFontWeight (line 726) | public static FontWeight GetFontWeight(DependencyObject element) method SetFontStretch (line 754) | public static void SetFontStretch(DependencyObject element, FontStretc... method GetFontStretch (line 765) | public static FontStretch GetFontStretch(DependencyObject element) method SetFontSize (line 796) | public static void SetFontSize(DependencyObject element, double value) method GetFontSize (line 807) | [TypeConverter(typeof(FontSizeConverter))] method SetForeground (line 837) | public static void SetForeground(DependencyObject element, Brush value) method GetForeground (line 848) | public static Brush GetForeground(DependencyObject element) method SetLineHeight (line 936) | public static void SetLineHeight(DependencyObject element, double value) method GetLineHeight (line 947) | [TypeConverter(typeof(LengthConverter))] method SetLineStackingStrategy (line 975) | public static void SetLineStackingStrategy(DependencyObject element, L... method GetLineStackingStrategy (line 986) | public static LineStackingStrategy GetLineStackingStrategy(DependencyO... method SetTextAlignment (line 1032) | public static void SetTextAlignment(DependencyObject element, TextAlig... method GetTextAlignment (line 1043) | public static TextAlignment GetTextAlignment(DependencyObject element) method GetVisualChild (line 1147) | protected override Visual GetVisualChild(int index) method MeasureOverride (line 1161) | protected sealed override Size MeasureOverride(Size constraint) method ArrangeOverride (line 1370) | protected sealed override Size ArrangeOverride(Size arrangeSize) method OnRender (line 1475) | protected sealed override void OnRender(DrawingContext ctx) method OnPropertyChanged (line 1588) | protected sealed override void OnPropertyChanged(DependencyPropertyCha... method HitTestCore (line 1623) | protected sealed override HitTestResult HitTestCore(PointHitTestParame... method InputHitTestCore (line 1643) | protected virtual IInputElement InputHitTestCore(Point point) method GetRectanglesCore (line 1723) | protected virtual ReadOnlyCollection GetRectanglesCore(ContentEl... method OnChildDesiredSizeChangedCore (line 1872) | protected virtual void OnChildDesiredSizeChangedCore(UIElement child) method OnCreateAutomationPeer (line 1880) | protected override AutomationPeer OnCreateAutomationPeer() method RemoveChild (line 1899) | internal void RemoveChild(Visual child) method SetTextContainer (line 1915) | internal void SetTextContainer(ITextContainer textContainer) method MeasureChild (line 1943) | internal Size MeasureChild(InlineObject inlineObject) method GetPlainText (line 1996) | internal override string GetPlainText() method GetLineResults (line 2016) | internal ReadOnlyCollection GetLineResults() method GetLineDetails (line 2061) | internal void GetLineDetails(int dcp, int index, double lineVOffset, o... method GetTextPositionFromDistance (line 2103) | internal ITextPointer GetTextPositionFromDistance(int dcp, double dist... method GetRectangleFromTextPosition (line 2150) | internal Rect GetRectangleFromTextPosition(ITextPointer orientedPosition) method GetTightBoundingGeometryFromTextPositions (line 2252) | internal Geometry GetTightBoundingGeometryFromTextPositions(ITextPoint... method IsAtCaretUnitBoundary (line 2366) | internal bool IsAtCaretUnitBoundary(ITextPointer position, int dcp, in... method GetNextCaretUnitPosition (line 2434) | internal ITextPointer GetNextCaretUnitPosition(ITextPointer position, ... method GetBackspaceCaretUnitPosition (line 2562) | internal ITextPointer GetBackspaceCaretUnitPosition(ITextPointer posit... type Flags (line 3861) | [System.Flags] class ComplexContent (line 3892) | private class ComplexContent method ComplexContent (line 3897) | internal ComplexContent(TextBlock owner, ITextContainer textContainer,... method Detach (line 3925) | internal void Detach(TextBlock owner) class SimpleContentEnumerator (line 3966) | private class SimpleContentEnumerator : IEnumerator method SimpleContentEnumerator (line 3971) | internal SimpleContentEnumerator(string content) method Reset (line 3982) | void IEnumerator.Reset() method MoveNext (line 3991) | bool IEnumerator.MoveNext() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/TextBox.cs class TextBox (line 28) | [Localizability(LocalizationCategory.Text)] method TextBox (line 43) | static TextBox() method TextBox (line 78) | public TextBox() : base() method AddChild (line 125) | void IAddChild.AddChild(Object value) method AddText (line 139) | void IAddChild.AddText(string text) method Select (line 149) | public void Select(int start, int length) method Clear (line 184) | public void Clear() method GetCharacterIndexFromPoint (line 200) | public int GetCharacterIndexFromPoint(Point point, bool snapToText) method GetCharacterIndexFromLineIndex (line 228) | public int GetCharacterIndexFromLineIndex(int lineIndex) method GetLineIndexFromCharacterIndex (line 252) | public int GetLineIndexFromCharacterIndex(int charIndex) method GetLineLength (line 283) | public int GetLineLength(int lineIndex) method GetFirstVisibleLineIndex (line 314) | public int GetFirstVisibleLineIndex() method GetLastVisibleLineIndex (line 334) | public int GetLastVisibleLineIndex() method ScrollToLine (line 359) | public void ScrollToLine(int lineIndex) method GetLineText (line 383) | public String GetLineText(int lineIndex) method GetRectFromCharacterIndex (line 418) | public Rect GetRectFromCharacterIndex(int charIndex) method GetRectFromCharacterIndex (line 429) | public Rect GetRectFromCharacterIndex(int charIndex, bool trailingEdge) method GetSpellingError (line 473) | public SpellingError GetSpellingError(int charIndex) method GetSpellingErrorStart (line 501) | public int GetSpellingErrorStart(int charIndex) method GetSpellingErrorLength (line 518) | public int GetSpellingErrorLength(int charIndex) method GetNextSpellingErrorCharacterIndex (line 544) | public int GetNextSpellingErrorCharacterIndex(int charIndex, LogicalDi... method OnClearCommand (line 969) | private static void OnClearCommand(object target, ExecutedRoutedEventA... method OnCanExecuteClearCommand (line 975) | private static void OnCanExecuteClearCommand(object target, CanExecute... method OnClearButtonClick (line 985) | private void OnClearButtonClick() method OnCreateAutomationPeer (line 1004) | protected override AutomationPeer OnCreateAutomationPeer() method OnPropertyChanged (line 1012) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method MeasureOverride (line 1082) | protected override Size MeasureOverride(Size constraint) method OnTextWrappingChanged (line 1110) | internal void OnTextWrappingChanged() method CreateRenderScope (line 1116) | internal override FrameworkElement CreateRenderScope() method AttachToVisualTree (line 1134) | internal override void AttachToVisualTree() method GetPlainText (line 1153) | internal override string GetPlainText() method DoLineUp (line 1172) | internal override void DoLineUp() method DoLineDown (line 1183) | internal override void DoLineDown() method OnTextContainerChanged (line 1194) | internal override void OnTextContainerChanged(object sender, TextConta... method OnDeferredTextReferenceResolved (line 1279) | internal void OnDeferredTextReferenceResolved(DeferredTextReference dt... method OnScrollChanged (line 1290) | internal override void OnScrollChanged(object sender, ScrollChangedEve... method RaiseCourtesyTextChangedEvent (line 1305) | internal void RaiseCourtesyTextChangedEvent() method GetRectangleFromTextPositionInternal (line 1403) | private bool GetRectangleFromTextPositionInternal(TextPointer position... method GetStartPositionOfLine (line 1424) | private TextPointer GetStartPositionOfLine(int lineIndex) method GetEndPositionOfLine (line 1453) | private TextPointer GetEndPositionOfLine(int lineIndex) method CoerceHorizontalScrollBarVisibility (line 1489) | private static object CoerceHorizontalScrollBarVisibility(DependencyOb... method MaxLengthValidateValue (line 1503) | private static bool MaxLengthValidateValue(object value) method CharacterCasingValidateValue (line 1511) | private static bool CharacterCasingValidateValue(object value) method MinLinesValidateValue (line 1519) | private static bool MinLinesValidateValue(object value) method MaxLinesValidateValue (line 1527) | private static bool MaxLinesValidateValue(object value) method OnMinMaxChanged (line 1535) | private static void OnMinMaxChanged(DependencyObject d, DependencyProp... method OnTextPropertyChanged (line 1545) | private static void OnTextPropertyChanged(DependencyObject d, Dependen... method OnTextPropertyChanged (line 1573) | private void OnTextPropertyChanged(string oldText, string newText) method ChooseCaretIndex (line 1685) | private int ChooseCaretIndex(int oldIndex, string oldText, string newT... method OnTextWrappingChanged (line 1784) | private static void OnTextWrappingChanged(DependencyObject d, Dependen... method SetScrollViewerMinMaxHeight (line 1795) | private void SetScrollViewerMinMaxHeight() method SetRenderScopeMinMaxHeight (line 1833) | private void SetRenderScopeMinMaxHeight() method GetLineHeight (line 1869) | private double GetLineHeight() method ShouldSerializeText (line 1899) | [EditorBrowsable(EditorBrowsableState.Never)] method OnQueryScrollCommand (line 1909) | private static void OnQueryScrollCommand(object target, CanExecuteRout... method CoerceText (line 1916) | private static object CoerceText(DependencyObject d, object value) method OnTypographyChanged (line 1927) | private static void OnTypographyChanged(DependencyObject d, Dependency... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/TextChange.cs class TextChange (line 13) | public class TextChange method TextChange (line 23) | internal TextChange() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/TextChangedEventArgs.cs type UndoAction (line 18) | public enum UndoAction class TextChangedEventArgs (line 60) | public class TextChangedEventArgs : RoutedEventArgs method TextChangedEventArgs (line 68) | public TextChangedEventArgs(RoutedEvent id, UndoAction action, ICollec... method TextChangedEventArgs (line 87) | public TextChangedEventArgs(RoutedEvent id, UndoAction action) method InvokeEventHandler (line 151) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/TextRangeAdaptor.cs class TextRangeAdaptor (line 26) | internal class TextRangeAdaptor : ITextRangeProvider method TextRangeAdaptor (line 39) | static TextRangeAdaptor() method TextRangeAdaptor (line 456) | internal TextRangeAdaptor(TextAdaptor textAdaptor, ITextPointer start,... method MoveToInsertionPosition (line 479) | internal static bool MoveToInsertionPosition(ITextPointer position, Lo... method ValidateAndThrow (line 505) | private TextRangeAdaptor ValidateAndThrow(ITextRangeProvider range) method ExpandToEnclosingUnit (line 519) | private void ExpandToEnclosingUnit(TextUnit unit, bool expandStart, bo... method MoveToUnitBoundary (line 724) | private bool MoveToUnitBoundary(ITextPointer position, bool isStart, L... method MovePositionByUnits (line 988) | private int MovePositionByUnits(ITextPointer position, TextUnit unit, ... method GetAttributeValue (line 1201) | private object GetAttributeValue(TextAttributeHelper attr) method IsElementBoundary (line 1246) | private bool IsElementBoundary(TextPointerContext symbolType) method ColorFromBrush (line 1254) | private static int ColorFromBrush(object brush) method GetFontFamilyName (line 1264) | private static string GetFontFamilyName(FontFamily fontFamily, ITextPo... method GetTextDecorationColor (line 1299) | private static int GetTextDecorationColor(TextDecorationCollection dec... method GetTextDecorationLineStyle (line 1325) | private static TextDecorationLineStyle GetTextDecorationLineStyle(Text... method NativeObjectLengthToPoints (line 1366) | private static double NativeObjectLengthToPoints(double length) method GetEnclosingAutomationPeer (line 1376) | private AutomationPeer GetEnclosingAutomationPeer(ITextPointer start, ... method ProviderFromPeer (line 1401) | private IRawElementProviderSimple ProviderFromPeer(AutomationPeer peer) method GetAutomationPeersFromRange (line 1418) | private List GetAutomationPeersFromRange(AutomationPee... method IsAtWordBoundary (line 1438) | private static bool IsAtWordBoundary(ITextPointer position) method MoveToNextWordBoundary (line 1453) | private static bool MoveToNextWordBoundary(ITextPointer position, Logi... method Normalize (line 1488) | private void Normalize() method GetInsertionPosition (line 1504) | private ITextPointer GetInsertionPosition(ITextPointer position, Logic... class TextAttributeHelper (line 1544) | private class TextAttributeHelper method TextAttributeHelper (line 1549) | internal TextAttributeHelper(GetValueAtDelegate getValueDelegate, Ar... method Clone (line 1576) | ITextRangeProvider ITextRangeProvider.Clone() method Compare (line 1587) | bool ITextRangeProvider.Compare(ITextRangeProvider range) method CompareEndpoints (line 1609) | int ITextRangeProvider.CompareEndpoints(TextPatternRangeEndpoint endpo... method ExpandToEnclosingUnit (line 1629) | void ITextRangeProvider.ExpandToEnclosingUnit(TextUnit unit) method FindAttribute (line 1650) | ITextRangeProvider ITextRangeProvider.FindAttribute(int attributeId, o... method FindText (line 1746) | ITextRangeProvider ITextRangeProvider.FindText(string text, bool backw... method GetAttributeValue (line 1786) | object ITextRangeProvider.GetAttributeValue(int attributeId) method GetBoundingRectangles (line 1811) | double[] ITextRangeProvider.GetBoundingRectangles() method GetEnclosingElement (line 1834) | IRawElementProviderSimple ITextRangeProvider.GetEnclosingElement() method GetText (line 1850) | string ITextRangeProvider.GetText(int maxLength) method Move (line 1879) | int ITextRangeProvider.Move(TextUnit unit, int count) method MoveEndpointByUnit (line 1935) | int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint end... method MoveEndpointByRange (line 2002) | void ITextRangeProvider.MoveEndpointByRange(TextPatternRangeEndpoint e... method Select (line 2032) | void ITextRangeProvider.Select() method AddToSelection (line 2049) | void ITextRangeProvider.AddToSelection() method RemoveFromSelection (line 2059) | void ITextRangeProvider.RemoveFromSelection() method ScrollIntoView (line 2069) | void ITextRangeProvider.ScrollIntoView(bool alignToTop) method GetChildren (line 2083) | IRawElementProviderSimple[] ITextRangeProvider.GetChildren() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/TextSearch.cs class TextSearch (line 28) | public sealed class TextSearch : DependencyObject method TextSearch (line 35) | private TextSearch(ItemsControl itemsControl) method EnsureInstance (line 49) | internal static TextSearch EnsureInstance(ItemsControl itemsControl) method SetTextPath (line 77) | public static void SetTextPath(DependencyObject element, string path) method GetTextPath (line 89) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetText (line 109) | public static void SetText(DependencyObject element, string text) method GetText (line 121) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method DoSearch (line 179) | internal bool DoSearch(string nextChar) method DeleteLastCharacter (line 258) | internal bool DeleteLastCharacter() method GetMatchingPrefixAndRemainingTextLength (line 290) | private static void GetMatchingPrefixAndRemainingTextLength(string mat... method FindMatchingPrefix (line 367) | private static int FindMatchingPrefix(ItemsControl itemsControl, strin... method FindMatchingPrefix (line 496) | internal static MatchedTextInfo FindMatchingPrefix(ItemsControl itemsC... method ResetTimeout (line 527) | private void ResetTimeout() method AddCharToPrefix (line 546) | private void AddCharToPrefix(string newChar) method GetPrimaryTextPath (line 552) | private static string GetPrimaryTextPath(ItemsControl itemsControl) method GetPrimaryText (line 563) | private static string GetPrimaryText(object item, BindingExpression pr... method ConvertToPlainText (line 601) | private static string ConvertToPlainText(object o) method GetPrimaryTextFromItem (line 627) | internal static string GetPrimaryTextFromItem(ItemsControl itemsContro... method CreateBindingExpression (line 642) | private static BindingExpression CreateBindingExpression(ItemsControl ... method OnTimeout (line 662) | private void OnTimeout(object sender, EventArgs e) method ResetState (line 667) | private void ResetState() method GetInstance (line 711) | private static TextSearch GetInstance(DependencyObject d) method TypeAKey (line 716) | private void TypeAKey(string c) method CauseTimeOut (line 721) | private void CauseTimeOut() method GetCurrentPrefix (line 730) | internal string GetCurrentPrefix() method GetPrimaryText (line 740) | internal static string GetPrimaryText(FrameworkElement element) method GetCulture (line 798) | private static CultureInfo GetCulture(DependencyObject element) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ToolBar.cs type OverflowMode (line 23) | public enum OverflowMode class ToolBar (line 50) | [TemplatePart(Name = "PART_ToolBarPanel", Type = typeof(ToolBarPanel))] method ToolBar (line 56) | static ToolBar() method ToolBar (line 84) | public ToolBar() : base() method CoerceOrientation (line 112) | private static object CoerceOrientation(DependencyObject d, object value) method CoerceIsOverflowOpen (line 204) | private static object CoerceIsOverflowOpen(DependencyObject d, object ... method CoerceToolTipIsEnabled (line 219) | private static object CoerceToolTipIsEnabled(DependencyObject d, objec... method RegisterToOpenOnLoad (line 225) | private void RegisterToOpenOnLoad() method OpenOnLoad (line 230) | private void OpenOnLoad(object sender, RoutedEventArgs e) method OnOverflowOpenChanged (line 241) | private static void OnOverflowOpenChanged(DependencyObject element, De... method SetFocusOnToolBarOverflowPanel (line 269) | private void SetFocusOnToolBarOverflowPanel() method SetIsOverflowItem (line 346) | internal static void SetIsOverflowItem(DependencyObject element, objec... method GetIsOverflowItem (line 356) | public static bool GetIsOverflowItem(DependencyObject element) method OnOverflowModeChanged (line 379) | private static void OnOverflowModeChanged(DependencyObject element, De... method InvalidateLayout (line 388) | private void InvalidateLayout() method IsValidOverflowMode (line 403) | private static bool IsValidOverflowMode(object o) method SetOverflowMode (line 416) | public static void SetOverflowMode(DependencyObject element, OverflowM... method GetOverflowMode (line 427) | [AttachedPropertyBrowsableForChildren(IncludeDescendants = true)] method OnCreateAutomationPeer (line 442) | protected override AutomationPeer OnCreateAutomationPeer() method PrepareContainerForItemOverride (line 451) | protected override void PrepareContainerForItemOverride(DependencyObje... method OnTemplateChangedInternal (line 491) | internal override void OnTemplateChangedInternal(FrameworkTemplate old... method OnItemsChanged (line 503) | protected override void OnItemsChanged(NotifyCollectionChangedEventArg... method MeasureOverride (line 517) | protected override Size MeasureOverride(Size constraint) method OnLostMouseCapture (line 561) | protected override void OnLostMouseCapture(MouseEventArgs e) method FindToolBarPanel (line 591) | private ToolBarPanel FindToolBarPanel() method FindToolBarOverflowPanel (line 614) | private ToolBarOverflowPanel FindToolBarOverflowPanel() method OnKeyDown (line 627) | protected override void OnKeyDown(KeyEventArgs e) method OnMouseButtonDown (line 677) | private static void OnMouseButtonDown(object sender, MouseButtonEventA... method _OnClick (line 690) | private static void _OnClick(object e, RoutedEventArgs args) method OnAncestorChanged (line 698) | internal override void OnAncestorChanged() method Close (line 704) | private void Close() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ToolBarTray.cs class ToolBarTray (line 27) | [ContentProperty("ToolBars")] method ToolBarTray (line 38) | static ToolBarTray() method ToolBarTray (line 53) | public ToolBarTray() : base() method OnOrientationPropertyChanged (line 100) | private static void OnOrientationPropertyChanged(DependencyObject d, D... method SetIsLocked (line 148) | public static void SetIsLocked(DependencyObject element, bool value) method GetIsLocked (line 159) | public static bool GetIsLocked(DependencyObject element) class ToolBarCollection (line 180) | private class ToolBarCollection : Collection method ToolBarCollection (line 182) | public ToolBarCollection(ToolBarTray parent) method InsertItem (line 187) | protected override void InsertItem(int index, ToolBar toolBar) method SetItem (line 196) | protected override void SetItem(int index, ToolBar toolBar) method RemoveItem (line 214) | protected override void RemoveItem(int index) method ClearItems (line 225) | protected override void ClearItems() method AddChild (line 265) | void IAddChild.AddChild(Object value) method AddText (line 285) | void IAddChild.AddText(string text) method OnRender (line 321) | protected override void OnRender(DrawingContext dc) method MeasureOverride (line 341) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 411) | protected override Size ArrangeOverride(Size arrangeSize) method GetVisualChild (line 471) | protected override Visual GetVisualChild(int index) method OnThumbDragDelta (line 491) | private static void OnThumbDragDelta(object sender, DragDeltaEventArgs e) method ProcessThumbDragDelta (line 502) | private void ProcessThumbDragDelta(DragDeltaEventArgs e) method TransformPointToToolBar (line 656) | private Point TransformPointToToolBar(ToolBar toolBar, Point point) method ShrinkToolBars (line 664) | private void ShrinkToolBars(List band, int startIndex, int en... method ToolBarsTotalMinimum (line 702) | private double ToolBarsTotalMinimum(List band, int startIndex... method ExpandToolBars (line 712) | private void ExpandToolBars(List band, int startIndex, int en... method ToolBarsTotalMaximum (line 750) | private double ToolBarsTotalMaximum(List band, int startIndex... method MoveToolBar (line 760) | private void MoveToolBar(ToolBar toolBar, int newBandNumber, double po... method GetBandFromOffset (line 805) | private int GetBandFromOffset(double toolBarOffset) method GenerateBands (line 825) | private void GenerateBands() method IsBandsDirty (line 854) | private bool IsBandsDirty() method InsertBand (line 877) | private void InsertBand(ToolBar toolBar, int toolBarIndex) method CreateBand (line 898) | private BandInfo CreateBand(int startIndex) method InsertToolBar (line 915) | private void InsertToolBar(ToolBar toolBar, List band) class BandInfo (line 940) | private class BandInfo method BandInfo (line 942) | public BandInfo() { } FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ToolTip.cs class ToolTip (line 16) | [DefaultEvent("Opened")] method ToolTip (line 22) | static ToolTip() method ToolTip (line 33) | public ToolTip() : base() method CoerceHorizontalOffset (line 85) | private static object CoerceHorizontalOffset(DependencyObject d, objec... method CoerceVerticalOffset (line 116) | private static object CoerceVerticalOffset(DependencyObject d, object ... method OnIsOpenChanged (line 152) | private static void OnIsOpenChanged(DependencyObject d, DependencyProp... method CoerceHasDropShadow (line 196) | private static object CoerceHasDropShadow(DependencyObject d, object v... method CoercePlacementTarget (line 226) | private static object CoercePlacementTarget(DependencyObject d, object... method CoercePlacementRectangle (line 251) | private static object CoercePlacementRectangle(DependencyObject d, obj... method CoercePlacement (line 275) | private static object CoercePlacement(DependencyObject d, object value) method OnOpened (line 375) | protected virtual void OnOpened(RoutedEventArgs e) method OnClosed (line 406) | protected virtual void OnClosed(RoutedEventArgs e) method ChangeVisualState (line 422) | internal override void ChangeVisualState(bool useTransitions) method OnCreateAutomationPeer (line 440) | protected override AutomationPeer OnCreateAutomationPeer() method OnVisualParentChanged (line 449) | protected internal override void OnVisualParentChanged(DependencyObjec... method OnAncestorChanged (line 459) | internal override void OnAncestorChanged() method OnContentChanged (line 473) | protected override void OnContentChanged(object oldContent, object new... method HookupParentPopup (line 497) | private void HookupParentPopup() method ForceClose (line 526) | internal void ForceClose() method OnPopupCouldClose (line 531) | private void OnPopupCouldClose(object sender, EventArgs e) method OnPopupOpened (line 536) | private void OnPopupOpened(object source, EventArgs e) method OnPopupClosed (line 556) | private void OnPopupClosed(object source, EventArgs e) method GetScreenRect (line 563) | internal Rect GetScreenRect() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ToolTipService.cs class ToolTipService (line 14) | public static class ToolTipService method GetToolTip (line 33) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetToolTip (line 51) | public static void SetToolTip(DependencyObject element, object value) method GetHorizontalOffset (line 71) | [TypeConverter(typeof(LengthConverter))] method SetHorizontalOffset (line 84) | public static void SetHorizontalOffset(DependencyObject element, doubl... method GetVerticalOffset (line 104) | [TypeConverter(typeof(LengthConverter))] method SetVerticalOffset (line 117) | public static void SetVerticalOffset(DependencyObject element, double ... method GetHasDropShadow (line 137) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetHasDropShadow (line 149) | public static void SetHasDropShadow(DependencyObject element, bool value) method GetPlacementTarget (line 169) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetPlacementTarget (line 181) | public static void SetPlacementTarget(DependencyObject element, UIElem... method GetPlacementRectangle (line 201) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetPlacementRectangle (line 213) | public static void SetPlacementRectangle(DependencyObject element, Rec... method GetPlacement (line 233) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetPlacement (line 245) | public static void SetPlacement(DependencyObject element, PlacementMod... method GetShowOnDisabled (line 265) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetShowOnDisabled (line 277) | public static void SetShowOnDisabled(DependencyObject element, bool va... method GetIsOpen (line 302) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetIsOpen (line 314) | private static void SetIsOpen(DependencyObject element, bool value) method GetIsEnabled (line 334) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetIsEnabled (line 346) | public static void SetIsEnabled(DependencyObject element, bool value) method PositiveValueValidation (line 352) | private static bool PositiveValueValidation(object o) method GetShowDuration (line 372) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetShowDuration (line 384) | public static void SetShowDuration(DependencyObject element, int value) method GetInitialShowDelay (line 405) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetInitialShowDelay (line 417) | public static void SetInitialShowDelay(DependencyObject element, int v... method GetBetweenShowDelay (line 438) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetBetweenShowDelay (line 450) | public static void SetBetweenShowDelay(DependencyObject element, int v... method GetShowsToolTipOnKeyboardFocus (line 472) | public static bool? GetShowsToolTipOnKeyboardFocus(DependencyObject el... method SetShowsToolTipOnKeyboardFocus (line 483) | public static void SetShowsToolTipOnKeyboardFocus(DependencyObject ele... method AddToolTipOpeningHandler (line 513) | public static void AddToolTipOpeningHandler(DependencyObject element, ... method RemoveToolTipOpeningHandler (line 523) | public static void RemoveToolTipOpeningHandler(DependencyObject elemen... method AddToolTipClosingHandler (line 544) | public static void AddToolTipClosingHandler(DependencyObject element, ... method RemoveToolTipClosingHandler (line 554) | public static void RemoveToolTipClosingHandler(DependencyObject elemen... method ToolTipService (line 569) | static ToolTipService() method OnFindToolTip (line 576) | private static void OnFindToolTip(object sender, FindToolTipEventArgs e) method ToolTipIsEnabled (line 593) | internal static bool ToolTipIsEnabled(DependencyObject o, TriggerActio... method IsFromKeyboard (line 629) | internal static bool IsFromKeyboard(ToolTipService.TriggerAction trigg... type TriggerAction (line 638) | internal enum TriggerAction class ToolTipEventArgs (line 655) | public sealed class ToolTipEventArgs : RoutedEventArgs method ToolTipEventArgs (line 661) | internal ToolTipEventArgs(bool opening) method InvokeEventHandler (line 678) | protected override void InvokeEventHandler(Delegate genericHandler, ob... class FindToolTipEventArgs (line 687) | internal sealed class FindToolTipEventArgs : RoutedEventArgs method FindToolTipEventArgs (line 689) | internal FindToolTipEventArgs(ToolTipService.TriggerAction triggerAction) method InvokeEventHandler (line 711) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/TreeView.cs class TreeView (line 22) | [StyleTypedProperty(Property = "ItemContainerStyle", StyleTargetType = t... method TreeView (line 27) | static TreeView() method TreeView (line 43) | public TreeView() method SetSelectedItem (line 74) | private void SetSelectedItem(object data) method SetSelectedValue (line 103) | private void SetSelectedValue(object data) method OnSelectedValuePathChanged (line 134) | private static void OnSelectedValuePathChanged(DependencyObject d, Dep... method OnSelectedItemChanged (line 172) | protected virtual void OnSelectedItemChanged(RoutedPropertyChangedEven... method ChangeSelection (line 184) | internal void ChangeSelection(object data, TreeViewItem container, boo... method UpdateSelectedValue (line 270) | private void UpdateSelectedValue(object selectedItem) method PrepareSelectedValuePathBindingExpression (line 288) | private BindingExpression PrepareSelectedValuePathBindingExpression(ob... method HandleSelectionAndCollapsed (line 336) | internal void HandleSelectionAndCollapsed(TreeViewItem collapsed) method HandleMouseButtonDown (line 367) | internal void HandleMouseButtonDown() method IsItemItsOwnContainerOverride (line 393) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 402) | protected override DependencyObject GetContainerForItemOverride() method OnItemsChanged (line 410) | protected override void OnItemsChanged(NotifyCollectionChangedEventArg... method SelectFirstItem (line 443) | private void SelectFirstItem() method GetFirstItem (line 457) | private bool GetFirstItem(out object item, out TreeViewItem container) method OnKeyDown (line 506) | protected override void OnKeyDown(KeyEventArgs e) method FocusFirstItem (line 609) | private bool FocusFirstItem() method FocusLastItem (line 616) | private bool FocusLastItem() method HandleScrollKeys (line 622) | private bool HandleScrollKeys(Key key) method HandleScrollByPage (line 697) | private bool HandleScrollByPage(KeyEventArgs e) method ExpandSubtree (line 720) | protected virtual bool ExpandSubtree(TreeViewItem container) method OnIsKeyboardFocusWithinChanged (line 738) | protected override void OnIsKeyboardFocusWithinChanged(DependencyPrope... method OnGotFocus (line 782) | protected override void OnGotFocus(RoutedEventArgs e) method OnFocusEnterMainFocusScope (line 794) | private void OnFocusEnterMainFocusScope(object sender, EventArgs e) method FindParent (line 803) | private static DependencyObject FindParent(DependencyObject o) method OnCreateAutomationPeer (line 839) | protected override AutomationPeer OnCreateAutomationPeer() type Bits (line 864) | private enum Bits FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/TreeViewItem.cs class TreeViewItem (line 21) | [TemplatePart(Name = HeaderPartName, Type = typeof(FrameworkElement))] method TreeViewItem (line 28) | static TreeViewItem() method TreeViewItem (line 50) | public TreeViewItem() method OnIsExpandedChanged (line 85) | private static void OnIsExpandedChanged(DependencyObject d, Dependency... method OnIsSelectedChanged (line 149) | private static void OnIsSelectedChanged(DependencyObject d, Dependency... method OnExpanded (line 221) | protected virtual void OnExpanded(RoutedEventArgs e) method OnCollapsed (line 253) | protected virtual void OnCollapsed(RoutedEventArgs e) method OnSelected (line 285) | protected virtual void OnSelected(RoutedEventArgs e) method OnUnselected (line 317) | protected virtual void OnUnselected(RoutedEventArgs e) method ExpandSubtree (line 329) | public void ExpandSubtree() method ArrangeOverride (line 338) | protected override Size ArrangeOverride(Size arrangeSize) method OnVisualParentChanged (line 467) | protected internal override void OnVisualParentChanged(DependencyObjec... method Select (line 482) | private void Select(bool selected) method UpdateContainsSelection (line 506) | internal void UpdateContainsSelection(bool selected) method OnGotFocus (line 524) | protected override void OnGotFocus(RoutedEventArgs e) method OnMouseLeftButtonDown (line 534) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnKeyDown (line 561) | protected override void OnKeyDown(KeyEventArgs e) method LogicalLeft (line 635) | private bool LogicalLeft(Key key) method HandleUpKey (line 657) | internal bool HandleUpKey(KeyEventArgs e) method HandleDownKey (line 662) | internal bool HandleDownKey(KeyEventArgs e) method HandleUpDownKey (line 667) | private bool HandleUpDownKey(bool up, KeyEventArgs e) method AllowHandleKeyEvent (line 695) | private bool AllowHandleKeyEvent(FocusNavigationDirection direction) method OnMouseButtonDown (line 728) | private static void OnMouseButtonDown(object sender, MouseButtonEventA... method OnRequestBringIntoView (line 734) | private static void OnRequestBringIntoView(object sender, RequestBring... method HandleBringIntoView (line 742) | private void HandleBringIntoView(RequestBringIntoViewEventArgs e) method BringItemIntoView (line 776) | private object BringItemIntoView(object args) method TryGetHeaderElement (line 793) | internal FrameworkElement TryGetHeaderElement() method IsItemItsOwnContainerOverride (line 860) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 869) | protected override DependencyObject GetContainerForItemOverride() method PrepareItemContainer (line 874) | internal void PrepareItemContainer(object item, ItemsControl parentIte... method ClearItemContainer (line 892) | internal void ClearItemContainer(object item, ItemsControl parentItems... method IsVirtualizingPropagationHelper (line 923) | internal static void IsVirtualizingPropagationHelper(DependencyObject ... method SynchronizeValue (line 931) | internal static void SynchronizeValue(DependencyProperty dp, Dependenc... method OnItemsChanged (line 940) | protected override void OnItemsChanged(NotifyCollectionChangedEventArg... method ExpandRecursive (line 986) | private static void ExpandRecursive(TreeViewItem item) method OnCreateAutomationPeer (line 1049) | protected override AutomationPeer OnCreateAutomationPeer() method ChangeVisualState (line 1072) | internal override void ChangeVisualState(bool useTransitions) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/UIElementCollection.cs class UIElementCollection (line 21) | public class UIElementCollection : IList method UIElementCollection (line 32) | public UIElementCollection(UIElement visualParent, FrameworkElement lo... method CopyTo (line 75) | public virtual void CopyTo(Array array, int index) method CopyTo (line 85) | public virtual void CopyTo(UIElement[] array, int index) method SetInternal (line 138) | internal void SetInternal(int index, UIElement item) method Add (line 158) | public virtual int Add(UIElement element) method AddInternal (line 169) | internal int AddInternal(UIElement element) method IndexOf (line 186) | public virtual int IndexOf(UIElement element) method Remove (line 195) | public virtual void Remove(UIElement element) method RemoveInternal (line 202) | internal void RemoveInternal(UIElement element) method RemoveNoVerify (line 214) | internal virtual void RemoveNoVerify(UIElement element) method Contains (line 223) | public virtual bool Contains(UIElement element) method Clear (line 232) | public virtual void Clear() method ClearInternal (line 244) | internal void ClearInternal() method Insert (line 279) | public virtual void Insert(int index, UIElement element) method InsertInternal (line 290) | internal void InsertInternal(int index, UIElement element) method RemoveAt (line 303) | public virtual void RemoveAt(int index) method RemoveRange (line 325) | public virtual void RemoveRange(int index, int count) method RemoveRangeInternal (line 336) | internal void RemoveRangeInternal(int index, int count) method MoveVisualChild (line 378) | internal void MoveVisualChild(Visual visual, Visual destination) method Cast (line 383) | private UIElement Cast(object value) method Add (line 401) | int IList.Add(object value) method Contains (line 409) | bool IList.Contains(object value) method IndexOf (line 417) | int IList.IndexOf(object value) method Insert (line 425) | void IList.Insert(int index, object value) method Remove (line 447) | void IList.Remove(object value) method GetEnumerator (line 479) | public virtual IEnumerator GetEnumerator() method SetLogicalParent (line 488) | protected void SetLogicalParent(UIElement element) method ClearLogicalParent (line 497) | protected void ClearLogicalParent(UIElement element) method ValidateElement (line 511) | private void ValidateElement(UIElement element) method VerifyWriteAccess (line 519) | private void VerifyWriteAccess() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/UserControl.cs class UserControl (line 14) | public class UserControl : ContentControl method UserControl (line 17) | static UserControl() method UserControl (line 32) | public UserControl() method AdjustBranchSource (line 38) | internal override void AdjustBranchSource(RoutedEventArgs e) method OnCreateAutomationPeer (line 46) | protected override AutomationPeer OnCreateAutomationPeer() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Validation.cs class Validation (line 25) | public static class Validation method AddErrorHandler (line 42) | public static void AddErrorHandler(DependencyObject element, EventHand... method RemoveErrorHandler (line 52) | public static void RemoveErrorHandler(DependencyObject element, EventH... method GetErrors (line 82) | public static ReadOnlyObservableCollection GetErrors(... method OnErrorsInternalChanged (line 101) | private static void OnErrorsInternalChanged(DependencyObject d, Depend... method GetErrorsInternal (line 115) | internal static ValidationErrorCollection GetErrorsInternal(Dependency... method OnHasErrorChanged (line 135) | private static void OnHasErrorChanged(DependencyObject d, DependencyPr... method GetHasError (line 153) | public static bool GetHasError(DependencyObject element) method GetErrorTemplate (line 180) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetErrorTemplate (line 190) | public static void SetErrorTemplate(DependencyObject element, ControlT... method OnErrorTemplateChanged (line 201) | private static void OnErrorTemplateChanged(DependencyObject d, Depende... method GetValidationAdornerSite (line 224) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetValidationAdornerSite (line 234) | public static void SetValidationAdornerSite(DependencyObject element, ... method OnValidationAdornerSiteChanged (line 242) | private static void OnValidationAdornerSiteChanged(DependencyObject d,... method GetValidationAdornerSiteFor (line 287) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetValidationAdornerSiteFor (line 297) | public static void SetValidationAdornerSiteFor(DependencyObject elemen... method OnValidationAdornerSiteForChanged (line 305) | private static void OnValidationAdornerSiteForChanged(DependencyObject... method ShowValidationAdorner (line 325) | internal static void ShowValidationAdorner(DependencyObject targetElem... method HasValidationGroup (line 342) | private static bool HasValidationGroup(FrameworkElement fe) method HasValidationGroup (line 364) | private static bool HasValidationGroup(IList groups) method ShowValidationAdornerHelper (line 381) | private static void ShowValidationAdornerHelper(DependencyObject targe... method ShowValidationAdornerOperation (line 386) | private static object ShowValidationAdornerOperation(object arg) method ShowValidationAdornerWhenAdornerSiteGetsVisible (line 407) | private static void ShowValidationAdornerWhenAdornerSiteGetsVisible(ob... method ShowValidationAdornerHelper (line 425) | private static void ShowValidationAdornerHelper(DependencyObject targe... method MarkInvalid (line 478) | public static void MarkInvalid(BindingExpressionBase bindingExpression... method ClearInvalid (line 490) | public static void ClearInvalid(BindingExpressionBase bindingExpression) method AddValidationError (line 497) | internal static void AddValidationError(ValidationError validationErro... method RemoveValidationError (line 535) | internal static void RemoveValidationError(ValidationError validationE... method OnValidationError (line 574) | private static void OnValidationError(DependencyObject source, Validat... method CreateDefaultErrorTemplate (line 586) | private static ControlTemplate CreateDefaultErrorTemplate() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ValidationError.cs class ValidationError (line 18) | public class ValidationError method ValidationError (line 27) | public ValidationError(ValidationRule ruleInError, object bindingInErr... method ValidationError (line 43) | public ValidationError(ValidationRule ruleInError, object bindingInErr... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ValidationErrorEventArgs.cs type ValidationErrorEventAction (line 17) | public enum ValidationErrorEventAction class ValidationErrorEventArgs (line 29) | public class ValidationErrorEventArgs : RoutedEventArgs method ValidationErrorEventArgs (line 34) | internal ValidationErrorEventArgs(ValidationError validationError, Val... method InvokeEventHandler (line 79) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ValidationResult.cs class ValidationResult (line 16) | public class ValidationResult method ValidationResult (line 21) | public ValidationResult(bool isValid, object errorContent) method Equals (line 91) | public override bool Equals(object obj) method GetHashCode (line 114) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ValidationRule.cs class ValidationRule (line 26) | public abstract class ValidationRule method ValidationRule (line 35) | protected ValidationRule() : this(ValidationStep.RawProposedValue, false) method ValidationRule (line 43) | protected ValidationRule(ValidationStep validationStep, bool validates... method Validate (line 52) | public abstract ValidationResult Validate(object value, CultureInfo cu... method Validate (line 54) | public virtual ValidationResult Validate(object value, CultureInfo cul... method Validate (line 67) | public virtual ValidationResult Validate(object value, CultureInfo cul... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ValidationStep.cs type ValidationStep (line 15) | public enum ValidationStep FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ViewBase.cs class ViewBase (line 15) | public abstract class ViewBase : DependencyObject method PrepareItem (line 23) | protected internal virtual void PrepareItem(ListViewItem item) method ClearItem (line 31) | protected internal virtual void ClearItem(ListViewItem item) method OnThemeChanged (line 56) | internal virtual void OnThemeChanged() method AddInheritanceContext (line 73) | internal override void AddInheritanceContext(DependencyObject context,... method RemoveInheritanceContext (line 84) | internal override void RemoveInheritanceContext(DependencyObject conte... method GetAutomationPeer (line 107) | protected internal virtual IViewAutomationPeer GetAutomationPeer(ListV... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ViewBox.cs type StretchDirection (line 25) | public enum StretchDirection class Viewbox (line 49) | public class Viewbox : Decorator method Viewbox (line 59) | static Viewbox() method Viewbox (line 71) | public Viewbox() : base() method ValidateStretchValue (line 100) | private static bool ValidateStretchValue(object value) method ValidateStretchDirectionValue (line 122) | private static bool ValidateStretchDirectionValue(object value) method GetVisualChild (line 232) | protected override Visual GetVisualChild(int index) method MeasureOverride (line 302) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 334) | protected override Size ArrangeOverride(Size arrangeSize) method ComputeScaleFactor (line 365) | internal static Size ComputeScaleFactor(Size availableSize, FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/ViewPort3D.cs class Viewport3D (line 25) | [ContentProperty("Children")] method Viewport3D (line 37) | static Viewport3D() method Viewport3D (line 52) | public Viewport3D() method OnCameraChanged (line 98) | private static void OnCameraChanged(DependencyObject d, DependencyProp... method OnCreateAutomationPeer (line 151) | protected override AutomationPeer OnCreateAutomationPeer() method ArrangeOverride (line 160) | protected override Size ArrangeOverride(Size finalSize) method GetVisualChild (line 177) | protected override Visual GetVisualChild(int index) method AddChild (line 224) | void IAddChild.AddChild(Object value) method AddText (line 238) | void IAddChild.AddText(string text) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/VirtualizationCacheLength.cs type VirtualizationCacheLengthUnit (line 19) | public enum VirtualizationCacheLengthUnit type VirtualizationCacheLength (line 38) | [TypeConverter(typeof(VirtualizationCacheLengthConverter))] method VirtualizationCacheLength (line 59) | public VirtualizationCacheLength(double cacheBeforeAndAfterViewport) method VirtualizationCacheLength (line 64) | public VirtualizationCacheLength(double cacheBeforeViewport, double ca... method Equals (line 122) | public override bool Equals(object oCompare) method Equals (line 138) | public bool Equals(VirtualizationCacheLength cacheLength) method GetHashCode (line 147) | public override int GetHashCode() method ToString (line 165) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/VirtualizationCacheLengthConverter.cs class VirtualizationCacheLengthConverter (line 20) | public class VirtualizationCacheLengthConverter : TypeConverter method CanConvertFrom (line 32) | public override bool CanConvertFrom(ITypeDescriptorContext typeDescrip... method CanConvertTo (line 63) | public override bool CanConvertTo(ITypeDescriptorContext typeDescripto... method ConvertFrom (line 93) | public override object ConvertFrom(ITypeDescriptorContext typeDescript... method ConvertTo (line 128) | public override object ConvertTo(ITypeDescriptorContext typeDescriptor... method ToString (line 168) | internal static string ToString(VirtualizationCacheLength cacheLength,... method FromString (line 181) | internal static VirtualizationCacheLength FromString(string s, Culture... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/VirtualizationMode.cs type VirtualizationMode (line 10) | public enum VirtualizationMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/VirtualizedCellInfoCollection.cs class VirtualizedCellInfoCollection (line 10) | internal class VirtualizedCellInfoCollection : IList method VirtualizedCellInfoCollection (line 21) | internal VirtualizedCellInfoCollection(DataGrid owner) method VirtualizedCellInfoCollection (line 34) | private VirtualizedCellInfoCollection(DataGrid owner, List... method MakeEmptyCollection (line 48) | internal static VirtualizedCellInfoCollection MakeEmptyCollection(Data... method Add (line 61) | public void Add(DataGridCellInfo cell) method AddValidatedCell (line 84) | internal void AddValidatedCell(DataGridCellInfo cell) method Clear (line 98) | public void Clear() method Contains (line 121) | public bool Contains(DataGridCellInfo cell) method Contains (line 141) | internal bool Contains(DataGridCell cell) method Contains (line 179) | internal bool Contains(int rowIndex, int columnIndex) method CopyTo (line 199) | public void CopyTo(DataGridCellInfo[] array, int arrayIndex) method GetEnumerator (line 214) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 222) | public IEnumerator GetEnumerator() class VirtualizedCellInfoCollectionEnumerator (line 230) | private class VirtualizedCellInfoCollectionEnumerator : IEnumerator remain... method GetBoundingRegion (line 784) | protected void GetBoundingRegion(out int left, out int top, out int ri... method AddRegion (line 822) | internal void AddRegion(int rowIndex, int columnIndex, int rowCount, i... method AddRegion (line 827) | private void AddRegion(int rowIndex, int columnIndex, int rowCount, in... method RemoveRegion (line 891) | internal void RemoveRegion(int rowIndex, int columnIndex, int rowCount... method RemoveRegion (line 902) | private void RemoveRegion(int rowIndex, int columnIndex, int rowCount,... method OnItemsCollectionChanged (line 943) | internal void OnItemsCollectionChanged(NotifyCollectionChangedEventArg... method OnAddRow (line 972) | private void OnAddRow(int rowIndex) method OnRemoveRow (line 1000) | private void OnRemoveRow(int rowIndex, object item) method OnReplaceRow (line 1039) | private void OnReplaceRow(int rowIndex, object item) method OnMoveRow (line 1055) | private void OnMoveRow(int oldIndex, int newIndex) method OnColumnsChanged (line 1116) | internal void OnColumnsChanged(NotifyCollectionChangedAction action, i... method OnAddColumn (line 1145) | private void OnAddColumn(int columnIndex, IList selectedRows) method FillInFullRowRegions (line 1175) | private void FillInFullRowRegions(IList rows, int columnIndex, bool no... method OnRemoveColumn (line 1188) | private void OnRemoveColumn(int columnIndex, DataGridColumn oldColumn) method OnReplaceColumn (line 1227) | private void OnReplaceColumn(int columnIndex, DataGridColumn oldColumn... method OnMoveColumn (line 1246) | private void OnMoveColumn(int oldIndex, int newIndex) class RemovedCellInfoCollection (line 1309) | private class RemovedCellInfoCollection : VirtualizedCellInfoCollection method RemovedCellInfoCollection (line 1311) | internal RemovedCellInfoCollection(DataGrid owner, List ... method RemovedCellInfoCollection (line 1317) | internal RemovedCellInfoCollection(DataGrid owner, List ... method CreateCellInfo (line 1323) | protected override DataGridCellInfo CreateCellInfo(ItemsControl.Item... method Union (line 1349) | internal void Union(VirtualizedCellInfoCollection collection) method Xor (line 1365) | internal static void Xor(VirtualizedCellInfoCollection c1, Virtualized... method ClearFullRows (line 1389) | internal void ClearFullRows(IList rows) method RestoreOnlyFullRows (line 1430) | internal void RestoreOnlyFullRows(List> ranges) method RemoveAllButOne (line 1447) | internal void RemoveAllButOne(DataGridCellInfo cellInfo) method RemoveAllButOne (line 1461) | internal void RemoveAllButOne() method RemoveAllButOneRow (line 1474) | internal void RemoveAllButOneRow(int rowIndex) method RemoveAllButRegion (line 1482) | private void RemoveAllButRegion(int rowIndex, int columnIndex, int row... method Intersects (line 1502) | internal bool Intersects(int rowIndex) method Intersects (line 1527) | internal bool Intersects(int rowIndex, out List columnIndexRanges) method ConvertCellInfoToIndexes (line 1563) | private void ConvertCellInfoToIndexes(DataGridCellInfo cell, out int r... method ConvertIndexToIndexes (line 1577) | private static void ConvertIndexToIndexes(List regions, in... method GetCellInfoFromIndex (line 1602) | private DataGridCellInfo GetCellInfoFromIndex(DataGrid owner, List... method CreateCellInfo (line 1650) | protected virtual DataGridCellInfo CreateCellInfo(ItemsControl.ItemInf... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/VirtualizingPanel.cs class VirtualizingPanel (line 15) | public abstract class VirtualizingPanel : Panel method VirtualizingPanel (line 20) | protected VirtualizingPanel() : base() method GetItemOffset (line 34) | public double GetItemOffset(UIElement child) method GetItemOffsetCore (line 44) | protected virtual double GetItemOffsetCore(UIElement child) method GetIsVirtualizing (line 62) | public static bool GetIsVirtualizing(DependencyObject element) method SetIsVirtualizing (line 74) | public static void SetIsVirtualizing(DependencyObject element, bool va... method GetVirtualizationMode (line 96) | public static VirtualizationMode GetVirtualizationMode(DependencyObjec... method SetVirtualizationMode (line 108) | public static void SetVirtualizationMode(DependencyObject element, Vir... method GetIsVirtualizingWhenGrouping (line 128) | public static bool GetIsVirtualizingWhenGrouping(DependencyObject elem... method SetIsVirtualizingWhenGrouping (line 140) | public static void SetIsVirtualizingWhenGrouping(DependencyObject elem... method GetScrollUnit (line 159) | public static ScrollUnit GetScrollUnit(DependencyObject element) method SetScrollUnit (line 170) | public static void SetScrollUnit(DependencyObject element, ScrollUnit ... method GetCacheLength (line 194) | public static VirtualizationCacheLength GetCacheLength(DependencyObjec... method SetCacheLength (line 207) | public static void SetCacheLength(DependencyObject element, Virtualiza... method GetCacheLengthUnit (line 228) | public static VirtualizationCacheLengthUnit GetCacheLengthUnit(Depende... method SetCacheLengthUnit (line 240) | public static void SetCacheLengthUnit(DependencyObject element, Virtua... method GetIsContainerVirtualizable (line 260) | public static bool GetIsContainerVirtualizable(DependencyObject element) method SetIsContainerVirtualizable (line 272) | public static void SetIsContainerVirtualizable(DependencyObject elemen... method GetShouldCacheContainerSize (line 292) | internal static bool GetShouldCacheContainerSize(DependencyObject elem... method ValidateCacheSizeBeforeOrAfterViewport (line 326) | private static bool ValidateCacheSizeBeforeOrAfterViewport(object value) method CoerceIsVirtualizingWhenGrouping (line 333) | private static object CoerceIsVirtualizingWhenGrouping(DependencyObjec... method OnVirtualizationPropertyChanged (line 339) | internal static void OnVirtualizationPropertyChanged(DependencyObject ... method VirtualizationPropertyChangePropagationRecursive (line 366) | private static void VirtualizationPropertyChangePropagationRecursive(D... method GenerateChildren (line 397) | internal override void GenerateChildren() method AddInternalChild (line 409) | protected void AddInternalChild(UIElement child) method InsertInternalChild (line 422) | protected void InsertInternalChild(int index, UIElement child) method RemoveInternalChildRange (line 435) | protected void RemoveInternalChildRange(int index, int range) method AddInternalChild (line 441) | internal static void AddInternalChild(UIElementCollection children, UI... method InsertInternalChild (line 447) | internal static void InsertInternalChild(UIElementCollection children,... method RemoveInternalChildRange (line 453) | internal static void RemoveInternalChildRange(UIElementCollection chil... method OnItemsChanged (line 464) | protected virtual void OnItemsChanged(object sender, ItemsChangedEvent... method ShouldItemsChangeAffectLayout (line 468) | public bool ShouldItemsChangeAffectLayout(bool areItemChangesLocal, It... method ShouldItemsChangeAffectLayoutCore (line 478) | protected virtual bool ShouldItemsChangeAffectLayoutCore(bool areItemC... method OnClearChildren (line 486) | protected virtual void OnClearChildren() method BringIndexIntoViewPublic (line 493) | public void BringIndexIntoViewPublic(int index) method BringIndexIntoView (line 502) | protected internal virtual void BringIndexIntoView(int index) method OnItemsChangedInternal (line 507) | internal override bool OnItemsChangedInternal(object sender, ItemsChan... method OnClearChildrenInternal (line 528) | internal override void OnClearChildrenInternal() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/VirtualizingStackPanel.cs class VirtualizingStackPanel (line 26) | public class VirtualizingStackPanel : VirtualizingPanel, IScrollInfo, IS... method VirtualizingStackPanel (line 39) | public VirtualizingStackPanel() method VirtualizingStackPanel (line 95) | static VirtualizingStackPanel() method LineUp (line 130) | public virtual void LineUp() method LineDown (line 150) | public virtual void LineDown() method LineLeft (line 170) | public virtual void LineLeft() method LineRight (line 190) | public virtual void LineRight() method PageUp (line 210) | public virtual void PageUp() method PageDown (line 230) | public virtual void PageDown() method PageLeft (line 250) | public virtual void PageLeft() method PageRight (line 270) | public virtual void PageRight() method MouseWheelUp (line 290) | public virtual void MouseWheelUp() method MouseWheelDown (line 318) | public virtual void MouseWheelDown() method MouseWheelLeft (line 346) | public virtual void MouseWheelLeft() method MouseWheelRight (line 366) | public virtual void MouseWheelRight() method NewItemOffset (line 399) | private double NewItemOffset(bool isHorizontal, double delta, bool fro... method SetHorizontalOffset (line 463) | public void SetHorizontalOffset(double offset) method SetHorizontalOffsetImpl (line 476) | private void SetHorizontalOffsetImpl(double offset, bool setAnchorInfo... method SetVerticalOffset (line 591) | public void SetVerticalOffset(double offset) method SetVerticalOffsetImpl (line 604) | private void SetVerticalOffsetImpl(double offset, bool setAnchorInform... method SetAnchorInformation (line 716) | private void SetAnchorInformation(bool isHorizontalOffset) method OnAnchorOperation (line 821) | private void OnAnchorOperation() method OnAnchorOperation (line 827) | private void OnAnchorOperation(bool isAnchorOperationPending) method ClearAnchorInformation (line 1083) | private void ClearAnchorInformation(bool shouldAbort) method ComputeFirstContainerInViewport (line 1118) | private FrameworkElement ComputeFirstContainerInViewport( method ComputeFirstContainerInViewport (line 1132) | private FrameworkElement ComputeFirstContainerInViewport( method AnchoredInvalidateMeasure (line 1413) | internal void AnchoredInvalidateMeasure() method CancelPendingAnchoredInvalidateMeasure (line 1459) | private void CancelPendingAnchoredInvalidateMeasure() method MakeVisible (line 1476) | public Rect MakeVisible(Visual visual, Rect rectangle) method BringIndexIntoView (line 1612) | protected internal override void BringIndexIntoView(int index) method BringContainerIntoView (line 1678) | private void BringContainerIntoView(ItemsControl itemsControl, int ite... method AddCleanUpVirtualizedItemHandler (line 1968) | public static void AddCleanUpVirtualizedItemHandler(DependencyObject e... method RemoveCleanUpVirtualizedItemHandler (line 1978) | public static void RemoveCleanUpVirtualizedItemHandler(DependencyObjec... method OnCleanUpVirtualizedItem (line 1986) | protected virtual void OnCleanUpVirtualizedItem(CleanUpVirtualizedItem... method MeasureOverride (line 2019) | protected override Size MeasureOverride(Size constraint) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/VisualStates.cs class VisualStates (line 7) | internal static class VisualStates method GoToState (line 413) | public static void GoToState(Control control, bool useTransitions, par... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/WebBrowser.cs class WebBrowser (line 60) | public sealed class WebBrowser : ActiveXHost method WebBrowser (line 70) | static WebBrowser() method WebBrowser (line 77) | public WebBrowser() method Navigate (line 97) | public void Navigate(Uri source) method Navigate (line 106) | [SuppressMessage("Microsoft.Design", "CA1057:StringUriOverloadsCallSys... method Navigate (line 120) | public void Navigate(Uri source, string targetFrameName, byte[] postDa... method Navigate (line 136) | [SuppressMessage("Microsoft.Design", "CA1057:StringUriOverloadsCallSys... method NavigateToStream (line 152) | public void NavigateToStream(Stream stream) method NavigateToString (line 166) | public void NavigateToString(String text) method GoBack (line 185) | public void GoBack() method GoForward (line 195) | public void GoForward() method Refresh (line 206) | public void Refresh() method Refresh (line 217) | public void Refresh(bool noCache) method InvokeScript (line 240) | public object InvokeScript(string scriptName) method InvokeScript (line 251) | public object InvokeScript(string scriptName, params object[] args) method OnNavigating (line 504) | internal void OnNavigating(NavigatingCancelEventArgs e) method OnNavigated (line 514) | internal void OnNavigated(NavigationEventArgs e) method OnLoadCompleted (line 524) | internal void OnLoadCompleted(NavigationEventArgs e) method CreateActiveXObject (line 535) | internal override object CreateActiveXObject(Guid clsid) method AttachInterfaces (line 546) | internal override void AttachInterfaces(object nativeActiveXObject) method DetachInterfaces (line 564) | internal override void DetachInterfaces() method CreateSink (line 573) | internal override void CreateSink() method DetachSink (line 584) | internal override void DetachSink() method CreateActiveXSite (line 591) | internal override ActiveXSite CreateActiveXSite() method GetDrawing (line 602) | internal override System.Windows.Media.DrawingGroup GetDrawing() method CleanInternalState (line 610) | internal void CleanInternalState() method LoadedHandler (line 727) | private void LoadedHandler(object sender, RoutedEventArgs args) method TurnOnFeatureControlKeys (line 747) | [SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults",... method DoNavigate (line 830) | private void DoNavigate(Uri source, ref object targetFrameName, ref ob... method SyncUIActiveState (line 921) | private void SyncUIActiveState() method TranslateAcceleratorCore (line 939) | protected override bool TranslateAcceleratorCore(ref MSG msg, Modifier... method TabIntoCore (line 951) | protected override bool TabIntoCore(TraversalRequest request) class WebOCHostingAdaptor (line 1017) | internal class WebOCHostingAdaptor method WebOCHostingAdaptor (line 1019) | internal WebOCHostingAdaptor(WebBrowser webBrowser) method CreateWebOC (line 1030) | internal virtual object CreateWebOC() method CreateEventSink (line 1035) | internal virtual object CreateEventSink() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/WrapPanel.cs class WrapPanel (line 22) | public class WrapPanel : Panel method WrapPanel (line 31) | static WrapPanel() method WrapPanel (line 39) | public WrapPanel() : base() method IsWidthHeightValid (line 65) | private static bool IsWidthHeightValid(object value) method OnOrientationChanged (line 156) | private static void OnOrientationChanged(DependencyObject d, Dependenc... type UVSize (line 174) | private struct UVSize method UVSize (line 176) | internal UVSize (Orientation orientation, double width, double height) method UVSize (line 184) | internal UVSize (Orientation orientation) method MeasureOverride (line 210) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 271) | protected override Size ArrangeOverride(Size finalSize) method arrangeLine (line 329) | private void arrangeLine(double v, double lineV, int start, int end, b... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/CornerRadius.cs type CornerRadius (line 22) | [TypeConverter(typeof(CornerRadiusConverter))] method CornerRadius (line 35) | public CornerRadius(double uniformRadius) method CornerRadius (line 47) | public CornerRadius(double topLeft, double topRight, double bottomRigh... method Equals (line 69) | public override bool Equals(object obj) method Equals (line 84) | public bool Equals(CornerRadius cornerRadius) method GetHashCode (line 93) | public override int GetHashCode() method ToString (line 102) | public override string ToString() method IsValid (line 193) | internal bool IsValid(bool allowNegative, bool allowNaN, bool allowPos... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/CornerRadiusConverter.cs class CornerRadiusConverter (line 15) | public class CornerRadiusConverter : TypeConverter method CanConvertFrom (line 27) | public override bool CanConvertFrom(ITypeDescriptorContext typeDescrip... method CanConvertTo (line 58) | public override bool CanConvertTo(ITypeDescriptorContext typeDescripto... method ConvertFrom (line 88) | public override object ConvertFrom(ITypeDescriptorContext typeDescript... method ConvertTo (line 115) | public override object ConvertTo(ITypeDescriptorContext typeDescriptor... method ToString (line 147) | internal static string ToString(CornerRadius cr, CultureInfo cultureInfo) method FromString (line 154) | internal static CornerRadius FromString(string s, CultureInfo cultureI... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Data/Binding.cs type BindingStatus (line 24) | public enum BindingStatus type BindingStatusInternal (line 47) | internal enum BindingStatusInternal : byte class Binding (line 71) | public class Binding : BindingBase type SourceProperties (line 80) | private enum SourceProperties : byte { None, RelativeSource, ElementNa... method AddSourceUpdatedHandler (line 104) | public static void AddSourceUpdatedHandler(DependencyObject element, E... method RemoveSourceUpdatedHandler (line 114) | public static void RemoveSourceUpdatedHandler(DependencyObject element... method AddTargetUpdatedHandler (line 134) | public static void AddTargetUpdatedHandler(DependencyObject element, E... method RemoveTargetUpdatedHandler (line 144) | public static void RemoveTargetUpdatedHandler(DependencyObject element... method GetXmlNamespaceManager (line 159) | public static XmlNamespaceManager GetXmlNamespaceManager(DependencyObj... method SetXmlNamespaceManager (line 168) | public static void SetXmlNamespaceManager(DependencyObject target, Xml... method IsValidXmlNamespaceManager (line 175) | private static bool IsValidXmlNamespaceManager(object value) method Binding (line 189) | public Binding() {} method Binding (line 195) | public Binding(string path) method ShouldSerializeValidationRules (line 232) | [EditorBrowsable(EditorBrowsableState.Never)] method ShouldSerializePath (line 326) | [EditorBrowsable(EditorBrowsableState.Never)] method ShouldSerializeSource (line 524) | [EditorBrowsable(EditorBrowsableState.Never)] method CreateBindingExpressionOverride (line 654) | internal override BindingExpressionBase CreateBindingExpressionOverrid... method LookupValidationRule (line 659) | internal override ValidationRule LookupValidationRule(Type type) method DoFilterException (line 670) | internal object DoFilterException(object bindExpr, Exception exception) method UsePath (line 681) | internal void UsePath(PropertyPath path) method CreateClone (line 687) | internal override BindingBase CreateClone() method InitializeClone (line 692) | internal override void InitializeClone(BindingBase baseClone, BindingM... method DetermineSource (line 795) | private void DetermineSource() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Data/BindingBase.cs type BindingMode (line 23) | public enum BindingMode type UpdateSourceTrigger (line 40) | public enum UpdateSourceTrigger class BindingBase (line 55) | [MarkupExtensionReturnType(typeof(object))] method BindingBase (line 67) | static BindingBase() method BindingBase (line 77) | internal BindingBase() method ShouldSerializeFallbackValue (line 106) | [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBro... method ShouldSerializeTargetNullValue (line 138) | [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBro... method ProvideValue (line 181) | public sealed override object ProvideValue(IServiceProvider servicePro... type BindingFlags (line 224) | [Flags] method CreateBindingExpressionOverride (line 291) | internal abstract BindingExpressionBase CreateBindingExpressionOverrid... method TestFlag (line 294) | internal bool TestFlag(BindingFlags flag) method SetFlag (line 300) | internal void SetFlag(BindingFlags flag) method ClearFlag (line 306) | internal void ClearFlag(BindingFlags flag) method ChangeFlag (line 312) | internal void ChangeFlag(BindingFlags flag, bool value) method GetFlagsWithinMask (line 321) | internal BindingFlags GetFlagsWithinMask(BindingFlags mask) method ChangeFlagsWithinMask (line 327) | internal void ChangeFlagsWithinMask(BindingFlags mask, BindingFlags fl... method FlagsFrom (line 333) | internal static BindingFlags FlagsFrom(BindingMode bindingMode) method FlagsFrom (line 348) | internal static BindingFlags FlagsFrom(UpdateSourceTrigger updateSourc... method CreateBindingExpression (line 402) | internal BindingExpressionBase CreateBindingExpression(DependencyObjec... method CreateBindingExpression (line 412) | internal BindingExpressionBase CreateBindingExpression(DependencyObjec... method CheckSealed (line 419) | internal void CheckSealed() method GetValidationRule (line 426) | internal ValidationRule GetValidationRule(Type type) method LookupValidationRule (line 440) | internal virtual ValidationRule LookupValidationRule(Type type) method LookupValidationRule (line 445) | internal static ValidationRule LookupValidationRule(Type type, Collect... method Clone (line 460) | internal BindingBase Clone(BindingMode mode) method InitializeClone (line 468) | internal virtual void InitializeClone(BindingBase clone, BindingMode m... method CreateClone (line 480) | internal abstract BindingBase CreateClone(); type Feature (line 499) | internal enum Feature method HasValue (line 529) | internal bool HasValue(Feature id) { return _values.HasValue((int... method GetValue (line 530) | internal object GetValue(Feature id, object defaultValue) { return ... method SetValue (line 531) | internal void SetValue(Feature id, object value) { _values.SetVal... method SetValue (line 532) | internal void SetValue(Feature id, object value, object defaultVa... method ClearValue (line 533) | internal void ClearValue(Feature id) { _values.ClearValue((int)id... method CopyValue (line 534) | internal void CopyValue(Feature id, BindingBase clone) { if (HasV... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Data/BindingExpression.cs type SourceType (line 45) | internal enum SourceType { Unknown, CLR, XML } type AttachAttempt (line 46) | private enum AttachAttempt { First, Again, Last } method BindingExpression (line 54) | private BindingExpression(Binding binding, BindingExpressionBase owner) method TransferValue (line 88) | void IDataBindEngineClient.TransferValue() method UpdateValue (line 93) | void IDataBindEngineClient.UpdateValue() method AttachToContext (line 98) | bool IDataBindEngineClient.AttachToContext(bool lastChance) method VerifySourceReference (line 104) | void IDataBindEngineClient.VerifySourceReference(bool lastChance) method OnTargetUpdated (line 125) | void IDataBindEngineClient.OnTargetUpdated() method UpdateSource (line 180) | public override void UpdateSource() method UpdateTarget (line 190) | public override void UpdateTarget() method OnPropertyInvalidation (line 206) | internal override void OnPropertyInvalidation(DependencyObject d, Depend... method InvalidateChild (line 251) | internal override void InvalidateChild(BindingExpressionBase bindingExpr... method ChangeSourcesForChild (line 259) | internal override void ChangeSourcesForChild(BindingExpressionBase bindi... method ReplaceChild (line 267) | internal override void ReplaceChild(BindingExpressionBase bindingExpress... method UpdateBindingGroup (line 273) | internal override void UpdateBindingGroup(BindingGroup bg) method CreateBindingExpression (line 386) | internal static BindingExpression CreateBindingExpression(DependencyObje... method SetupDefaultValueConverter (line 412) | internal void SetupDefaultValueConverter(Type type) method HasLocalDataContext (line 450) | internal static bool HasLocalDataContext(DependencyObject d) method AttachOverride (line 503) | internal override bool AttachOverride(DependencyObject target, Dependenc... method DetachOverride (line 560) | internal override void DetachOverride() method AttachToContext (line 596) | private void AttachToContext(AttachAttempt attempt) method DetachFromContext (line 844) | private void DetachFromContext() method Activate (line 875) | internal override void Activate() method Activate (line 931) | internal void Activate(object item) method GetInitialValue (line 1043) | private object GetInitialValue(DependencyObject target, out ValidationEr... method Deactivate (line 1093) | internal override void Deactivate() method Disconnect (line 1124) | internal override void Disconnect() method DereferenceDataProvider (line 1140) | private object DereferenceDataProvider(object item) method GetSourceItem (line 1175) | internal override object GetSourceItem(object newValue) method CreateWorker (line 1184) | private void CreateWorker() method ChangeWorkerSources (line 1193) | internal void ChangeWorkerSources(WeakDependencySource[] newWorkerSource... method TransferValue (line 1243) | private void TransferValue() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Data/BindingExpressionBase.cs class BindingExpressionBase (line 31) | public abstract class BindingExpressionBase : Expression, IWeakEventList... type BindingFlags (line 34) | [Flags] type PrivateFlags (line 65) | [Flags] method BindingExpressionBase (line 115) | static BindingExpressionBase() method BindingExpressionBase (line 121) | internal BindingExpressionBase(BindingBase binding, BindingExpressionB... method UpdateTarget (line 312) | public virtual void UpdateTarget() method UpdateSource (line 318) | public virtual void UpdateSource() method ValidateWithoutUpdate (line 339) | public bool ValidateWithoutUpdate() method OnAttach (line 358) | internal sealed override void OnAttach(DependencyObject d, DependencyP... method OnDetach (line 374) | internal sealed override void OnDetach(DependencyObject d, DependencyP... method GetValue (line 385) | internal override object GetValue(DependencyObject d, DependencyProper... method SetValue (line 397) | internal override bool SetValue(DependencyObject d, DependencyProperty... method OnPropertyInvalidation (line 418) | internal override void OnPropertyInvalidation(DependencyObject d, Depe... method GetSources (line 448) | internal override DependencySource[] GetSources() method Copy (line 481) | internal override Expression Copy( DependencyObject targetObject, Depe... method ReceiveWeakEvent (line 491) | bool IWeakEventListener.ReceiveWeakEvent(Type managerType, object send... method CreateUntargetedBindingExpression (line 507) | internal static BindingExpressionBase CreateUntargetedBindingExpressio... method Attach (line 517) | internal void Attach(DependencyObject d) method AttachOverride (line 898) | internal virtual bool AttachOverride(DependencyObject target, Dependen... method DetachOverride (line 944) | internal virtual void DetachOverride() method InvalidateChild (line 973) | internal abstract void InvalidateChild(BindingExpressionBase bindingEx... method ChangeSourcesForChild (line 978) | internal abstract void ChangeSourcesForChild(BindingExpressionBase bin... method ReplaceChild (line 983) | internal abstract void ReplaceChild(BindingExpressionBase bindingExpre... method HandlePropertyInvalidation (line 985) | internal abstract void HandlePropertyInvalidation(DependencyObject d, ... method HandlePropertyInvalidationOperation (line 987) | private object HandlePropertyInvalidationOperation(object o) method OnBindingGroupChanged (line 1000) | internal void OnBindingGroupChanged(bool joining) method RestoreUpdateTriggerOperation (line 1034) | private object RestoreUpdateTriggerOperation(object arg) method UpdateBindingGroup (line 1054) | internal abstract void UpdateBindingGroup(BindingGroup bg); method UpdateValue (line 1057) | internal bool UpdateValue() method GetRawProposedValue (line 1095) | internal virtual object GetRawProposedValue() method ConvertProposedValue (line 1111) | internal abstract object ConvertProposedValue(object rawValue); method ObtainConvertedProposedValue (line 1116) | internal abstract bool ObtainConvertedProposedValue(BindingGroup bindi... method UpdateSource (line 1121) | internal abstract object UpdateSource(object convertedValue); method UpdateSource (line 1126) | internal abstract bool UpdateSource(BindingGroup bindingGroup); method CommitSource (line 1131) | internal virtual object CommitSource(object value) method StoreValueInBindingGroup (line 1139) | internal abstract void StoreValueInBindingGroup(object value, BindingG... method Validate (line 1144) | internal virtual bool Validate(object value, ValidationStep validation... method CheckValidationRules (line 1208) | internal abstract bool CheckValidationRules(BindingGroup bindingGroup,... method ValidateAndConvertProposedValue (line 1223) | internal abstract bool ValidateAndConvertProposedValue(out Collection<... class ProposedValue (line 1225) | internal class ProposedValue method ProposedValue (line 1227) | internal ProposedValue(BindingExpression bindingExpression, object r... method GetCulture (line 1246) | internal CultureInfo GetCulture() method InvalidateCulture (line 1286) | internal void InvalidateCulture() method BeginSourceUpdate (line 1292) | internal void BeginSourceUpdate() method EndSourceUpdate (line 1298) | internal void EndSourceUpdate() method UpdateTargetCallback (line 1332) | private object UpdateTargetCallback(object unused) method ShouldUpdateWithCurrentValue (line 1360) | internal bool ShouldUpdateWithCurrentValue(DependencyObject target, ou... method ChangeValue (line 1400) | internal void ChangeValue(object newValue, bool notify) method Clean (line 1413) | internal void Clean() method Dirty (line 1428) | internal void Dirty() method ShouldReactToDirty (line 1450) | private bool ShouldReactToDirty() method ShouldReactToDirtyOverride (line 1459) | internal virtual bool ShouldReactToDirtyOverride() method ProcessDirty (line 1464) | private void ProcessDirty() method OnTimerTick (line 1490) | private void OnTimerTick(object sender, EventArgs e) method OnPreviewTextInput (line 1495) | private void OnPreviewTextInput(object sender, System.Windows.Input.Te... method Invalidate (line 1506) | internal void Invalidate(bool isASubPropertyChange) method UseFallbackValue (line 1538) | internal object UseFallbackValue() method IsNullValue (line 1580) | internal static bool IsNullValue(object value) method NullValueForType (line 1595) | internal object NullValueForType(Type type) method LookupValidationRule (line 1613) | internal ValidationRule LookupValidationRule(Type type) method JoinBindingGroup (line 1627) | internal void JoinBindingGroup(bool isReflective, DependencyObject con... method LeaveBindingGroup (line 1638) | internal void LeaveBindingGroup() method RejoinBindingGroup (line 1651) | internal void RejoinBindingGroup(bool isReflective, DependencyObject c... method FindBindingGroup (line 1681) | internal BindingGroup FindBindingGroup(bool isReflective, DependencyOb... method JoinBindingGroup (line 1784) | internal void JoinBindingGroup(BindingGroup bg, bool explicitJoin) method MarkAsNonGrouped (line 1841) | private void MarkAsNonGrouped() method NotifyCommitManager (line 1851) | internal void NotifyCommitManager() method UpdateCommitState (line 1896) | internal virtual void UpdateCommitState() method AdoptProperties (line 1903) | internal void AdoptProperties(BindingExpressionBase bb) method ReceiveWeakEvent (line 1912) | internal virtual bool ReceiveWeakEvent(Type managerType, object sender... method OnLostFocus (line 1917) | internal virtual void OnLostFocus(object sender, RoutedEventArgs e) method GetSourceItem (line 1922) | internal abstract object GetSourceItem(object newValue); method TestFlag (line 1924) | private bool TestFlag(PrivateFlags flag) method ChangeFlag (line 1929) | private void ChangeFlag(PrivateFlags flag, bool value) method Attach (line 2039) | internal void Attach(DependencyObject target, DependencyProperty dp) method Detach (line 2052) | internal void Detach() method Disconnect (line 2071) | internal virtual void Disconnect() method SetStatus (line 2102) | internal void SetStatus(BindingStatusInternal status) method ConvertFallbackValue (line 2116) | internal static object ConvertFallbackValue(object value, DependencyPr... method ConvertTargetNullValue (line 2142) | internal static object ConvertTargetNullValue(object value, Dependency... method ConvertValue (line 2164) | private static object ConvertValue(object value, DependencyProperty dp... method Activate (line 2230) | internal virtual void Activate() method Deactivate (line 2234) | internal virtual void Deactivate() method Update (line 2238) | internal bool Update() method UpdateOverride (line 2249) | internal virtual bool UpdateOverride() method UpdateValidationError (line 2254) | internal void UpdateValidationError(ValidationError validationError, b... method UpdateNotifyDataErrorValidationErrors (line 2273) | internal void UpdateNotifyDataErrorValidationErrors(List errors) method GetValidationDelta (line 2315) | internal static void GetValidationDelta(List previous... method AddValidationError (line 2358) | internal void AddValidationError(ValidationError validationError, bool... method RemoveValidationError (line 2371) | internal void RemoveValidationError(ValidationError validationError, b... method GetValidationErrors (line 2386) | internal ValidationError GetValidationErrors(ValidationStep validation... method ChangeSources (line 2395) | internal void ChangeSources(WeakDependencySource[] newSources) method CombineSources (line 2416) | internal static WeakDependencySource[] CombineSources(int index, method ResolvePropertyDefaultSettings (line 2470) | internal void ResolvePropertyDefaultSettings(BindingMode mode, UpdateS... method GetDefaultUpdateSourceTrigger (line 2519) | internal UpdateSourceTrigger GetDefaultUpdateSourceTrigger(FrameworkPr... method SetUpdateSourceTrigger (line 2528) | internal void SetUpdateSourceTrigger(UpdateSourceTrigger ust) method GetEffectiveTargetType (line 2534) | internal Type GetEffectiveTargetType() method DetermineEffectiveStringFormat (line 2555) | internal void DetermineEffectiveStringFormat() method DetermineEffectiveTargetNullValue (line 2633) | internal void DetermineEffectiveTargetNullValue() method DetermineEffectiveUpdateBehavior (line 2687) | private void DetermineEffectiveUpdateBehavior() method DetermineEffectiveValidatesOnNotifyDataErrors (line 2712) | internal void DetermineEffectiveValidatesOnNotifyDataErrors() method CreateReference (line 2728) | internal static object CreateReference(object item) method CreateReference (line 2764) | internal static object CreateReference(WeakReference item) method ReplaceReference (line 2774) | internal static object ReplaceReference(object oldReference, object item) method GetReference (line 2805) | internal static object GetReference(object reference) method InitializeTracing (line 2823) | internal static void InitializeTracing(BindingExpressionBase expr, Dep... class ItemReference (line 2836) | private class ItemReference method ItemReference (line 2838) | internal ItemReference(object item) method ChangeSources (line 2852) | private void ChangeSources(DependencyObject target, DependencyProperty... type Feature (line 2925) | internal enum Feature method HasValue (line 2953) | internal bool HasValue(Feature id) { return _values.HasValue((int... method GetValue (line 2954) | internal object GetValue(Feature id, object defaultValue) { return ... method SetValue (line 2955) | internal void SetValue(Feature id, object value) { _values.SetVal... method SetValue (line 2956) | internal void SetValue(Feature id, object value, object defaultVa... method ClearValue (line 2957) | internal void ClearValue(Feature id) { _values.ClearValue((int)id... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Data/BindingGroup.cs class BindingGroup (line 25) | public class BindingGroup : DependencyObject method BindingGroup (line 38) | public BindingGroup() method BindingGroup (line 46) | internal BindingGroup(BindingGroup master) method Initialize (line 56) | private void Initialize() method GetValidationErrors (line 279) | private bool GetValidationErrors(out ValidationErrorCollection superse... method Belongs (line 305) | private bool Belongs(ValidationError error) method BeginEdit (line 332) | public void BeginEdit() method CommitEdit (line 356) | public bool CommitEdit() method CancelEdit (line 370) | public void CancelEdit() method ValidateWithoutUpdate (line 410) | public bool ValidateWithoutUpdate() method UpdateSources (line 425) | public bool UpdateSources() method GetValue (line 447) | public object GetValue(object item, string propertyName) method TryGetValue (line 475) | public bool TryGetValue(object item, string propertyName, out object v... method TryGetValueImpl (line 489) | private bool TryGetValueImpl(object item, string propertyName, out obj... method AddInheritanceContext (line 566) | internal override void AddInheritanceContext(DependencyObject context,... method RemoveInheritanceContext (line 609) | internal override void RemoveInheritanceContext(DependencyObject conte... method CheckDetach (line 628) | private void CheckDetach(DependencyObject newOwner) method UpdateTable (line 664) | internal void UpdateTable(BindingExpression bindingExpression) method AddToValueTable (line 679) | internal void AddToValueTable(BindingExpressionBase bindingExpressionB... method GetValue (line 685) | internal object GetValue(BindingExpressionBase bindingExpressionBase) method SetValue (line 691) | internal void SetValue(BindingExpressionBase bindingExpressionBase, ob... method UseSourceValue (line 697) | internal void UseSourceValue(BindingExpressionBase bindingExpressionBase) method GetProposedValueEntry (line 703) | internal ProposedValueEntry GetProposedValueEntry(object item, string ... method RemoveProposedValueEntry (line 709) | internal void RemoveProposedValueEntry(ProposedValueEntry entry) method AddBindingForProposedValue (line 715) | internal void AddBindingForProposedValue(BindingExpressionBase depende... method AddValidationError (line 722) | internal void AddValidationError(ValidationError validationError) method RemoveValidationError (line 732) | internal void RemoveValidationError(ValidationError validationError) method ClearValidationErrors (line 743) | private void ClearValidationErrors(ValidationStep validationStep) method ClearValidationErrors (line 749) | private void ClearValidationErrors() method ClearValidationErrorsImpl (line 755) | private void ClearValidationErrorsImpl(ValidationStep validationStep, ... method EnsureItems (line 790) | private void EnsureItems() method OnLayoutUpdated (line 896) | private void OnLayoutUpdated(object sender, EventArgs e) method OnDataContextChanged (line 921) | private void OnDataContextChanged(object sender, DependencyPropertyCha... method ValidateOnDataTransfer (line 931) | private void ValidateOnDataTransfer() method UpdateAndValidate (line 996) | private bool UpdateAndValidate(ValidationStep validationStep) method UpdateNotifyDataErrors (line 1049) | private void UpdateNotifyDataErrors(INotifyDataErrorInfo indei, WeakRe... method UpdateNotifyDataErrorValidationErrors (line 1078) | private void UpdateNotifyDataErrorValidationErrors(WeakReference itemW... method ObtainConvertedProposedValues (line 1131) | private bool ObtainConvertedProposedValues() method UpdateValues (line 1143) | private bool UpdateValues() method CheckValidationRules (line 1167) | private bool CheckValidationRules() method CommitValues (line 1224) | private bool CommitValues() method FindIndexOf (line 1253) | private static int FindIndexOf(WeakReference wr, IList ... method FindIndexOf (line 1261) | private static int FindIndexOf(object item, IList list) method GetCulture (line 1275) | private CultureInfo GetCulture() method OnBindingsChanged (line 1290) | private void OnBindingsChanged(object sender, NotifyCollectionChangedE... method RemoveBindingExpression (line 1326) | private void RemoveBindingExpression(BindingExpressionBase exprBase) method RemoveAllBindingExpressions (line 1360) | private void RemoveAllBindingExpressions() method PreserveProposedValues (line 1373) | private void PreserveProposedValues(Collection RemoveRootBinding(BindingExpressi... method AddUniqueItems (line 1640) | public void AddUniqueItems(IList list) method GetValue (line 1657) | public object GetValue(BindingExpressionBase bindingExpressionBase) method SetValue (line 1664) | public void SetValue(BindingExpressionBase bindingExpressionBase, ob... class GetValueTableEntry (line 1701) | private class GetValueTableEntry method GetValueTableEntry (line 1703) | public GetValueTableEntry(BindingExpressionBase bindingExpressionB... method Update (line 1708) | public void Update(BindingExpression bindingExpression) class ProposedValueTable (line 1776) | private class ProposedValueTable method Add (line 1779) | public void Add(BindingExpressionBase.ProposedValue proposedValue) method Remove (line 1795) | public void Remove(object item, string propertyName) method Remove (line 1805) | public void Remove(BindingExpression bindExpr) method Remove (line 1814) | public void Remove(ProposedValueEntry entry) method Clear (line 1820) | public void Clear() method AddUniqueItems (line 1850) | public void AddUniqueItems(IList list) method UpdateDependents (line 1863) | public void UpdateDependents() method HasValidationError (line 1882) | public bool HasValidationError(ValidationError validationError) method IndexOf (line 1893) | private int IndexOf(object item, string propertyName) class ProposedValueEntry (line 1912) | internal class ProposedValueEntry method ProposedValueEntry (line 1914) | public ProposedValueEntry(object item, method AddDependent (line 1937) | public void AddDependent(BindingExpressionBase dependent) class BindingExpressionCollection (line 1956) | private class BindingExpressionCollection : ObservableCollection GetSourceUpdat... method GetSourceUpdatingBindingGroups (line 388) | public static ReadOnlyCollection GetSourceUpdatingBindin... method IsValidUpdateSourceTrigger (line 432) | internal static bool IsValidUpdateSourceTrigger(UpdateSourceTrigger va... method Cleanup (line 463) | internal static bool Cleanup() method PrintStats (line 469) | [Conditional("DEBUG")] method OnCollectionRegistering (line 483) | internal static void OnCollectionRegistering(IEnumerable collection, o... method OnCollectionViewRegistering (line 490) | internal static void OnCollectionViewRegistering(CollectionView view) method SetNodeSize (line 498) | public static void SetNodeSize(int nodeSize) method SetQuickSortThreshold (line 503) | public static void SetQuickSortThreshold(int threshold) method SetBinarySearchThreshold (line 508) | public static void SetBinarySearchThreshold(int threshold) method ResetComparisons (line 513) | public static void ResetComparisons(ListCollectionView lcv) method ResetCopies (line 518) | public static void ResetCopies(ListCollectionView lcv) method ResetAverageCopy (line 523) | public static void ResetAverageCopy(ListCollectionView lcv) method GetComparisons (line 528) | public static int GetComparisons(ListCollectionView lcv) method GetCopies (line 533) | public static int GetCopies(ListCollectionView lcv) method GetAverageCopy (line 538) | public static double GetAverageCopy(ListCollectionView lcv) method EnableExceptionLogging (line 560) | internal static IDisposable EnableExceptionLogging() method LogException (line 568) | internal static void LogException(Exception ex) class ExceptionLogger (line 576) | internal class ExceptionLogger : IDisposable method LogException (line 579) | internal void LogException(Exception ex) method Dispose (line 585) | void IDisposable.Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Data/CollectionContainer.cs class CollectionContainer (line 25) | public class CollectionContainer : DependencyObject, INotifyCollectionCh... method CollectionContainer (line 50) | static CollectionContainer() method ShouldSerializeCollection (line 79) | [EditorBrowsable(EditorBrowsableState.Never)] method ViewItem (line 184) | internal object ViewItem(int index) method ViewIndexOf (line 201) | internal int ViewIndexOf(object item) method GetCollectionChangedSources (line 219) | internal void GetCollectionChangedSources(int level, Action GetItemProperties() method GetItemType (line 1496) | internal Type GetItemType(bool useRepresentativeItem) method GetRepresentativeItem (line 1548) | internal object GetRepresentativeItem() method GetCollectionChangedSources (line 1571) | internal virtual void GetCollectionChangedSources(int level, Action ch... method ProcessChangeLog (line 1834) | private List ProcessChangeLog(List IEnumerable.GetE... method ProtectedGetEnumerator (line 214) | protected IEnumerator ProtectedGetEnumerator() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/DataTemplate.cs class DataTemplate (line 20) | [DictionaryKeyProperty("DataTemplateKey")] method DataTemplate (line 34) | public DataTemplate() method DataTemplate (line 41) | public DataTemplate(object dataType) method SetTargetTypeInternal (line 140) | internal override void SetTargetTypeInternal(Type targetType) method ValidateTemplatedParent (line 184) | protected override void ValidateTemplatedParent(FrameworkElement templ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/DataTemplateKey.cs class DataTemplateKey (line 12) | public class DataTemplateKey : TemplateKey method DataTemplateKey (line 19) | public DataTemplateKey() method DataTemplateKey (line 25) | public DataTemplateKey(object dataType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/DataTrigger.cs class DataTrigger (line 20) | [ContentProperty("Setters")] method AddChild (line 116) | void IAddChild.AddChild (Object value) method AddText (line 131) | void IAddChild.AddText (string text) method Seal (line 139) | internal sealed override void Seal() method GetCurrentState (line 185) | internal override bool GetCurrentState(DependencyObject container, Unc... method ReceiveMarkupExtension (line 197) | public static void ReceiveMarkupExtension(object targetObject, XamlSet... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/DeferrableContent.cs class DeferrableContent (line 11) | [TypeConverter(typeof(DeferrableContentConverter))] method DeferrableContent (line 29) | internal DeferrableContent(Stream stream, Baml2006SchemaContext schema... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/DeferrableContentConverter.cs class DeferrableContentConverter (line 13) | public class DeferrableContentConverter : TypeConverter method CanConvertFrom (line 15) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method ConvertFrom (line 25) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method RequireService (line 75) | private static T RequireService(IServiceProvider provider) where T ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/DependencyPropertyHelper.cs type BaseValueSource (line 19) | public enum BaseValueSource type ValueSource (line 51) | public struct ValueSource method ValueSource (line 53) | internal ValueSource(BaseValueSourceInternal source, bool isExpression... method GetHashCode (line 110) | public override int GetHashCode() method Equals (line 118) | public override bool Equals(object o) class DependencyPropertyHelper (line 162) | public static class DependencyPropertyHelper method GetValueSource (line 167) | public static ValueSource GetValueSource(DependencyObject dependencyOb... method IsTemplatedValueDynamic (line 193) | public static bool IsTemplatedValueDynamic(DependencyObject elementInT... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/DescendentsWalker.cs class DescendentsWalker (line 15) | internal class DescendentsWalker : DescendentsWalkerBase method DescendentsWalker (line 19) | public DescendentsWalker(TreeWalkPriority priority, VisitedCallback... method DescendentsWalker (line 25) | public DescendentsWalker(TreeWalkPriority priority, VisitedCallback... method StartWalk (line 37) | public void StartWalk(DependencyObject startNode) method StartWalk (line 46) | public virtual void StartWalk(DependencyObject startNode, bool skipSta... method IterateChildren (line 72) | private void IterateChildren(DependencyObject d) method WalkVisualChildren (line 126) | private void WalkVisualChildren( Visual v ) method WalkVisualChildren (line 153) | private void WalkVisualChildren( Visual3D v ) method WalkLogicalChildren (line 180) | private void WalkLogicalChildren( method WalkFrameworkElementVisualThenLogicalChildren (line 223) | private void WalkFrameworkElementVisualThenLogicalChildren( method WalkFrameworkElementLogicalThenVisualChildren (line 296) | private void WalkFrameworkElementLogicalThenVisualChildren( method VisitNode (line 348) | private void VisitNode(FrameworkElement fe, bool visitedViaVisualTree) method VisitNode (line 390) | private void VisitNode(DependencyObject d, bool visitedViaVisualTree) method _VisitNode (line 417) | protected virtual void _VisitNode(DependencyObject d, bool visitedViaV... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/DescendentsWalkerBase.cs class DescendentsWalkerBase (line 14) | internal class DescendentsWalkerBase method DescendentsWalkerBase (line 18) | protected DescendentsWalkerBase(TreeWalkPriority priority) method WasVisited (line 28) | internal bool WasVisited(DependencyObject d) type TreeWalkPriority (line 76) | internal enum TreeWalkPriority FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Design/AdornerHitTestResult.cs class AdornerHitTestResult (line 35) | public class AdornerHitTestResult : PointHitTestResult method AdornerHitTestResult (line 45) | internal AdornerHitTestResult(Visual visual, Point pt, Adorner adorner... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Diagnostics/BindingDiagnostics.cs class BindingDiagnostics (line 18) | public static class BindingDiagnostics method BindingDiagnostics (line 27) | static BindingDiagnostics() method FlushPendingBindingFailedEvents (line 65) | private static void FlushPendingBindingFailedEvents() method NotifyBindingFailed (line 92) | internal static void NotifyBindingFailed(BindingFailedEventArgs args) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Diagnostics/BindingFailedEventArgs.cs class BindingFailedEventArgs (line 15) | public class BindingFailedEventArgs : EventArgs method BindingFailedEventArgs (line 44) | internal BindingFailedEventArgs(TraceEventType eventType, int code, st... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Diagnostics/ResourceDictionaryDiagnostics.cs class ResourceDictionaryDiagnostics (line 29) | public static class ResourceDictionaryDiagnostics method ResourceDictionaryDiagnostics (line 32) | static ResourceDictionaryDiagnostics() method GetResourceDictionariesForSource (line 143) | public static IEnumerable GetResourceDictionariesF... method AddResourceDictionaryForUri (line 189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AddResourceDictionaryForUriImpl (line 198) | private static void AddResourceDictionaryForUriImpl(Uri uri, ResourceD... method RemoveResourceDictionaryForUri (line 219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RemoveResourceDictionaryForUriImpl (line 228) | private static void RemoveResourceDictionaryForUriImpl(Uri uri, Resour... method RemoveEntries (line 253) | private static void RemoveEntries(Uri uri, method GetFrameworkElementOwners (line 277) | public static IEnumerable GetFrameworkElementOwners(... method GetFrameworkContentElementOwners (line 282) | public static IEnumerable GetFrameworkContent... method GetApplicationOwners (line 287) | public static IEnumerable GetApplicationOwners(ResourceDi... method GetOwners (line 292) | private static IEnumerable GetOwners(WeakReferenceList list, IEn... method ShouldIgnoreProperty (line 331) | internal static bool ShouldIgnoreProperty(object targetProperty) method RequestLookupResult (line 336) | internal static LookupResult RequestLookupResult(StaticResourceExtensi... method RecordLookupResult (line 351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RecordLookupResultImpl (line 360) | private static void RecordLookupResultImpl(object key, ResourceDiction... method RevertRequest (line 413) | internal static void RevertRequest(StaticResourceExtension requester, ... method OnStaticResourceResolved (line 466) | internal static void OnStaticResourceResolved(object targetObject, obj... method RequestCacheCleanup (line 481) | private static void RequestCacheCleanup(object targetObject) method DoCleanup (line 500) | private static void DoCleanup() class LookupResult (line 539) | internal class LookupResult method LookupResult (line 544) | public LookupResult(StaticResourceExtension requester) { Requester =... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Diagnostics/ResourceDictionaryEventArgs.cs class ResourceDictionaryLoadedEventArgs (line 15) | public class ResourceDictionaryLoadedEventArgs : EventArgs method ResourceDictionaryLoadedEventArgs (line 17) | internal ResourceDictionaryLoadedEventArgs(ResourceDictionaryInfo reso... class ResourceDictionaryUnloadedEventArgs (line 31) | public class ResourceDictionaryUnloadedEventArgs: EventArgs method ResourceDictionaryUnloadedEventArgs (line 33) | internal ResourceDictionaryUnloadedEventArgs(ResourceDictionaryInfo re... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Diagnostics/ResourceDictionaryInfo.cs class ResourceDictionaryInfo (line 12) | [DebuggerDisplay("Assembly = {Assembly?.GetName()?.Name}, ResourceDictio... method ResourceDictionaryInfo (line 15) | internal ResourceDictionaryInfo( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Diagnostics/StaticResourceResolvedEventArgs.cs class StaticResourceResolvedEventArgs (line 14) | public class StaticResourceResolvedEventArgs : EventArgs method StaticResourceResolvedEventArgs (line 16) | internal StaticResourceResolvedEventArgs( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/DialogResultConverter.cs class DialogResultConverter (line 19) | public class DialogResultConverter: TypeConverter method CanConvertFrom (line 35) | public override bool CanConvertFrom(ITypeDescriptorContext typeDescrip... method CanConvertTo (line 47) | public override bool CanConvertTo(ITypeDescriptorContext typeDescripto... method ConvertFrom (line 57) | public override object ConvertFrom(ITypeDescriptorContext typeDescript... method ConvertTo (line 68) | public override object ConvertTo(ITypeDescriptorContext typeDescriptor... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Adorner.cs class Adorner (line 28) | public abstract class Adorner : FrameworkElement method Adorner (line 41) | protected Adorner(UIElement adornedElement) method MeasureOverride (line 66) | protected override Size MeasureOverride(Size constraint) method GetLayoutClip (line 91) | protected override Geometry GetLayoutClip(Size layoutSlotSize) method GetDesiredTransform (line 118) | public virtual GeneralTransform GetDesiredTransform(GeneralTransform t... method CreateFlowDirectionBinding (line 206) | private static object CreateFlowDirectionBinding(object o) method NeedsUpdate (line 223) | internal virtual bool NeedsUpdate(Size oldSize) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/AdornerDecorator.cs class NonLogicalAdornerDecorator (line 20) | internal class NonLogicalAdornerDecorator : AdornerDecorator class AdornerDecorator (line 56) | public class AdornerDecorator : Decorator method AdornerDecorator (line 69) | public AdornerDecorator() : base() method MeasureOverride (line 117) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 135) | protected override Size ArrangeOverride(Size finalSize) method GetVisualChild (line 203) | protected override Visual GetVisualChild(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/AdornerHitTestResult.cs class AdornerHitTestResult (line 22) | public class AdornerHitTestResult : PointHitTestResult method AdornerHitTestResult (line 32) | internal AdornerHitTestResult(Visual visual, Point pt, Adorner adorner... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/AdornerLayer.cs class AdornerLayer (line 27) | public class AdornerLayer : FrameworkElement class AdornerInfo (line 32) | internal class AdornerInfo method AdornerInfo (line 37) | internal AdornerInfo(Adorner adorner) method AdornerLayer (line 132) | internal AdornerLayer() : this(Dispatcher.CurrentDispatcher) method AdornerLayer (line 145) | internal AdornerLayer(Dispatcher context) method Add (line 167) | public void Add(Adorner adorner) method Remove (line 177) | public void Remove(Adorner adorner) method Update (line 205) | public void Update() method Update (line 228) | public void Update(UIElement element) method GetAdorners (line 253) | public Adorner[] GetAdorners(UIElement element) method AdornerHitTest (line 276) | public AdornerHitTestResult AdornerHitTest(Point point) method GetAdornerLayer (line 307) | public static AdornerLayer GetAdornerLayer(Visual visual) method GetVisualChild (line 380) | protected override Visual GetVisualChild(int index) method MeasureOverride (line 410) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 444) | protected override Size ArrangeOverride(Size finalSize) method Add (line 508) | internal void Add(Adorner adorner, int zOrder) method InvalidateAdorner (line 530) | internal void InvalidateAdorner(AdornerInfo adornerInfo) method OnLayoutUpdated (line 544) | internal void OnLayoutUpdated(object sender, EventArgs args) method SetAdornerZOrder (line 557) | internal void SetAdornerZOrder(Adorner adorner, int zOrder) method GetAdornerZOrder (line 583) | internal int GetAdornerZOrder(Adorner adorner) method AddAdornerToVisualTree (line 634) | private void AddAdornerToVisualTree(AdornerInfo adornerInfo, int zOrder) method Clear (line 675) | private void Clear(UIElement element) method UpdateElementAdorners (line 698) | private void UpdateElementAdorners(UIElement element) method UpdateAdorner (line 763) | private void UpdateAdorner(UIElement element) method GetClipGeometry (line 820) | private CombinedGeometry GetClipGeometry(Visual element, Adorner adorner) method RemoveAdornerInfo (line 902) | private bool RemoveAdornerInfo(IDictionary infoMap, Adorner adorner, o... method GetAdornerInfo (line 922) | private AdornerInfo GetAdornerInfo(ArrayList adornerInfos, Adorner ado... method AddAdornerInfo (line 940) | private void AddAdornerInfo(IDictionary infoMap, AdornerInfo adornerIn... method GetProposedTransform (line 966) | private GeneralTransform GetProposedTransform(Adorner adorner, General... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/AnchoredBlock.cs class AnchoredBlock (line 24) | [ContentProperty("Blocks")] method AnchoredBlock (line 45) | protected AnchoredBlock(Block block, TextPointer insertionPosition) method ShouldSerializeBlocks (line 216) | [EditorBrowsable(EditorBrowsableState.Never)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Block.cs class Block (line 23) | public abstract class Block : TextElement method SetIsHyphenationEnabled (line 100) | public static void SetIsHyphenationEnabled(DependencyObject element, b... method GetIsHyphenationEnabled (line 111) | public static bool GetIsHyphenationEnabled(DependencyObject element) method SetTextAlignment (line 232) | public static void SetTextAlignment(DependencyObject element, TextAlig... method GetTextAlignment (line 243) | public static TextAlignment GetTextAlignment(DependencyObject element) method SetLineHeight (line 293) | public static void SetLineHeight(DependencyObject element, double value) method GetLineHeight (line 304) | [TypeConverter(typeof(LengthConverter))] method SetLineStackingStrategy (line 339) | public static void SetLineStackingStrategy(DependencyObject element, L... method GetLineStackingStrategy (line 350) | public static LineStackingStrategy GetLineStackingStrategy(DependencyO... method IsValidMargin (line 431) | internal static bool IsValidMargin(object o) method IsValidPadding (line 437) | internal static bool IsValidPadding(object o) method IsValidBorderThickness (line 443) | internal static bool IsValidBorderThickness(object o) method IsValidLineHeight (line 482) | private static bool IsValidLineHeight(object o) method IsValidLineStackingStrategy (line 503) | private static bool IsValidLineStackingStrategy(object o) method IsValidTextAlignment (line 510) | private static bool IsValidTextAlignment(object o) method IsValidWrapDirection (line 519) | private static bool IsValidWrapDirection(object o) method IsValidThickness (line 528) | internal static bool IsValidThickness(Thickness t, bool allowNaN) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/BlockCollection.cs class BlockCollection (line 16) | public class BlockCollection : TextElementCollection method BlockCollection (line 29) | internal BlockCollection(DependencyObject owner, bool isOwnerParent) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/BlockUIContainer.cs class BlockUIContainer (line 17) | [ContentProperty("Child")] method BlockUIContainer (line 36) | public BlockUIContainer() method BlockUIContainer (line 47) | public BlockUIContainer(UIElement uiElement) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Bold.cs class Bold (line 18) | public class Bold : Span method Bold (line 31) | static Bold() method Bold (line 45) | public Bold() : base() method Bold (line 55) | public Bold(Inline childInline) : base(childInline) method Bold (line 68) | public Bold(Inline childInline, TextPointer insertionPosition) : base(... method Bold (line 85) | public Bold(TextPointer start, TextPointer end) : base(start, end) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/CaretElement.cs class CaretElement (line 24) | internal sealed class CaretElement : Adorner method CaretElement (line 43) | internal CaretElement(TextEditor textEditor, bool isBlinkEnabled) : ba... method GetVisualChild (line 102) | protected override Visual GetVisualChild(int index) method HitTestCore (line 113) | protected override HitTestResult HitTestCore(PointHitTestParameters hi... method OnRender (line 120) | protected override void OnRender(DrawingContext drawingContext) method MeasureOverride (line 152) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 182) | protected override Size ArrangeOverride(Size availableSize) method Update (line 235) | internal void Update(bool visible, Rect caretRectangle, Brush caretBru... method DoSimpleScrollToView (line 362) | private void DoSimpleScrollToView(double scrollToOriginPosition, Rect ... method DoNavigationalScrollToView (line 382) | private void DoNavigationalScrollToView(double scrollToOriginPosition,... method UpdateSelection (line 449) | internal void UpdateSelection() method AddGeometry (line 476) | internal static void AddGeometry(ref Geometry geometry, Geometry added... method ClipGeometryByViewport (line 491) | internal static void ClipGeometryByViewport(ref Geometry geometry, Rec... method AddTransformToGeometry (line 500) | internal static void AddTransformToGeometry(Geometry targetGeometry, T... method Hide (line 513) | internal void Hide() method RefreshCaret (line 540) | internal void RefreshCaret(bool italic) method DetachFromView (line 571) | internal void DetachFromView() method SetBlinking (line 578) | internal void SetBlinking(bool isBlinkEnabled) method UpdateCaretBrush (line 610) | internal void UpdateCaretBrush(Brush caretBrush) method OnRenderCaretSubElement (line 624) | internal void OnRenderCaretSubElement(DrawingContext context) method OnTextViewUpdated (line 741) | internal void OnTextViewUpdated() method GetOwnerElement (line 823) | private FrameworkElement GetOwnerElement() method GetOwnerElement (line 828) | internal static FrameworkElement GetOwnerElement(FrameworkElement uiSc... method EnsureAttachedToView (line 853) | private void EnsureAttachedToView() method SetBlinkAnimation (line 881) | private void SetBlinkAnimation(bool visible, bool positionChanged) method Win32CreateCaret (line 947) | private void Win32CreateCaret() method Win32DestroyCaret (line 1006) | private void Win32DestroyCaret() method Win32SetCaretPos (line 1036) | private void Win32SetCaretPos() method ConvertToInt32 (line 1098) | private int ConvertToInt32(double value) method Win32GetCaretBlinkTime (line 1123) | private int Win32GetCaretBlinkTime() class CaretSubElement (line 1187) | private class CaretSubElement : UIElement method CaretSubElement (line 1189) | internal CaretSubElement() method HitTestCore (line 1194) | protected override HitTestResult HitTestCore(PointHitTestParameters ... method OnRender (line 1200) | protected override void OnRender(DrawingContext drawingContext) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/CaretScrollMethod.cs type CaretScrollMethod (line 11) | internal enum CaretScrollMethod FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/ChangeBlockUndoRecord.cs class ChangeBlockUndoRecord (line 15) | internal class ChangeBlockUndoRecord method ChangeBlockUndoRecord (line 26) | internal ChangeBlockUndoRecord(ITextContainer textContainer, string ac... method OnEndChange (line 75) | internal void OnEndChange() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/ChildDocumentBlock.cs class ChildDocumentBlock (line 21) | internal sealed class ChildDocumentBlock type BlockStatus (line 29) | [Flags()] method ChildDocumentBlock (line 44) | internal ChildDocumentBlock(DocumentSequenceTextContainer aggregatedCo... method ChildDocumentBlock (line 51) | internal ChildDocumentBlock(DocumentSequenceTextContainer aggregatedCo... method InsertNextBlock (line 69) | internal ChildDocumentBlock InsertNextBlock(ChildDocumentBlock newBlock) method _EnsureBlockLoaded (line 216) | private void _EnsureBlockLoaded() method _HasStatus (line 244) | private bool _HasStatus(BlockStatus flags) method _SetStatus (line 249) | private void _SetStatus(BlockStatus flags) method _ClearStatus (line 254) | private void _ClearStatus(BlockStatus flags) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/ColumnResizeAdorner.cs class ColumnResizeAdorner (line 13) | internal class ColumnResizeAdorner : Adorner method ColumnResizeAdorner (line 30) | internal ColumnResizeAdorner(UIElement scope) : base(scope) method GetDesiredTransform (line 61) | public override GeneralTransform GetDesiredTransform(GeneralTransform ... method OnRender (line 90) | protected override void OnRender(DrawingContext drawingContext) method Update (line 113) | internal void Update(double newX) method Initialize (line 130) | internal void Initialize(UIElement renderScope, double xPos, double yP... method Uninitialize (line 143) | internal void Uninitialize() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/ColumnResizeUndoUnit.cs class ColumnResizeUndoUnit (line 13) | internal class ColumnResizeUndoUnit : ParentUndoUnit method ColumnResizeUndoUnit (line 17) | internal ColumnResizeUndoUnit(TextPointer textPointerTable, int column... method Do (line 35) | public override void Do() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/CompositionAdorner.cs class CompositionAdorner (line 17) | internal class CompositionAdorner : Adorner method CompositionAdorner (line 27) | static CompositionAdorner() method CompositionAdorner (line 39) | internal CompositionAdorner(ITextView textView) : this(textView, new A... method CompositionAdorner (line 52) | internal CompositionAdorner(ITextView textView, ArrayList attributeRan... method GetDesiredTransform (line 84) | public override GeneralTransform GetDesiredTransform(GeneralTransform ... method OnRender (line 122) | protected override void OnRender(DrawingContext drawingContext) method AddAttributeRange (line 323) | internal void AddAttributeRange(ITextPointer start, ITextPointer end, ... method InvalidateAdorner (line 337) | internal void InvalidateAdorner() method Initialize (line 360) | internal void Initialize(ITextView textView) method Uninitialize (line 373) | internal void Uninitialize() class AttributeRange (line 440) | private class AttributeRange method AttributeRange (line 450) | internal AttributeRange(ITextView textView, ITextPointer start, ITex... method AddCompositionLines (line 472) | internal void AddCompositionLines() method AddMultipleCompositionLines (line 562) | private void AddMultipleCompositionLines(ITextPointer start, ITextPo... class CompositionLine (line 662) | private class CompositionLine method CompositionLine (line 672) | internal CompositionLine(Rect startRect, Rect endRect, Color lineColor) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/DPTypeDescriptorContext.cs class DPTypeDescriptorContext (line 17) | internal class DPTypeDescriptorContext : System.ComponentModel.ITypeDesc... method DPTypeDescriptorContext (line 27) | private DPTypeDescriptorContext(DependencyProperty property, object pr... method GetStringValue (line 49) | internal static string GetStringValue(DependencyProperty property, obj... method TextDecorationsFixup (line 85) | private static string TextDecorationsFixup(TextDecorationCollection te... method CultureInfoFixup (line 116) | private static string CultureInfoFixup(DependencyProperty property, Cu... method OnComponentChanged (line 161) | void System.ComponentModel.ITypeDescriptorContext.OnComponentChanged() method OnComponentChanging (line 165) | bool System.ComponentModel.ITypeDescriptorContext.OnComponentChanging() method GetService (line 179) | object IServiceProvider.GetService(Type serviceType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/DisplayAttributeHighlightLayer.cs class DisplayAttributeHighlightLayer (line 12) | internal class DisplayAttributeHighlightLayer : HighlightLayer method DisplayAttributeHighlightLayer (line 23) | internal DisplayAttributeHighlightLayer() method GetHighlightValue (line 44) | internal override object GetHighlightValue(StaticTextPointer textPosit... method IsContentHighlighted (line 61) | internal override bool IsContentHighlighted(StaticTextPointer textPosi... method GetNextChangePosition (line 68) | internal override StaticTextPointer GetNextChangePosition(StaticTextPo... method Add (line 185) | internal void Add(ITextPointer start, ITextPointer end, TextDecoration... method GetRangeAtPosition (line 197) | private AttributeRange GetRangeAtPosition(StaticTextPointer textPositi... class AttributeRange (line 264) | private class AttributeRange method AttributeRange (line 266) | internal AttributeRange(ITextPointer start, ITextPointer end, TextDe... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/DocumentReference.cs class DocumentReference (line 23) | [UsableDuringInitialization(false)] method DocumentReference (line 40) | public DocumentReference() : base() method GetDocument (line 65) | public FixedDocument GetDocument(bool forceReload) method SetDocument (line 108) | public void SetDocument(FixedDocument doc) method OnSourceChanged (line 137) | private static void OnSourceChanged(DependencyObject d, DependencyProp... method Dump (line 195) | internal void Dump() method _Init (line 242) | private void _Init() method _ResolveUri (line 248) | private Uri _ResolveUri() method _LoadDocument (line 260) | private FixedDocument _LoadDocument() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/DocumentReferenceCollection.cs class DocumentReferenceCollection (line 18) | [CLSCompliant(false)] method DocumentReferenceCollection (line 28) | internal DocumentReferenceCollection() method GetEnumerator (line 44) | public IEnumerator GetEnumerator() method GetEnumerator (line 50) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Add (line 61) | public void Add(DocumentReference item) method CopyTo (line 73) | public void CopyTo(DocumentReference[] array, int arrayIndex) method OnCollectionChanged (line 157) | private void OnCollectionChanged(NotifyCollectionChangedAction action,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/DocumentSequence.cs class FixedDocumentSequence (line 21) | [ContentProperty("References")] method FixedDocumentSequence (line 32) | static FixedDocumentSequence() method FixedDocumentSequence (line 40) | public FixedDocumentSequence() : base() method GetService (line 58) | object IServiceProvider.GetService(Type serviceType) method AddChild (line 91) | void IAddChild.AddChild(Object value) method AddText (line 129) | void IAddChild.AddText(string text) method NavigateAsync (line 138) | void IFixedNavigate.NavigateAsync(string elementID) method FindElementByID (line 151) | UIElement IFixedNavigate.FindElementByID(string elementID, out FixedPa... method GetPage (line 231) | internal DocumentPage GetPage(int pageNumber) method GetPage (line 262) | internal DocumentPage GetPage(FixedDocument document, int fixedDocPage... method GetPageAsync (line 281) | internal void GetPageAsync(int pageNumber, object userState) method GetPageNumber (line 306) | internal int GetPageNumber(ContentPosition contentPosition) method CancelAsync (line 336) | internal void CancelAsync(object userState) method GetObjectPosition (line 356) | internal ContentPosition GetObjectPosition(Object o) method GetPagePosition (line 379) | internal ContentPosition GetPagePosition(DocumentPage page) method OnCreateAutomationPeer (line 534) | protected override AutomationPeer OnCreateAutomationPeer() method GetPaginator (line 549) | internal DynamicDocumentPaginator GetPaginator(DocumentReference docRef) method TranslatePageNumber (line 585) | internal bool TranslatePageNumber(int pageNumber, out DynamicDocumentP... method _Init (line 649) | private void _Init() method OnInitialized (line 660) | private void OnInitialized(object sender, EventArgs e) method _OnDocumentReferenceInitialized (line 697) | private void _OnDocumentReferenceInitialized(object sender, EventArgs e) method _OnCollectionChanged (line 711) | private void _OnCollectionChanged(object sender, NotifyCollectionChang... method _SynthesizeGlobalPageNumber (line 753) | private bool _SynthesizeGlobalPageNumber(DynamicDocumentPaginator chil... method _GetPageCountBefore (line 774) | private int _GetPageCountBefore(int childIndex) method _OnChildPaginationCompleted (line 794) | private void _OnChildPaginationCompleted(object sender, EventArgs args) method _OnChildPaginationProgress (line 809) | private void _OnChildPaginationProgress(object sender, PaginationProgr... method _OnChildPagesChanged (line 819) | private void _OnChildPagesChanged(object sender, PagesChangedEventArgs... method _GetPageAsyncDelegate (line 839) | private object _GetPageAsyncDelegate(object arg) method _OnGetPageCompleted (line 869) | private void _OnGetPageCompleted(object sender, GetPageCompletedEventA... method _NotifyGetPageAsyncCompleted (line 918) | private void _NotifyGetPageAsyncCompleted(DocumentPage page, int pageN... type RequestedPage (line 970) | private struct RequestedPage method RequestedPage (line 976) | internal RequestedPage(int pageNumber) method GetHashCode (line 983) | public override int GetHashCode() method Equals (line 989) | public override bool Equals(object obj) method Equals (line 1000) | public bool Equals(RequestedPage obj) class GetPageAsyncRequest (line 1018) | private class GetPageAsyncRequest method GetPageAsyncRequest (line 1020) | internal GetPageAsyncRequest(RequestedPage page, object userState) class FixedDocumentSequenceDocumentPage (line 1039) | internal sealed class FixedDocumentSequenceDocumentPage : DocumentPage, ... method FixedDocumentSequenceDocumentPage (line 1048) | internal FixedDocumentSequenceDocumentPage(FixedDocumentSequence docum... method GetService (line 1073) | object IServiceProvider.GetService(Type serviceType) method ToString (line 1094) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/DocumentSequenceHighlightLayer.cs class DocumentSequenceHighlightLayer (line 25) | internal class DocumentSequenceHighlightLayer : HighlightLayer method DocumentSequenceHighlightLayer (line 34) | internal DocumentSequenceHighlightLayer(DocumentSequenceTextContainer ... method GetHighlightValue (line 49) | internal override object GetHighlightValue(StaticTextPointer staticTex... method IsContentHighlighted (line 57) | internal override bool IsContentHighlighted(StaticTextPointer staticTe... method GetNextChangePosition (line 64) | internal override StaticTextPointer GetNextChangePosition(StaticTextPo... method RaiseHighlightChangedEvent (line 71) | internal void RaiseHighlightChangedEvent(IList ranges) class DocumentSequenceHighlightChangedEventArgs (line 139) | private sealed class DocumentSequenceHighlightChangedEventArgs : Highl... method DocumentSequenceHighlightChangedEventArgs (line 142) | internal DocumentSequenceHighlightChangedEventArgs(IList GetGlyphRuns(ITextPoin... method Contains (line 422) | internal override bool Contains(ITextPointer position) method Validate (line 455) | internal override bool Validate() method Validate (line 463) | internal override bool Validate(Point point) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/DocumentStructures/NamedElement.cs class BlockElement (line 16) | public class BlockElement class StoryBreak (line 29) | public class StoryBreak : BlockElement class NamedElement (line 36) | public class NamedElement : BlockElement method NamedElement (line 41) | public NamedElement() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/DocumentStructures/SemanticBasicElement.cs class SemanticBasicElement (line 17) | public class SemanticBasicElement : BlockElement method SemanticBasicElement (line 22) | internal SemanticBasicElement() class SectionStructure (line 44) | public class SectionStructure : SemanticBasicElement, IAddChild, IEnumer... method SectionStructure (line 49) | public SectionStructure() method Add (line 54) | public void Add(BlockElement element) method AddChild (line 60) | void IAddChild.AddChild(object value) method AddText (line 74) | void IAddChild.AddText(string text) { } method GetEnumerator (line 76) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 81) | IEnumerator IEnumerable.GetEnumerator() class ParagraphStructure (line 90) | public class ParagraphStructure : SemanticBasicElement, IAddChild, IEnum... method ParagraphStructure (line 95) | public ParagraphStructure() method Add (line 100) | public void Add(NamedElement element) method AddChild (line 106) | void IAddChild.AddChild(object value) method AddText (line 119) | void IAddChild.AddText(string text) { } method GetEnumerator (line 121) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 126) | IEnumerator IEnumerable.GetEnumerator() class FigureStructure (line 135) | public class FigureStructure : SemanticBasicElement, IAddChild, IEnumera... method FigureStructure (line 140) | public FigureStructure() method AddChild (line 145) | void IAddChild.AddChild(object value) method AddText (line 155) | void IAddChild.AddText(string text) { } method Add (line 157) | public void Add(NamedElement element) method GetEnumerator (line 163) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 168) | IEnumerator IEnumerable.GetEnumerator() class ListStructure (line 177) | public class ListStructure : SemanticBasicElement, IAddChild, IEnumerabl... method ListStructure (line 182) | public ListStructure() method Add (line 187) | public void Add(ListItemStructure listItem) method AddChild (line 193) | void IAddChild.AddChild(object value) method AddText (line 204) | void IAddChild.AddText(string text) { } method GetEnumerator (line 206) | IEnumerator IEnumerable.GetEnume... method GetEnumerator (line 211) | IEnumerator IEnumerable.GetEnumerator() class ListItemStructure (line 219) | public class ListItemStructure : SemanticBasicElement, IAddChild, IEnume... method ListItemStructure (line 224) | public ListItemStructure() method Add (line 229) | public void Add(BlockElement element) method AddChild (line 235) | void IAddChild.AddChild(object value) method AddText (line 246) | void IAddChild.AddText(string text) { } method GetEnumerator (line 248) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 253) | IEnumerator IEnumerable.GetEnumerator() class TableStructure (line 273) | public class TableStructure : SemanticBasicElement, IAddChild, IEnumerab... method TableStructure (line 278) | public TableStructure() method Add (line 283) | public void Add(TableRowGroupStructure tableRowGroup) method AddChild (line 289) | void IAddChild.AddChild(object value) method AddText (line 299) | void IAddChild.AddText(string text) { } method GetEnumerator (line 301) | IEnumerator IEnumerable IEnumerable.GetEnume... method GetEnumerator (line 349) | IEnumerator IEnumerable.GetEnumerator() class TableRowStructure (line 358) | public class TableRowStructure : SemanticBasicElement, IAddChild, IEnume... method TableRowStructure (line 363) | public TableRowStructure() method Add (line 368) | public void Add(TableCellStructure tableCell) method AddChild (line 374) | void IAddChild.AddChild(object value) method AddText (line 384) | void IAddChild.AddText(string text) { } method GetEnumerator (line 386) | IEnumerator IEnumerable.GetEnu... method GetEnumerator (line 391) | IEnumerator IEnumerable.GetEnumerator() class TableCellStructure (line 400) | public class TableCellStructure : SemanticBasicElement, IAddChild, IEnum... method TableCellStructure (line 405) | public TableCellStructure() method Add (line 412) | public void Add(BlockElement element) method AddChild (line 418) | void IAddChild.AddChild(object value) method AddText (line 429) | void IAddChild.AddText(string text) { } method GetEnumerator (line 431) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 436) | IEnumerator IEnumerable.GetEnumerator() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/DocumentStructures/StoryFragments.cs class StoryFragments (line 17) | [ContentProperty("StoryFragmentList")] method StoryFragments (line 23) | public StoryFragments() method Add (line 28) | public void Add(StoryFragment storyFragment) method AddChild (line 35) | void IAddChild.AddChild(object value) method AddText (line 49) | void IAddChild.AddText(string text) { } method GetEnumerator (line 51) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 56) | IEnumerator IEnumerable.GetEnumerator() class StoryFragment (line 75) | [ContentProperty("BlockElementList")] method StoryFragment (line 81) | public StoryFragment() method Add (line 86) | public void Add(BlockElement element) method AddChild (line 92) | void IAddChild.AddChild(object value) method AddText (line 110) | void IAddChild.AddText(string text) { } method GetEnumerator (line 112) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 117) | IEnumerator IEnumerable.GetEnumerator() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/EditingCommands.cs class EditingCommands (line 15) | public static class EditingCommands method EnsureCommand (line 451) | private static RoutedUICommand EnsureCommand(ref RoutedUICommand comma... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/ElementEdge.cs type ElementEdge (line 13) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Figure.cs class Figure (line 16) | public class Figure : AnchoredBlock method Figure (line 29) | public Figure() : this(null) method Figure (line 40) | public Figure(Block childBlock) : this(childBlock, null) method Figure (line 54) | public Figure(Block childBlock, TextPointer insertionPosition) : base(... method IsValidHorizontalAnchor (line 253) | private static bool IsValidHorizontalAnchor(object o) method IsValidVerticalAnchor (line 270) | private static bool IsValidVerticalAnchor(object o) method IsValidWrapDirection (line 285) | private static bool IsValidWrapDirection(object o) method IsValidOffset (line 294) | private static bool IsValidOffset(object o) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedDSBuilder.cs class FixedDSBuilder (line 24) | internal sealed class FixedDSBuilder class NameHashFixedNode (line 26) | private class NameHashFixedNode method NameHashFixedNode (line 28) | internal NameHashFixedNode(UIElement e, int i) method FixedDSBuilder (line 37) | public FixedDSBuilder(FixedPage fp, StoryFragments sf) method BuildNameHashTable (line 44) | public void BuildNameHashTable(String Name, UIElement e, int indexToFi... method ConstructFlowNodes (line 61) | public void ConstructFlowNodes(FixedTextBuilder.FlowModelBuilder flowB... method AddFixedNodeInFlow (line 102) | private void AddFixedNodeInFlow(int index, UIElement e) method _CreateFlowNodes (line 131) | private void _CreateFlowNodes(BlockElement be) method AddChildofFixedNodeinFlow (line 178) | private void AddChildofFixedNodeinFlow(int[] childIndex, NamedElement ne) method SpecialProcessing (line 211) | private void SpecialProcessing(SemanticBasicElement sbe) method ConstructSomElement (line 224) | private void ConstructSomElement(NamedElement ne) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedDocument.cs class FixedDocument (line 40) | [ContentProperty("Pages")] method FixedDocument (line 51) | static FixedDocument() method FixedDocument (line 66) | public FixedDocument() method GetService (line 91) | object IServiceProvider.GetService(Type serviceType) method AddChild (line 126) | void IAddChild.AddChild(Object value) method AddText (line 166) | void IAddChild.AddText(string text) method NavigateAsync (line 184) | void IFixedNavigate.NavigateAsync(string elementID) method FindElementByID (line 197) | UIElement IFixedNavigate.FindElementByID(string elementID, out FixedPa... method GetPage (line 313) | internal DocumentPage GetPage(int pageNumber) method GetPageAsync (line 358) | internal void GetPageAsync(int pageNumber, object userState) method GetPageNumber (line 395) | internal int GetPageNumber(ContentPosition contentPosition) method CancelAsync (line 414) | internal void CancelAsync(object userState) method GetObjectPosition (line 436) | internal ContentPosition GetObjectPosition(Object o) method GetPagePosition (line 508) | internal ContentPosition GetPagePosition(DocumentPage page) method OnCreateAutomationPeer (line 603) | protected override AutomationPeer OnCreateAutomationPeer() method GetIndexOfPage (line 617) | internal int GetIndexOfPage(FixedPage p) method IsValidPageIndex (line 631) | internal bool IsValidPageIndex(int index) method SyncGetPageWithCheck (line 638) | internal FixedPage SyncGetPageWithCheck(int index) method SyncGetPage (line 651) | internal FixedPage SyncGetPage(int index, bool forceReload) method OnPageContentAppended (line 681) | internal void OnPageContentAppended(int index) method EnsurePageSize (line 698) | internal void EnsurePageSize(FixedPage fp) method GetPageSize (line 720) | internal bool GetPageSize(ref Size pageSize, int pageNumber) method ComputePageSize (line 757) | internal Size ComputePageSize(FixedPage fp) method _Init (line 824) | private void _Init() method OnInitialized (line 836) | private void OnInitialized(object sender, EventArgs e) method ValidateDocStructure (line 864) | internal void ValidateDocStructure() method GetStoryFragments (line 890) | internal static StoryFragments GetStoryFragments(FixedPage fixedPage) method ValidateAndLoadPartFromAbsoluteUri (line 924) | private static object ValidateAndLoadPartFromAbsoluteUri(Uri AbsoluteU... method GetStructureUriFromRelationship (line 965) | private static Uri GetStructureUriFromRelationship(Uri contentUri, str... method OnPageLoaded (line 1002) | private void OnPageLoaded(object sender, EventArgs e) method GetFixedPage (line 1014) | internal FixedPage GetFixedPage(int pageNumber) method OnHighlightChanged (line 1028) | private void OnHighlightChanged(object sender, HighlightChangedEventAr... method GetPageAsyncDelegate (line 1183) | private object GetPageAsyncDelegate(object arg) method OnGetPageRootCompleted (line 1204) | private void OnGetPageRootCompleted(object sender, GetPageRootComplete... method _NotifyGetPageAsyncCompleted (line 1254) | private void _NotifyGetPageAsyncCompleted(DocumentPage page, int pageN... class GetPageAsyncRequest (line 1316) | private class GetPageAsyncRequest method GetPageAsyncRequest (line 1318) | internal GetPageAsyncRequest(PageContent pageContent, int pageNumber... class FixedDocumentPage (line 1338) | internal sealed class FixedDocumentPage : DocumentPage, IServiceProvider method FixedDocumentPage (line 1347) | internal FixedDocumentPage(FixedDocument panel, FixedPage page, Size f... method GetService (line 1374) | object IServiceProvider.GetService(Type serviceType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedElement.cs class FixedElement (line 26) | internal sealed class FixedElement : DependencyObject type ElementType (line 28) | internal enum ElementType method FixedElement (line 126) | internal FixedElement(ElementType type, FixedTextPointer start, FixedT... method ToString (line 155) | public override string ToString() method Append (line 183) | internal void Append(FixedElement e) method GetObject (line 195) | internal object GetObject() method BuildObjectTree (line 226) | internal object BuildObjectTree() method GetImage (line 291) | private Image GetImage() method ClickHyperlink (line 310) | private void ClickHyperlink(Object sender, RequestNavigateEventArgs args) method Dump (line 323) | internal void Dump() method DumpTree (line 328) | internal void DumpTree(int indent) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedFindEngine.cs class FixedFindEngine (line 18) | internal sealed class FixedFindEngine method Find (line 23) | internal static TextRange Find ( ITextPointer start, method _FoundOnPage (line 217) | private static bool _FoundOnPage(string pageString, method _InitializeSearch (line 242) | private static CompareOptions _InitializeSearch (CultureInfo cultureInfo, method _GetFirstPageSearchPointers (line 284) | private static void _GetFirstPageSearchPointers ( ITextPointer start, method _GetPageString (line 332) | private static String _GetPageString(FixedDocument doc, int translated... method _ConstructPageString (line 360) | private static String _ConstructPageString(Stream pageStream, bool rev... method FixedFindEngine (line 442) | private FixedFindEngine() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedFlowMap.cs type FlowNodeType (line 18) | internal enum FlowNodeType : byte class FixedFlowMap (line 81) | internal sealed class FixedFlowMap method FixedFlowMap (line 112) | internal FixedFlowMap() method MappingReplace (line 159) | internal void MappingReplace(FlowNode flowOld, List flowNew) method MappingGetFixedSOMElement (line 173) | internal FixedSOMElement MappingGetFixedSOMElement(FixedNode fixedp, i... method FixedOrderGetRangeNodes (line 198) | internal FixedNode[] FixedOrderGetRangeNodes(FixedNode start, FixedNod... method FlowOrderInsertBefore (line 254) | internal FlowNode FlowOrderInsertBefore(FlowNode nextFlow, FlowNode ne... method AddFixedElement (line 260) | internal void AddFixedElement(FixedSOMElement element) method _Init (line 333) | private void _Init() method _FlowOrderInsertBefore (line 356) | internal void _FlowOrderInsertBefore(FlowNode nextFlow, FlowNode newFlow) method _GetEntry (line 368) | private List _GetEntry(FixedNode node) method _AddEntry (line 378) | private void _AddEntry(FixedSOMElement element) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedHighlight.cs class FixedHighlight (line 21) | internal sealed class FixedHighlight method FixedHighlight (line 34) | internal FixedHighlight(UIElement element, int beginOffset, int endOff... method Equals (line 59) | public override bool Equals(object oCompare) method GetHashCode (line 75) | public override int GetHashCode() method ComputeDesignRect (line 104) | internal Rect ComputeDesignRect() type FixedHighlightType (line 240) | internal enum FixedHighlightType FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedHyperlink.cs type IFixedNavigate (line 17) | internal interface IFixedNavigate method FindElementByID (line 25) | UIElement FindElementByID(string elementID, out FixedPage rootFixedPage); method NavigateAsync (line 31) | void NavigateAsync (string elementID); class FixedHyperLink (line 34) | internal static class FixedHyperLink method OnNavigationServiceChanged (line 39) | public static void OnNavigationServiceChanged(DependencyObject d, Depe... method FragmentHandler (line 58) | internal static void FragmentHandler(object sender, FragmentNavigation... method NavigateToElement (line 80) | internal static void NavigateToElement(object ElementHost, string elem... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedLineResult.cs class FixedLineResult (line 17) | internal sealed class FixedLineResult : IComparable method FixedLineResult (line 26) | internal FixedLineResult(FixedNode[] nodes, Rect layoutBox) method CompareTo (line 40) | public int CompareTo(object o) method ToString (line 59) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedNode.cs type FixedNode (line 64) | internal struct FixedNode : IComparable method Create (line 76) | internal static FixedNode Create(int pageIndex, int childLevels, int l... method Create (line 92) | internal static FixedNode Create(int pageIndex, int[] childPath) method FixedNode (line 112) | private FixedNode(int page, int level1Index) method FixedNode (line 121) | private FixedNode(int page, int level1Index, int level2Index) method FixedNode (line 130) | private FixedNode(int[] path) method CompareTo (line 145) | public int CompareTo(object o) method CompareTo (line 164) | public int CompareTo(FixedNode fixedNode) method ComparetoIndex (line 195) | internal int ComparetoIndex(int[] childPath) method Equals (line 233) | public override bool Equals(object o) method Equals (line 245) | public bool Equals(FixedNode fixedp) method GetHashCode (line 267) | public override int GetHashCode() method ToString (line 283) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedPage.cs class FixedPage (line 38) | [ContentProperty("Children")] method FixedPage (line 48) | static FixedPage() method FixedPage (line 65) | public FixedPage() : base() method OnCreateAutomationPeer (line 83) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnPreviewMouseWheel (line 92) | protected override void OnPreviewMouseWheel(MouseWheelEventArgs e) method OnRender (line 143) | protected override void OnRender(DrawingContext dc) method AddChild (line 179) | void IAddChild.AddChild (Object value) method AddText (line 202) | void IAddChild.AddText (string text) method GetLeft (line 214) | [TypeConverter($"System.Windows.LengthConverter, PresentationFramework... method SetLeft (line 229) | public static void SetLeft(UIElement element, double length) method GetTop (line 242) | [TypeConverter($"System.Windows.LengthConverter, PresentationFramework... method SetTop (line 257) | public static void SetTop(UIElement element, double length) method GetRight (line 270) | [TypeConverter($"System.Windows.LengthConverter, PresentationFramework... method SetRight (line 285) | public static void SetRight(UIElement element, double length) method GetBottom (line 298) | [TypeConverter($"System.Windows.LengthConverter, PresentationFramework... method SetBottom (line 313) | public static void SetBottom(UIElement element, double length) method GetNavigateUri (line 324) | [AttachedPropertyBrowsableForChildren()] method SetNavigateUri (line 336) | public static void SetNavigateUri(UIElement element, Uri uri) method OnVisualParentChanged (line 557) | protected internal override void OnVisualParentChanged(DependencyObjec... method CoerceFlowDirection (line 597) | private static object CoerceFlowDirection(DependencyObject page, Objec... method GetLinkUri (line 602) | internal static Uri GetLinkUri(IInputElement element, Uri inputUri) method GetVisualChild (line 703) | protected override Visual GetVisualChild(int index) method CreateUIElementCollection (line 717) | private UIElementCollection CreateUIElementCollection(FrameworkElement... method MeasureOverride (line 738) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 758) | protected override Size ArrangeOverride(Size arrangeSize) method NavigateAsync (line 821) | void IFixedNavigate.NavigateAsync(string elementID) method FindElementByID (line 827) | UIElement IFixedNavigate.FindElementByID(string elementID, out FixedPa... method CreateFixedNode (line 853) | internal FixedNode CreateFixedNode(int pageIndex, UIElement e) method GetGlyphsElement (line 860) | internal Glyphs GetGlyphsElement(FixedNode node) method GetElement (line 868) | internal DependencyObject GetElement(FixedNode node) method Init (line 988) | private void Init() method GetPageStructure (line 996) | internal StoryFragments GetPageStructure() method _CreateChildIndex (line 1005) | internal int[] _CreateChildIndex(DependencyObject e) method _CreateFixedNode (line 1047) | private FixedNode _CreateFixedNode(int pageIndex, UIElement e) method GetStartPartUriString (line 1059) | private static String GetStartPartUriString(DependencyObject current) class DebugVisualAdorner (line 1150) | internal sealed class DebugVisualAdorner: Adorner method DebugVisualAdorner (line 1152) | internal DebugVisualAdorner(FixedPage page) : base(page) method OnRender (line 1157) | protected override void OnRender(DrawingContext dc) method GetDebugVisual (line 1205) | internal static DebugVisualAdorner GetDebugVisual(FixedPage page) method _RenderMarkupOrder (line 1232) | private void _RenderMarkupOrder(DrawingContext dc, List mar... method _RenderLabel (line 1265) | private void _RenderLabel(DrawingContext dc, string label, Rect boundi... type DrawDebugVisual (line 1288) | internal enum DrawDebugVisual FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedPageStructure.cs class FixedPageStructure (line 23) | internal sealed class FixedPageStructure method FixedPageStructure (line 32) | internal FixedPageStructure(int pageIndex) method ToString (line 60) | public override string ToString() method SetupLineResults (line 91) | internal void SetupLineResults(FixedLineResult[] lineResults) method GetNextLine (line 108) | internal FixedNode[] GetNextLine(int line, bool forward, ref int count) method FindSnapToLine (line 146) | internal FixedNode[] FindSnapToLine(Point pt) method SetFlowBoundary (line 200) | internal void SetFlowBoundary(FlowNode flowStart, FlowNode flowEnd) method DrawRectOutline (line 210) | private void DrawRectOutline(DrawingContext dc, Pen pen, Rect rect) method RenderLayoutBox (line 219) | internal void RenderLayoutBox(DrawingContext dc) method CreateFromLastTextPoint (line 234) | private Point CreateFromLastTextPoint(Point p) method RenderFixedNode (line 241) | internal void RenderFixedNode(DrawingContext dc) method RenderFlowNode (line 441) | internal void RenderFlowNode(DrawingContext dc) method RenderLines (line 640) | internal void RenderLines(DrawingContext dc) method ConstructFixedSOMPage (line 670) | public void ConstructFixedSOMPage(List fixedNodes) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedPosition.cs type FixedPosition (line 17) | internal struct FixedPosition method FixedPosition (line 26) | internal FixedPosition(FixedNode fixedNode, int offset) method ToString (line 44) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMContainer.cs class FixedSOMContainer (line 11) | internal abstract class FixedSOMContainer :FixedSOMSemanticBox, IComparable method FixedSOMContainer (line 20) | protected FixedSOMContainer() method CompareTo (line 26) | int IComparable.CompareTo(object comparedObj) method AddSorted (line 146) | protected void AddSorted(FixedSOMSemanticBox box) method Add (line 161) | protected void Add(FixedSOMSemanticBox box) method _ConstructFixedNodes (line 206) | private void _ConstructFixedNodes() method _UpdateBoundingRect (line 229) | private void _UpdateBoundingRect(Rect rect) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMElement.cs class FixedSOMElement (line 17) | internal abstract class FixedSOMElement : FixedSOMSemanticBox method FixedSOMElement (line 26) | protected FixedSOMElement(FixedNode fixedNode, int startIndex, int end... method FixedSOMElement (line 42) | protected FixedSOMElement(FixedNode fixedNode, GeneralTransform transf... method CreateFixedSOMElement (line 68) | public static FixedSOMElement CreateFixedSOMElement(FixedPage page, UI... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMFixedBlock.cs class FixedSOMFixedBlock (line 14) | internal sealed class FixedSOMFixedBlock : FixedSOMPageElement method FixedSOMFixedBlock (line 23) | public FixedSOMFixedBlock(FixedSOMPage page) : base(page) method Render (line 144) | public override void Render(DrawingContext dc, string label, DrawDebug... method CombineWith (line 164) | public void CombineWith(FixedSOMFixedBlock block) method AddTextRun (line 180) | public void AddTextRun(FixedSOMTextRun textRun) method AddImage (line 198) | public void AddImage(FixedSOMImage image) method SetRTFProperties (line 203) | public override void SetRTFProperties(FixedElement element) method ToString (line 213) | public override string ToString() method _AddElement (line 233) | private void _AddElement(FixedSOMElement element) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMGroup.cs class FixedSOMGroup (line 13) | internal class FixedSOMGroup :FixedSOMPageElement, IComparable method FixedSOMGroup (line 22) | public FixedSOMGroup(FixedSOMPage page) : base(page) method CompareTo (line 29) | int IComparable.CompareTo(object comparedObj) method AddContainer (line 121) | public void AddContainer(FixedSOMPageElement pageElement) method Render (line 149) | public override void Render(DrawingContext dc, string label, DrawDebug... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMImage.cs class FixedSOMImage (line 18) | internal sealed class FixedSOMImage : FixedSOMElement method FixedSOMImage (line 27) | private FixedSOMImage(Rect imageRect, GeneralTransform trans, Uri sour... method Create (line 46) | public static FixedSOMImage Create(FixedPage page, Image image, FixedN... method Create (line 65) | public static FixedSOMImage Create(FixedPage page, Path path, FixedNod... method Render (line 88) | public override void Render(DrawingContext dc, string label, DrawDebug... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMLineCollection.cs class FixedSOMLineCollection (line 17) | internal sealed class FixedSOMLineCollection method FixedSOMLineCollection (line 26) | public FixedSOMLineCollection() method IsVerticallySeparated (line 41) | public bool IsVerticallySeparated(double left, double top, double righ... method IsHorizontallySeparated (line 46) | public bool IsHorizontallySeparated(double left, double top, double ri... method AddVertical (line 51) | public void AddVertical(Point point1, Point point2) method AddHorizontal (line 57) | public void AddHorizontal(Point point1, Point point2) method _AddLineToRanges (line 67) | private void _AddLineToRanges(List ranges, double ... method _IsSeparated (line 110) | private bool _IsSeparated(List lines, double paral... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMLineRanges.cs class FixedSOMLineRanges (line 11) | internal class FixedSOMLineRanges method AddRange (line 13) | public void AddRange(double start, double end) method GetLineAt (line 46) | public int GetLineAt(double line) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMPage.cs class FixedSOMPage (line 15) | internal sealed class FixedSOMPage: FixedSOMContainer method FixedSOMPage (line 24) | public FixedSOMPage() method Render (line 38) | public override void Render(DrawingContext dc, string label, DrawDebug... method AddFixedBlock (line 77) | public void AddFixedBlock(FixedSOMFixedBlock fixedBlock) method AddTable (line 82) | public void AddTable(FixedSOMTable table) method SetRTFProperties (line 87) | public override void SetRTFProperties(FixedElement element) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMPageConstructor.cs class GeometryWalker (line 29) | internal sealed class GeometryWalker : CapacityStreamGeometryContext method GeometryWalker (line 46) | public GeometryWalker(FixedSOMPageConstructor pageConstructor) method FindLines (line 51) | public void FindLines(StreamGeometry geometry, bool stroke, bool fill,... method CheckCloseFigure (line 64) | private void CheckCloseFigure() method GatherBounds (line 82) | private void GatherBounds(Point p) method BeginFigure (line 105) | public override void BeginFigure(Point startPoint, bool isFilled, bool... method LineTo (line 121) | public override void LineTo(Point point, bool isStroked, bool isSmooth... method QuadraticBezierTo (line 136) | public override void QuadraticBezierTo(Point point1, Point point2, boo... method BezierTo (line 142) | public override void BezierTo(Point point1, Point point2, Point point3... method PolyLineTo (line 148) | public override void PolyLineTo(IList points, bool isStroked, b... method PolyQuadraticBezierTo (line 172) | public override void PolyQuadraticBezierTo(IList points, bool i... method PolyBezierTo (line 178) | public override void PolyBezierTo(IList points, bool isStroked,... method ArcTo (line 184) | public override void ArcTo(Point point, Size size, double rotationAngl... method SetClosedState (line 190) | internal override void SetClosedState(bool closed) method SetFigureCount (line 195) | internal override void SetFigureCount(int figureCount) method SetSegmentCount (line 199) | internal override void SetSegmentCount(int segmentCount) class FixedSOMPageConstructor (line 210) | internal sealed class FixedSOMPageConstructor method FixedSOMPageConstructor (line 219) | public FixedSOMPageConstructor(FixedPage fixedPage, int pageIndex) method ConstructPageStructure (line 235) | public FixedSOMPage ConstructPageStructure(List fixedNodes) method ProcessPath (line 276) | public void ProcessPath(Path path, Matrix transform) method _ProcessImage (line 368) | private void _ProcessImage(DependencyObject obj, FixedNode fixedNode) method _ProcessGlyphsElement (line 397) | private void _ProcessGlyphsElement(Glyphs glyphs, FixedNode node) method _CreateTextRun (line 505) | private void _CreateTextRun(Rect boundingRect, GeneralTransform trans,... method _GetContainingFixedBlock (line 536) | private FixedSOMFixedBlock _GetContainingFixedBlock(FixedSOMTextRun te... method _IsCombinable (line 571) | private bool _IsCombinable(FixedSOMFixedBlock fixedBlock, FixedSOMText... method _IsSpatiallyCombinable (line 725) | private bool _IsSpatiallyCombinable(FixedSOMSemanticBox box1, FixedSOM... method _IsSpatiallyCombinable (line 730) | private bool _IsSpatiallyCombinable(Rect rect1, Rect rect2, double inf... method _DetectTables (line 748) | private void _DetectTables() method _AddLine (line 840) | public void _AddLine(Point startP, Point endP, Matrix transform) method _CombinePass (line 856) | private void _CombinePass() method _ProcessFilledRect (line 913) | internal bool _ProcessFilledRect(Matrix transform, Rect bounds) method _ProcessSolidPath (line 937) | private void _ProcessSolidPath(Matrix transform, PathGeometry pathGeom) method _ProcessOutlinePath (line 955) | private void _ProcessOutlinePath(Matrix transform, PathGeometry pathGeom) method _FillTables (line 1018) | private void _FillTables(List tableRows) method _CreateGroups (line 1125) | private void _CreateGroups(FixedSOMContainer container) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMPageElement.cs class FixedSOMPageElement (line 12) | internal abstract class FixedSOMPageElement :FixedSOMContainer method FixedSOMPageElement (line 21) | public FixedSOMPageElement(FixedSOMPage page) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMSemanticBox.cs class FixedSOMSemanticBox (line 14) | internal abstract class FixedSOMSemanticBox : IComparable method FixedSOMSemanticBox (line 23) | public FixedSOMSemanticBox() method FixedSOMSemanticBox (line 27) | public FixedSOMSemanticBox(Rect boundingRect) method Render (line 63) | public abstract void Render(DrawingContext dc, string label, DrawDebug... method RenderLabel (line 64) | public void RenderLabel(DrawingContext dc, string label) method SetRTFProperties (line 84) | public virtual void SetRTFProperties(FixedElement element) method CompareTo (line 88) | public int CompareTo(object o) method CompareTo (line 171) | int IComparable.CompareTo(object o) method _CompareHorizontal (line 186) | protected SpatialComparison _CompareHorizontal(FixedSOMSemanticBox oth... method _CompareVertical (line 241) | protected SpatialComparison _CompareVertical(FixedSOMSemanticBox other... method _SpatialToAbsoluteComparison (line 277) | protected int _SpatialToAbsoluteComparison(SpatialComparison comparison) method _InvertSpatialComparison (line 302) | protected SpatialComparison _InvertSpatialComparison(SpatialComparison... type SpatialComparison (line 329) | protected enum SpatialComparison FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMTable.cs class FixedSOMTable (line 13) | internal sealed class FixedSOMTable : FixedSOMPageElement method FixedSOMTable (line 22) | public FixedSOMTable(FixedSOMPage page) : base(page) method Render (line 36) | public override void Render(DrawingContext dc, string label, DrawDebug... method AddRow (line 58) | public void AddRow(FixedSOMTableRow row) method AddContainer (line 68) | public bool AddContainer(FixedSOMContainer container) method SetRTFProperties (line 111) | public override void SetRTFProperties(FixedElement element) method DeleteEmptyRows (line 174) | internal void DeleteEmptyRows() method DeleteEmptyColumns (line 194) | internal void DeleteEmptyColumns() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMTableCell.cs class FixedSOMTableCell (line 14) | internal sealed class FixedSOMTableCell : FixedSOMContainer method FixedSOMTableCell (line 23) | public FixedSOMTableCell(double left, double top, double right, double... method Render (line 39) | public override void Render(DrawingContext dc, string label, DrawDebug... method AddContainer (line 52) | public void AddContainer(FixedSOMContainer container) method SetRTFProperties (line 67) | public override void SetRTFProperties(FixedElement element) method _AddToInnerTable (line 78) | private bool _AddToInnerTable(FixedSOMContainer container) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMTableRow.cs class FixedSOMTableRow (line 13) | internal sealed class FixedSOMTableRow : FixedSOMContainer method FixedSOMTableRow (line 22) | public FixedSOMTableRow() method Render (line 35) | public override void Render(DrawingContext dc, string label, DrawDebug... method AddCell (line 58) | public void AddCell(FixedSOMTableCell cell) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSOMTextRun.cs class FixedSOMTextRun (line 17) | internal sealed class FixedSOMTextRun : FixedSOMElement, IComparable method FixedSOMTextRun (line 27) | private FixedSOMTextRun(Rect boundingRect, GeneralTransform trans, Fix... method CompareTo (line 35) | int IComparable.CompareTo(object comparedObj) method Create (line 90) | public static FixedSOMTextRun Create(Rect boundingRect, GeneralTransfo... method Render (line 183) | public override void Render(DrawingContext dc, string label, DrawDebug... method ToString (line 199) | public override string ToString() method HasSameRichProperties (line 205) | public bool HasSameRichProperties(FixedSOMTextRun run) method SetRTFProperties (line 226) | public override void SetRTFProperties(FixedElement element) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedSchema.cs class XpsSchemaValidator (line 21) | internal class XpsSchemaValidator class XmlEncodingEnforcingTextReader (line 23) | private class XmlEncodingEnforcingTextReader : XmlTextReader method XmlEncodingEnforcingTextReader (line 25) | public XmlEncodingEnforcingTextReader(Stream objectStream) method Read (line 30) | public override bool Read() method XpsSchemaValidator (line 64) | public class RootXMLNSAndUriValidatingXmlReader (line 122) | private class RootXMLNSAndUriValidatingXmlReader : XmlWrappingReader method RootXMLNSAndUriValidatingXmlReader (line 124) | public RootXMLNSAndUriValidatingXmlReader( method RootXMLNSAndUriValidatingXmlReader (line 138) | public RootXMLNSAndUriValidatingXmlReader( method CheckUri (line 148) | private void CheckUri(string attr) method CheckUri (line 153) | private void CheckUri(string localName, string attr) method GetAttribute (line 183) | public override string GetAttribute( string name ) method GetAttribute (line 190) | public override string GetAttribute( string name, string namespaceURI ) method GetAttribute (line 197) | public override string GetAttribute( int i ) method Read (line 204) | public override bool Read() class XpsSchema (line 233) | internal class XpsSchema method XpsSchema (line 235) | protected XpsSchema() method RegisterSchema (line 239) | protected static void RegisterSchema(XpsSchema schema, ContentType[] h... method RegisterRequiredResourceMimeTypes (line 247) | protected void RegisterRequiredResourceMimeTypes(ContentType[] require... method GetXmlReaderSettings (line 258) | public virtual XmlReaderSettings GetXmlReaderSettings() method ValidateRelationships (line 269) | public virtual void ValidateRelationships(Package package, Uri package... method HasRequiredResources (line 273) | public virtual bool HasRequiredResources(ContentType mimeType) method HasUriAttributes (line 278) | public virtual bool HasUriAttributes(ContentType mimeType) method AllowsMultipleReferencesToSameUri (line 283) | public virtual bool AllowsMultipleReferencesToSameUri(ContentType mime... method IsValidRootNamespaceUri (line 288) | public virtual bool IsValidRootNamespaceUri(string namespaceUri) method IsValidRequiredResourceMimeType (line 301) | public bool IsValidRequiredResourceMimeType(ContentType mimeType) method ExtractUriFromAttr (line 313) | public virtual string [] ExtractUriFromAttr(string attrName, string at... method GetSchema (line 318) | public static XpsSchema GetSchema(ContentType mimeType) class XpsS0Schema (line 334) | internal class XpsS0Schema:XpsSchema method XpsS0Schema (line 337) | protected method GetXmlReaderSettings (line 342) | public override XmlReaderSettings GetXmlReaderSettings() method HasRequiredResources (line 368) | public override bool HasRequiredResources(ContentType mimeType) method HasUriAttributes (line 378) | public override bool HasUriAttributes(ContentType mimeType) method AllowsMultipleReferencesToSameUri (line 384) | public override bool AllowsMultipleReferencesToSameUri(ContentType mim... method IsValidRootNamespaceUri (line 398) | public override bool IsValidRootNamespaceUri(string namespaceUri) method ExtractUriFromAttr (line 411) | public override string[] ExtractUriFromAttr(string attrName, string at... class XpsS0FixedPageSchema (line 511) | internal sealed class XpsS0FixedPageSchema : XpsS0Schema method XpsS0FixedPageSchema (line 513) | public method ValidateRelationships (line 536) | public override void ValidateRelationships(Package package, Uri packag... class XpsS0ResourceDictionarySchema (line 678) | internal sealed class XpsS0ResourceDictionarySchema : XpsS0Schema method XpsS0ResourceDictionarySchema (line 681) | public method ExtractUriFromAttr (line 690) | public override string [] ExtractUriFromAttr(string attrName, string a... class XpsDocStructSchema (line 701) | internal sealed class XpsDocStructSchema : XpsSchema method XpsDocStructSchema (line 704) | public method GetXmlReaderSettings (line 711) | public override XmlReaderSettings GetXmlReaderSettings() method IsValidRootNamespaceUri (line 734) | public override bool IsValidRootNamespaceUri(string namespaceUri) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedTextBuilder.cs class FixedTextBuilder (line 31) | internal sealed class FixedTextBuilder method AlwaysAdjacent (line 67) | internal static bool AlwaysAdjacent(CultureInfo ci) method IsHyphen (line 98) | internal static bool IsHyphen(char target) => HyphenSet.Contains(target); method IsSpace (line 101) | internal static bool IsSpace(char target) method FixedTextBuilder (line 117) | internal FixedTextBuilder(FixedTextContainer container) method AddVirtualPage (line 155) | internal void AddVirtualPage() method EnsureTextOMForPage (line 178) | internal bool EnsureTextOMForPage(int pageIndex) method GetFixedPage (line 248) | internal FixedPage GetFixedPage(FixedNode node) method GetGlyphsElement (line 255) | internal Glyphs GetGlyphsElement(FixedNode node) method GetNextLine (line 275) | internal FixedNode[] GetNextLine(FixedNode currentNode, bool forward, ... method GetLine (line 321) | internal FixedNode[] GetLine(int pageIndex, Point pt) method GetFirstLine (line 328) | internal FixedNode[] GetFirstLine(int pageIndex) method CreateFlowPosition (line 339) | internal FlowPosition CreateFlowPosition(FixedPosition fixedPosition) method GetPageStartFlowPosition (line 361) | internal FlowPosition GetPageStartFlowPosition(int pageIndex) method GetPageEndFlowPosition (line 372) | internal FlowPosition GetPageEndFlowPosition(int pageIndex) method GetFixedPosition (line 386) | internal bool GetFixedPosition(FlowPosition position, LogicalDirection... method GetFixedNodesForFlowRange (line 451) | internal bool GetFixedNodesForFlowRange(FlowPosition pStart, method GetFlowText (line 570) | internal string GetFlowText(FlowNode flowNode) method MostlyRTL (line 586) | internal static bool MostlyRTL(string s) method IsSameLine (line 607) | internal static bool IsSameLine(double verticalDistance, double fontSi... method IsNonContiguous (line 638) | internal static bool IsNonContiguous(CultureInfo ciPrev, method _Init (line 734) | private void _Init() method _NewFixedNode (line 776) | private FixedNode _NewFixedNode(int pageIndex, int nestingLevel, int l... method _IsImage (line 800) | private bool _IsImage(object o) method _IsNonContiguous (line 811) | private bool _IsNonContiguous(FixedSOMTextRun prevRun, FixedSOMTextRun... method _CompareGlyphs (line 830) | private GlyphComparison _CompareGlyphs(Glyphs glyph1, Glyphs glyph2) method _CreateFixedMappingAndElementForPage (line 879) | private void _CreateFixedMappingAndElementForPage(FixedPageStructure p... method _GetFixedNodes (line 916) | private void _GetFixedNodes( method _CreateFlowNodes (line 1025) | private void _CreateFlowNodes(FixedSOMPage somPage, FlowModelBuilder f... method _CreateFlowNodes (line 1045) | private void _CreateFlowNodes(FixedSOMContainer node, FlowModelBuilder... method _IsStartVisual (line 1085) | private bool _IsStartVisual(int visualIndex) method _IsEndVisual (line 1090) | private bool _IsEndVisual(int visualIndex) method _IsBoundaryPage (line 1095) | private bool _IsBoundaryPage(int pageIndex) method _NewScopeId (line 1109) | private int _NewScopeId() method _IsRTL (line 1115) | private static bool _IsRTL(char c) class FlowModelBuilder (line 1175) | internal sealed class FlowModelBuilder class LogicalHyperlink (line 1177) | private sealed class LogicalHyperlink method LogicalHyperlink (line 1179) | public LogicalHyperlink(Uri uri, Geometry geom, UIElement uiElement) class LogicalHyperlinkContainer (line 1240) | private sealed class LogicalHyperlinkContainer : IEnumerable IEnumerable.GetEnu... method GetEnumerator (line 1252) | IEnumerator IEnumerable.GetEnumerator() method AddLogicalHyperlink (line 1257) | public void AddLogicalHyperlink(Uri uri, Geometry geometry, UIElem... method GetUri (line 1266) | public Uri GetUri(FixedSOMElement element, FixedPage p, out UIElem... method MarkAsUsed (line 1316) | public void MarkAsUsed(UIElement uiElement) method _GetHyperlinkFromGeometry (line 1329) | private LogicalHyperlink _GetHyperlinkFromGeometry(Geometry geom, ... method FlowModelBuilder (line 1361) | public FlowModelBuilder(FixedTextBuilder builder, FixedPageStructure... method FindHyperlinkPaths (line 1388) | public void FindHyperlinkPaths(FrameworkElement elem) method AddLeftoverHyperlinks (line 1426) | public void AddLeftoverHyperlinks() method AddStartNode (line 1443) | public void AddStartNode(FixedElement.ElementType type) method AddEndNode (line 1450) | public void AddEndNode() method AddElement (line 1457) | public void AddElement(FixedSOMElement element) method FinishMapping (line 1546) | public void FinishMapping() method DumpToFile (line 1555) | public void DumpToFile(string file) method DumpFlowNode (line 1562) | private void DumpFlowNode(FlowNode node) method _AddStartNode (line 1596) | private void _AddStartNode(FixedElement.ElementType type) method _AddEndNode (line 1620) | private void _AddEndNode() method _FinishTextRun (line 1629) | private void _FinishTextRun(bool addSpace) method _FinishHyperlink (line 1709) | private void _FinishHyperlink() method _SetHyperlink (line 1718) | private void _SetHyperlink(Uri navUri, FixedNode node, UIElement sha... method _FinishLine (line 1748) | private void _FinishLine() method _NewScopeId (line 1762) | private int _NewScopeId() type GlyphComparison (line 1802) | internal enum GlyphComparison FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedTextContainer.cs class FixedTextContainer (line 16) | internal sealed class FixedTextContainer : ITextContainer method FixedTextContainer (line 31) | internal FixedTextContainer(DependencyObject parent) method BeginChange (line 50) | void ITextContainer.BeginChange() method BeginChangeNoUndo (line 57) | void ITextContainer.BeginChangeNoUndo() method EndChange (line 65) | void ITextContainer.EndChange() method EndChange (line 72) | void ITextContainer.EndChange(bool skipEvents) method CreatePointerAtOffset (line 79) | ITextPointer ITextContainer.CreatePointerAtOffset(int offset, LogicalD... method CreatePointerAtCharOffset (line 85) | ITextPointer ITextContainer.CreatePointerAtCharOffset(int charOffset, ... method CreateDynamicTextPointer (line 90) | ITextPointer ITextContainer.CreateDynamicTextPointer(StaticTextPointer... method CreateStaticPointerAtOffset (line 95) | StaticTextPointer ITextContainer.CreateStaticPointerAtOffset(int offset) method GetPointerContext (line 100) | TextPointerContext ITextContainer.GetPointerContext(StaticTextPointer ... method GetOffsetToPosition (line 105) | int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, St... method GetTextInRun (line 110) | int ITextContainer.GetTextInRun(StaticTextPointer position, LogicalDir... method GetAdjacentElement (line 115) | object ITextContainer.GetAdjacentElement(StaticTextPointer position, L... method GetParent (line 120) | DependencyObject ITextContainer.GetParent(StaticTextPointer position) method CreatePointer (line 125) | StaticTextPointer ITextContainer.CreatePointer(StaticTextPointer posit... method GetNextContextPosition (line 130) | StaticTextPointer ITextContainer.GetNextContextPosition(StaticTextPoin... method CompareTo (line 135) | int ITextContainer.CompareTo(StaticTextPointer position1, StaticTextPo... method CompareTo (line 140) | int ITextContainer.CompareTo(StaticTextPointer position1, ITextPointer... method GetValue (line 145) | object ITextContainer.GetValue(StaticTextPointer position, DependencyP... method VerifyPosition (line 307) | internal FixedTextPointer VerifyPosition(ITextPointer position) method GetPageNumber (line 327) | internal int GetPageNumber(ITextPointer textPointer) method GetMultiHighlights (line 389) | internal void GetMultiHighlights(FixedTextPointer start, FixedTextPoin... method _CreateEmptyContainer (line 562) | private void _CreateEmptyContainer() method OnNewFlowElement (line 576) | internal void OnNewFlowElement(FixedElement parentElement, FixedElemen... method _GetFixedNodesForFlowRange (line 599) | private bool _GetFixedNodesForFlowRange(ITextPointer start, ITextPoint... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedTextPointer.cs class FixedTextPointer (line 22) | internal class FixedTextPointer : ContentPosition, ITextPointer method FixedTextPointer (line 30) | internal FixedTextPointer(bool mutable, LogicalDirection gravity, Flow... method ToString (line 48) | public override string ToString() method CompareTo (line 57) | internal int CompareTo(ITextPointer position) method CompareTo (line 64) | int ITextPointer.CompareTo(StaticTextPointer position) method CompareTo (line 74) | int ITextPointer.CompareTo(ITextPointer position) method GetOffsetToPosition (line 82) | int ITextPointer.GetOffsetToPosition(ITextPointer position) method GetPointerContext (line 92) | TextPointerContext ITextPointer.GetPointerContext(LogicalDirection dir... method GetTextRunLength (line 102) | int ITextPointer.GetTextRunLength(LogicalDirection direction) method GetTextInRun (line 113) | string ITextPointer.GetTextInRun(LogicalDirection direction) method GetTextInRun (line 122) | int ITextPointer.GetTextInRun(LogicalDirection direction, char[] textB... method GetAdjacentElement (line 142) | object ITextPointer.GetAdjacentElement(LogicalDirection direction) method GetElementType (line 157) | Type ITextPointer.GetElementType(LogicalDirection direction) method HasEqualScope (line 175) | bool ITextPointer.HasEqualScope(ITextPointer position) method GetValue (line 190) | object ITextPointer.GetValue(DependencyProperty property) method ReadLocalValue (line 202) | object ITextPointer.ReadLocalValue(DependencyProperty property) method GetLocalValueEnumerator (line 219) | LocalValueEnumerator ITextPointer.GetLocalValueEnumerator() method CreatePointer (line 234) | ITextPointer ITextPointer.CreatePointer() method CreateStaticPointer (line 244) | StaticTextPointer ITextPointer.CreateStaticPointer() method CreatePointer (line 252) | ITextPointer ITextPointer.CreatePointer(int distance) method CreatePointer (line 260) | ITextPointer ITextPointer.CreatePointer(LogicalDirection gravity) method CreatePointer (line 268) | ITextPointer ITextPointer.CreatePointer(int distance, LogicalDirection... method Freeze (line 284) | void ITextPointer.Freeze() method GetFrozenPointer (line 292) | ITextPointer ITextPointer.GetFrozenPointer(LogicalDirection logicalDir... method GetNextContextPosition (line 301) | ITextPointer ITextPointer.GetNextContextPosition(LogicalDirection dire... method GetInsertionPosition (line 319) | ITextPointer ITextPointer.GetInsertionPosition(LogicalDirection direct... method GetFormatNormalizedPosition (line 333) | ITextPointer ITextPointer.GetFormatNormalizedPosition(LogicalDirection... method GetNextInsertionPosition (line 345) | ITextPointer ITextPointer.GetNextInsertionPosition(LogicalDirection di... method SetLogicalDirection (line 365) | void ITextPointer.SetLogicalDirection(LogicalDirection direction) method MoveToNextContextPosition (line 375) | bool ITextPointer.MoveToNextContextPosition(LogicalDirection direction) method MoveByOffset (line 389) | int ITextPointer.MoveByOffset(int offset) method MoveToPosition (line 406) | void ITextPointer.MoveToPosition(ITextPointer position) method MoveToElementEdge (line 418) | void ITextPointer.MoveToElementEdge(ElementEdge edge) method MoveToLineBoundary (line 454) | int ITextPointer.MoveToLineBoundary(int count) method GetCharacterRect (line 462) | Rect ITextPointer.GetCharacterRect(LogicalDirection direction) method MoveToInsertionPosition (line 470) | bool ITextPointer.MoveToInsertionPosition(LogicalDirection direction) method MoveToNextInsertionPosition (line 478) | bool ITextPointer.MoveToNextInsertionPosition(LogicalDirection direction) method InsertTextInRun (line 491) | void ITextPointer.InsertTextInRun(string textData) method DeleteContentToPosition (line 501) | void ITextPointer.DeleteContentToPosition(ITextPointer limit) method ValidateLayout (line 509) | bool ITextPointer.ValidateLayout() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FixedTextView.cs class FixedTextView (line 21) | internal sealed class FixedTextView : TextViewBase method FixedTextView (line 30) | internal FixedTextView(FixedDocumentPage docPage) method GetTextPositionFromPoint (line 65) | internal override ITextPointer GetTextPositionFromPoint(Point point, b... method GetRawRectangleFromTextPosition (line 146) | internal override Rect GetRawRectangleFromTextPosition(ITextPointer po... method GetTightBoundingGeometryFromTextPositions (line 231) | internal override Geometry GetTightBoundingGeometryFromTextPositions(I... method GetPositionAtNextLine (line 325) | internal override ITextPointer GetPositionAtNextLine(ITextPointer posi... method IsAtCaretUnitBoundary (line 431) | internal override bool IsAtCaretUnitBoundary(ITextPointer position) method GetNextCaretUnitPosition (line 501) | internal override ITextPointer GetNextCaretUnitPosition(ITextPointer p... method GetBackspaceCaretUnitPosition (line 555) | internal override ITextPointer GetBackspaceCaretUnitPosition(ITextPoin... method GetLineRange (line 574) | internal override TextSegment GetLineRange(ITextPointer position) method Contains (line 632) | internal override bool Contains(ITextPointer position) method Validate (line 652) | internal override bool Validate() method _HitTest (line 762) | private bool _HitTest(Point pt, out UIElement e) method _GlyphRunHitTest (line 784) | private void _GlyphRunHitTest(Glyphs g, double xoffset, out int charIn... method _SnapToText (line 809) | private ITextPointer _SnapToText(Point point) method _GetNextLineGlyphs (line 874) | private bool _GetNextLineGlyphs(ref FixedPosition fixedp, ref LogicalD... method _GetDistanceToCharacter (line 960) | private static double _GetDistanceToCharacter(GlyphRun run, int charOf... method _GetGlyphRunDesignRect (line 976) | internal static Rect _GetGlyphRunDesignRect(Glyphs g, int charStart, i... method _GetTransformedCaretRect (line 1041) | private Rect _GetTransformedCaretRect(GeneralTransform transform, Poin... method _GetFixedPosition (line 1070) | private bool _GetFixedPosition(FixedTextPointer ftp, out FixedPosition... method _GetFirstFixedPosition (line 1124) | private bool _GetFirstFixedPosition(FixedTextPointer ftp, out FixedPos... method _CreateTextPointer (line 1159) | private ITextPointer _CreateTextPointer(FixedPosition fixedPosition, L... method _CreateTextPointerFromGlyphs (line 1175) | private ITextPointer _CreateTextPointerFromGlyphs(Glyphs g, Point point) method _SkipFormattingTags (line 1187) | private void _SkipFormattingTags(ITextPointer textPointer) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Floater.cs class Floater (line 16) | public class Floater : AnchoredBlock method Floater (line 29) | static Floater() method Floater (line 37) | public Floater() : this(null, null) method Floater (line 48) | public Floater(Block childBlock) : this(childBlock, null) method Floater (line 62) | public Floater(Block childBlock, TextPointer insertionPosition) : base... method IsValidWidth (line 128) | private static bool IsValidWidth(object o) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FlowDocument.cs class FlowDocument (line 61) | [Localizability(LocalizationCategory.Inherit, Readability = Readability.... method FlowDocument (line 78) | static FlowDocument() method FlowDocument (line 98) | public FlowDocument() method FlowDocument (line 111) | public FlowDocument(Block block) method FlowDocument (line 124) | internal FlowDocument(TextContainer textContainer) method SetDpi (line 748) | public void SetDpi(DpiScale dpiInfo) method OnPropertyChanged (line 774) | protected sealed override void OnPropertyChanged(DependencyPropertyCha... method OnCreateAutomationPeer (line 815) | protected override AutomationPeer OnCreateAutomationPeer() method GetObjectPosition (line 878) | internal ContentPosition GetObjectPosition(Object element) method OnChildDesiredSizeChanged (line 936) | internal void OnChildDesiredSizeChanged(UIElement child) method InitializeForFirstFormatting (line 974) | internal void InitializeForFirstFormatting() method Uninitialize (line 984) | internal void Uninitialize() method ComputePageMargin (line 995) | internal Thickness ComputePageMargin() method OnNewParent (line 1032) | internal override void OnNewParent(DependencyObject newParent) method OnTypographyChanged (line 1189) | private static void OnTypographyChanged(DependencyObject d, Dependency... method OnChildDesiredSizeChangedAsync (line 1200) | private object OnChildDesiredSizeChangedAsync(object arg) method Initialize (line 1210) | private void Initialize(TextContainer textContainer) method OnPageMetricsChanged (line 1229) | private static void OnPageMetricsChanged(DependencyObject d, Dependenc... method OnMinPageWidthChanged (line 1253) | private static void OnMinPageWidthChanged(DependencyObject d, Dependen... method OnMinPageHeightChanged (line 1262) | private static void OnMinPageHeightChanged(DependencyObject d, Depende... method OnMaxPageWidthChanged (line 1271) | private static void OnMaxPageWidthChanged(DependencyObject d, Dependen... method OnMaxPageHeightChanged (line 1279) | private static void OnMaxPageHeightChanged(DependencyObject d, Depende... method CoerceMaxPageWidth (line 1287) | private static object CoerceMaxPageWidth(DependencyObject d, object va... method CoerceMaxPageHeight (line 1302) | private static object CoerceMaxPageHeight(DependencyObject d, object v... method CoercePageWidth (line 1317) | private static object CoercePageWidth(DependencyObject d, object value) method CoercePageHeight (line 1343) | private static object CoercePageHeight(DependencyObject d, object value) method OnHighlightChanged (line 1371) | private void OnHighlightChanged(object sender, HighlightChangedEventAr... method OnTextContainerChanging (line 1428) | private void OnTextContainerChanging(object sender, EventArgs args) method OnTextContainerChange (line 1450) | private void OnTextContainerChange(object sender, TextContainerChangeE... method IsValidPageSize (line 1510) | private static bool IsValidPageSize(object o) method IsValidMinPageSize (line 1525) | private static bool IsValidMinPageSize(object o) method IsValidMaxPageSize (line 1540) | private static bool IsValidMaxPageSize(object o) method IsValidPagePadding (line 1555) | private static bool IsValidPagePadding(object o) method IsValidColumnRuleWidth (line 1561) | private static bool IsValidColumnRuleWidth(object o) method IsValidColumnGap (line 1572) | private static bool IsValidColumnGap(object o) method AddChild (line 1620) | void IAddChild.AddChild(Object value) method AddText (line 1652) | void IAddChild.AddText(string text) method GetService (line 1680) | object IServiceProvider.GetService(Type serviceType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FlowNode.cs class FlowNode (line 28) | internal sealed class FlowNode : IComparable method FlowNode (line 37) | internal FlowNode(int scopeId, FlowNodeType type, object cookie) method IsNull (line 67) | public static bool IsNull(FlowNode flow) method GetHashCode (line 76) | public override int GetHashCode() method Equals (line 87) | public override bool Equals(object o) method CompareTo (line 106) | public int CompareTo(object o) method ToString (line 141) | public override string ToString() method SetFp (line 208) | internal void SetFp(int fp) method IncreaseFp (line 213) | internal void IncreaseFp() method DecreaseFp (line 218) | internal void DecreaseFp() method AttachElement (line 282) | internal void AttachElement(FixedElement fixedElement) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FlowPosition.cs class FlowPosition (line 26) | internal sealed class FlowPosition : IComparable method FlowPosition (line 35) | internal FlowPosition(FixedTextContainer container, FlowNode node, int... method Clone (line 55) | public object Clone() method CompareTo (line 62) | public int CompareTo(object o) method GetHashCode (line 81) | public override int GetHashCode() method ToString (line 92) | public override string ToString() method GetDistance (line 124) | internal int GetDistance(FlowPosition flow) method GetPointerContext (line 171) | internal TextPointerContext GetPointerContext(LogicalDirection dir) method GetTextRunLength (line 179) | internal int GetTextRunLength(LogicalDirection dir) method GetTextInRun (line 196) | internal int GetTextInRun(LogicalDirection dir, int maxLength, char[] ... method GetAdjacentElement (line 235) | internal object GetAdjacentElement(LogicalDirection dir) method GetElement (line 268) | internal FixedElement GetElement(LogicalDirection dir) method GetScopingElement (line 277) | internal FixedElement GetScopingElement() method Move (line 307) | internal bool Move(int distance) method Move (line 331) | internal bool Move(LogicalDirection dir) method MoveTo (line 342) | internal void MoveTo(FlowPosition flow) method AttachElement (line 354) | internal void AttachElement(FixedElement e) method GetFlowNode (line 359) | internal void GetFlowNode(LogicalDirection direction, out FlowNode flo... method GetFlowNodes (line 368) | internal void GetFlowNodes(FlowPosition pEnd, out FlowNode[] flowNodes... method GetClingPosition (line 396) | internal FlowPosition GetClingPosition(LogicalDirection dir) method IsVirtual (line 446) | internal bool IsVirtual(FlowNode flowNode) method _vScan (line 544) | private int _vScan(LogicalDirection dir, int limit) method _vGetSymbolType (line 612) | private TextPointerContext _vGetSymbolType(LogicalDirection dir) method _xGetPreviousFlowNode (line 654) | private FlowNode _xGetPreviousFlowNode() method _xGetNextFlowNode (line 678) | private FlowNode _xGetNextFlowNode() method _IsSamePosition (line 707) | private bool _IsSamePosition(FlowPosition flow) method _OverlapAwareCompare (line 719) | private int _OverlapAwareCompare(FlowPosition flow) method _FlowNodeTypeToTextSymbol (line 757) | private TextPointerContext _FlowNodeTypeToTextSymbol(FlowNodeType t) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FrameworkRichTextComposition.cs class FrameworkRichTextComposition (line 15) | public sealed class FrameworkRichTextComposition : FrameworkTextComposition method FrameworkRichTextComposition (line 25) | internal FrameworkRichTextComposition(InputManager inputManager, IInpu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/FrameworkTextComposition.cs class FrameworkTextComposition (line 19) | public class FrameworkTextComposition: TextComposition method FrameworkTextComposition (line 32) | internal FrameworkTextComposition(InputManager inputManager, IInputEle... method Complete (line 58) | public override void Complete() method CompleteCurrentComposition (line 149) | internal static void CompleteCurrentComposition(UnsafeNativeMethods.IT... method GetCurrentCompositionView (line 169) | internal static UnsafeNativeMethods.ITfCompositionView GetCurrentCompo... method SetResultPositions (line 183) | internal void SetResultPositions(ITextPointer start, ITextPointer end,... method SetCompositionPositions (line 207) | internal void SetCompositionPositions(ITextPointer start, ITextPointer... method GetComposition (line 313) | private static UnsafeNativeMethods.ITfCompositionView GetComposition(U... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Glyphs.cs class Glyphs (line 24) | public sealed class Glyphs : FrameworkElement, IUriContext method Glyphs (line 37) | public Glyphs() method ToGlyphRun (line 57) | public GlyphRun ToGlyphRun() method ArrangeOverride (line 96) | protected override Size ArrangeOverride(Size finalSize) method OnRender (line 109) | protected override void OnRender(DrawingContext context) method MeasureOverride (line 130) | protected override Size MeasureOverride(Size constraint) method ComputeMeasurementGlyphRunAndOrigin (line 151) | private void ComputeMeasurementGlyphRunAndOrigin() method ParseCaretStops (line 204) | private void ParseCaretStops(LayoutDependentGlyphRunProperties glyphRu... method ParseGlyphRunProperties (line 291) | private void ParseGlyphRunProperties() method IsEmpty (line 365) | private static bool IsEmpty(ReadOnlySpan s) method ReadGlyphIndex (line 384) | private bool ReadGlyphIndex( method GetAdvanceWidth (line 439) | private static double GetAdvanceWidth(GlyphTypeface glyphTypeface, ush... method GetGlyphFromCharacter (line 445) | private ushort GetGlyphFromCharacter(GlyphTypeface glyphTypeface, char... method SetClusterMapEntry (line 457) | private static void SetClusterMapEntry(ushort[] clusterMap, int index,... class ParsedGlyphData (line 464) | private class ParsedGlyphData method ParseGlyphsProperty (line 486) | private int ParseGlyphsProperty( method FillChanged (line 683) | private static void FillChanged(DependencyObject d, DependencyProperty... method GlyphRunPropertyChanged (line 693) | private static void GlyphRunPropertyChanged(DependencyObject d, Depend... method OriginPropertyChanged (line 700) | private static void OriginPropertyChanged(DependencyObject d, Dependen... class LayoutDependentGlyphRunProperties (line 1032) | private class LayoutDependentGlyphRunProperties method LayoutDependentGlyphRunProperties (line 1047) | public LayoutDependentGlyphRunProperties(double pixelsPerDip) method CreateGlyphRun (line 1052) | public GlyphRun CreateGlyphRun(Point origin, XmlLanguage language) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/HighlightChangedEventArgs.cs class HighlightChangedEventArgs (line 15) | internal abstract class HighlightChangedEventArgs FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/HighlightLayer.cs class HighlightLayer (line 16) | internal abstract class HighlightLayer method GetHighlightValue (line 39) | internal abstract object GetHighlightValue(StaticTextPointer textPosit... method IsContentHighlighted (line 50) | internal abstract bool IsContentHighlighted(StaticTextPointer textPosi... method GetNextChangePosition (line 62) | internal abstract StaticTextPointer GetNextChangePosition(StaticTextPo... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/HighlightVisual.cs class HighlightVisual (line 16) | internal sealed class HighlightVisual : Adorner method HighlightVisual (line 31) | internal HighlightVisual(FixedDocument panel, FixedPage page) : base(p... method HitTestCore (line 60) | protected override GeometryHitTestResult HitTestCore(GeometryHitTestPa... method HitTestCore (line 65) | protected override HitTestResult HitTestCore(PointHitTestParameters hi... method OnRender (line 73) | protected override void OnRender(DrawingContext dc) method InvalidateHighlights (line 113) | internal void InvalidateHighlights() method UpdateRubberbandSelection (line 124) | internal void UpdateRubberbandSelection(RubberbandSelector selector) method GetHighlightVisual (line 133) | internal static HighlightVisual GetHighlightVisual(FixedPage page) method _UpdateHighlightBackground (line 163) | private void _UpdateHighlightBackground(DrawingContext dc, ArrayList h... method _UpdateHighlightForeground (line 266) | private void _UpdateHighlightForeground(DrawingContext dc, ArrayList h... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Highlights.cs class Highlights (line 18) | internal class Highlights method Highlights (line 29) | internal Highlights(ITextContainer textContainer) method GetHighlightValue (line 60) | internal virtual object GetHighlightValue(StaticTextPointer textPositi... method IsContentHighlighted (line 93) | internal virtual bool IsContentHighlighted(StaticTextPointer textPosit... method GetNextHighlightChangePosition (line 118) | internal virtual StaticTextPointer GetNextHighlightChangePosition(Stat... method GetNextPropertyChangePosition (line 175) | internal virtual StaticTextPointer GetNextPropertyChangePosition(Stati... method AddLayer (line 215) | internal void AddLayer(HighlightLayer highlightLayer) method RemoveLayer (line 239) | internal void RemoveLayer(HighlightLayer highlightLayer) method GetLayer (line 261) | internal HighlightLayer GetLayer(Type highlightLayerType) method GetLayer (line 319) | private HighlightLayer GetLayer(int index) method OnLayerChanged (line 325) | private void OnLayerChanged(object sender, HighlightChangedEventArgs a... method RaiseChangedEventForLayerContent (line 335) | private void RaiseChangedEventForLayerContent(HighlightLayer highlight... class LayerHighlightChangedEventArgs (line 406) | private sealed class LayerHighlightChangedEventArgs : HighlightChanged... method LayerHighlightChangedEventArgs (line 409) | internal LayerHighlightChangedEventArgs(ReadOnlyCollection GetGlyphRuns(ITextPointer start, ITextPoi... method Contains (line 388) | bool Contains(ITextPointer position); method BringPositionIntoViewAsync (line 394) | void BringPositionIntoViewAsync(ITextPointer position, object userState); method BringPointIntoViewAsync (line 400) | void BringPointIntoViewAsync(Point point, object userState); method BringLineIntoViewAsync (line 411) | void BringLineIntoViewAsync(ITextPointer position, double suggestedX, ... method BringPageIntoViewAsync (line 422) | void BringPageIntoViewAsync(ITextPointer position, Point suggestedOffs... method CancelAsync (line 429) | void CancelAsync(object userState); method Validate (line 439) | bool Validate(); method Validate (line 453) | bool Validate(Point point); method Validate (line 468) | bool Validate(ITextPointer position); method ThrottleBackgroundTasksForUserInput (line 481) | void ThrottleBackgroundTasksForUserInput(); class BringPositionIntoViewCompletedEventArgs (line 584) | internal class BringPositionIntoViewCompletedEventArgs : AsyncCompletedE... method BringPositionIntoViewCompletedEventArgs (line 594) | public BringPositionIntoViewCompletedEventArgs(ITextPointer position, ... class BringPointIntoViewCompletedEventArgs (line 611) | internal class BringPointIntoViewCompletedEventArgs : AsyncCompletedEven... method BringPointIntoViewCompletedEventArgs (line 622) | public BringPointIntoViewCompletedEventArgs(Point point, ITextPointer ... class BringLineIntoViewCompletedEventArgs (line 673) | internal class BringLineIntoViewCompletedEventArgs : AsyncCompletedEvent... method BringLineIntoViewCompletedEventArgs (line 691) | public BringLineIntoViewCompletedEventArgs(ITextPointer position, doub... class BringPageIntoViewCompletedEventArgs (line 789) | internal class BringPageIntoViewCompletedEventArgs : AsyncCompletedEvent... method BringPageIntoViewCompletedEventArgs (line 807) | public BringPageIntoViewCompletedEventArgs(ITextPointer position, Poin... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/IXamlAttributes.cs type IXamlAttributes (line 10) | internal interface IXamlAttributes method GetLength (line 20) | XamlToRtfError GetLength(ref int length); method GetUri (line 22) | XamlToRtfError GetUri(int index, ref string uri); method GetLocalName (line 24) | XamlToRtfError GetLocalName(int index, ref string localName); method GetQName (line 26) | XamlToRtfError GetQName(int index, ref string qName); method GetName (line 28) | XamlToRtfError GetName(int index, ref string uri, ref string localName... method GetIndexFromName (line 30) | XamlToRtfError GetIndexFromName(string uri, string localName, ref int ... method GetIndexFromQName (line 32) | XamlToRtfError GetIndexFromQName(string qName, ref int index); method GetType (line 34) | XamlToRtfError GetType(int index, ref string type); method GetTypeFromName (line 36) | XamlToRtfError GetTypeFromName(string uri, string localName, ref strin... method GetTypeFromQName (line 38) | XamlToRtfError GetTypeFromQName(string qName, ref string type); method GetValue (line 40) | XamlToRtfError GetValue(int index, ref string value); method GetValueFromName (line 42) | XamlToRtfError GetValueFromName(string uri, string localName, ref stri... method GetValueFromQName (line 44) | XamlToRtfError GetValueFromQName(string qName, ref string value); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/IXamlContentHandler.cs type IXamlContentHandler (line 10) | internal interface IXamlContentHandler method StartDocument (line 20) | XamlToRtfError StartDocument(); method EndDocument (line 22) | XamlToRtfError EndDocument(); method StartPrefixMapping (line 24) | XamlToRtfError StartPrefixMapping(string prefix, string uri); method StartElement (line 26) | XamlToRtfError StartElement(string nameSpaceUri, string localName, str... method EndElement (line 28) | XamlToRtfError EndElement(string nameSpaceUri, string localName, strin... method Characters (line 30) | XamlToRtfError Characters(string characters); method IgnorableWhitespace (line 32) | XamlToRtfError IgnorableWhitespace(string characters); method ProcessingInstruction (line 34) | XamlToRtfError ProcessingInstruction(string target, string data); method SkippedEntity (line 36) | XamlToRtfError SkippedEntity(string name); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/IXamlErrorHandler.cs type IXamlErrorHandler (line 10) | internal interface IXamlErrorHandler method Error (line 12) | void Error(string message, XamlToRtfError xamlToRtfError); method FatalError (line 14) | void FatalError(string message, XamlToRtfError xamlToRtfError); method IgnorableWarning (line 16) | void IgnorableWarning(string message, XamlToRtfError xamlToRtfError); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/ImmComposition.cs class ImmComposition (line 26) | internal class ImmComposition method ImmComposition (line 39) | static ImmComposition() method ImmComposition (line 46) | internal ImmComposition(HwndSource source) method GetImmComposition (line 62) | internal static ImmComposition GetImmComposition(FrameworkElement scope) method OnDetach (line 89) | internal void OnDetach(TextEditor editor) method OnGotFocus (line 109) | internal void OnGotFocus(TextEditor editor) method OnLostFocus (line 141) | internal void OnLostFocus() method OnLayoutUpdated (line 161) | internal void OnLayoutUpdated() method CompleteComposition (line 173) | internal void CompleteComposition() method OnSelectionChange (line 206) | internal void OnSelectionChange() method OnSelectionChanged (line 212) | internal void OnSelectionChanged() method OnSourceChanged (line 250) | private void OnSourceChanged(object sender, SourceChangedEventArgs e) method UpdateSource (line 273) | private void UpdateSource(HwndSource oldSource, HwndSource newSource) method ImmCompositionFilterMessage (line 318) | private IntPtr ImmCompositionFilterMessage(IntPtr hwnd, int msg, IntPt... method OnWmImeComposition (line 369) | private void OnWmImeComposition(IntPtr hwnd, IntPtr lParam, ref bool h... method OnWmImeChar (line 472) | private void OnWmImeChar(IntPtr wParam, ref bool handled) method OnWmImeNotify (line 553) | private void OnWmImeNotify(IntPtr hwnd, IntPtr wParam) method UpdateNearCaretCompositionWindow (line 691) | private void UpdateNearCaretCompositionWindow() method OnHwndDisposed (line 796) | private void OnHwndDisposed(object sender, EventArgs args) method UpdateCompositionString (line 804) | private void UpdateCompositionString(char[] resultChars, char[] compos... method BuildCompositionString (line 905) | private string BuildCompositionString(char[] resultChars, char[] compo... method RecordCaretOffset (line 934) | private void RecordCaretOffset(int caretOffset, byte[] attributes, int... method RaiseTextInputStartEvent (line 958) | private bool RaiseTextInputStartEvent(FrameworkTextComposition composi... method RaiseTextInputUpdateEvent (line 988) | private bool RaiseTextInputUpdateEvent(FrameworkTextComposition compos... method RaiseTextInputEvent (line 1016) | private bool RaiseTextInputEvent(FrameworkTextComposition composition,... method UpdateCompositionText (line 1039) | internal void UpdateCompositionText(FrameworkTextComposition composition) method UpdateCompositionText (line 1053) | internal void UpdateCompositionText(FrameworkTextComposition compositi... method SetCompositionAdorner (line 1146) | private void SetCompositionAdorner(byte[] attributes) method RegisterMouseListeners (line 1243) | private void RegisterMouseListeners() method UnregisterMouseListeners (line 1253) | private void UnregisterMouseListeners() method OnWmImeRequest (line 1268) | private IntPtr OnWmImeRequest(IntPtr wParam, IntPtr lParam, ref bool h... method OnWmImeRequest_ReconvertString (line 1296) | private IntPtr OnWmImeRequest_ReconvertString(IntPtr lParam, ref bool ... method StoreSurroundingText (line 1364) | private static unsafe void StoreSurroundingText(IntPtr reconv, string ... method GetSurroundingText (line 1376) | private static string GetSurroundingText(ITextRange range, out int off... method OnWmImeRequest_ConfirmReconvertString (line 1483) | private IntPtr OnWmImeRequest_ConfirmReconvertString(IntPtr lParam, re... method MoveToNextCharPos (line 1535) | private static ITextPointer MoveToNextCharPos(ITextPointer position, i... method IsReadingWindowIme (line 1577) | private bool IsReadingWindowIme() method OnMouseButtonEvent (line 1586) | private void OnMouseButtonEvent(object sender, MouseButtonEventArgs e) method OnMouseEvent (line 1594) | private void OnMouseEvent(object sender, MouseEventArgs e) method InternalMouseEventHandler (line 1602) | private bool InternalMouseEventHandler() method OpenCompositionUndoUnit (line 1741) | private void OpenCompositionUndoUnit() method CloseCompositionUndoUnit (line 1772) | private void CloseCompositionUndoUnit(UndoCloseAction undoCloseAction,... method ConvertToInt32 (line 1801) | private int ConvertToInt32(double value) method OnTextContainerChange (line 1826) | private void OnTextContainerChange(object sender, TextContainerChangeE... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/InkInteropObject.cs class InkInteropObject (line 30) | internal class InkInteropObject : Image method InkInteropObject (line 35) | internal InkInteropObject(IComDataObject idataobject) method MeasureOverride (line 44) | protected override Size MeasureOverride(Size constraint) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Inline.cs class Inline (line 15) | [TextElementEditingBehaviorAttribute(IsMergeable = true, IsTypographicOn... method Inline (line 29) | protected Inline() method CreateImplicitRun (line 154) | internal static Run CreateImplicitRun(DependencyObject parent) method CreateImplicitInlineUIContainer (line 159) | internal static InlineUIContainer CreateImplicitInlineUIContainer(Depe... method IsValidBaselineAlignment (line 173) | private static bool IsValidBaselineAlignment(object o) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/InlineCollection.cs class InlineCollection (line 18) | [ContentWrapper(typeof(Run))] method InlineCollection (line 34) | internal InlineCollection(DependencyObject owner, bool isOwnerParent) method OnAdd (line 52) | internal override int OnAdd(object value) method Add (line 92) | public void Add(string text) method Add (line 103) | public void Add(UIElement uiElement) method ValidateChild (line 155) | internal override void ValidateChild(Inline child) method AddText (line 186) | private int AddText(string text, bool returnIndex) method AddUIElement (line 232) | private int AddUIElement(UIElement uiElement, bool returnIndex) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/InlineUIContainer.cs class InlineUIContainer (line 18) | [ContentProperty("Child")] method InlineUIContainer (line 38) | public InlineUIContainer() method InlineUIContainer (line 48) | public InlineUIContainer(UIElement childUIElement) : this(childUIEleme... method InlineUIContainer (line 62) | public InlineUIContainer(UIElement childUIElement, TextPointer inserti... method UpdateUIElementIsland (line 153) | private void UpdateUIElementIsland() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/InputScopeAttribute.cs class InputScopeAttribute (line 20) | internal class InputScopeAttribute : UnsafeNativeMethods.ITfInputScope method InputScopeAttribute (line 31) | internal InputScopeAttribute(InputScope inputscope) method GetInputScopes (line 48) | public void GetInputScopes(out IntPtr ppinputscopes, out int count) method GetPhrase (line 79) | public int GetPhrase(out IntPtr ppbstrPhrases, out int count) method GetRegularExpression (line 118) | public int GetRegularExpression(out string desc) method GetSRGC (line 130) | public int GetSRGC(out string desc) method GetXML (line 142) | public int GetXML(out string desc) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Italic.cs class Italic (line 18) | public class Italic : Span method Italic (line 31) | static Italic() method Italic (line 45) | public Italic() : base() method Italic (line 55) | public Italic(Inline childInline) : base(childInline) method Italic (line 68) | public Italic(Inline childInline, TextPointer insertionPosition) : bas... method Italic (line 85) | public Italic(TextPointer start, TextPointer end) : base(start, end) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/LineBreak.cs class LineBreak (line 15) | [TrimSurroundingWhitespace] method LineBreak (line 21) | public LineBreak() method LineBreak (line 32) | public LineBreak(TextPointer insertionPosition) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/LinkTarget.cs class LinkTarget (line 18) | public sealed class LinkTarget class LinkTargetCollection (line 44) | public sealed class LinkTargetCollection : CollectionBase method Add (line 69) | public int Add(LinkTarget value) method Remove (line 78) | public void Remove(LinkTarget value) method Contains (line 86) | public bool Contains(LinkTarget value) method CopyTo (line 95) | public void CopyTo(LinkTarget[] array, int index) method IndexOf (line 103) | public int IndexOf(LinkTarget value) method Insert (line 112) | public void Insert(int index, LinkTarget value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/List.cs class List (line 22) | [ContentProperty("ListItems")] method List (line 36) | static List() method List (line 44) | public List() method List (line 55) | public List(ListItem listItem) method GetListItemIndex (line 178) | internal int GetListItemIndex(ListItem item) method Apply (line 227) | internal void Apply(Block firstBlock, Block lastBlock) method IsValidMarkerStyle (line 302) | private static bool IsValidMarkerStyle(object o) method IsValidStartIndex (line 317) | private static bool IsValidStartIndex(object o) method IsValidMarkerOffset (line 323) | private static bool IsValidMarkerOffset(object o) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/ListItem.cs class ListItem (line 21) | [ContentProperty("Blocks")] method ListItem (line 35) | public ListItem() method ListItem (line 46) | public ListItem(Paragraph paragraph) method ShouldSerializeBlocks (line 277) | [EditorBrowsable(EditorBrowsableState.Never)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/ListItemCollection.cs class ListItemCollection (line 13) | public class ListItemCollection : TextElementCollection method ListItemCollection (line 26) | internal ListItemCollection(DependencyObject owner, bool isOwnerParent) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/LogicalDirection.cs type LogicalDirection (line 15) | public enum LogicalDirection FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/MoveSizeWinEventHandler.cs class MoveSizeWinEventHandler (line 15) | internal class MoveSizeWinEventHandler : WinEventHandler method MoveSizeWinEventHandler (line 26) | internal MoveSizeWinEventHandler() : base(NativeMethods.EVENT_SYSTEM_M... method RegisterTextStore (line 42) | internal void RegisterTextStore(TextStore textstore) method UnregisterTextStore (line 53) | internal void UnregisterTextStore(TextStore textstore) method WinEventProc (line 59) | internal override void WinEventProc(int eventId, IntPtr hwnd) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/MsSpellCheckLib/RCW.cs class RCW (line 27) | internal class RCW type WORDLIST_TYPE (line 33) | internal enum WORDLIST_TYPE : int type CORRECTIVE_ACTION (line 46) | internal enum CORRECTIVE_ACTION : int type ISpellingError (line 61) | [ComImport] type IEnumSpellingError (line 96) | [ComImport] method Next (line 101) | [return: MarshalAs(UnmanagedType.Interface)] type IEnumString (line 110) | [ComImport] method RemoteNext (line 115) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method Skip (line 118) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method Reset (line 121) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method Clone (line 124) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... type IOptionDescription (line 132) | [ComImport] type ISpellCheckerChangedEventHandler (line 170) | [ComImport] method Invoke (line 175) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... type ISpellChecker (line 183) | [ComImport] method Check (line 195) | [return: MarshalAs(UnmanagedType.Interface)] method Suggest (line 199) | [return: MarshalAs(UnmanagedType.Interface)] method Add (line 203) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method Ignore (line 206) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method AutoCorrect (line 209) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method GetOptionValue (line 212) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method add_SpellCheckerChanged (line 236) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method remove_SpellCheckerChanged (line 239) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method GetOptionDescription (line 242) | [return: MarshalAs(UnmanagedType.Interface)] method ComprehensiveCheck (line 246) | [return: MarshalAs(UnmanagedType.Interface)] type ISpellCheckerFactory (line 255) | [ComImport] method IsSupported (line 267) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method CreateSpellChecker (line 270) | [return: MarshalAs(UnmanagedType.Interface)] type IUserDictionariesRegistrar (line 279) | [ComImport] method RegisterUserDictionary (line 284) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method UnregisterUserDictionary (line 287) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... class SpellCheckerFactoryCoClass (line 295) | [ComImport] method CreateSpellChecker (line 301) | [return: MarshalAs(UnmanagedType.Interface)] method IsSupported (line 305) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method RegisterUserDictionary (line 308) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method UnregisterUserDictionary (line 311) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... type SpellCheckerFactoryClass (line 326) | [ComImport] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/MsSpellCheckLib/SpellChecker/OptionDescription.cs class SpellChecker (line 15) | internal partial class SpellChecker class OptionDescription (line 20) | internal class OptionDescription method OptionDescription (line 45) | private OptionDescription(string id, string heading, string descript... method Create (line 58) | internal static OptionDescription Create(IOptionDescription optionDe... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/MsSpellCheckLib/SpellChecker/SpellChecker.cs class SpellChecker (line 39) | internal partial class SpellChecker : IDisposable method SpellChecker (line 43) | public SpellChecker(string languageTag) method Init (line 55) | private bool Init(bool shouldSuppressCOMExceptions = true) method GetLanguageTag (line 73) | public string GetLanguageTag() method SuggestImpl (line 83) | public List SuggestImpl(string word) method SuggestImplWithRetries (line 91) | public List SuggestImplWithRetries(string word, bool shouldSup... method Suggest (line 104) | public List Suggest(string word, bool shouldSuppressCOMExcepti... method AddImpl (line 113) | private void AddImpl(string word) method AddImplWithRetries (line 118) | private void AddImplWithRetries(string word, bool shouldSuppressCOMExc... method Add (line 129) | public void Add(string word, bool shouldSuppressCOMExceptions = true) method IgnoreImpl (line 140) | private void IgnoreImpl(string word) method IgnoreImplWithRetries (line 145) | public void IgnoreImplWithRetries(string word, bool shouldSuppressCOME... method Ignore (line 155) | public void Ignore(string word, bool shouldSuppressCOMExceptions = true) method AutoCorrectImpl (line 166) | private void AutoCorrectImpl(string from, string to) method AutoCorrectImplWithRetries (line 171) | private void AutoCorrectImplWithRetries(string from, string to, bool s... method AutoCorrect (line 179) | public void AutoCorrect(string from, string to, bool suppressCOMExcept... method GetOptionValueImpl (line 188) | private byte GetOptionValueImpl(string optionId) method GetOptionValueImplWithRetries (line 193) | private byte GetOptionValueImplWithRetries(string optionId, bool suppr... method GetOptionValue (line 206) | public byte GetOptionValue(string optionId, bool suppressCOMExceptions... method GetOptionIdsImpl (line 215) | private List GetOptionIdsImpl() method GetOptionIdsImplWithRetries (line 221) | private List GetOptionIdsImplWithRetries(bool suppressCOMExcep... method GetOptionIds (line 234) | public List GetOptionIds(bool suppressCOMExceptions = true) method GetIdImpl (line 243) | private string GetIdImpl() method GetIdImplWithRetries (line 248) | private string GetIdImplWithRetries(bool suppressCOMExceptions) method GetId (line 261) | private string GetId(bool suppressCOMExceptions = true) method GetLocalizedNameImpl (line 270) | private string GetLocalizedNameImpl() method GetLocalizedNameImplWithRetries (line 275) | private string GetLocalizedNameImplWithRetries(bool suppressCOMExcepti... method GetLocalizedName (line 288) | public string GetLocalizedName(bool suppressCOMExceptions = true) method GetOptionDescriptionImpl (line 297) | private OptionDescription GetOptionDescriptionImpl(string optionId) method GetOptionDescriptionImplWithRetries (line 303) | private OptionDescription GetOptionDescriptionImplWithRetries(string o... method GetOptionDescription (line 316) | public OptionDescription GetOptionDescription(string optionId, bool su... method CheckImpl (line 325) | private List CheckImpl(string text) method CheckImplWithRetries (line 331) | private List CheckImplWithRetries(string text, bool sup... method Check (line 344) | public List Check(string text, bool suppressCOMExceptio... method ComprehensiveCheckImpl (line 353) | public List ComprehensiveCheckImpl(string text) method ComprehensiveCheckImplWithRetries (line 359) | public List ComprehensiveCheckImplWithRetries(string te... method ComprehensiveCheck (line 372) | public List ComprehensiveCheck(string text, bool should... method HasErrorsImpl (line 386) | public bool HasErrorsImpl(string text) method HasErrorsImplWithRetries (line 392) | public bool HasErrorsImplWithRetries(string text, bool shouldSuppressC... method HasErrors (line 405) | public bool HasErrors(string text, bool shouldSuppressCOMExceptions = ... method add_SpellCheckerChangedImpl (line 483) | private uint? add_SpellCheckerChangedImpl(ISpellCheckerChangedEventHan... method addSpellCheckerChangedImplWithRetries (line 488) | private uint? addSpellCheckerChangedImplWithRetries(ISpellCheckerChang... method add_SpellCheckerChanged (line 501) | private uint? add_SpellCheckerChanged(ISpellCheckerChangedEventHandler... method remove_SpellCheckerChangedImpl (line 506) | private void remove_SpellCheckerChangedImpl(uint eventCookie) method remove_SpellCheckerChangedImplWithRetries (line 511) | private void remove_SpellCheckerChangedImplWithRetries(uint eventCooki... method remove_SpellCheckerChanged (line 519) | private void remove_SpellCheckerChanged(uint eventCookie, bool suppres... method SpellerInstanceChanged (line 533) | private void SpellerInstanceChanged(object sender, PropertyChangedEven... method OnChanged (line 554) | internal virtual void OnChanged(SpellCheckerChangedEventArgs e) method Dispose (line 605) | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "... method Dispose (line 625) | public void Dispose() class HasErrorsResult (line 655) | private class HasErrorsResult : Tuple method HasErrorsResult (line 657) | public HasErrorsResult(string text, bool hasErrors) : base(text, has... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/MsSpellCheckLib/SpellChecker/SpellCheckerChangedEventArgs.cs class SpellChecker (line 12) | internal partial class SpellChecker class SpellCheckerChangedEventArgs (line 17) | internal class SpellCheckerChangedEventArgs : EventArgs method SpellCheckerChangedEventArgs (line 19) | internal SpellCheckerChangedEventArgs(SpellChecker spellChecker) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/MsSpellCheckLib/SpellChecker/SpellCheckerChangedEventHandler.cs class SpellChecker (line 20) | internal partial class SpellChecker class SpellCheckerChangedEventHandler (line 25) | private class SpellCheckerChangedEventHandler : ISpellCheckerChangedEv... method SpellCheckerChangedEventHandler (line 34) | internal SpellCheckerChangedEventHandler(SpellChecker spellChecker) method Invoke (line 49) | public void Invoke(ISpellChecker sender) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/MsSpellCheckLib/SpellChecker/SpellingError.cs class SpellChecker (line 18) | internal partial class SpellChecker type CorrectiveAction (line 24) | internal enum CorrectiveAction class SpellingError (line 36) | internal class SpellingError method SpellingError (line 70) | internal SpellingError(ISpellingError error, SpellChecker spellCheck... method PopulateSuggestions (line 85) | private void PopulateSuggestions(ISpellingError error, SpellChecker ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/MsSpellCheckLib/SpellCheckerFactory/SpellCheckerCreationHelper.cs class SpellCheckerFactory (line 17) | internal partial class SpellCheckerFactory class SpellCheckerCreationHelper (line 30) | private class SpellCheckerCreationHelper method SpellCheckerCreationHelper (line 64) | private SpellCheckerCreationHelper(string language) method CreateForLanguage (line 69) | private static void CreateForLanguage(string language) method Helper (line 74) | public static SpellCheckerCreationHelper Helper(string language) method CreateSpellChecker (line 92) | public RCW.ISpellChecker CreateSpellChecker() method CreateSpellCheckerRetryPreamble (line 104) | public bool CreateSpellCheckerRetryPreamble(out Func SupportedLanguagesImpl() method SupportedLanguagesImplWithRetries (line 193) | private List SupportedLanguagesImplWithRetries(bool shouldSupp... method GetSupportedLanguagesPrivate (line 210) | private List GetSupportedLanguagesPrivate(bool shouldSuppressC... method GetSupportedLanguages (line 219) | internal static List GetSupportedLanguages(bool shouldSuppress... method IsSupportedImpl (line 233) | private bool IsSupportedImpl(string languageTag) method IsSupportedImplWithRetries (line 238) | private bool IsSupportedImplWithRetries(string languageTag, bool suppr... method IsSupportedPrivate (line 255) | private bool IsSupportedPrivate(string languageTag, bool suppressCOMEx... method IsSupported (line 264) | internal static bool IsSupported(string languageTag, bool suppressCOME... method CreateSpellCheckerImpl (line 273) | private ISpellChecker CreateSpellCheckerImpl(string languageTag) method CreateSpellCheckerImplWithRetries (line 278) | private ISpellChecker CreateSpellCheckerImplWithRetries(string languag... method CreateSpellCheckerPrivate (line 293) | private ISpellChecker CreateSpellCheckerPrivate(string languageTag, bo... method CreateSpellChecker (line 302) | internal static ISpellChecker CreateSpellChecker(string languageTag, b... method RegisterUserDicionaryImpl (line 313) | private void RegisterUserDicionaryImpl(string dictionaryPath, string l... method RegisterUserDictionaryImplWithRetries (line 320) | private void RegisterUserDictionaryImplWithRetries(string dictionaryPa... method RegisterUserDictionaryPrivate (line 334) | private void RegisterUserDictionaryPrivate(string dictionaryPath, stri... method RegisterUserDictionary (line 339) | internal static void RegisterUserDictionary(string dictionaryPath, str... method UnregisterUserDictionaryImpl (line 344) | private void UnregisterUserDictionaryImpl(string dictionaryPath, strin... method UnregisterUserDictionaryImplWithRetries (line 351) | private void UnregisterUserDictionaryImplWithRetries(string dictionary... method UnregisterUserDictionaryPrivate (line 365) | private void UnregisterUserDictionaryPrivate(string dictionaryPath, st... method UnregisterUserDictionary (line 370) | internal static void UnregisterUserDictionary(string dictionaryPath, s... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/MsSpellCheckLib/Utils/ChangeNotifyWrapper.cs type IChangeNotifyWrapper (line 22) | internal interface IChangeNotifyWrapper : INotifyPropertyChanged type IChangeNotifyWrapper (line 27) | internal interface IChangeNotifyWrapper : IChangeNotifyWrapper class ChangeNotifyWrapper (line 32) | internal class ChangeNotifyWrapper : IChangeNotifyWrapper method ChangeNotifyWrapper (line 34) | internal ChangeNotifyWrapper(T value = default(T), bool shouldThrowInv... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/MsSpellCheckLib/Utils/Extensions.cs class Extensions (line 21) | internal static class Extensions method ToList (line 26) | internal static List ToList( method ToList (line 70) | internal static List ToList( method IsClean (line 118) | internal static bool IsClean(this List errors) method HasErrors (line 139) | internal static bool HasErrors( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/MsSpellCheckLib/Utils/RetryHelper.cs class RetryHelper (line 24) | internal static class RetryHelper method TryCallAction (line 47) | internal static bool TryCallAction( method TryCallAction (line 103) | internal static bool TryCallAction( method TryExecuteFunction (line 162) | internal static bool TryExecuteFunction( method TryExecuteFunction (line 224) | internal static bool TryExecuteFunction( method MatchException (line 281) | private static bool MatchException(Exception exception, List exc... method ValidateExceptionTypeList (line 296) | private static void ValidateExceptionTypeList(List exceptions) class RetriesExhaustedException (line 309) | internal class RetriesExhaustedException : Exception method RetriesExhaustedException (line 311) | internal RetriesExhaustedException() : base() { } method RetriesExhaustedException (line 312) | internal RetriesExhaustedException(string message) : base(message) { } method RetriesExhaustedException (line 313) | internal RetriesExhaustedException(string message, Exception innerExce... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/NLGSpellerInterop.cs class NLGSpellerInterop (line 20) | internal class NLGSpellerInterop : SpellerInteropBase method NLGSpellerInterop (line 33) | internal NLGSpellerInterop() method Dispose (line 104) | public override void Dispose() method Dispose (line 113) | protected override void Dispose(bool disposing) method SetLocale (line 140) | internal override void SetLocale(CultureInfo culture) method SetContextOption (line 146) | private void SetContextOption(string option, object value) method EnumTextSegments (line 180) | internal override int EnumTextSegments(char[] text, int count, method UnloadDictionary (line 268) | internal override void UnloadDictionary(object dictionary) method LoadDictionary (line 295) | internal override object LoadDictionary(string lexiconFilePath) method LoadDictionary (line 319) | internal override object LoadDictionary(Uri item, string trustedFolder) method ReleaseAllLexicons (line 327) | internal override void ReleaseAllLexicons() method SetReformMode (line 404) | internal override void SetReformMode(CultureInfo culture, SpellingRefo... method CanSpellCheck (line 460) | internal override bool CanSpellCheck(CultureInfo culture) type STextRange (line 499) | [StructLayout(LayoutKind.Sequential)] type RangeRole (line 523) | private enum RangeRole class SpellerSegment (line 553) | private class SpellerSegment : ISpellerSegment, IDisposable method SpellerSegment (line 557) | public SpellerSegment(ITextSegment textSegment) method EnumerateSuggestions (line 569) | private void EnumerateSuggestions() method EnumerateSubSegments (line 619) | private void EnumerateSubSegments() method EnumSubSegments (line 717) | public void EnumSubSegments(EnumTextSegmentsCallback segmentCallback... method Dispose (line 733) | public void Dispose() method Dispose (line 739) | protected virtual void Dispose(bool disposing) class SpellerSentence (line 815) | private class SpellerSentence : ISpellerSentence, IDisposable method SpellerSentence (line 821) | public SpellerSentence(ISentence sentence) method Dispose (line 888) | public void Dispose() method Dispose (line 894) | protected virtual void Dispose(bool disposing) method AddLexicon (line 954) | private ILexicon AddLexicon(string lexiconFilePath) method CreateInstance (line 1002) | private static object CreateInstance(Guid clsid, Guid iid) method CreateTextContext (line 1010) | private static ITextContext CreateTextContext() method CreateTextChunk (line 1016) | private static ITextChunk CreateTextChunk() method CreateLexicon (line 1022) | private static ILexicon CreateLexicon() method EnumVariantNext (line 1031) | private static int EnumVariantNext(UnsafeNativeMethods.IEnumVariant va... class UnsafeNlMethods (line 1056) | private static class UnsafeNlMethods method NlLoad (line 1058) | [DllImport(DllImport.PresentationNative, PreserveSig = false)] method NlUnload (line 1061) | [DllImport(DllImport.PresentationNative, PreserveSig = true)] method NlGetClassObject (line 1064) | [DllImport(DllImport.PresentationNative, PreserveSig = false)] type ILexicon (line 1068) | [ComImport] method ReadFrom (line 1076) | void ReadFrom ([MarshalAs( UnmanagedType.BStr )]string fileName); method stub_WriteTo (line 1081) | void stub_WriteTo (); method stub_GetEnumerator (line 1086) | void stub_GetEnumerator (); method stub_IndexOf (line 1093) | void stub_IndexOf(); method stub_TagFor (line 1101) | void stub_TagFor (); method stub_ContainsPrefix (line 1108) | void stub_ContainsPrefix(); method stub_Add (line 1113) | void stub_Add(); method stub_Remove (line 1118) | void stub_Remove(); method stub_Version (line 1123) | void stub_Version(); method stub_Count (line 1131) | void stub_Count(); method stub__NewEnum (line 1140) | void stub__NewEnum(); method stub_get_Item (line 1149) | void stub_get_Item(); method stub_set_Item (line 1157) | void stub_set_Item(); method stub_get_ItemByName (line 1165) | void stub_get_ItemByName(); method stub_set_ItemByName (line 1173) | void stub_set_ItemByName(); method stub_get0_PropertyCount (line 1179) | void stub_get0_PropertyCount(); method stub_get1_Property (line 1189) | void stub_get1_Property(); method stub_set_Property (line 1198) | void stub_set_Property(); method stub_get_IsSealed (line 1204) | void stub_get_IsSealed(); method stub_get_IsReadOnly (line 1211) | void stub_get_IsReadOnly(); type ITextContext (line 1214) | [ComImport] method stub_get_PropertyCount (line 1222) | void stub_get_PropertyCount(); method stub_get_Property (line 1228) | void stub_get_Property(); method stub_put_Property (line 1234) | void stub_put_Property(); method stub_get_DefaultDialectCount (line 1239) | void stub_get_DefaultDialectCount(); method stub_get_DefaultDialect (line 1245) | void stub_get_DefaultDialect(); method stub_AddDefaultDialect (line 1250) | void stub_AddDefaultDialect(); method stub_RemoveDefaultDialect (line 1255) | void stub_RemoveDefaultDialect(); method get_LexiconCount (line 1260) | void get_LexiconCount([MarshalAs(UnmanagedType.I4)] out Int32 lexico... method get_Lexicon (line 1266) | void get_Lexicon(Int32 index, [MarshalAs(UnmanagedType.Interface)] o... method AddLexicon (line 1271) | void AddLexicon([In, MarshalAs(UnmanagedType.Interface)] ILexicon le... method RemoveLexicon (line 1276) | void RemoveLexicon([In, MarshalAs(UnmanagedType.Interface)] ILexicon... method stub_get_Version (line 1281) | void stub_get_Version(); method stub_get_ResourceLoader (line 1286) | void stub_get_ResourceLoader(); method stub_put_ResourceLoader (line 1291) | void stub_put_ResourceLoader(); method get_Options (line 1296) | void get_Options([MarshalAs(UnmanagedType.Interface)] out IProcessin... method get_Capabilities (line 1302) | void get_Capabilities(Int32 locale, [MarshalAs(UnmanagedType.Interfa... method stub_get_Lexicons (line 1307) | void stub_get_Lexicons(); method stub_put_Lexicons (line 1312) | void stub_put_Lexicons(); method stub_get_MaxSentences (line 1317) | void stub_get_MaxSentences(); method stub_put_MaxSentences (line 1322) | void stub_put_MaxSentences(); method stub_get_IsSingleLanguage (line 1327) | void stub_get_IsSingleLanguage(); method stub_put_IsSingleLanguage (line 1332) | void stub_put_IsSingleLanguage(); method stub_get_IsSimpleWordBreaking (line 1337) | void stub_get_IsSimpleWordBreaking(); method stub_put_IsSimpleWordBreaking (line 1342) | void stub_put_IsSimpleWordBreaking(); method stub_get_UseRelativeTimes (line 1347) | void stub_get_UseRelativeTimes(); method stub_put_UseRelativeTimes (line 1352) | void stub_put_UseRelativeTimes(); method stub_get_IgnorePunctuation (line 1357) | void stub_get_IgnorePunctuation(); method stub_put_IgnorePunctuation (line 1362) | void stub_put_IgnorePunctuation(); method stub_get_IsCaching (line 1367) | void stub_get_IsCaching(); method stub_put_IsCaching (line 1372) | void stub_put_IsCaching(); method stub_get_IsShowingGaps (line 1377) | void stub_get_IsShowingGaps(); method stub_put_IsShowingGaps (line 1382) | void stub_put_IsShowingGaps(); method stub_get_IsShowingCharacterNormalizations (line 1387) | void stub_get_IsShowingCharacterNormalizations(); method stub_put_IsShowingCharacterNormalizations (line 1392) | void stub_put_IsShowingCharacterNormalizations(); method stub_get_IsShowingWordNormalizations (line 1397) | void stub_get_IsShowingWordNormalizations(); method stub_put_IsShowingWordNormalizations (line 1402) | void stub_put_IsShowingWordNormalizations(); method stub_get_IsComputingCompounds (line 1407) | void stub_get_IsComputingCompounds(); method stub_put_IsComputingCompounds (line 1412) | void stub_put_IsComputingCompounds(); method stub_get_IsComputingInflections (line 1417) | void stub_get_IsComputingInflections(); method stub_put_IsComputingInflections (line 1422) | void stub_put_IsComputingInflections(); method stub_get_IsComputingLemmas (line 1427) | void stub_get_IsComputingLemmas(); method stub_put_IsComputingLemmas (line 1432) | void stub_put_IsComputingLemmas(); method stub_get_IsComputingExpansions (line 1437) | void stub_get_IsComputingExpansions(); method stub_put_IsComputingExpansions (line 1442) | void stub_put_IsComputingExpansions(); method stub_get_IsComputingBases (line 1447) | void stub_get_IsComputingBases(); method stub_put_IsComputingBases (line 1452) | void stub_put_IsComputingBases(); method stub_get_IsComputingPartOfSpeechTags (line 1456) | void stub_get_IsComputingPartOfSpeechTags(); method stub_put_IsComputingPartOfSpeechTags (line 1460) | void stub_put_IsComputingPartOfSpeechTags(); method stub_get_IsFindingDefinitions (line 1465) | void stub_get_IsFindingDefinitions(); method stub_put_IsFindingDefinitions (line 1470) | void stub_put_IsFindingDefinitions(); method stub_get_IsFindingDateTimeMeasures (line 1475) | void stub_get_IsFindingDateTimeMeasures(); method stub_put_IsFindingDateTimeMeasures (line 1480) | void stub_put_IsFindingDateTimeMeasures(); method stub_get_IsFindingPersons (line 1485) | void stub_get_IsFindingPersons(); method stub_put_IsFindingPersons (line 1490) | void stub_put_IsFindingPersons(); method stub_get_IsFindingLocations (line 1495) | void stub_get_IsFindingLocations(); method stub_put_IsFindingLocations (line 1500) | void stub_put_IsFindingLocations(); method stub_get_IsFindingOrganizations (line 1505) | void stub_get_IsFindingOrganizations(); method stub_put_IsFindingOrganizations (line 1510) | void stub_put_IsFindingOrganizations(); method stub_get_IsFindingPhrases (line 1515) | void stub_get_IsFindingPhrases(); method stub_put_IsFindingPhrases (line 1520) | void stub_put_IsFindingPhrases(); type ITextChunk (line 1523) | [ComImport] method stub_get_InputText (line 1531) | void stub_get_InputText(); method stub_put_InputText (line 1536) | void stub_put_InputText(); method SetInputArray (line 1542) | void SetInputArray([In] IntPtr inputArray, Int32 size); method stub_RegisterEngine (line 1548) | void stub_RegisterEngine(); method stub_UnregisterEngine (line 1553) | void stub_UnregisterEngine(); method stub_get_InputArray (line 1558) | void stub_get_InputArray(); method stub_get_InputArrayRange (line 1563) | void stub_get_InputArrayRange(); method stub_put_InputArrayRange (line 1568) | void stub_put_InputArrayRange(); method get_Count (line 1573) | void get_Count(out Int32 val); method get_Item (line 1579) | void get_Item(Int32 index, [MarshalAs(UnmanagedType.Interface)] out ... method stub_get__NewEnum (line 1584) | void stub_get__NewEnum(); method get_Sentences (line 1589) | void get_Sentences([MarshalAs(UnmanagedType.Interface)] out MS.Win32... method stub_get_PropertyCount (line 1594) | void stub_get_PropertyCount(); method stub_get_Property (line 1600) | void stub_get_Property(); method stub_put_Property (line 1606) | void stub_put_Property(); method get_Context (line 1611) | void get_Context([MarshalAs(UnmanagedType.Interface)] out ITextConte... method put_Context (line 1616) | void put_Context([MarshalAs(UnmanagedType.Interface)] ITextContext v... method stub_get_Locale (line 1621) | void stub_get_Locale(); method put_Locale (line 1626) | void put_Locale(Int32 val); method stub_get_IsLocaleReliable (line 1631) | void stub_get_IsLocaleReliable(); method stub_put_IsLocaleReliable (line 1636) | void stub_put_IsLocaleReliable(); method stub_get_IsEndOfDocument (line 1641) | void stub_get_IsEndOfDocument(); method stub_put_IsEndOfDocument (line 1646) | void stub_put_IsEndOfDocument(); method GetEnumerator (line 1651) | void GetEnumerator([MarshalAs(UnmanagedType.Interface)] out MS.Win32... method stub_ToString (line 1656) | void stub_ToString(); method stub_ProcessStream (line 1662) | void stub_ProcessStream(); method get_ReuseObjects (line 1667) | void get_ReuseObjects(out bool val); method put_ReuseObjects (line 1672) | void put_ReuseObjects(bool val); type ISentence (line 1675) | [ComImport] method stub_get_PropertyCount (line 1683) | void stub_get_PropertyCount(); method stub_get_Property (line 1689) | void stub_get_Property(); method stub_put_Property (line 1695) | void stub_put_Property(); method get_Count (line 1700) | void get_Count(out Int32 val); method stub_get_Parent (line 1705) | void stub_get_Parent(); method get_Item (line 1711) | void get_Item(Int32 index, [MarshalAs(UnmanagedType.Interface)] out ... method stub_get__NewEnum (line 1716) | void stub_get__NewEnum(); method stub_get_Segments (line 1721) | void stub_get_Segments(); method stub_GetEnumerator (line 1726) | void stub_GetEnumerator(); method stub_get_IsEndOfParagraph (line 1731) | void stub_get_IsEndOfParagraph(); method stub_get_IsUnfinished (line 1736) | void stub_get_IsUnfinished(); method stub_get_IsUnfinishedAtEnd (line 1741) | void stub_get_IsUnfinishedAtEnd(); method stub_get_Locale (line 1746) | void stub_get_Locale(); method stub_get_IsLocaleReliable (line 1751) | void stub_get_IsLocaleReliable(); method stub_get_Range (line 1756) | void stub_get_Range(); method stub_get_RequiresNormalization (line 1761) | void stub_get_RequiresNormalization(); method stub_ToString (line 1766) | void stub_ToString(); method stub_CopyToString (line 1773) | void stub_CopyToString(); type ITextSegment (line 1776) | [ComImport] method stub_get_IsSurfaceString (line 1784) | void stub_get_IsSurfaceString(); method get_Range (line 1789) | void get_Range([MarshalAs(UnmanagedType.Struct)] out STextRange val); method stub_get_Identifier (line 1794) | void stub_get_Identifier(); method stub_get_Unit (line 1799) | void stub_get_Unit(); method get_Count (line 1804) | void get_Count(out Int32 val); method get_Item (line 1810) | void get_Item(Int32 index, [MarshalAs(UnmanagedType.Interface)] out ... method stub_get_Expansions (line 1815) | void stub_get_Expansions(); method stub_get_Bases (line 1820) | void stub_get_Bases(); method stub_get_SuggestionScores (line 1825) | void stub_get_SuggestionScores(); method stub_get_PropertyCount (line 1830) | void stub_get_PropertyCount(); method stub_get_Property (line 1836) | void stub_get_Property(); method stub_put_Property (line 1842) | void stub_put_Property(); method stub_CopyToString (line 1849) | void stub_CopyToString(); method get_Role (line 1854) | void get_Role(out RangeRole val); method stub_get_PrimaryType (line 1859) | void stub_get_PrimaryType(); method stub_get_SecondaryType (line 1864) | void stub_get_SecondaryType(); method stub_get_SpellingVariations (line 1869) | void stub_get_SpellingVariations(); method stub_get_CharacterNormalizations (line 1874) | void stub_get_CharacterNormalizations(); method stub_get_Representations (line 1879) | void stub_get_Representations(); method stub_get_Inflections (line 1884) | void stub_get_Inflections(); method get_Suggestions (line 1889) | void get_Suggestions([MarshalAs(UnmanagedType.Interface)] out MS.Win... method stub_get_Lemmas (line 1894) | void stub_get_Lemmas(); method stub_get_SubSegments (line 1899) | void stub_get_SubSegments(); method stub_get_Alternatives (line 1904) | void stub_get_Alternatives(); method stub_ToString (line 1909) | void stub_ToString(); method stub_get_IsPossiblePhraseStart (line 1914) | void stub_get_IsPossiblePhraseStart(); method stub_get_SpellingScore (line 1919) | void stub_get_SpellingScore(); method stub_get_IsPunctuation (line 1924) | void stub_get_IsPunctuation(); method stub_get_IsEndPunctuation (line 1929) | void stub_get_IsEndPunctuation(); method stub_get_IsSpace (line 1934) | void stub_get_IsSpace(); method stub_get_IsAbbreviation (line 1939) | void stub_get_IsAbbreviation(); method stub_get_IsSmiley (line 1944) | void stub_get_IsSmiley(); type IProcessingOptions (line 1947) | [ComImport] method stub_get__NewEnum (line 1955) | void stub_get__NewEnum(); method stub_GetEnumerator (line 1960) | void stub_GetEnumerator(); method stub_get_Locale (line 1965) | void stub_get_Locale(); method stub_get_Count (line 1970) | void stub_get_Count(); method stub_get_Name (line 1976) | void stub_get_Name(); method stub_get_Item (line 1982) | void stub_get_Item(); method put_Item (line 1988) | void put_Item(object index, object val); method stub_get_IsReadOnly (line 1993) | void stub_get_IsReadOnly(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/NaturalLanguageHyphenator.cs class NaturalLanguageHyphenator (line 23) | internal class NaturalLanguageHyphenator : TextLexicalService, IDisposable method NaturalLanguageHyphenator (line 32) | internal NaturalLanguageHyphenator() method Dispose (line 59) | void IDisposable.Dispose() method CleanupInternal (line 69) | private void CleanupInternal(bool finalizing) method IsCultureSupported (line 85) | public override bool IsCultureSupported(CultureInfo culture) method AnalyzeText (line 100) | public override TextLexicalBreaks AnalyzeText( class HyphenBreaks (line 142) | private class HyphenBreaks : TextLexicalBreaks method HyphenBreaks (line 148) | internal HyphenBreaks(byte[] isHyphenPositions, int numPositions) method GetNextBreak (line 173) | public override int GetNextBreak(int currentIndex) method GetPreviousBreak (line 189) | public override int GetPreviousBreak(int currentIndex) class UnsafeNativeMethods (line 206) | private static class UnsafeNativeMethods method NlCreateHyphenator (line 208) | [DllImport(DllImport.PresentationNative, PreserveSig = false)] method NlDestroyHyphenator (line 211) | [DllImport(DllImport.PresentationNative, PreserveSig = true)] method NlHyphenate (line 214) | [DllImport(DllImport.PresentationNative, PreserveSig = false)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/NullTextContainer.cs class NullTextContainer (line 22) | internal sealed class NullTextContainer : ITextContainer method NullTextContainer (line 32) | internal NullTextContainer() method BeginChange (line 50) | void ITextContainer.BeginChange() method BeginChangeNoUndo (line 57) | void ITextContainer.BeginChangeNoUndo() method EndChange (line 65) | void ITextContainer.EndChange() method EndChange (line 72) | void ITextContainer.EndChange(bool skipEvents) method CreatePointerAtOffset (line 79) | ITextPointer ITextContainer.CreatePointerAtOffset(int offset, LogicalD... method CreatePointerAtCharOffset (line 85) | ITextPointer ITextContainer.CreatePointerAtCharOffset(int charOffset, ... method CreateDynamicTextPointer (line 90) | ITextPointer ITextContainer.CreateDynamicTextPointer(StaticTextPointer... method CreateStaticPointerAtOffset (line 95) | StaticTextPointer ITextContainer.CreateStaticPointerAtOffset(int offset) method GetPointerContext (line 100) | TextPointerContext ITextContainer.GetPointerContext(StaticTextPointer ... method GetOffsetToPosition (line 105) | int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, St... method GetTextInRun (line 110) | int ITextContainer.GetTextInRun(StaticTextPointer position, LogicalDir... method GetAdjacentElement (line 115) | object ITextContainer.GetAdjacentElement(StaticTextPointer position, L... method GetParent (line 120) | DependencyObject ITextContainer.GetParent(StaticTextPointer position) method CreatePointer (line 125) | StaticTextPointer ITextContainer.CreatePointer(StaticTextPointer posit... method GetNextContextPosition (line 130) | StaticTextPointer ITextContainer.GetNextContextPosition(StaticTextPoin... method CompareTo (line 135) | int ITextContainer.CompareTo(StaticTextPointer position1, StaticTextPo... method CompareTo (line 140) | int ITextContainer.CompareTo(StaticTextPointer position1, ITextPointer... method GetValue (line 145) | object ITextContainer.GetValue(StaticTextPointer position, DependencyP... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/NullTextNavigator.cs class NullTextPointer (line 17) | internal sealed class NullTextPointer : ITextPointer method NullTextPointer (line 26) | internal NullTextPointer(NullTextContainer container, LogicalDirection... method CompareTo (line 42) | int ITextPointer.CompareTo(ITextPointer position) method CompareTo (line 49) | int ITextPointer.CompareTo(StaticTextPointer position) method GetOffsetToPosition (line 58) | int ITextPointer.GetOffsetToPosition(ITextPointer position) method GetPointerContext (line 68) | TextPointerContext ITextPointer.GetPointerContext(LogicalDirection dir... method GetTextRunLength (line 78) | int ITextPointer.GetTextRunLength(LogicalDirection direction) method GetTextInRun (line 87) | string ITextPointer.GetTextInRun(LogicalDirection direction) method GetTextInRun (line 96) | int ITextPointer.GetTextInRun(LogicalDirection direction, char[] textB... method GetAdjacentElement (line 106) | object ITextPointer.GetAdjacentElement(LogicalDirection direction) method GetElementType (line 116) | Type ITextPointer.GetElementType(LogicalDirection direction) method HasEqualScope (line 125) | bool ITextPointer.HasEqualScope(ITextPointer position) method GetValue (line 134) | object ITextPointer.GetValue(DependencyProperty property) method ReadLocalValue (line 142) | object ITextPointer.ReadLocalValue(DependencyProperty property) method GetLocalValueEnumerator (line 151) | LocalValueEnumerator ITextPointer.GetLocalValueEnumerator() method CreatePointer (line 159) | ITextPointer ITextPointer.CreatePointer() method CreateStaticPointer (line 166) | StaticTextPointer ITextPointer.CreateStaticPointer() method CreatePointer (line 174) | ITextPointer ITextPointer.CreatePointer(int distance) method CreatePointer (line 182) | ITextPointer ITextPointer.CreatePointer(LogicalDirection gravity) method CreatePointer (line 190) | ITextPointer ITextPointer.CreatePointer(int distance, LogicalDirection... method Freeze (line 198) | void ITextPointer.Freeze() method GetFrozenPointer (line 206) | ITextPointer ITextPointer.GetFrozenPointer(LogicalDirection logicalDir... method SetLogicalDirection (line 219) | void ITextPointer.SetLogicalDirection(LogicalDirection direction) method MoveToNextContextPosition (line 230) | bool ITextPointer.MoveToNextContextPosition(LogicalDirection direction) method MoveByOffset (line 242) | int ITextPointer.MoveByOffset(int distance) method MoveToPosition (line 254) | void ITextPointer.MoveToPosition(ITextPointer position) method MoveToElementEdge (line 264) | void ITextPointer.MoveToElementEdge(ElementEdge edge) method MoveToLineBoundary (line 274) | int ITextPointer.MoveToLineBoundary(int count) method GetCharacterRect (line 283) | Rect ITextPointer.GetCharacterRect(LogicalDirection direction) method MoveToInsertionPosition (line 292) | bool ITextPointer.MoveToInsertionPosition(LogicalDirection direction) method MoveToNextInsertionPosition (line 300) | bool ITextPointer.MoveToNextInsertionPosition(LogicalDirection direction) method InsertTextInRun (line 308) | void ITextPointer.InsertTextInRun(string textData) method DeleteContentToPosition (line 316) | void ITextPointer.DeleteContentToPosition(ITextPointer limit) method GetNextContextPosition (line 325) | ITextPointer ITextPointer.GetNextContextPosition(LogicalDirection dire... method GetInsertionPosition (line 343) | ITextPointer ITextPointer.GetInsertionPosition(LogicalDirection direct... method GetFormatNormalizedPosition (line 357) | ITextPointer ITextPointer.GetFormatNormalizedPosition(LogicalDirection... method GetNextInsertionPosition (line 369) | ITextPointer ITextPointer.GetNextInsertionPosition(LogicalDirection di... method ValidateLayout (line 386) | bool ITextPointer.ValidateLayout() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/PageContent.cs class PageContent (line 33) | [ContentProperty("Child")] method PageContent (line 50) | public PageContent() : base() method GetPageRoot (line 68) | public FixedPage GetPageRoot(bool forceReload) method GetPageRootAsync (line 97) | public void GetPageRootAsync(bool forceReload) method GetPageRootAsyncCancel (line 137) | public void GetPageRootAsyncCancel() method AddChild (line 160) | void IAddChild.AddChild(Object value) method AddText (line 190) | void IAddChild.AddText(string text) method OnSourceChanged (line 216) | private static void OnSourceChanged(DependencyObject d, DependencyProp... method ShouldSerializeChild (line 280) | [EditorBrowsable(EditorBrowsableState.Never)] method IsOwnerOf (line 337) | internal bool IsOwnerOf(FixedPage pageVisual) method GetPageStream (line 358) | internal Stream GetPageStream() method ContainsID (line 398) | internal bool ContainsID(string elementID) method _Init (line 462) | private void _Init() method _NotifyPageCompleted (line 468) | private void _NotifyPageCompleted(FixedPage result, Exception error, b... method _ResolveUri (line 477) | private Uri _ResolveUri() method _RequestPageCallback (line 488) | private void _RequestPageCallback(IAsyncResult ar) method _LoadPage (line 505) | private FixedPage _LoadPage() method _GetLoadedPage (line 555) | private FixedPage _GetLoadedPage() method _OnPaserFinished (line 566) | private void _OnPaserFinished(object sender, EventArgs args) method _LoadPageImpl (line 576) | internal static void _LoadPageImpl(Uri baseUri, Uri uriToLoad, out Fix... class GetPageRootCompletedEventArgs (line 634) | public sealed class GetPageRootCompletedEventArgs : AsyncCompletedEventArgs method GetPageRootCompletedEventArgs (line 636) | internal GetPageRootCompletedEventArgs(FixedPage page, Exception error... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/PageContentAsyncResult.cs class PageContentAsyncResult (line 19) | internal sealed class PageContentAsyncResult : IAsyncResult type GetPageStatus (line 27) | internal enum GetPageStatus method PageContentAsyncResult (line 40) | internal PageContentAsyncResult(AsyncCallback callback, object state, ... method Dispatch (line 121) | internal object Dispatch(object arg) method Cancel (line 183) | internal void Cancel() method Wait (line 189) | internal void Wait() method _OnPaserFinished (line 233) | private void _OnPaserFinished(object sender, EventArgs args) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/PageContentCollection.cs class PageContentCollection (line 17) | public sealed class PageContentCollection : IEnumerable method PageContentCollection (line 26) | internal PageContentCollection(FixedDocument logicalParent) method Add (line 51) | public int Add(PageContent newPageContent) method GetEnumerator (line 70) | public IEnumerator GetEnumerator() method GetEnumerator (line 75) | IEnumerator IEnumerable.GetEnumerator() method IndexOf (line 128) | internal int IndexOf(PageContent pc) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Paragraph.cs class Paragraph (line 18) | [ContentProperty("Inlines")] method Paragraph (line 32) | static Paragraph() method Paragraph (line 40) | public Paragraph() method Paragraph (line 48) | public Paragraph(Inline inline) method GetDefaultMarginValue (line 223) | internal void GetDefaultMarginValue(ref Thickness margin) method IsMarginAuto (line 233) | internal static bool IsMarginAuto(Thickness margin) method IsLineHeightAuto (line 238) | internal static bool IsLineHeightAuto(double lineHeight) method HasNoTextContent (line 245) | internal static bool HasNoTextContent(Paragraph paragraph) method ShouldSerializeInlines (line 270) | [EditorBrowsable(EditorBrowsableState.Never)] method IsValidMinOrphanLines (line 285) | private static bool IsValidMinOrphanLines(object o) method IsValidMinWidowLines (line 292) | private static bool IsValidMinWidowLines(object o) method IsValidTextIndent (line 299) | private static bool IsValidTextIndent(object o) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/PrecursorTextChangeType.cs type PrecursorTextChangeType (line 13) | internal enum PrecursorTextChangeType FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/PropertyRecord.cs type PropertyRecord (line 13) | internal struct PropertyRecord FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/PropertyValueAction.cs type PropertyValueAction (line 17) | internal enum PropertyValueAction FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/RangeContentEnumerator.cs class RangeContentEnumerator (line 13) | internal class RangeContentEnumerator : IEnumerator method RangeContentEnumerator (line 25) | internal RangeContentEnumerator(TextPointer start, TextPointer end) method MoveNext (line 144) | public bool MoveNext() method Reset (line 206) | public void Reset() method EnsureBufferCapacity (line 287) | private void EnsureBufferCapacity(int size) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/RtfControlWord.cs type RtfControlWord (line 13) | internal enum RtfControlWord FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/RtfControlWordInfo.cs class RtfControlWordInfo (line 14) | internal class RtfControlWordInfo method RtfControlWordInfo (line 24) | internal RtfControlWordInfo(RtfControlWord controlWord, string control... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/RtfControls.cs class RtfControls (line 13) | internal static class RtfControls method CreateCommonControlWord (line 72) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method CreateCommonDocPropsControlWord (line 79) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method CreateCommonDrawObjControlWord (line 86) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/RtfDestination.cs type RtfDestination (line 14) | internal enum RtfDestination FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/RtfFormatStack.cs class RtfFormatStack (line 16) | internal class RtfFormatStack : ArrayList method RtfFormatStack (line 26) | internal RtfFormatStack() : base(20) method Push (line 40) | internal void Push() method Pop (line 50) | internal void Pop() method Top (line 60) | internal FormatState Top() method PrevTop (line 65) | internal FormatState PrevTop(int fromTop) method EntryAt (line 77) | internal FormatState EntryAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/RtfImageFormat.cs type RtfImageFormat (line 14) | internal enum RtfImageFormat FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/RtfSuperSubscript.cs type RtfSuperSubscript (line 13) | internal enum RtfSuperSubscript FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/RtfToXamlError.cs type RtfToXamlError (line 13) | internal enum RtfToXamlError FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/RtfToXamlLexer.cs class RtfToXamlLexer (line 19) | internal class RtfToXamlLexer method RtfToXamlLexer (line 32) | internal RtfToXamlLexer(byte[] rtfBytes) method Next (line 56) | internal RtfToXamlError Next(RtfToken token, FormatState formatState) method AdvanceForUnicode (line 156) | internal RtfToXamlError AdvanceForUnicode(long nSkip) method AdvanceForBinary (line 222) | internal void AdvanceForBinary(int skip) method AdvanceForImageData (line 235) | internal void AdvanceForImageData() method WriteImageData (line 251) | internal void WriteImageData(Stream imageStream, bool isBinary) method NextText (line 338) | private RtfToXamlError NextText(RtfToken token) method Backup (line 416) | private RtfToXamlError Backup() method SetRtfIndex (line 431) | private void SetRtfIndex(RtfToken token, int controlStartIndex) method IsControl (line 504) | private bool IsControl(byte controlChar) method IsControlCharValid (line 509) | private bool IsControlCharValid(byte controlChar) method IsParameterStart (line 514) | private bool IsParameterStart(byte controlChar) method IsParameterFollow (line 519) | private bool IsParameterFollow(byte controlChar) method IsHex (line 524) | private bool IsHex(byte controlChar) method HexToByte (line 531) | private byte HexToByte(byte hexByte) method RtfControlWordLookup (line 551) | private static RtfControlWordInfo RtfControlWordLookup(string controlN... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/RtfToXamlReader.cs type HAlign (line 23) | internal enum HAlign type VAlign (line 35) | internal enum VAlign type DirState (line 45) | internal enum DirState type FontSlot (line 52) | internal enum FontSlot type ULState (line 62) | internal enum ULState type StrikeState (line 87) | internal enum StrikeState type DocumentNodeType (line 98) | internal enum DocumentNodeType type MarkerStyle (line 127) | internal enum MarkerStyle class Converters (line 144) | internal static class Converters method HalfPointToPositivePx (line 146) | internal static double HalfPointToPositivePx(double halfPoint) method TwipToPx (line 153) | internal static double TwipToPx(double twip) method TwipToPositivePx (line 158) | internal static double TwipToPositivePx(double twip) method TwipToPositiveVisiblePx (line 168) | internal static double TwipToPositiveVisiblePx(double twip) method TwipToPxString (line 182) | internal static string TwipToPxString(double twip) method TwipToPositivePxString (line 188) | internal static string TwipToPositivePxString(double twip) method TwipToPositiveVisiblePxString (line 194) | internal static string TwipToPositiveVisiblePxString(double twip) method PxToPt (line 200) | internal static double PxToPt(double px) method PxToTwipRounded (line 205) | internal static long PxToTwipRounded(double px) method PxToHalfPointRounded (line 218) | internal static long PxToHalfPointRounded(double px) method StringToDouble (line 233) | internal static bool StringToDouble(ReadOnlySpan s, ref double d) method StringToInt (line 254) | internal static bool StringToInt(ReadOnlySpan s, ref int i) method StringToXMLAttribute (line 274) | internal static string StringToXMLAttribute(string s) method HexStringToInt (line 284) | internal static bool HexStringToInt(ReadOnlySpan s, ref int i) method MarkerStyleToString (line 304) | internal static string MarkerStyleToString(MarkerStyle ms) method MarkerStyleToOldRTFString (line 331) | internal static string MarkerStyleToOldRTFString(MarkerStyle ms) method ColorToUse (line 364) | internal static bool ColorToUse(ConverterState converterState, long cb... method AlignmentToString (line 434) | internal static string AlignmentToString(HAlign a, DirState ds) method MarkerCountToString (line 452) | internal static string MarkerCountToString(MarkerStyle ms, long nCount) method MarkerRomanCountToString (line 490) | private static string MarkerRomanCountToString(StringBuilder sb, Marke... method MarkerAlphaCountToString (line 585) | private static string MarkerAlphaCountToString(StringBuilder sb, Marke... method ByteToHex (line 652) | internal static void ByteToHex(byte byteData, out byte firstHexByte, o... class Validators (line 679) | internal static class Validators method IsValidFontSize (line 681) | internal static bool IsValidFontSize(long fs) method IsValidWidthType (line 686) | internal static bool IsValidWidthType(long wt) method MakeValidShading (line 691) | internal static long MakeValidShading(long s) method MakeValidBorderWidth (line 697) | internal static long MakeValidBorderWidth(long w) class FormatState (line 716) | internal class FormatState method FormatState (line 726) | internal FormatState() method FormatState (line 742) | internal FormatState(FormatState formatState) method SetCharDefaults (line 815) | internal void SetCharDefaults() method SetParaDefaults (line 842) | internal void SetParaDefaults() method SetRowDefaults (line 869) | internal void SetRowDefaults() method IsEqual (line 875) | internal bool IsEqual(FormatState formatState) method GetBorderAttributeString (line 951) | internal string GetBorderAttributeString(ConverterState converterState) type BorderType (line 1870) | internal enum BorderType class BorderFormat (line 1878) | internal class BorderFormat method BorderFormat (line 1880) | internal BorderFormat() method BorderFormat (line 1885) | internal BorderFormat(BorderFormat cb) method SetDefaults (line 1985) | internal void SetDefaults() class ParaBorder (line 2000) | internal class ParaBorder method ParaBorder (line 2002) | internal ParaBorder() method ParaBorder (line 2012) | internal ParaBorder(ParaBorder pb) method GetBorderAttributeString (line 2128) | internal string GetBorderAttributeString(ConverterState converterState) type WidthType (line 2249) | internal enum WidthType class CellWidth (line 2257) | internal class CellWidth method CellWidth (line 2259) | internal CellWidth() method CellWidth (line 2265) | internal CellWidth(CellWidth cw) method SetDefaults (line 2295) | internal void SetDefaults() class CellFormat (line 2305) | internal class CellFormat method CellFormat (line 2307) | internal CellFormat() method CellFormat (line 2321) | internal CellFormat(CellFormat cf) method SetDefaults (line 2681) | internal void SetDefaults() method GetBorderAttributeString (line 2708) | internal string GetBorderAttributeString(ConverterState converterState) method GetPaddingAttributeString (line 2747) | internal string GetPaddingAttributeString() => class RowFormat (line 2780) | internal class RowFormat method RowFormat (line 2782) | internal RowFormat() method RowFormat (line 2794) | internal RowFormat(RowFormat ri) method NthCellFormat (line 2928) | internal CellFormat NthCellFormat(int n) method NextCellFormat (line 2940) | internal CellFormat NextCellFormat() method CurrentCellFormat (line 2946) | internal CellFormat CurrentCellFormat() method CanonicalizeWidthsFromRTF (line 2958) | internal void CanonicalizeWidthsFromRTF() method CanonicalizeWidthsFromXaml (line 3026) | internal void CanonicalizeWidthsFromXaml() class MarkerListEntry (line 3059) | internal class MarkerListEntry method MarkerListEntry (line 3061) | internal MarkerListEntry() class MarkerList (line 3146) | internal class MarkerList : ArrayList method MarkerList (line 3156) | internal MarkerList() method EntryAt (line 3171) | internal MarkerListEntry EntryAt(int index) method AddEntry (line 3176) | internal void AddEntry(MarkerStyle m, long nILS, long nStartIndexOverr... class FontTableEntry (line 3196) | internal class FontTableEntry method FontTableEntry (line 3206) | internal FontTableEntry() method CharSetToCodePage (line 3319) | internal static int CharSetToCodePage(int cs) method ComputePreferredCodePage (line 3377) | internal void ComputePreferredCodePage() method CodePageToCharSet (line 3436) | private static int CodePageToCharSet(int cp) method IsSymbolFont (line 3484) | private static bool IsSymbolFont(string typefaceName) class FontTable (line 3526) | internal class FontTable : ArrayList method FontTable (line 3536) | internal FontTable() method DefineEntry (line 3552) | internal FontTableEntry DefineEntry(int index) method FindEntryByIndex (line 3576) | internal FontTableEntry FindEntryByIndex(int index) method FindEntryByName (line 3591) | internal FontTableEntry FindEntryByName(string name) method EntryAt (line 3606) | internal FontTableEntry EntryAt(int index) method DefineEntryByName (line 3611) | internal int DefineEntryByName(string name) method MapFonts (line 3638) | internal void MapFonts() class ColorTableEntry (line 3805) | internal class ColorTableEntry method ColorTableEntry (line 3815) | internal ColorTableEntry() class ColorTable (line 3898) | internal class ColorTable : ArrayList method ColorTable (line 3908) | internal ColorTable() method ColorAt (line 3924) | internal Color ColorAt(int index) method FinishColor (line 3936) | internal void FinishColor() method AddColor (line 3951) | internal int AddColor(Color color) method EntryAt (line 3971) | internal ColorTableEntry EntryAt(int index) class ListLevelTable (line 4144) | internal class ListLevelTable : ArrayList method ListLevelTable (line 4154) | internal ListLevelTable() method EntryAt (line 4169) | internal ListLevel EntryAt(int index) method AddEntry (line 4181) | internal ListLevel AddEntry() class ListTableEntry (line 4214) | internal class ListTableEntry method ListTableEntry (line 4224) | internal ListTableEntry() class ListTable (line 4302) | internal class ListTable : ArrayList method ListTable (line 4312) | internal ListTable() method EntryAt (line 4327) | internal ListTableEntry EntryAt(int index) method FindEntry (line 4332) | internal ListTableEntry FindEntry(long id) method AddEntry (line 4347) | internal ListTableEntry AddEntry() class ListOverride (line 4380) | internal class ListOverride method ListOverride (line 4390) | internal ListOverride() class ListOverrideTable (line 4477) | internal class ListOverrideTable : ArrayList method ListOverrideTable (line 4487) | internal ListOverrideTable() method EntryAt (line 4502) | internal ListOverride EntryAt(int index) method FindEntry (line 4507) | internal ListOverride FindEntry(int index) method AddEntry (line 4522) | internal ListOverride AddEntry() class DocumentNode (line 4555) | internal class DocumentNode method DocumentNode (line 4630) | internal DocumentNode(DocumentNodeType documentNodeType) method InheritFormatState (line 4661) | internal void InheritFormatState(FormatState formatState) method GetTagName (line 4676) | internal string GetTagName() method GetParentOfType (line 4681) | internal DocumentNode GetParentOfType(DocumentNodeType parentType) method GetTableDepth (line 4693) | internal int GetTableDepth() method GetListDepth (line 4711) | internal int GetListDepth() method Terminate (line 4732) | internal void Terminate(ConverterState converterState) method ConstrainFontPropagation (line 4744) | internal void ConstrainFontPropagation(FormatState fsOrig) method RequiresXamlFontProperties (line 4768) | internal bool RequiresXamlFontProperties() method AppendXamlFontProperties (line 4783) | internal void AppendXamlFontProperties(ConverterState converterState, ... method StripInvalidChars (line 4897) | internal string StripInvalidChars(string text) method AppendXamlEncoded (line 4951) | internal void AppendXamlEncoded(string text) method AppendXamlPrefix (line 5016) | internal void AppendXamlPrefix(ConverterState converterState) method AppendXamlPrefixTableProperties (line 5109) | private void AppendXamlPrefixTableProperties(StringBuilder xamlStringB... method AppendXamlPrefixCellProperties (line 5134) | private void AppendXamlPrefixCellProperties(StringBuilder xamlStringBu... method AppendXamlDir (line 5178) | private void AppendXamlDir(StringBuilder xamlStringBuilder) method AppendXamlPrefixParagraphProperties (line 5193) | private void AppendXamlPrefixParagraphProperties(StringBuilder xamlStr... method AppendXamlPrefixListItemProperties (line 5261) | private void AppendXamlPrefixListItemProperties(StringBuilder xamlStri... method AppendXamlPrefixListProperties (line 5284) | private void AppendXamlPrefixListProperties(StringBuilder xamlStringBu... method AppendXamlPrefixHyperlinkProperties (line 5307) | private void AppendXamlPrefixHyperlinkProperties(StringBuilder xamlStr... method AppendXamlTableColumnsAfterStartTag (line 5317) | private void AppendXamlTableColumnsAfterStartTag(StringBuilder xamlStr... method AppendXamlPostfix (line 5347) | internal void AppendXamlPostfix(ConverterState converterState) method AppendInlineXamlPrefix (line 5376) | internal void AppendInlineXamlPrefix(ConverterState converterState) method AppendInlineXamlPostfix (line 5430) | internal void AppendInlineXamlPostfix(ConverterState converterState) method AppendImageXamlPrefix (line 5435) | internal void AppendImageXamlPrefix() method AppendImageXamlPostfix (line 5440) | internal void AppendImageXamlPostfix() method IsAncestorOf (line 5445) | internal bool IsAncestorOf(DocumentNode documentNode) method IsLastParagraphInCell (line 5453) | internal bool IsLastParagraphInCell() method GetTableRows (line 5486) | internal DocumentNodeArray GetTableRows() method GetRowsCells (line 5510) | internal DocumentNodeArray GetRowsCells() method GetCellColumn (line 5534) | internal int GetCellColumn() method ComputeColumns (line 5568) | internal ColumnStateArray ComputeColumns() class ColumnState (line 6156) | internal class ColumnState method ColumnState (line 6158) | internal ColumnState() class ColumnStateArray (line 6206) | internal class ColumnStateArray : ArrayList method ColumnStateArray (line 6208) | internal ColumnStateArray() method EntryAt (line 6213) | internal ColumnState EntryAt(int i) method GetMinUnfilledRowIndex (line 6218) | internal int GetMinUnfilledRowIndex() class DocumentNodeArray (line 6249) | internal class DocumentNodeArray : ArrayList method DocumentNodeArray (line 6259) | internal DocumentNodeArray() method EntryAt (line 6276) | internal DocumentNode EntryAt(int nAt) method Push (line 6281) | internal void Push(DocumentNode documentNode) method Pop (line 6286) | internal DocumentNode Pop() method TopPending (line 6298) | internal DocumentNode TopPending() method TestTop (line 6313) | internal bool TestTop(DocumentNodeType documentNodeType) method PreCoalesceChildren (line 6318) | internal void PreCoalesceChildren(ConverterState converterState, int n... method CoalesceChildren (line 6411) | internal void CoalesceChildren(ConverterState converterState, int nStart) method CoalesceOnlyChildren (line 6472) | internal void CoalesceOnlyChildren(ConverterState converterState, int ... method CoalesceAll (line 6531) | internal void CoalesceAll(ConverterState converterState) method CloseAtHelper (line 6539) | internal void CloseAtHelper(int index, int nChildCount) method CloseAt (line 6569) | internal void CloseAt(int index) method AssertTreeInvariants (line 6603) | internal void AssertTreeInvariants() method AssertTreeSemanticInvariants (line 6626) | internal void AssertTreeSemanticInvariants() method CloseAll (line 6654) | internal void CloseAll() method CountOpenNodes (line 6666) | internal int CountOpenNodes(DocumentNodeType documentNodeType) method CountOpenCells (line 6696) | internal int CountOpenCells() method GetOpenParentWhileParsing (line 6701) | internal DocumentNode GetOpenParentWhileParsing(DocumentNode dn) method GetTableScope (line 6720) | internal DocumentNodeType GetTableScope() method GetOpenMarkerStyles (line 6751) | internal MarkerList GetOpenMarkerStyles() method GetLastMarkerStyles (line 6785) | internal MarkerList GetLastMarkerStyles(MarkerList mlHave, MarkerList ... method OpenLastList (line 6856) | internal void OpenLastList() method OpenLastCell (line 6886) | internal void OpenLastCell() method FindPendingFrom (line 6934) | internal int FindPendingFrom(DocumentNodeType documentNodeType, int nS... method FindPending (line 6971) | internal int FindPending(DocumentNodeType documentNodeType, int nLow) method FindPending (line 6976) | internal int FindPending(DocumentNodeType documentNodeType) method FindUnmatched (line 6981) | internal int FindUnmatched(DocumentNodeType dnType) method EstablishTreeRelationships (line 6999) | internal void EstablishTreeRelationships() method CullOpen (line 7029) | internal void CullOpen() method InsertOpenNode (line 7048) | internal void InsertOpenNode(DocumentNode dn) method InsertNode (line 7063) | internal void InsertNode(int nAt, DocumentNode dn) method InsertChildAt (line 7089) | internal void InsertChildAt(DocumentNode dnParent, DocumentNode dnNew,... method Excise (line 7112) | internal void Excise(int nAt, int nExcise) method PreCoalesceListItem (line 7195) | private void PreCoalesceListItem(DocumentNode dn) method PreCoalesceList (line 7235) | private void PreCoalesceList(DocumentNode dn) method PreCoalesceTable (line 7281) | private int PreCoalesceTable(DocumentNode dn) method PreCoalesceRow (line 7331) | private void PreCoalesceRow(DocumentNode dn, ref bool fVMerged) method ProcessTableRowSpan (line 7412) | private void ProcessTableRowSpan(DocumentNodeArray dnaTables) class ConverterState (line 7506) | internal class ConverterState method ConverterState (line 7519) | internal ConverterState() method PreviousTopFormatState (line 7548) | internal FormatState PreviousTopFormatState(int fromTop) method RtfToXamlReader (line 7746) | internal RtfToXamlReader(string rtfString) method Initialize (line 7754) | private void Initialize() method Process (line 7777) | internal RtfToXamlError Process() method TreeContainsBlock (line 7943) | internal bool TreeContainsBlock() method AppendDocument (line 7962) | internal void AppendDocument() method ProcessField (line 8039) | internal void ProcessField() method HexToInt (line 8290) | private int HexToInt(char c) method DecToInt (line 8310) | private int DecToInt(char c) method GetIncludePictureUri (line 8323) | private string GetIncludePictureUri(string instructionName) method ProcessHyperlinkField (line 8347) | internal DocumentNode ProcessHyperlinkField(string instr) method ProcessSymbolField (line 8456) | internal DocumentNode ProcessSymbolField(string instr) method ProcessSymbolFieldInstruction (line 8531) | private void ProcessSymbolFieldInstruction(DocumentNode dn, string instr... method ProcessImage (line 8610) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServi... method ConvertSymbolCharValueToText (line 8754) | private void ConvertSymbolCharValueToText(DocumentNode dn, int nChar, En... method ProcessListText (line 8796) | internal void ProcessListText() method ProcessShapeResult (line 8835) | internal void ProcessShapeResult() method ProcessRtfDestination (line 8854) | private void ProcessRtfDestination(FormatState fsCur) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/RtfToken.cs class RtfToken (line 13) | internal class RtfToken method RtfToken (line 38) | internal RtfToken() method Empty (line 52) | internal void Empty() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/RtfTokenType.cs type RtfTokenType (line 13) | internal enum RtfTokenType FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/RubberbandSelector.cs class RubberbandSelector (line 22) | internal sealed class RubberbandSelector method ClearSelection (line 28) | internal void ClearSelection() method AttachRubberbandSelector (line 43) | internal void AttachRubberbandSelector(FrameworkElement scope) method DetachRubberbandSelector (line 79) | internal void DetachRubberbandSelector() method ExtendSelection (line 110) | private void ExtendSelection(Point pt) method UpdateHighlightVisual (line 140) | private void UpdateHighlightVisual(FixedPage page) method OnCopy (line 149) | private void OnCopy(object sender, ExecutedRoutedEventArgs e) method GetImage (line 182) | private BitmapSource GetImage() method GetVisual (line 196) | private Visual GetVisual(double offsetX, double offsetY) method CloneVisualTree (line 217) | private void CloneVisualTree(ContainerVisual parent, Visual old) method GetText (line 247) | private string GetText() method _GetTextPosition (line 318) | private ITextPointer _GetTextPosition(FixedNode node, int charIndex) method IntersectGlyphs (line 334) | private bool IntersectGlyphs(Glyphs g, double top, double left, double... method GlyphRunHitTest (line 475) | private int GlyphRunHitTest(GlyphRun run, double xoffset, bool LTR) method QueryCopy (line 484) | private void QueryCopy(object sender, CanExecuteRoutedEventArgs e) method OnLeftMouseDown (line 492) | private void OnLeftMouseDown(object sender, MouseButtonEventArgs e) method OnLeftMouseUp (line 517) | private void OnLeftMouseUp(object sender, MouseButtonEventArgs e) method OnMouseMove (line 532) | private void OnMouseMove(object sender, MouseEventArgs e) method OnQueryCursor (line 549) | private void OnQueryCursor(object sender, QueryCursorEventArgs e) method GetFixedPanelDocumentPage (line 563) | private FixedDocumentPage GetFixedPanelDocumentPage(Point pt) class TextPositionPair (line 614) | private class TextPositionPair FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Run.cs class Run (line 18) | [ContentProperty("Text")] method Run (line 32) | public Run() method Run (line 42) | public Run(string text) : this(text, null) method Run (line 56) | public Run(string text, TextPointer insertionPosition) method OnTextUpdated (line 126) | internal override void OnTextUpdated() method BeforeLogicalTreeChange (line 162) | internal override void BeforeLogicalTreeChange() method AfterLogicalTreeChange (line 174) | internal override void AfterLogicalTreeChange() method ShouldSerializeText (line 193) | [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBro... method OnTextPropertyChanged (line 218) | private static void OnTextPropertyChanged(DependencyObject d, Dependen... method CoerceText (line 290) | private static object CoerceText(DependencyObject d, object baseValue) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Section.cs class Section (line 16) | [ContentProperty("Blocks")] method Section (line 30) | public Section() method Section (line 41) | public Section(Block block) method ShouldSerializeBlocks (line 112) | [EditorBrowsable(EditorBrowsableState.Never)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/SelectionHighlightInfo.cs class SelectionHighlightInfo (line 15) | internal static class SelectionHighlightInfo method SelectionHighlightInfo (line 26) | static SelectionHighlightInfo() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/SelectionWordBreaker.cs class SelectionWordBreaker (line 24) | internal static class SelectionWordBreaker method IsAtWordBoundary (line 47) | internal static bool IsAtWordBoundary(char[] text, int position, Logic... method IsWordBoundary (line 125) | private static bool IsWordBoundary(char previousChar, char followingChar) method IsMidLetter (line 144) | private static bool IsMidLetter(char []text, int index, CharClass []cl... method IsIdeographicCharType (line 154) | private static bool IsIdeographicCharType(UInt16 charType3) method IsSameClass (line 162) | private static bool IsSameClass(UInt16 preceedingType3, CharClass prec... method IsWhiteSpace (line 196) | private static bool IsWhiteSpace(char ch, CharClass charClass) method GetClasses (line 202) | private static CharClass[] GetClasses(char[] text) method IsDiacriticOrKashida (line 260) | private static bool IsDiacriticOrKashida(char ch) method IsInRange (line 270) | private static bool IsInRange(uint lower, char ch, uint upper) method IsKorean (line 276) | private static bool IsKorean(char ch) method IsThai (line 282) | private static bool IsThai(char ch) method IsHebrew (line 288) | private static bool IsHebrew(char ch) type CharClass (line 324) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Serialization/ISerializerFactory.cs type ISerializerFactory (line 19) | public interface ISerializerFactory method CreateSerializerWriter (line 24) | SerializerWriter CreateSerializerWriter(Stream stream); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Serialization/SerializerDescriptor.cs class SerializerDescriptor (line 21) | public sealed class SerializerDescriptor method SerializerDescriptor (line 25) | private SerializerDescriptor() method GetNonEmptyRegistryString (line 33) | private static string GetNonEmptyRegistryString(RegistryKey key, strin... method CreateFromFactoryInstance (line 58) | public static SerializerDescriptor CreateFromFactoryInstance( method CreateSerializerFactory (line 111) | [SuppressMessage("Microsoft.Security", "CA2001:AvoidCallingProblematic... method WriteToRegistryKey (line 129) | internal void WriteToRegistryKey(RegistryKey key) method CreateFromRegistry (line 151) | internal static SerializerDescriptor CreateFromRegistry(RegistryKey pl... method Equals (line 332) | public override bool Equals(object obj) method GetHashCode (line 351) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Serialization/SerializerProvider.cs class SerializerProvider (line 16) | public sealed class SerializerProvider method SerializerProvider (line 29) | public SerializerProvider() method RegisterSerializer (line 69) | public static void RegisterSerializer(SerializerDescriptor serializerD... method UnregisterSerializer (line 95) | public static void UnregisterSerializer(SerializerDescriptor serialize... method CreateSerializerWriter (line 120) | public SerializerWriter CreateSerializerWriter(SerializerDescriptor se... method CreateSystemSerializerDescriptor (line 187) | private SerializerDescriptor CreateSystemSerializerDescriptor() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Serialization/SerializerWriter.cs class SerializerWriter (line 19) | public abstract class SerializerWriter method Write (line 24) | public abstract void Write(Visual visual); method Write (line 29) | public abstract void Write(Visual visual, PrintTicket printTicket); method WriteAsync (line 34) | public abstract void WriteAsync(Visual visual); method WriteAsync (line 39) | public abstract void WriteAsync(Visual visual, object userState); method WriteAsync (line 45) | public abstract void WriteAsync(Visual visual, PrintTicket printTicket); method WriteAsync (line 51) | public abstract void WriteAsync(Visual visual, PrintTicket printTicket... method Write (line 56) | public abstract void Write(DocumentPaginator documentPaginator); method Write (line 61) | public abstract void Write(DocumentPaginator documentPaginator, PrintT... method WriteAsync (line 66) | public abstract void WriteAsync(DocumentPaginator documentPaginator); method WriteAsync (line 71) | public abstract void WriteAsync(DocumentPaginator documentPaginator, P... method WriteAsync (line 76) | public abstract void WriteAsync(DocumentPaginator documentPaginator, o... method WriteAsync (line 81) | public abstract void WriteAsync(DocumentPaginator documentPaginator, P... method Write (line 86) | public abstract void Write(FixedPage fixedPage); method Write (line 91) | public abstract void Write(FixedPage fixedPage, PrintTicket printTicket); method WriteAsync (line 96) | public abstract void WriteAsync(FixedPage fixedPage); method WriteAsync (line 101) | public abstract void WriteAsync(FixedPage fixedPage, PrintTicket print... method WriteAsync (line 106) | public abstract void WriteAsync(FixedPage fixedPage, object userState); method WriteAsync (line 111) | public abstract void WriteAsync(FixedPage fixedPage, PrintTicket print... method Write (line 117) | public abstract void Write(FixedDocument fixedDocument); method Write (line 122) | public abstract void Write(FixedDocument fixedDocument, PrintTicket pr... method WriteAsync (line 127) | public abstract void WriteAsync(FixedDocument fixedDocument); method WriteAsync (line 132) | public abstract void WriteAsync(FixedDocument fixedDocument, PrintTick... method WriteAsync (line 137) | public abstract void WriteAsync(FixedDocument fixedDocument, object us... method WriteAsync (line 142) | public abstract void WriteAsync(FixedDocument fixedDocument, PrintTick... method Write (line 147) | public abstract void Write(FixedDocumentSequence fixedDocumentSequence); method Write (line 152) | public abstract void Write(FixedDocumentSequence fixedDocumentSequence... method WriteAsync (line 157) | public abstract void WriteAsync(FixedDocumentSequence fixedDocumentSeq... method WriteAsync (line 162) | public abstract void WriteAsync(FixedDocumentSequence fixedDocumentSeq... method WriteAsync (line 167) | public abstract void WriteAsync(FixedDocumentSequence fixedDocumentSeq... method WriteAsync (line 172) | public abstract void WriteAsync(FixedDocumentSequence fixedDocumentSeq... method CancelAsync (line 177) | public abstract void CancelAsync(); method CreateVisualsCollator (line 182) | public abstract SerializerWriterCollator CreateVisualsCollator(); method CreateVisualsCollator (line 187) | public abstract SerializerWriterCollator CreateVisualsCollator(PrintTi... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Serialization/SerializerWriterCollator.cs class SerializerWriterCollator (line 19) | public abstract class SerializerWriterCollator method BeginBatchWrite (line 24) | public abstract void BeginBatchWrite(); method EndBatchWrite (line 29) | public abstract void EndBatchWrite(); method Write (line 34) | public abstract void Write(Visual visual); method Write (line 39) | public abstract void Write(Visual visual, PrintTicket printTicket); method WriteAsync (line 44) | public abstract void WriteAsync(Visual visual); method WriteAsync (line 49) | public abstract void WriteAsync(Visual visual, object userState); method WriteAsync (line 54) | public abstract void WriteAsync(Visual visual, PrintTicket printTicket); method WriteAsync (line 59) | public abstract void WriteAsync(Visual visual, PrintTicket printTicket... method CancelAsync (line 66) | public abstract void CancelAsync(); method Cancel (line 72) | public abstract void Cancel(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Serialization/SerializerWriterEventHandlers.cs type WritingProgressChangeLevel (line 22) | public enum WritingProgressChangeLevel class WritingPrintTicketRequiredEventArgs (line 50) | public class WritingPrintTicketRequiredEventArgs : EventArgs method WritingPrintTicketRequiredEventArgs (line 56) | public WritingPrintTicketRequiredEventArgs( class WritingCompletedEventArgs (line 122) | public class WritingCompletedEventArgs : ComponentModel.AsyncCompletedE... method WritingCompletedEventArgs (line 127) | public class WritingProgressChangedEventArgs (line 139) | public class WritingProgressChangedEventArgs : ComponentModel.ProgressCh... method WritingProgressChangedEventArgs (line 144) | public class WritingCancelledEventArgs (line 190) | public class WritingCancelledEventArgs : EventArgs method WritingCancelledEventArgs (line 195) | public FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Span.cs class Span (line 17) | [ContentProperty("Inlines")] method Span (line 31) | public Span() method Span (line 41) | public Span(Inline childInline) : this(childInline, null) method Span (line 54) | public Span(Inline childInline, TextPointer insertionPosition) method Span (line 86) | public Span(TextPointer start, TextPointer end) method ShouldSerializeInlines (line 190) | [EditorBrowsable(EditorBrowsableState.Never)] method SplitElement (line 211) | private TextPointer SplitElement(TextPointer position) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Speller.cs class Speller (line 25) | internal partial class Speller method Speller (line 37) | internal Speller(TextEditor textEditor) method Detach (line 65) | internal void Detach() method GetError (line 103) | internal SpellingError GetError(ITextPointer position, LogicalDirectio... method GetNextSpellingErrorPosition (line 137) | internal ITextPointer GetNextSpellingErrorPosition(ITextPointer positi... method GetSuggestionsForError (line 172) | internal List GetSuggestionsForError(SpellingError error) method IgnoreAll (line 206) | internal void IgnoreAll(string word) method SetSpellingReform (line 249) | internal void SetSpellingReform(SpellingReform spellingReform) method SetCustomDictionaries (line 265) | internal void SetCustomDictionaries(CustomDictionarySources dictionary... method ResetErrors (line 285) | internal void ResetErrors() method IsSpellerAffectingProperty (line 299) | internal static bool IsSpellerAffectingProperty(DependencyProperty pro... method OnDictionaryUriAdded (line 309) | internal void OnDictionaryUriAdded(Uri uri) method OnDictionaryUriRemoved (line 342) | internal void OnDictionaryUriRemoved(Uri uri) method OnDictionaryUriCollectionCleared (line 369) | internal void OnDictionaryUriCollectionCleared() method EnsureInitialized (line 436) | private bool EnsureInitialized() method ScheduleIdleCallback (line 467) | private void ScheduleIdleCallback() method ScheduleCaretMovedCallback (line 480) | private void ScheduleCaretMovedCallback() method OnTextContainerChange (line 493) | private void OnTextContainerChange(object sender, TextContainerChangeE... method OnIdle (line 524) | private object OnIdle(object unused) method OnCaretMoved (line 570) | private void OnCaretMoved(object sender, EventArgs e) method OnLostFocus (line 576) | private void OnLostFocus(object sender, RoutedEventArgs e) method OnCaretMovedWorker (line 585) | private void OnCaretMovedWorker() method GetNextScanRange (line 607) | private bool GetNextScanRange(ITextPointer searchStart, out ITextPoint... method GetNextScanRangeRaw (line 637) | private void GetNextScanRangeRaw(ITextPointer searchStart, out ITextPo... method AdjustScanRangeAroundComposition (line 666) | private void AdjustScanRangeAroundComposition(ITextPointer rawStart, I... method ScanRange (line 752) | private ScanStatus ScanRange(ITextPointer start, ITextPointer end, lon... method ScanErrorTextSegment (line 871) | private bool ScanErrorTextSegment(SpellerInteropBase.ISpellerSegment t... method ScanTextSegment (line 919) | private bool ScanTextSegment(SpellerInteropBase.ISpellerSegment textSe... method ScanRangeCheckTimeLimitCallback (line 973) | private bool ScanRangeCheckTimeLimitCallback(SpellerInteropBase.ISpell... method MarkErrorRange (line 1032) | private void MarkErrorRange(TextMap textMap, SpellerInteropBase.ITextR... method ExpandToWordBreakAndContext (line 1078) | private void ExpandToWordBreakAndContext(ITextPointer position, Logica... method FindPositionInSegmentList (line 1228) | private int FindPositionInSegmentList(TextMap textMap, LogicalDirectio... method SearchForWordBreaks (line 1308) | private ITextPointer SearchForWordBreaks(ITextPointer position, Logica... method GetNextLanguageTransition (line 1380) | private ITextPointer GetNextLanguageTransition(ITextPointer position, ... method ExpandToWordBreakCallback (line 1405) | private bool ExpandToWordBreakCallback(SpellerInteropBase.ISpellerSegm... method IsIgnoredWord (line 1415) | private bool IsIgnoredWord(string word) => _ignoredWordsList?.BinarySe... method CanSpellCheck (line 1419) | private static bool CanSpellCheck(CultureInfo culture) method SetCulture (line 1441) | private void SetCulture(CultureInfo culture) method ScanPosition (line 1457) | private void ScanPosition(ITextPointer position, LogicalDirection dire... method GetCurrentLanguage (line 1477) | private XmlLanguage GetCurrentLanguage(ITextPointer position) method GetCurrentCultureAndLanguage (line 1488) | private CultureInfo GetCurrentCultureAndLanguage(ITextPointer position... method ResolvePathUri (line 1530) | private static Uri ResolvePathUri(Uri uri) method LoadDictionaryFromPackUri (line 1551) | private void LoadDictionaryFromPackUri(Uri item) method CleanupDictionaryTempFile (line 1575) | private void CleanupDictionaryTempFile(Uri tempLocationUri) method LoadPackFile (line 1599) | private static Uri LoadPackFile(Uri uri) class TextMap (line 1629) | private class TextMap method TextMap (line 1638) | internal TextMap(ITextPointer contextStart, ITextPointer contextEnd, method MapOffsetToPosition (line 1753) | internal ITextPointer MapOffsetToPosition(int offset) method IsAdjacentToFormatElement (line 1789) | private bool IsAdjacentToFormatElement(ITextPointer pointer) class ScanStatus (line 1834) | private class ScanStatus method ScanStatus (line 1838) | internal ScanStatus(long timeLimit, ITextPointer startPosition) class TextMapCallbackData (line 1894) | private class TextMapCallbackData method TextMapCallbackData (line 1896) | internal TextMapCallbackData(TextMap textmap, object data) class DictionaryInfo (line 1913) | private class DictionaryInfo method DictionaryInfo (line 1920) | internal DictionaryInfo(Uri pathUri, object lexicon) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/SpellerError.cs class SpellingError (line 16) | public class SpellingError method SpellingError (line 27) | internal SpellingError(Speller speller, ITextPointer start, ITextPoint... method Correct (line 56) | public void Correct(string correctedText) method IgnoreAll (line 71) | public void IgnoreAll() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/SpellerHighlightLayer.cs class SpellerHighlightLayer (line 17) | internal class SpellerHighlightLayer : HighlightLayer method SpellerHighlightLayer (line 28) | static SpellerHighlightLayer() method SpellerHighlightLayer (line 34) | internal SpellerHighlightLayer(Speller speller) method GetHighlightValue (line 51) | internal override object GetHighlightValue(StaticTextPointer textPosit... method IsContentHighlighted (line 68) | internal override bool IsContentHighlighted(StaticTextPointer textPosi... method GetNextChangePosition (line 75) | internal override StaticTextPointer GetNextChangePosition(StaticTextPo... method FireChangedEvent (line 82) | internal void FireChangedEvent(ITextPointer start, ITextPointer end) method GetErrorTextDecorations (line 136) | private static TextDecorationCollection GetErrorTextDecorations() class SpellerHighlightChangedEventArgs (line 195) | private sealed class SpellerHighlightChangedEventArgs : HighlightChang... method SpellerHighlightChangedEventArgs (line 198) | internal SpellerHighlightChangedEventArgs(ITextPointer start, ITextP... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/SpellerInteropBase.cs class SpellerInteropBase (line 10) | internal abstract class SpellerInteropBase: IDisposable type ITextRange (line 21) | internal interface ITextRange type ISpellerSegment (line 30) | internal interface ISpellerSegment method EnumSubSegments (line 67) | void EnumSubSegments(EnumTextSegmentsCallback segmentCallback, objec... type ISpellerSentence (line 74) | internal interface ISpellerSentence type SpellerMode (line 84) | [Flags] method Dispose (line 99) | public abstract void Dispose(); method Dispose (line 100) | protected abstract void Dispose(bool disposing); method CreateInstance (line 106) | public static SpellerInteropBase CreateInstance() method SetLocale (line 149) | internal abstract void SetLocale(CultureInfo culture); method EnumTextSegments (line 154) | internal abstract int EnumTextSegments(char[] text, int count, method UnloadDictionary (line 161) | internal abstract void UnloadDictionary(object dictionary); method LoadDictionary (line 168) | internal abstract object LoadDictionary(string lexiconFilePath); method LoadDictionary (line 189) | internal abstract object LoadDictionary(Uri item, string trustedFolder); method ReleaseAllLexicons (line 194) | internal abstract void ReleaseAllLexicons(); method SetReformMode (line 218) | internal abstract void SetReformMode(CultureInfo culture, SpellingRefo... method CanSpellCheck (line 225) | internal abstract bool CanSpellCheck(CultureInfo culture); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/SpellerStatusTable.cs class SpellerStatusTable (line 24) | internal class SpellerStatusTable method SpellerStatusTable (line 35) | internal SpellerStatusTable(ITextPointer textContainerStart, SpellerHi... method OnTextChange (line 56) | internal void OnTextChange(TextContainerChangeEventArgs e) method GetFirstDirtyRange (line 81) | internal void GetFirstDirtyRange(ITextPointer searchStart, out ITextPo... method MarkCleanRange (line 106) | internal void MarkCleanRange(ITextPointer start, ITextPointer end) method MarkDirtyRange (line 113) | internal void MarkDirtyRange(ITextPointer start, ITextPointer end) method MarkErrorRange (line 121) | internal void MarkErrorRange(ITextPointer start, ITextPointer end) method IsRunType (line 162) | internal bool IsRunType(StaticTextPointer textPosition, LogicalDirecti... method GetNextErrorTransition (line 177) | internal StaticTextPointer GetNextErrorTransition(StaticTextPointer te... method GetError (line 242) | internal bool GetError(StaticTextPointer textPosition, LogicalDirectio... method GetRun (line 262) | internal bool GetRun(StaticTextPointer position, LogicalDirection dire... type RunType (line 293) | internal enum RunType { Clean, Dirty, Error }; method GetErrorIndex (line 307) | private int GetErrorIndex(StaticTextPointer textPosition, LogicalDirec... method FindIndex (line 330) | private int FindIndex(StaticTextPointer position, LogicalDirection dir... method MarkRange (line 378) | private void MarkRange(ITextPointer start, ITextPointer end, RunType r... method AddRun (line 434) | private void AddRun(int index, ITextPointer start, ITextPointer end, R... method TryToMergeRunWithNeighbors (line 529) | private void TryToMergeRunWithNeighbors(int index) method OnContentAdded (line 550) | private void OnContentAdded(TextContainerChangeEventArgs e) method OnContentRemoved (line 584) | private void OnContentRemoved(ITextPointer position) method NotifyHighlightLayerBeforeRunChange (line 650) | private void NotifyHighlightLayerBeforeRunChange(int index) method DebugAssertRunList (line 670) | private void DebugAssertRunList() method Dump (line 713) | private void Dump() method GetRun (line 742) | private Run GetRun(int index) method GetRunEndPositionDynamic (line 748) | private ITextPointer GetRunEndPositionDynamic(int index) method GetRunEndPosition (line 754) | private StaticTextPointer GetRunEndPosition(int index) method IsErrorRun (line 774) | private bool IsErrorRun(int index) class Run (line 794) | private class Run method Run (line 796) | internal Run(ITextPointer position, RunType runType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/SplayTreeNode.cs method GetSiblingAtOffset (line 27) | internal SplayTreeNode GetSiblingAtOffset(int offset, out int nodeOffset) method GetSiblingAtCharOffset (line 74) | internal SplayTreeNode GetSiblingAtCharOffset(int charOffset, out int no... method GetFirstContainedNode (line 130) | internal SplayTreeNode GetFirstContainedNode() method GetLastContainedNode (line 145) | internal SplayTreeNode GetLastContainedNode() method GetContainingNode (line 159) | internal SplayTreeNode GetContainingNode() method GetPreviousNode (line 177) | internal SplayTreeNode GetPreviousNode() method GetNextNode (line 227) | internal SplayTreeNode GetNextNode() method GetSymbolOffset (line 275) | internal int GetSymbolOffset(uint treeGeneration) method GetIMECharOffset (line 315) | internal int GetIMECharOffset() method InsertAtNode (line 348) | internal void InsertAtNode(SplayTreeNode positionNode, ElementEdge edge) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/SplayTreeNodeRole.cs type SplayTreeNodeRole (line 13) | internal enum SplayTreeNodeRole { LocalRoot, LeftChild, RightChild }; FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/StaticTextPointer.cs type StaticTextPointer (line 12) | internal struct StaticTextPointer method StaticTextPointer (line 22) | internal StaticTextPointer(ITextContainer textContainer, object handle... method StaticTextPointer (line 26) | internal StaticTextPointer(ITextContainer textContainer, object handle... method CreateDynamicTextPointer (line 44) | internal ITextPointer CreateDynamicTextPointer(LogicalDirection direct... method GetPointerContext (line 51) | internal TextPointerContext GetPointerContext(LogicalDirection direction) method GetOffsetToPosition (line 58) | internal int GetOffsetToPosition(StaticTextPointer position) method GetTextInRun (line 65) | internal int GetTextInRun(LogicalDirection direction, char[] textBuffe... method GetAdjacentElement (line 72) | internal object GetAdjacentElement(LogicalDirection direction) method CreatePointer (line 79) | internal StaticTextPointer CreatePointer(int offset) method GetNextContextPosition (line 86) | internal StaticTextPointer GetNextContextPosition(LogicalDirection dir... method CompareTo (line 93) | internal int CompareTo(StaticTextPointer position) method CompareTo (line 100) | internal int CompareTo(ITextPointer position) method GetValue (line 107) | internal object GetValue(DependencyProperty formattingProperty) method Min (line 114) | internal static StaticTextPointer Min(StaticTextPointer position1, Sta... method Max (line 121) | internal static StaticTextPointer Max(StaticTextPointer position1, Sta... method AssertGeneration (line 129) | internal void AssertGeneration() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Table.cs class Table (line 16) | [ContentProperty("RowGroups")] method Table (line 30) | static Table() method Table (line 38) | public Table() method AddChild (line 56) | void IAddChild.AddChild(object value) method AddText (line 73) | void IAddChild.AddText(string text) method BeginInit (line 81) | public override void BeginInit() method EndInit (line 90) | public override void EndInit() method ShouldSerializeColumns (line 130) | [EditorBrowsable(EditorBrowsableState.Never)] method OnCreateAutomationPeer (line 168) | protected override AutomationPeer OnCreateAutomationPeer() method EnsureColumnCount (line 232) | internal void EnsureColumnCount(int columnCount) method OnStructureChanged (line 241) | internal void OnStructureChanged() method ValidateStructure (line 261) | internal void ValidateStructure() method InvalidateColumns (line 281) | internal void InvalidateColumns() method IsFirstNonEmptyRowGroup (line 289) | internal bool IsFirstNonEmptyRowGroup(int rowGroupIndex) method IsLastNonEmptyRowGroup (line 309) | internal bool IsLastNonEmptyRowGroup(int rowGroupIndex) method PrivateInitialize (line 355) | private void PrivateInitialize() method IsValidCellSpacing (line 363) | private static bool IsValidCellSpacing(object o) class TableChildrenCollectionEnumeratorSimple (line 408) | private class TableChildrenCollectionEnumeratorSimple : IEnumerator, I... method TableChildrenCollectionEnumeratorSimple (line 410) | internal TableChildrenCollectionEnumeratorSimple(Table table) method Clone (line 419) | public Object Clone() method MoveNext (line 424) | public bool MoveNext() method Reset (line 487) | public void Reset() type ChildrenTypes (line 507) | private enum ChildrenTypes : int FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TableCell.cs class TableCell (line 32) | [ContentProperty("Blocks")] method TableCell (line 46) | public TableCell() method TableCell (line 55) | public TableCell(Block blockItem) method OnNewParent (line 81) | internal override void OnNewParent(DependencyObject newParent) method OnCreateAutomationPeer (line 155) | protected override AutomationPeer OnCreateAutomationPeer() method OnEnterParentTree (line 301) | void IIndexedChild.OnEnterParentTree() method OnExitParentTree (line 305) | void IIndexedChild.OnExitParentTree() method OnAfterExitParentTree (line 309) | void IIndexedChild.OnAfterExitParentTree(TableRow parent) method OnEnterParentTree (line 323) | internal void OnEnterParentTree() method OnExitParentTree (line 331) | internal void OnExitParentTree() method OnAfterExitParentTree (line 338) | internal void OnAfterExitParentTree(TableRow row) method ValidateStructure (line 347) | internal void ValidateStructure(int columnIndex) method PrivateInitialize (line 457) | private void PrivateInitialize() method IsValidRowSpan (line 538) | private static bool IsValidRowSpan(object value) method IsValidColumnSpan (line 548) | private static bool IsValidColumnSpan(object value) method OnColumnSpanChanged (line 558) | private static void OnColumnSpanChanged(DependencyObject d, Dependency... method OnRowSpanChanged (line 572) | private static void OnRowSpanChanged(DependencyObject d, DependencyPro... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TableCellCollection.cs class TableCellCollection (line 20) | public sealed class TableCellCollection : IList, IList method TableCellCollection (line 30) | internal TableCellCollection(TableRow owner) method CopyTo (line 59) | public void CopyTo(Array array, int index) method CopyTo (line 81) | public void CopyTo(TableCell[] array, int index) method GetEnumerator (line 89) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 97) | IEnumerator IEnumerable.GetEnumerator() method Add (line 114) | public void Add(TableCell item) method Clear (line 127) | public void Clear() method Contains (line 139) | public bool Contains(TableCell item) method IndexOf (line 149) | public int IndexOf(TableCell item) method Insert (line 178) | public void Insert(int index, TableCell item) method Remove (line 198) | public bool Remove(TableCell item) method RemoveAt (line 217) | public void RemoveAt(int index) method RemoveRange (line 242) | public void RemoveRange(int index, int count) method TrimToSize (line 257) | public void TrimToSize() method Add (line 272) | int IList.Add(object value) method Clear (line 277) | void IList.Clear() method Contains (line 282) | bool IList.Contains(object value) method IndexOf (line 287) | int IList.IndexOf(object value) method Insert (line 292) | void IList.Insert(int index, object value) method Remove (line 313) | void IList.Remove(object value) method RemoveAt (line 318) | void IList.RemoveAt(int index) method InternalAdd (line 454) | internal void InternalAdd(TableCell item) method InternalRemove (line 462) | internal void InternalRemove(TableCell item) method EnsureCapacity (line 482) | private void EnsureCapacity(int min) method PrivateConnectChild (line 499) | private void PrivateConnectChild(int index, TableCell item) method PrivateDisconnectChild (line 509) | private void PrivateDisconnectChild(TableCell item) method BelongsToOwner (line 515) | private bool BelongsToOwner(TableCell item) method FindInsertionIndex (line 522) | private int FindInsertionIndex(TableCell item) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TableColumn.cs class TableColumn (line 19) | public class TableColumn : FrameworkContentElement, IIndexedChild method TableColumn (line 32) | public TableColumn() method OnEnterParentTree (line 98) | void IIndexedChild
.OnEnterParentTree() method OnExitParentTree (line 106) | void IIndexedChild
.OnExitParentTree() method OnAfterExitParentTree (line 111) | void IIndexedChild
.OnAfterExitParentTree(Table parent) method OnEnterParentTree (line 125) | internal void OnEnterParentTree() method OnExitParentTree (line 133) | internal void OnExitParentTree() method IsValidWidth (line 187) | private static bool IsValidWidth(object value) method OnWidthChanged (line 262) | private static void OnWidthChanged(DependencyObject d, DependencyPrope... method OnBackgroundChanged (line 271) | private static void OnBackgroundChanged(DependencyObject d, Dependency... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TableColumnCollection.cs class TableColumnCollection (line 20) | public sealed class TableColumnCollection : IList, IList method TableColumnCollection (line 30) | internal TableColumnCollection(Table owner) method CopyTo (line 59) | public void CopyTo(Array array, int index) method CopyTo (line 81) | public void CopyTo(TableColumn[] array, int index) method GetEnumerator (line 89) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 97) | IEnumerator IEnumerable.GetEnumerator() method Add (line 114) | public void Add(TableColumn item) method Clear (line 127) | public void Clear() method Contains (line 139) | public bool Contains(TableColumn item) method IndexOf (line 149) | public int IndexOf(TableColumn item) method Insert (line 178) | public void Insert(int index, TableColumn item) method Remove (line 198) | public bool Remove(TableColumn item) method RemoveAt (line 217) | public void RemoveAt(int index) method RemoveRange (line 242) | public void RemoveRange(int index, int count) method TrimToSize (line 257) | public void TrimToSize() method Add (line 272) | int IList.Add(object value) method Clear (line 284) | void IList.Clear() method Contains (line 289) | bool IList.Contains(object value) method IndexOf (line 294) | int IList.IndexOf(object value) method Insert (line 299) | void IList.Insert(int index, object value) method Remove (line 320) | void IList.Remove(object value) method RemoveAt (line 325) | void IList.RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TableRow.cs class TableRow (line 21) | [ContentProperty("Cells")] method TableRow (line 35) | public TableRow() method AddChild (line 54) | void IAddChild.AddChild(object value) method AddText (line 71) | void IAddChild.AddText(string text) method OnNewParent (line 83) | internal override void OnNewParent(DependencyObject newParent) method OnEnterParentTree (line 128) | void IIndexedChild.OnEnterParentTree() method OnExitParentTree (line 136) | void IIndexedChild.OnExitParentTree() method OnAfterExitParentTree (line 141) | void IIndexedChild.OnAfterExitParentTree(TableRowGroup ... method OnEnterParentTree (line 155) | internal void OnEnterParentTree() method OnExitParentTree (line 163) | internal void OnExitParentTree() method OnAfterExitParentTree (line 171) | internal void OnAfterExitParentTree(TableRowGroup rowGroup) method ValidateStructure (line 182) | internal void ValidateStructure(RowSpanVector rowSpanVector) method ShouldSerializeCells (line 280) | [EditorBrowsable(EditorBrowsableState.Never)] method PrivateInitialize (line 387) | private void PrivateInitialize() method SetFlags (line 397) | private void SetFlags(bool value, Flags flags) method CheckFlags (line 405) | private bool CheckFlags(Flags flags) type Flags (line 441) | [System.Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TableRowCollection.cs class TableRowCollection (line 20) | public sealed class TableRowCollection : IList, IList method TableRowCollection (line 30) | internal TableRowCollection(TableRowGroup owner) method CopyTo (line 59) | public void CopyTo(Array array, int index) method CopyTo (line 81) | public void CopyTo(TableRow[] array, int index) method GetEnumerator (line 89) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 97) | IEnumerator IEnumerable.GetEnumerator() method Add (line 114) | public void Add(TableRow item) method Clear (line 127) | public void Clear() method Contains (line 139) | public bool Contains(TableRow item) method IndexOf (line 149) | public int IndexOf(TableRow item) method Insert (line 178) | public void Insert(int index, TableRow item) method Remove (line 198) | public bool Remove(TableRow item) method RemoveAt (line 217) | public void RemoveAt(int index) method RemoveRange (line 242) | public void RemoveRange(int index, int count) method TrimToSize (line 257) | public void TrimToSize() method Add (line 272) | int IList.Add(object value) method Clear (line 277) | void IList.Clear() method Contains (line 282) | bool IList.Contains(object value) method IndexOf (line 287) | int IList.IndexOf(object value) method Insert (line 292) | void IList.Insert(int index, object value) method Remove (line 313) | void IList.Remove(object value) method RemoveAt (line 318) | void IList.RemoveAt(int index) method InternalAdd (line 454) | internal void InternalAdd(TableRow item) method InternalRemove (line 462) | internal void InternalRemove(TableRow item) method EnsureCapacity (line 482) | private void EnsureCapacity(int min) method PrivateConnectChild (line 499) | private void PrivateConnectChild(int index, TableRow item) method PrivateDisconnectChild (line 509) | private void PrivateDisconnectChild(TableRow item) method BelongsToOwner (line 515) | private bool BelongsToOwner(TableRow item) method FindInsertionIndex (line 522) | private int FindInsertionIndex(TableRow item) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TableRowGroup.cs class TableRowGroup (line 14) | [ContentProperty("Rows")] method TableRowGroup (line 28) | public TableRowGroup() method Initialize (line 35) | private void Initialize() method AddChild (line 55) | void IAddChild.AddChild(object value) method AddText (line 73) | void IAddChild.AddText(string text) method ShouldSerializeRows (line 104) | [EditorBrowsable(EditorBrowsableState.Never)] method OnEnterParentTree (line 134) | void IIndexedChild
.OnEnterParentTree() method OnExitParentTree (line 142) | void IIndexedChild
.OnExitParentTree() method OnAfterExitParentTree (line 147) | void IIndexedChild
.OnAfterExitParentTree(Table parent) method OnEnterParentTree (line 163) | internal void OnEnterParentTree() method OnExitParentTree (line 171) | internal void OnExitParentTree() method OnAfterExitParentTree (line 178) | internal void OnAfterExitParentTree(Table table) method ValidateStructure (line 186) | internal void ValidateStructure() method OnNewParent (line 283) | internal override void OnNewParent(DependencyObject newParent) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TableRowGroupCollection.cs class TableRowGroupCollection (line 20) | public sealed class TableRowGroupCollection : IList, IList method TableRowGroupCollection (line 30) | internal TableRowGroupCollection(Table owner) method CopyTo (line 59) | public void CopyTo(Array array, int index) method CopyTo (line 81) | public void CopyTo(TableRowGroup[] array, int index) method GetEnumerator (line 89) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 97) | IEnumerator IEnumerable.GetEnumerator() method Add (line 114) | public void Add(TableRowGroup item) method Clear (line 127) | public void Clear() method Contains (line 139) | public bool Contains(TableRowGroup item) method IndexOf (line 149) | public int IndexOf(TableRowGroup item) method Insert (line 178) | public void Insert(int index, TableRowGroup item) method Remove (line 198) | public bool Remove(TableRowGroup item) method RemoveAt (line 217) | public void RemoveAt(int index) method RemoveRange (line 242) | public void RemoveRange(int index, int count) method TrimToSize (line 257) | public void TrimToSize() method Add (line 272) | int IList.Add(object value) method Clear (line 277) | void IList.Clear() method Contains (line 282) | bool IList.Contains(object value) method IndexOf (line 287) | int IList.IndexOf(object value) method Insert (line 292) | void IList.Insert(int index, object value) method Remove (line 313) | void IList.Remove(object value) method RemoveAt (line 318) | void IList.RemoveAt(int index) method InternalAdd (line 453) | internal void InternalAdd(TableRowGroup item) method InternalRemove (line 461) | internal void InternalRemove(TableRowGroup item) method EnsureCapacity (line 481) | private void EnsureCapacity(int min) method PrivateConnectChild (line 498) | private void PrivateConnectChild(int index, TableRowGroup item) method PrivateDisconnectChild (line 508) | private void PrivateDisconnectChild(TableRowGroup item) method BelongsToOwner (line 514) | private bool BelongsToOwner(TableRowGroup item) method FindInsertionIndex (line 521) | private int FindInsertionIndex(TableRowGroup item) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextChangeType.cs type TextChangeType (line 13) | internal enum TextChangeType FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextContainer.cs class TextContainer (line 106) | internal class TextContainer : ITextContainer method TextContainer (line 132) | internal TextContainer(DependencyObject parent, bool plainTextOnly) method ToString (line 151) | public override string ToString() method EnableUndo (line 173) | internal void EnableUndo(FrameworkElement uiScope) method DisableUndo (line 181) | internal void DisableUndo(FrameworkElement uiScope) method SetValue (line 208) | internal void SetValue(TextPointer position, DependencyProperty proper... method SetValues (line 249) | internal void SetValues(TextPointer position, LocalValueEnumerator val... method BeginChange (line 326) | internal void BeginChange() method BeginChangeNoUndo (line 331) | internal void BeginChangeNoUndo() method EndChange (line 338) | internal void EndChange() method EndChange (line 345) | internal void EndChange(bool skipEvents) method BeginChange (line 401) | void ITextContainer.BeginChange() method BeginChangeNoUndo (line 406) | void ITextContainer.BeginChangeNoUndo() method EndChange (line 413) | void ITextContainer.EndChange() method EndChange (line 420) | void ITextContainer.EndChange(bool skipEvents) method CreatePointerAtOffset (line 428) | ITextPointer ITextContainer.CreatePointerAtOffset(int offset, LogicalD... method CreatePointerAtOffset (line 436) | internal TextPointer CreatePointerAtOffset(int offset, LogicalDirectio... method CreatePointerAtCharOffset (line 445) | ITextPointer ITextContainer.CreatePointerAtCharOffset(int charOffset, ... method CreatePointerAtCharOffset (line 459) | internal TextPointer CreatePointerAtCharOffset(int charOffset, Logical... method CreateDynamicTextPointer (line 472) | ITextPointer ITextContainer.CreateDynamicTextPointer(StaticTextPointer... method CreateStaticPointerAtOffset (line 477) | internal StaticTextPointer CreateStaticPointerAtOffset(int offset) method CreateStaticPointerAtOffset (line 494) | StaticTextPointer ITextContainer.CreateStaticPointerAtOffset(int offset) method GetPointerContext (line 499) | TextPointerContext ITextContainer.GetPointerContext(StaticTextPointer ... method GetInternalOffset (line 526) | internal int GetInternalOffset(StaticTextPointer position) method GetOffsetToPosition (line 544) | int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, St... method GetTextInRun (line 549) | int ITextContainer.GetTextInRun(StaticTextPointer position, LogicalDir... method GetAdjacentElement (line 565) | object ITextContainer.GetAdjacentElement(StaticTextPointer position, L... method GetScopingNode (line 583) | private TextTreeNode GetScopingNode(StaticTextPointer position) method GetParent (line 601) | DependencyObject ITextContainer.GetParent(StaticTextPointer position) method CreatePointer (line 606) | StaticTextPointer ITextContainer.CreatePointer(StaticTextPointer posit... method GetNextContextPosition (line 612) | StaticTextPointer ITextContainer.GetNextContextPosition(StaticTextPoin... method CompareTo (line 667) | int ITextContainer.CompareTo(StaticTextPointer position1, StaticTextPo... method CompareTo (line 692) | int ITextContainer.CompareTo(StaticTextPointer position1, ITextPointer... method GetValue (line 717) | object ITextContainer.GetValue(StaticTextPointer position, DependencyP... method BeforeAddChange (line 732) | internal void BeforeAddChange() method AddChange (line 753) | internal void AddChange(TextPointer startPosition, int symbolCount, in... method AddChange (line 760) | internal void AddChange(TextPointer startPosition, int symbolCount, in... method AddChange (line 771) | internal void AddChange(TextPointer startPosition, TextPointer endPosi... method AddLocalValueChange (line 807) | internal void AddLocalValueChange() method InsertTextInternal (line 816) | internal void InsertTextInternal(TextPointer position, object text) method InsertElementInternal (line 928) | internal void InsertElementInternal(TextPointer startPosition, TextPoi... method InsertEmbeddedObjectInternal (line 1163) | internal void InsertEmbeddedObjectInternal(TextPointer position, Depen... method DeleteContentInternal (line 1210) | internal void DeleteContentInternal(TextPointer startPosition, TextPoi... method GetNodeAndEdgeAtOffset (line 1268) | internal void GetNodeAndEdgeAtOffset(int offset, out SplayTreeNode nod... method GetNodeAndEdgeAtOffset (line 1275) | internal void GetNodeAndEdgeAtOffset(int offset, bool splitNode, out S... method GetNodeAndEdgeAtCharOffset (line 1367) | internal void GetNodeAndEdgeAtCharOffset(int charOffset, out TextTreeN... method EmptyDeadPositionList (line 1468) | internal void EmptyDeadPositionList() method GetTextLength (line 1520) | internal static int GetTextLength(object text) method AssertTree (line 1540) | internal void AssertTree() method GetContentHashCode (line 1552) | internal int GetContentHashCode() method NextLayoutGeneration (line 1560) | internal void NextLayoutGeneration() method ExtractElementInternal (line 1567) | internal void ExtractElementInternal(TextElement element) method IsAtCaretUnitBoundary (line 1575) | internal bool IsAtCaretUnitBoundary(TextPointer position) method ReparentLogicalChildren (line 2053) | private void ReparentLogicalChildren(SplayTreeNode containerNode, Depe... method ReparentLogicalChildren (line 2061) | private void ReparentLogicalChildren(SplayTreeNode firstChildNode, Spl... method AdjustForZeroWidthNode (line 2135) | private SplayTreeNode AdjustForZeroWidthNode(SplayTreeNode node, Eleme... method InsertElementToSiblingTree (line 2215) | private int InsertElementToSiblingTree(TextPointer startPosition, Text... method InsertElementToSiblingTreeComplex (line 2249) | private int InsertElementToSiblingTreeComplex(TextPointer startPositio... method DeleteContentFromSiblingTree (line 2279) | private int DeleteContentFromSiblingTree(SplayTreeNode containingNode,... method CutTopLevelLogicalNodes (line 2391) | private int CutTopLevelLogicalNodes(TextTreeNode containingNode, TextP... method AdjustRefCountsForContentDelete (line 2500) | private void AdjustRefCountsForContentDelete(ref TextTreeNode previous... method GetReferenceCounts (line 2518) | private void GetReferenceCounts(TextTreeNode node, ref bool leftEdgeRe... method AdjustRefCountsForShallowDelete (line 2555) | private void AdjustRefCountsForShallowDelete(ref TextTreeNode previous... method CutContent (line 2593) | private int CutContent(TextPointer startPosition, TextPointer endPosit... method ExtractElementInternal (line 2732) | private char[] ExtractElementInternal(TextElement element, bool deep, ... method ExtractElementFromSiblingTree (line 2930) | private void ExtractElementFromSiblingTree(SplayTreeNode containingNod... method DeepCopy (line 3058) | private TextTreeTextElementNode DeepCopy(TextTreeTextElementNode eleme... method DeepCopyContainedNodes (line 3075) | private TextTreeNode DeepCopyContainedNodes(TextTreeNode node) method DemandCreatePositionState (line 3128) | private void DemandCreatePositionState() method DemandCreateText (line 3137) | private void DemandCreateText() method UpdateContainerSymbolCount (line 3150) | private void UpdateContainerSymbolCount(SplayTreeNode containingNode, ... method NextGeneration (line 3170) | private void NextGeneration(bool deletedContent) method LocalValueEnumeratorToArray (line 3189) | private DependencyProperty[] LocalValueEnumeratorToArray(LocalValueEnu... method ValidateSetValue (line 3209) | private void ValidateSetValue(TextPointer position) method AssertTreeAndTextSize (line 3231) | private void AssertTreeAndTextSize() method AssertTreeRecursive (line 3254) | private void AssertTreeRecursive(TextTreeNode containingNode) method BeginChange (line 3288) | private void BeginChange(bool undo) method FireChangeEvent (line 3314) | private void FireChangeEvent(TextPointer startPosition, TextPointer en... method ConvertSimplePrecursorChangeToTextChange (line 3362) | private TextChangeType ConvertSimplePrecursorChangeToTextChange(Precur... method GetNextIMEVisibleNode (line 3373) | private TextTreeTextElementNode GetNextIMEVisibleNode(TextPointer star... method RaiseEventForFormerFirstIMEVisibleNode (line 3389) | private void RaiseEventForFormerFirstIMEVisibleNode(TextTreeNode node) method RaiseEventForNewFirstIMEVisibleNode (line 3401) | private void RaiseEventForNewFirstIMEVisibleNode(TextTreeNode node) method SetFlags (line 3411) | private void SetFlags(bool value, Flags flags) method CheckFlags (line 3417) | private bool CheckFlags(Flags flags) class ExtractChangeEventArgs (line 3456) | private class ExtractChangeEventArgs method ExtractChangeEventArgs (line 3467) | internal ExtractChangeEventArgs(TextContainer textTree, TextPointer ... method AddChange (line 3490) | internal void AddChange() type Flags (line 3559) | [System.Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextContainerChangeEventArgs.cs class TextContainerChangeEventArgs (line 14) | internal class TextContainerChangeEventArgs : EventArgs method TextContainerChangeEventArgs (line 24) | internal TextContainerChangeEventArgs(ITextPointer textPosition, int c... method TextContainerChangeEventArgs (line 29) | internal TextContainerChangeEventArgs(ITextPointer textPosition, int c... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextContainerChangedEventArgs.cs class TextContainerChangedEventArgs (line 16) | internal class TextContainerChangedEventArgs : EventArgs method TextContainerChangedEventArgs (line 26) | internal TextContainerChangedEventArgs() method SetLocalPropertyValueChanged (line 43) | internal void SetLocalPropertyValueChanged() method AddChange (line 49) | internal void AddChange(PrecursorTextChangeType textChange, int offset... method MergePropertyChanges (line 91) | internal void MergePropertyChanges() method AddChangeToList (line 193) | private void AddChangeToList(PrecursorTextChangeType textChange, int o... method DeleteChangeIfEmpty (line 358) | private void DeleteChangeIfEmpty(TextChange change) method MergeTextChangeLeft (line 371) | private bool MergeTextChangeLeft(TextChange oldChange, TextChange newC... method MergeTextChangeRight (line 433) | private void MergeTextChangeRight(TextChange oldChange, TextChange new... method MergePropertyChange (line 466) | private bool MergePropertyChange(TextChange leftChange, TextChange rig... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEditor.cs class TextEditor (line 23) | internal class TextEditor method TextEditor (line 46) | internal TextEditor(ITextContainer textContainer, FrameworkElement uiS... method OnDetach (line 142) | internal void OnDetach() method DetachTextStore (line 215) | private void DetachTextStore(bool finalizer) method SetSpellCheckEnabled (line 237) | internal void SetSpellCheckEnabled(bool value) method SetCustomDictionaries (line 260) | internal void SetCustomDictionaries(bool add) method SetSpellingReform (line 277) | internal void SetSpellingReform(SpellingReform spellingReform) method GetTextView (line 283) | internal static ITextView GetTextView(UIElement scope) method GetTextSelection (line 291) | internal static ITextSelection GetTextSelection(FrameworkElement frame... method RegisterCommandHandlers (line 306) | internal static void RegisterCommandHandlers(Type controlType, bool ac... method GetSpellingErrorAtPosition (line 392) | internal SpellingError GetSpellingErrorAtPosition(ITextPointer positio... method GetSpellingErrorAtSelection (line 398) | internal SpellingError GetSpellingErrorAtSelection() method GetNextSpellingErrorPosition (line 404) | internal ITextPointer GetNextSpellingErrorPosition(ITextPointer positi... method SetText (line 413) | internal void SetText(ITextRange range, string text, CultureInfo cultu... method SetSelectedText (line 431) | internal void SetSelectedText(string text, CultureInfo cultureInfo) method MarkCultureProperty (line 450) | internal void MarkCultureProperty(TextRange range, CultureInfo inputCu... method RequestExtendSelection (line 494) | internal void RequestExtendSelection(Point point) method CancelExtendSelection (line 517) | internal void CancelExtendSelection() method CloseToolTip (line 531) | internal void CloseToolTip() method Undo (line 539) | internal void Undo() method Redo (line 603) | internal void Redo() method OnPreviewKeyDown (line 653) | internal void OnPreviewKeyDown(KeyEventArgs e) method OnKeyDown (line 658) | internal void OnKeyDown(KeyEventArgs e) method OnKeyUp (line 663) | internal void OnKeyUp(KeyEventArgs e) method OnTextInput (line 668) | internal void OnTextInput(TextCompositionEventArgs e) method OnMouseDown (line 673) | internal void OnMouseDown(MouseButtonEventArgs e) method OnMouseMove (line 678) | internal void OnMouseMove(MouseEventArgs e) method OnMouseUp (line 683) | internal void OnMouseUp(MouseButtonEventArgs e) method OnQueryCursor (line 688) | internal void OnQueryCursor(QueryCursorEventArgs e) method OnQueryContinueDrag (line 693) | internal void OnQueryContinueDrag(QueryContinueDragEventArgs e) method OnGiveFeedback (line 698) | internal void OnGiveFeedback(GiveFeedbackEventArgs e) method OnDragEnter (line 703) | internal void OnDragEnter(DragEventArgs e) method OnDragOver (line 708) | internal void OnDragOver(DragEventArgs e) method OnDragLeave (line 713) | internal void OnDragLeave(DragEventArgs e) method OnDrop (line 718) | internal void OnDrop(DragEventArgs e) method OnContextMenuOpening (line 723) | internal void OnContextMenuOpening(ContextMenuEventArgs e) method OnGotKeyboardFocus (line 728) | internal void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e) method OnLostKeyboardFocus (line 733) | internal void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e) method OnLostFocus (line 738) | internal void OnLostFocus(RoutedEventArgs e) method _GetTextEditor (line 1115) | internal static TextEditor _GetTextEditor(object element) method _GetUndoManager (line 1123) | internal UndoManager _GetUndoManager() method _FilterText (line 1147) | internal string _FilterText(string textData, ITextRange range) method _FilterText (line 1152) | internal string _FilterText(string textData, int charsToReplaceCount) method _FilterText (line 1157) | internal string _FilterText(string textData, ITextRange range, bool fi... method _FilterText (line 1162) | internal string _FilterText(string textData, int charsToReplaceCount, ... method _IsSourceInScope (line 1251) | internal bool _IsSourceInScope(object source) method CompleteComposition (line 1269) | internal void CompleteComposition() method IsBadSplitPosition (line 1436) | private bool IsBadSplitPosition(string text, int position) method HandleMouseSelectionTick (line 1449) | private void HandleMouseSelectionTick(object sender, EventArgs e) method HandleBringPointIntoViewCompleted (line 1463) | private void HandleBringPointIntoViewCompleted(object sender, BringPoi... method InitTextStore (line 1516) | private object InitTextStore(object o) method OnTextContainerChanged (line 1561) | private void OnTextContainerChanged(object sender, TextContainerChange... method OnTextViewUpdated (line 1570) | private void OnTextViewUpdated(object sender, EventArgs e) method OnTextViewUpdatedWorker (line 1588) | private object OnTextViewUpdatedWorker(object o) method OnIsEnabledChanged (line 1608) | private static void OnIsEnabledChanged(object sender, DependencyProper... method OnIsReadOnlyChanged (line 1625) | private static void OnIsReadOnlyChanged(DependencyObject sender, Depen... method OnGotKeyboardFocus (line 1656) | private static void OnGotKeyboardFocus(object sender, KeyboardFocusCha... method OnLostKeyboardFocus (line 1708) | private static void OnLostKeyboardFocus(object sender, KeyboardFocusCh... method OnLostFocus (line 1748) | private static void OnLostFocus(object sender, RoutedEventArgs e) method OnUndo (line 1788) | private static void OnUndo(object target, ExecutedRoutedEventArgs args) method OnRedo (line 1814) | private static void OnRedo(object target, ExecutedRoutedEventArgs args) method OnQueryStatusUndo (line 1840) | private static void OnQueryStatusUndo(object sender, CanExecuteRoutedE... method OnQueryStatusRedo (line 1860) | private static void OnQueryStatusRedo(object sender, CanExecuteRoutedE... class TextEditorShutDownListener (line 1889) | private sealed class TextEditorShutDownListener : ShutDownListener method TextEditorShutDownListener (line 1891) | public TextEditorShutDownListener(TextEditor target) method OnShutDown (line 1896) | internal override void OnShutDown(object target, object sender, Even... class MouseSelectionState (line 1903) | private class MouseSelectionState FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEditorCharacters.cs class TextEditorCharacters (line 17) | internal static class TextEditorCharacters method _RegisterClassHandlers (line 28) | internal static void _RegisterClassHandlers(Type controlType, bool reg... method _OnApplyProperty (line 56) | internal static void _OnApplyProperty(TextEditor This, DependencyPrope... method _OnApplyProperty (line 61) | internal static void _OnApplyProperty(TextEditor This, DependencyPrope... method _OnApplyProperty (line 66) | internal static void _OnApplyProperty(TextEditor This, DependencyPrope... method OnResetFormat (line 117) | private static void OnResetFormat(object target, ExecutedRoutedEventAr... method OnToggleBold (line 162) | private static void OnToggleBold(object target, ExecutedRoutedEventArg... method OnToggleItalic (line 182) | private static void OnToggleItalic(object target, ExecutedRoutedEventA... method OnToggleUnderline (line 205) | private static void OnToggleUnderline(object target, ExecutedRoutedEve... method OnToggleSubscript (line 234) | private static void OnToggleSubscript(object sender, ExecutedRoutedEve... method OnToggleSuperscript (line 253) | private static void OnToggleSuperscript(object sender, ExecutedRoutedE... method OnIncreaseFontSize (line 281) | private static void OnIncreaseFontSize(object target, ExecutedRoutedEv... method OnDecreaseFontSize (line 323) | private static void OnDecreaseFontSize(object target, ExecutedRoutedEv... method OnApplyFontSize (line 364) | private static void OnApplyFontSize(object target, ExecutedRoutedEvent... method OnApplyFontFamily (line 377) | private static void OnApplyFontFamily(object target, ExecutedRoutedEve... method OnApplyForeground (line 390) | private static void OnApplyForeground(object target, ExecutedRoutedEve... method OnApplyBackground (line 403) | private static void OnApplyBackground(object target, ExecutedRoutedEve... method OnToggleSpellCheck (line 416) | private static void OnToggleSpellCheck(object target, ExecutedRoutedEv... method OnApplyInlineFlowDirectionRTL (line 431) | private static void OnApplyInlineFlowDirectionRTL(object target, Execu... method OnApplyInlineFlowDirectionLTR (line 440) | private static void OnApplyInlineFlowDirectionLTR(object target, Execu... method OnQueryStatusNYI (line 457) | private static void OnQueryStatusNYI(object target, CanExecuteRoutedEv... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEditorContextMenu.cs class TextEditorContextMenu (line 21) | internal static class TextEditorContextMenu method _RegisterClassHandlers (line 32) | internal static void _RegisterClassHandlers(Type controlType, bool reg... method OnContextMenuOpening (line 43) | internal static void OnContextMenuOpening(object sender, ContextMenuEv... method OnContextMenuClosed (line 237) | private static void OnContextMenuClosed(object sender, RoutedEventArgs e) method GetClippedPositionOffsets (line 258) | private static void GetClippedPositionOffsets(TextEditor This, ITextPo... method ClipToElement (line 332) | private static void ClipToElement(FrameworkElement element, GeneralTra... method ClipToBounds (line 369) | private static double ClipToBounds(double min, double value, double max) method GetContentPosition (line 397) | private static ITextPointer GetContentPosition(ITextPointer position) class EditorContextMenu (line 418) | private class EditorContextMenu : ContextMenu method EditorContextMenu (line 420) | public EditorContextMenu() : base() method AddMenuItems (line 434) | internal void AddMenuItems(TextEditor textEditor) method OnClosed (line 457) | protected override void OnClosed(RoutedEventArgs e) method AddSeparator (line 468) | private void AddSeparator() method AddSpellerItems (line 475) | private bool AddSpellerItems(TextEditor textEditor) method GetMenuItemDescription (line 528) | private string GetMenuItemDescription(string suggestion) method AddReconversionItems (line 546) | private bool AddReconversionItems(TextEditor textEditor) method AddClipboardItems (line 609) | private bool AddClipboardItems(TextEditor textEditor) method DelayReleaseCandidateList (line 640) | private void DelayReleaseCandidateList() method ReleaseCandidateList (line 649) | private object ReleaseCandidateList(object o) class EditorMenuItem (line 675) | private class EditorMenuItem : MenuItem method EditorMenuItem (line 677) | internal EditorMenuItem() : base() {} method OnClickCore (line 679) | internal override void OnClickCore(bool userInitiated) class ReconversionMenuItem (line 687) | private class ReconversionMenuItem : EditorMenuItem method ReconversionMenuItem (line 689) | internal ReconversionMenuItem(EditorContextMenu menu, int index) : b... method OnClickCore (line 697) | internal override void OnClickCore(bool userInitiated) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEditorCopyPaste.cs class TextEditorCopyPaste (line 23) | internal static class TextEditorCopyPaste method _RegisterClassHandlers (line 34) | internal static void _RegisterClassHandlers(Type controlType, bool acc... method _CreateDataObject (line 59) | internal static DataObject _CreateDataObject(TextEditor This, bool isD... method _DoPaste (line 173) | internal static bool _DoPaste(TextEditor This, IDataObject dataObject,... method GetPasteApplyFormat (line 225) | internal static string GetPasteApplyFormat(TextEditor This, IDataObjec... method Cut (line 270) | internal static void Cut(TextEditor This, bool userInitiated) method Copy (line 318) | internal static void Copy(TextEditor This, bool userInitiated) method Paste (line 352) | internal static void Paste(TextEditor This) method ConvertXamlToRtf (line 417) | internal static string ConvertXamlToRtf(string xamlContent, Stream wpf... method ConvertRtfToXaml (line 433) | internal static MemoryStream ConvertRtfToXaml(string rtfContent) method OnQueryStatusCut (line 479) | private static void OnQueryStatusCut(object target, CanExecuteRoutedEv... method OnCut (line 503) | private static void OnCut(object target, ExecutedRoutedEventArgs args) method OnQueryStatusCopy (line 524) | private static void OnQueryStatusCopy(object target, CanExecuteRoutedE... method OnCopy (line 549) | private static void OnCopy(object target, ExecutedRoutedEventArgs args) method OnQueryStatusPaste (line 570) | private static void OnQueryStatusPaste(object target, CanExecuteRouted... method OnPaste (line 600) | private static void OnPaste(object target, ExecutedRoutedEventArgs args) method OnQueryStatusCopyFormat (line 615) | private static void OnQueryStatusCopyFormat(object target, CanExecuteR... method OnCopyFormat (line 629) | private static void OnCopyFormat(object sender, ExecutedRoutedEventArg... method OnQueryStatusPasteFormat (line 637) | private static void OnQueryStatusPasteFormat(object target, CanExecute... method OnPasteFormat (line 651) | private static void OnPasteFormat(object sender, ExecutedRoutedEventAr... method PasteContentData (line 671) | private static bool PasteContentData(TextEditor This, IDataObject data... method GetPasteData (line 839) | private static object GetPasteData(IDataObject dataObject, string data... method PasteTextElement (line 873) | private static bool PasteTextElement(TextEditor This, TextElement sect... method PasteXaml (line 901) | private static bool PasteXaml(TextEditor This, string pasteXaml) method PastePlainText (line 935) | private static bool PastePlainText(TextEditor This, string pastedText) method ConfirmDataFormatSetting (line 1003) | private static bool ConfirmDataFormatSetting(FrameworkElement uiScope,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEditorDragDrop.cs class TextEditorDragDrop (line 24) | internal static class TextEditorDragDrop method _RegisterClassHandlers (line 35) | internal static void _RegisterClassHandlers(Type controlType, bool rea... class _DragDropProcess (line 67) | internal class _DragDropProcess method _DragDropProcess (line 69) | internal _DragDropProcess(TextEditor textEditor) method SourceOnMouseLeftButtonDown (line 89) | internal bool SourceOnMouseLeftButtonDown(Point mouseDownPoint) method DoMouseLeftButtonUp (line 117) | internal void DoMouseLeftButtonUp(MouseButtonEventArgs e) method SourceOnMouseMove (line 139) | internal bool SourceOnMouseMove(Point mouseMovePoint) method InitialThresholdCrossed (line 199) | private bool InitialThresholdCrossed(Point dragPoint) method SourceDoDragDrop (line 208) | private void SourceDoDragDrop(ITextSelection selection, IDataObject ... method TargetEnsureDropCaret (line 275) | internal void TargetEnsureDropCaret() method TargetOnDragEnter (line 292) | internal void TargetOnDragEnter(DragEventArgs e) method TargetOnDragOver (line 316) | internal void TargetOnDragOver(DragEventArgs e) method GetDropPosition (line 435) | private ITextPointer GetDropPosition(Visual target, Point point) method DeleteCaret (line 484) | internal void DeleteCaret() method TargetOnDrop (line 498) | internal void TargetOnDrop(DragEventArgs e) method IsSelectionContainsDropPosition (line 604) | private bool IsSelectionContainsDropPosition(ITextSelection selectio... method AllowDragDrop (line 625) | private bool AllowDragDrop(DragEventArgs e) method Win32SetForegroundWindow (line 649) | private void Win32SetForegroundWindow() method OnQueryContinueDrag (line 697) | internal static void OnQueryContinueDrag(object sender, QueryContinueD... method OnGiveFeedback (line 730) | internal static void OnGiveFeedback(object sender, GiveFeedbackEventAr... method OnDragEnter (line 755) | internal static void OnDragEnter(object sender, DragEventArgs e) method OnDragOver (line 803) | internal static void OnDragOver(object sender, DragEventArgs e) method OnDragLeave (line 850) | internal static void OnDragLeave(object sender, DragEventArgs e) method OnDrop (line 882) | internal static void OnDrop(object sender, DragEventArgs e) method OnClearState (line 910) | internal static void OnClearState(object sender, DragEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEditorLists.cs class TextEditorLists (line 17) | internal static class TextEditorLists method _RegisterClassHandlers (line 27) | internal static void _RegisterClassHandlers(Type controlType, bool reg... method DecreaseIndentation (line 37) | internal static void DecreaseIndentation(TextEditor This) method IsEnabledNotReadOnlyIsTextSegment (line 63) | private static TextEditor IsEnabledNotReadOnlyIsTextSegment(object sen... method OnQueryStatusTab (line 77) | private static void OnQueryStatusTab(object sender, CanExecuteRoutedEv... method OnQueryStatusNYI (line 92) | private static void OnQueryStatusNYI(object target, CanExecuteRoutedEv... method OnListCommand (line 105) | private static void OnListCommand(object target, ExecutedRoutedEventAr... method ToggleBullets (line 160) | private static void ToggleBullets(TextSelection thisSelection, ListIte... method ToggleNumbering (line 189) | private static void ToggleNumbering(TextSelection thisSelection, ListI... method IncreaseIndentation (line 218) | private static void IncreaseIndentation(TextSelection thisSelection, L... method DecreaseIndentation (line 273) | private static void DecreaseIndentation(TextSelection thisSelection, L... method CreateImplicitParagraphIfNeededAndUpdateSelection (line 329) | private static void CreateImplicitParagraphIfNeededAndUpdateSelection(... method HasBulletMarker (line 340) | private static bool HasBulletMarker(List list) method HasNumericMarker (line 351) | private static bool HasNumericMarker(List list) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEditorMouse.cs class TextEditorMouse (line 20) | internal static class TextEditorMouse method _RegisterClassHandlers (line 31) | internal static void _RegisterClassHandlers(Type controlType, bool reg... method SetCaretPositionOnMouseEvent (line 61) | internal static void SetCaretPositionOnMouseEvent(TextEditor This, Poi... method IsPointWithinInteractiveArea (line 121) | internal static bool IsPointWithinInteractiveArea(TextEditor textEdito... method OnMouseDown (line 144) | internal static void OnMouseDown(object sender, MouseButtonEventArgs e) method OnMouseMove (line 265) | internal static void OnMouseMove(object sender, MouseEventArgs e) method OnMouseUp (line 297) | internal static void OnMouseUp(object sender, MouseButtonEventArgs e) method OnQueryCursor (line 378) | internal static void OnQueryCursor(object sender, QueryCursorEventArgs e) method OnMouseMoveWithoutFocus (line 426) | private static void OnMouseMoveWithoutFocus(TextEditor This, MouseEven... method OnMouseMoveWithFocus (line 433) | private static void OnMouseMoveWithFocus(TextEditor This, MouseEventAr... method OnScrollChanged (line 577) | private static void OnScrollChanged(object sender, ScrollChangedEventA... method MoveFocusToUiScope (line 590) | private static bool MoveFocusToUiScope(TextEditor This) method OnSelectionChangedDuringGotFocus (line 638) | private static void OnSelectionChangedDuringGotFocus(object sender, Ev... method OnScrollChangedDuringGotFocus (line 652) | private static void OnScrollChangedDuringGotFocus(object sender, Scrol... method UpdateCursor (line 667) | private static void UpdateCursor(TextEditor This, Point mouseMovePoint) method GetUIElementWhenMouseOver (line 710) | private static UIElement GetUIElementWhenMouseOver(TextEditor This, Po... method IsPointWithinRenderScope (line 754) | private static bool IsPointWithinRenderScope(TextEditor textEditor, Po... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEditorParagraphs.cs class TextEditorParagraphs (line 16) | internal static class TextEditorParagraphs method _RegisterClassHandlers (line 27) | internal static void _RegisterClassHandlers(Type controlType, bool acc... method OnAlignLeft (line 62) | private static void OnAlignLeft(object sender, ExecutedRoutedEventArgs e) method OnAlignCenter (line 77) | private static void OnAlignCenter(object sender, ExecutedRoutedEventAr... method OnAlignRight (line 92) | private static void OnAlignRight(object sender, ExecutedRoutedEventArg... method OnAlignJustify (line 107) | private static void OnAlignJustify(object sender, ExecutedRoutedEventA... method OnApplySingleSpace (line 119) | private static void OnApplySingleSpace(object sender, ExecutedRoutedEv... method OnApplyOneAndAHalfSpace (line 124) | private static void OnApplyOneAndAHalfSpace(object sender, ExecutedRou... method OnApplyDoubleSpace (line 129) | private static void OnApplyDoubleSpace(object sender, ExecutedRoutedEv... method OnApplyParagraphFlowDirectionLTR (line 137) | private static void OnApplyParagraphFlowDirectionLTR(object sender, Ex... method OnApplyParagraphFlowDirectionRTL (line 147) | private static void OnApplyParagraphFlowDirectionRTL(object sender, Ex... method OnQueryStatusNYI (line 165) | private static void OnQueryStatusNYI(object sender, CanExecuteRoutedEv... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEditorSelection.cs class TextEditorSelection (line 19) | internal static class TextEditorSelection method _RegisterClassHandlers (line 31) | internal static void _RegisterClassHandlers(Type controlType, bool reg... method _ClearSuggestedX (line 89) | internal static void _ClearSuggestedX(TextEditor This) method GetNormalizedLineRange (line 102) | internal static TextSegment GetNormalizedLineRange(ITextView textView,... method IsPaginated (line 126) | internal static bool IsPaginated(ITextView textview) method OnSelectAll (line 143) | private static void OnSelectAll(object target, ExecutedRoutedEventArgs... method OnMoveRightByCharacter (line 178) | private static void OnMoveRightByCharacter(object target, ExecutedRout... method OnMoveLeftByCharacter (line 194) | private static void OnMoveLeftByCharacter(object target, ExecutedRoute... method OnMoveRightByWord (line 210) | private static void OnMoveRightByWord(object target, ExecutedRoutedEve... method OnMoveLeftByWord (line 226) | private static void OnMoveLeftByWord(object target, ExecutedRoutedEven... method OnMoveDownByLine (line 240) | private static void OnMoveDownByLine(object sender, ExecutedRoutedEven... method OnMoveUpByLine (line 332) | private static void OnMoveUpByLine(object sender, ExecutedRoutedEventA... method OnMoveDownByParagraph (line 422) | private static void OnMoveDownByParagraph(object sender, ExecutedRoute... method OnMoveUpByParagraph (line 477) | private static void OnMoveUpByParagraph(object sender, ExecutedRoutedE... method OnMoveDownByPage (line 531) | private static void OnMoveDownByPage(object sender, ExecutedRoutedEven... method OnMoveUpByPage (line 651) | private static void OnMoveUpByPage(object sender, ExecutedRoutedEventA... method OnMoveToLineStart (line 768) | private static void OnMoveToLineStart(object target, ExecutedRoutedEve... method OnMoveToLineEnd (line 820) | private static void OnMoveToLineEnd(object target, ExecutedRoutedEvent... method OnMoveToDocumentStart (line 872) | private static void OnMoveToDocumentStart(object target, ExecutedRoute... method OnMoveToDocumentEnd (line 900) | private static void OnMoveToDocumentEnd(object target, ExecutedRoutedE... method OnSelectRightByCharacter (line 936) | private static void OnSelectRightByCharacter(object target, ExecutedRo... method OnSelectLeftByCharacter (line 952) | private static void OnSelectLeftByCharacter(object target, ExecutedRou... method OnSelectRightByWord (line 967) | private static void OnSelectRightByWord(object target, ExecutedRoutedE... method OnSelectLeftByWord (line 983) | private static void OnSelectLeftByWord(object target, ExecutedRoutedEv... method OnSelectDownByLine (line 997) | private static void OnSelectDownByLine(object sender, ExecutedRoutedEv... method AdjustMovingPositionForSelectDownByLine (line 1105) | private static void AdjustMovingPositionForSelectDownByLine(TextEditor... method OnSelectUpByLine (line 1169) | private static void OnSelectUpByLine(object sender, ExecutedRoutedEven... method OnSelectDownByParagraph (line 1293) | private static void OnSelectDownByParagraph(object sender, ExecutedRou... method OnSelectUpByParagraph (line 1334) | private static void OnSelectUpByParagraph(object sender, ExecutedRoute... method OnSelectDownByPage (line 1378) | private static void OnSelectDownByPage(object sender, ExecutedRoutedEv... method OnSelectUpByPage (line 1474) | private static void OnSelectUpByPage(object sender, ExecutedRoutedEven... method OnSelectToLineStart (line 1572) | private static void OnSelectToLineStart(object target, ExecutedRoutedE... method OnSelectToLineEnd (line 1617) | private static void OnSelectToLineEnd(object target, ExecutedRoutedEve... method OnSelectToDocumentStart (line 1705) | private static void OnSelectToDocumentStart(object target, ExecutedRou... method OnSelectToDocumentEnd (line 1733) | private static void OnSelectToDocumentEnd(object target, ExecutedRoute... method HandleMoveByLineCompleted (line 1762) | private static void HandleMoveByLineCompleted(object sender, BringLine... method HandleMoveByPageCompleted (line 1792) | private static void HandleMoveByPageCompleted(object sender, BringPage... method HandleSelectByLineCompleted (line 1822) | private static void HandleSelectByLineCompleted(object sender, BringLi... method HandleSelectByPageCompleted (line 1885) | private static void HandleSelectByPageCompleted(object sender, BringPa... method OnQueryStatusKeyboardSelection (line 1952) | private static void OnQueryStatusKeyboardSelection(object target, CanE... method OnQueryStatusCaretNavigation (line 1967) | private static void OnQueryStatusCaretNavigation(object target, CanExe... method OnNYICommand (line 1990) | private static void OnNYICommand(object source, ExecutedRoutedEventArg... method ClearSpringloadFormatting (line 2005) | private static void ClearSpringloadFormatting(TextEditor This) method IsFlowDirectionRightToLeftThenTopToBottom (line 2016) | private static bool IsFlowDirectionRightToLeftThenTopToBottom(TextEdit... method MoveToCharacterLogicalDirection (line 2036) | private static void MoveToCharacterLogicalDirection(TextEditor textEdi... method NavigateWordLogicalDirection (line 2097) | private static void NavigateWordLogicalDirection(TextEditor textEditor... method ExtendWordLogicalDirection (line 2172) | private static void ExtendWordLogicalDirection(TextEditor textEditor, ... method GetSuggestedX (line 2218) | private static Double GetSuggestedX(TextEditor This, out ITextPointer ... method GetSuggestedYFromPosition (line 2266) | private static Double GetSuggestedYFromPosition(TextEditor This, IText... method UpdateSuggestedXOnColumnOrPageBoundary (line 2282) | private static void UpdateSuggestedXOnColumnOrPageBoundary(TextEditor ... method GetMovingPositionInner (line 2300) | private static ITextPointer GetMovingPositionInner(TextEditor This) method GetStartInner (line 2330) | private static ITextPointer GetStartInner(TextEditor This) method GetEndInner (line 2342) | private static ITextPointer GetEndInner(TextEditor This) method GetPositionAtLineStart (line 2353) | private static ITextPointer GetPositionAtLineStart(ITextPointer position) method GetPositionAtLineEnd (line 2362) | private static ITextPointer GetPositionAtLineEnd(ITextPointer position) method ExtendSelectionAndBringIntoView (line 2369) | private static void ExtendSelectionAndBringIntoView(ITextPointer posit... method BringIntoView (line 2375) | private static void BringIntoView(ITextPointer position, TextEditor te... method AdjustCaretAtTableRowEnd (line 2391) | private static void AdjustCaretAtTableRowEnd(TextEditor This) method AdjustPositionAtTableRowEnd (line 2407) | private static ITextPointer AdjustPositionAtTableRowEnd(ITextPointer p... method GetScopingParagraphFlowDirection (line 2422) | private static FlowDirection GetScopingParagraphFlowDirection(ITextPoi... method GetAbsoluteXOffset (line 2439) | private static double GetAbsoluteXOffset(ITextView textview, ITextPoin... method GetViewportXOffset (line 2460) | private static double GetViewportXOffset(ITextView textview, double su... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEditorSpelling.cs class TextEditorSpelling (line 17) | internal static class TextEditorSpelling method _RegisterClassHandlers (line 28) | internal static void _RegisterClassHandlers(Type controlType, bool reg... method GetSpellingErrorAtPosition (line 35) | internal static SpellingError GetSpellingErrorAtPosition(TextEditor Th... method GetSpellingErrorAtSelection (line 41) | internal static SpellingError GetSpellingErrorAtSelection(TextEditor T... method GetNextSpellingErrorPosition (line 100) | internal static ITextPointer GetNextSpellingErrorPosition(TextEditor T... method OnCorrectSpellingError (line 119) | private static void OnCorrectSpellingError(object target, ExecutedRout... method IsErrorAtNonMergeableInlineEdge (line 179) | private static bool IsErrorAtNonMergeableInlineEdge(SpellingError spel... method OnIgnoreSpellingError (line 221) | private static void OnIgnoreSpellingError(object target, ExecutedRoute... method OnQueryStatusSpellingError (line 238) | private static void OnQueryStatusSpellingError(object target, CanExecu... method GetNextTextPosition (line 252) | private static ITextPointer GetNextTextPosition(ITextPointer position,... method GetNextNonWhiteSpacePosition (line 301) | private static ITextPointer GetNextNonWhiteSpacePosition(ITextPointer ... method IsSelectionIgnoringErrors (line 331) | private static bool IsSelectionIgnoringErrors(ITextSelection selection) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEditorTables.cs class TextEditorTables (line 16) | internal static class TextEditorTables method _RegisterClassHandlers (line 27) | internal static void _RegisterClassHandlers(Type controlType, bool reg... method OnTableCommand (line 51) | private static void OnTableCommand(object target, ExecutedRoutedEventA... method OnQueryStatusNYI (line 107) | private static void OnQueryStatusNYI(object target, CanExecuteRoutedEv... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEditorThreadLocalStore.cs class TextEditorThreadLocalStore (line 13) | internal class TextEditorThreadLocalStore method TextEditorThreadLocalStore (line 23) | internal TextEditorThreadLocalStore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEditorTyping.cs class TextEditorTyping (line 26) | internal static class TextEditorTyping method _RegisterClassHandlers (line 50) | internal static void _RegisterClassHandlers(Type controlType, bool reg... method _AddInputLanguageChangedEventHandler (line 87) | internal static void _AddInputLanguageChangedEventHandler(TextEditor T... method _RemoveInputLanguageChangedEventHandler (line 114) | internal static void _RemoveInputLanguageChangedEventHandler(TextEdito... method _BreakTypingSequence (line 138) | internal static void _BreakTypingSequence(TextEditor This) method _FlushPendingInputItems (line 145) | internal static void _FlushPendingInputItems(TextEditor This) method _ShowCursor (line 182) | internal static void _ShowCursor() method OnPreviewKeyDown (line 233) | internal static void OnPreviewKeyDown(object sender, KeyEventArgs e) method OnKeyDown (line 277) | internal static void OnKeyDown(object sender, KeyEventArgs e) method OnKeyUp (line 323) | internal static void OnKeyUp(object sender, KeyEventArgs e) method OnTextInput (line 352) | internal static void OnTextInput(object sender, TextCompositionEventAr... method OnQueryStatusCorrectionList (line 418) | private static void OnQueryStatusCorrectionList(object target, CanExec... method OnCorrectionList (line 442) | private static void OnCorrectionList(object target, ExecutedRoutedEven... method OnToggleInsert (line 457) | private static void OnToggleInsert(object target, ExecutedRoutedEventA... method OnSourceChanged (line 500) | private static void OnSourceChanged(object sender, SourceChangedEventA... method OnDelete (line 511) | private static void OnDelete(object sender, ExecutedRoutedEventArgs args) method OnBackspace (line 564) | private static void OnBackspace(object sender, ExecutedRoutedEventArgs... method HandleDeleteWhenStructuralBoundaryIsCrossed (line 720) | private static bool HandleDeleteWhenStructuralBoundaryIsCrossed(TextEd... method IsAtIndentedParagraphOrBlockUIContainerStart (line 774) | private static bool IsAtIndentedParagraphOrBlockUIContainerStart(IText... method IsAtListItemStart (line 796) | private static bool IsAtListItemStart(ITextPointer position) method IsAtListItemChildStart (line 831) | private static bool IsAtListItemChildStart(ITextPointer position, bool... method IsBlockUIContainerBoundaryCrossed (line 866) | private static bool IsBlockUIContainerBoundaryCrossed(TextPointer posi... method OnDeleteNextWord (line 879) | private static void OnDeleteNextWord(object sender, ExecutedRoutedEven... method OnDeletePreviousWord (line 937) | private static void OnDeletePreviousWord(object sender, ExecutedRouted... method OnQueryStatusEnterBreak (line 1012) | private static void OnQueryStatusEnterBreak(object sender, CanExecuteR... method OnEnterBreak (line 1032) | private static void OnEnterBreak(object sender, ExecutedRoutedEventArg... method HandleEnterBreakForRichText (line 1080) | private static bool HandleEnterBreakForRichText(TextEditor This, IComm... method HandleEnterBreakForPlainText (line 1129) | private static bool HandleEnterBreakForPlainText(TextEditor This) method HandleEnterBreakWhenStructuralBoundaryIsCrossed (line 1151) | private static bool HandleEnterBreakWhenStructuralBoundaryIsCrossed(Te... method OnFlowDirectionCommand (line 1204) | private static void OnFlowDirectionCommand(TextEditor This, Key key) method OnSpace (line 1253) | private static void OnSpace(object sender, ExecutedRoutedEventArgs e) method OnQueryStatusTabForward (line 1290) | private static void OnQueryStatusTabForward(object sender, CanExecuteR... method OnQueryStatusTabBackward (line 1306) | private static void OnQueryStatusTabBackward(object sender, CanExecute... method OnTabForward (line 1320) | private static void OnTabForward(object sender, ExecutedRoutedEventArg... method OnTabBackward (line 1351) | private static void OnTabBackward(object sender, ExecutedRoutedEventAr... method HandleTabInTables (line 1384) | private static bool HandleTabInTables(TextEditor This, LogicalDirectio... method DoTextInput (line 1505) | private static void DoTextInput(TextEditor This, string textData, bool... method ScheduleInput (line 1569) | private static void ScheduleInput(TextEditor This, InputItem item) method IsMouseInputPending (line 1597) | private static bool IsMouseInputPending(TextEditor This) method BackgroundInputCallback (line 1617) | private static object BackgroundInputCallback(object This) method OnDispatcherShutdownFinished (line 1640) | private static void OnDispatcherShutdownFinished(object sender, EventA... method OnInputLanguageChanged (line 1655) | private static void OnInputLanguageChanged(object sender, InputLanguag... class InputItem (line 1663) | private abstract class InputItem method InputItem (line 1666) | internal InputItem(TextEditor textEditor) method Do (line 1672) | internal abstract void Do(); class TextInputItem (line 1687) | private class TextInputItem : InputItem method TextInputItem (line 1690) | internal TextInputItem(TextEditor textEditor, string text, bool isIn... method Do (line 1698) | internal override void Do() class KeyUpInputItem (line 1715) | private class KeyUpInputItem : InputItem method KeyUpInputItem (line 1718) | internal KeyUpInputItem(TextEditor textEditor, Key key, ModifierKeys... method Do (line 1726) | internal override void Do() method OpenTypingUndoUnit (line 1777) | private static void OpenTypingUndoUnit(TextEditor This) method CloseTypingUndoUnit (line 1802) | private static void CloseTypingUndoUnit(TextEditor This, UndoCloseActi... method OnQueryStatusNYI (line 1826) | private static void OnQueryStatusNYI(object target, CanExecuteRoutedEv... method OnMouseMove (line 1841) | private static void OnMouseMove(object sender, MouseEventArgs e) method OnMouseLeave (line 1851) | private static void OnMouseLeave(object sender, MouseEventArgs e) method HideCursor (line 1858) | private static void HideCursor(TextEditor This) method UpdateHyperlinkCursor (line 1871) | private static void UpdateHyperlinkCursor(TextEditor This) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEffectResolver.cs class TextEffectResolver (line 17) | public static class TextEffectResolver method Resolve (line 35) | public static TextEffectTarget[] Resolve( method MoveToFirstCharacterSymbol (line 98) | private static void MoveToFirstCharacterSymbol(TextPointer navigator) method MoveToFirstNonCharacterSymbol (line 105) | private static void MoveToFirstNonCharacterSymbol( class TextEffectTarget (line 120) | public class TextEffectTarget method TextEffectTarget (line 125) | internal TextEffectTarget( method Enable (line 157) | public void Enable() method Disable (line 184) | public void Disable() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextElement.cs class TextElement (line 26) | public abstract class TextElement : FrameworkContentElement, IAddChild method TextElement (line 36) | static TextElement() method TextElement (line 53) | internal TextElement() : base() method Reposition (line 90) | internal void Reposition(TextPointer start, TextPointer end) method RepositionWithContent (line 227) | internal void RepositionWithContent(TextPointer textPosition) method Contains (line 397) | internal bool Contains(TextPointer position) method SetFontFamily (line 471) | public static void SetFontFamily(DependencyObject element, FontFamily ... method GetFontFamily (line 482) | public static FontFamily GetFontFamily(DependencyObject element) method SetFontStyle (line 516) | public static void SetFontStyle(DependencyObject element, FontStyle va... method GetFontStyle (line 527) | public static FontStyle GetFontStyle(DependencyObject element) method SetFontWeight (line 561) | public static void SetFontWeight(DependencyObject element, FontWeight ... method GetFontWeight (line 572) | public static FontWeight GetFontWeight(DependencyObject element) method SetFontStretch (line 606) | public static void SetFontStretch(DependencyObject element, FontStretc... method GetFontStretch (line 617) | public static FontStretch GetFontStretch(DependencyObject element) method SetFontSize (line 654) | public static void SetFontSize(DependencyObject element, double value) method GetFontSize (line 665) | [TypeConverter(typeof(FontSizeConverter))] method SetForeground (line 702) | public static void SetForeground(DependencyObject element, Brush value) method GetForeground (line 713) | public static Brush GetForeground(DependencyObject element) method AddChild (line 787) | void IAddChild.AddChild(object value) method AddText (line 855) | void IAddChild.AddText(string text) method OnPropertyChanged (line 924) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method NotifyTypographicPropertyChanged (line 974) | internal void NotifyTypographicPropertyChanged(bool affectsMeasureOrAr... method GetTypographyProperties (line 1025) | internal static TypographyProperties GetTypographyProperties(Dependenc... method DeepEndInit (line 1083) | internal void DeepEndInit() method GetCommonAncestor (line 1107) | internal static TextElement GetCommonAncestor(TextElement element1, Te... method OnTextUpdated (line 1161) | internal virtual void OnTextUpdated() method BeforeLogicalTreeChange (line 1169) | internal virtual void BeforeLogicalTreeChange() method AfterLogicalTreeChange (line 1177) | internal virtual void AfterLogicalTreeChange() method OnTypographyChanged (line 1318) | private static void OnTypographyChanged(DependencyObject element, Depe... method Append (line 1484) | private void Append(string textData) method Append (line 1517) | private void Append(TextElement element) method EnsureTextContainer (line 1542) | private TextContainer EnsureTextContainer() method IsValidFontFamily (line 1574) | private static bool IsValidFontFamily(object o) method IsValidFontSize (line 1583) | private static bool IsValidFontSize(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextElementCollection.cs class TextElementCollection (line 16) | public class TextElementCollection : IList, ICollection... method TextElementCollection (line 37) | internal TextElementCollection(DependencyObject owner, bool isOwnerPar... method Add (line 76) | public void Add(TextElementType item) method Clear (line 95) | public void Clear() method Contains (line 118) | public bool Contains(TextElementType item) method CopyTo (line 141) | public void CopyTo(TextElementType[] array, int arrayIndex) method Remove (line 196) | public bool Remove(TextElementType item) method InsertAfter (line 240) | public void InsertAfter(TextElementType previousSibling, TextElementTy... method InsertBefore (line 279) | public void InsertBefore(TextElementType nextSibling, TextElementType ... method AddRange (line 314) | public void AddRange(IEnumerable range) method GetEnumerator (line 359) | public IEnumerator GetEnumerator() method GetEnumerator (line 374) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method OnAdd (line 392) | internal virtual int OnAdd(object value) method Add (line 418) | int IList.Add(object value) method Clear (line 423) | void IList.Clear() method Contains (line 428) | bool IList.Contains(object value) method IndexOf (line 440) | int IList.IndexOf(object value) method Insert (line 445) | void IList.Insert(int index, object value) method Remove (line 520) | void IList.Remove(object value) method RemoveAt (line 532) | void IList.RemoveAt(int index) method CopyTo (line 593) | void ICollection.CopyTo(Array array, int arrayIndex) method RemoveAtInternal (line 764) | private TextElementType RemoveAtInternal(int index) method GetElementAtIndex (line 816) | private TextElementType GetElementAtIndex(int index) method GetElementAtIndex (line 825) | private TextElementType GetElementAtIndex(int index, out bool atCollec... method SetCache (line 865) | private void SetCache(int index, TextElementType item) method IndexOfInternal (line 877) | private int IndexOfInternal(object value, bool isCacheSafePreviousIndex) method ValidateChild (line 939) | internal virtual void ValidateChild(TextElementType child) type ElementIndexCache (line 988) | private struct ElementIndexCache method ElementIndexCache (line 990) | internal ElementIndexCache(int index, TextElementType element) method IsValid (line 1001) | internal bool IsValid(TextElementCollection collect... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextElementCollectionHelper.cs class TextElementCollectionHelper (line 21) | internal static class TextElementCollectionHelper method MarkDirty (line 33) | internal static void MarkDirty(DependencyObject parent) method MarkClean (line 61) | internal static void MarkClean(DependencyObject parent, object collect... method IsCleanParent (line 82) | internal static bool IsCleanParent(DependencyObject parent, object col... method TouchCleanParent (line 112) | private static void TouchCleanParent(int index) method GetCleanParentIndex (line 123) | private static int GetCleanParentIndex(DependencyObject parent, object... class ParentCollectionPair (line 174) | private class ParentCollectionPair method ParentCollectionPair (line 176) | internal ParentCollectionPair(DependencyObject parent, object collec... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextElementEditingBehaviorAttribute.cs class TextElementEditingBehaviorAttribute (line 9) | [AttributeUsage(AttributeTargets.Class)] method TextElementEditingBehaviorAttribute (line 15) | public TextElementEditingBehaviorAttribute() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextElementEnumerator.cs class TextElementEnumerator (line 11) | internal class TextElementEnumerator : IEnumerator IContentHost.GetRectangles(ContentElement child) method OnChildDesiredSizeChanged (line 99) | void IContentHost.OnChildDesiredSizeChanged(UIElement child) method AddChild (line 120) | void IAddChild.AddChild(Object value) method AddText (line 137) | void IAddChild.AddText(string text) method GetService (line 187) | object IServiceProvider.GetService(Type serviceType) method TextFlow (line 221) | static TextFlow() method TextFlow (line 285) | public TextFlow() method TextFlow (line 297) | public TextFlow(Block block) method GetPositionFromPoint (line 340) | public TextPointer GetPositionFromPoint(Point point, bool snapToText) method MeasureOverride (line 693) | protected sealed override Size MeasureOverride(Size constraint) method ArrangeOverride (line 759) | protected sealed override Size ArrangeOverride(Size arrangeSize) method GetVisualChild (line 815) | protected override Visual GetVisualChild(int index) method OnPropertyChanged (line 848) | protected sealed override void OnPropertyChanged(DependencyPropertyCha... method OnChildDesiredSizeChanged (line 901) | protected sealed override void OnChildDesiredSizeChanged(UIElement child) method ParentLayoutInvalidated (line 926) | protected internal sealed override void ParentLayoutInvalidated(UIElem... method HitTestCore (line 939) | protected sealed override HitTestResult HitTestCore(PointHitTestParame... method InputHitTestCore (line 965) | protected virtual IInputElement InputHitTestCore(Point point) method GetRectanglesCore (line 984) | protected virtual ReadOnlyCollection GetRectanglesCore(ContentEl... method OnChildDesiredSizeChangedCore (line 1034) | protected virtual void OnChildDesiredSizeChangedCore(UIElement child) method GetPatternProviderCore (line 1047) | protected virtual object GetPatternProviderCore(UIElement target, Auto... method GetPlainText (line 1071) | internal override string GetPlainText() method SetTextContainer (line 1076) | internal void SetTextContainer(TextContainer textContainer) method ShouldSerializeBlocks (line 1126) | [EditorBrowsable(EditorBrowsableState.Never)] method OnTypographyChanged (line 1241) | private static void OnTypographyChanged(DependencyObject d, Dependency... method Initialize (line 1249) | private void Initialize() method InitializeForFirstMeasure (line 1259) | private void InitializeForFirstMeasure() method OnHighlightChanged (line 1271) | private void OnHighlightChanged(object sender, HighlightChangedEventAr... method OnTextContainerChanging (line 1329) | private void OnTextContainerChanging(object sender, EventArgs args) method OnTextContainerChange (line 1348) | private void OnTextContainerChange(object sender, TextContainerChangeE... method OnChildUIElementChanged (line 1386) | internal void OnChildUIElementChanged(UIElement child) method OnRequestBringIntoView (line 1447) | private static void OnRequestBringIntoView(object sender, RequestBring... method SetFlags (line 1475) | private void SetFlags(bool value, Flags flags) method CheckFlags (line 1483) | private bool CheckFlags(Flags flags) method OnChildBaselineOffsetChanged (line 1491) | internal void OnChildBaselineOffsetChanged(DependencyObject source) method VerifyReentrancy (line 1506) | private void VerifyReentrancy() method CalculateViewportRect (line 1527) | private Rect CalculateViewportRect() method OnLayoutUpdated (line 1564) | private void OnLayoutUpdated(object sender, EventArgs args) method AdjustForInfinity (line 1596) | private void AdjustForInfinity(ref Size sizeToAdjust) type Flags (line 1668) | [System.Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextMapOffsetErrorLogger.cs class Speller (line 19) | internal partial class Speller class TextMapOffsetErrorLogger (line 39) | private partial class TextMapOffsetErrorLogger type CalculationModes (line 44) | public enum CalculationModes : int method TextMapOffsetErrorLogger (line 57) | public TextMapOffsetErrorLogger(LogicalDirection direction, TextMap ... method LogDebugInfo (line 103) | public void LogDebugInfo() type DebugInfo (line 138) | [EventData] type SegmentInfo (line 225) | [EventData] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextParentUndoUnit.cs class TextParentUndoUnit (line 17) | internal class TextParentUndoUnit : ParentUndoUnit method TextParentUndoUnit (line 33) | internal TextParentUndoUnit(ITextSelection selection) method TextParentUndoUnit (line 38) | internal TextParentUndoUnit(ITextSelection selection, ITextPointer anc... method TextParentUndoUnit (line 67) | protected TextParentUndoUnit(TextParentUndoUnit undoUnit) method Do (line 107) | public override void Do() method CreateParentUndoUnitForSelf (line 135) | protected override IParentUndoUnit CreateParentUndoUnitForSelf() method CreateRedoUnit (line 141) | protected virtual TextParentUndoUnit CreateRedoUnit() method MergeRedoSelectionState (line 146) | protected void MergeRedoSelectionState(TextParentUndoUnit undoUnit) method RecordRedoSelectionState (line 169) | internal void RecordRedoSelectionState() method RecordRedoSelectionState (line 179) | internal void RecordRedoSelectionState(ITextPointer anchorPosition, IT... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextPointer.cs class TextPointer (line 233) | public class TextPointer : ContentPosition, ITextPointer method TextPointer (line 254) | internal TextPointer(TextPointer textPointer) method TextPointer (line 262) | internal TextPointer(TextPointer position, int offset) method TextPointer (line 270) | internal TextPointer(TextPointer position, LogicalDirection direction) method TextPointer (line 276) | internal TextPointer(TextPointer position, int offset, LogicalDirectio... method TextPointer (line 282) | internal TextPointer(TextContainer textContainer, int offset, LogicalD... method TextPointer (line 298) | internal TextPointer(TextContainer tree, TextTreeNode node, ElementEdg... method TextPointer (line 304) | internal TextPointer(TextContainer tree, TextTreeNode node, ElementEdg... method CreatePointer (line 310) | internal TextPointer CreatePointer() method CreatePointer (line 316) | internal TextPointer CreatePointer(LogicalDirection gravity) method IsInSameDocument (line 429) | public bool IsInSameDocument(TextPointer textPosition) method CompareTo (line 454) | public int CompareTo(TextPointer position) method GetPointerContext (line 538) | public TextPointerContext GetPointerContext(LogicalDirection direction) method GetTextRunLength (line 560) | public int GetTextRunLength(LogicalDirection direction) method GetOffsetToPosition (line 674) | public int GetOffsetToPosition(TextPointer position) method GetTextInRun (line 731) | public string GetTextInRun(LogicalDirection direction) method GetTextInRun (line 769) | public int GetTextInRun(LogicalDirection direction, char[] textBuffer,... method GetAdjacentElement (line 803) | public DependencyObject GetAdjacentElement(LogicalDirection direction) method GetPositionAtOffset (line 867) | public TextPointer GetPositionAtOffset(int offset) method GetPositionAtOffset (line 896) | public TextPointer GetPositionAtOffset(int offset, LogicalDirection di... method GetNextContextPosition (line 984) | public TextPointer GetNextContextPosition(LogicalDirection direction) method GetInsertionPosition (line 1057) | public TextPointer GetInsertionPosition(LogicalDirection direction) method GetInsertionPosition (line 1063) | internal TextPointer GetInsertionPosition() method GetNextInsertionPosition (line 1124) | public TextPointer GetNextInsertionPosition(LogicalDirection direction) method GetLineStartPosition (line 1166) | public TextPointer GetLineStartPosition(int count) method GetLineStartPosition (line 1206) | public TextPointer GetLineStartPosition(int count, out int actualCount) method GetCharacterRect (line 1242) | public Rect GetCharacterRect(LogicalDirection direction) method InsertTextInRun (line 1269) | public void InsertTextInRun(string textData) method DeleteTextInRun (line 1312) | public int DeleteTextInRun(int count) method InsertTextElement (line 1380) | internal void InsertTextElement(TextElement textElement) method InsertParagraphBreak (line 1412) | public TextPointer InsertParagraphBreak() method InsertLineBreak (line 1457) | public TextPointer InsertLineBreak() method ToString (line 1480) | public override string ToString() method GetNonMergeableInlineAncestor (line 1719) | internal Inline GetNonMergeableInlineAncestor() method GetListAncestor (line 1732) | internal ListItem GetListAncestor() method GetTextInRun (line 1744) | internal static int GetTextInRun(TextContainer textContainer, int symb... method GetAdjacentElement (line 1810) | internal static DependencyObject GetAdjacentElement(TextTreeNode node,... method MoveToPosition (line 1848) | internal void MoveToPosition(TextPointer textPosition) method MoveByOffset (line 1887) | internal int MoveByOffset(int offset) method MoveToNextContextPosition (line 1966) | internal bool MoveToNextContextPosition(LogicalDirection direction) method MoveToInsertionPosition (line 2026) | internal bool MoveToInsertionPosition(LogicalDirection direction) method MoveToNextInsertionPosition (line 2069) | internal bool MoveToNextInsertionPosition(LogicalDirection direction) method MoveToLineBoundary (line 2105) | internal int MoveToLineBoundary(int count) method InsertUIElement (line 2136) | internal void InsertUIElement(UIElement uiElement) method GetAdjacentElementFromOuterPosition (line 2162) | internal TextElement GetAdjacentElementFromOuterPosition(LogicalDirect... method SetLogicalDirection (line 2180) | internal void SetLogicalDirection(LogicalDirection direction) method Freeze (line 2311) | internal void Freeze() method GetFrozenPointer (line 2333) | internal TextPointer GetFrozenPointer(LogicalDirection logicalDirection) method SetLogicalDirection (line 2342) | void ITextPointer.SetLogicalDirection(LogicalDirection direction) method CompareTo (line 2347) | int ITextPointer.CompareTo(ITextPointer position) method CompareTo (line 2352) | int ITextPointer.CompareTo(StaticTextPointer position) method GetOffsetToPosition (line 2377) | int ITextPointer.GetOffsetToPosition(ITextPointer position) method GetPointerContext (line 2382) | TextPointerContext ITextPointer.GetPointerContext(LogicalDirection dir... method GetTextRunLength (line 2387) | int ITextPointer.GetTextRunLength(LogicalDirection direction) method GetTextInRun (line 2393) | string ITextPointer.GetTextInRun(LogicalDirection direction) method GetTextInRun (line 2398) | int ITextPointer.GetTextInRun(LogicalDirection direction, char[] textB... method GetAdjacentElement (line 2403) | object ITextPointer.GetAdjacentElement(LogicalDirection direction) method GetElementType (line 2408) | Type ITextPointer.GetElementType(LogicalDirection direction) method HasEqualScope (line 2423) | bool ITextPointer.HasEqualScope(ITextPointer position) method GetNextContextPosition (line 2445) | ITextPointer ITextPointer.GetNextContextPosition(LogicalDirection dire... method GetInsertionPosition (line 2460) | ITextPointer ITextPointer.GetInsertionPosition(LogicalDirection direct... method GetFormatNormalizedPosition (line 2471) | ITextPointer ITextPointer.GetFormatNormalizedPosition(LogicalDirection... method GetNextInsertionPosition (line 2480) | ITextPointer ITextPointer.GetNextInsertionPosition(LogicalDirection di... method GetValue (line 2494) | object ITextPointer.GetValue(DependencyProperty formattingProperty) method ReadLocalValue (line 2519) | object ITextPointer.ReadLocalValue(DependencyProperty formattingProperty) method GetLocalValueEnumerator (line 2538) | LocalValueEnumerator ITextPointer.GetLocalValueEnumerator() method CreatePointer (line 2556) | ITextPointer ITextPointer.CreatePointer() method CreateStaticPointer (line 2561) | StaticTextPointer ITextPointer.CreateStaticPointer() method CreatePointer (line 2569) | ITextPointer ITextPointer.CreatePointer(int offset) method CreatePointer (line 2574) | ITextPointer ITextPointer.CreatePointer(LogicalDirection gravity) method CreatePointer (line 2579) | ITextPointer ITextPointer.CreatePointer(int offset, LogicalDirection g... method Freeze (line 2585) | void ITextPointer.Freeze() method GetFrozenPointer (line 2590) | ITextPointer ITextPointer.GetFrozenPointer(LogicalDirection logicalDir... method MoveToNextContextPosition (line 2596) | bool ITextPointer.MoveToNextContextPosition(LogicalDirection direction) method MoveByOffset (line 2601) | int ITextPointer.MoveByOffset(int offset) method MoveToPosition (line 2606) | void ITextPointer.MoveToPosition(ITextPointer position) method MoveToElementEdge (line 2611) | void ITextPointer.MoveToElementEdge(ElementEdge edge) method MoveToElementEdge (line 2616) | internal void MoveToElementEdge(ElementEdge edge) method MoveToLineBoundary (line 2647) | int ITextPointer.MoveToLineBoundary(int count) method GetCharacterRect (line 2653) | Rect ITextPointer.GetCharacterRect(LogicalDirection direction) method MoveToInsertionPosition (line 2658) | bool ITextPointer.MoveToInsertionPosition(LogicalDirection direction) method MoveToNextInsertionPosition (line 2663) | bool ITextPointer.MoveToNextInsertionPosition(LogicalDirection direction) method MoveToCaretPosition (line 2673) | internal bool MoveToCaretPosition(LogicalDirection contentDirection) method MoveToNextCaretPosition (line 2708) | internal bool MoveToNextCaretPosition(LogicalDirection direction) method MoveToBackspaceCaretPosition (line 2741) | internal bool MoveToBackspaceCaretPosition() method InsertTextInRun (line 2771) | void ITextPointer.InsertTextInRun(string textData) method DeleteContentToPosition (line 2781) | void ITextPointer.DeleteContentToPosition(ITextPointer limit) method ValidateLayout (line 2796) | bool ITextPointer.ValidateLayout() method ValidateLayout (line 2802) | internal bool ValidateLayout() method GetAdjacentTextNodeSibling (line 2809) | internal TextTreeTextNode GetAdjacentTextNodeSibling(LogicalDirection ... method GetAdjacentTextNodeSibling (line 2816) | internal static TextTreeTextNode GetAdjacentTextNodeSibling(TextTreeNo... method GetAdjacentTextElementNodeSibling (line 2823) | internal TextTreeTextElementNode GetAdjacentTextElementNodeSibling(Log... method GetAdjacentTextElementNode (line 2830) | internal TextTreeTextElementNode GetAdjacentTextElementNode(LogicalDir... method GetAdjacentSiblingNode (line 2837) | internal TextTreeNode GetAdjacentSiblingNode(LogicalDirection direction) method GetAdjacentSiblingNode (line 2844) | internal static TextTreeNode GetAdjacentSiblingNode(TextTreeNode node,... method GetSymbolOffset (line 2897) | internal int GetSymbolOffset() method GetSymbolOffset (line 2905) | internal static int GetSymbolOffset(TextContainer tree, TextTreeNode n... method GetLogicalTreeNode (line 2937) | internal DependencyObject GetLogicalTreeNode() method SyncToTreeGeneration (line 2947) | internal void SyncToTreeGeneration() method GetScopingNode (line 3055) | internal TextTreeNode GetScopingNode() method GetScopingNode (line 3060) | internal static TextTreeNode GetScopingNode(TextTreeNode node, Element... method DebugAssertGeneration (line 3082) | internal void DebugAssertGeneration() method GetNextNodeAndEdge (line 3087) | internal bool GetNextNodeAndEdge(out TextTreeNode node, out ElementEdg... method GetNextNodeAndEdge (line 3097) | internal static bool GetNextNodeAndEdge(TextTreeNode sourceNode, Eleme... method GetPreviousNodeAndEdge (line 3257) | internal bool GetPreviousNodeAndEdge(out TextTreeNode node, out Elemen... method GetPreviousNodeAndEdge (line 3267) | internal static bool GetPreviousNodeAndEdge(TextTreeNode sourceNode, E... method GetPointerContextForward (line 3426) | internal static TextPointerContext GetPointerContextForward(TextTreeNo... method GetPointerContextBackward (line 3480) | internal static TextPointerContext GetPointerContextBackward(TextTreeN... method InsertInline (line 3535) | internal void InsertInline(Inline inline) method GetCommonAncestor (line 3574) | internal static DependencyObject GetCommonAncestor(TextPointer positio... method InitializeOffset (line 3887) | private void InitializeOffset(TextPointer position, int distance, Logi... method Initialize (line 3924) | private void Initialize(TextContainer tree, TextTreeNode node, Element... method VerifyNotFrozen (line 3947) | private void VerifyNotFrozen() method AdjustRefCounts (line 3961) | private TextTreeNode AdjustRefCounts(TextTreeNode newNode, ElementEdge... method RepositionForGravity (line 3984) | private static void RepositionForGravity(ref TextTreeNode node, ref El... method GetGravityInternal (line 4052) | private LogicalDirection GetGravityInternal() method GetDependencyParent (line 4058) | private DependencyObject GetDependencyParent() method GetAdjacentNode (line 4067) | internal TextTreeNode GetAdjacentNode(LogicalDirection direction) method GetAdjacentNode (line 4072) | internal static TextTreeNode GetAdjacentNode(TextTreeNode node, Elemen... method MoveToNode (line 4096) | private void MoveToNode(TextContainer tree, TextTreeNode node, Element... method GetElement (line 4116) | private TextElement GetElement(LogicalDirection direction) method AssertState (line 4128) | private void AssertState() method DebugWalkTree (line 4200) | private static void DebugWalkTree(SplayTreeNode node) method GetNodeSymbolCountSlow (line 4229) | private static int GetNodeSymbolCountSlow(SplayTreeNode node) method SetNodeAndEdge (line 4253) | private void SetNodeAndEdge(TextTreeNode node, ElementEdge edge) method SetIsFrozen (line 4269) | private void SetIsFrozen() method VerifyFlags (line 4277) | private void VerifyFlags() type Flags (line 4329) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextPointerBase.cs class TextPointerBase (line 16) | internal static class TextPointerBase method Min (line 35) | internal static ITextPointer Min(ITextPointer position1, ITextPointer ... method Max (line 49) | internal static ITextPointer Max(ITextPointer position1, ITextPointer ... method GetTextInRun (line 55) | internal static string GetTextInRun(ITextPointer position, LogicalDire... method GetTextWithLimit (line 73) | internal static int GetTextWithLimit(ITextPointer thisPointer, Logical... method IsAtFormatNormalizedPosition (line 119) | internal static bool IsAtFormatNormalizedPosition(ITextPointer position) method IsAtInsertionPosition (line 131) | internal static bool IsAtInsertionPosition(ITextPointer position) method IsAtPotentialRunPosition (line 139) | internal static bool IsAtPotentialRunPosition(ITextPointer position) method IsAtPotentialRunPosition (line 162) | internal static bool IsAtPotentialRunPosition(TextElement run) method IsAtPotentialRunPosition (line 175) | private static bool IsAtPotentialRunPosition(ITextPointer backwardPosi... method IsAtPotentialParagraphPosition (line 224) | internal static bool IsAtPotentialParagraphPosition(ITextPointer posit... method IsBeforeFirstTable (line 249) | internal static bool IsBeforeFirstTable(ITextPointer position) method IsInBlockUIContainer (line 261) | internal static bool IsInBlockUIContainer(ITextPointer position) method IsAtBlockUIContainerStart (line 266) | internal static bool IsAtBlockUIContainerStart(ITextPointer position) method IsAtBlockUIContainerEnd (line 272) | internal static bool IsAtBlockUIContainerEnd(ITextPointer position) method IsInAncestorScope (line 279) | private static bool IsInAncestorScope(ITextPointer position, Type allo... method IsInAnchoredBlock (line 298) | internal static bool IsInAnchoredBlock(ITextPointer position) method IsInHyperlinkScope (line 304) | internal static bool IsInHyperlinkScope(ITextPointer position) method GetFollowingNonMergeableInlineContentStart (line 312) | internal static ITextPointer GetFollowingNonMergeableInlineContentStar... method IsAtNonMergeableInlineStart (line 383) | internal static bool IsAtNonMergeableInlineStart(ITextPointer position) method IsAtNonMergeableInlineEnd (line 389) | internal static bool IsAtNonMergeableInlineEnd(ITextPointer position) method IsPositionAtNonMergeableInlineBoundary (line 396) | internal static bool IsPositionAtNonMergeableInlineBoundary(ITextPoint... method IsAtFormatNormalizedPosition (line 401) | internal static bool IsAtFormatNormalizedPosition(ITextPointer positio... method IsAtInsertionPosition (line 406) | internal static bool IsAtInsertionPosition(ITextPointer position, Logi... method IsAtNormalizedPosition (line 411) | internal static bool IsAtNormalizedPosition(ITextPointer position, Log... method GetOffset (line 448) | internal static int GetOffset(ITextPointer thisPosition) method IsAtWordBoundary (line 466) | internal static bool IsAtWordBoundary(ITextPointer thisPosition, Logic... method GetWordRange (line 507) | internal static TextSegment GetWordRange(ITextPointer thisPosition) method GetWordRange (line 521) | internal static TextSegment GetWordRange(ITextPointer thisPosition, Lo... method RestrictWithinBlock (line 583) | private static ITextPointer RestrictWithinBlock(ITextPointer position,... method IsNextToPlainLineBreak (line 618) | internal static bool IsNextToPlainLineBreak(ITextPointer thisPosition,... method IsCharUnicodeNewLine (line 640) | internal static bool IsCharUnicodeNewLine(char ch) => NextLineCharacte... method IsNextToRichLineBreak (line 646) | internal static bool IsNextToRichLineBreak(ITextPointer thisPosition, ... method IsNextToParagraphBreak (line 655) | internal static bool IsNextToParagraphBreak(ITextPointer thisPosition,... method IsNextToAnyBreak (line 666) | internal static bool IsNextToAnyBreak(ITextPointer thisPosition, Logic... method IsAtLineWrappingPosition (line 679) | internal static bool IsAtLineWrappingPosition(ITextPointer position, I... method IsAtRowEnd (line 708) | internal static bool IsAtRowEnd(ITextPointer thisPosition) method IsAfterLastParagraph (line 720) | internal static bool IsAfterLastParagraph(ITextPointer thisPosition) method IsAtParagraphOrBlockUIContainerStart (line 728) | internal static bool IsAtParagraphOrBlockUIContainerStart(ITextPointer... method GetListItem (line 751) | internal static ListItem GetListItem(TextPointer pointer) method GetImmediateListItem (line 767) | internal static ListItem GetImmediateListItem(TextPointer position) method IsInEmptyListItem (line 786) | internal static bool IsInEmptyListItem(TextPointer position) method MoveToLineBoundary (line 795) | internal static int MoveToLineBoundary(ITextPointer thisPointer, IText... method MoveToLineBoundary (line 801) | internal static int MoveToLineBoundary(ITextPointer thisPointer, IText... method GetCharacterRect (line 853) | internal static Rect GetCharacterRect(ITextPointer thisPointer, Logica... method GetCharacterRect (line 859) | internal static Rect GetCharacterRect(ITextPointer thisPointer, Logica... method MoveToFormatNormalizedPosition (line 920) | internal static bool MoveToFormatNormalizedPosition(ITextPointer thisN... method MoveToInsertionPosition (line 933) | internal static bool MoveToInsertionPosition(ITextPointer thisNavigato... method MoveToNextInsertionPosition (line 956) | internal static bool MoveToNextInsertionPosition(ITextPointer thisNavi... method MoveToNextWordBoundary (line 1064) | internal static bool MoveToNextWordBoundary(ITextPointer thisNavigator... method GetFrozenPointer (line 1096) | internal static ITextPointer GetFrozenPointer(ITextPointer thisPointer... method ValidateLayout (line 1114) | internal static bool ValidateLayout(ITextPointer thisPointer, ITextVie... method NormalizePosition (line 1135) | private static bool NormalizePosition(ITextPointer thisNavigator, Logi... method LeaveNonMergeableInlineBoundary (line 1251) | private static int LeaveNonMergeableInlineBoundary(ITextPointer thisNa... method LeaveNonMergeableAncestor (line 1280) | private static int LeaveNonMergeableAncestor(ITextPointer thisNavigato... method IsAtNormalizedPosition (line 1298) | private static bool IsAtNormalizedPosition(ITextPointer position, bool... method IsAtCaretUnitBoundary (line 1324) | private static bool IsAtCaretUnitBoundary(ITextPointer position) method IsInsideCompoundSequence (line 1357) | private static bool IsInsideCompoundSequence(ITextPointer position) method GetWordBreakerText (line 1409) | private static void GetWordBreakerText(ITextPointer pointer, out char[... method IsAtNonMergeableInlineEdge (line 1466) | private static bool IsAtNonMergeableInlineEdge(ITextPointer position, ... method GetBorderingElementCategory (line 1486) | private static BorderingElementCategory GetBorderingElementCategory(IT... method IsNextToRichBreak (line 1512) | private static bool IsNextToRichBreak(ITextPointer thisPosition, Logic... type BorderingElementCategory (line 1557) | private enum BorderingElementCategory { MergeableScopingInline, NonMer... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextPointerContext.cs type TextPointerContext (line 13) | public enum TextPointerContext FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextRange.cs class TextRange (line 15) | public class TextRange : ITextRange method TextRange (line 50) | public TextRange(TextPointer position1, TextPointer position2) : method TextRange (line 55) | internal TextRange(ITextPointer position1, ITextPointer position2) method TextRange (line 72) | internal TextRange(TextPointer position1, TextPointer position2, bool ... method TextRange (line 81) | internal TextRange(ITextPointer position1, ITextPointer position2, boo... method Contains (line 123) | bool ITextRange.Contains(ITextPointer position) method Select (line 133) | void ITextRange.Select(ITextPointer position1, ITextPointer position2) method SelectWord (line 143) | void ITextRange.SelectWord(ITextPointer position) method SelectParagraph (line 153) | void ITextRange.SelectParagraph(ITextPointer position) method ApplyTypingHeuristics (line 163) | void ITextRange.ApplyTypingHeuristics(bool overType) method GetPropertyValue (line 170) | object ITextRange.GetPropertyValue(DependencyProperty formattingProperty) method GetUIElementSelected (line 177) | UIElement ITextRange.GetUIElementSelected() method CanSave (line 190) | bool ITextRange.CanSave(string dataFormat) method Save (line 197) | void ITextRange.Save(Stream stream, string dataFormat) method Save (line 204) | void ITextRange.Save(Stream stream, string dataFormat, bool preserveTe... method BeginChange (line 220) | void ITextRange.BeginChange() method BeginChangeNoUndo (line 230) | void ITextRange.BeginChangeNoUndo() method EndChange (line 240) | void ITextRange.EndChange() method EndChange (line 250) | void ITextRange.EndChange(bool disableScroll, bool skipEvents) method DeclareChangeBlock (line 260) | IDisposable ITextRange.DeclareChangeBlock() method DeclareChangeBlock (line 268) | IDisposable ITextRange.DeclareChangeBlock(bool disableScroll) method NotifyChanged (line 276) | void ITextRange.NotifyChanged(bool disableScroll, bool skipEvents) method FireChanged (line 472) | void ITextRange.FireChanged() method Contains (line 642) | public bool Contains(TextPointer textPointer) method Select (line 673) | public void Select(TextPointer position1, TextPointer position2) method SelectWord (line 688) | internal void SelectWord(TextPointer textPointer) method SelectParagraph (line 699) | internal void SelectParagraph(ITextPointer position) method ApplyPropertyValue (line 729) | public void ApplyPropertyValue(DependencyProperty formattingProperty, ... method ApplyPropertyValue (line 751) | internal void ApplyPropertyValue(DependencyProperty formattingProperty... method ApplyPropertyValue (line 775) | internal void ApplyPropertyValue(DependencyProperty formattingProperty... method ClearAllProperties (line 830) | public void ClearAllProperties() method GetPropertyValue (line 846) | public object GetPropertyValue(DependencyProperty formattingProperty) method GetUIElementSelected (line 867) | internal UIElement GetUIElementSelected() method CanSave (line 888) | public bool CanSave(string dataFormat) method CanLoad (line 904) | public bool CanLoad(string dataFormat) method Save (line 932) | public void Save(Stream stream, string dataFormat) method Save (line 966) | public void Save(Stream stream, string dataFormat, bool preserveTextEl... method Load (line 997) | public void Load(Stream stream, string dataFormat) method InsertEmbeddedUIElement (line 1011) | internal void InsertEmbeddedUIElement(FrameworkElement embeddedElement) method InsertImage (line 1022) | internal void InsertImage(System.Windows.Controls.Image image) method SetXmlVirtual (line 1074) | internal virtual void SetXmlVirtual(TextElement fragment) method LoadVirtual (line 1083) | internal virtual void LoadVirtual(Stream stream, string dataFormat) method InsertTable (line 1106) | internal Table InsertTable(int rowCount, int columnCount) method InsertRows (line 1128) | internal TextRange InsertRows(int rowCount) method DeleteRows (line 1145) | internal bool DeleteRows() method InsertColumns (line 1167) | internal TextRange InsertColumns(int columnCount) method DeleteColumns (line 1184) | internal bool DeleteColumns() method MergeCells (line 1200) | internal TextRange MergeCells() method SplitCell (line 1224) | internal TextRange SplitCell(int splitCountHorizontal, int splitCountV... method BeginChange (line 1460) | internal void BeginChange() method EndChange (line 1474) | internal void EndChange() method DeclareChangeBlock (line 1512) | internal IDisposable DeclareChangeBlock() method DeclareChangeBlock (line 1523) | internal IDisposable DeclareChangeBlock(bool disableScroll) method InsertEmbeddedUIElementVirtual (line 1562) | internal virtual void InsertEmbeddedUIElementVirtual(FrameworkElement ... method ApplyPropertyToTextVirtual (line 1614) | internal virtual void ApplyPropertyToTextVirtual(DependencyProperty fo... method ClearAllPropertiesVirtual (line 1670) | internal virtual void ClearAllPropertiesVirtual() method InsertTableVirtual (line 1691) | internal virtual Table InsertTableVirtual(int rowCount, int columnCount) method InsertRowsVirtual (line 1705) | internal virtual TextRange InsertRowsVirtual(int rowCount) method DeleteRowsVirtual (line 1719) | internal virtual bool DeleteRowsVirtual() method InsertColumnsVirtual (line 1733) | internal virtual TextRange InsertColumnsVirtual(int columnCount) method DeleteColumnsVirtual (line 1747) | internal virtual bool DeleteColumnsVirtual() method MergeCellsVirtual (line 1761) | internal virtual TextRange MergeCellsVirtual() method SplitCellVirtual (line 1775) | internal virtual TextRange SplitCellVirtual(int splitCountHorizontal, ... method SetFlags (line 1817) | private void SetFlags(bool value, Flags flags) method CheckFlags (line 1823) | private bool CheckFlags(Flags flags) class ChangeBlock (line 1838) | private class ChangeBlock : IDisposable method ChangeBlock (line 1840) | internal ChangeBlock(ITextRange range, bool disableScroll) method Dispose (line 1847) | void IDisposable.Dispose() type Flags (line 1858) | [System.Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextRangeBase.cs class TextRangeBase (line 38) | internal static class TextRangeBase method Contains (line 57) | internal static bool Contains(ITextRange thisRange, ITextPointer textP... method Select (line 112) | internal static void Select(ITextRange thisRange, ITextPointer positio... method Select (line 151) | internal static void Select(ITextRange thisRange, ITextPointer positio... method SelectWord (line 183) | internal static void SelectWord(ITextRange thisRange, ITextPointer pos... method GetAutoWord (line 201) | internal static TextSegment GetAutoWord(ITextRange thisRange) method SelectParagraph (line 233) | internal static void SelectParagraph(ITextRange thisRange, ITextPointe... method ApplyInitialTypingHeuristics (line 251) | internal static void ApplyInitialTypingHeuristics(ITextRange thisRange) method ApplyFinalTypingHeuristics (line 278) | internal static void ApplyFinalTypingHeuristics(ITextRange thisRange, ... method ApplyTypingHeuristics (line 312) | internal static void ApplyTypingHeuristics(ITextRange thisRange, bool ... method FindParagraphOrListItemBoundaries (line 326) | internal static void FindParagraphOrListItemBoundaries(ITextPointer po... method SkipParagraphContent (line 340) | private static void SkipParagraphContent(ITextPointer navigator, Logic... method GetPropertyValue (line 372) | internal static object GetPropertyValue(ITextRange thisRange, Dependen... method GetCharacterPropertyValue (line 386) | private static object GetCharacterPropertyValue(ITextRange thisRange, ... method GetCharacterValueFromPosition (line 430) | private static object GetCharacterValueFromPosition(ITextPointer point... method GetParagraphPropertyValue (line 457) | private static object GetParagraphPropertyValue(ITextRange thisRange, ... method IsParagraphBoundaryCrossed (line 508) | internal static bool IsParagraphBoundaryCrossed(ITextRange thisRange) method BeginChange (line 541) | internal static void BeginChange(ITextRange thisRange) method BeginChangeNoUndo (line 549) | internal static void BeginChangeNoUndo(ITextRange thisRange) method EndChange (line 557) | internal static void EndChange(ITextRange thisRange) method EndChange (line 565) | internal static void EndChange(ITextRange thisRange, bool disableScrol... method NotifyChanged (line 632) | internal static void NotifyChanged(ITextRange thisRange, bool disableS... method GetTextInternal (line 649) | internal static string GetTextInternal(ITextPointer startPosition, ITe... method GetTextInternal (line 661) | internal static string GetTextInternal(ITextPointer startPosition, ITe... method PlainConvertTextRun (line 744) | private static void PlainConvertTextRun(StringBuilder textBuffer, ITex... method PlainConvertParagraphEnd (line 756) | private static void PlainConvertParagraphEnd(StringBuilder textBuffer,... method PlainConvertListStart (line 793) | private static void PlainConvertListStart(ITextPointer navigator, ref ... method PlainConvertListEnd (line 807) | private static void PlainConvertListEnd(ITextPointer navigator, ref St... method PlainConvertListItemStart (line 821) | private static void PlainConvertListItemStart(StringBuilder textBuffer... method PlainConvertAccessKey (line 855) | private static void PlainConvertAccessKey(StringBuilder textBuffer, IT... method EnsureCharArraySize (line 867) | private static Char[] EnsureCharArraySize(Char[] charArray, int textLe... method WriteListMarker (line 887) | private static void WriteListMarker(StringBuilder textBuffer, TextMark... method ConvertNumberToString (line 961) | private static char[] ConvertNumberToString(int number, bool oneBased,... method ConvertNumberToRomanString (line 1109) | private static string ConvertNumberToRomanString( method AddRomanNumeric (line 1142) | private static void AddRomanNumeric( method GetStart (line 1186) | internal static ITextPointer GetStart(ITextRange thisRange) method GetEnd (line 1194) | internal static ITextPointer GetEnd(ITextRange thisRange) method GetIsEmpty (line 1202) | internal static bool GetIsEmpty(ITextRange thisRange) method GetTextSegments (line 1219) | internal static List GetTextSegments(ITextRange thisRange) method GetText (line 1236) | internal static string GetText(ITextRange thisRange) method SetText (line 1280) | internal static void SetText(ITextRange thisRange, string textData) method GetXml (line 1455) | internal static string GetXml(ITextRange thisRange) method CanSave (line 1468) | internal static bool CanSave(ITextRange thisRange, string dataFormat) method CanLoad (line 1481) | internal static bool CanLoad(ITextRange thisRange, string dataFormat) method Save (line 1494) | internal static void Save(ITextRange thisRange, Stream stream, string ... method Load (line 1542) | internal static void Load(TextRange thisRange, Stream stream, string d... method GetChangeBlockLevel (line 1602) | internal static int GetChangeBlockLevel(ITextRange thisRange) method GetUIElementSelected (line 1613) | internal static UIElement GetUIElementSelected(ITextRange range) method GetIsTableCellRange (line 1645) | internal static bool GetIsTableCellRange(ITextRange thisRange) method BeginChangeWorker (line 1664) | private static void BeginChangeWorker(ITextRange thisRange, string des... method CreateNormalizedTextSegment (line 1698) | private static void CreateNormalizedTextSegment(ITextRange thisRange, ... method IsAtNormalizedPosition (line 1782) | private static bool IsAtNormalizedPosition(ITextRange thisRange, IText... method GetNormalizedPosition (line 1798) | private static ITextPointer GetNormalizedPosition(ITextRange thisRange... method NormalizeAnchoredBlockBoundaries (line 1819) | internal static void NormalizeAnchoredBlockBoundaries(ref TextPointer ... method NormalizeRange (line 1908) | private static void NormalizeRange(ITextRange thisRange) method SelectPrivate (line 1980) | private static void SelectPrivate(ITextRange thisRange, ITextPointer p... method MarkRangeChanged (line 2078) | private static void MarkRangeChanged(ITextRange thisRange) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextRangeEdit.cs class TextRangeEdit (line 18) | internal static class TextRangeEdit method InsertElementClone (line 28) | internal static TextElement InsertElementClone(TextPointer start, Text... method SplitFormattingElements (line 48) | internal static TextPointer SplitFormattingElements(TextPointer splitP... method SplitFormattingElement (line 53) | internal static TextPointer SplitFormattingElement(TextPointer splitPo... method InheritablePropertiesAreEqual (line 86) | private static bool InheritablePropertiesAreEqual(Inline firstInline, ... method CharacterPropertiesAreEqual (line 124) | private static bool CharacterPropertiesAreEqual(Inline firstElement, I... method ExtractEmptyFormattingElements (line 161) | private static bool ExtractEmptyFormattingElements(TextPointer position) method SetInlineProperty (line 225) | internal static void SetInlineProperty(TextPointer start, TextPointer ... method MergeFormattingInlines (line 253) | internal static bool MergeFormattingInlines(TextPointer position) method RemoveUnnecessarySpans (line 320) | private static void RemoveUnnecessarySpans(TextPointer position) method CharacterResetFormatting (line 406) | internal static void CharacterResetFormatting(TextPointer start, TextP... method ClearFormattingInlineProperties (line 466) | private static void ClearFormattingInlineProperties(Inline inline) method TransferNonFormattingInlineProperties (line 487) | private static Span TransferNonFormattingInlineProperties(Span source) method SplitElement (line 521) | internal static TextPointer SplitElement(TextPointer position) method InsertParagraphBreak (line 589) | internal static TextPointer InsertParagraphBreak(TextPointer position,... method InsertLineBreak (line 677) | internal static TextPointer InsertLineBreak(TextPointer position) method SetParagraphProperty (line 716) | internal static void SetParagraphProperty(TextPointer start, TextPoint... method SetParagraphProperty (line 739) | internal static void SetParagraphProperty(TextPointer start, TextPoint... method SetParagraphPropertyWorker (line 783) | private static void SetParagraphPropertyWorker(TextPointer start, Text... method SetPropertyOnParagraphOrBlockUIContainer (line 833) | private static void SetPropertyOnParagraphOrBlockUIContainer(Dependenc... method PreserveBlockContentStructuralProperty (line 915) | private static void PreserveBlockContentStructuralProperty(Block block... method SetStructuralPropertyOnInline (line 1010) | private static void SetStructuralPropertyOnInline(Inline inline, Depen... method GetNextBlock (line 1024) | private static Block GetNextBlock(TextPointer pointer, TextPointer limit) method ComputeNewThicknessValue (line 1055) | private static Thickness ComputeNewThicknessValue(Thickness currentThi... method ComputeNewTextAlignmentValue (line 1098) | private static TextAlignment ComputeNewTextAlignmentValue(TextAlignmen... method GetNewDoubleValue (line 1123) | private static double GetNewDoubleValue(DependencyProperty property, d... method NewValue (line 1131) | private static double NewValue(double currentValue, double newValue, P... method GetHorizontalAlignmentFromTextAlignment (line 1155) | internal static HorizontalAlignment GetHorizontalAlignmentFromTextAlig... method GetTextAlignmentFromHorizontalAlignment (line 1179) | internal static TextAlignment GetTextAlignmentFromHorizontalAlignment(... method SetPropertyValue (line 1203) | private static void SetPropertyValue(TextElement element, DependencyPr... method SwapBlockLeftAndRightMargins (line 1219) | private static void SwapBlockLeftAndRightMargins(Block block) method GetAdjustedRangeEnd (line 1245) | internal static ITextPointer GetAdjustedRangeEnd(ITextPointer rangeSta... method MergeFlowDirection (line 1264) | internal static void MergeFlowDirection(TextPointer position) method CanApplyStructuralInlineProperty (line 1342) | internal static bool CanApplyStructuralInlineProperty(TextPointer star... method IncrementParagraphLeadingMargin (line 1363) | internal static void IncrementParagraphLeadingMargin(TextRange range, ... method DeleteInlineContent (line 1390) | internal static void DeleteInlineContent(ITextPointer start, ITextPoin... method DeleteParagraphContent (line 1407) | internal static void DeleteParagraphContent(ITextPointer start, ITextP... method MergeEmptyParagraphsAndBlockUIContainers (line 1509) | private static void MergeEmptyParagraphsAndBlockUIContainers(TextPoint... method DeleteEquiScopedContent (line 1559) | private static void DeleteEquiScopedContent(TextPointer start, TextPoi... method DeleteContentBetweenPositions (line 1686) | private static bool DeleteContentBetweenPositions(TextPointer one, Tex... method SplitFormattingElements (line 1714) | private static TextPointer SplitFormattingElements(TextPointer splitPo... method SplitFormattingElements (line 1745) | private static TextPointer SplitFormattingElements(TextPointer splitPo... method TransferStructuralProperties (line 1777) | private static void TransferStructuralProperties(Inline source, Inline... method HasWriteableLocalPropertyValues (line 1795) | private static bool HasWriteableLocalPropertyValues(Inline inline) method HasLocalInheritableStructuralPropertyValue (line 1809) | private static bool HasLocalInheritableStructuralPropertyValue(Inline ... method HasLocalStructuralPropertyValue (line 1824) | private static bool HasLocalStructuralPropertyValue(Inline inline) method HasLocalPropertyValue (line 1839) | private static bool HasLocalPropertyValue(Inline inline, DependencyPro... method GetScopingFlowDirectionInline (line 1852) | private static Inline GetScopingFlowDirectionInline(Run run) method SetNonStructuralInlineProperty (line 1868) | private static void SetNonStructuralInlineProperty(TextPointer start, ... method GetNewFontSizeValue (line 1915) | private static double GetNewFontSizeValue(double currentValue, double ... method SetStructuralInlineProperty (line 1943) | private static void SetStructuralInlineProperty(TextPointer start, Tex... method FixupStructuralPropertyEnvironment (line 1970) | private static void FixupStructuralPropertyEnvironment(Inline inline, ... method FlattenStructuralProperties (line 2000) | private static void FlattenStructuralProperties(Inline inline) method ClearParentStructuralPropertyValue (line 2030) | private static void ClearParentStructuralPropertyValue(Inline child, D... method GetNextRun (line 2076) | private static Run GetNextRun(TextPointer pointer, TextPointer limit) method ClearPropertyValueFromSpansAndRuns (line 2106) | private static void ClearPropertyValueFromSpansAndRuns(TextPointer sta... method ApplyStructuralInlinePropertyAcrossRun (line 2131) | private static void ApplyStructuralInlinePropertyAcrossRun(TextPointer... method ApplyStructuralInlinePropertyAcrossInline (line 2156) | private static void ApplyStructuralInlinePropertyAcrossInline(TextPoin... method ApplyStructuralInlinePropertyAcrossParagraphs (line 2213) | private static void ApplyStructuralInlinePropertyAcrossParagraphs(Text... method ValidateApplyStructuralInlineProperty (line 2253) | private static bool ValidateApplyStructuralInlineProperty(TextPointer ... class DoublePropertyBounds (line 2299) | internal static class DoublePropertyBounds method GetClosestValidValue (line 2308) | internal static double GetClosestValidValue(DependencyProperty prope... method GetValueRange (line 2321) | private static DoublePropertyRange GetValueRange(DependencyProperty ... type DoublePropertyRange (line 2351) | private struct DoublePropertyRange method DoublePropertyRange (line 2353) | internal DoublePropertyRange(DependencyProperty property, double l... method GetClosestValue (line 2365) | internal double GetClosestValue(double value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextRangeEditLists.cs class TextRangeEditLists (line 17) | internal static class TextRangeEditLists method MergeParagraphs (line 41) | internal static bool MergeParagraphs(Block firstParagraphOrBlockUICont... method MergeListsAroundNormalizedPosition (line 168) | internal static bool MergeListsAroundNormalizedPosition(TextPointer me... method MergeLists (line 206) | internal static bool MergeLists(TextPointer mergePosition) method IsListOperationApplicable (line 235) | internal static bool IsListOperationApplicable(TextRange range) method ConvertParagraphsToListItems (line 265) | internal static bool ConvertParagraphsToListItems(TextRange range, Tex... method ConvertListItemsToParagraphs (line 336) | internal static void ConvertListItemsToParagraphs(TextRange range) method IndentListItems (line 394) | internal static void IndentListItems(TextRange range) method UnindentListItems (line 442) | internal static bool UnindentListItems(TextRange range) method IsRangeWithinSingleList (line 583) | private static bool IsRangeWithinSingleList(TextRange range) method ParagraphsAreMergeable (line 623) | internal static bool ParagraphsAreMergeable(Block firstParagraphOrBloc... method SplitListsForFlowDirectionChange (line 672) | internal static bool SplitListsForFlowDirectionChange(TextPointer star... method GetPositionAfterList (line 759) | private static TextPointer GetPositionAfterList(List list) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextRangeEditTables.cs class TextRangeEditTables (line 18) | internal static class TextRangeEditTables method GetColumnRange (line 36) | internal static bool GetColumnRange(ITextRange range, Table table, out... method GetTableFromPosition (line 107) | internal static Table GetTableFromPosition(TextPointer position) method GetTableRowFromPosition (line 119) | private static TableRow GetTableRowFromPosition(TextPointer position) method GetTableCellFromPosition (line 131) | internal static TableCell GetTableCellFromPosition(TextPointer position) method IsTableStructureCrossed (line 177) | internal static bool IsTableStructureCrossed(ITextPointer anchorPositi... method IsTableCellRange (line 224) | internal static bool IsTableCellRange( method BuildTableRange (line 279) | internal static List BuildTableRange( method BuildCellSelection (line 326) | private static List BuildCellSelection(TableCell anchorCe... method BuildCrossTableSelection (line 370) | private static List BuildCrossTableSelection( method IdentifyValidBoundaries (line 396) | internal static void IdentifyValidBoundaries(ITextRange range, out ITe... method GetNextTableCellRangeInsertionPosition (line 427) | internal static TextPointer GetNextTableCellRangeInsertionPosition(Tex... method GetNextRowEndMovingPosition (line 557) | internal static TextPointer GetNextRowEndMovingPosition(TextSelection ... method MovingPositionCrossesCellBoundary (line 572) | internal static bool MovingPositionCrossesCellBoundary(TextSelection s... method GetNextRowStartMovingPosition (line 586) | internal static TextPointer GetNextRowStartMovingPosition(TextSelectio... method InsertTable (line 627) | internal static Table InsertTable(TextPointer insertionPosition, int r... method GetCellBorder (line 686) | private static Thickness GetCellBorder(double thickness, int rowIndex,... method EnsureInsertionPosition (line 710) | internal static TextPointer EnsureInsertionPosition(TextPointer position) method GetAdjustedRowEndPosition (line 776) | internal static TextPointer GetAdjustedRowEndPosition(Table currentTab... method CreateInsertionPositionInIncompleteContent (line 809) | private static TextPointer CreateInsertionPositionInIncompleteContent(... method CreateImplicitRun (line 889) | private static TextPointer CreateImplicitRun(TextPointer position) method CreateImplicitParagraph (line 916) | private static TextPointer CreateImplicitParagraph(TextPointer position) method DeleteContent (line 937) | internal static void DeleteContent(TextPointer start, TextPointer end) method ClearTableCells (line 1075) | private static void ClearTableCells(TextSegment textSegment) method InsertRows (line 1117) | internal static TextRange InsertRows(TextRange textRange, int rowCount) method DeleteRows (line 1220) | internal static bool DeleteRows(TextRange textRange) method CorrectBorders (line 1267) | private static void CorrectBorders(TableRowCollection rows) method CorrectRowSpansOnDeleteRows (line 1303) | private static void CorrectRowSpansOnDeleteRows(TableRow nextRow, int ... method InsertColumn (line 1363) | private static void InsertColumn(int colIndex, Table table) method InsertColumns (line 1427) | internal static TextRange InsertColumns(TextRange textRange, int colum... method DeleteColumn (line 1484) | internal static void DeleteColumn(int colIndex, Table table) // Index ... method DeleteColumns (line 1534) | internal static bool DeleteColumns(TextRange textRange) method TableBorderHitTest (line 1566) | internal static bool TableBorderHitTest(ITextView textView, Point pt) method TableBorderHitTest (line 1577) | private static bool TableBorderHitTest( method StartColumnResize (line 1655) | internal static TableColumnResizeInfo StartColumnResize(ITextView text... method EnsureTableColumnsAreFixedSize (line 1672) | internal static void EnsureTableColumnsAreFixedSize(Table table, doubl... class TableColumnResizeInfo (line 1687) | internal class TableColumnResizeInfo method TableColumnResizeInfo (line 1689) | internal TableColumnResizeInfo(ITextView textView, Table table, int ... method UpdateAdorner (line 1728) | internal void UpdateAdorner(Point mouseMovePoint) method ResizeColumn (line 1742) | internal void ResizeColumn(Point mousePoint) method DisposeAdorner (line 1779) | internal void DisposeAdorner() method MergeCells (line 1820) | internal static TextRange MergeCells(TextRange textRange) method SplitCell (line 1871) | internal static TextRange SplitCell(TextRange textRange, int splitCoun... method NewNormalizedTextSegment (line 1958) | private static TextSegment NewNormalizedTextSegment(TextPointer startP... method NewNormalizedCellSegment (line 1982) | private static TextSegment NewNormalizedCellSegment(TableCell startCel... method IdentifyTableElements (line 2040) | private static bool IdentifyTableElements( method FindTableElements (line 2126) | private static bool FindTableElements( method FindTableElements (line 2164) | private static void FindTableElements( method CopyRow (line 2225) | private static TableRow CopyRow(TableRow currentRow) method AddCellCopy (line 2249) | private static TableCell AddCellCopy(TableRow newRow, TableCell curren... method MergeCellRange (line 2338) | private static TextRange MergeCellRange(TableRowGroup rowGroup, int to... method CanMergeCellRange (line 2359) | private static bool CanMergeCellRange(TableRowGroup rowGroup, int topR... method DoMergeCellRange (line 2418) | private static TextRange DoMergeCellRange(TableRowGroup rowGroup, int ... method GetBoundaryCells (line 2506) | private static bool GetBoundaryCells(TableRow row, int bottomRow, int ... method IsLastCellInRow (line 2541) | private static bool IsLastCellInRow(TableCell cell) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextRangeSerialization.cs class TextRangeSerialization (line 21) | internal static class TextRangeSerialization method WriteXaml (line 31) | internal static void WriteXaml(XmlWriter xmlWriter, ITextRange range, ... method WriteXaml (line 56) | internal static void WriteXaml(XmlWriter xmlWriter, ITextRange range, ... method PasteXml (line 136) | internal static void PasteXml(TextRange range, TextElement fragment) method WriteXamlTextSegment (line 188) | private static void WriteXamlTextSegment(XmlWriter xmlWriter, ITextPoi... method WriteXamlTableCellRange (line 333) | private static void WriteXamlTableCellRange(XmlWriter xmlWriter, IText... method WriteOpeningTags (line 414) | private static int WriteOpeningTags(ITextRange range, ITextPointer thi... method WriteStartXamlElement (line 534) | private static void WriteStartXamlElement(ITextRange range, ITextPoint... method WriteTableColumnsInformation (line 599) | private static void WriteTableColumnsInformation(ITextRange range, Tab... method WriteRootFlowDocument (line 643) | private static void WriteRootFlowDocument(ITextRange range, ITextPoint... method WriteInheritablePropertiesForFlowDocument (line 722) | private static void WriteInheritablePropertiesForFlowDocument(Dependen... method WriteInheritableProperties (line 763) | private static void WriteInheritableProperties(Type elementTypeStandar... method WriteNoninheritableProperties (line 828) | private static void WriteNoninheritableProperties(Type elementTypeStan... method WriteNoninheritableProperty (line 907) | private static void WriteNoninheritableProperty(XmlWriter xmlWriter, D... method WriteLocallySetProperties (line 947) | private static void WriteLocallySetProperties(Type elementTypeStandard... method IsPropertyKnown (line 1033) | private static bool IsPropertyKnown(DependencyProperty propertyToTest,... method WriteComplexProperties (line 1057) | private static void WriteComplexProperties(XmlWriter xmlWriter, Depend... method GetPropertyNameForElement (line 1086) | private static string GetPropertyNameForElement(DependencyProperty pro... method WriteXamlAtomicElement (line 1112) | private static void WriteXamlAtomicElement(DependencyObject element, X... method WriteEmbeddedObject (line 1147) | private static void WriteEmbeddedObject(object embeddedObject, XmlWrit... method PasteSingleEmbeddedElement (line 1221) | private static bool PasteSingleEmbeddedElement(TextRange range, TextEl... method PasteTextFragment (line 1254) | private static void PasteTextFragment(TextElement fragment, TextRange ... method PasteNonMergeableTextFragment (line 1276) | private static void PasteNonMergeableTextFragment(TextElement fragment... method PasteMergeableTextFragment (line 1293) | private static void PasteMergeableTextFragment(TextElement fragment, T... method CorrectLeadingNestedLists (line 1369) | private static void CorrectLeadingNestedLists(Section fragment) method SplitParagraphForPasting (line 1403) | private static bool SplitParagraphForPasting(ref TextPointer insertion... method MergeParagraphsAtPosition (line 1451) | private static void MergeParagraphsAtPosition(TextPointer position, bo... method ValidateMergingPositions (line 1506) | private static void ValidateMergingPositions(Type itemType, TextPointe... method AdjustFragmentForTargetRange (line 1533) | private static void AdjustFragmentForTargetRange(TextElement fragment,... method ApplyContextualProperties (line 1554) | private static void ApplyContextualProperties(TextPointer start, TextP... method ApplyContextualProperty (line 1597) | private static void ApplyContextualProperty(Type targetType, TextPoint... method FindSerializationCommonAncestor (line 1665) | private static ITextPointer FindSerializationCommonAncestor(ITextRange... method IsAcceptableAncestor (line 1718) | private static bool IsAcceptableAncestor(ITextPointer commonAncestor, ... method StripInvalidSurrogateChars (line 1766) | private static int StripInvalidSurrogateChars(char[] text, int length) method IsBadCode (line 1832) | private static bool IsBadCode(char code) method IsPartialNonTypographic (line 1842) | private static bool IsPartialNonTypographic(ITextPointer textReader, I... method IsHyperlinkInvalid (line 1870) | private static bool IsHyperlinkInvalid(ITextPointer textReader, ITextP... method GetHyperlinkStart (line 1914) | private static ITextPointer GetHyperlinkStart(ITextRange range) method FilterNaNStringValueForDoublePropertyType (line 1934) | private static string FilterNaNStringValueForDoublePropertyType(string... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextSchema.cs class TextSchema (line 28) | internal static class TextSchema method TextSchema (line 36) | static TextSchema() method IsInTextContent (line 88) | internal static bool IsInTextContent(ITextPointer position) method IsValidChild (line 94) | internal static bool IsValidChild(TextElement parent, TextElement child) method ValidateChild (line 100) | internal static bool ValidateChild(TextElement parent, TextElement chi... method IsValidChild (line 119) | internal static bool IsValidChild(TextElement parent, Type childType) method ValidateChild (line 124) | internal static bool ValidateChild(TextElement parent, Type childType,... method IsValidChild (line 150) | internal static bool IsValidChild(TextPointer position, Type childType) method ValidateChild (line 155) | internal static bool ValidateChild(TextPointer position, Type childTyp... method IsValidSibling (line 182) | internal static bool IsValidSibling(Type siblingType, Type newType) method IsValidChild (line 215) | internal static bool IsValidChild(ITextPointer position, Type childType) method IsValidChildOfContainer (line 231) | internal static bool IsValidChildOfContainer(Type parentType, Type chi... method HasHyperlinkAncestor (line 238) | internal static bool HasHyperlinkAncestor(TextElement element) method IsFormattingType (line 256) | internal static bool IsFormattingType(Type elementType) method IsKnownType (line 267) | internal static bool IsKnownType(Type elementType) method IsNonFormattingInline (line 273) | internal static bool IsNonFormattingInline(Type elementType) method IsMergeableInline (line 278) | internal static bool IsMergeableInline(Type elementType) method IsNonMergeableInline (line 283) | internal static bool IsNonMergeableInline(Type elementType) method AllowsParagraphMerging (line 302) | internal static bool AllowsParagraphMerging(Type elementType) method IsParagraphOrBlockUIContainer (line 322) | internal static bool IsParagraphOrBlockUIContainer(Type elementType) method IsBlock (line 330) | internal static bool IsBlock(Type type) method IsBreak (line 336) | internal static bool IsBreak(Type type) method HasTextDecorations (line 349) | internal static bool HasTextDecorations(object value) method GetStandardElementType (line 360) | internal static Type GetStandardElementType(Type type, bool reduceElem... method GetInheritableProperties (line 453) | internal static DependencyProperty[] GetInheritableProperties(Type type) method GetNoninheritableProperties (line 474) | internal static DependencyProperty[] GetNoninheritableProperties(Type ... method ValuesAreEqual (line 583) | internal static bool ValuesAreEqual(object value1, object value2) method IsParagraphProperty (line 652) | internal static bool IsParagraphProperty(DependencyProperty formatting... method IsCharacterProperty (line 677) | internal static bool IsCharacterProperty(DependencyProperty formatting... method IsNonFormattingCharacterProperty (line 702) | internal static bool IsNonFormattingCharacterProperty(DependencyProper... method GetNonFormattingCharacterProperties (line 715) | internal static DependencyProperty[] GetNonFormattingCharacterProperti... method IsStructuralCharacterProperty (line 731) | internal static bool IsStructuralCharacterProperty(DependencyProperty ... method IsPropertyIncremental (line 745) | internal static bool IsPropertyIncremental(DependencyProperty property) method IsValidChild (line 798) | private static bool IsValidChild(Type parentType, Type childType) method HasIllegalHyperlinkDescendant (line 880) | private static bool HasIllegalHyperlinkDescendant(TextElement element,... method AreBrushesEqual (line 908) | private static bool AreBrushesEqual(Brush brush1, Brush brush2) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextSegment.cs type TextSegment (line 17) | internal struct TextSegment method TextSegment (line 42) | internal TextSegment(ITextPointer startPosition, ITextPointer endPosit... method TextSegment (line 59) | internal TextSegment(ITextPointer startPosition, ITextPointer endPosit... method Contains (line 93) | internal bool Contains(ITextPointer position) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextSelection.cs class TextSelection (line 25) | public sealed class TextSelection : TextRange, ITextSelection method TextSelection (line 38) | internal TextSelection(TextEditor textEditor) method Select (line 84) | void ITextRange.Select(ITextPointer anchorPosition, ITextPointer movin... method SelectWord (line 101) | void ITextRange.SelectWord(ITextPointer position) method SelectParagraph (line 120) | void ITextRange.SelectParagraph(ITextPointer position) method ApplyTypingHeuristics (line 140) | void ITextRange.ApplyTypingHeuristics(bool overType) method GetPropertyValue (line 165) | object ITextRange.GetPropertyValue(DependencyProperty formattingProperty) method NotifyChanged (line 219) | void ITextRange.NotifyChanged(bool disableScroll, bool skipEvents) method UpdateCaretAndHighlight (line 310) | void ITextSelection.UpdateCaretAndHighlight() method SetCaretToPosition (line 438) | void ITextSelection.SetCaretToPosition(ITextPointer caretPosition, Log... method ExtendToPosition (line 545) | void ITextSelection.ExtendToPosition(ITextPointer position) method ExtendToNextInsertionPosition (line 568) | bool ITextSelection.ExtendToNextInsertionPosition(LogicalDirection dir... method GetNextTextSegmentInsertionPosition (line 640) | private ITextPointer GetNextTextSegmentInsertionPosition(LogicalDirect... method Contains (line 648) | bool ITextSelection.Contains(Point point) method OnDetach (line 704) | void ITextSelection.OnDetach() method OnTextViewUpdated (line 724) | void ITextSelection.OnTextViewUpdated() method DetachFromVisualTree (line 746) | void ITextSelection.DetachFromVisualTree() method RefreshCaret (line 752) | void ITextSelection.RefreshCaret() method OnInterimSelectionChanged (line 759) | void ITextSelection.OnInterimSelectionChanged(bool interimSelection) method SetSelectionByMouse (line 775) | void ITextSelection.SetSelectionByMouse(ITextPointer cursorPosition, P... method ExtendSelectionByMouse (line 792) | void ITextSelection.ExtendSelectionByMouse(ITextPointer cursorPosition... method BeginMouseSelectionProcess (line 853) | private bool BeginMouseSelectionProcess(ITextPointer cursorPosition) method IdentifyWordsOnSelectionEnds (line 879) | private void IdentifyWordsOnSelectionEnds(ITextPointer anchorPosition,... method ExtendToNextTableRow (line 1008) | bool ITextSelection.ExtendToNextTableRow(LogicalDirection direction) method SetCaretToPosition (line 1165) | internal void SetCaretToPosition(TextPointer caretPosition, LogicalDir... method ExtendToNextInsertionPosition (line 1173) | internal bool ExtendToNextInsertionPosition(LogicalDirection direction) method OnInputLanguageChanged (line 1191) | internal static void OnInputLanguageChanged(CultureInfo cultureInfo) method Contains (line 1215) | internal bool Contains(Point point) method InsertEmbeddedUIElementVirtual (line 1235) | internal override void InsertEmbeddedUIElementVirtual(FrameworkElement... method ApplyPropertyToTextVirtual (line 1254) | internal override void ApplyPropertyToTextVirtual(DependencyProperty f... method ClearAllPropertiesVirtual (line 1292) | internal override void ClearAllPropertiesVirtual() method SetXmlVirtual (line 1322) | internal override void SetXmlVirtual(TextElement fragment) method LoadVirtual (line 1338) | internal override void LoadVirtual(Stream stream, string dataFormat) method InsertTableVirtual (line 1360) | internal override Table InsertTableVirtual(int rowCount, int columnCount) method GetCurrentValue (line 1395) | internal object GetCurrentValue(DependencyProperty formattingProperty) method SpringloadCurrentFormatting (line 1426) | internal void SpringloadCurrentFormatting() method SpringloadCurrentFormatting (line 1450) | private void SpringloadCurrentFormatting(DependencyObject parent) method ClearSpringloadFormatting (line 1503) | internal void ClearSpringloadFormatting() method ApplySpringloadFormatting (line 1519) | internal void ApplySpringloadFormatting() method UpdateCaretState (line 1565) | internal void UpdateCaretState(CaretScrollMethod caretScrollMethod) method GetCaretBrush (line 1600) | internal static Brush GetCaretBrush(TextEditor textEditor) method IsBidiInputLanguageInstalled (line 1663) | internal static bool IsBidiInputLanguageInstalled() method ValidateLayout (line 1699) | void ITextSelection.ValidateLayout() method SetThreadSelection (line 1758) | private void SetThreadSelection() method ClearThreadSelection (line 1767) | private void ClearThreadSelection() method Highlight (line 1777) | private void Highlight() method Unhighlight (line 1804) | private void Unhighlight() method SetActivePositions (line 1831) | private void SetActivePositions(ITextPointer anchorPosition, ITextPoin... method ConvertToMovingEdge (line 1871) | private MovingEdge ConvertToMovingEdge(ITextPointer anchorPosition, IT... method MoveSelectionByMouse (line 1923) | private void MoveSelectionByMouse(ITextPointer cursorPosition, Point c... method ShouldSelectEmbeddedObject (line 1959) | private bool ShouldSelectEmbeddedObject(ITextPointer cursorPosition, P... method RefreshCaret (line 2017) | private static void RefreshCaret(TextEditor textEditor, ITextSelection... method OnCaretNavigation (line 2037) | internal void OnCaretNavigation() method OnCaretNavigation (line 2045) | void ITextSelection.OnCaretNavigation() method UpdateCaretStateWorker (line 2051) | private object UpdateCaretStateWorker(object o) method IdentifyCaretPosition (line 2152) | private static ITextPointer IdentifyCaretPosition(ITextSelection curre... method CalculateCaretRectangle (line 2193) | private static Rect CalculateCaretRectangle(ITextSelection currentText... method CalculateInterimCaretRectangle (line 2241) | private static Rect CalculateInterimCaretRectangle(ITextSelection focu... method CalculateScrollToOriginPosition (line 2343) | private static double CalculateScrollToOriginPosition(TextEditor textE... method EnsureCaret (line 2399) | private CaretElement EnsureCaret(bool isBlinkEnabled, bool isSelection... method VerifyAdornerLayerExists (line 2442) | private bool VerifyAdornerLayerExists() method IsBidiInputLanguage (line 2470) | private static bool IsBidiInputLanguage(CultureInfo cultureInfo) method FindCellAtColumnIndex (line 2498) | private static TableCell FindCellAtColumnIndex(TableCellCollection cel... method IsRootElement (line 2524) | private static bool IsRootElement(DependencyObject element) method IsFocusWithinRoot (line 2533) | private bool IsFocusWithinRoot() method GetParentElement (line 2557) | private static DependencyObject GetParentElement(DependencyObject elem... method DetachCaretFromVisualTree (line 2586) | private void DetachCaretFromVisualTree() type MovingEdge (line 2685) | private enum MovingEdge { Start, StartInner, EndInner, End, None }; FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextSelectionHighlightLayer.cs class TextSelectionHighlightLayer (line 15) | internal class TextSelectionHighlightLayer : HighlightLayer method TextSelectionHighlightLayer (line 26) | static TextSelectionHighlightLayer() method TextSelectionHighlightLayer (line 32) | internal TextSelectionHighlightLayer(ITextSelection selection) method GetHighlightValue (line 54) | internal override object GetHighlightValue(StaticTextPointer textPosit... method IsContentHighlighted (line 71) | internal override bool IsContentHighlighted(StaticTextPointer textPosi... method GetNextChangePosition (line 100) | internal override StaticTextPointer GetNextChangePosition(StaticTextPo... method InternalOnSelectionChanged (line 177) | internal void InternalOnSelectionChanged() method OnSelectionChanged (line 296) | private void OnSelectionChanged(object sender, EventArgs e) method IsTextRangeEmpty (line 303) | private bool IsTextRangeEmpty(ITextRange textRange) class TextSelectionHighlightChangedEventArgs (line 322) | private sealed class TextSelectionHighlightChangedEventArgs : Highligh... method TextSelectionHighlightChangedEventArgs (line 325) | internal TextSelectionHighlightChangedEventArgs(ITextPointer invalid... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextServicesDisplayAttribute.cs class TextServicesDisplayAttribute (line 23) | internal class TextServicesDisplayAttribute method TextServicesDisplayAttribute (line 31) | internal TextServicesDisplayAttribute(UnsafeNativeMethods.TF_DISPLAYAT... method IsEmptyAttribute (line 45) | internal bool IsEmptyAttribute() method Apply (line 59) | internal void Apply(ITextPointer start, ITextPointer end) method GetColor (line 84) | internal static Color GetColor(UnsafeNativeMethods.TF_DA_COLOR dacolor... method GetLineColor (line 104) | internal Color GetLineColor(ITextPointer position) method Encode (line 151) | private static int Encode(int alpha, int red, int green, int blue) method FromWin32Value (line 156) | private static int FromWin32Value(int value) method GetSystemColor (line 169) | private static Color GetSystemColor(int index) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextServicesDisplayAttributePropertyRanges.cs class TextServicesDisplayAttributePropertyRanges (line 20) | internal class TextServicesDisplayAttributePropertyRanges : TextServices... method TextServicesDisplayAttributePropertyRanges (line 30) | internal TextServicesDisplayAttributePropertyRanges(TextStore textstore) method OnRange (line 48) | internal override void OnRange( method OnEndEdit (line 74) | internal override void OnEndEdit(UnsafeNativeMethods.ITfContext context, method OnLayoutUpdated (line 184) | internal void OnLayoutUpdated() method GetDisplayAttribute (line 202) | private static TextServicesDisplayAttribute GetDisplayAttribute(Int32 ... method GetInt32Value (line 265) | private Int32 GetInt32Value(int ecReadOnly, UnsafeNativeMethods.ITfPro... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextServicesHost.cs class TextServicesHost (line 33) | internal class TextServicesHost : DispatcherObject method TextServicesHost (line 44) | internal TextServicesHost() method RegisterTextStore (line 57) | internal void RegisterTextStore(TextStore textstore) method UnregisterTextStore (line 70) | internal void UnregisterTextStore(TextStore textstore, bool finalizer) method RegisterWinEventSink (line 87) | internal void RegisterWinEventSink(TextStore textstore) method UnregisterWinEventSink (line 100) | internal void UnregisterWinEventSink(TextStore textstore) method StartTransitoryExtension (line 114) | internal static void StartTransitoryExtension(TextStore textstore) method StopTransitoryExtension (line 146) | internal static void StopTransitoryExtension(TextStore textstore) method OnUnregisterTextStore (line 209) | private object OnUnregisterTextStore(object arg) method OnDispatcherShutdownFinished (line 263) | private void OnDispatcherShutdownFinished(object sender, EventArgs args) method _RegisterTextStore (line 284) | private void _RegisterTextStore(TextStore textstore) method DeactivateThreadManager (line 358) | private void DeactivateThreadManager() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextServicesProperty.cs class TextServicesProperty (line 29) | internal class TextServicesProperty method TextServicesProperty (line 39) | internal TextServicesProperty(TextStore textstore) method OnEndEdit (line 58) | internal void OnEndEdit( method OnLayoutUpdated (line 73) | internal void OnLayoutUpdated() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextServicesPropertyRanges.cs class TextServicesPropertyRanges (line 19) | internal class TextServicesPropertyRanges method TextServicesPropertyRanges (line 27) | internal TextServicesPropertyRanges( method OnRange (line 44) | internal virtual void OnRange(UnsafeNativeMethods.ITfProperty property, method OnEndEdit (line 54) | internal virtual void OnEndEdit(UnsafeNativeMethods.ITfContext context, method ConvertToTextPosition (line 109) | protected void ConvertToTextPosition(UnsafeNativeMethods.ITfRange range, method GetValue (line 136) | protected static Object GetValue(int ecReadOnly, UnsafeNativeMethods.I... method GetPropertyUpdate (line 150) | private UnsafeNativeMethods.IEnumTfRanges GetPropertyUpdate( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextStore.cs class TextStore (line 32) | internal class TextStore : UnsafeNativeMethods.ITextStoreACP, method TextStore (line 49) | internal TextStore(TextEditor textEditor) method AdviseSink (line 72) | public void AdviseSink(ref Guid riid, object obj, UnsafeNativeMethods.... method UnadviseSink (line 102) | public void UnadviseSink(object obj) method RequestLock (line 118) | public void RequestLock(UnsafeNativeMethods.LockFlags flags, out int h... method GetFormattedText (line 542) | public void GetFormattedText(int startIndex, int endIndex, out object ... method GetEmbedded (line 549) | public void GetEmbedded(int index, ref Guid guidService, ref Guid riid... method QueryInsertEmbedded (line 577) | public void QueryInsertEmbedded(ref Guid guidService, IntPtr formatEtc... method InsertEmbedded (line 602) | public void InsertEmbedded(UnsafeNativeMethods.InsertEmbeddedFlags fla... method InsertTextAtSelection (line 641) | public void InsertTextAtSelection(UnsafeNativeMethods.InsertAtSelectio... method InsertEmbeddedAtSelection (line 791) | public void InsertEmbeddedAtSelection(UnsafeNativeMethods.InsertAtSele... method RequestSupportedAttrs (line 843) | public int RequestSupportedAttrs(UnsafeNativeMethods.AttributeFlags fl... method RequestAttrsAtPosition (line 860) | public int RequestAttrsAtPosition(int index, int count, Guid[] filterA... method RequestAttrsTransitioningAtPosition (line 881) | public void RequestAttrsTransitioningAtPosition(int position, int coun... method FindNextAttrTransition (line 887) | public void FindNextAttrTransition(int startIndex, int haltIndex, int ... method RetrieveRequestedAttrs (line 895) | public void RetrieveRequestedAttrs(int count, UnsafeNativeMethods.TS_A... method GetEnd (line 915) | public void GetEnd(out int end) method GetActiveView (line 921) | public void GetActiveView(out int viewCookie) method GetACPFromPoint (line 927) | public void GetACPFromPoint(int viewCookie, ref UnsafeNativeMethods.PO... method GetTextExt (line 1004) | void UnsafeNativeMethods.ITextStoreACP.GetTextExt(int viewCookie, int ... method GetScreenExt (line 1129) | public void GetScreenExt(int viewCookie, out UnsafeNativeMethods.RECT ... method GetWnd (line 1166) | void UnsafeNativeMethods.ITextStoreACP.GetWnd(int viewCookie, out IntP... method OnSetThreadFocus (line 1183) | void UnsafeNativeMethods.ITfThreadFocusSink.OnSetThreadFocus() method OnKillThreadFocus (line 1198) | public void OnKillThreadFocus() method OnStartComposition (line 1213) | public void OnStartComposition(UnsafeNativeMethods.ITfCompositionView ... method OnUpdateComposition (line 1312) | public void OnUpdateComposition(UnsafeNativeMethods.ITfCompositionView... method OnEndComposition (line 1384) | public void OnEndComposition(UnsafeNativeMethods.ITfCompositionView view) method OnTextContainerChange (line 2164) | private void OnTextContainerChange(object sender, TextContainerChangeE... method GrantLockHandler (line 2264) | private object GrantLockHandler(object o) method GrantLockWorker (line 2293) | private int GrantLockWorker(UnsafeNativeMethods.LockFlags flags) method GrantLock (line 2403) | private int GrantLock() method WalkTextRun (line 2430) | private static bool WalkTextRun(ITextPointer navigator, ITextPointer l... method WalkObjectRun (line 2491) | private static bool WalkObjectRun(ITextPointer navigator, ITextPointer... method WalkRegionBoundary (line 2533) | private static bool WalkRegionBoundary(ITextPointer navigator, ITextPo... method GetVisualInfo (line 2590) | private void GetVisualInfo(out PresentationSource source, out IWin32Wi... method TransformRootRectToScreenCoordinates (line 2604) | private static UnsafeNativeMethods.RECT TransformRootRectToScreenCoord... method InsertEmbeddedAtPosition (line 2633) | private void InsertEmbeddedAtPosition(TextPointer position, IComDataOb... method InsertInkAtPosition (line 2669) | private TextPointer InsertInkAtPosition(TextPointer insertionPosition,... method GetFontFamilyName (line 2720) | private static string GetFontFamilyName(FontFamily fontFamily, XmlLang... method PrepareAttributes (line 2747) | private void PrepareAttributes(InputScope inputScope, double fontSize,... method TextPositionsFromITfRange (line 2879) | private void TextPositionsFromITfRange(UnsafeNativeMethods.ITfRange ra... method GetCompositionPositions (line 2899) | private void GetCompositionPositions(out ITextPointer start, out IText... method GetCompositionPositions (line 2915) | private void GetCompositionPositions(UnsafeNativeMethods.ITfCompositio... method StringFromITfRange (line 2927) | private static string StringFromITfRange(UnsafeNativeMethods.ITfRange ... method OnMouseButtonEvent (line 2943) | private void OnMouseButtonEvent(object sender, MouseButtonEventArgs e) method OnMouseEvent (line 2951) | private void OnMouseEvent(object sender, MouseEventArgs e) method InternalMouseEventHandler (line 2959) | private bool InternalMouseEventHandler() method OpenCompositionUndoUnit (line 3090) | private CompositionParentUndoUnit OpenCompositionUndoUnit() method OpenCompositionUndoUnit (line 3098) | private CompositionParentUndoUnit OpenCompositionUndoUnit(ITextPointer... method GetLineBounds (line 3150) | private static Rect GetLineBounds(ITextPointer start, ITextPointer end) method InsertEmbeddedAtRange (line 3191) | private void InsertEmbeddedAtRange(TextPointer startPosition, TextPoin... method RemoveContent (line 3229) | private void RemoveContent(ITextPointer startPosition, ITextPointer en... method FilterCompositionString (line 3259) | private string FilterCompositionString(string text, int charsToReplace... method CompleteCompositionHandler (line 3274) | private object CompleteCompositionHandler(object o) method GetSourceWnd (line 3280) | private IntPtr GetSourceWnd(bool callerIsTrusted) method ValidateChange (line 3305) | private void ValidateChange(UnsafeNativeMethods.TS_TEXTCHANGE change) method VerifyTextStoreConsistency (line 3317) | private void VerifyTextStoreConsistency() method ValidateCharOffset (line 3328) | private void ValidateCharOffset(int offset) method BreakTypingSequence (line 3338) | private void BreakTypingSequence(ITextPointer caretPosition) method GetAdjustedSelection (line 3352) | private static void GetAdjustedSelection(ITextPointer startIn, ITextPo... method GetNormalizedRange (line 3435) | private void GetNormalizedRange(int startCharOffset, int endCharOffset... method HandleCompositionEvents (line 3491) | private void HandleCompositionEvents(int previousUndoCount) method OpenTextParentUndoUnit (line 3570) | private TextParentUndoUnit OpenTextParentUndoUnit() method CloseTextParentUndoUnit (line 3584) | private void CloseTextParentUndoUnit(TextParentUndoUnit textParentUndo... method RaiseCompositionEvents (line 3600) | private void RaiseCompositionEvents(out int appSelectionAnchorOffset, ... method IsMaxLengthExceeded (line 3800) | private bool IsMaxLengthExceeded(string textData, int charsToReplaceCo... method IsCompositionRecordShifted (line 3821) | private bool IsCompositionRecordShifted(CompositionEventRecord record) method SetFinalDocumentState (line 3846) | private void SetFinalDocumentState(UndoManager undoManager, Stack imeC... method UndoQuietly (line 3981) | private void UndoQuietly(int count) method RedoQuietly (line 4010) | private void RedoQuietly(int count) method MergeCompositionUndoUnits (line 4040) | private void MergeCompositionUndoUnits() method PeekCompositionParentUndoUnit (line 4086) | private CompositionParentUndoUnit PeekCompositionParentUndoUnit() type AttributeStyle (line 4160) | private enum AttributeStyle type TextServicesAttribute (line 4172) | private struct TextServicesAttribute method TextServicesAttribute (line 4174) | internal TextServicesAttribute(Guid guid, AttributeStyle style) class ScopeWeakReference (line 4196) | private class ScopeWeakReference : WeakReference method ScopeWeakReference (line 4198) | internal ScopeWeakReference(object obj) : base(obj) class MouseSink (line 4234) | private class MouseSink : IDisposable, IComparer method MouseSink (line 4236) | internal MouseSink(UnsafeNativeMethods.ITfRangeACP range, UnsafeNati... method Dispose (line 4243) | public void Dispose() method Compare (line 4264) | public int Compare( Object x, Object y ) class CompositionParentUndoUnit (line 4321) | private class CompositionParentUndoUnit : TextParentUndoUnit method CompositionParentUndoUnit (line 4323) | internal CompositionParentUndoUnit(ITextSelection selection, ITextPo... method CompositionParentUndoUnit (line 4330) | private CompositionParentUndoUnit(CompositionParentUndoUnit undoUnit) method CreateRedoUnit (line 4337) | protected override TextParentUndoUnit CreateRedoUnit() method MergeCompositionUnit (line 4343) | internal void MergeCompositionUnit(CompositionParentUndoUnit unit) method CopyUnits (line 4386) | private object[] CopyUnits() type CompositionEventState (line 4397) | private enum CompositionEventState type CompositionStage (line 4411) | private enum CompositionStage class CompositionEventRecord (line 4430) | private class CompositionEventRecord method CompositionEventRecord (line 4432) | internal CompositionEventRecord(CompositionStage stage, int startOff... method CompositionEventRecord (line 4436) | internal CompositionEventRecord(CompositionStage stage, int startOff... class IMECompositionTracer (line 4645) | private class IMECompositionTracer method IMECompositionTracer (line 4654) | static IMECompositionTracer() method Enable (line 4683) | private static void Enable() method SetTarget (line 4702) | internal static bool SetTarget(object o) method Flush (line 4729) | internal static void Flush() method Mark (line 4741) | internal static void Mark(params ReadOnlySpan args) method ConfigureTracing (line 4754) | internal static void ConfigureTracing(TextStore textStore) method IsTracing (line 4787) | internal static bool IsTracing(TextStore textStore) method Trace (line 4793) | internal static void Trace(TextStore textStore, IMECompositionTraceO... method ShouldIgnore (line 4805) | private static bool ShouldIgnore(IMECompositionTraceOp op, IMECompos... method DisplayType (line 4810) | private static string DisplayType(object o) method BuildDetail (line 4836) | private static string BuildDetail(ReadOnlySpan args) method IMECompositionTracer (line 4866) | private IMECompositionTracer(TextStore textStore, TraceList traceList) method OnApplicationExit (line 4876) | private static void OnApplicationExit(object sender, ExitEventArgs e) method OnUnhandledException (line 4885) | private static void OnUnhandledException(object sender, DispatcherUn... method IdentifyTrace (line 4893) | private void IdentifyTrace(TextStore textStore) method AddTrace (line 4900) | private void AddTrace(TextStore textStore, IMECompositionTraceOp op,... method TraceListForUiScope (line 4943) | private static TraceList TraceListForUiScope(FrameworkElement target) method AddToMap (line 4971) | private static TraceList AddToMap(FrameworkElement target) method CloseAllTraceLists (line 5007) | private static void CloseAllTraceLists() method PurgeMap (line 5019) | private static void PurgeMap() class TraceList (line 5037) | private class TraceList method TraceList (line 5043) | internal TraceList(string filename) method Add (line 5052) | internal void Add(IMECompositionTraceRecord record) method Flush (line 5057) | internal void Flush(int depth) method FlushAndClose (line 5079) | internal void FlushAndClose() method FlushAndClear (line 5089) | internal void FlushAndClear() class IMECompositionTracingInfo (line 5108) | private class IMECompositionTracingInfo method IMECompositionTracingInfo (line 5113) | internal IMECompositionTracingInfo(IMECompositionTracer tracer, int ... type IMECompositionTraceOp (line 5127) | private enum IMECompositionTraceOp: ushort class IMECompositionTraceRecord (line 5193) | private class IMECompositionTraceRecord method IMECompositionTraceRecord (line 5195) | internal IMECompositionTraceRecord(IMECompositionTraceOp op, method IMECompositionTraceRecord (line 5206) | internal IMECompositionTraceRecord(IMECompositionTraceOp op, string ... method ToString (line 5217) | public override string ToString() method Write (line 5222) | internal void Write(BinaryWriter writer) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeDeleteContentUndoUnit.cs class TextTreeDeleteContentUndoUnit (line 17) | internal class TextTreeDeleteContentUndoUnit : TextTreeUndoUnit method TextTreeDeleteContentUndoUnit (line 30) | internal TextTreeDeleteContentUndoUnit(TextContainer tree, TextPointer... method DoCore (line 65) | public override void DoCore() method SaveColumns (line 92) | internal static TableColumn[] SaveColumns(Table table) method RestoreColumns (line 112) | internal static void RestoreColumns(Table table, TableColumn[] savedCo... method CopyColumn (line 126) | private static TableColumn CopyColumn(TableColumn sourceTableColumn) method CopyContent (line 162) | private ContentContainer CopyContent(TextTreeNode node, TextTreeNode h... method CopyTextNode (line 213) | private TextTreeNode CopyTextNode(TextTreeTextNode textNode, TextTreeN... method CopyObjectNode (line 253) | private TextTreeNode CopyObjectNode(TextTreeObjectNode objectNode, out... method CopyElementNode (line 265) | private TextTreeNode CopyElementNode(TextTreeTextElementNode elementNo... class ContentContainer (line 298) | private abstract class ContentContainer method Do (line 303) | internal abstract void Do(TextPointer navigator); class TextContentContainer (line 317) | private class TextContentContainer : ContentContainer method TextContentContainer (line 319) | internal TextContentContainer(char[] text) method Do (line 327) | internal override void Do(TextPointer navigator) class ObjectContentContainer (line 337) | private class ObjectContentContainer : ContentContainer method ObjectContentContainer (line 339) | internal ObjectContentContainer(string xml, object element) method Do (line 356) | internal override void Do(TextPointer navigator) class ElementContentContainer (line 400) | private class ElementContentContainer : ContentContainer method ElementContentContainer (line 404) | internal ElementContentContainer(Type elementType, PropertyRecord[] ... method Do (line 415) | internal override void Do(TextPointer navigator) class TableElementContentContainer (line 458) | private class TableElementContentContainer : ElementContentContainer method TableElementContentContainer (line 460) | internal TableElementContentContainer(Table table, PropertyRecord []... method Do (line 467) | internal override void Do(TextPointer navigator) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeDumper.cs class TextTreeDumper (line 19) | internal class TextTreeDumper method TextTreeDumper (line 30) | private TextTreeDumper() method Dump (line 45) | internal static void Dump(TextContainer tree) method DumpFlat (line 58) | internal static void DumpFlat(TextContainer tree) method Dump (line 71) | internal static void Dump(TextTreeNode node) method DumpFlat (line 77) | internal static void DumpFlat(TextTreeNode node) method Dump (line 94) | internal static void Dump(TextPointer position) method DumpNodeRecursive (line 110) | internal static void DumpNodeRecursive(SplayTreeNode node, int depth) method DumpNodeFlatRecursive (line 166) | internal static void DumpNodeFlatRecursive(SplayTreeNode node) method GetFlatPrefix (line 187) | private static string GetFlatPrefix(SplayTreeNode node) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeExtractElementUndoUnit.cs class TextTreeExtractElementUndoUnit (line 11) | internal class TextTreeExtractElementUndoUnit : TextTreeUndoUnit method TextTreeExtractElementUndoUnit (line 22) | internal TextTreeExtractElementUndoUnit(TextContainer tree, TextTreeTe... method DoCore (line 50) | public override void DoCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeFixupNode.cs class TextTreeFixupNode (line 16) | internal class TextTreeFixupNode : TextTreeNode method TextTreeFixupNode (line 29) | internal TextTreeFixupNode(TextTreeNode previousNode, ElementEdge prev... method TextTreeFixupNode (line 40) | internal TextTreeFixupNode(TextTreeNode previousNode, ElementEdge prev... method ToString (line 63) | public override string ToString() method Clone (line 98) | internal override TextTreeNode Clone() method GetPointerContext (line 106) | internal override TextPointerContext GetPointerContext(LogicalDirectio... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeInsertElementUndoUnit.cs class TextTreeInsertElementUndoUnit (line 13) | internal class TextTreeInsertElementUndoUnit : TextTreeUndoUnit method TextTreeInsertElementUndoUnit (line 27) | internal TextTreeInsertElementUndoUnit(TextContainer tree, int symbolO... method DoCore (line 45) | public override void DoCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeInsertUndoUnit.cs class TextTreeInsertUndoUnit (line 13) | internal class TextTreeInsertUndoUnit : TextTreeUndoUnit method TextTreeInsertUndoUnit (line 26) | internal TextTreeInsertUndoUnit(TextContainer tree, int symbolOffset, ... method DoCore (line 46) | public override void DoCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeNode.cs class EdgeReferenceCounts (line 18) | internal class EdgeReferenceCounts class ElementEdgeReferenceCounts (line 49) | internal class ElementEdgeReferenceCounts : EdgeReferenceCounts class TextTreeNode (line 113) | internal abstract class TextTreeNode : SplayTreeNode method SetBeforeStartReferenceCount (line 128) | protected static void SetBeforeStartReferenceCount(ref EdgeReferenceCo... method SetAfterStartReferenceCount (line 154) | protected void SetAfterStartReferenceCount(ref EdgeReferenceCounts edg... method SetBeforeEndReferenceCount (line 191) | protected void SetBeforeEndReferenceCount(ref EdgeReferenceCounts edge... method SetAfterEndReferenceCount (line 229) | protected static void SetAfterEndReferenceCount(ref EdgeReferenceCount... method Clone (line 265) | internal abstract TextTreeNode Clone(); method GetTextTree (line 268) | internal TextContainer GetTextTree() method GetDependencyParent (line 288) | internal DependencyObject GetDependencyParent() method GetLogicalTreeNode (line 322) | internal DependencyObject GetLogicalTreeNode() method GetPointerContext (line 366) | internal abstract TextPointerContext GetPointerContext(LogicalDirectio... method IncrementReferenceCount (line 375) | internal TextTreeNode IncrementReferenceCount(ElementEdge edge) method IncrementReferenceCount (line 380) | internal virtual TextTreeNode IncrementReferenceCount(ElementEdge edge... method IncrementReferenceCount (line 392) | internal virtual TextTreeNode IncrementReferenceCount(ElementEdge edge... method DecrementReferenceCount (line 430) | internal virtual void DecrementReferenceCount(ElementEdge edge) method InsertAtPosition (line 463) | internal void InsertAtPosition(TextPointer position) method GetEdgeFromOffsetNoBias (line 468) | internal ElementEdge GetEdgeFromOffsetNoBias(int nodeOffset) method GetEdgeFromOffset (line 473) | internal ElementEdge GetEdgeFromOffset(int nodeOffset, LogicalDirectio... method GetOffsetFromEdge (line 505) | internal int GetOffsetFromEdge(ElementEdge edge) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeObjectNode.cs class TextTreeObjectNode (line 15) | internal class TextTreeObjectNode : TextTreeNode method TextTreeObjectNode (line 26) | internal TextTreeObjectNode(DependencyObject embeddedElement) method ToString (line 44) | public override string ToString() method Clone (line 61) | internal override TextTreeNode Clone() method GetPointerContext (line 71) | internal override TextPointerContext GetPointerContext(LogicalDirectio... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreePropertyUndoUnit.cs class TextTreePropertyUndoUnit (line 13) | internal class TextTreePropertyUndoUnit : TextTreeUndoUnit method TextTreePropertyUndoUnit (line 25) | internal TextTreePropertyUndoUnit(TextContainer tree, int symbolOffset... method DoCore (line 43) | public override void DoCore() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeRootNode.cs class TextTreeRootNode (line 18) | internal class TextTreeRootNode : TextTreeNode method TextTreeRootNode (line 29) | internal TextTreeRootNode(TextContainer tree) method ToString (line 55) | public override string ToString() method Clone (line 74) | internal override TextTreeNode Clone() method GetPointerContext (line 83) | internal override TextPointerContext GetPointerContext(LogicalDirectio... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeRootTextBlock.cs class TextTreeRootTextBlock (line 13) | internal class TextTreeRootTextBlock : SplayTreeNode method TextTreeRootTextBlock (line 24) | internal TextTreeRootTextBlock() method ToString (line 47) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeText.cs class TextTreeText (line 19) | internal static class TextTreeText method InsertText (line 31) | internal static void InsertText(TextTreeRootTextBlock rootTextBlock, i... method RemoveText (line 64) | internal static void RemoveText(TextTreeRootTextBlock rootTextBlock, i... method CutText (line 146) | internal static char[] CutText(TextTreeRootTextBlock rootTextBlock, in... method ReadText (line 159) | internal static void ReadText(TextTreeRootTextBlock rootTextBlock, int... method InsertObject (line 187) | internal static void InsertObject(TextTreeRootTextBlock rootTextBlock,... method InsertElementEdges (line 194) | internal static void InsertElementEdges(TextTreeRootTextBlock rootText... method RemoveElementEdges (line 208) | internal static void RemoveElementEdges(TextTreeRootTextBlock rootText... method FindBlock (line 235) | private static TextTreeTextBlock FindBlock(TextTreeRootTextBlock rootT... method InsertTextLeft (line 261) | private static void InsertTextLeft(TextTreeTextBlock rightBlock, objec... method InsertTextRight (line 322) | private static void InsertTextRight(TextTreeTextBlock leftBlock, objec... method Remove (line 384) | internal static void Remove(TextTreeTextBlock firstNode, TextTreeTextB... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeTextBlock.cs class TextTreeTextBlock (line 21) | internal class TextTreeTextBlock : SplayTreeNode method TextTreeTextBlock (line 32) | internal TextTreeTextBlock(int size) method ToString (line 53) | public override string ToString() method InsertText (line 71) | internal int InsertText(int logicalOffset, object text, int textStartI... method SplitBlock (line 136) | internal TextTreeTextBlock SplitBlock() method RemoveText (line 182) | internal void RemoveText(int logicalOffset, int count) method ReadText (line 237) | internal int ReadText(int logicalOffset, int count, char []chars, int ... method MoveGap (line 462) | private void MoveGap(int offset) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeTextElementNode.cs class TextTreeTextElementNode (line 17) | internal class TextTreeTextElementNode : TextTreeNode method TextTreeTextElementNode (line 28) | internal TextTreeTextElementNode() method ToString (line 45) | public override string ToString() method Clone (line 62) | internal override TextTreeNode Clone() method GetPointerContext (line 79) | internal override TextPointerContext GetPointerContext(LogicalDirectio... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeTextNode.cs class TextTreeTextNode (line 32) | internal class TextTreeTextNode : TextTreeNode method TextTreeTextNode (line 43) | internal TextTreeTextNode() method ToString (line 60) | public override string ToString() method Clone (line 80) | internal override TextTreeNode Clone() method GetPointerContext (line 98) | internal override TextPointerContext GetPointerContext(LogicalDirectio... method IncrementReferenceCount (line 107) | internal override TextTreeNode IncrementReferenceCount(ElementEdge edg... method DecrementReferenceCount (line 170) | internal override void DecrementReferenceCount(ElementEdge edge) method Split (line 189) | internal TextTreeTextNode Split(int localOffset, ElementEdge edge) method Merge (line 490) | private void Merge() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeUndo.cs class TextTreeUndo (line 14) | internal static class TextTreeUndo method CreateInsertUndoUnit (line 26) | internal static void CreateInsertUndoUnit(TextContainer tree, int symb... method CreateInsertElementUndoUnit (line 39) | internal static void CreateInsertElementUndoUnit(TextContainer tree, i... method CreatePropertyUndoUnit (line 52) | internal static void CreatePropertyUndoUnit(TextElement element, Depen... method CreateDeleteContentUndoUnit (line 73) | internal static TextTreeDeleteContentUndoUnit CreateDeleteContentUndoU... method CreateExtractElementUndoUnit (line 94) | internal static TextTreeExtractElementUndoUnit CreateExtractElementUnd... method GetOrClearUndoManager (line 113) | internal static UndoManager GetOrClearUndoManager(ITextContainer textC... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextTreeUndoUnit.cs class TextTreeUndoUnit (line 14) | internal abstract class TextTreeUndoUnit : IUndoUnit method TextTreeUndoUnit (line 25) | internal TextTreeUndoUnit(TextContainer tree, int symbolOffset) method Do (line 45) | public void Do() method DoCore (line 59) | public abstract void DoCore(); method Merge (line 62) | public bool Merge(IUndoUnit unit) method SetTreeHashCode (line 105) | internal void SetTreeHashCode() method VerifyTreeContentHashCode (line 118) | internal void VerifyTreeContentHashCode() method GetPropertyRecordArray (line 129) | internal static PropertyRecord[] GetPropertyRecordArray(DependencyObje... method ArrayToLocalValueEnumerator (line 169) | internal static LocalValueEnumerator ArrayToLocalValueEnumerator(Prope... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Tracing/SpellerCOMActionTraceLogger.cs class SpellerCOMActionTraceLogger (line 44) | internal class SpellerCOMActionTraceLogger : IDisposable type Actions (line 54) | public enum Actions : int class InstanceInfo (line 96) | private class InstanceInfo method SpellerCOMActionTraceLogger (line 140) | public SpellerCOMActionTraceLogger(WinRTSpellerInterop caller, Actions... method UpdateRunningAverageAndLogDebugInfo (line 181) | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "... method Dispose (line 233) | protected virtual void Dispose(bool disposing) method Dispose (line 246) | public void Dispose() type SpellerCOMTimingData (line 256) | [EventData] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Typography.cs class Typography (line 17) | public sealed class Typography method Typography (line 27) | internal Typography(DependencyObject owner) method Typography (line 37) | static Typography() method SetStandardLigatures (line 362) | public static void SetStandardLigatures(DependencyObject element, bool... method GetStandardLigatures (line 374) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetContextualLigatures (line 388) | public static void SetContextualLigatures(DependencyObject element, bo... method GetContextualLigatures (line 400) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetDiscretionaryLigatures (line 414) | public static void SetDiscretionaryLigatures(DependencyObject element,... method GetDiscretionaryLigatures (line 426) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetHistoricalLigatures (line 440) | public static void SetHistoricalLigatures(DependencyObject element, bo... method GetHistoricalLigatures (line 452) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetAnnotationAlternates (line 466) | public static void SetAnnotationAlternates(DependencyObject element, i... method GetAnnotationAlternates (line 478) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetContextualAlternates (line 492) | public static void SetContextualAlternates(DependencyObject element, b... method GetContextualAlternates (line 504) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetHistoricalForms (line 518) | public static void SetHistoricalForms(DependencyObject element, bool v... method GetHistoricalForms (line 530) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetKerning (line 544) | public static void SetKerning(DependencyObject element, bool value) method GetKerning (line 556) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetCapitalSpacing (line 570) | public static void SetCapitalSpacing(DependencyObject element, bool va... method GetCapitalSpacing (line 582) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetCaseSensitiveForms (line 596) | public static void SetCaseSensitiveForms(DependencyObject element, boo... method GetCaseSensitiveForms (line 608) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet1 (line 622) | public static void SetStylisticSet1(DependencyObject element, bool value) method GetStylisticSet1 (line 634) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet2 (line 648) | public static void SetStylisticSet2(DependencyObject element, bool value) method GetStylisticSet2 (line 660) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet3 (line 674) | public static void SetStylisticSet3(DependencyObject element, bool value) method GetStylisticSet3 (line 686) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet4 (line 700) | public static void SetStylisticSet4(DependencyObject element, bool value) method GetStylisticSet4 (line 712) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet5 (line 726) | public static void SetStylisticSet5(DependencyObject element, bool value) method GetStylisticSet5 (line 738) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet6 (line 752) | public static void SetStylisticSet6(DependencyObject element, bool value) method GetStylisticSet6 (line 764) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet7 (line 778) | public static void SetStylisticSet7(DependencyObject element, bool value) method GetStylisticSet7 (line 790) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet8 (line 804) | public static void SetStylisticSet8(DependencyObject element, bool value) method GetStylisticSet8 (line 816) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet9 (line 830) | public static void SetStylisticSet9(DependencyObject element, bool value) method GetStylisticSet9 (line 842) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet10 (line 856) | public static void SetStylisticSet10(DependencyObject element, bool va... method GetStylisticSet10 (line 868) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet11 (line 882) | public static void SetStylisticSet11(DependencyObject element, bool va... method GetStylisticSet11 (line 894) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet12 (line 908) | public static void SetStylisticSet12(DependencyObject element, bool va... method GetStylisticSet12 (line 920) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet13 (line 934) | public static void SetStylisticSet13(DependencyObject element, bool va... method GetStylisticSet13 (line 946) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet14 (line 960) | public static void SetStylisticSet14(DependencyObject element, bool va... method GetStylisticSet14 (line 972) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet15 (line 986) | public static void SetStylisticSet15(DependencyObject element, bool va... method GetStylisticSet15 (line 998) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet16 (line 1012) | public static void SetStylisticSet16(DependencyObject element, bool va... method GetStylisticSet16 (line 1024) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet17 (line 1038) | public static void SetStylisticSet17(DependencyObject element, bool va... method GetStylisticSet17 (line 1050) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet18 (line 1064) | public static void SetStylisticSet18(DependencyObject element, bool va... method GetStylisticSet18 (line 1076) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet19 (line 1090) | public static void SetStylisticSet19(DependencyObject element, bool va... method GetStylisticSet19 (line 1102) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticSet20 (line 1116) | public static void SetStylisticSet20(DependencyObject element, bool va... method GetStylisticSet20 (line 1128) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetFraction (line 1142) | public static void SetFraction(DependencyObject element, FontFraction ... method GetFraction (line 1154) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetSlashedZero (line 1168) | public static void SetSlashedZero(DependencyObject element, bool value) method GetSlashedZero (line 1180) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetMathematicalGreek (line 1194) | public static void SetMathematicalGreek(DependencyObject element, bool... method GetMathematicalGreek (line 1206) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetEastAsianExpertForms (line 1220) | public static void SetEastAsianExpertForms(DependencyObject element, b... method GetEastAsianExpertForms (line 1232) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetVariants (line 1246) | public static void SetVariants(DependencyObject element, FontVariants ... method GetVariants (line 1258) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetCapitals (line 1272) | public static void SetCapitals(DependencyObject element, FontCapitals ... method GetCapitals (line 1284) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetNumeralStyle (line 1298) | public static void SetNumeralStyle(DependencyObject element, FontNumer... method GetNumeralStyle (line 1310) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetNumeralAlignment (line 1324) | public static void SetNumeralAlignment(DependencyObject element, FontN... method GetNumeralAlignment (line 1336) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetEastAsianWidths (line 1350) | public static void SetEastAsianWidths(DependencyObject element, FontEa... method GetEastAsianWidths (line 1362) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetEastAsianLanguage (line 1376) | public static void SetEastAsianLanguage(DependencyObject element, Font... method GetEastAsianLanguage (line 1388) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStandardSwashes (line 1402) | public static void SetStandardSwashes(DependencyObject element, int va... method GetStandardSwashes (line 1414) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetContextualSwashes (line 1428) | public static void SetContextualSwashes(DependencyObject element, int ... method GetContextualSwashes (line 1440) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetStylisticAlternates (line 1454) | public static void SetStylisticAlternates(DependencyObject element, in... method GetStylisticAlternates (line 1466) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/UIElementPropertyUndoUnit.cs class UIElementPropertyUndoUnit (line 37) | internal class UIElementPropertyUndoUnit : IUndoUnit method UIElementPropertyUndoUnit (line 48) | private UIElementPropertyUndoUnit(UIElement uiElement, DependencyPrope... method Do (line 67) | public void Do() method Merge (line 80) | public bool Merge(IUndoUnit unit) method Add (line 101) | internal static void Add(ITextContainer textContainer, UIElement uiEle... method Add (line 107) | internal static void Add(ITextContainer textContainer, UIElement uiEle... method AddPrivate (line 123) | private static void AddPrivate(ITextContainer textContainer, UIElement... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/Underline.cs class Underline (line 18) | public class Underline : Span method Underline (line 31) | static Underline() method Underline (line 45) | public Underline() : base() method Underline (line 55) | public Underline(Inline childInline) : base(childInline) method Underline (line 68) | public Underline(Inline childInline, TextPointer insertionPosition) : ... method Underline (line 85) | public Underline(TextPointer start, TextPointer end) : base(start, end) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/ValidationHelper.cs class ValidationHelper (line 13) | internal static class ValidationHelper method VerifyPosition (line 27) | internal static void VerifyPosition(ITextContainer tree, ITextPointer ... method VerifyPosition (line 35) | internal static void VerifyPosition(ITextContainer container, ITextPoi... method VerifyPositionPair (line 53) | internal static void VerifyPositionPair(ITextPointer startPosition, IT... method VerifyDirection (line 68) | internal static void VerifyDirection(LogicalDirection direction, strin... method VerifyElementEdge (line 78) | internal static void VerifyElementEdge(ElementEdge edge, string param) method ValidateChild (line 96) | internal static void ValidateChild(TextPointer position, object child,... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/WinEventHandler.cs class WinEventHandler (line 15) | internal class WinEventHandler : IDisposable method WinEventHandler (line 26) | internal WinEventHandler(int eventMin, int eventMax) method Dispose (line 54) | public void Dispose() method WinEventProc (line 63) | internal virtual void WinEventProc(int eventId, IntPtr hwnd) method Clear (line 67) | internal void Clear() method Start (line 80) | internal void Start() method Stop (line 94) | internal void Stop() method WinEventDefaultProc (line 116) | private void WinEventDefaultProc(int winEventHook, int eventId, IntPtr... class WinEventHandlerShutDownListener (line 125) | private sealed class WinEventHandlerShutDownListener : ShutDownListener method WinEventHandlerShutDownListener (line 127) | public WinEventHandlerShutDownListener(WinEventHandler target) method OnShutDown (line 132) | internal override void OnShutDown(object target, object sender, Even... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/WinRTSpellerInterop.cs class WinRTSpellerInterop (line 27) | internal partial class WinRTSpellerInterop: SpellerInteropBase method WinRTSpellerInterop (line 37) | internal WinRTSpellerInterop() method Dispose (line 93) | public override void Dispose() method Dispose (line 106) | protected override void Dispose(bool disposing) method SetLocale (line 137) | internal override void SetLocale(CultureInfo culture) method SetReformMode (line 177) | internal override void SetReformMode(CultureInfo culture, SpellingRefo... method CanSpellCheck (line 188) | internal override bool CanSpellCheck(CultureInfo culture) method UnloadDictionary (line 200) | internal override void UnloadDictionary(object token) method LoadDictionary (line 221) | internal override object LoadDictionary(string lexiconFilePath) method LoadDictionary (line 233) | internal override object LoadDictionary(Uri item, string trustedFolder) method ReleaseAllLexicons (line 246) | internal override void ReleaseAllLexicons() method EnsureWordBreakerAndSpellCheckerForCulture (line 266) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... method EnumTextSegments (line 360) | internal override int EnumTextSegments(char[] text, int count, method LoadDictionaryImpl (line 421) | private Tuple LoadDictionaryImpl(string lexiconFilePath) method ClearDictionaries (line 506) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... method TryParseLexiconCulture (line 557) | private static CultureInfo TryParseLexiconCulture(string line) method CopyToUnicodeFile (line 607) | private static void CopyToUnicodeFile(string sourcePath, FileStream ta... method ProcessUnhandledException (line 646) | private void ProcessUnhandledException(object sender, UnhandledExcepti... method ReleaseAllResources (line 676) | private void ReleaseAllResources(bool disposing) method BeginInvokeOnUIThread (line 729) | private DispatcherOperation BeginInvokeOnUIThread(Delegate method, Dis... type TextRange (line 845) | internal readonly struct TextRange: SpellerInteropBase.ITextRange method TextRange (line 847) | public TextRange(MS.Internal.WindowsRuntime.Windows.Data.Text.TextSe... method TextRange (line 853) | public TextRange(int start, int length) method TextRange (line 859) | public TextRange(ITextRange textRange) : class SpellerSegment (line 887) | [DebuggerDisplay("SubSegments.Count = {SubSegments.Count} TextRange = ... method SpellerSegment (line 892) | public SpellerSegment(string sourceString, ITextRange textRange, Spe... method SpellerSegment (line 902) | static SpellerSegment() method EnumerateSuggestions (line 911) | private void EnumerateSuggestions() method EnumSubSegments (line 1009) | public void EnumSubSegments(EnumTextSegmentsCallback segmentCallback... class SpellerSentence (line 1037) | [DebuggerDisplay("Sentence = {_sentence}")] method SpellerSentence (line 1040) | public SpellerSentence(string sentence, WordsSegmenter wordBreaker, ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/WinRTSpellerInteropExtensions.cs class WinRTSpellerInteropExtensions (line 11) | internal static class WinRTSpellerInteropExtensions method ComprehensiveGetTokens (line 53) | public static IReadOnlyList ComprehensiveGetTokens( method GetSpellCheckCleanSubstitutionToken (line 151) | private static WinRTSpellerInterop.TextRange? GetSpellCheckCleanSubsti... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/WpfPayload.cs class WpfPayload (line 48) | internal class WpfPayload method WpfPayload (line 128) | private WpfPayload(Package package) method SaveRange (line 159) | internal static string SaveRange(ITextRange range, ref Stream stream, ... method SaveRange (line 186) | internal static string SaveRange(ITextRange range, ref Stream stream, ... method SaveImage (line 237) | internal static MemoryStream SaveImage(BitmapSource bitmapSource, stri... method LoadElement (line 297) | internal static object LoadElement(Stream stream) method ValidatePayload (line 361) | private PackagePart ValidatePayload() method GetBitmapSourceFromImage (line 409) | private BitmapSource GetBitmapSourceFromImage(Image image) method CreateComponentParts (line 429) | private void CreateComponentParts(PackagePart sourcePart) method CreateImagePart (line 449) | private void CreateImagePart(PackagePart sourcePart, BitmapSource imag... method AddImage (line 478) | internal string AddImage(Image image) method GetImageContentType (line 532) | private static string GetImageContentType(string imageUriString) method GetBitmapEncoder (line 560) | private static BitmapEncoder GetBitmapEncoder(string imageContentType) method GetImageFileExtension (line 593) | private static string GetImageFileExtension(string imageContentType) method ImagesAreIdentical (line 623) | private static bool ImagesAreIdentical(BitmapSource imageSource1, Bitm... method CreateXamlStream (line 668) | internal Stream CreateXamlStream() method CreateImageStream (line 676) | internal Stream CreateImageStream(int imageCount, string contentType, ... method GetImageStream (line 698) | internal Stream GetImageStream(string imageSourceString) method CreatePackage (line 713) | private Package CreatePackage(Stream stream) method CreateWpfPayload (line 737) | internal static WpfPayload CreateWpfPayload(Stream stream) method OpenWpfPayload (line 758) | internal static WpfPayload OpenWpfPayload(Stream stream) method CreateWpfEntryPart (line 764) | private PackagePart CreateWpfEntryPart() method GetWpfEntryPart (line 796) | private PackagePart GetWpfEntryPart() method GetImageName (line 823) | private static string GetImageName(int imageIndex, string imageContent... method GetImageReference (line 831) | private static string GetImageReference(string imageName) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/XPSS0ValidatingLoader.cs class XpsValidatingLoader (line 24) | internal class XpsValidatingLoader method XpsValidatingLoader (line 26) | internal XpsValidatingLoader() method Load (line 30) | internal object Load(Stream stream, Uri parentUri, ParserContext pc, C... method Validate (line 35) | internal void Validate(Stream stream, Uri parentUri, ParserContext pc,... method Load (line 50) | private object Load(Stream stream, Uri parentUri, ParserContext pc, Co... method AssertDocumentMode (line 165) | internal static void AssertDocumentMode() method UriHitHandler (line 171) | internal void UriHitHandler(int node,Uri uri) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/XamlAttribute.cs type XamlAttribute (line 14) | internal enum XamlAttribute FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/XamlRtfConverter.cs class XamlRtfConverter (line 13) | internal class XamlRtfConverter method XamlRtfConverter (line 26) | internal XamlRtfConverter() method ConvertXamlToRtf (line 49) | internal string ConvertXamlToRtf(string xamlContent) method ConvertRtfToXaml (line 86) | internal string ConvertRtfToXaml(string rtfContent) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/XamlToRtfError.cs type XamlToRtfError (line 14) | internal enum XamlToRtfError FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/XamlToRtfParser.cs class XamlToRtfParser (line 15) | internal class XamlToRtfParser method XamlToRtfParser (line 28) | internal XamlToRtfParser(string xaml) method Parse (line 47) | internal XamlToRtfError Parse() method SetCallbacks (line 132) | internal void SetCallbacks(IXamlContentHandler xamlContent, IXamlError... method ParseXTokStartElement (line 159) | private XamlToRtfError ParseXTokStartElement(XamlToken xamlToken, ref ... method ParseXTokEndElement (line 189) | private XamlToRtfError ParseXTokEndElement(XamlToken xamlToken, ref st... class XamlLexer (line 239) | internal class XamlLexer method XamlLexer (line 252) | internal XamlLexer(string xaml) method Next (line 267) | internal XamlToRtfError Next(XamlToken token) method IsSpace (line 345) | private bool IsSpace(char character) method IsCharsAvailable (line 350) | private bool IsCharsAvailable(int index) method NextLessThanToken (line 356) | private void NextLessThanToken(XamlToken token) class XamlTagStack (line 469) | internal class XamlTagStack : ArrayList method XamlTagStack (line 482) | internal XamlTagStack() : base(10) method Push (line 496) | internal RtfToXamlError Push(string xamlTag) method Pop (line 503) | internal void Pop() method IsMatchTop (line 511) | internal bool IsMatchTop(string xamlTag) class XamlAttributes (line 538) | internal class XamlAttributes : IXamlAttributes method XamlAttributes (line 551) | internal XamlAttributes(string xaml) method Init (line 566) | internal XamlToRtfError Init(string xaml) method GetTag (line 571) | internal XamlToRtfError GetTag(ref string xamlTag) method GetLength (line 585) | XamlToRtfError IXamlAttributes.GetLength(ref int length) method GetUri (line 601) | XamlToRtfError IXamlAttributes.GetUri(int index, ref string uri) method GetLocalName (line 608) | XamlToRtfError IXamlAttributes.GetLocalName(int index, ref string lo... method GetQName (line 615) | XamlToRtfError IXamlAttributes.GetQName(int index, ref string qName) method GetName (line 622) | XamlToRtfError IXamlAttributes.GetName(int index, ref string uri, re... method GetIndexFromName (line 639) | XamlToRtfError IXamlAttributes.GetIndexFromName(string uri, string l... method GetIndexFromQName (line 646) | XamlToRtfError IXamlAttributes.GetIndexFromQName(string qName, ref i... method GetType (line 653) | XamlToRtfError IXamlAttributes.GetType(int index, ref string typeName) method GetTypeFromName (line 660) | XamlToRtfError IXamlAttributes.GetTypeFromName(string uri, string lo... method GetValue (line 667) | XamlToRtfError IXamlAttributes.GetValue(int index, ref string valueN... method GetValueFromName (line 683) | XamlToRtfError IXamlAttributes.GetValueFromName(string uri, string l... method GetValueFromQName (line 690) | XamlToRtfError IXamlAttributes.GetValueFromQName(string qName, ref s... method GetTypeFromQName (line 697) | XamlToRtfError IXamlAttributes.GetTypeFromQName(string qName, ref st... class XamlParsePoints (line 737) | internal class XamlParsePoints : ArrayList method XamlParsePoints (line 750) | internal XamlParsePoints() : base(10) method Init (line 764) | internal XamlToRtfError Init(string xaml) method AddParseData (line 904) | internal void AddParseData(string parseData) method IsSpace (line 945) | private bool IsSpace(char character) method IsNameChar (line 950) | private bool IsNameChar(char character) method HandleEndTag (line 956) | private XamlToRtfError HandleEndTag(string xaml, int xamlIndex) class XamlToken (line 1010) | internal class XamlToken method XamlToken (line 1023) | internal XamlToken() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/XamlToRtfWriter.cs class XamlToRtfWriter (line 27) | internal class XamlToRtfWriter method XamlToRtfWriter (line 40) | internal XamlToRtfWriter(string xaml) method Process (line 75) | internal XamlToRtfError Process() method BuildListTable (line 155) | private void BuildListTable() method BuildListStyles (line 211) | private int BuildListStyles(ListLevelTable[] levels, ArrayList openLists) method MergeParagraphMargins (line 349) | private void MergeParagraphMargins() method GenerateListLabels (line 385) | private void GenerateListLabels() method SetParagraphStructureProperties (line 457) | private void SetParagraphStructureProperties() method WriteProlog (line 492) | private void WriteProlog() method WriteHeaderTables (line 511) | private void WriteHeaderTables() method WriteFontTable (line 522) | private void WriteFontTable() method WriteColorTable (line 547) | private void WriteColorTable() method WriteListTable (line 570) | private void WriteListTable() method WriteEmptyChild (line 672) | private void WriteEmptyChild(DocumentNode documentNode) method WriteInlineChild (line 682) | private void WriteInlineChild(DocumentNode documentNode) method WriteUIContainerChild (line 894) | private void WriteUIContainerChild(DocumentNode documentNode) method WriteSection (line 926) | private void WriteSection(DocumentNode dnThis) method WriteParagraph (line 1023) | private void WriteParagraph(DocumentNode dnThis) method WriteParagraphFontInfo (line 1181) | private bool WriteParagraphFontInfo(DocumentNode dnThis, FormatState f... method WriteParagraphListInfo (line 1278) | private bool WriteParagraphListInfo(DocumentNode dnThis, FormatState f... method WriteRow (line 1367) | private void WriteRow(DocumentNode dnRow) method WriteRowStart (line 1419) | private void WriteRowStart(DocumentNode dnRow) method WriteRowSettings (line 1424) | private void WriteRowSettings(DocumentNode dnRow) method WriteRowBorders (line 1459) | private void WriteRowBorders(DocumentNode dnRow) method WriteRowDimensions (line 1484) | private void WriteRowDimensions(DocumentNode dnRow) method WriteRowPadding (line 1490) | private void WriteRowPadding(DocumentNode dnRow) method WriteRowsCellProperties (line 1502) | private void WriteRowsCellProperties(DocumentNode dnRow) method WriteRowsCellContents (line 1518) | private void WriteRowsCellContents(DocumentNode dnRow) method WriteCellProperties (line 1532) | private long WriteCellProperties(DocumentNode dnCell, int nCol, long l... method WriteCellVAlignment (line 1554) | private void WriteCellVAlignment(DocumentNode dnCell) method WriteCellBorders (line 1559) | private void WriteCellBorders(DocumentNode dnCell) method WriteCellPadding (line 1579) | private void WriteCellPadding(DocumentNode dnCell) method WriteCellColor (line 1583) | private void WriteCellColor(DocumentNode dnCell) method WriteCellDimensions (line 1610) | private long WriteCellDimensions(DocumentNode dnCell, int nCol, long l... method GetDefaultAllTablesWidthFromCell (line 1677) | private long GetDefaultAllTablesWidthFromCell(DocumentNode dnCell) method CalculateDefaultTableWidth (line 1698) | private long CalculateDefaultTableWidth(DocumentNode dnTable) method WriteBorder (line 1736) | private void WriteBorder(string borderControlWord, BorderFormat bf) method PatchVerticallyMergedCells (line 1742) | private void PatchVerticallyMergedCells(DocumentNode dnThis) method WriteStructure (line 1864) | private void WriteStructure(DocumentNode dnThis) method WriteDocumentContents (line 1973) | private void WriteDocumentContents() method WriteEpilog (line 1990) | private void WriteEpilog() method WriteOutput (line 1995) | private void WriteOutput() method WriteImage (line 2009) | private void WriteImage(DocumentNode documentNode) method WriteShapeImage (line 2043) | private void WriteShapeImage(DocumentNode documentNode, Stream imageSt... method WriteNoneShapeImage (line 2162) | private void WriteNoneShapeImage(DocumentNode documentNode, Stream ima... method ConvertToImageHexDataString (line 2192) | private string ConvertToImageHexDataString(byte[] imageBytes) method ConvertToImageHexDataString (line 2207) | private string ConvertToImageHexDataString(Stream imageStream) method GetImageFormatFromImageSourceName (line 2228) | private RtfImageFormat GetImageFormatFromImageSourceName(string imageN... method GetImageStretch (line 2270) | private System.Windows.Media.Stretch GetImageStretch(string imageStretch) method GetImageStretchDirection (line 2287) | private System.Windows.Controls.StretchDirection GetImageStretchDirect... type XamlTag (line 2338) | internal enum XamlTag class XamlIn (line 2375) | internal class XamlIn : IXamlContentHandler, IXamlErrorHandler method XamlIn (line 2388) | internal XamlIn(XamlToRtfWriter writer, string xaml) method Parse (line 2426) | internal XamlToRtfError Parse() method Characters (line 2431) | XamlToRtfError IXamlContentHandler.Characters(string characters) method StartDocument (line 2484) | XamlToRtfError IXamlContentHandler.StartDocument() method EndDocument (line 2489) | XamlToRtfError IXamlContentHandler.EndDocument() method StartElement (line 2502) | XamlToRtfError IXamlContentHandler.StartElement(string nameSpaceUri,... method EndElement (line 2571) | XamlToRtfError IXamlContentHandler.EndElement(string nameSpaceUri, s... method IgnorableWhitespace (line 2616) | XamlToRtfError IXamlContentHandler.IgnorableWhitespace(string xaml) method StartPrefixMapping (line 2689) | XamlToRtfError IXamlContentHandler.StartPrefixMapping(string prefix,... method ProcessingInstruction (line 2710) | XamlToRtfError IXamlContentHandler.ProcessingInstruction(string targ... method SkippedEntity (line 2717) | XamlToRtfError IXamlContentHandler.SkippedEntity(string name) method Error (line 2766) | void IXamlErrorHandler.Error(string message, XamlToRtfError xamlToRt... method FatalError (line 2770) | void IXamlErrorHandler.FatalError(string message, XamlToRtfError xam... method IgnorableWarning (line 2774) | void IXamlErrorHandler.IgnorableWarning(string message, XamlToRtfErr... method IsNewLine (line 2788) | private bool IsNewLine(char character) method CreateDocumentNode (line 2794) | private DocumentNode CreateDocumentNode(ConverterState converterStat... method HandleAttributes (line 2841) | private XamlToRtfError HandleAttributes(ConverterState converterStat... class XamlParserHelper (line 3341) | internal static class XamlParserHelper method BasicLookup (line 3463) | internal static int BasicLookup(LookupTableEntry[] entries, string n... method ConvertToTag (line 3476) | internal static bool ConvertToTag(ConverterState converterState, str... method ConvertToSuperSub (line 3488) | internal static bool ConvertToSuperSub(ConverterState converterState... method ConvertToAttribute (line 3500) | internal static bool ConvertToAttribute(ConverterState converterStat... method ConvertToFont (line 3512) | internal static bool ConvertToFont(ConverterState converterState, st... method ConvertToFontSize (line 3543) | internal static bool ConvertToFontSize(ConverterState converterState... method ConvertToTextIndent (line 3584) | internal static bool ConvertToTextIndent(ConverterState converterSta... method ConvertToLineHeight (line 3589) | internal static bool ConvertToLineHeight(ConverterState converterSta... method ConvertToColor (line 3594) | internal static bool ConvertToColor(ConverterState converterState, s... method ConvertToDecoration (line 3664) | internal static bool ConvertToDecoration( method ConvertToDir (line 3685) | internal static bool ConvertToDir(ConverterState converterState, str... method ConvertTagToNodeType (line 3703) | internal static bool ConvertTagToNodeType(XamlTag xamlTag, ref Docum... method ConvertToMarkerStyle (line 3776) | internal static bool ConvertToMarkerStyle(ConverterState converterSt... method ConvertToStartIndex (line 3790) | internal static bool ConvertToStartIndex(ConverterState converterSta... method ConvertToThickness (line 3809) | internal static bool ConvertToThickness(ConverterState converterStat... method ConvertToHAlign (line 3864) | internal static bool ConvertToHAlign(ConverterState converterState, ... method ConvertToFontStretch (line 3876) | internal static bool ConvertToFontStretch(ConverterState converterSt... method AppendRTFText (line 3888) | internal static void AppendRTFText(StringBuilder sb, string s, int cp) method EnsureParagraphClosed (line 3906) | internal static void EnsureParagraphClosed(ConverterState converterS... method AppendRtfChar (line 3928) | private static void AppendRtfChar(StringBuilder sb, char c, int cp, ... method AppendRtfUnicodeChar (line 4011) | private static void AppendRtfUnicodeChar(StringBuilder sb, char c, i... type LookupTableEntry (line 4048) | internal struct LookupTableEntry method LookupTableEntry (line 4050) | internal LookupTableEntry(string name, int value) type XamlThickness (line 4079) | internal struct XamlThickness method XamlThickness (line 4081) | internal XamlThickness(float l, float t, float r, float b) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/XamlTokenType.cs type XamlTokenType (line 13) | internal enum XamlTokenType FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/ZoomPercentageConverter.cs class ZoomPercentageConverter (line 17) | public sealed class ZoomPercentageConverter : IValueConverter method ZoomPercentageConverter (line 28) | public ZoomPercentageConverter() {} method Convert (line 60) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 124) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/DynamicResourceExtension.cs class DynamicResourceExtension (line 21) | [TypeConverter(typeof(DynamicResourceExtensionConverter))] method DynamicResourceExtension (line 28) | public DynamicResourceExtension() method DynamicResourceExtension (line 35) | public DynamicResourceExtension( method ProvideValue (line 51) | public override object ProvideValue(IServiceProvider serviceProvider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/DynamicResourceExtensionConverter.cs class DynamicResourceExtensionConverter (line 21) | public class DynamicResourceExtensionConverter: TypeConverter method CanConvertTo (line 26) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertTo (line 38) | public override object ConvertTo(ITypeDescriptorContext context, Syste... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/EventSetter.cs class EventSetter (line 18) | public class EventSetter : SetterBase method EventSetter (line 23) | public EventSetter() method EventSetter (line 30) | public EventSetter(RoutedEvent routedEvent, Delegate handler) method Seal (line 90) | internal override void Seal() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/EventSetterHandlerConverter.cs class EventSetterHandlerConverter (line 15) | public sealed class EventSetterHandlerConverter : TypeConverter method CanConvertFrom (line 22) | public override bool CanConvertFrom(ITypeDescriptorContext typeDescrip... method CanConvertTo (line 38) | public override bool CanConvertTo(ITypeDescriptorContext typeDescripto... method ConvertFrom (line 46) | public override object ConvertFrom(ITypeDescriptorContext typeDescript... method ConvertTo (line 86) | public override object ConvertTo(ITypeDescriptorContext typeDescriptor... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/EventTrigger.cs class EventTrigger (line 20) | [ContentProperty("Actions")] method EventTrigger (line 29) | public EventTrigger() method EventTrigger (line 36) | public EventTrigger( RoutedEvent routedEvent ) method AddChild (line 44) | void IAddChild.AddChild(object value) method AddChild (line 52) | protected virtual void AddChild(object value) method AddText (line 66) | void IAddChild.AddText(string text) method AddText (line 75) | protected virtual void AddText(string text) method OnInheritanceContextChangedCore (line 177) | internal override void OnInheritanceContextChangedCore(EventArgs args) method ShouldSerializeActions (line 200) | [EditorBrowsable(EditorBrowsableState.Never)] method Seal (line 209) | internal sealed override void Seal() method ProcessTriggerCollection (line 270) | internal static void ProcessTriggerCollection( FrameworkElement trigge... method ProcessOneTrigger (line 292) | internal static void ProcessOneTrigger( FrameworkElement triggersHost,... method DisconnectAllTriggers (line 331) | internal static void DisconnectAllTriggers( FrameworkElement triggersH... method DisconnectOneTrigger (line 352) | internal static void DisconnectOneTrigger( FrameworkElement triggersHo... class EventTriggerSourceListener (line 369) | internal class EventTriggerSourceListener method EventTriggerSourceListener (line 371) | internal EventTriggerSourceListener( EventTrigger trigger, Framework... method Handler (line 377) | internal void Handler(object sender, RoutedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ExitEventArgs.cs class ExitEventArgs (line 19) | public class ExitEventArgs : EventArgs method ExitEventArgs (line 26) | internal ExitEventArgs(int exitCode) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/FigureLength.cs type FigureUnitType (line 22) | public enum FigureUnitType type FigureLength (line 51) | [TypeConverter(typeof(FigureLengthConverter))] method FigureLength (line 73) | public FigureLength(double pixels) method FigureLength (line 96) | public FigureLength(double value, FigureUnitType type) method Equals (line 182) | public override bool Equals(object oCompare) method Equals (line 198) | public bool Equals(FigureLength figureLength) method GetHashCode (line 207) | public override int GetHashCode() method ToString (line 252) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/FigureLengthConverter.cs class FigureLengthConverter (line 23) | public class FigureLengthConverter: TypeConverter method CanConvertFrom (line 43) | public override bool CanConvertFrom( method CanConvertTo (line 77) | public override bool CanConvertTo( method ConvertFrom (line 101) | public override object ConvertFrom( method ConvertTo (line 137) | public override object ConvertTo( method ToString (line 180) | internal static string ToString(FigureLength fl, CultureInfo cultureInfo) method FromString (line 213) | internal static FigureLength FromString(string s, CultureInfo cultureI... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/FluentThemeState.cs type FluentThemeState (line 8) | internal readonly record struct FluentThemeState FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/FontSizeConverter.cs class FontSizeConverter (line 21) | public class FontSizeConverter : TypeConverter method CanConvertFrom (line 29) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 43) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 60) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 97) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... method FromString (line 132) | internal static void FromString( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/FrameworkCompatibilityPreferences.cs class FrameworkCompatibilityPreferences (line 9) | public static class FrameworkCompatibilityPreferences method FrameworkCompatibilityPreferences (line 13) | static FrameworkCompatibilityPreferences() method GetAreInactiveSelectionHighlightBrushKeysSupported (line 89) | internal static bool GetAreInactiveSelectionHighlightBrushKeysSupported() method GetKeepTextBoxDisplaySynchronizedWithTextProperty (line 163) | internal static bool GetKeepTextBoxDisplaySynchronizedWithTextProperty() method GetUseSetWindowPosForTopmostWindows (line 202) | internal static bool GetUseSetWindowPosForTopmostWindows() method SetUseSetWindowPosForTopmostWindowsFromAppSettings (line 209) | private static void SetUseSetWindowPosForTopmostWindowsFromAppSettings... method GetVSP45Compat (line 252) | internal static bool GetVSP45Compat() method SetVSP45CompatFromAppSettings (line 259) | private static void SetVSP45CompatFromAppSettings(NameValueCollection ... method GetScrollingTraceTarget (line 276) | internal static string GetScrollingTraceTarget() method GetScrollingTraceFile (line 284) | internal static string GetScrollingTraceFile() method SetScrollingTraceFromAppSettings (line 290) | private static void SetScrollingTraceFromAppSettings(NameValueCollecti... method GetShouldThrowOnCopyOrCutFailure (line 386) | internal static bool GetShouldThrowOnCopyOrCutFailure() method SetShouldThrowOnCopyOrCutFailuresFromAppSettings (line 392) | private static void SetShouldThrowOnCopyOrCutFailuresFromAppSettings(N... method GetIMECompositionTraceTarget (line 411) | internal static string GetIMECompositionTraceTarget() method GetIMECompositionTraceFile (line 419) | internal static string GetIMECompositionTraceFile() method SetIMECompositionTraceFromAppSettings (line 425) | private static void SetIMECompositionTraceFromAppSettings(NameValueCol... method Seal (line 465) | private static void Seal() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/FrameworkContentElement.cs class FrameworkContentElement (line 39) | [StyleTypedProperty(Property = "FocusVisualStyle", StyleTargetType = typ... method FrameworkContentElement (line 51) | public FrameworkContentElement() method FrameworkContentElement (line 70) | static FrameworkContentElement() method NumberSubstitutionChanged (line 101) | private static void NumberSubstitutionChanged(DependencyObject o, Depe... method ShouldSerializeStyle (line 131) | [EditorBrowsable(EditorBrowsableState.Never)] method OnStyleChanged (line 139) | private static void OnStyleChanged(DependencyObject d, DependencyPrope... method OnStyleChanged (line 147) | protected internal virtual void OnStyleChanged(Style oldStyle, Style n... method OnThemeStyleKeyChanged (line 192) | private static void OnThemeStyleKeyChanged(DependencyObject d, Depende... method OnThemeStyleChanged (line 214) | internal static void OnThemeStyleChanged(DependencyObject d, object ol... method IsAmbientPropertyAvailable (line 301) | bool IQueryAmbient.IsAmbientPropertyAvailable(string propertyName) method ShouldSerializeResources (line 313) | [EditorBrowsable(EditorBrowsableState.Never)] method FindResource (line 334) | public object FindResource(object resourceKey) method TryFindResource (line 361) | public object TryFindResource(object resourceKey) method SetResourceReference (line 386) | public void SetResourceReference( method BeginStoryboard (line 403) | public void BeginStoryboard(Storyboard storyboard) method BeginStoryboard (line 412) | public void BeginStoryboard(Storyboard storyboard, HandoffBehavior han... method BeginStoryboard (line 421) | public void BeginStoryboard(Storyboard storyboard, HandoffBehavior han... method EvaluateBaseValueCore (line 436) | internal sealed override void EvaluateBaseValueCore( method GetRawValue (line 457) | internal void GetRawValue(DependencyProperty dp, PropertyMetadata meta... method GetValueFromTemplatedParent (line 634) | private bool GetValueFromTemplatedParent(DependencyProperty dp, ref Ef... method GetExpressionCore (line 657) | internal Expression GetExpressionCore(DependencyProperty dp, PropertyM... method OnPropertyChanged (line 675) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method OnCursorChanged (line 910) | private static void OnCursorChanged(DependencyObject d, DependencyProp... method OnForceCursorChanged (line 942) | private static void OnForceCursorChanged(DependencyObject d, Dependenc... method OnQueryCursor (line 952) | private static void OnQueryCursor(object sender, QueryCursorEventArgs e) method MoveFocus (line 983) | public sealed override bool MoveFocus(TraversalRequest request) method PredictFocus (line 999) | public sealed override DependencyObject PredictFocus(FocusNavigationDi... method OnGotFocus (line 1008) | protected override void OnGotFocus(RoutedEventArgs e) method OnGotKeyboardFocus (line 1017) | private static void OnGotKeyboardFocus(object sender, KeyboardFocusCha... method OnLostKeyboardFocus (line 1033) | private static void OnLostKeyboardFocus(object sender, KeyboardFocusCh... method BringIntoView (line 1049) | public void BringIntoView() method OnDataContextChanged (line 1142) | private static void OnDataContextChanged(DependencyObject d, Dependenc... method GetBindingExpression (line 1155) | public BindingExpression GetBindingExpression(DependencyProperty dp) method SetBinding (line 1165) | public BindingExpressionBase SetBinding(DependencyProperty dp, Binding... method SetBinding (line 1176) | public BindingExpression SetBinding(DependencyProperty dp, string path) method GetUIParentCore (line 1209) | protected internal override DependencyObject GetUIParentCore() method AdjustEventSource (line 1231) | internal override object AdjustEventSource(RoutedEventArgs args) method AdjustBranchSource (line 1260) | internal virtual void AdjustBranchSource(RoutedEventArgs args) method IgnoreModelParentBuildRoute (line 1264) | internal virtual bool IgnoreModelParentBuildRoute(RoutedEventArgs args) method BuildRouteCore (line 1294) | internal sealed override bool BuildRouteCore(EventRoute route, RoutedE... method AddToEventRouteCore (line 1362) | internal override void AddToEventRouteCore(EventRoute route, RoutedEve... method IsLogicalDescendent (line 1368) | private bool IsLogicalDescendent(DependencyObject child) method InvalidateAutomationAncestorsCore (line 1383) | internal override bool InvalidateAutomationAncestorsCore(Stack InvalidateTreeDependentP... method UpdateStyleProperty (line 586) | internal void UpdateStyleProperty() method UpdateThemeStyleProperty (line 613) | internal void UpdateThemeStyleProperty() method OnThemeChanged (line 664) | internal virtual void OnThemeChanged() method FireLoadedOnDescendentsInternal (line 674) | internal void FireLoadedOnDescendentsInternal() method FireUnloadedOnDescendentsInternal (line 703) | internal void FireUnloadedOnDescendentsInternal() method ShouldProvideInheritanceContext (line 733) | internal override bool ShouldProvideInheritanceContext(DependencyObjec... method AddInheritanceContext (line 753) | internal override void AddInheritanceContext(DependencyObject context,... method RemoveInheritanceContext (line 788) | internal override void RemoveInheritanceContext(DependencyObject conte... method ClearInheritanceContext (line 802) | private void ClearInheritanceContext() method OnInheritanceContextChangedCore (line 816) | internal override void OnInheritanceContextChangedCore(EventArgs args) method ConnectMentor (line 837) | private void ConnectMentor(DependencyObject mentor) method DisconnectMentor (line 871) | private void DisconnectMentor(DependencyObject mentor) method ChangeSubtreeHasLoadedChangedHandler (line 905) | internal void ChangeSubtreeHasLoadedChangedHandler(DependencyObject me... method OnMentorLoaded (line 921) | private void OnMentorLoaded(object sender, RoutedEventArgs e) method OnMentorUnloaded (line 935) | private void OnMentorUnloaded(object sender, RoutedEventArgs e) method ConnectLoadedEvents (line 948) | private void ConnectLoadedEvents(ref FrameworkObject foMentor, bool is... method DisconnectLoadedEvents (line 963) | private void DisconnectLoadedEvents(ref FrameworkObject foMentor, bool... method OnMentorInheritedPropertyChanged (line 979) | private void OnMentorInheritedPropertyChanged(object sender, Inherited... method OnMentorResourcesChanged (line 988) | private void OnMentorResourcesChanged(object sender, EventArgs e) method RaiseInheritedPropertyChangedEvent (line 997) | internal void RaiseInheritedPropertyChangedEvent(ref InheritableProper... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Generated/FrameworkElement.cs class FrameworkElement (line 24) | [RuntimeNamePropertyAttribute("Name")] method RegisterName (line 62) | public void RegisterName(string name, object scopedElement) method UnregisterName (line 80) | public void UnregisterName(string name) method FindName (line 99) | public object FindName(string name) method FindName (line 106) | internal object FindName(string name, out DependencyObject scopeOwner) method UpdateDefaultStyle (line 123) | public void UpdateDefaultStyle() method FindResourceOnSelf (line 161) | internal object FindResourceOnSelf(object resourceKey, bool allowDefer... method ContextVerifiedGetParent (line 173) | internal DependencyObject ContextVerifiedGetParent() method AddLogicalChild (line 184) | protected internal void AddLogicalChild(object child) method RemoveLogicalChild (line 232) | protected internal void RemoveLogicalChild(object child) method ChangeLogicalParent (line 278) | internal void ChangeLogicalParent(DependencyObject newParent) method OnNewParent (line 344) | internal virtual void OnNewParent(DependencyObject newParent) method OnAncestorChangedInternal (line 377) | internal void OnAncestorChangedInternal(TreeChangeInfo parentTreeState) method InvalidateTreeDependentProperties (line 434) | internal FrugalObjectList InvalidateTreeDependentP... method UpdateStyleProperty (line 606) | internal void UpdateStyleProperty() method UpdateThemeStyleProperty (line 633) | internal void UpdateThemeStyleProperty() method OnThemeChanged (line 684) | internal virtual void OnThemeChanged() method FireLoadedOnDescendentsInternal (line 694) | internal void FireLoadedOnDescendentsInternal() method FireUnloadedOnDescendentsInternal (line 728) | internal void FireUnloadedOnDescendentsInternal() method ShouldProvideInheritanceContext (line 763) | internal override bool ShouldProvideInheritanceContext(DependencyObjec... method AddInheritanceContext (line 783) | internal override void AddInheritanceContext(DependencyObject context,... method RemoveInheritanceContext (line 818) | internal override void RemoveInheritanceContext(DependencyObject conte... method ClearInheritanceContext (line 832) | private void ClearInheritanceContext() method OnInheritanceContextChangedCore (line 846) | internal override void OnInheritanceContextChangedCore(EventArgs args) method ConnectMentor (line 867) | private void ConnectMentor(DependencyObject mentor) method DisconnectMentor (line 901) | private void DisconnectMentor(DependencyObject mentor) method ChangeSubtreeHasLoadedChangedHandler (line 935) | internal void ChangeSubtreeHasLoadedChangedHandler(DependencyObject me... method OnMentorLoaded (line 951) | private void OnMentorLoaded(object sender, RoutedEventArgs e) method OnMentorUnloaded (line 965) | private void OnMentorUnloaded(object sender, RoutedEventArgs e) method ConnectLoadedEvents (line 978) | private void ConnectLoadedEvents(ref FrameworkObject foMentor, bool is... method DisconnectLoadedEvents (line 993) | private void DisconnectLoadedEvents(ref FrameworkObject foMentor, bool... method OnMentorInheritedPropertyChanged (line 1009) | private void OnMentorInheritedPropertyChanged(object sender, Inherited... method OnMentorResourcesChanged (line 1018) | private void OnMentorResourcesChanged(object sender, EventArgs e) method RaiseInheritedPropertyChangedEvent (line 1027) | internal void RaiseInheritedPropertyChangedEvent(ref InheritableProper... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/GridLength.cs type GridUnitType (line 24) | public enum GridUnitType type GridLength (line 45) | [TypeConverter(typeof(GridLengthConverter))] method GridLength (line 66) | public GridLength(double pixels) method GridLength (line 88) | public GridLength(double value, GridUnitType type) method Equals (line 151) | public override bool Equals(object oCompare) method Equals (line 167) | public bool Equals(GridLength gridLength) method GetHashCode (line 176) | public override int GetHashCode() method ToString (line 212) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/GridLengthConverter.cs class GridLengthConverter (line 26) | public class GridLengthConverter: TypeConverter method CanConvertFrom (line 46) | public override bool CanConvertFrom( method CanConvertTo (line 80) | public override bool CanConvertTo( method ConvertFrom (line 104) | public override object ConvertFrom( method ConvertTo (line 157) | public override object ConvertTo( method ToString (line 200) | internal static string ToString(GridLength gl, CultureInfo cultureInfo) method FromString (line 240) | internal static GridLength FromString(string s, CultureInfo cultureInfo) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/HierarchicalDataTemplate.cs class HierarchicalDataTemplate (line 19) | public class HierarchicalDataTemplate : DataTemplate method HierarchicalDataTemplate (line 32) | public HierarchicalDataTemplate() method HierarchicalDataTemplate (line 39) | public HierarchicalDataTemplate(object dataType) : base(dataType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/IFrameworkInputElement.cs type IFrameworkInputElement (line 9) | public interface IFrameworkInputElement : IInputElement FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/IWindowService.cs type IWindowService (line 15) | internal interface IWindowService FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/InheritablePropertyChangeInfo.cs type InheritablePropertyChangeInfo (line 19) | internal struct InheritablePropertyChangeInfo method InheritablePropertyChangeInfo (line 23) | internal InheritablePropertyChangeInfo( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/InheritanceBehavior.cs type InheritanceBehavior (line 16) | public enum InheritanceBehavior FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Ink/EditingMode.cs type InkCanvasEditingMode (line 14) | public enum InkCanvasEditingMode class EditingModeHelper (line 48) | internal static class EditingModeHelper method IsDefined (line 51) | internal static bool IsDefined(InkCanvasEditingMode InkCanvasEditingMode) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Ink/Events.cs class InkCanvasStrokeCollectedEventArgs (line 24) | public class InkCanvasStrokeCollectedEventArgs : RoutedEventArgs method InkCanvasStrokeCollectedEventArgs (line 29) | public InkCanvasStrokeCollectedEventArgs(Swi.Stroke stroke) : base(Ink... method InvokeEventHandler (line 53) | protected override void InvokeEventHandler(Delegate genericHandler, ob... class InkCanvasStrokesReplacedEventArgs (line 70) | public class InkCanvasStrokesReplacedEventArgs : EventArgs method InkCanvasStrokesReplacedEventArgs (line 75) | internal InkCanvasStrokesReplacedEventArgs(Swi.StrokeCollection newStr... class InkCanvasSelectionChangingEventArgs (line 114) | public class InkCanvasSelectionChangingEventArgs : CancelEventArgs method InkCanvasSelectionChangingEventArgs (line 124) | internal InkCanvasSelectionChangingEventArgs(StrokeCollection selected... method SetSelectedElements (line 163) | public void SetSelectedElements(IEnumerable selectedElements) method GetSelectedElements (line 177) | public ReadOnlyCollection GetSelectedElements() method SetSelectedStrokes (line 186) | public void SetSelectedStrokes(StrokeCollection selectedStrokes) method GetSelectedStrokes (line 198) | public StrokeCollection GetSelectedStrokes() class InkCanvasSelectionEditingEventArgs (line 218) | public class InkCanvasSelectionEditingEventArgs : CancelEventArgs method InkCanvasSelectionEditingEventArgs (line 225) | internal InkCanvasSelectionEditingEventArgs(Rect oldRectangle, Rect n... class InkCanvasStrokeErasingEventArgs (line 257) | public class InkCanvasStrokeErasingEventArgs : CancelEventArgs method InkCanvasStrokeErasingEventArgs (line 263) | internal InkCanvasStrokeErasingEventArgs(Swi.Stroke stroke) class InkCanvasGestureEventArgs (line 288) | public class InkCanvasGestureEventArgs : RoutedEventArgs method InkCanvasGestureEventArgs (line 299) | public InkCanvasGestureEventArgs(StrokeCollection strokes, IEnumerable... method GetGestureRecognitionResults (line 330) | public ReadOnlyCollection GetGestureRecognit... method InvokeEventHandler (line 361) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Input/Command/CommandConverter.cs class CommandConverter (line 23) | public sealed class CommandConverter : TypeConverter method CanConvertFrom (line 43) | public override bool CanConvertFrom( ITypeDescriptorContext context, T... method CanConvertTo (line 62) | public override bool CanConvertTo( ITypeDescriptorContext context, Typ... method ConvertFrom (line 90) | public override object ConvertFrom( ITypeDescriptorContext context, Cu... method ConvertFromHelper (line 122) | internal static ICommand ConvertFromHelper(Type ownerType, string loca... method ConvertTo (line 167) | public override object ConvertTo( ITypeDescriptorContext context, Cult... method IsKnownType (line 194) | internal static bool IsKnownType( Type commandType ) method GetTypeFromContext (line 208) | private Type GetTypeFromContext( ITypeDescriptorContext context, strin... method ParseUri (line 223) | private void ParseUri( string source, out string typeName, out string ... method GetKnownCommand (line 237) | private static RoutedUICommand GetKnownCommand( string localName, Type... method GetKnownControlCommand (line 756) | internal static object GetKnownControlCommand(Type ownerType, string c... method VerifyCommandDoesntExist (line 803) | private static void VerifyCommandDoesntExist( Type type, string name ) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Input/Command/CommandValueSerializer.cs class CommandValueSerializer (line 13) | internal class CommandValueSerializer : ValueSerializer method CanConvertToString (line 15) | public override bool CanConvertToString(object value, IValueSerializer... method CanConvertFromString (line 52) | public override bool CanConvertFromString(string value, IValueSerializ... method ConvertToString (line 57) | public override string ConvertToString(object value, IValueSerializerC... method TypeReferences (line 95) | public override IEnumerable TypeReferences(object value, IValueS... method ConvertFromString (line 111) | public override object ConvertFromString(string value, IValueSerialize... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Input/KeyboardNavigation.cs type KeyboardNavigationMode (line 24) | public enum KeyboardNavigationMode class KeyboardNavigation (line 67) | public sealed class KeyboardNavigation method KeyboardNavigation (line 71) | internal KeyboardNavigation() method GetTabOnceActiveElement (line 88) | internal static DependencyObject GetTabOnceActiveElement(DependencyObj... method SetTabOnceActiveElement (line 103) | internal static void SetTabOnceActiveElement(DependencyObject d, Depen... method GetControlTabOnceActiveElement (line 111) | private static DependencyObject GetControlTabOnceActiveElement(Depende... method SetControlTabOnceActiveElement (line 126) | private static void SetControlTabOnceActiveElement(DependencyObject d,... method GetActiveElement (line 131) | private DependencyObject GetActiveElement(DependencyObject d) method SetActiveElement (line 136) | private void SetActiveElement(DependencyObject d, DependencyObject value) method GetVisualRoot (line 144) | internal static Visual GetVisualRoot(DependencyObject d) method CoerceShowKeyboardCues (line 257) | private static object CoerceShowKeyboardCues(DependencyObject d, objec... method NotifyFocusChanged (line 295) | internal void NotifyFocusChanged(object sender, KeyboardFocusChangedEv... method SetTabIndex (line 322) | public static void SetTabIndex(DependencyObject element, int index) method GetTabIndex (line 334) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetIsTabStop (line 347) | public static void SetIsTabStop(DependencyObject element, bool isTabStop) method GetIsTabStop (line 359) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method SetTabNavigation (line 372) | public static void SetTabNavigation(DependencyObject element, Keyboard... method GetTabNavigation (line 384) | [CustomCategory("Accessibility")] method SetControlTabNavigation (line 398) | public static void SetControlTabNavigation(DependencyObject element, K... method GetControlTabNavigation (line 410) | [CustomCategory("Accessibility")] method SetDirectionalNavigation (line 424) | public static void SetDirectionalNavigation(DependencyObject element, ... method GetDirectionalNavigation (line 436) | [CustomCategory("Accessibility")] method SetAcceptsReturn (line 450) | public static void SetAcceptsReturn(DependencyObject element, bool ena... method GetAcceptsReturn (line 462) | [AttachedPropertyBrowsableForType(typeof(DependencyObject))] method IsValidKeyNavigationMode (line 469) | private static bool IsValidKeyNavigationMode(object o) class FocusVisualAdorner (line 490) | private sealed class FocusVisualAdorner: Adorner method FocusVisualAdorner (line 492) | public FocusVisualAdorner(UIElement adornedElement, Style focusVisua... method FocusVisualAdorner (line 508) | public FocusVisualAdorner(ContentElement adornedElement, UIElement a... method MeasureOverride (line 534) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 556) | protected override Size ArrangeOverride(Size size) method GetVisualChild (line 656) | protected override Visual GetVisualChild(int index) method NeedsUpdate (line 686) | internal override bool NeedsUpdate(Size oldSize) method GetParentUIElementFromContentElement (line 755) | internal static UIElement GetParentUIElementFromContentElement(Content... method GetParentUIElementFromContentElement (line 761) | internal static UIElement GetParentUIElementFromContentElement(Content... method HideFocusVisual (line 799) | internal void HideFocusVisual() method IsKeyboardMostRecentInputDevice (line 809) | internal static bool IsKeyboardMostRecentInputDevice() method ShowFocusVisual (line 827) | internal static void ShowFocusVisual() method ShowFocusVisual (line 832) | private void ShowFocusVisual(DependencyObject element) method UpdateFocusedElement (line 907) | internal static void UpdateFocusedElement(DependencyObject focusTarget) method UpdateActiveElement (line 923) | internal void UpdateActiveElement(DependencyObject activeElement) method UpdateActiveElement (line 932) | private void UpdateActiveElement(DependencyObject activeElement, Depen... method UpdateActiveElement (line 939) | internal void UpdateActiveElement(DependencyObject container, Dependen... method UpdateActiveElement (line 948) | private void UpdateActiveElement(DependencyObject container, Dependenc... method Navigate (line 963) | internal bool Navigate(DependencyObject currentElement, TraversalReque... method Navigate (line 970) | private bool Navigate(DependencyObject currentElement, TraversalReques... method Navigate (line 975) | private bool Navigate(DependencyObject currentElement, TraversalReques... method NavigateOutsidePresentationSource (line 1087) | private bool NavigateOutsidePresentationSource(DependencyObject curren... method ShouldNavigateOutsidePresentationSource (line 1122) | private bool ShouldNavigateOutsidePresentationSource(DependencyObject ... method PostProcessInput (line 1159) | private void PostProcessInput(object sender, ProcessInputEventArgs e) method TranslateAccelerator (line 1166) | private void TranslateAccelerator(object sender, KeyEventArgs e) method ProcessInput (line 1173) | private void ProcessInput(InputEventArgs inputEventArgs) method EnableKeyboardCues (line 1239) | internal static void EnableKeyboardCues(DependencyObject element, bool... method KeyToTraversalDirection (line 1253) | internal static FocusNavigationDirection KeyToTraversalDirection(Key key) method PredictFocusedElement (line 1273) | internal DependencyObject PredictFocusedElement(DependencyObject sourc... method PredictFocusedElement (line 1278) | internal DependencyObject PredictFocusedElement(DependencyObject sourc... method PredictFocusedElement (line 1283) | internal DependencyObject PredictFocusedElement(DependencyObject sourc... method PredictFocusedElementAtViewportEdge (line 1299) | internal DependencyObject PredictFocusedElementAtViewportEdge( method PredictFocusedElementAtViewportEdgeRecursive (line 1323) | private DependencyObject PredictFocusedElementAtViewportEdgeRecursive( method Navigate (line 1386) | internal bool Navigate(DependencyObject sourceElement, Key key, Modifi... method IsInNavigationTree (line 1427) | private static bool IsInNavigationTree(DependencyObject visual) method GetPreviousSibling (line 1443) | private DependencyObject GetPreviousSibling(DependencyObject e) method GetNextSibling (line 1501) | private DependencyObject GetNextSibling(DependencyObject e) method FocusedElement (line 1573) | private DependencyObject FocusedElement(DependencyObject e) method GetFirstChild (line 1613) | private DependencyObject GetFirstChild(DependencyObject e) method GetLastChild (line 1680) | private DependencyObject GetLastChild(DependencyObject e) method GetParent (line 1744) | internal static DependencyObject GetParent(DependencyObject e) method GetNextInTree (line 1786) | private DependencyObject GetNextInTree(DependencyObject e, DependencyO... method GetPreviousInTree (line 1824) | private DependencyObject GetPreviousInTree(DependencyObject e, Depende... method GetLastInTree (line 1843) | private DependencyObject GetLastInTree(DependencyObject container) method GetGroupParent (line 1858) | private DependencyObject GetGroupParent(DependencyObject e) method GetGroupParent (line 1865) | private DependencyObject GetGroupParent(DependencyObject e, bool inclu... method IsTabStop (line 1900) | private bool IsTabStop(DependencyObject e) method IsGroup (line 1914) | private bool IsGroup(DependencyObject e) method IsFocusableInternal (line 1919) | internal bool IsFocusableInternal(DependencyObject element) method IsElementEligible (line 1936) | private bool IsElementEligible(DependencyObject element, bool treeView... method IsGroupElementEligible (line 1948) | private bool IsGroupElementEligible(DependencyObject element, bool tre... method GetKeyNavigationMode (line 1960) | private KeyboardNavigationMode GetKeyNavigationMode(DependencyObject e) method IsTabStopOrGroup (line 1965) | private bool IsTabStopOrGroup(DependencyObject e) method GetTabIndexHelper (line 1970) | private static int GetTabIndexHelper(DependencyObject d) method GetFirstTabInGroup (line 1978) | internal DependencyObject GetFirstTabInGroup(DependencyObject container) method GetNextTabWithSameIndex (line 2001) | private DependencyObject GetNextTabWithSameIndex(DependencyObject e, D... method GetNextTabWithNextIndex (line 2017) | private DependencyObject GetNextTabWithNextIndex(DependencyObject e, D... method GetNextTabInGroup (line 2057) | private DependencyObject GetNextTabInGroup(DependencyObject e, Depende... method GetNextTab (line 2079) | private DependencyObject GetNextTab(DependencyObject e, DependencyObje... method GetLastTabInGroup (line 2150) | internal DependencyObject GetLastTabInGroup(DependencyObject container) method GetPrevTabWithSameIndex (line 2173) | private DependencyObject GetPrevTabWithSameIndex(DependencyObject e, D... method GetPrevTabWithPrevIndex (line 2188) | private DependencyObject GetPrevTabWithPrevIndex(DependencyObject e, D... method GetPrevTabInGroup (line 2229) | private DependencyObject GetPrevTabInGroup(DependencyObject e, Depende... method GetPrevTab (line 2254) | private DependencyObject GetPrevTab(DependencyObject e, DependencyObje... method GetRectangle (line 2360) | internal static Rect GetRectangle(DependencyObject element) method GetRepresentativeRectangle (line 2453) | private Rect GetRepresentativeRectangle(DependencyObject element) method GetDistance (line 2522) | private double GetDistance(Point p1, Point p2) method GetPerpDistance (line 2529) | private double GetPerpDistance(Rect sourceRect, Rect targetRect, Focus... method GetDistance (line 2553) | private double GetDistance(Rect sourceRect, Rect targetRect, FocusNavi... method IsInDirection (line 2595) | private bool IsInDirection(Rect fromRect, Rect toRect, FocusNavigation... method IsFocusScope (line 2613) | private bool IsFocusScope(DependencyObject e) method IsAncestorOf (line 2618) | private bool IsAncestorOf(DependencyObject sourceElement, DependencyOb... method IsAncestorOfEx (line 2633) | internal bool IsAncestorOfEx(DependencyObject sourceElement, Dependenc... method IsInRange (line 2649) | private bool IsInRange(DependencyObject sourceElement, DependencyObjec... method GetNextInDirection (line 2702) | private DependencyObject GetNextInDirection(DependencyObject sourceEle... method GetNextInDirection (line 2707) | private DependencyObject GetNextInDirection(DependencyObject sourceEle... method GetNextInDirection (line 2712) | private DependencyObject GetNextInDirection(DependencyObject sourceEle... method OnLayoutUpdated (line 2758) | private void OnLayoutUpdated(object sender, EventArgs e) method _LostFocus (line 2768) | private void _LostFocus(object sender, KeyboardFocusChangedEventArgs e) method IsEndlessLoop (line 2779) | private bool IsEndlessLoop(DependencyObject element, DependencyObject ... method ResetBaseLines (line 2801) | private void ResetBaseLines(double value, bool horizontalDirection) method FindNextInDirection (line 2817) | private DependencyObject FindNextInDirection(DependencyObject sourceEl... method MoveNext (line 2874) | private DependencyObject MoveNext(DependencyObject sourceElement, method GetActiveElementChain (line 2957) | private DependencyObject GetActiveElementChain(DependencyObject elemen... method FindElementAtViewportEdge (line 2974) | private DependencyObject FindElementAtViewportEdge( method ComputeRangeScore (line 3094) | private double ComputeRangeScore(double rangeStart1, method ProcessForMenuMode (line 3139) | private void ProcessForMenuMode(InputEventArgs inputEventArgs) method IsMenuKey (line 3236) | private bool IsMenuKey(Key key) method GetRealKey (line 3241) | private Key GetRealKey(KeyEventArgs e) method OnEnterMenuMode (line 3246) | private bool OnEnterMenuMode(object eventSource) method ProcessForUIState (line 3378) | private void ProcessForUIState(InputEventArgs inputEventArgs) method ExtractRawUIStateInputReport (line 3396) | private RawUIStateInputReport ExtractRawUIStateInputReport(InputEventA... method NotifyFocusEnterMainFocusScope (line 3436) | private void NotifyFocusEnterMainFocusScope(object sender, EventArgs e) class WeakReferenceList (line 3466) | private class WeakReferenceList : DispatcherObject method Add (line 3471) | public void Add(object item) method Remove (line 3485) | public void Remove(object target) method Process (line 3512) | public void Process(Func action) method Purge (line 3540) | private void Purge() method ScheduleCleanup (line 3572) | private void ScheduleCleanup() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Interop/ActiveXHost.cs class ActiveXHost (line 49) | public class ActiveXHost : HwndHost method ActiveXHost (line 59) | static ActiveXHost() method ActiveXHost (line 80) | internal ActiveXHost(Guid clsid, bool fTrusted ) : base( fTrusted ) method OnPropertyChanged (line 111) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method BuildWindowCore (line 133) | protected override HandleRef BuildWindowCore(HandleRef hwndParent) method OnWindowPositionChanged (line 160) | protected override void OnWindowPositionChanged(Rect bounds) method DestroyWindowCore (line 182) | protected override void DestroyWindowCore(HandleRef hwnd) method MeasureOverride (line 189) | protected override Size MeasureOverride(Size swConstraint) method OnAccessKey (line 212) | protected override void OnAccessKey(AccessKeyEventArgs args) method Dispose (line 223) | protected override void Dispose(bool disposing) method CreateActiveXSite (line 258) | internal virtual ActiveXSite CreateActiveXSite() method CreateActiveXObject (line 263) | internal virtual object CreateActiveXObject(Guid clsid) method AttachInterfaces (line 273) | internal virtual void AttachInterfaces(object nativeActiveXObject) method DetachInterfaces (line 278) | internal virtual void DetachInterfaces() method CreateSink (line 284) | internal virtual void CreateSink() method DetachSink (line 292) | internal virtual void DetachSink() method OnActiveXStateChange (line 302) | internal virtual void OnActiveXStateChange(int oldState, int newState) method RegisterAccessKey (line 337) | internal void RegisterAccessKey(char key) method GetAxHostState (line 378) | internal bool GetAxHostState(int mask) method SetAxHostState (line 383) | internal void SetAxHostState(int mask, bool value) method TransitionUpTo (line 388) | internal void TransitionUpTo(ActiveXHelper.ActiveXState state) method TransitionDownTo (line 440) | internal void TransitionDownTo(ActiveXHelper.ActiveXState state) method DoVerb (line 496) | internal bool DoVerb(int verb) method AttachWindow (line 509) | internal void AttachWindow(IntPtr hwnd) method StartEvents (line 526) | private void StartEvents() method StopEvents (line 536) | private void StopEvents() method TransitionFromPassiveToLoaded (line 546) | private void TransitionFromPassiveToLoaded() method TransitionFromLoadedToPassive (line 569) | private void TransitionFromLoadedToPassive() method TransitionFromLoadedToRunning (line 603) | private void TransitionFromLoadedToRunning() method TransitionFromRunningToLoaded (line 628) | private void TransitionFromRunningToLoaded() method TransitionFromRunningToInPlaceActive (line 645) | private void TransitionFromRunningToInPlaceActive() method TransitionFromInPlaceActiveToRunning (line 672) | private void TransitionFromInPlaceActiveToRunning() method TransitionFromInPlaceActiveToUIActive (line 687) | private void TransitionFromInPlaceActiveToUIActive() method TransitionFromUIActiveToInPlaceActive (line 700) | private void TransitionFromUIActiveToInPlaceActive() method OnInitialized (line 822) | private void OnInitialized(object sender, EventArgs e) method OnIsEnabledInvalidated (line 838) | private static void OnIsEnabledInvalidated(ActiveXHost axHost) method OnVisibilityInvalidated (line 847) | private static void OnVisibilityInvalidated(ActiveXHost axHost) method OnGotFocus (line 870) | private static void OnGotFocus(object sender, KeyboardFocusChangedEven... method OnLostFocus (line 886) | private static void OnLostFocus(object sender, KeyboardFocusChangedEve... method OnAccessKeyPressed (line 907) | private static void OnAccessKeyPressed(object sender, AccessKeyPressed... method AttachInterfacesInternal (line 936) | private void AttachInterfacesInternal() method DetachInterfacesInternal (line 948) | private void DetachInterfacesInternal() method SetExtent (line 959) | private NativeMethods.SIZE SetExtent(int width, int height) method GetExtent (line 991) | private NativeMethods.SIZE GetExtent() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Interop/BrowserInteropHelper.cs class BrowserInteropHelper (line 14) | public static class BrowserInteropHelper FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Interop/DynamicScriptObject.cs class DynamicScriptObject (line 18) | public sealed class DynamicScriptObject : DynamicObject method DynamicScriptObject (line 23) | internal DynamicScriptObject() { } method TryInvokeMember (line 32) | public override bool TryInvokeMember(InvokeMemberBinder binder, object... method TryGetMember (line 45) | public override bool TryGetMember(GetMemberBinder binder, out object r... method TrySetMember (line 58) | public override bool TrySetMember(SetMemberBinder binder, object value... method TryGetIndex (line 67) | public override bool TryGetIndex(GetIndexBinder binder, object[] index... method TrySetIndex (line 81) | public override bool TrySetIndex(SetIndexBinder binder, object[] index... method TryInvoke (line 90) | public override bool TryInvoke(InvokeBinder binder, object[] args, out... method ToString (line 101) | public override string ToString() => null; FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Interop/HwndHost.cs class HwndHost (line 22) | public abstract class HwndHost : FrameworkElement, IDisposable, IWin32Wi... method HwndHost (line 24) | static HwndHost() method HwndHost (line 34) | protected HwndHost() method HwndHost (line 39) | internal HwndHost(bool fTrusted ) method Dispose (line 55) | public void Dispose() method OnKeyUp (line 129) | protected override void OnKeyUp(KeyEventArgs e) method OnDpiChanged (line 154) | protected override void OnDpiChanged(DpiScale oldDpi, DpiScale newDpi) method OnKeyDown (line 163) | protected override void OnKeyDown(KeyEventArgs e) method RegisterKeyboardInputSinkCore (line 207) | protected virtual IKeyboardInputSite RegisterKeyboardInputSinkCore(IKe... method RegisterKeyboardInputSink (line 212) | IKeyboardInputSite IKeyboardInputSink.RegisterKeyboardInputSink(IKeybo... method TranslateAcceleratorCore (line 226) | protected virtual bool TranslateAcceleratorCore(ref MSG msg, ModifierK... method TranslateAccelerator (line 231) | bool IKeyboardInputSink.TranslateAccelerator(ref MSG msg, ModifierKeys... method TabIntoCore (line 241) | protected virtual bool TabIntoCore(TraversalRequest request) method TabInto (line 246) | bool IKeyboardInputSink.TabInto(TraversalRequest request) method OnMnemonicCore (line 267) | protected virtual bool OnMnemonicCore(ref MSG msg, ModifierKeys modifi... method OnMnemonic (line 272) | bool IKeyboardInputSink.OnMnemonic(ref MSG msg, ModifierKeys modifiers) method TranslateCharCore (line 285) | protected virtual bool TranslateCharCore(ref MSG msg, ModifierKeys mod... method TranslateChar (line 290) | bool IKeyboardInputSink.TranslateChar(ref MSG msg, ModifierKeys modifi... method HasFocusWithinCore (line 298) | protected virtual bool HasFocusWithinCore() method HasFocusWithin (line 308) | bool IKeyboardInputSink.HasFocusWithin() method UpdateWindowPos (line 323) | public void UpdateWindowPos() method CalculateAssignedRC (line 387) | private NativeMethods.RECT CalculateAssignedRC(PresentationSource source) method AdjustRectForDpi (line 436) | private NativeMethods.RECT AdjustRectForDpi(NativeMethods.RECT rcRect) method Dispose (line 463) | protected virtual void Dispose(bool disposing) method OnDispatcherShutdown (line 510) | private void OnDispatcherShutdown(object sender, EventArgs e) method BuildWindowCore (line 532) | protected abstract HandleRef BuildWindowCore(HandleRef hwndParent); method DestroyWindowCore (line 538) | protected abstract void DestroyWindowCore(HandleRef hwnd); method WndProc (line 545) | protected virtual IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, ... method OnCreateAutomationPeer (line 618) | protected override AutomationPeer OnCreateAutomationPeer() method OnWmGetObject (line 623) | private IntPtr OnWmGetObject(IntPtr wparam, IntPtr lparam) method OnWindowPositionChanged (line 646) | protected virtual void OnWindowPositionChanged(Rect rcBoundingBox) method MeasureOverride (line 684) | protected override Size MeasureOverride(Size constraint) method GetDrawing (line 707) | internal override DrawingGroup GetDrawing() method GetContentBounds (line 715) | internal override Rect GetContentBounds() method GetDrawingHelper (line 720) | private DrawingGroup GetDrawingHelper() method Initialize (line 817) | private void Initialize( bool fTrusted ) method DemandIfUntrusted (line 833) | private void DemandIfUntrusted() method OnSourceChanged (line 840) | private void OnSourceChanged(object sender, SourceChangedEventArgs e) method OnLayoutUpdated (line 863) | private void OnLayoutUpdated(object sender, EventArgs e) method OnEnabledChanged (line 868) | private void OnEnabledChanged(object sender, DependencyPropertyChanged... method OnVisibleChanged (line 879) | private void OnVisibleChanged(object sender, DependencyPropertyChanged... method BuildOrReparentWindow (line 904) | private void BuildOrReparentWindow() method BuildWindow (line 1001) | private void BuildWindow(HandleRef hwndParent) method DestroyWindow (line 1072) | private void DestroyWindow() method AsyncDestroyWindow (line 1096) | private object AsyncDestroyWindow(object arg) method SubclassWndProc (line 1102) | private IntPtr SubclassWndProc(IntPtr hwnd, int msg, IntPtr wParam, In... class WeakEventDispatcherShutdown (line 1151) | private class WeakEventDispatcherShutdown: WeakReference method WeakEventDispatcherShutdown (line 1153) | public WeakEventDispatcherShutdown(HwndHost hwndHost, Dispatcher tha... method OnShutdownFinished (line 1159) | public void OnShutdownFinished(object sender, EventArgs e) method Dispose (line 1172) | public void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Interop/IErrorPage.cs type IErrorPage (line 11) | public interface IErrorPage FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Interop/IProgressPage.cs type IProgressPage (line 11) | public interface IProgressPage method UpdateProgress (line 44) | void UpdateProgress(long bytesDownloaded, long bytesTotal); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Interop/WindowInteropHelper.cs class WindowInteropHelper (line 19) | public sealed class WindowInteropHelper method WindowInteropHelper (line 32) | public WindowInteropHelper(Window window) method EnsureHandle (line 93) | public IntPtr EnsureHandle() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/LengthConverter.cs class LengthConverter (line 24) | public class LengthConverter: TypeConverter method CanConvertFrom (line 42) | public override bool CanConvertFrom(ITypeDescriptorContext typeDescrip... method CanConvertTo (line 72) | public override bool CanConvertTo(ITypeDescriptorContext typeDescripto... method ConvertFrom (line 102) | public override object ConvertFrom(ITypeDescriptorContext typeDescript... method ConvertTo (line 132) | public override object ConvertTo(ITypeDescriptorContext typeDescriptor... method FormatLengthAsString (line 173) | internal static void FormatLengthAsString(double value, ref DefaultInt... method FromString (line 187) | internal static double FromString(string s, CultureInfo cultureInfo) method ParseDouble (line 214) | private static double ParseDouble(ReadOnlySpan span, CultureInfo... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Localization.cs class Localization (line 24) | public static class Localization method GetComments (line 51) | [AttachedPropertyBrowsableForType(typeof(object))] method SetComments (line 64) | public static void SetComments(object element, string comments) method GetAttributes (line 77) | [AttachedPropertyBrowsableForType(typeof(object))] method SetAttributes (line 90) | public static void SetAttributes(object element, string attributes) method GetValue (line 98) | private static string GetValue(object element, DependencyProperty prop... method SetValue (line 122) | private static void SetValue(object element, DependencyProperty proper... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/LogicalTreeHelper.cs class LogicalTreeHelper (line 25) | public static class LogicalTreeHelper method FindLogicalNode (line 62) | public static DependencyObject FindLogicalNode( DependencyObject logic... method GetParent (line 113) | public static DependencyObject GetParent(DependencyObject current) method GetChildren (line 137) | public static IEnumerable GetChildren(DependencyObject current) method GetChildren (line 159) | public static IEnumerable GetChildren(FrameworkElement current) method GetChildren (line 169) | public static IEnumerable GetChildren(FrameworkContentElement current) method BringIntoView (line 179) | public static void BringIntoView(DependencyObject current) method AddLogicalChild (line 352) | internal static void AddLogicalChild(DependencyObject parent, object c... method AddLogicalChild (line 369) | internal static void AddLogicalChild(FrameworkElement parentFE, Framew... method RemoveLogicalChild (line 384) | internal static void RemoveLogicalChild(DependencyObject parent, objec... method RemoveLogicalChild (line 401) | internal static void RemoveLogicalChild(FrameworkElement parentFE, Fra... method GetLogicalChildren (line 417) | internal static IEnumerator GetLogicalChildren(DependencyObject current) class EnumeratorWrapper (line 450) | private class EnumeratorWrapper : IEnumerable method EnumeratorWrapper (line 452) | public EnumeratorWrapper(IEnumerator enumerator) method GetEnumerator (line 464) | IEnumerator IEnumerable.GetEnumerator() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/LostFocusEventManager.cs class LostFocusEventManager (line 17) | public class LostFocusEventManager : WeakEventManager method LostFocusEventManager (line 25) | private LostFocusEventManager() method AddListener (line 40) | public static void AddListener(DependencyObject source, IWeakEventList... method RemoveListener (line 51) | public static void RemoveListener(DependencyObject source, IWeakEventL... method AddHandler (line 62) | public static void AddHandler(DependencyObject source, EventHandler ReadKeys() method ReadObject (line 333) | internal XamlReader ReadObject(KeyRecord record) method GetTypeOfFirstStartObject (line 384) | internal Type GetTypeOfFirstStartObject(KeyRecord record) method Process_BamlRecords (line 410) | private bool Process_BamlRecords() method Process_OneBamlRecord (line 425) | private bool Process_OneBamlRecord() method Process_ProcessingInstruction (line 679) | private void Process_ProcessingInstruction() method Process_DefTag (line 685) | private void Process_DefTag() method Process_EndAttributes (line 691) | private void Process_EndAttributes() method Process_XmlAttribute (line 697) | private void Process_XmlAttribute() method Process_PresentationOptionsAttribute (line 703) | private void Process_PresentationOptionsAttribute() method Process_Comment (line 720) | private void Process_Comment() method Process_LiteralContent (line 726) | private void Process_LiteralContent() method Process_TextWithConverter (line 773) | private void Process_TextWithConverter() method Process_StaticResourceEnd (line 797) | private void Process_StaticResourceEnd() method Process_StaticResourceStart (line 809) | private void Process_StaticResourceStart() method Process_StaticResourceId (line 825) | private void Process_StaticResourceId() method Process_ClrEvent (line 847) | private void Process_ClrEvent() method Process_RoutedEvent (line 852) | private void Process_RoutedEvent() method Process_PropertyStringReference (line 857) | private void Process_PropertyStringReference() method Process_OptimizedStaticResource (line 862) | private void Process_OptimizedStaticResource() method Process_DeferableContentStart (line 905) | private void Process_DeferableContentStart() method Process_DefAttribute (line 940) | private void Process_DefAttribute() method Process_DefAttributeKeyString (line 962) | private void Process_DefAttributeKeyString() method Process_DefAttributeKeyType (line 982) | private void Process_DefAttributeKeyType() method IsStringOnlyWhiteSpace (line 1006) | private bool IsStringOnlyWhiteSpace(string value) method Process_Text (line 1019) | private void Process_Text() method Process_TextWithId (line 1027) | private void Process_TextWithId() method Process_Text_Helper (line 1035) | private void Process_Text_Helper(string stringValue) method Process_ConstructorParametersEnd (line 1067) | private void Process_ConstructorParametersEnd() method Process_ConstructorParametersStart (line 1073) | private void Process_ConstructorParametersStart() method Process_ConstructorParameterType (line 1081) | private void Process_ConstructorParameterType() method Process_Header (line 1099) | private void Process_Header() method Process_ElementStart (line 1124) | private void Process_ElementStart() method Process_ElementEnd (line 1238) | private void Process_ElementEnd() method Process_KeyElementStart (line 1299) | private void Process_KeyElementStart() method Process_KeyElementEnd (line 1338) | private void Process_KeyElementEnd() method Process_Property (line 1361) | private void Process_Property() method Common_Process_Property (line 1402) | private void Common_Process_Property() method GetInt32Collection (line 1427) | private System.Windows.Media.Int32Collection GetInt32Collection() method GetProperty (line 1477) | private XamlMember GetProperty(Int16 propertyId, XamlType parentType) method GetProperty (line 1483) | private XamlMember GetProperty(Int16 propertyId, bool isAttached) method Process_PropertyCustom (line 1490) | private void Process_PropertyCustom() method WriteTypeConvertedInstance (line 1519) | private bool WriteTypeConvertedInstance(short converterId, int dataByt... method Process_PropertyWithConverter (line 1568) | private void Process_PropertyWithConverter() method CreateTypeConverterMarkupExtension (line 1619) | internal virtual object CreateTypeConverterMarkupExtension(XamlMember ... method Process_PropertyWithExtension (line 1627) | private void Process_PropertyWithExtension() method Process_PropertyTypeReference (line 1849) | private void Process_PropertyTypeReference() method Process_PropertyWithStaticResourceId (line 1876) | private void Process_PropertyWithStaticResourceId() method Process_PropertyComplexStart (line 1969) | private void Process_PropertyComplexStart() method Process_PropertyArrayStart (line 1980) | private void Process_PropertyArrayStart() method Process_PropertyIDictionaryStart (line 1990) | private void Process_PropertyIDictionaryStart() method Process_PropertyEnd (line 2000) | private void Process_PropertyEnd() method Process_PropertyIDictionaryEnd (line 2008) | private void Process_PropertyIDictionaryEnd() method Logic_GetFullyQualifiedNameForMember (line 2023) | private string Logic_GetFullyQualifiedNameForMember(Int16 propertyId) method Logic_GetFullyQualifiedNameForType (line 2029) | private string Logic_GetFullyQualifiedNameForType(XamlType type) method Logic_GetFullXmlns (line 2060) | private string Logic_GetFullXmlns(string uriInput) method GetAssemblyNameForNamespace (line 2105) | internal virtual ReadOnlySpan GetAssemblyNameForNamespace(Assemb... method Process_XmlnsProperty (line 2111) | private void Process_XmlnsProperty() method Process_LinePosition (line 2149) | private void Process_LinePosition() method Process_LineNumberAndPosition (line 2158) | private void Process_LineNumberAndPosition() method Process_PIMapping (line 2167) | private void Process_PIMapping() method Process_AssemblyInfo (line 2175) | private void Process_AssemblyInfo() method Process_TypeInfo (line 2184) | private void Process_TypeInfo() method Process_TypeSerializerInfo (line 2196) | private void Process_TypeSerializerInfo() method Process_AttributeInfo (line 2209) | private void Process_AttributeInfo() method Process_StringInfo (line 2220) | private void Process_StringInfo() method Process_ContentProperty (line 2229) | private void Process_ContentProperty() method Process_ConnectionId (line 2246) | private void Process_ConnectionId() method Read_RecordType (line 2279) | private Baml2006RecordType Read_RecordType() method Read_RecordSize (line 2290) | private int Read_RecordSize() method SkipBytes (line 2305) | private void SkipBytes(long offset) method RemoveImplicitFrame (line 2310) | private void RemoveImplicitFrame() method InjectPropertyAndFrameIfNeeded (line 2341) | private void InjectPropertyAndFrameIfNeeded(XamlType elementType, SByt... method StartSavingFirstItemInDictionary (line 2457) | private void StartSavingFirstItemInDictionary() method RestoreSavedFirstItemInDictionary (line 2465) | private void RestoreSavedFirstItemInDictionary() method EmitGoItemsPreamble (line 2483) | private void EmitGoItemsPreamble(XamlType parentPropertyType) method GetLastStaticResource (line 2494) | private StaticResource GetLastStaticResource() method GetTextFromBinary (line 2499) | private string GetTextFromBinary(byte[] bytes, method GetStaticExtensionValue (line 2607) | private string GetStaticExtensionValue(short valueId, out Type memberT... method NodeListHasAKeySetOnTheRoot (line 2677) | private bool NodeListHasAKeySetOnTheRoot(XamlReader reader) method TryFreeze (line 2725) | bool IFreezeFreezables.TryFreeze(string value, Freezable freezable) method TryGetFreezable (line 2746) | Freezable IFreezeFreezables.TryGetFreezable(string value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/Baml2006ReaderContext.cs class Baml2006ReaderContext (line 8) | internal class Baml2006ReaderContext method Baml2006ReaderContext (line 10) | public Baml2006ReaderContext(Baml2006SchemaContext schemaContext) method PushScope (line 22) | public void PushScope() method PopScope (line 28) | public void PopScope() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/Baml2006ReaderFrame.cs class Baml2006ReaderFrame (line 9) | internal class Baml2006ReaderFrame : XamlFrame method Baml2006ReaderFrame (line 13) | public Baml2006ReaderFrame() method Baml2006ReaderFrame (line 18) | public Baml2006ReaderFrame(Baml2006ReaderFrame source) method Clone (line 28) | public override XamlFrame Clone() method AddNamespace (line 40) | public void AddNamespace(string prefix, string xamlNs) method SetNamespaces (line 49) | public void SetNamespaces(Dictionary namespaces) method TryGetNamespaceByPrefix (line 54) | public bool TryGetNamespaceByPrefix(string prefix, out string xamlNs) method TryGetPrefixByNamespace (line 64) | public bool TryGetPrefixByNamespace(string xamlNs, out string prefix) method Reset (line 84) | public override void Reset() type Baml2006ReaderFrameFlags (line 102) | internal enum Baml2006ReaderFrameFlags:byte FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/Baml2006ReaderInternal.cs class Baml2006ReaderInternal (line 14) | internal class Baml2006ReaderInternal : Baml2006Reader method Baml2006ReaderInternal (line 18) | internal Baml2006ReaderInternal(Stream stream, method Baml2006ReaderInternal (line 24) | internal Baml2006ReaderInternal( method GetAssemblyNameForNamespace (line 36) | internal override ReadOnlySpan GetAssemblyNameForNamespace(Assem... method CreateTypeConverterMarkupExtension (line 45) | internal override object CreateTypeConverterMarkupExtension(XamlMember... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/Baml2006ReaderSettings.cs class Baml2006ReaderSettings (line 8) | internal class Baml2006ReaderSettings : XamlReaderSettings method Baml2006ReaderSettings (line 10) | public Baml2006ReaderSettings() method Baml2006ReaderSettings (line 14) | public Baml2006ReaderSettings(Baml2006ReaderSettings settings) : base(... method Baml2006ReaderSettings (line 20) | public Baml2006ReaderSettings(XamlReaderSettings settings) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/Baml2006RecordType.cs type Baml2006RecordType (line 6) | internal enum Baml2006RecordType : byte FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/Baml2006SchemaContext.cs class Baml2006SchemaContext (line 10) | internal partial class Baml2006SchemaContext : XamlSchemaContext method Baml2006SchemaContext (line 12) | public Baml2006SchemaContext(Assembly localAssembly): method Baml2006SchemaContext (line 17) | internal Baml2006SchemaContext(Assembly localAssembly, XamlSchemaConte... method TryGetCompatibleXamlNamespace (line 26) | public override bool TryGetCompatibleXamlNamespace(string xamlNamespac... method GetXamlDirective (line 31) | public override XamlDirective GetXamlDirective(string xamlNamespace, s... method GetAllXamlNamespaces (line 36) | public override IEnumerable GetAllXamlNamespaces() method GetAllXamlTypes (line 41) | public override ICollection GetAllXamlTypes(string xamlNames... method GetPreferredPrefix (line 46) | public override string GetPreferredPrefix(string xmlns) method GetXamlType (line 51) | public override XamlType GetXamlType(Type type) method GetXamlType (line 56) | protected override XamlType GetXamlType(string xamlNamespace, string n... method Reset (line 105) | internal void Reset() method GetAssembly (line 118) | internal Assembly GetAssembly(Int16 assemblyId) method GetAssemblyName (line 130) | internal String GetAssemblyName(Int16 assemblyId) method GetClrType (line 142) | internal Type GetClrType(Int16 typeId) method GetXamlType (line 159) | internal XamlType GetXamlType(Int16 typeId) method GetDependencyProperty (line 176) | internal DependencyProperty GetDependencyProperty(Int16 propertyId) method GetProperty (line 189) | internal XamlMember GetProperty(Int16 propertyId, XamlType parentType) method GetProperty (line 228) | internal XamlMember GetProperty(Int16 propertyId, bool isAttached) method GetPropertyDeclaringType (line 273) | internal XamlType GetPropertyDeclaringType(Int16 propertyId) method GetPropertyName (line 291) | internal String GetPropertyName(Int16 propertyId, bool fullName) method GetString (line 309) | internal string GetString(Int16 stringId) method AddAssembly (line 332) | internal void AddAssembly(Int16 assemblyId, string assemblyName) method AddXamlType (line 356) | internal void AddXamlType(Int16 typeId, Int16 assemblyId, string typeN... method AddProperty (line 383) | internal void AddProperty(Int16 propertyId, Int16 declaringTypeId, str... method AddString (line 407) | internal void AddString(Int16 stringId, string value) method AddXmlnsMapping (line 425) | internal void AddXmlnsMapping(string xmlns, short[] assemblies) method EnsureXmlnsAssembliesLoaded (line 438) | private void EnsureXmlnsAssembliesLoaded(string xamlNamespace) method ResolveAssembly (line 455) | private Assembly ResolveAssembly(BamlAssembly bamlAssembly) method MatchesLocalAssembly (line 507) | private bool MatchesLocalAssembly(string shortName, byte[] publicKeyTo... method ResolveBamlTypeToType (line 526) | private Type ResolveBamlTypeToType(BamlType bamlType) method ResolveBamlType (line 541) | private XamlType ResolveBamlType(BamlType bamlType, Int16 typeId) method TryGetBamlAssembly (line 561) | private bool TryGetBamlAssembly(Int16 assemblyId, out BamlAssembly bam... method TryGetBamlType (line 583) | private bool TryGetBamlType(Int16 typeId, out BamlType bamlType, out X... method TryGetBamlProperty (line 614) | private bool TryGetBamlProperty(Int16 propertyId, out BamlProperty bam... class BamlAssembly (line 697) | private sealed class BamlAssembly method BamlAssembly (line 702) | public BamlAssembly(string name) method BamlAssembly (line 710) | public BamlAssembly(Assembly assembly) class BamlType (line 725) | private sealed class BamlType method BamlType (line 727) | public BamlType(Int16 assemblyId, string name) class BamlProperty (line 744) | private sealed class BamlProperty method BamlProperty (line 746) | public BamlProperty(Int16 declaringTypeId, string name) type TypeInfoFlags (line 761) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/Baml6Assembly.cs class Baml6Assembly (line 9) | internal class Baml6Assembly method Baml6Assembly (line 18) | public Baml6Assembly(string name) method Baml6Assembly (line 26) | public Baml6Assembly(Assembly assembly) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/Baml6ConstructorInfo.cs type Baml6ConstructorInfo (line 6) | internal struct Baml6ConstructorInfo method Baml6ConstructorInfo (line 8) | public Baml6ConstructorInfo(List types, Func c... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/BamlBinaryReader.cs class BamlBinaryReader (line 8) | internal class BamlBinaryReader : BinaryReader method BamlBinaryReader (line 10) | public BamlBinaryReader(Stream stream) method Read7BitEncodedInt (line 15) | public new int Read7BitEncodedInt() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/DeferredBinaryDeserializerExtension.cs class DeferredBinaryDeserializerExtension (line 13) | internal class DeferredBinaryDeserializerExtension : MarkupExtension method DeferredBinaryDeserializerExtension (line 20) | public DeferredBinaryDeserializerExtension(IFreezeFreezables freezer, ... method ProvideValue (line 31) | public override object ProvideValue(IServiceProvider serviceProvider) class DeferredBinaryDeserializerExtensionContext (line 52) | private class DeferredBinaryDeserializerExtensionContext : ITypeDescri... method DeferredBinaryDeserializerExtensionContext (line 57) | public DeferredBinaryDeserializerExtensionContext(IServiceProvider s... method GetService (line 64) | object IServiceProvider.GetService(Type serviceType) method OnComponentChanged (line 75) | void ITypeDescriptorContext.OnComponentChanged() method OnComponentChanging (line 79) | bool ITypeDescriptorContext.OnComponentChanging() method TryFreeze (line 107) | bool IFreezeFreezables.TryFreeze(string value, Freezable freezable) method TryGetFreezable (line 112) | Freezable IFreezeFreezables.TryGetFreezable(string value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/SharedStream.cs class SharedStream (line 15) | internal class SharedStream : Stream method SharedStream (line 23) | public SharedStream(Stream baseStream) method SharedStream (line 36) | public SharedStream(Stream baseStream, long offset, long length) method Initialize (line 43) | private void Initialize(Stream baseStream, long offset, long length) method Flush (line 111) | public override void Flush() method ReadByte (line 144) | public override int ReadByte() method Read (line 163) | public override int Read(byte[] buffer, int offset, int count) method Write (line 186) | public override void Write(byte[] buffer, int offset, int count) method Seek (line 216) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 249) | public override void SetLength(long value) method Dispose (line 254) | protected override void Dispose(bool disposing) method CheckDisposed (line 278) | private void CheckDisposed() method Sync (line 286) | private bool Sync() class RefCount (line 300) | private class RefCount FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/ThemeKnownTypeHelper.cs class ThemeKnownTypeHelper (line 8) | internal abstract class ThemeKnownTypeHelper method GetKnownXamlType (line 10) | public abstract XamlType GetKnownXamlType(string name); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/TypeConverterMarkupExtension.cs class TypeConverterMarkupExtension (line 8) | internal class TypeConverterMarkupExtension : System.Windows.Markup.Mark... method TypeConverterMarkupExtension (line 13) | public TypeConverterMarkupExtension(TypeConverter converter, object va... method ProvideValue (line 19) | public override object ProvideValue(IServiceProvider serviceProvider) class TypeConverterContext (line 24) | private class TypeConverterContext : ITypeDescriptorContext method TypeConverterContext (line 27) | public TypeConverterContext(IServiceProvider serviceProvider) method GetService (line 32) | object IServiceProvider.GetService(Type serviceType) method OnComponentChanged (line 39) | void ITypeDescriptorContext.OnComponentChanged() method OnComponentChanging (line 43) | bool ITypeDescriptorContext.OnComponentChanging() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/WpfGeneratedKnownProperties.cs class WpfSharedBamlSchemaContext (line 8) | internal partial class WpfSharedBamlSchemaContext: XamlSchemaContext method CreateKnownMember (line 13) | private WpfKnownMember CreateKnownMember(short bamlNumber) method GetTypeNameHashForPropeties (line 291) | private uint GetTypeNameHashForPropeties(string typeName) method CreateKnownMember (line 301) | internal WpfKnownMember CreateKnownMember(string type, string property) method CreateKnownAttachableMember (line 1637) | internal WpfKnownMember CreateKnownAttachableMember(string type, strin... method Create_BamlProperty_AccessText_Text (line 1714) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_BeginStoryboard_Storyboard (line 1733) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_BitmapEffectGroup_Children (line 1749) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Border_Background (line 1765) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Border_BorderBrush (line 1784) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Border_BorderThickness (line 1803) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ButtonBase_Command (line 1822) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ButtonBase_CommandParameter (line 1841) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ButtonBase_CommandTarget (line 1861) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ButtonBase_IsPressed (line 1877) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ColumnDefinition_MaxWidth (line 1897) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ColumnDefinition_MinWidth (line 1916) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ColumnDefinition_Width (line 1935) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ContentControl_Content (line 1954) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ContentControl_ContentTemplate (line 1974) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ContentControl_ContentTemplateSelector (line 1990) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ContentControl_HasContent (line 2006) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ContentElement_Focusable (line 2026) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ContentPresenter_Content (line 2045) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ContentPresenter_ContentSource (line 2065) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ContentPresenter_ContentTemplate (line 2084) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ContentPresenter_ContentTemplateSelector (line 2100) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ContentPresenter_RecognizesAccessKey (line 2116) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_Background (line 2135) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_BorderBrush (line 2154) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_BorderThickness (line 2173) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_FontFamily (line 2192) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_FontSize (line 2211) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_FontStretch (line 2230) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_FontStyle (line 2249) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_FontWeight (line 2268) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_Foreground (line 2287) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_HorizontalContentAlignment (line 2306) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_IsTabStop (line 2325) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_Padding (line 2344) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_TabIndex (line 2363) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_Template (line 2382) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Control_VerticalContentAlignment (line 2398) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DockPanel_Dock (line 2417) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DockPanel_LastChildFill (line 2436) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DocumentViewerBase_Document (line 2455) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DrawingGroup_Children (line 2471) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FlowDocumentReader_Document (line 2487) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FlowDocumentScrollViewer_Document (line 2503) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkContentElement_Style (line 2519) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkElement_FlowDirection (line 2535) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkElement_Height (line 2554) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkElement_HorizontalAlignment (line 2573) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkElement_Margin (line 2592) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkElement_MaxHeight (line 2611) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkElement_MaxWidth (line 2630) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkElement_MinHeight (line 2649) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkElement_MinWidth (line 2668) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkElement_Name (line 2687) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkElement_Style (line 2706) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkElement_VerticalAlignment (line 2722) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkElement_Width (line 2741) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_GeneralTransformGroup_Children (line 2760) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_GeometryGroup_Children (line 2776) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_GradientBrush_GradientStops (line 2792) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Grid_Column (line 2808) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Grid_ColumnSpan (line 2827) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Grid_Row (line 2846) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Grid_RowSpan (line 2865) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_GridViewColumn_Header (line 2884) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_HeaderedContentControl_HasHeader (line 2904) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_HeaderedContentControl_Header (line 2924) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_HeaderedContentControl_HeaderTemplate (line 2944) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_HeaderedContentControl_HeaderTemplateSelector (line 2960) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_HeaderedItemsControl_HasHeader (line 2976) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_HeaderedItemsControl_Header (line 2996) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_HeaderedItemsControl_HeaderTemplate (line 3016) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_HeaderedItemsControl_HeaderTemplateSelector (line 3032) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Hyperlink_NavigateUri (line 3048) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Image_Source (line 3067) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Image_Stretch (line 3086) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ItemsControl_ItemContainerStyle (line 3105) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ItemsControl_ItemContainerStyleSelector (line 3121) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ItemsControl_ItemTemplate (line 3137) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ItemsControl_ItemTemplateSelector (line 3153) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ItemsControl_ItemsPanel (line 3169) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ItemsControl_ItemsSource (line 3185) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_MaterialGroup_Children (line 3201) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Model3DGroup_Children (line 3217) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Page_Content (line 3233) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Panel_Background (line 3253) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Path_Data (line 3272) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_PathFigure_Segments (line 3291) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_PathGeometry_Figures (line 3307) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Popup_Child (line 3326) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Popup_IsOpen (line 3342) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Popup_Placement (line 3361) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Popup_PopupAnimation (line 3380) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_RowDefinition_Height (line 3399) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_RowDefinition_MaxHeight (line 3418) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_RowDefinition_MinHeight (line 3437) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ScrollViewer_CanContentScroll (line 3456) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ScrollViewer_HorizontalScrollBarVisibility (line 3475) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ScrollViewer_VerticalScrollBarVisibility (line 3494) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Shape_Fill (line 3513) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Shape_Stroke (line 3532) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Shape_StrokeThickness (line 3551) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBlock_Background (line 3570) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBlock_FontFamily (line 3589) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBlock_FontSize (line 3608) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBlock_FontStretch (line 3627) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBlock_FontStyle (line 3646) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBlock_FontWeight (line 3665) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBlock_Foreground (line 3684) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBlock_Text (line 3703) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBlock_TextDecorations (line 3722) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBlock_TextTrimming (line 3741) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBlock_TextWrapping (line 3760) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBox_Text (line 3779) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBox_IsReadOnly (line 3798) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextElement_Background (line 3817) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextElement_FontFamily (line 3836) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextElement_FontSize (line 3855) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextElement_FontStretch (line 3874) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextElement_FontStyle (line 3893) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextElement_FontWeight (line 3912) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextElement_Foreground (line 3931) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TimelineGroup_Children (line 3950) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Track_IsDirectionReversed (line 3966) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Track_Maximum (line 3985) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Track_Minimum (line 4004) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Track_Orientation (line 4023) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Track_Value (line 4042) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Track_ViewportSize (line 4061) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Transform3DGroup_Children (line 4080) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TransformGroup_Children (line 4096) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_UIElement_ClipToBounds (line 4112) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_UIElement_Focusable (line 4131) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_UIElement_IsEnabled (line 4150) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_UIElement_RenderTransform (line 4169) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_UIElement_Visibility (line 4188) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Viewport3D_Children (line 4207) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_AdornedElementPlaceholder_Child (line 4226) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_AdornerDecorator_Child (line 4245) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_AnchoredBlock_Blocks (line 4264) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ArrayExtension_Items (line 4283) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_BlockUIContainer_Child (line 4302) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Bold_Inlines (line 4321) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_BooleanAnimationUsingKeyFrames_KeyFrames (line 4340) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Border_Child (line 4359) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_BulletDecorator_Child (line 4378) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Button_Content (line 4397) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ButtonBase_Content (line 4417) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ByteAnimationUsingKeyFrames_KeyFrames (line 4437) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Canvas_Children (line 4456) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_CharAnimationUsingKeyFrames_KeyFrames (line 4475) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_CheckBox_Content (line 4494) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ColorAnimationUsingKeyFrames_KeyFrames (line 4514) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ComboBox_Items (line 4533) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ComboBoxItem_Content (line 4552) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ContextMenu_Items (line 4572) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ControlTemplate_VisualTree (line 4591) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DataTemplate_VisualTree (line 4610) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DataTrigger_Setters (line 4629) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DecimalAnimationUsingKeyFrames_KeyFrames (line 4648) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Decorator_Child (line 4667) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DockPanel_Children (line 4686) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DocumentViewer_Document (line 4705) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DoubleAnimationUsingKeyFrames_KeyFrames (line 4721) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_EventTrigger_Actions (line 4740) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Expander_Content (line 4759) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Figure_Blocks (line 4779) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FixedDocument_Pages (line 4798) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FixedDocumentSequence_References (line 4817) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FixedPage_Children (line 4836) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Floater_Blocks (line 4855) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FlowDocument_Blocks (line 4874) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FlowDocumentPageViewer_Document (line 4893) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkTemplate_VisualTree (line 4909) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Grid_Children (line 4928) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_GridView_Columns (line 4947) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_GridViewColumnHeader_Content (line 4966) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_GroupBox_Content (line 4986) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_GroupItem_Content (line 5006) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_HeaderedContentControl_Content (line 5026) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_HeaderedItemsControl_Items (line 5046) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_HierarchicalDataTemplate_VisualTree (line 5065) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Hyperlink_Inlines (line 5084) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_InkCanvas_Children (line 5103) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_InkPresenter_Child (line 5122) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_InlineUIContainer_Child (line 5141) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_InputScopeName_NameValue (line 5160) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Int16AnimationUsingKeyFrames_KeyFrames (line 5180) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Int32AnimationUsingKeyFrames_KeyFrames (line 5199) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Int64AnimationUsingKeyFrames_KeyFrames (line 5218) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Italic_Inlines (line 5237) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ItemsControl_Items (line 5256) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ItemsPanelTemplate_VisualTree (line 5275) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Label_Content (line 5294) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_LinearGradientBrush_GradientStops (line 5314) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_List_ListItems (line 5330) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ListBox_Items (line 5349) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ListBoxItem_Content (line 5368) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ListItem_Blocks (line 5388) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ListView_Items (line 5407) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ListViewItem_Content (line 5426) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_MatrixAnimationUsingKeyFrames_KeyFrames (line 5446) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Menu_Items (line 5465) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_MenuBase_Items (line 5484) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_MenuItem_Items (line 5503) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ModelVisual3D_Children (line 5522) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_MultiBinding_Bindings (line 5541) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_MultiDataTrigger_Setters (line 5560) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_MultiTrigger_Setters (line 5579) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ObjectAnimationUsingKeyFrames_KeyFrames (line 5598) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_PageContent_Child (line 5617) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_PageFunctionBase_Content (line 5636) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Panel_Children (line 5656) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Paragraph_Inlines (line 5675) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ParallelTimeline_Children (line 5694) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Point3DAnimationUsingKeyFrames_KeyFrames (line 5710) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_PointAnimationUsingKeyFrames_KeyFrames (line 5729) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_PriorityBinding_Bindings (line 5748) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_QuaternionAnimationUsingKeyFrames_KeyFrames (line 5767) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_RadialGradientBrush_GradientStops (line 5786) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_RadioButton_Content (line 5802) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_RectAnimationUsingKeyFrames_KeyFrames (line 5822) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_RepeatButton_Content (line 5841) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_RichTextBox_Document (line 5861) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_RichTextBox_IsReadOnly (line 5880) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Rotation3DAnimationUsingKeyFrames_KeyFrames (line 5899) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Run_Text (line 5918) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ScrollViewer_Content (line 5937) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Section_Blocks (line 5957) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Selector_Items (line 5976) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_SingleAnimationUsingKeyFrames_KeyFrames (line 5995) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_SizeAnimationUsingKeyFrames_KeyFrames (line 6014) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Span_Inlines (line 6033) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_StackPanel_Children (line 6052) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_StatusBar_Items (line 6071) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_StatusBarItem_Content (line 6090) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Storyboard_Children (line 6110) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_StringAnimationUsingKeyFrames_KeyFrames (line 6126) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Style_Setters (line 6145) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TabControl_Items (line 6164) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TabItem_Content (line 6183) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TabPanel_Children (line 6203) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Table_RowGroups (line 6222) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TableCell_Blocks (line 6241) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TableRow_Cells (line 6260) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TableRowGroup_Rows (line 6279) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBlock_Inlines (line 6298) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ThicknessAnimationUsingKeyFrames_KeyFrames (line 6317) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ToggleButton_Content (line 6336) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ToolBar_Items (line 6356) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ToolBarOverflowPanel_Children (line 6375) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ToolBarPanel_Children (line 6394) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ToolBarTray_ToolBars (line 6413) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ToolTip_Content (line 6432) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TreeView_Items (line 6452) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TreeViewItem_Items (line 6471) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Trigger_Setters (line 6490) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Underline_Inlines (line 6509) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_UniformGrid_Children (line 6528) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_UserControl_Content (line 6547) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Vector3DAnimationUsingKeyFrames_KeyFrames (line 6567) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_VectorAnimationUsingKeyFrames_KeyFrames (line 6586) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Viewbox_Child (line 6605) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Viewport3DVisual_Children (line 6624) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_VirtualizingPanel_Children (line 6643) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_VirtualizingStackPanel_Children (line 6662) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Window_Content (line 6681) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_WrapPanel_Children (line 6701) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_XmlDataProvider_XmlSerializer (line 6720) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ControlTemplate_Triggers (line 6739) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DataTemplate_Triggers (line 6758) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DataTemplate_DataTemplateKey (line 6777) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ControlTemplate_TargetType (line 6798) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkElement_Resources (line 6820) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkTemplate_Template (line 6840) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Grid_ColumnDefinitions (line 6861) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Grid_RowDefinitions (line 6882) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_MultiTrigger_Conditions (line 6903) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_NameScope_NameScope (line 6922) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Style_TargetType (line 6938) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Style_Triggers (line 6960) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Setter_Value (line 6979) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Setter_TargetName (line 6999) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Binding_Path (line 7020) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ComponentResourceKey_ResourceId (line 7040) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ComponentResourceKey_TypeInTargetAssembly (line 7061) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Binding_Converter (line 7082) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Binding_Source (line 7101) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Binding_RelativeSource (line 7122) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Binding_Mode (line 7141) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Timeline_BeginTime (line 7161) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Style_BasedOn (line 7180) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Binding_ElementName (line 7200) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Binding_UpdateSourceTrigger (line 7220) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ResourceDictionary_DeferrableContent (line 7240) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Trigger_Value (line 7260) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Trigger_SourceName (line 7280) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_RelativeSource_AncestorType (line 7301) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_UIElement_Uid (line 7322) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkContentElement_Name (line 7341) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkContentElement_Resources (line 7360) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Style_Resources (line 7380) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkTemplate_Resources (line 7400) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Application_Resources (line 7420) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_MultiBinding_Converter (line 7440) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_MultiBinding_ConverterParameter (line 7459) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_LinearGradientBrush_StartPoint (line 7480) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_LinearGradientBrush_EndPoint (line 7499) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_CommandBinding_Command (line 7518) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Condition_Property (line 7538) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Condition_Value (line 7559) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Condition_Binding (line 7579) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_BindingBase_FallbackValue (line 7598) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Window_ResizeMode (line 7619) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Window_WindowState (line 7638) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Window_Title (line 7657) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Shape_StrokeLineJoin (line 7676) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Shape_StrokeStartLineCap (line 7695) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Shape_StrokeEndLineCap (line 7714) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TileBrush_TileMode (line 7733) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TileBrush_ViewboxUnits (line 7752) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TileBrush_ViewportUnits (line 7771) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_GeometryDrawing_Pen (line 7790) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBox_TextWrapping (line 7806) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_StackPanel_Orientation (line 7825) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Track_Thumb (line 7844) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Track_IncreaseRepeatButton (line 7863) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Track_DecreaseRepeatButton (line 7882) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_EventTrigger_RoutedEvent (line 7901) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_InputBinding_Command (line 7921) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_KeyBinding_Gesture (line 7940) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBox_TextAlignment (line 7960) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBlock_TextAlignment (line 7979) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_JournalEntryUnifiedViewConverter_JournalEntryPosition (line 7998) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_GradientBrush_MappingMode (line 8017) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_MenuItem_Role (line 8036) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DataTrigger_Value (line 8056) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DataTrigger_Binding (line 8077) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Setter_Property (line 8096) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ResourceDictionary_Source (line 8117) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_BeginStoryboard_Name (line 8137) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ResourceDictionary_MergedDictionaries (line 8157) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_KeyboardNavigation_DirectionalNavigation (line 8176) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_KeyboardNavigation_TabNavigation (line 8195) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ScrollBar_Orientation (line 8214) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Trigger_Property (line 8233) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_EventTrigger_SourceName (line 8254) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DefinitionBase_SharedSizeGroup (line 8274) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ToolTipService_ToolTip (line 8293) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_PathFigure_IsClosed (line 8313) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_PathFigure_IsFilled (line 8332) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ButtonBase_ClickMode (line 8351) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Block_TextAlignment (line 8370) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_UIElement_RenderTransformOrigin (line 8389) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Pen_LineJoin (line 8408) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_BulletDecorator_Bullet (line 8427) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_UIElement_SnapsToDevicePixels (line 8446) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_UIElement_CommandBindings (line 8465) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_UIElement_InputBindings (line 8484) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_SolidColorBrush_Color (line 8503) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Brush_Opacity (line 8522) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBoxBase_AcceptsTab (line 8541) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_PathSegment_IsStroked (line 8560) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_VirtualizingPanel_IsVirtualizing (line 8579) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Shape_Stretch (line 8598) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Frame_JournalOwnership (line 8617) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Frame_NavigationUIVisibility (line 8636) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Storyboard_TargetName (line 8655) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_XmlDataProvider_XPath (line 8674) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Selector_IsSelected (line 8694) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_DataTemplate_DataType (line 8713) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Shape_StrokeMiterLimit (line 8735) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_UIElement_AllowDrop (line 8754) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_MenuItem_IsChecked (line 8773) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Panel_IsItemsHost (line 8792) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Binding_XPath (line 8811) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Window_AllowsTransparency (line 8831) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ObjectDataProvider_ObjectType (line 8850) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_ToolBar_Orientation (line 8871) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBoxBase_VerticalScrollBarVisibility (line 8891) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_TextBoxBase_HorizontalScrollBarVisibility (line 8910) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_FrameworkElement_Triggers (line 8929) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_MultiDataTrigger_Conditions (line 8948) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_KeyBinding_Key (line 8967) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Binding_ConverterParameter (line 8986) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Canvas_Top (line 9007) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Canvas_Left (line 9026) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Canvas_Bottom (line 9045) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Canvas_Right (line 9064) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlProperty_Storyboard_TargetProperty (line 9083) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/WpfGeneratedKnownTypes.cs class WpfSharedBamlSchemaContext (line 9) | internal partial class WpfSharedBamlSchemaContext : XamlSchemaContext method CreateKnownBamlType (line 14) | private WpfKnownType CreateKnownBamlType(short bamlNumber, bool isBaml... method GetTypeNameHash (line 782) | private uint GetTypeNameHash(string typeName) method CreateKnownBamlType (line 793) | protected WpfKnownType CreateKnownBamlType(string typeName, bool isBam... method Create_BamlType_AccessText (line 1586) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_AdornedElementPlaceholder (line 1605) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Adorner (line 1624) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_AdornerDecorator (line 1641) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_AdornerLayer (line 1660) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_AffineTransform3D (line 1677) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_AmbientLight (line 1688) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_AnchoredBlock (line 1702) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Animatable (line 1719) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_AnimationClock (line 1730) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_AnimationTimeline (line 1741) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Application (line 1755) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ArcSegment (line 1769) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ArrayExtension (line 1783) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_AxisAngleRotation3D (line 1805) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BaseIListConverter (line 1819) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BeginStoryboard (line 1830) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BevelBitmapEffect (line 1846) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BezierSegment (line 1860) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Binding (line 1874) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BindingBase (line 1895) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BindingExpression (line 1906) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BindingExpressionBase (line 1920) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BindingListCollectionView (line 1934) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BitmapDecoder (line 1945) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BitmapEffect (line 1956) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BitmapEffectCollection (line 1967) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BitmapEffectGroup (line 1982) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BitmapEffectInput (line 1997) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BitmapEncoder (line 2011) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BitmapFrame (line 2022) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BitmapImage (line 2036) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BitmapMetadata (line 2051) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BitmapPalette (line 2062) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BitmapSource (line 2073) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Block (line 2087) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BlockUIContainer (line 2103) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BlurBitmapEffect (line 2121) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BmpBitmapDecoder (line 2135) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BmpBitmapEncoder (line 2146) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Bold (line 2160) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BoolIListConverter (line 2178) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Boolean (line 2192) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BooleanAnimationBase (line 2207) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BooleanAnimationUsingKeyFrames (line 2221) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BooleanConverter (line 2237) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BooleanKeyFrame (line 2251) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BooleanKeyFrameCollection (line 2262) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BooleanToVisibilityConverter (line 2277) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Border (line 2291) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BorderGapMaskConverter (line 2310) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Brush (line 2324) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BrushConverter (line 2338) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_BulletDecorator (line 2352) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Button (line 2371) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ButtonBase (line 2390) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Byte (line 2408) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ByteAnimation (line 2423) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ByteAnimationBase (line 2438) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ByteAnimationUsingKeyFrames (line 2452) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ByteConverter (line 2468) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ByteKeyFrame (line 2482) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ByteKeyFrameCollection (line 2493) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CachedBitmap (line 2508) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Camera (line 2522) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Canvas (line 2533) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Char (line 2552) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CharAnimationBase (line 2567) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CharAnimationUsingKeyFrames (line 2581) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CharConverter (line 2597) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CharIListConverter (line 2611) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CharKeyFrame (line 2625) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CharKeyFrameCollection (line 2636) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CheckBox (line 2651) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Clock (line 2670) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ClockController (line 2681) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ClockGroup (line 2692) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CollectionContainer (line 2703) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CollectionView (line 2717) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CollectionViewSource (line 2728) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Color (line 2742) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ColorAnimation (line 2757) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ColorAnimationBase (line 2772) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ColorAnimationUsingKeyFrames (line 2786) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ColorConvertedBitmap (line 2802) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ColorConvertedBitmapExtension (line 2817) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ColorConverter (line 2838) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ColorKeyFrame (line 2852) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ColorKeyFrameCollection (line 2863) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ColumnDefinition (line 2878) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CombinedGeometry (line 2895) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ComboBox (line 2910) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ComboBoxItem (line 2929) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CommandConverter (line 2948) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ComponentResourceKey (line 2962) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ComponentResourceKeyConverter (line 2985) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CompositionTarget (line 2999) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Condition (line 3010) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ContainerVisual (line 3024) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ContentControl (line 3038) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ContentElement (line 3057) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ContentPresenter (line 3071) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ContentPropertyAttribute (line 3089) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ContentWrapperAttribute (line 3103) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ContextMenu (line 3114) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ContextMenuService (line 3133) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Control (line 3144) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ControlTemplate (line 3162) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ControllableStoryboardAction (line 3178) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CornerRadius (line 3189) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CornerRadiusConverter (line 3204) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CroppedBitmap (line 3218) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CultureInfo (line 3233) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CultureInfoConverter (line 3247) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CultureInfoIetfLanguageTagConverter (line 3261) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Cursor (line 3275) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CursorConverter (line 3289) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DashStyle (line 3303) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DataChangedEventManager (line 3317) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DataTemplate (line 3328) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DataTemplateKey (line 3344) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DataTrigger (line 3366) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DateTime (line 3381) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DateTimeConverter (line 3396) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DateTimeConverter2 (line 3410) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Decimal (line 3424) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DecimalAnimation (line 3439) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DecimalAnimationBase (line 3454) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DecimalAnimationUsingKeyFrames (line 3468) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DecimalConverter (line 3484) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DecimalKeyFrame (line 3498) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DecimalKeyFrameCollection (line 3509) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Decorator (line 3524) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DefinitionBase (line 3543) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DependencyObject (line 3559) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DependencyProperty (line 3573) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DependencyPropertyConverter (line 3587) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DialogResultConverter (line 3601) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiffuseMaterial (line 3615) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DirectionalLight (line 3629) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteBooleanKeyFrame (line 3643) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteByteKeyFrame (line 3657) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteCharKeyFrame (line 3671) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteColorKeyFrame (line 3685) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteDecimalKeyFrame (line 3699) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteDoubleKeyFrame (line 3713) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteInt16KeyFrame (line 3727) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteInt32KeyFrame (line 3741) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteInt64KeyFrame (line 3755) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteMatrixKeyFrame (line 3769) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteObjectKeyFrame (line 3783) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscretePoint3DKeyFrame (line 3797) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscretePointKeyFrame (line 3811) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteQuaternionKeyFrame (line 3825) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteRectKeyFrame (line 3839) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteRotation3DKeyFrame (line 3853) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteSingleKeyFrame (line 3867) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteSizeKeyFrame (line 3881) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteStringKeyFrame (line 3895) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteThicknessKeyFrame (line 3909) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteVector3DKeyFrame (line 3923) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DiscreteVectorKeyFrame (line 3937) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DockPanel (line 3951) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DocumentPageView (line 3970) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DocumentReference (line 3988) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DocumentViewer (line 4005) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DocumentViewerBase (line 4024) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Double (line 4042) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DoubleAnimation (line 4057) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DoubleAnimationBase (line 4072) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DoubleAnimationUsingKeyFrames (line 4086) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DoubleAnimationUsingPath (line 4102) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DoubleCollection (line 4117) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DoubleCollectionConverter (line 4133) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DoubleConverter (line 4147) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DoubleIListConverter (line 4161) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DoubleKeyFrame (line 4175) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DoubleKeyFrameCollection (line 4186) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Drawing (line 4201) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DrawingBrush (line 4212) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DrawingCollection (line 4227) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DrawingContext (line 4242) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DrawingGroup (line 4253) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DrawingImage (line 4268) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DrawingVisual (line 4283) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DropShadowBitmapEffect (line 4297) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Duration (line 4311) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DurationConverter (line 4326) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DynamicResourceExtension (line 4340) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DynamicResourceExtensionConverter (line 4362) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Ellipse (line 4376) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_EllipseGeometry (line 4394) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_EmbossBitmapEffect (line 4409) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_EmissiveMaterial (line 4423) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_EnumConverter (line 4437) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_EventManager (line 4448) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_EventSetter (line 4459) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_EventTrigger (line 4473) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Expander (line 4488) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Expression (line 4507) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ExpressionConverter (line 4521) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Figure (line 4535) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FigureLength (line 4553) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FigureLengthConverter (line 4568) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FixedDocument (line 4582) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FixedDocumentSequence (line 4600) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FixedPage (line 4618) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Floater (line 4637) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FlowDocument (line 4655) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FlowDocumentPageViewer (line 4673) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FlowDocumentReader (line 4692) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FlowDocumentScrollViewer (line 4711) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FocusManager (line 4730) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FontFamily (line 4741) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FontFamilyConverter (line 4756) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FontSizeConverter (line 4770) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FontStretch (line 4784) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FontStretchConverter (line 4799) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FontStyle (line 4813) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FontStyleConverter (line 4828) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FontWeight (line 4842) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FontWeightConverter (line 4857) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FormatConvertedBitmap (line 4871) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Frame (line 4886) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FrameworkContentElement (line 4904) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FrameworkElement (line 4921) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FrameworkElementFactory (line 4939) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FrameworkPropertyMetadata (line 4953) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FrameworkPropertyMetadataOptions (line 4967) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FrameworkRichTextComposition (line 4982) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FrameworkTemplate (line 4993) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_FrameworkTextComposition (line 5007) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Freezable (line 5018) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GeneralTransform (line 5029) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GeneralTransformCollection (line 5040) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GeneralTransformGroup (line 5055) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Geometry (line 5070) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Geometry3D (line 5084) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GeometryCollection (line 5095) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GeometryConverter (line 5110) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GeometryDrawing (line 5124) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GeometryGroup (line 5138) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GeometryModel3D (line 5154) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GestureRecognizer (line 5168) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GifBitmapDecoder (line 5182) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GifBitmapEncoder (line 5193) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GlyphRun (line 5207) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GlyphRunDrawing (line 5221) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GlyphTypeface (line 5235) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Glyphs (line 5249) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GradientBrush (line 5267) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GradientStop (line 5282) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GradientStopCollection (line 5296) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Grid (line 5311) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GridLength (line 5330) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GridLengthConverter (line 5345) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GridSplitter (line 5359) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GridView (line 5377) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GridViewColumn (line 5392) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GridViewColumnHeader (line 5407) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GridViewHeaderRowPresenter (line 5426) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GridViewRowPresenter (line 5444) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GridViewRowPresenterBase (line 5462) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GroupBox (line 5479) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GroupItem (line 5498) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Guid (line 5517) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GuidConverter (line 5532) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_GuidelineSet (line 5546) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_HeaderedContentControl (line 5560) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_HeaderedItemsControl (line 5579) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_HierarchicalDataTemplate (line 5598) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_HostVisual (line 5614) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Hyperlink (line 5628) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_IAddChild (line 5646) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_IAddChildInternal (line 5657) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ICommand (line 5668) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_IComponentConnector (line 5682) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_INameScope (line 5693) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_IStyleConnector (line 5704) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_IconBitmapDecoder (line 5715) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Image (line 5726) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ImageBrush (line 5744) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ImageDrawing (line 5759) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ImageMetadata (line 5773) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ImageSource (line 5784) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ImageSourceConverter (line 5798) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InPlaceBitmapMetadataWriter (line 5812) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InkCanvas (line 5823) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InkPresenter (line 5842) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Inline (line 5861) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InlineCollection (line 5877) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InlineUIContainer (line 5892) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InputBinding (line 5910) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InputDevice (line 5921) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InputLanguageManager (line 5932) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InputManager (line 5943) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InputMethod (line 5954) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InputScope (line 5965) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InputScopeConverter (line 5980) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InputScopeName (line 5994) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InputScopeNameConverter (line 6010) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int16 (line 6024) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int16Animation (line 6039) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int16AnimationBase (line 6054) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int16AnimationUsingKeyFrames (line 6068) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int16Converter (line 6084) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int16KeyFrame (line 6098) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int16KeyFrameCollection (line 6109) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int32 (line 6124) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int32Animation (line 6139) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int32AnimationBase (line 6154) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int32AnimationUsingKeyFrames (line 6168) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int32Collection (line 6184) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int32CollectionConverter (line 6200) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int32Converter (line 6214) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int32KeyFrame (line 6228) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int32KeyFrameCollection (line 6239) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int32Rect (line 6254) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int32RectConverter (line 6269) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int64 (line 6283) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int64Animation (line 6298) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int64AnimationBase (line 6313) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int64AnimationUsingKeyFrames (line 6327) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int64Converter (line 6343) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int64KeyFrame (line 6357) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Int64KeyFrameCollection (line 6368) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Italic (line 6383) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ItemCollection (line 6401) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ItemsControl (line 6415) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ItemsPanelTemplate (line 6434) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ItemsPresenter (line 6449) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_JournalEntry (line 6467) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_JournalEntryListConverter (line 6478) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_JournalEntryUnifiedViewConverter (line 6492) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_JpegBitmapDecoder (line 6506) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_JpegBitmapEncoder (line 6517) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_KeyBinding (line 6531) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_KeyConverter (line 6545) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_KeyGesture (line 6559) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_KeyGestureConverter (line 6573) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_KeySpline (line 6587) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_KeySplineConverter (line 6602) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_KeyTime (line 6616) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_KeyTimeConverter (line 6631) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_KeyboardDevice (line 6645) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Label (line 6656) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LateBoundBitmapDecoder (line 6675) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LengthConverter (line 6686) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Light (line 6700) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Line (line 6711) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LineBreak (line 6729) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LineGeometry (line 6746) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LineSegment (line 6761) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearByteKeyFrame (line 6775) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearColorKeyFrame (line 6789) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearDecimalKeyFrame (line 6803) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearDoubleKeyFrame (line 6817) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearGradientBrush (line 6831) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearInt16KeyFrame (line 6847) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearInt32KeyFrame (line 6861) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearInt64KeyFrame (line 6875) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearPoint3DKeyFrame (line 6889) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearPointKeyFrame (line 6903) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearQuaternionKeyFrame (line 6917) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearRectKeyFrame (line 6931) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearRotation3DKeyFrame (line 6945) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearSingleKeyFrame (line 6959) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearSizeKeyFrame (line 6973) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearThicknessKeyFrame (line 6987) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearVector3DKeyFrame (line 7001) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LinearVectorKeyFrame (line 7015) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_List (line 7029) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ListBox (line 7047) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ListBoxItem (line 7066) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ListCollectionView (line 7085) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ListItem (line 7096) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ListView (line 7114) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ListViewItem (line 7133) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Localization (line 7152) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_LostFocusEventManager (line 7163) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MarkupExtension (line 7174) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Material (line 7185) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MaterialCollection (line 7196) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MaterialGroup (line 7211) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Matrix (line 7226) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Matrix3D (line 7241) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Matrix3DConverter (line 7256) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MatrixAnimationBase (line 7270) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MatrixAnimationUsingKeyFrames (line 7284) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MatrixAnimationUsingPath (line 7300) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MatrixCamera (line 7315) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MatrixConverter (line 7329) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MatrixKeyFrame (line 7343) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MatrixKeyFrameCollection (line 7354) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MatrixTransform (line 7369) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MatrixTransform3D (line 7384) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MediaClock (line 7398) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MediaElement (line 7409) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MediaPlayer (line 7427) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MediaTimeline (line 7441) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Menu (line 7456) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MenuBase (line 7475) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MenuItem (line 7493) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MenuScrollingVisibilityConverter (line 7512) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MeshGeometry3D (line 7526) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Model3D (line 7540) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Model3DCollection (line 7551) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Model3DGroup (line 7566) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ModelVisual3D (line 7581) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ModifierKeysConverter (line 7596) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MouseActionConverter (line 7610) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MouseBinding (line 7624) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MouseDevice (line 7638) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MouseGesture (line 7649) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MouseGestureConverter (line 7664) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MultiBinding (line 7678) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MultiBindingExpression (line 7693) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MultiDataTrigger (line 7707) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_MultiTrigger (line 7722) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_NameScope (line 7737) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_NavigationWindow (line 7752) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_NullExtension (line 7770) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_NullableBoolConverter (line 7784) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_NullableConverter (line 7798) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_NumberSubstitution (line 7809) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Object (line 7823) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ObjectAnimationBase (line 7838) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ObjectAnimationUsingKeyFrames (line 7852) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ObjectDataProvider (line 7868) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ObjectKeyFrame (line 7882) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ObjectKeyFrameCollection (line 7893) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_OrthographicCamera (line 7908) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_OuterGlowBitmapEffect (line 7922) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Page (line 7936) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PageContent (line 7955) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PageFunctionBase (line 7974) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Panel (line 7992) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Paragraph (line 8010) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ParallelTimeline (line 8028) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ParserContext (line 8044) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PasswordBox (line 8058) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Path (line 8076) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PathFigure (line 8094) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PathFigureCollection (line 8109) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PathFigureCollectionConverter (line 8125) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PathGeometry (line 8139) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PathSegment (line 8155) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PathSegmentCollection (line 8166) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PauseStoryboard (line 8181) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Pen (line 8195) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PerspectiveCamera (line 8209) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PixelFormat (line 8223) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PixelFormatConverter (line 8238) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PngBitmapDecoder (line 8252) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PngBitmapEncoder (line 8263) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Point (line 8277) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Point3D (line 8292) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Point3DAnimation (line 8307) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Point3DAnimationBase (line 8322) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Point3DAnimationUsingKeyFrames (line 8336) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Point3DCollection (line 8352) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Point3DCollectionConverter (line 8368) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Point3DConverter (line 8382) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Point3DKeyFrame (line 8396) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Point3DKeyFrameCollection (line 8407) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Point4D (line 8422) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Point4DConverter (line 8437) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PointAnimation (line 8451) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PointAnimationBase (line 8466) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PointAnimationUsingKeyFrames (line 8480) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PointAnimationUsingPath (line 8496) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PointCollection (line 8511) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PointCollectionConverter (line 8527) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PointConverter (line 8541) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PointIListConverter (line 8555) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PointKeyFrame (line 8569) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PointKeyFrameCollection (line 8580) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PointLight (line 8595) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PointLightBase (line 8609) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PolyBezierSegment (line 8620) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PolyLineSegment (line 8634) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PolyQuadraticBezierSegment (line 8648) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Polygon (line 8662) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Polyline (line 8680) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Popup (line 8698) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PresentationSource (line 8717) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PriorityBinding (line 8728) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PriorityBindingExpression (line 8743) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ProgressBar (line 8757) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ProjectionCamera (line 8775) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PropertyPath (line 8786) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PropertyPathConverter (line 8800) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_QuadraticBezierSegment (line 8814) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Quaternion (line 8828) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_QuaternionAnimation (line 8843) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_QuaternionAnimationBase (line 8858) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_QuaternionAnimationUsingKeyFrames (line 8872) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_QuaternionConverter (line 8888) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_QuaternionKeyFrame (line 8902) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_QuaternionKeyFrameCollection (line 8913) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_QuaternionRotation3D (line 8928) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RadialGradientBrush (line 8942) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RadioButton (line 8958) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RangeBase (line 8977) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Rect (line 8994) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Rect3D (line 9009) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Rect3DConverter (line 9024) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RectAnimation (line 9038) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RectAnimationBase (line 9053) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RectAnimationUsingKeyFrames (line 9067) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RectConverter (line 9083) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RectKeyFrame (line 9097) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RectKeyFrameCollection (line 9108) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Rectangle (line 9123) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RectangleGeometry (line 9141) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RelativeSource (line 9156) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RemoveStoryboard (line 9186) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RenderOptions (line 9200) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RenderTargetBitmap (line 9211) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RepeatBehavior (line 9225) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RepeatBehaviorConverter (line 9240) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RepeatButton (line 9254) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ResizeGrip (line 9273) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ResourceDictionary (line 9291) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ResourceKey (line 9307) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ResumeStoryboard (line 9318) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RichTextBox (line 9332) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RotateTransform (line 9351) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RotateTransform3D (line 9366) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Rotation3D (line 9380) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Rotation3DAnimation (line 9391) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Rotation3DAnimationBase (line 9406) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Rotation3DAnimationUsingKeyFrames (line 9420) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Rotation3DKeyFrame (line 9436) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Rotation3DKeyFrameCollection (line 9447) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RoutedCommand (line 9462) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RoutedEvent (line 9477) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RoutedEventConverter (line 9491) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RoutedUICommand (line 9505) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RoutingStrategy (line 9520) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RowDefinition (line 9535) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Run (line 9552) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RuntimeNamePropertyAttribute (line 9570) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SByte (line 9581) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SByteConverter (line 9596) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ScaleTransform (line 9610) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ScaleTransform3D (line 9625) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ScrollBar (line 9639) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ScrollContentPresenter (line 9657) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ScrollViewer (line 9675) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Section (line 9694) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SeekStoryboard (line 9712) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Selector (line 9726) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Separator (line 9744) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SetStoryboardSpeedRatio (line 9762) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Setter (line 9776) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SetterBase (line 9790) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Shape (line 9801) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Single (line 9818) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SingleAnimation (line 9833) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SingleAnimationBase (line 9848) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SingleAnimationUsingKeyFrames (line 9862) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SingleConverter (line 9878) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SingleKeyFrame (line 9892) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SingleKeyFrameCollection (line 9903) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Size (line 9918) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Size3D (line 9933) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Size3DConverter (line 9948) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SizeAnimation (line 9962) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SizeAnimationBase (line 9977) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SizeAnimationUsingKeyFrames (line 9991) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SizeConverter (line 10007) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SizeKeyFrame (line 10021) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SizeKeyFrameCollection (line 10032) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SkewTransform (line 10047) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SkipStoryboardToFill (line 10062) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Slider (line 10076) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SolidColorBrush (line 10094) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SoundPlayerAction (line 10109) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Span (line 10123) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SpecularMaterial (line 10141) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SpellCheck (line 10155) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineByteKeyFrame (line 10166) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineColorKeyFrame (line 10180) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineDecimalKeyFrame (line 10194) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineDoubleKeyFrame (line 10208) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineInt16KeyFrame (line 10222) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineInt32KeyFrame (line 10236) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineInt64KeyFrame (line 10250) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplinePoint3DKeyFrame (line 10264) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplinePointKeyFrame (line 10278) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineQuaternionKeyFrame (line 10292) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineRectKeyFrame (line 10306) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineRotation3DKeyFrame (line 10320) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineSingleKeyFrame (line 10334) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineSizeKeyFrame (line 10348) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineThicknessKeyFrame (line 10362) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineVector3DKeyFrame (line 10376) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SplineVectorKeyFrame (line 10390) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SpotLight (line 10404) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StackPanel (line 10418) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StaticExtension (line 10437) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StaticResourceExtension (line 10461) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StatusBar (line 10482) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StatusBarItem (line 10501) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StickyNoteControl (line 10520) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StopStoryboard (line 10537) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Storyboard (line 10551) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StreamGeometry (line 10567) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StreamGeometryContext (line 10582) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StreamResourceInfo (line 10593) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_String (line 10607) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StringAnimationBase (line 10621) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StringAnimationUsingKeyFrames (line 10635) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StringConverter (line 10651) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StringKeyFrame (line 10665) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StringKeyFrameCollection (line 10676) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StrokeCollection (line 10691) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StrokeCollectionConverter (line 10707) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Style (line 10721) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Stylus (line 10737) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_StylusDevice (line 10748) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TabControl (line 10759) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TabItem (line 10778) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TabPanel (line 10797) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Table (line 10816) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TableCell (line 10834) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TableColumn (line 10852) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TableRow (line 10869) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TableRowGroup (line 10887) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TabletDevice (line 10905) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TemplateBindingExpression (line 10916) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TemplateBindingExpressionConverter (line 10930) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TemplateBindingExtension (line 10944) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TemplateBindingExtensionConverter (line 10966) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TemplateKey (line 10980) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TemplateKeyConverter (line 10994) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TextBlock (line 11008) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TextBox (line 11027) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TextBoxBase (line 11046) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TextComposition (line 11063) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TextCompositionManager (line 11074) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TextDecoration (line 11085) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TextDecorationCollection (line 11099) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TextDecorationCollectionConverter (line 11115) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TextEffect (line 11129) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TextEffectCollection (line 11143) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TextElement (line 11158) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TextSearch (line 11174) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ThemeDictionaryExtension (line 11185) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Thickness (line 11206) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ThicknessAnimation (line 11221) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ThicknessAnimationBase (line 11236) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ThicknessAnimationUsingKeyFrames (line 11250) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ThicknessConverter (line 11266) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ThicknessKeyFrame (line 11280) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ThicknessKeyFrameCollection (line 11291) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Thumb (line 11306) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TickBar (line 11324) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TiffBitmapDecoder (line 11342) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TiffBitmapEncoder (line 11353) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TileBrush (line 11367) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TimeSpan (line 11381) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TimeSpanConverter (line 11396) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Timeline (line 11410) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TimelineCollection (line 11424) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TimelineGroup (line 11439) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ToggleButton (line 11454) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ToolBar (line 11473) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ToolBarOverflowPanel (line 11492) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ToolBarPanel (line 11511) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ToolBarTray (line 11530) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ToolTip (line 11549) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ToolTipService (line 11568) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Track (line 11579) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Transform (line 11597) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Transform3D (line 11611) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Transform3DCollection (line 11622) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Transform3DGroup (line 11637) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TransformCollection (line 11652) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TransformConverter (line 11667) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TransformGroup (line 11681) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TransformedBitmap (line 11697) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TranslateTransform (line 11712) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TranslateTransform3D (line 11727) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TreeView (line 11741) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TreeViewItem (line 11760) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Trigger (line 11779) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TriggerAction (line 11794) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TriggerBase (line 11805) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TypeExtension (line 11816) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TypeTypeConverter (line 11838) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Typography (line 11852) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_UIElement (line 11863) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_UInt16 (line 11878) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_UInt16Converter (line 11893) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_UInt32 (line 11907) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_UInt32Converter (line 11922) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_UInt64 (line 11936) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_UInt64Converter (line 11951) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_UShortIListConverter (line 11965) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Underline (line 11979) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_UniformGrid (line 11997) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Uri (line 12016) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_UriTypeConverter (line 12030) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_UserControl (line 12044) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Validation (line 12063) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Vector (line 12074) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Vector3D (line 12089) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Vector3DAnimation (line 12104) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Vector3DAnimationBase (line 12119) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Vector3DAnimationUsingKeyFrames (line 12133) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Vector3DCollection (line 12149) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Vector3DCollectionConverter (line 12165) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Vector3DConverter (line 12179) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Vector3DKeyFrame (line 12193) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Vector3DKeyFrameCollection (line 12204) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_VectorAnimation (line 12219) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_VectorAnimationBase (line 12234) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_VectorAnimationUsingKeyFrames (line 12248) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_VectorCollection (line 12264) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_VectorCollectionConverter (line 12280) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_VectorConverter (line 12294) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_VectorKeyFrame (line 12308) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_VectorKeyFrameCollection (line 12319) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_VideoDrawing (line 12334) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ViewBase (line 12348) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Viewbox (line 12359) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Viewport3D (line 12378) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Viewport3DVisual (line 12397) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_VirtualizingPanel (line 12412) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_VirtualizingStackPanel (line 12430) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Visual (line 12449) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Visual3D (line 12460) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_VisualBrush (line 12471) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_VisualTarget (line 12486) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_WeakEventManager (line 12497) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_WhitespaceSignificantCollectionAttribute (line 12508) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Window (line 12522) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_WmpBitmapDecoder (line 12541) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_WmpBitmapEncoder (line 12552) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_WrapPanel (line 12566) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_WriteableBitmap (line 12585) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XamlBrushSerializer (line 12599) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XamlInt32CollectionSerializer (line 12613) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XamlPathDataSerializer (line 12627) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XamlPoint3DCollectionSerializer (line 12641) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XamlPointCollectionSerializer (line 12655) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XamlReader (line 12669) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XamlStyleSerializer (line 12683) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XamlTemplateSerializer (line 12697) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XamlVector3DCollectionSerializer (line 12711) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XamlWriter (line 12725) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XmlDataProvider (line 12736) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XmlLangPropertyAttribute (line 12751) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XmlLanguage (line 12762) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XmlLanguageConverter (line 12776) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XmlNamespaceMapping (line 12790) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ZoomPercentageConverter (line 12804) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CommandBinding (line 12818) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_XmlNamespaceMappingCollection (line 12832) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PageContentCollection (line 12847) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_DocumentReferenceCollection (line 12861) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_KeyboardNavigationMode (line 12875) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Enum (line 12890) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RelativeSourceMode (line 12901) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PenLineJoin (line 12916) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_PenLineCap (line 12931) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_InputBindingCollection (line 12946) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_CommandBindingCollection (line 12961) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Stretch (line 12976) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_Orientation (line 12991) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TextAlignment (line 13006) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_NavigationUIVisibility (line 13021) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_JournalOwnership (line 13036) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ScrollBarVisibility (line 13051) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_TriggerCollection (line 13066) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_UIElementCollection (line 13080) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_SetterBaseCollection (line 13094) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ColumnDefinitionCollection (line 13109) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_RowDefinitionCollection (line 13123) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ItemContainerTemplate (line 13137) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_ItemContainerTemplateKey (line 13153) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Create_BamlType_KeyboardNavigation (line 13175) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/WpfKnownMember.cs class WpfKnownMember (line 13) | internal class WpfKnownMember : WpfXamlMember type BoolMemberBits (line 15) | [Flags] method WpfKnownMember (line 65) | public WpfKnownMember(XamlSchemaContext schema, method WpfKnownMember (line 77) | public WpfKnownMember(XamlSchemaContext schema, method LookupIsUnknown (line 89) | protected override bool LookupIsUnknown() method Freeze (line 94) | public void Freeze() method CheckFrozen (line 99) | private void CheckFrozen() method LookupInvoker (line 107) | protected override System.Xaml.Schema.XamlMemberInvoker LookupInvoker() method LookupTypeConverter (line 148) | protected override XamlValueConverter LookupTypeConvert... method LookupDeferringLoader (line 175) | protected override XamlValueConverter LookupDefer... method LookupIsReadOnly (line 185) | protected override bool LookupIsReadOnly() method LookupType (line 190) | protected override XamlType LookupType() method LookupUnderlyingMember (line 199) | protected override MemberInfo LookupUnderlyingMember() method LookupIsAmbient (line 204) | protected override bool LookupIsAmbient() method LookupIsWritePublic (line 209) | protected override bool LookupIsWritePublic() method LookupIsReadPublic (line 214) | protected override bool LookupIsReadPublic() method GetAsContentProperty (line 220) | protected override WpfXamlMember GetAsContentProperty() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/WpfKnownMemberInvoker.cs class WpfKnownMemberInvoker (line 9) | internal class WpfKnownMemberInvoker : XamlMemberInvoker method WpfKnownMemberInvoker (line 15) | public WpfKnownMemberInvoker(WpfKnownMember member) : base(member) method GetValue (line 20) | public override object GetValue(object instance) method SetValue (line 32) | public override void SetValue(object instance, object value) method ShouldSerializeValue (line 44) | public override ShouldSerializeResult ShouldSerializeValue(object inst... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/WpfKnownType.cs class WpfKnownType (line 14) | internal class WpfKnownType : WpfXamlType, ICustomAttributeProvider type BoolTypeBits (line 17) | [Flags] method WpfKnownType (line 63) | public WpfKnownType(XamlSchemaContext schema, method WpfKnownType (line 71) | public WpfKnownType(XamlSchemaContext schema, method Freeze (line 84) | public void Freeze() method CheckFrozen (line 89) | private void CheckFrozen() method LookupContentProperty (line 102) | protected override XamlMember LookupContentProperty() method LookupAliasedProperty (line 117) | protected override XamlMember LookupAliasedProperty(XamlDirective dire... method LookupCollectionKind (line 181) | protected override XamlCollectionKind LookupCollectionKind() method LookupIsWhitespaceSignificantCollection (line 196) | protected override bool LookupIsWhitespaceSignificantCollection() method LookupTypeConverter (line 211) | protected override XamlValueConverter LookupTypeConvert... method LookupDeferringLoader (line 250) | protected override XamlValueConverter LookupDefer... method LookupSetMarkupExtensionHandler (line 260) | protected override EventHandler LookupPositionalParameters(int para... method LookupCustomAttributeProvider (line 350) | protected override ICustomAttributeProvider LookupCustomAttributeProvi... method GetCustomAttributes (line 357) | object[] ICustomAttributeProvider.GetCustomAttributes(bool inherit) method GetCustomAttributes (line 362) | object[] ICustomAttributeProvider.GetCustomAttributes(Type attributeTy... method TryGetCustomAttribute (line 384) | private bool TryGetCustomAttribute(Type attributeType, out Attribute r... method IsDefined (line 415) | bool ICustomAttributeProvider.IsDefined(Type attributeType, bool inherit) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/WpfKnownTypeInvoker.cs class WpfKnownTypeInvoker (line 8) | internal class WpfKnownTypeInvoker : XamlTypeInvoker method WpfKnownTypeInvoker (line 12) | public WpfKnownTypeInvoker(WpfKnownType type) method CreateInstance (line 18) | public override object CreateInstance(object[] arguments) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/WpfMemberInvoker.cs class WpfMemberInvoker (line 9) | internal class WpfMemberInvoker : XamlMemberInvoker method WpfMemberInvoker (line 15) | public WpfMemberInvoker(WpfXamlMember member) : base(member) method SetValue (line 20) | public override void SetValue(object instance, object value) method GetValue (line 44) | public override object GetValue(object instance) method ShouldSerializeValue (line 64) | public override ShouldSerializeResult ShouldSerializeValue(object inst... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/WpfSharedBamlSchemaContext.cs class Baml6KnownTypes (line 11) | internal static class Baml6KnownTypes class WpfSharedBamlSchemaContext (line 25) | internal partial class WpfSharedBamlSchemaContext: XamlSchemaContext method WpfSharedBamlSchemaContext (line 37) | public WpfSharedBamlSchemaContext() method WpfSharedBamlSchemaContext (line 42) | public WpfSharedBamlSchemaContext(XamlSchemaContextSettings settings) method Initialize (line 48) | private void Initialize() method GetKnownBamlString (line 60) | internal string GetKnownBamlString(Int16 stringId) method GetKnownBamlAssembly (line 79) | internal Baml6Assembly GetKnownBamlAssembly(Int16 assemblyId) method CreateKnownBamlAssembly (line 96) | internal Baml6Assembly CreateKnownBamlAssembly(Int16 assemblyId) method GetKnownBamlType (line 116) | internal WpfKnownType GetKnownBamlType(short typeId) method GetKnownBamlMember (line 145) | internal WpfKnownMember GetKnownBamlMember(short memberId) method GetXamlType (line 175) | public override XamlType GetXamlType(Type type) method GetUnknownXamlType (line 188) | private XamlType GetUnknownXamlType(Type type) method GetKnownXamlType (line 204) | internal XamlType GetKnownXamlType(Type type) method GetDeferringLoader (line 246) | internal XamlValueConverter GetDeferringLoader(Ty... method GetTypeConverter (line 251) | internal XamlValueConverter GetTypeConverter(Type conve... method GetXamlType (line 263) | protected override XamlType GetXamlType(string xamlNamespace, string n... method GetXamlTypeExposed (line 268) | public XamlType GetXamlTypeExposed(string xamlNamespace, string name, ... method ResolvePrefixedNameWithAdditionalWpfSemantics (line 273) | internal Type ResolvePrefixedNameWithAdditionalWpfSemantics(string pre... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/WpfSharedXamlSchemaContext.cs class WpfSharedXamlSchemaContext (line 8) | internal class WpfSharedXamlSchemaContext : WpfSharedBamlSchemaContext method WpfSharedXamlSchemaContext (line 13) | public WpfSharedXamlSchemaContext(XamlSchemaContextSettings settings, ... method GetXamlType (line 18) | public override XamlType GetXamlType(Type type) method RequireRuntimeType (line 41) | internal static void RequireRuntimeType(Type type) method GetXamlTypeInternal (line 54) | internal XamlType GetXamlTypeInternal(string xamlNamespace, string nam... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/WpfXamlMember.cs class WpfXamlMember (line 10) | internal class WpfXamlMember : XamlMember, System.Windows.Markup.IProvid... type BoolMemberBits (line 12) | [Flags] method WpfXamlMember (line 21) | public WpfXamlMember(DependencyProperty dp, bool isAttachable) method WpfXamlMember (line 32) | public WpfXamlMember(RoutedEvent re, bool isAttachable) method WpfXamlMember (line 43) | public WpfXamlMember(DependencyProperty dp, method WpfXamlMember (line 55) | public WpfXamlMember(DependencyProperty dp, method WpfXamlMember (line 66) | public WpfXamlMember(RoutedEvent re, method WpfXamlMember (line 77) | public WpfXamlMember(RoutedEvent re, method WpfXamlMember (line 89) | protected WpfXamlMember(string name, XamlType declaringType, bool isAt... method GetAsContentProperty (line 121) | protected virtual WpfXamlMember GetAsContentProperty() method LookupType (line 148) | protected override XamlType LookupType() method LookupUnderlyingMember (line 178) | protected override MemberInfo LookupUnderlyingMember() method LookupUnderlyingSetter (line 192) | protected override MethodInfo LookupUnderlyingSetter() method LookupUnderlyingGetter (line 207) | protected override MethodInfo LookupUnderlyingGetter() method LookupIsReadOnly (line 222) | protected override bool LookupIsReadOnly() method LookupIsEvent (line 231) | protected override bool LookupIsEvent() method LookupInvoker (line 240) | protected override XamlMemberInvoker LookupInvoker() method LookupIsUnknown (line 245) | protected override bool LookupIsUnknown() method LookupDeferringLoader (line 251) | protected override XamlValueConverter LookupDefe... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Baml2006/WpfXamlType.cs class WpfXamlType (line 14) | internal class WpfXamlType : XamlType type BoolTypeBits (line 16) | [Flags] method WpfXamlType (line 74) | public WpfXamlType(Type type, XamlSchemaContext schema, bool isBamlSce... method LookupContentProperty (line 81) | protected override XamlMember LookupContentProperty() method LookupIsNameScope (line 92) | protected override bool LookupIsNameScope() method FindMember (line 116) | private XamlMember FindMember(string name, bool isAttached, bool skipR... method LookupMember (line 166) | protected override XamlMember LookupMember(string name, bool skipReadO... method LookupAttachableMember (line 171) | protected override XamlMember LookupAttachableMember(string name) method LookupAllMembers (line 176) | protected override IEnumerable LookupAllMembers() method FindKnownMember (line 200) | private XamlMember FindKnownMember(string name, bool isAttachable) method FindRoutedEventBackedProperty (line 222) | private XamlMember FindRoutedEventBackedProperty(string name, bool isA... method FindDependencyPropertyBackedProperty (line 290) | private XamlMember FindDependencyPropertyBackedProperty(string name, b... method CacheAndReturnXamlMember (line 354) | private XamlMember CacheAndReturnXamlMember(XamlMember xamlMember) method GetAttachedRoutedEvent (line 381) | private XamlMember GetAttachedRoutedEvent(string name, RoutedEvent re) method GetRoutedEvent (line 391) | private XamlMember GetRoutedEvent(string name, RoutedEvent re, bool sk... method GetAttachedDependencyProperty (line 401) | private XamlMember GetAttachedDependencyProperty(string name, Dependen... method GetRegularDependencyProperty (line 414) | private XamlMember GetRegularDependencyProperty(string name, Dependenc... method FindKnownMember (line 435) | private static XamlMember FindKnownMember(WpfXamlType wpfXamlType, str... method LookupCollectionKind (line 478) | protected override XamlCollectionKind LookupCollectionKind() method FindBaseXamlMember (line 524) | internal XamlMember FindBaseXamlMember(string name, bool isAttachable) method GetFlag (line 536) | internal static bool GetFlag(ref byte bitField, byte typeBit) method SetFlag (line 541) | internal static void SetFlag(ref byte bitField, byte typeBit, bool value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/BamlBinaryReader.cs class BamlBinaryReader (line 16) | internal class BamlBinaryReader: BinaryReader method BamlBinaryReader (line 18) | public BamlBinaryReader(Stream stream, Encoding code) method Read7BitEncodedInt (line 23) | public new int Read7BitEncodedInt() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/BamlBinaryWriter.cs class BamlBinaryWriter (line 19) | internal class BamlBinaryWriter: BinaryWriter method BamlBinaryWriter (line 21) | public BamlBinaryWriter(Stream stream, Encoding code) method Write7BitEncodedInt (line 26) | public new void Write7BitEncodedInt(int value) method SizeOf7bitEncodedSize (line 31) | public static int SizeOf7bitEncodedSize(int size) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/BamlCollectionHolder.cs class BamlCollectionHolder (line 12) | internal class BamlCollectionHolder method BamlCollectionHolder (line 14) | internal BamlCollectionHolder() method BamlCollectionHolder (line 18) | internal BamlCollectionHolder(BamlRecordReader reader, object parent, ... method BamlCollectionHolder (line 23) | internal BamlCollectionHolder(BamlRecordReader reader, object parent, ... method SetPropertyValue (line 113) | internal void SetPropertyValue() method InitDefaultValue (line 155) | internal void InitDefaultValue() method CheckReadOnly (line 202) | private void CheckReadOnly() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/BamlMapTable.cs method BamlMapTable (line 59) | internal BamlMapTable(XamlTypeMapper xamlTypeMapper) method CreateKnownTypeFromId (line 81) | internal object CreateKnownTypeFromId(short id) method GetKnownTypeFromId (line 93) | internal static Type GetKnownTypeFromId(short id) method GetKnownTypeIdFromName (line 106) | internal static short GetKnownTypeIdFromName( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/BamlReader.cs type BamlNodeType (line 26) | internal enum BamlNodeType class BamlReader (line 147) | internal class BamlReader method BamlReader (line 155) | public BamlReader(Stream bamlStream) method Read (line 311) | public bool Read() method AddToPropertyInfoCollection (line 329) | private void AddToPropertyInfoCollection(object info) method Close (line 341) | public void Close() method MoveToFirstProperty (line 356) | public bool MoveToFirstProperty() method MoveToNextProperty (line 374) | public bool MoveToNextProperty() method GetNextRecord (line 478) | private void GetNextRecord() method ReadNextRecord (line 508) | private void ReadNextRecord() method ReadProperties (line 675) | private void ReadProperties() method ProcessPropertyRecord (line 696) | private void ProcessPropertyRecord() method ReadXmlnsPropertyRecord (line 808) | private void ReadXmlnsPropertyRecord() method ReadPropertyRecord (line 840) | private void ReadPropertyRecord() method ReadContentPropertyRecord (line 850) | private void ReadContentPropertyRecord() method ReadPropertyStringRecord (line 870) | private void ReadPropertyStringRecord() method ReadPropertyTypeRecord (line 886) | private void ReadPropertyTypeRecord() method ReadPropertyWithExtensionRecord (line 900) | private void ReadPropertyWithExtensionRecord() method ReadPropertyWithStaticResourceIdRecord (line 912) | private void ReadPropertyWithStaticResourceIdRecord() method ReadPropertyRecordCore (line 940) | private BamlPropertyInfo ReadPropertyRecordCore(string value) method ReadPropertyCustomRecord (line 964) | private void ReadPropertyCustomRecord() method GetPropertyCustomRecordInfo (line 970) | private BamlPropertyInfo GetPropertyCustomRecordInfo() method ReadDefAttributeRecord (line 1093) | private void ReadDefAttributeRecord() method ReadPresentationOptionsAttributeRecord (line 1122) | private void ReadPresentationOptionsAttributeRecord() method ReadDefAttributeKeyTypeRecord (line 1152) | private void ReadDefAttributeKeyTypeRecord() method ReadDeferableContentRecord (line 1197) | private void ReadDeferableContentRecord() method ReadDeferKeys (line 1218) | private Int64 ReadDeferKeys() method ProcessDeferKey (line 1248) | private void ProcessDeferKey() method CheckForSharedness (line 1390) | private BamlKeyInfo CheckForSharedness() method ProcessKeyTree (line 1423) | private BamlKeyInfo ProcessKeyTree() method ProcessStaticResourceTree (line 1705) | private void ProcessStaticResourceTree(List srRecords) method ReadStaticResourceId (line 1739) | private void ReadStaticResourceId() method EscapeString (line 1755) | private string EscapeString(string value) method ReadRoutedEventRecord (line 1791) | private void ReadRoutedEventRecord() method ReadClrEventRecord (line 1805) | private void ReadClrEventRecord() method ReadDocumentStartRecord (line 1819) | private void ReadDocumentStartRecord() method ReadDocumentEndRecord (line 1844) | private void ReadDocumentEndRecord() method ReadAssemblyInfoRecord (line 1860) | private void ReadAssemblyInfoRecord() method ReadPIMappingRecord (line 1882) | private void ReadPIMappingRecord() method ReadLiteralContentRecord (line 1926) | private void ReadLiteralContentRecord() method ReadConnectionIdRecord (line 1935) | private void ReadConnectionIdRecord() method ReadElementStartRecord (line 1950) | private void ReadElementStartRecord() method ReadElementEndRecord (line 2019) | private void ReadElementEndRecord() method ReadPropertyComplexStartRecord (line 2067) | private void ReadPropertyComplexStartRecord() method ReadPropertyComplexEndRecord (line 2115) | private void ReadPropertyComplexEndRecord() method ReadTextRecord (line 2181) | private void ReadTextRecord() method ReadConstructorStart (line 2214) | private void ReadConstructorStart() method ReadConstructorEnd (line 2238) | private void ReadConstructorEnd() method InsertDeferedKey (line 2269) | private void InsertDeferedKey(Int32 valueOffset) method ClearProperties (line 2321) | private void ClearProperties() method SetCommonPropertyInfo (line 2349) | private BamlAttributeInfoRecord SetCommonPropertyInfo( method GetTemplateBindingExtensionValueString (line 2370) | private string GetTemplateBindingExtensionValueString(short memberId) method GetStaticExtensionValueString (line 2427) | private string GetStaticExtensionValueString(short memberId) method GetExtensionPrefixString (line 2502) | private string GetExtensionPrefixString(string extensionName) method GetInnerExtensionValueString (line 2519) | private string GetInnerExtensionValueString(IOptimizedMarkupExtension ... method GetExtensionValueString (line 2540) | private string GetExtensionValueString(IOptimizedMarkupExtension optim... method GetTypeValueString (line 2580) | private string GetTypeValueString(short typeId) method GetAssemblyAndPrefixAndXmlns (line 2622) | private void GetAssemblyAndPrefixAndXmlns( method SetXmlNamespace (line 2673) | private void SetXmlNamespace(string clrNamespace, string assemblyFullN... method GetXmlNamespaceList (line 2691) | private List GetXmlNamespaceList(string clrNamespace, string a... method GetXmlnsPrefix (line 2704) | internal string GetXmlnsPrefix(string xmlns) method GetXmlnsPrefix (line 2730) | private string GetXmlnsPrefix(List xmlnsList) class BamlNodeInfo (line 2878) | internal class BamlNodeInfo method BamlNodeInfo (line 2881) | internal BamlNodeInfo() class BamlPropertyInfo (line 2977) | internal class BamlPropertyInfo : BamlNodeInfo method BamlPropertyInfo (line 2980) | internal BamlPropertyInfo() class BamlContentPropertyInfo (line 3004) | internal class BamlContentPropertyInfo : BamlNodeInfo class BamlKeyInfo (line 3019) | [DebuggerDisplay("{_offset}")] method BamlKeyInfo (line 3023) | internal BamlKeyInfo() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/BamlRecordHelper.cs class BamlRecordHelper (line 17) | internal static class BamlRecordHelper method IsMapTableRecordType (line 24) | internal static bool IsMapTableRecordType( BamlRecordType bamlRecordTy... method IsDebugBamlRecordType (line 41) | internal static bool IsDebugBamlRecordType(BamlRecordType recordType) method HasDebugExtensionRecord (line 52) | internal static bool HasDebugExtensionRecord(bool isDebugBamlStream, B... method DoesRecordTypeHaveDebugExtension (line 65) | internal static bool DoesRecordTypeHaveDebugExtension(BamlRecordType r... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/BamlRecordReader.cs type ReaderFlags (line 29) | internal enum ReaderFlags : ushort class BamlRecordReader (line 71) | internal class BamlRecordReader method BamlRecordReader (line 78) | internal BamlRecordReader( method BamlRecordReader (line 86) | internal BamlRecordReader( method BamlRecordReader (line 112) | internal BamlRecordReader( method BamlRecordReader (line 132) | protected internal BamlRecordReader() method Initialize (line 143) | internal void Initialize() method GetNextRecord (line 184) | internal BamlRecord GetNextRecord() method ReadNextRecordWithDebugExtension (line 277) | internal BamlRecord ReadNextRecordWithDebugExtension( method ReadDebugExtensionRecord (line 293) | internal BamlRecord ReadDebugExtensionRecord() method ProcessDebugBamlRecord (line 316) | internal void ProcessDebugBamlRecord(BamlRecord bamlRecord) method GetNextRecordType (line 335) | internal BamlRecordType GetNextRecordType() method Close (line 354) | internal void Close() method Read (line 363) | internal bool Read(bool singleRecord) method Read (line 398) | internal bool Read() method Read (line 409) | internal bool Read( method ReadVersionHeader (line 420) | internal void ReadVersionHeader() method ReadElement (line 438) | internal object ReadElement(Int64 startPosition, method ReadConnectionId (line 519) | protected virtual void ReadConnectionId(BamlConnectionIdRecord bamlCon... method ReadDocumentStartRecord (line 530) | private void ReadDocumentStartRecord(BamlDocumentStartRecord documentS... method ReadDocumentEndRecord (line 535) | private void ReadDocumentEndRecord() method ReadRecord (line 546) | internal virtual bool ReadRecord(BamlRecord bamlRecord) method ReadXmlnsPropertyRecord (line 790) | protected virtual void ReadXmlnsPropertyRecord(BamlXmlnsPropertyRecord... method GetElementAndFlags (line 825) | private void GetElementAndFlags( method GetFlagsFromType (line 871) | protected ReaderFlags GetFlagsFromType(Type elementType) method CheckForTreeAdd (line 898) | internal static void CheckForTreeAdd(ref ReaderFlags flags, ReaderCont... method SetDependencyValue (line 921) | internal void SetDependencyValue(DependencyObject dependencyObject, De... method SetDependencyValueCore (line 937) | internal virtual void SetDependencyValueCore(DependencyObject dependen... method ProvideValueFromMarkupExtension (line 951) | internal object ProvideValueFromMarkupExtension(MarkupExtension markup... method BaseReadElementStartRecord (line 986) | internal void BaseReadElementStartRecord( method ReadElementStartRecord (line 1125) | protected virtual bool ReadElementStartRecord(BamlElementStartRecord b... method ReadElementEndRecord (line 1166) | protected internal virtual void ReadElementEndRecord(bool fromNestedBa... method ReadKeyElementStartRecord (line 1234) | internal virtual void ReadKeyElementStartRecord( method ReadKeyElementEndRecord (line 1253) | internal virtual void ReadKeyElementEndRecord() method ReadConstructorParameterTypeRecord (line 1264) | internal virtual void ReadConstructorParameterTypeRecord( method ReadContentPropertyRecord (line 1272) | internal virtual void ReadContentPropertyRecord( method ReadConstructorParametersStartRecord (line 1370) | internal virtual void ReadConstructorParametersStartRecord() method ReadConstructorParametersEndRecord (line 1378) | internal virtual void ReadConstructorParametersEndRecord() method ProcessConstructorParameter (line 1576) | private void ProcessConstructorParameter(ParameterInfo paramInfo, obje... method ReadDeferableContentStart (line 1668) | internal virtual void ReadDeferableContentStart( method BaseReadDeferableContentStart (line 1723) | internal void BaseReadDeferableContentStart( method ReadStaticResourceIdRecord (line 1906) | protected virtual void ReadStaticResourceIdRecord( method ReadPropertyWithStaticResourceIdRecord (line 1924) | protected virtual void ReadPropertyWithStaticResourceIdRecord( method GetStaticResourceFromId (line 1954) | internal StaticResourceHolder GetStaticResourceFromId(short staticReso... method ReadLiteralContentRecord (line 1969) | internal virtual void ReadLiteralContentRecord( method ReadPropertyComplexStartRecord (line 2025) | protected virtual void ReadPropertyComplexStartRecord( method ReadPropertyComplexEndRecord (line 2077) | protected virtual void ReadPropertyComplexEndRecord() method GetCustomDependencyPropertyValue (line 2082) | internal DependencyProperty GetCustomDependencyPropertyValue(BamlPrope... method GetCustomDependencyPropertyValue (line 2088) | internal DependencyProperty GetCustomDependencyPropertyValue(BamlPrope... method GetCustomValue (line 2128) | internal object GetCustomValue(BamlPropertyCustomRecord bamlPropertyRe... method ReadPropertyCustomRecord (line 2174) | protected virtual void ReadPropertyCustomRecord(BamlPropertyCustomReco... method ReadPropertyRecord (line 2265) | protected virtual void ReadPropertyRecord(BamlPropertyRecord bamlPrope... method ReadPropertyConverterRecord (line 2280) | protected virtual void ReadPropertyConverterRecord(BamlPropertyWithCon... method ReadPropertyStringRecord (line 2296) | protected virtual void ReadPropertyStringRecord(BamlPropertyStringRefe... method GetInnerExtensionValue (line 2310) | private object GetInnerExtensionValue(IOptimizedMarkupExtension optimi... method GetStaticExtensionValue (line 2331) | private object GetStaticExtensionValue(short memberId) method GetExtensionValue (line 2370) | internal virtual object GetExtensionValue( method ReadPropertyWithExtensionRecord (line 2419) | protected virtual void ReadPropertyWithExtensionRecord(BamlPropertyWit... method BaseReadOptimizedMarkupExtension (line 2444) | private void BaseReadOptimizedMarkupExtension( method SetPropertyValue (line 2503) | private bool SetPropertyValue( Object o, WpfPropertyDefinition propert... method ReadPropertyTypeRecord (line 2620) | protected virtual void ReadPropertyTypeRecord(BamlPropertyTypeReferenc... method ReadPropertyRecordBase (line 2670) | private void ReadPropertyRecordBase( method DoRegisterName (line 2920) | private void DoRegisterName( string name, object element ) method ReadPropertyArrayStartRecord (line 2960) | protected void ReadPropertyArrayStartRecord(BamlPropertyArrayStartReco... method ReadPropertyArrayEndRecord (line 2981) | protected virtual void ReadPropertyArrayEndRecord() method ReadPropertyIListStartRecord (line 3007) | protected virtual void ReadPropertyIListStartRecord( method ReadPropertyIListEndRecord (line 3054) | protected virtual void ReadPropertyIListEndRecord() method ReadPropertyIDictionaryStartRecord (line 3063) | protected virtual void ReadPropertyIDictionaryStartRecord( method ReadPropertyIDictionaryEndRecord (line 3078) | protected virtual void ReadPropertyIDictionaryEndRecord() method SetCollectionPropertyValue (line 3085) | private void SetCollectionPropertyValue(ReaderContextStackData context) method InitPropertyCollection (line 3112) | private void InitPropertyCollection(BamlCollectionHolder holder, Reade... method GetCollectionHolderFromContext (line 3143) | private BamlCollectionHolder GetCollectionHolderFromContext(ReaderCont... method GetDictionaryFromContext (line 3164) | protected IDictionary GetDictionaryFromContext(ReaderContextStackData ... method GetListFromContext (line 3185) | private IList GetListFromContext(ReaderContextStackData context) method GetIAddChildFromContext (line 3206) | private IAddChild GetIAddChildFromContext(ReaderContextStackData context) method GetArrayExtensionFromContext (line 3227) | private ArrayExtension GetArrayExtensionFromContext(ReaderContextStack... method ReadDefAttributeRecord (line 3262) | protected virtual void ReadDefAttributeRecord(BamlDefAttributeRecord b... method ReadDefAttributeKeyTypeRecord (line 3338) | protected virtual void ReadDefAttributeKeyTypeRecord( method SetKeyOnContext (line 3356) | private void SetKeyOnContext( method ReadTextRecord (line 3393) | protected virtual void ReadTextRecord(BamlTextRecord bamlTextRecord) method ReadPresentationOptionsAttributeRecord (line 3587) | protected virtual void ReadPresentationOptionsAttributeRecord(BamlPres... method SetDependencyComplexProperty (line 3617) | private void SetDependencyComplexProperty(object o) method SetDependencyComplexProperty (line 3632) | private void SetDependencyComplexProperty( method catch (line 3708) | catch (Exception e) method IsNullable (line 3732) | internal static bool IsNullable(Type t) method OptionallyMakeNullable (line 3739) | internal object OptionallyMakeNullable(Type propertyType, object o, stri... method TryOptionallyMakeNullable (line 3757) | internal static bool TryOptionallyMakeNullable( Type propertyType, strin... method SetClrComplexPropertyCore (line 3785) | internal virtual void SetClrComplexPropertyCore(object parentObject, obj... method SetClrComplexProperty (line 3821) | private void SetClrComplexProperty(object o) method SetClrComplexProperty (line 3837) | private void SetClrComplexProperty(object parentObject, MemberInfo membe... method SetConstructorParameter (line 3870) | private void SetConstructorParameter(object o) method SetXmlnsOnCurrentObject (line 3908) | protected void SetXmlnsOnCurrentObject(BamlXmlnsPropertyRecord xmlnsRecord) method ParseProperty (line 3936) | internal object ParseProperty( method ThrowPropertyParseError (line 3975) | private void ThrowPropertyParseError( method GetObjectFromString (line 4012) | private object GetObjectFromString(Type type, string s, short converterT... method Lookup (line 4020) | private static object Lookup( method FindResourceInParserStack (line 4048) | internal object FindResourceInParserStack( method FindResourceInRootOrAppOrTheme (line 4143) | private object FindResourceInRootOrAppOrTheme( method FindResourceInParentChain (line 4174) | internal object FindResourceInParentChain( method LoadResource (line 4202) | internal object LoadResource(string resourceNameString) method GetObjectDataFromContext (line 4220) | private object GetObjectDataFromContext(ReaderContextStackData context) method GetCurrentObjectData (line 4247) | internal object GetCurrentObjectData() method GetParentObjectData (line 4257) | protected object GetParentObjectData() method PushContext (line 4263) | internal void PushContext( method PushContext (line 4273) | internal void PushContext( method PopContext (line 4316) | internal void PopContext() method GetBaseUri (line 4340) | private Uri GetBaseUri( ) method ElementInitialize (line 4363) | private bool ElementInitialize(object element, string name) method ElementEndInit (line 4467) | private void ElementEndInit(ref object element) method SetPropertyValueToParent (line 4544) | private void SetPropertyValueToParent(bool fromStartTag) method SetPropertyValueToParent (line 4550) | private void SetPropertyValueToParent(bool fromStartTag, out bool isMark... method GetParentType (line 4780) | private Type GetParentType() method GetElementValue (line 4802) | private object GetElementValue(object element, object parent, object con... method CheckExplicitCollectionTag (line 4820) | private bool CheckExplicitCollectionTag(ref bool isMarkupExtension) method AddToContentProperty (line 4873) | private void AddToContentProperty(object container, object contentProper... method catch (line 4986) | catch (Exception e) class StaticResourceHolder (line 5636) | internal class StaticResourceHolder : StaticResourceExtension method StaticResourceHolder (line 5640) | internal StaticResourceHolder(object resourceKey, DeferredResourceRefe... type WpfPropertyDefinition (line 5667) | internal struct WpfPropertyDefinition method WpfPropertyDefinition (line 5669) | public WpfPropertyDefinition(BamlRecordReader reader, short attributeI... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/BamlRecordWriter.cs class BamlRecordWriter (line 38) | internal class BamlRecordWriter method BamlRecordWriter (line 46) | public BamlRecordWriter( method WriteBamlRecord (line 71) | internal virtual void WriteBamlRecord( method SetParseMode (line 107) | internal void SetParseMode(XamlParseMode xamlParseMode) method SetMaxAsyncRecords (line 128) | internal virtual void SetMaxAsyncRecords(int maxAsyncRecords) class KeyDeferRecord (line 1758) | private class KeyDeferRecord : DeferRecord method KeyDeferRecord (line 1760) | internal KeyDeferRecord ( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/BamlRecords.cs type BamlRecordType (line 36) | internal enum BamlRecordType : byte type BamlAttributeUsage (line 348) | internal enum BamlAttributeUsage : short class BamlRecordManager (line 364) | internal class BamlRecordManager method ReadNextRecord (line 372) | internal BamlRecord ReadNextRecord( method AsIAddChild (line 450) | internal static IAddChild AsIAddChild(object obj) method TreatAsIAddChild (line 460) | internal static bool TreatAsIAddChild(Type parentObjectType) method GetPropertyStartRecordType (line 465) | internal static BamlRecordType GetPropertyStartRecordType(Type propert... class BamlRecord (line 792) | internal abstract class BamlRecord method LoadRecordSize (line 800) | internal virtual bool LoadRecordSize( method LoadRecordData (line 810) | internal virtual void LoadRecordData(BinaryReader bamlBinaryReader) method Write (line 817) | internal virtual void Write(BinaryWriter bamlBinaryWriter) method WriteRecordData (line 840) | internal virtual void WriteRecordData(BinaryWriter bamlBinaryWriter) method Pin (line 908) | internal void Pin() method Unpin (line 918) | internal void Unpin() method Copy (line 926) | internal virtual void Copy(BamlRecord record) method ToString (line 969) | public override string ToString() method GetTypeName (line 974) | protected static string GetTypeName(int typeId) method IsContentRecord (line 991) | internal static bool IsContentRecord( BamlRecordType bamlRecordType ) class BamlVariableSizedRecord (line 1011) | internal abstract class BamlVariableSizedRecord : BamlRecord method LoadRecordSize (line 1019) | internal override bool LoadRecordSize( method LoadVariableRecordSize (line 1035) | internal static bool LoadVariableRecordSize( method ComputeSizeOfVariableLengthRecord (line 1053) | protected int ComputeSizeOfVariableLengthRecord(long start, long end) method Write (line 1063) | internal override void Write(BinaryWriter bamlBinaryWriter) method WriteRecordSize (line 1101) | internal void WriteRecordSize(BinaryWriter bamlBinaryWriter) method Copy (line 1107) | internal override void Copy(BamlRecord record) class BamlXmlnsPropertyRecord (line 1148) | internal class BamlXmlnsPropertyRecord : BamlVariableSizedRecord method LoadRecordData (line 1154) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 1178) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 1206) | internal override void Copy(BamlRecord record) class BamlPIMappingRecord (line 1255) | internal class BamlPIMappingRecord : BamlVariableSizedRecord method LoadRecordData (line 1261) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 1269) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 1278) | internal override void Copy(BamlRecord record) class BamlStringValueRecord (line 1356) | internal abstract class BamlStringValueRecord : BamlVariableSizedRecord method LoadRecordData (line 1362) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 1369) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 1375) | internal override void Copy(BamlRecord record) type IBamlDictionaryKey (line 1403) | internal interface IBamlDictionaryKey method UpdateValuePosition (line 1407) | void UpdateValuePosition( type IOptimizedMarkupExtension (line 1437) | internal interface IOptimizedMarkupExtension class BamlDefAttributeKeyTypeRecord (line 1462) | internal class BamlDefAttributeKeyTypeRecord : BamlElementStartRecord,... method BamlDefAttributeKeyTypeRecord (line 1464) | internal BamlDefAttributeKeyTypeRecord() method LoadRecordData (line 1473) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 1483) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method UpdateValuePosition (line 1496) | void IBamlDictionaryKey.UpdateValuePosition( method Copy (line 1514) | internal override void Copy(BamlRecord record) class BamlDefAttributeKeyStringRecord (line 1644) | internal class BamlDefAttributeKeyStringRecord : BamlStringValueRecord... method BamlDefAttributeKeyStringRecord (line 1646) | internal BamlDefAttributeKeyStringRecord() method LoadRecordData (line 1655) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 1666) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method UpdateValuePosition (line 1679) | void IBamlDictionaryKey.UpdateValuePosition( method Copy (line 1697) | internal override void Copy(BamlRecord record) class BamlDefAttributeRecord (line 1836) | internal class BamlDefAttributeRecord : BamlStringValueRecord method LoadRecordData (line 1842) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 1851) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 1858) | internal override void Copy(BamlRecord record) class BamlPresentationOptionsAttributeRecord (line 1925) | internal class BamlPresentationOptionsAttributeRecord : BamlStringValueR... method LoadRecordData (line 1931) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 1940) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 1947) | internal override void Copy(BamlRecord record) class BamlPropertyComplexStartRecord (line 2004) | internal class BamlPropertyComplexStartRecord : BamlRecord method LoadRecordData (line 2009) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 2015) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 2021) | internal override void Copy(BamlRecord record) method ToString (line 2054) | public override string ToString() class BamlPropertyStringReferenceRecord (line 2070) | internal class BamlPropertyStringReferenceRecord : BamlPropertyComplexSt... method LoadRecordData (line 2075) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 2082) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 2089) | internal override void Copy(BamlRecord record) class BamlPropertyTypeReferenceRecord (line 2133) | internal class BamlPropertyTypeReferenceRecord : BamlPropertyComplexStar... method LoadRecordData (line 2138) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 2145) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 2152) | internal override void Copy(BamlRecord record) class BamlPropertyWithConverterRecord (line 2192) | internal class BamlPropertyWithConverterRecord : BamlPropertyRecord method LoadRecordData (line 2197) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 2204) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 2211) | internal override void Copy(BamlRecord record) class BamlPropertyRecord (line 2254) | internal class BamlPropertyRecord : BamlStringValueRecord method LoadRecordData (line 2259) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 2266) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 2273) | internal override void Copy(BamlRecord record) method ToString (line 2300) | public override string ToString() class BamlPropertyWithExtensionRecord (line 2317) | internal class BamlPropertyWithExtensionRecord : BamlRecord, IOptimizedM... method LoadRecordData (line 2322) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 2335) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 2352) | internal override void Copy(BamlRecord record) method ToString (line 2437) | public override string ToString() class BamlPropertyCustomWriteInfoRecord (line 2463) | internal class BamlPropertyCustomWriteInfoRecord : BamlPropertyCustomRecord method WriteRecordData (line 2465) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 2610) | internal override void Copy(BamlRecord record) class BamlPropertyCustomRecord (line 2684) | internal class BamlPropertyCustomRecord : BamlVariableSizedRecord method LoadRecordData (line 2689) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method GetCustomValue (line 2714) | internal object GetCustomValue(BinaryReader reader, Type propertyType,... method Copy (line 2803) | internal override void Copy(BamlRecord record) class BamlPropertyArrayEndRecord (line 2903) | internal class BamlPropertyArrayEndRecord : BamlRecord class BamlConstructorParametersStartRecord (line 2915) | internal class BamlConstructorParametersStartRecord : BamlRecord class BamlConstructorParametersEndRecord (line 2927) | internal class BamlConstructorParametersEndRecord : BamlRecord class BamlConstructorParameterTypeRecord (line 2939) | internal class BamlConstructorParameterTypeRecord : BamlRecord method LoadRecordData (line 2944) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 2950) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 2956) | internal override void Copy(BamlRecord record) class BamlPropertyIListEndRecord (line 2993) | internal class BamlPropertyIListEndRecord : BamlRecord class BamlPropertyIDictionaryEndRecord (line 3005) | internal class BamlPropertyIDictionaryEndRecord : BamlRecord class BamlPropertyComplexEndRecord (line 3017) | internal class BamlPropertyComplexEndRecord : BamlRecord class BamlPropertyArrayStartRecord (line 3030) | internal class BamlPropertyArrayStartRecord : BamlPropertyComplexStartRe... class BamlPropertyIListStartRecord (line 3042) | internal class BamlPropertyIListStartRecord : BamlPropertyComplexStartRe... class BamlPropertyIDictionaryStartRecord (line 3054) | internal class BamlPropertyIDictionaryStartRecord : BamlPropertyComplexS... class BamlRoutedEventRecord (line 3066) | internal class BamlRoutedEventRecord : BamlStringValueRecord method LoadRecordData (line 3071) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 3078) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 3085) | internal override void Copy(BamlRecord record) class BamlLiteralContentRecord (line 3122) | internal class BamlLiteralContentRecord : BamlStringValueRecord method LoadRecordData (line 3127) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 3136) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) class BamlConnectionIdRecord (line 3158) | internal class BamlConnectionIdRecord : BamlRecord method LoadRecordData (line 3161) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 3167) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 3173) | internal override void Copy(BamlRecord record) class BamlElementStartRecord (line 3205) | internal class BamlElementStartRecord : BamlRecord method LoadRecordData (line 3210) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 3219) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method ToString (line 3290) | public override string ToString() class BamlNamedElementStartRecord (line 3338) | internal class BamlNamedElementStartRecord : BamlElementStartRecord method LoadRecordData (line 3343) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 3350) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 3361) | internal override void Copy(BamlRecord record) class BamlDeferableContentStartRecord (line 3409) | internal class BamlDeferableContentStartRecord : BamlRecord method LoadRecordData (line 3414) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 3420) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method UpdateContentSize (line 3429) | internal void UpdateContentSize( method Copy (line 3447) | internal override void Copy(BamlRecord record) class BamlStaticResourceStartRecord (line 3532) | internal class BamlStaticResourceStartRecord : BamlElementStartRecord class BamlStaticResourceEndRecord (line 3552) | internal class BamlStaticResourceEndRecord : BamlElementEndRecord class BamlOptimizedStaticResourceRecord (line 3572) | internal class BamlOptimizedStaticResourceRecord : BamlRecord, IOptimize... method LoadRecordData (line 3577) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 3587) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 3603) | internal override void Copy(BamlRecord record) method ToString (line 3678) | public override string ToString() class BamlStaticResourceIdRecord (line 3698) | internal class BamlStaticResourceIdRecord : BamlRecord method LoadRecordData (line 3703) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 3709) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 3715) | internal override void Copy(BamlRecord record) method ToString (line 3753) | public override string ToString() class BamlPropertyWithStaticResourceIdRecord (line 3774) | internal class BamlPropertyWithStaticResourceIdRecord : BamlStaticResour... method LoadRecordData (line 3779) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 3786) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 3793) | internal override void Copy(BamlRecord record) method ToString (line 3831) | public override string ToString() class BamlTextRecord (line 3844) | internal class BamlTextRecord : BamlStringValueRecord class BamlTextWithIdRecord (line 3857) | internal class BamlTextWithIdRecord : BamlTextRecord method LoadRecordData (line 3862) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 3868) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 3874) | internal override void Copy(BamlRecord record) class BamlTextWithConverterRecord (line 3906) | internal class BamlTextWithConverterRecord : BamlTextRecord method LoadRecordData (line 3911) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 3918) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 3925) | internal override void Copy(BamlRecord record) class BamlDocumentStartRecord (line 3967) | internal class BamlDocumentStartRecord : BamlRecord method Write (line 3973) | internal override void Write(BinaryWriter bamlBinaryWriter) method UpdateWrite (line 3991) | internal virtual void UpdateWrite(BinaryWriter bamlBinaryWriter) method LoadRecordData (line 4010) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 4018) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 4026) | internal override void Copy(BamlRecord record) class BamlElementEndRecord (line 4086) | internal class BamlElementEndRecord : BamlRecord class BamlKeyElementStartRecord (line 4099) | internal class BamlKeyElementStartRecord : BamlDefAttributeKeyTypeRecord... method BamlKeyElementStartRecord (line 4101) | internal BamlKeyElementStartRecord() class BamlKeyElementEndRecord (line 4117) | internal class BamlKeyElementEndRecord : BamlElementEndRecord class BamlDocumentEndRecord (line 4130) | internal class BamlDocumentEndRecord : BamlRecord class BamlAssemblyInfoRecord (line 4148) | internal class BamlAssemblyInfoRecord : BamlVariableSizedRecord method BamlAssemblyInfoRecord (line 4150) | internal BamlAssemblyInfoRecord() method LoadRecordData (line 4160) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 4168) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 4176) | internal override void Copy(BamlRecord record) class BamlTypeInfoRecord (line 4266) | internal class BamlTypeInfoRecord : BamlVariableSizedRecord method BamlTypeInfoRecord (line 4268) | internal BamlTypeInfoRecord() method LoadRecordData (line 4278) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 4291) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 4301) | internal override void Copy(BamlRecord record) type TypeInfoFlags (line 4444) | [Flags] class BamlTypeInfoWithSerializerRecord (line 4466) | internal class BamlTypeInfoWithSerializerRecord : BamlTypeInfoRecord method BamlTypeInfoWithSerializerRecord (line 4468) | internal BamlTypeInfoWithSerializerRecord() method LoadRecordData (line 4477) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 4485) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 4492) | internal override void Copy(BamlRecord record) class BamlAttributeInfoRecord (line 4564) | internal class BamlAttributeInfoRecord : BamlVariableSizedRecord method BamlAttributeInfoRecord (line 4566) | internal BamlAttributeInfoRecord() method LoadRecordData (line 4576) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 4586) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 4596) | internal override void Copy(BamlRecord record) method GetPropertyType (line 4653) | internal Type GetPropertyType() method SetPropertyMember (line 4693) | internal void SetPropertyMember (object propertyMember) method GetPropertyMember (line 4734) | internal object GetPropertyMember(bool onlyPropInfo) method ToString (line 4925) | public override string ToString() class BamlStringInfoRecord (line 4954) | internal class BamlStringInfoRecord : BamlVariableSizedRecord method BamlStringInfoRecord (line 4956) | internal BamlStringInfoRecord() method LoadRecordData (line 4966) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 4974) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 4982) | internal override void Copy(BamlRecord record) method ToString (line 5033) | public override string ToString() class BamlContentPropertyRecord (line 5066) | internal class BamlContentPropertyRecord : BamlRecord method LoadRecordData (line 5072) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 5079) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 5086) | internal override void Copy(BamlRecord record) class BamlLineAndPositionRecord (line 5125) | internal class BamlLineAndPositionRecord : BamlRecord method LoadRecordData (line 5130) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 5137) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 5144) | internal override void Copy(BamlRecord record) method ToString (line 5187) | public override string ToString() class BamlLinePositionRecord (line 5197) | internal class BamlLinePositionRecord : BamlRecord method LoadRecordData (line 5202) | internal override void LoadRecordData(BinaryReader bamlBinaryReader) method WriteRecordData (line 5208) | internal override void WriteRecordData(BinaryWriter bamlBinaryWriter) method Copy (line 5214) | internal override void Copy(BamlRecord record) method ToString (line 5248) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/BamlVersionHeader.cs class BamlVersionHeader (line 16) | internal class BamlVersionHeader method BamlVersionHeader (line 24) | static BamlVersionHeader() method BamlVersionHeader (line 31) | public BamlVersionHeader() method LoadVersion (line 61) | internal void LoadVersion(BinaryReader bamlBinaryReader) method WriteVersion (line 90) | internal void WriteVersion(BinaryWriter bamlBinaryWriter) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/BamlWriter.cs class BamlWriter (line 18) | internal class BamlWriter : IParserHelper method BamlWriter (line 25) | public BamlWriter( method Close (line 62) | public void Close() method LookupNamespace (line 71) | string IParserHelper.LookupNamespace(string prefix) method GetElementType (line 76) | bool IParserHelper.GetElementType( method CanResolveLocalAssemblies (line 124) | bool IParserHelper.CanResolveLocalAssemblies() method WriteStartDocument (line 141) | public void WriteStartDocument() method WriteEndDocument (line 164) | public void WriteEndDocument() method WriteConnectionId (line 180) | public void WriteConnectionId(Int32 connectionId) method WriteStartElement (line 196) | public void WriteStartElement( method WriteEndElement (line 234) | public void WriteEndElement() method WriteStartConstructor (line 251) | public void WriteStartConstructor() method WriteEndConstructor (line 266) | public void WriteEndConstructor() method WriteProperty (line 291) | public void WriteProperty( method WriteContentProperty (line 431) | public void WriteContentProperty( method WriteXmlnsProperty (line 457) | public void WriteXmlnsProperty( method WriteDefAttribute (line 494) | public void WriteDefAttribute( method WritePresentationOptionsAttribute (line 593) | public void WritePresentationOptionsAttribute( method WriteStartComplexProperty (line 616) | public void WriteStartComplexProperty( method WriteEndComplexProperty (line 747) | public void WriteEndComplexProperty() method WriteLiteralContent (line 805) | public void WriteLiteralContent( method WritePIMapping (line 822) | public void WritePIMapping( method WriteText (line 850) | public void WriteText( method WriteRoutedEvent (line 881) | public void WriteRoutedEvent( method WriteEvent (line 914) | public void WriteEvent( method ProcessMarkupExtensionNodes (line 950) | private void ProcessMarkupExtensionNodes() method VerifyWriteState (line 1012) | private void VerifyWriteState() method VerifyEndTagState (line 1034) | private void VerifyEndTagState( method GetAssembly (line 1060) | private Assembly GetAssembly(string assemblyName) method GetType (line 1089) | private Type GetType( method GetDpOrPi (line 1114) | private object GetDpOrPi( method GetDpOrPi (line 1177) | private void GetDpOrPi( method GetMi (line 1199) | private MethodInfo GetMi(Type ownerType, string propName) method GetMi (line 1227) | private MethodInfo GetMi( method Push (line 1257) | private void Push(BamlRecordType recordType) method Push (line 1263) | private void Push(BamlRecordType recordType, Type elementType) method Pop (line 1270) | private BamlRecordType Pop() method PeekRecordType (line 1278) | private BamlRecordType PeekRecordType() method PeekElementType (line 1286) | private Type PeekElementType() method CheckEndAttributes (line 1295) | private void CheckEndAttributes() class WriteStackNode (line 1322) | private class WriteStackNode method WriteStackNode (line 1324) | public WriteStackNode( method WriteStackNode (line 1331) | public WriteStackNode( class BamlWriterXamlTypeMapper (line 1401) | internal class BamlWriterXamlTypeMapper : XamlTypeMapper method BamlWriterXamlTypeMapper (line 1403) | internal BamlWriterXamlTypeMapper( method AllowInternalType (line 1416) | protected sealed override bool AllowInternalType(Type type) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/DependencyPropertyConverter.cs class DependencyPropertyConverter (line 21) | public sealed class DependencyPropertyConverter : TypeConverter method CanConvertFrom (line 31) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 50) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 62) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 87) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... method ResolveProperty (line 94) | internal static DependencyProperty ResolveProperty(IServiceProvider se... method GetTypeFromName (line 240) | private static Type GetTypeFromName(XamlSchemaContext schemaContext, FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/FilteredXmlReader.cs class FilteredXmlReader (line 43) | internal class FilteredXmlReader : XmlTextReader method GetAttribute (line 119) | public override string GetAttribute( int attributeIndex ) method GetAttribute (line 126) | public override string GetAttribute( string attributeName ) method GetAttribute (line 138) | public override string GetAttribute( string localName, string namespac... method MoveToAttribute (line 151) | public override void MoveToAttribute( int attributeIndex ) method MoveToAttribute (line 158) | public override bool MoveToAttribute( string attributeName ) method MoveToAttribute (line 170) | public override bool MoveToAttribute( string localName, string namespa... method MoveToFirstAttribute (line 183) | public override bool MoveToFirstAttribute() method MoveToNextAttribute (line 192) | public override bool MoveToNextAttribute() method Read (line 201) | public override bool Read() method FilteredXmlReader (line 231) | internal FilteredXmlReader( string xmlFragment, XmlNodeType fragmentTy... method CheckForUidAttribute (line 275) | private void CheckForUidAttribute() method CheckForUidOrNamespaceRedef (line 286) | private bool CheckForUidOrNamespaceRedef(bool previousSuccessValue) method CheckForPrefixUpdate (line 314) | private void CheckForPrefixUpdate() method CheckForNamespaceRedef (line 329) | private void CheckForNamespaceRedef() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/IHaveResources.cs type IHaveResources (line 14) | internal interface IHaveResources FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/IStreamInfo.cs type IStreamInfo (line 15) | internal interface IStreamInfo FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/IStyleConnector.cs type IStyleConnector (line 14) | public interface IStyleConnector method Connect (line 20) | void Connect(int connectionId, object target); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/KnownTypes.cs type KnownElements (line 63) | internal enum KnownElements : short type KnownProperties (line 830) | internal enum KnownProperties : short class KnownTypes (line 1107) | internal static partial class KnownTypes method CreateKnownElement (line 1113) | internal static object CreateKnownElement(KnownElements knownElement) method GetKnownDependencyPropertyFromId (line 1670) | internal static DependencyProperty GetKnownDependencyPropertyFromId(Kn... method GetKnownElementFromKnownCommonProperty (line 1956) | internal static KnownElements GetKnownElementFromKnownCommonProperty(K... method GetKnownClrPropertyNameFromId (line 2405) | internal static string GetKnownClrPropertyNameFromId(KnownProperties k... method GetCollectionForCPA (line 2414) | internal static IList GetCollectionForCPA(object o, KnownElements know... method CanCollectionTypeAcceptStrings (line 2545) | internal static bool CanCollectionTypeAcceptStrings(KnownElements know... method GetContentPropertyName (line 2576) | internal static string GetContentPropertyName(KnownElements knownElement) method GetKnownPropertyAttributeId (line 2796) | internal static short GetKnownPropertyAttributeId(KnownElements typeID... method IsStandardLengthProp (line 3676) | private static bool IsStandardLengthProp(string propName) method GetKnownTypeConverterId (line 3688) | internal static KnownElements GetKnownTypeConverterId(KnownElements kn... method GetKnownTypeConverterIdForProperty (line 3814) | internal static KnownElements GetKnownTypeConverterIdForProperty( class TypeIndexer (line 4743) | internal partial class TypeIndexer method Initialize (line 4751) | public void Initialize(Assembly asmFramework, Assembly asmCore, Assemb... method InitializeOneType (line 4769) | private Type InitializeOneType(KnownElements knownElement) method InitializeOneType (line 5543) | private Type InitializeOneType(KnownElements knownElement) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/KnownTypesHelper.cs class KnownTypes (line 15) | internal static partial class KnownTypes method InitializeKnownTypes (line 28) | internal static void InitializeKnownTypes(Assembly asmFramework, Assem... method Clear (line 33) | internal static void Clear() class TypeIndexer (line 42) | internal partial class TypeIndexer method TypeIndexer (line 44) | public TypeIndexer(int size) method Clear (line 64) | internal void Clear() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Localizer/BamlLocalizabilityResolver.cs class BamlLocalizabilityResolver (line 15) | public abstract class BamlLocalizabilityResolver method GetElementLocalizability (line 25) | public abstract ElementLocalizability GetElementLocalizability( method GetPropertyLocalizability (line 39) | public abstract LocalizabilityAttribute GetPropertyLocalizability( method ResolveFormattingTagToClass (line 51) | public abstract string ResolveFormattingTagToClass( method ResolveAssemblyFromClass (line 60) | public abstract string ResolveAssemblyFromClass( class ElementLocalizability (line 68) | public class ElementLocalizability method ElementLocalizability (line 76) | public ElementLocalizability() method ElementLocalizability (line 85) | public ElementLocalizability(string formattingTag, LocalizabilityAttri... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Localizer/BamlLocalizableResource.cs class BamlLocalizableResource (line 13) | public class BamlLocalizableResource method BamlLocalizableResource (line 22) | public BamlLocalizableResource() : this ( method BamlLocalizableResource (line 35) | public BamlLocalizableResource( method BamlLocalizableResource (line 54) | internal BamlLocalizableResource(BamlLocalizableResource other) method Equals (line 164) | public override bool Equals(object other) method GetHashCode (line 179) | public override int GetHashCode() type LocalizationFlags (line 199) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Localizer/BamlLocalizableResourceKey.cs class BamlLocalizableResourceKey (line 13) | public class BamlLocalizableResourceKey method BamlLocalizableResourceKey (line 18) | internal BamlLocalizableResourceKey( method BamlLocalizableResourceKey (line 43) | public BamlLocalizableResourceKey( method Equals (line 97) | public bool Equals(BamlLocalizableResourceKey other) method Equals (line 114) | public override bool Equals(object other) method GetHashCode (line 123) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Localizer/BamlLocalizationDictionary.cs class BamlLocalizationDictionaryEnumerator (line 17) | public sealed class BamlLocalizationDictionaryEnumerator : IDictionaryEn... method BamlLocalizationDictionaryEnumerator (line 19) | internal BamlLocalizationDictionaryEnumerator(IEnumerator enumerator) method MoveNext (line 27) | public bool MoveNext() method Reset (line 35) | public void Reset() type BamlLocalizationDictEnumerator (line 112) | internal readonly struct BamlLocalizationDictEnumerator method BamlLocalizationDictEnumerator (line 116) | public BamlLocalizationDictEnumerator(BamlLocalizationDictionary dicti... method GetEnumerator (line 125) | public Dictionary... class BamlLocalizationDictionary (line 133) | public sealed class BamlLocalizationDictionary : IDictionary method BamlLocalizationDictionary (line 138) | public BamlLocalizationDictionary() method GetStructEnumerator (line 147) | internal Dictionary GetEnumerator(); method CopyTo (line 354) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 379) | IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); method Copy (line 385) | internal BamlLocalizationDictionary Copy() method SetRootElementKey (line 401) | internal void SetRootElementKey(BamlLocalizableResourceKey key) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Localizer/BamlLocalizer.cs class BamlLocalizer (line 17) | public class BamlLocalizer method BamlLocalizer (line 27) | public BamlLocalizer(Stream source) : this (source, null) method BamlLocalizer (line 36) | public BamlLocalizer( method BamlLocalizer (line 49) | public BamlLocalizer( method ExtractResources (line 67) | public BamlLocalizationDictionary ExtractResources() method UpdateBaml (line 77) | public void UpdateBaml( method OnErrorNotify (line 120) | protected virtual void OnErrorNotify(BamlLocalizerErrorNotifyEventArgs e) method RaiseErrorNotifyEvent (line 132) | internal void RaiseErrorNotifyEvent(BamlLocalizerErrorNotifyEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Localizer/BamlLocalizerError.cs type BamlLocalizerError (line 10) | public enum BamlLocalizerError FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Localizer/BamlLocalizerErrorNotifyEventArgs.cs class BamlLocalizerErrorNotifyEventArgs (line 9) | public class BamlLocalizerErrorNotifyEventArgs : EventArgs method BamlLocalizerErrorNotifyEventArgs (line 14) | internal BamlLocalizerErrorNotifyEventArgs(BamlLocalizableResourceKey ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/MarkupExtensionParser.cs type IParserHelper (line 25) | internal interface IParserHelper method LookupNamespace (line 27) | string LookupNamespace(string prefix); method GetElementType (line 29) | bool GetElementType( method CanResolveLocalAssemblies (line 38) | bool CanResolveLocalAssemblies(); class MarkupExtensionParser (line 45) | internal class MarkupExtensionParser method MarkupExtensionParser (line 50) | internal MarkupExtensionParser( method IsMarkupExtensionAttribute (line 62) | internal AttributeData IsMarkupExtensionAttribute( method IsMarkupExtensionDefAttribute (line 87) | internal DefAttributeData IsMarkupExtensionDefAttribute( method LooksLikeAMarkupExtension (line 111) | internal static bool LooksLikeAMarkupExtension(string attrValue) method AddEscapeToLiteralString (line 133) | internal static string AddEscapeToLiteralString( string literalString ) method GetKnownExtensionFromType (line 148) | private KnownElements GetKnownExtensionFromType(Type extensionType, ou... method IsSimpleTypeExtensionArgs (line 187) | private bool IsSimpleTypeExtensionArgs( method IsSimpleExtension (line 224) | private bool IsSimpleExtension( method IsSimpleExtensionArgs (line 295) | private bool IsSimpleExtensionArgs(int lineNumber, method GetMarkupExtensionTypeAndArgs (line 334) | internal static bool GetMarkupExtensionTypeAndArgs( method FillDefAttributeData (line 442) | private DefAttributeData FillDefAttributeData( method FillAttributeData (line 476) | private AttributeData FillAttributeData( method GetExtensionType (line 543) | private bool GetExtensionType( method CompileAttributes (line 606) | internal ArrayList CompileAttributes( method CompileAttribute (line 625) | internal void CompileAttribute( method CompileAttributeCore (line 729) | internal void CompileAttributeCore( method CompileDictionaryKeys (line 816) | internal ArrayList CompileDictionaryKeys( method CompileDictionaryKey (line 834) | internal void CompileDictionaryKey( method TokenizeAttributes (line 907) | private ArrayList TokenizeAttributes ( method AddToTokenList (line 1177) | private static void AddToTokenList(ArrayList list, StringBuilder sb, b... method FindLongestConstructor (line 1197) | private ParameterInfo[] FindLongestConstructor(Type extensionType, out... method WriteConstructorParams (line 1220) | private void WriteConstructorParams( method WriteProperties (line 1332) | private void WriteProperties( method ResolveAttributeNamespaceURI (line 1448) | private string ResolveAttributeNamespaceURI(string prefix, string name... method GetBracketCharacterForProperty (line 1476) | private SpecialBracketCharacters GetBracketCharacterForProperty(string... method CompileProperty (line 1490) | private void CompileProperty( method RemoveEscapes (line 1612) | internal static void RemoveEscapes(ref string value) method GetAttributeContext (line 1646) | private AttributeContext GetAttributeContext( method ThrowException (line 1688) | private void ThrowException( method ThrowException (line 1701) | private void ThrowException( method ThrowException (line 1715) | private void ThrowException( method ThrowExceptionWithLine (line 1730) | private void ThrowExceptionWithLine( class UnknownMarkupExtension (line 1752) | internal class UnknownMarkupExtension FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/ParserContext.cs type IUriContext (line 35) | internal interface IUriContext class ParserContext (line 55) | public class ParserContext : IUriContext method ParserContext (line 63) | public ParserContext() method Initialize (line 71) | internal void Initialize() method ParserContext (line 89) | public ParserContext(XmlParserContext xmlParserContext) method ParserContext (line 128) | internal ParserContext( XmlReader xmlReader ) method ParserContext (line 150) | internal ParserContext(ParserContext parserContext) method InitBracketCharacterCacheForType (line 195) | internal Dictionary InitBracketChara... method PushScope (line 210) | internal void PushScope() method PopScope (line 222) | internal void PopScope() method EndRepeat (line 316) | set method ToXmlParserContext (line 416) | public static XmlParserContext ToXmlParserContext(ParserContext parserCo... method EndRepeat (line 475) | private void EndRepeat() type FreezeStackFrame (line 896) | private struct FreezeStackFrame method IncrementRepeatCount (line 898) | internal void IncrementRepeatCount() { _repeatCount++; } method DecrementRepeatCount (line 901) | internal bool DecrementRepeatCount() method Reset (line 922) | internal void Reset(bool freezeFreezables) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/ParserHooks.cs type ParserAction (line 20) | internal enum ParserAction class ParserHooks (line 43) | internal abstract class ParserHooks method LoadNode (line 54) | internal virtual ParserAction LoadNode(XamlNode tokenNode) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/ParserStack.cs class ParserStack (line 36) | internal class ParserStack : ArrayList method ParserStack (line 41) | internal ParserStack() : base() method ParserStack (line 48) | private ParserStack(ICollection collection) : base(collection) method Push (line 54) | public void Push(object o) method Pop (line 59) | public object Pop() method Peek (line 67) | public object Peek() method Clone (line 74) | public override object Clone() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Primitives/ElementMarkupObject.cs class ElementMarkupObject (line 36) | internal class ElementMarkupObject : MarkupObject method ElementMarkupObject (line 38) | internal ElementMarkupObject(object instance, XamlDesignerSerializatio... method GetProperties (line 56) | internal override IEnumerable GetProperties(bool mapTo... method AssignRootContext (line 163) | public override void AssignRootContext(IValueSerializerContext context) method SetKey (line 178) | internal void SetKey(ElementKey key) class ElementObjectContext (line 183) | private sealed class ElementObjectContext : ValueSerializerContextWrap... method ElementObjectContext (line 187) | public ElementObjectContext(ElementMarkupObject obj, IValueSerialize... method ShouldSerialize (line 201) | private static bool ShouldSerialize(PropertyDescriptor pd, object inst... type ShouldSerializeKey (line 283) | private struct ShouldSerializeKey method ShouldSerializeKey (line 285) | public ShouldSerializeKey(Type type, string propertyName) method Equals (line 291) | public override bool Equals(object obj) method GetHashCode (line 315) | public override int GetHashCode() method TryGetShouldSerializeMethod (line 324) | private static bool TryGetShouldSerializeMethod(ShouldSerializeKey key... method CacheShouldSerializeMethod (line 340) | private static void CacheShouldSerializeMethod(ShouldSerializeKey key,... method TryGetConstructorInfoArguments (line 351) | private bool TryGetConstructorInfoArguments(object instance, out Param... class ElementPropertyBase (line 411) | internal abstract class ElementPropertyBase : MarkupProperty method ElementPropertyBase (line 413) | public ElementPropertyBase(XamlDesignerSerializationManager manager) method PropertyIsAttached (line 566) | private bool PropertyIsAttached(PropertyDescriptor descriptor) method HasNoSerializableProperties (line 572) | private bool HasNoSerializableProperties(object value) method IsEmpty (line 587) | private bool IsEmpty(object value) method CanConvertToString (line 630) | protected bool CanConvertToString( object value ) method GetItemContext (line 643) | protected abstract IValueSerializerContext GetItemContext(); method GetObjectType (line 644) | protected abstract Type GetObjectType(); class ElementPropertyContext (line 646) | private sealed class ElementPropertyContext : ValueSerializerContextWr... method ElementPropertyContext (line 650) | public ElementPropertyContext(ElementPropertyBase property, IValueSe... method GetValueSerializer (line 665) | private ValueSerializer GetValueSerializer() method GetDictionaryKeyType (line 682) | private static Type GetDictionaryKeyType(IDictionary value) class ElementObjectPropertyBase (line 712) | internal abstract class ElementObjectPropertyBase : ElementPropertyBase method ElementObjectPropertyBase (line 714) | protected ElementObjectPropertyBase(ElementMarkupObject obj): base(obj... method GetItemContext (line 720) | protected override IValueSerializerContext GetItemContext() method GetObjectType (line 725) | protected override Type GetObjectType() class ElementProperty (line 736) | internal class ElementProperty : ElementObjectPropertyBase method ElementProperty (line 738) | internal ElementProperty(ElementMarkupObject obj, PropertyDescriptor d... method UpdateDependencyProperty (line 863) | private void UpdateDependencyProperty() method CheckForMarkupExtension (line 883) | internal static object CheckForMarkupExtension( class ElementStringValueProperty (line 959) | internal class ElementStringValueProperty : MarkupProperty method ElementStringValueProperty (line 961) | internal ElementStringValueProperty(ElementMarkupObject obj) class ElementPseudoPropertyBase (line 1028) | internal abstract class ElementPseudoPropertyBase : ElementObjectPropert... method ElementPseudoPropertyBase (line 1030) | internal ElementPseudoPropertyBase(object value, Type type, ElementMar... class ElementKey (line 1063) | internal class ElementKey : ElementPseudoPropertyBase method ElementKey (line 1065) | internal ElementKey(object value, Type type, ElementMarkupObject obj) ... class ElementConstructorArgument (line 1081) | internal class ElementConstructorArgument : ElementPseudoPropertyBase method ElementConstructorArgument (line 1083) | internal ElementConstructorArgument(object value, Type type, ElementMa... class ElementItemsPseudoProperty (line 1099) | internal class ElementItemsPseudoProperty : ElementPseudoPropertyBase method ElementItemsPseudoProperty (line 1101) | internal ElementItemsPseudoProperty(IEnumerable value, Type type, Elem... class ElementDictionaryItemsPseudoProperty (line 1138) | internal class ElementDictionaryItemsPseudoProperty : ElementPseudoPrope... method ElementDictionaryItemsPseudoProperty (line 1140) | internal ElementDictionaryItemsPseudoProperty(IDictionary value, Type ... class ValueSerializerContextWrapper (line 1176) | internal class ValueSerializerContextWrapper : IValueSerializerContext method ValueSerializerContextWrapper (line 1180) | public ValueSerializerContextWrapper(IValueSerializerContext baseContext) method GetValueSerializerFor (line 1185) | public ValueSerializer GetValueSerializerFor(PropertyDescriptor descri... method GetValueSerializerFor (line 1193) | public ValueSerializer GetValueSerializerFor(Type type) method OnComponentChanged (line 1223) | public void OnComponentChanged() method OnComponentChanging (line 1228) | public bool OnComponentChanging() method GetService (line 1247) | public object GetService(Type serviceType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Primitives/ExtensionSimplifierMarkupObject.cs class MarkupObjectWrapper (line 15) | internal class MarkupObjectWrapper : MarkupObject method MarkupObjectWrapper (line 19) | public MarkupObjectWrapper(MarkupObject baseObject) method AssignRootContext (line 24) | public override void AssignRootContext(IValueSerializerContext context) method GetProperties (line 44) | internal override IEnumerable GetProperties(bool mapTo... class MarkupPropertyWrapper (line 55) | internal class MarkupPropertyWrapper : MarkupProperty method MarkupPropertyWrapper (line 66) | public MarkupPropertyWrapper(MarkupProperty baseProperty) method VerifyOnlySerializableTypes (line 151) | internal override void VerifyOnlySerializableTypes() class ExtensionSimplifierMarkupObject (line 162) | internal class ExtensionSimplifierMarkupObject : MarkupObjectWrapper method ExtensionSimplifierMarkupObject (line 166) | public ExtensionSimplifierMarkupObject(MarkupObject baseObject, IValue... method GetBaseProperties (line 175) | private IEnumerable GetBaseProperties(bool mapToConstr... method GetProperties (line 179) | internal override IEnumerable GetProperties(bool mapTo... method AssignRootContext (line 187) | public override void AssignRootContext(IValueSerializerContext context) class ExtensionSimplifierProperty (line 201) | internal class ExtensionSimplifierProperty : MarkupPropertyWrapper method ExtensionSimplifierProperty (line 205) | public ExtensionSimplifierProperty(MarkupProperty baseProperty, IValue... method GetBaseItems (line 259) | private IEnumerable GetBaseItems() method ConvertMarkupItemToString (line 310) | private string ConvertMarkupItemToString(MarkupObject item) method VerifyOnlySerializableTypes (line 403) | internal override void VerifyOnlySerializableTypes() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Primitives/FrameworkElementFactoryMarkupObject.cs class FrameworkElementFactoryMarkupObject (line 19) | internal class FrameworkElementFactoryMarkupObject : MarkupObject method FrameworkElementFactoryMarkupObject (line 21) | internal FrameworkElementFactoryMarkupObject(FrameworkElementFactory f... method AssignRootContext (line 28) | public override void AssignRootContext(IValueSerializerContext context) method GetProperties (line 56) | internal override IEnumerable GetProperties(bool mapTo... class FrameworkElementFactoryProperty (line 119) | internal class FrameworkElementFactoryProperty : ElementPropertyBase method FrameworkElementFactoryProperty (line 121) | public FrameworkElementFactoryProperty(PropertyValue propertyValue, Fr... method GetItemContext (line 200) | protected override IValueSerializerContext GetItemContext() method GetObjectType (line 205) | protected override Type GetObjectType() class FrameworkElementFactoryContent (line 222) | internal class FrameworkElementFactoryContent : ElementPropertyBase method FrameworkElementFactoryContent (line 224) | internal FrameworkElementFactoryContent(FrameworkElementFactory factor... method GetItemContext (line 258) | protected override IValueSerializerContext GetItemContext() method GetObjectType (line 263) | protected override Type GetObjectType() class FrameworkElementFactoryStringContent (line 290) | internal class FrameworkElementFactoryStringContent : ElementPropertyBase method FrameworkElementFactoryStringContent (line 292) | internal FrameworkElementFactoryStringContent(FrameworkElementFactory ... method GetItemContext (line 327) | protected override IValueSerializerContext GetItemContext() method GetObjectType (line 332) | protected override Type GetObjectType() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/Primitives/MarkupWriter.cs class MarkupWriter (line 21) | public sealed class MarkupWriter : IDisposable method GetMarkupObjectFor (line 32) | public static MarkupObject GetMarkupObjectFor(object instance) method GetMarkupObjectFor (line 54) | public static MarkupObject GetMarkupObjectFor(object instance, XamlDes... method SaveAsXml (line 70) | internal static void SaveAsXml(XmlWriter writer, object instance) method SaveAsXml (line 89) | internal static void SaveAsXml(XmlWriter writer, object instance, Xaml... method SaveAsXml (line 108) | internal static void SaveAsXml(XmlWriter writer, MarkupObject item) method VerifyTypeIsSerializable (line 138) | internal static void VerifyTypeIsSerializable(Type type) method MarkupWriter (line 156) | internal MarkupWriter(XmlWriter writer) method Dispose (line 165) | public void Dispose() method RecordNamespaces (line 170) | private bool RecordNamespaces(Scope scope, MarkupObject item, IValueSe... class PartiallyOrderedList (line 237) | private class PartiallyOrderedList : IEnumerable class Entry (line 243) | private class Entry method Entry (line 252) | public Entry(TKey key, TValue value) method Equals (line 261) | public override bool Equals(object obj) method GetHashCode (line 267) | public override int GetHashCode() method Add (line 279) | public void Add(TKey key, TValue value) method GetEntryIndex (line 299) | private int GetEntryIndex(TKey key) method SetOrder (line 311) | public void SetOrder(TKey predecessor, TKey key) method TopologicalSort (line 340) | private void TopologicalSort() method DepthFirstSearch (line 358) | private void DepthFirstSearch(int index) method GetEnumerator (line 399) | public IEnumerator GetEnumerator() method GetEnumerator (line 422) | IEnumerator IEnumerable.GetEnumerator() method WriteItem (line 436) | internal void WriteItem(MarkupObject item) method WriteItem (line 459) | private void WriteItem(MarkupObject item, Scope scope) method IsContentProperty (line 861) | private bool IsContentProperty(MarkupProperty property, ContentPropert... method IsDeferredProperty (line 927) | private bool IsDeferredProperty (MarkupProperty property, Dictionary GetWrapperTypes(Type type) method GetWrappedProperty (line 1099) | private MarkupProperty GetWrappedProperty(List wrapperTypes, Mar... method IsInTypes (line 1119) | private bool IsInTypes(Type type, List types) method TextValue (line 1126) | private string TextValue(MarkupObject item) method HasNonValueProperties (line 1137) | private bool HasNonValueProperties(MarkupObject item) method IsCollectionType (line 1147) | private bool IsCollectionType(Type type) method HasOnlyNormalizationNeutralStrings (line 1153) | private bool HasOnlyNormalizationNeutralStrings(MarkupProperty content... method ShouldTrimSurroundingWhitespace (line 1229) | private bool ShouldTrimSurroundingWhitespace(MarkupObject item) method IsNormalizationNeutralString (line 1236) | private bool IsNormalizationNeutralString(string value, bool keepLeadi... class Mapping (line 1273) | private class Mapping method Mapping (line 1278) | public Mapping(string uri, string prefix) method Equals (line 1284) | public override bool Equals(object obj) method GetHashCode (line 1290) | public override int GetHashCode() class Scope (line 1300) | private class Scope method Scope (line 1308) | public Scope(Scope containingScope) method GetPrefixOf (line 1367) | public string GetPrefixOf(string uri) method GetUriOf (line 1377) | public string GetUriOf(string prefix) method RecordMapping (line 1387) | public void RecordMapping(string prefix, string uri) method MakeAddressable (line 1397) | public void MakeAddressable(IEnumerable types) method MakeAddressable (line 1404) | public string MakeAddressable(Type type) method MakeAddressable (line 1409) | public string MakeAddressable(string uri) class MarkupWriterContext (line 1449) | private class MarkupWriterContext : IValueSerializerContext method MarkupWriterContext (line 1453) | internal MarkupWriterContext(Scope scope) method GetValueSerializerFor (line 1458) | public ValueSerializer GetValueSerializerFor(PropertyDescriptor desc... method GetValueSerializerFor (line 1466) | public ValueSerializer GetValueSerializerFor(Type type) method OnComponentChanged (line 1484) | public void OnComponentChanged() method OnComponentChanging (line 1488) | public bool OnComponentChanging() method GetService (line 1498) | public object GetService(Type serviceType) class TypeValueSerializer (line 1508) | private class TypeValueSerializer : ValueSerializer method TypeValueSerializer (line 1512) | public TypeValueSerializer(Scope scope) method CanConvertToString (line 1517) | public override bool CanConvertToString(object value, IValueSerializ... method ConvertToString (line 1522) | public override string ConvertToString(object value, IValueSerialize... method TypeReferences (line 1535) | public override IEnumerable TypeReferences(object value, IValu... class NamespaceCache (line 1548) | private static class NamespaceCache method GetMappingsFor (line 1554) | private static Dictionary GetMappingsFor(Assembly as... method GetNamespaceUriFor (line 1606) | public static string GetNamespaceUriFor(Type type) method GetDefaultPrefixFor (line 1627) | public static string GetDefaultPrefixFor(string uri) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/ProvideValueServiceProvider.cs class ProvideValueServiceProvider (line 20) | internal class ProvideValueServiceProvider : IServiceProvider, IProvideV... method ProvideValueServiceProvider (line 24) | internal ProvideValueServiceProvider(ParserContext context) method ProvideValueServiceProvider (line 29) | internal ProvideValueServiceProvider() method SetData (line 35) | internal void SetData(object targetObject, object targetProperty) method ClearData (line 43) | internal void ClearData() method Resolve (line 51) | Type IXamlTypeResolver.Resolve(string qualifiedTypeName) // E.g. foo:C... method TryFreeze (line 83) | bool IFreezeFreezables.TryFreeze(string value, Freezable freezable) method TryGetFreezable (line 88) | Freezable IFreezeFreezables.TryGetFreezable(string value) method GetService (line 97) | public object GetService(Type service) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/ReaderContextStackData.cs class ReaderContextStackData (line 13) | internal class ReaderContextStackData method MarkAddedToTree (line 120) | internal void MarkAddedToTree() method CheckFlag (line 127) | internal bool CheckFlag(ReaderFlags flag) method SetFlag (line 133) | internal void SetFlag(ReaderFlags flag) method ClearFlag (line 139) | internal void ClearFlag(ReaderFlags flag) method ClearData (line 156) | internal void ClearData() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/RestrictiveXamlXmlReader.cs class RestrictiveXamlXmlReader (line 18) | internal class RestrictiveXamlXmlReader : System.Xaml.XamlXmlReader method ReadAllowedTypesForRestrictedXamlContexts (line 25) | private static HashSet ReadAllowedTypesForRestrictedXamlContex... method RestrictiveXamlXmlReader (line 71) | public RestrictiveXamlXmlReader(XmlReader xmlReader, XamlSchemaContext... method RestrictiveXamlXmlReader (line 78) | internal RestrictiveXamlXmlReader(XmlReader xmlReader, XamlSchemaConte... method Read (line 95) | public override bool Read() method IsAllowedDirective (line 138) | private bool IsAllowedDirective(XamlDirective directive) method IsAllowedType (line 181) | private bool IsAllowedType(Type type) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/RoutedEventConverter.cs class RoutedEventConverter (line 14) | public sealed class RoutedEventConverter : TypeConverter method CanConvertFrom (line 19) | public override bool CanConvertFrom(ITypeDescriptorContext typeDescrip... method CanConvertTo (line 35) | public override bool CanConvertTo(ITypeDescriptorContext typeDescripto... method ConvertFrom (line 43) | public override object ConvertFrom(ITypeDescriptorContext typeDescript... method ConvertTo (line 134) | public override object ConvertTo(ITypeDescriptorContext typeDescriptor... method ExtractNamespaceString (line 148) | private string ExtractNamespaceString(ref string nameString, ParserCon... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/RoutedEventValueSerializer.cs class RoutedEventValueSerializer (line 12) | internal class RoutedEventValueSerializer: ValueSerializer method CanConvertToString (line 14) | public override bool CanConvertToString(object value, IValueSerializer... method CanConvertFromString (line 19) | public override bool CanConvertFromString(string value, IValueSerializ... method ConvertToString (line 24) | public override string ConvertToString(object value, IValueSerializerC... method ForceTypeConstructors (line 40) | private static void ForceTypeConstructors(Type currentType) method ConvertFromString (line 51) | public override object ConvertFromString(string value, IValueSerialize... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/SetterTriggerConditionValueConverter.cs class SetterTriggerConditionValueConverter (line 19) | public sealed class SetterTriggerConditionValueConverter : TypeConverter method CanConvertFrom (line 29) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 48) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 60) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 74) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... method ResolveValue (line 81) | internal static object ResolveValue(ITypeDescriptorContext serviceProv... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/StyleModeStack.cs type StyleMode (line 13) | internal enum StyleMode : byte class StyleModeStack (line 30) | internal class StyleModeStack method StyleModeStack (line 32) | internal StyleModeStack() method Push (line 51) | internal void Push (StyleMode mode) method Push (line 56) | internal void Push () method Pop (line 61) | internal StyleMode Pop() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/StyleXamlParser.cs class StyleXamlParser (line 45) | internal class StyleXamlParser : XamlParser method StyleXamlParser (line 58) | internal StyleXamlParser( method StyleXamlParser (line 75) | internal StyleXamlParser( method ProcessXamlNode (line 99) | internal override void ProcessXamlNode( method WriteUnknownTagStart (line 148) | public override void WriteUnknownTagStart(XamlUnknownTagStartNode xaml... method WriteKeyElementStart (line 196) | public override void WriteKeyElementStart( method WriteKeyElementEnd (line 209) | public override void WriteKeyElementEnd( method WriteUnknownTagEnd (line 223) | public override void WriteUnknownTagEnd(XamlUnknownTagEndNode xamlUnkn... method WriteUnknownAttribute (line 245) | public override void WriteUnknownAttribute(XamlUnknownAttributeNode xa... method WriteEndAttributes (line 327) | public override void WriteEndAttributes(XamlEndAttributesNode xamlEndA... method GetDependencyPropertyInfo (line 347) | private MemberInfo GetDependencyPropertyInfo(XamlPropertyNode xamlProp... method GetPropertyOrEventInfo (line 380) | private MemberInfo GetPropertyOrEventInfo(XamlNode xamlNode, ref strin... method ProcessEventSetterNode (line 500) | private void ProcessEventSetterNode(XamlEndAttributesNode xamlEndAttri... method ProcessPropertyValueNode (line 539) | private void ProcessPropertyValueNode() method WriteDefAttribute (line 572) | public override void WriteDefAttribute(XamlDefAttributeNode xamlDefAtt... method WriteDefAttributeKeyType (line 604) | public override void WriteDefAttributeKeyType(XamlDefAttributeKeyTypeN... method WriteElementStart (line 624) | public override void WriteElementStart(XamlElementStartNode xamlElemen... method WriteElementEnd (line 807) | public override void WriteElementEnd(XamlElementEndNode xamlElementEnd... method WriteConstructorParameterType (line 867) | public override void WriteConstructorParameterType( method WriteConstructorParametersStart (line 886) | public override void WriteConstructorParametersStart(XamlConstructorPa... method WriteConstructorParametersEnd (line 909) | public override void WriteConstructorParametersEnd(XamlConstructorPara... method WritePropertyComplexStart (line 937) | public override void WritePropertyComplexStart(XamlPropertyComplexStar... method WritePropertyComplexEnd (line 986) | public override void WritePropertyComplexEnd(XamlPropertyComplexEndNod... method WritePropertyIListStart (line 1018) | public override void WritePropertyIListStart(XamlPropertyIListStartNod... method WritePropertyIListEnd (line 1074) | public override void WritePropertyIListEnd(XamlPropertyIListEndNode xa... method WritePropertyArrayStart (line 1090) | public override void WritePropertyArrayStart(XamlPropertyArrayStartNod... method WritePropertyArrayEnd (line 1100) | public override void WritePropertyArrayEnd(XamlPropertyArrayEndNode xa... method WritePropertyIDictionaryStart (line 1109) | public override void WritePropertyIDictionaryStart(XamlPropertyIDictio... method WritePropertyIDictionaryEnd (line 1133) | public override void WritePropertyIDictionaryEnd(XamlPropertyIDictiona... method WriteText (line 1142) | public override void WriteText(XamlTextNode xamlTextNode) method WriteClrEvent (line 1196) | public override void WriteClrEvent(XamlClrEventNode xamlClrEventNode) method WriteProperty (line 1285) | public override void WriteProperty(XamlPropertyNode xamlPropertyNode) method WritePropertyWithType (line 1411) | public override void WritePropertyWithType(XamlPropertyWithTypeNode xa... method ParseError (line 1451) | internal override void ParseError(XamlParseException e) method ParseCancelled (line 1469) | internal override void ParseCancelled() method ParseCompleted (line 1477) | internal override void ParseCompleted() method CloseWriterStream (line 1498) | internal void CloseWriterStream() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/TemplateComponentConnector.cs class TemplateComponentConnector (line 22) | internal class TemplateComponentConnector : IComponentConnector method TemplateComponentConnector (line 24) | internal TemplateComponentConnector( IComponentConnector componentConn... method InitializeComponent (line 31) | public void InitializeComponent() method Connect (line 36) | public void Connect(int connectionId, object target) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/TemplateKeyConverter.cs class TemplateKeyConverter (line 12) | public sealed class TemplateKeyConverter : TypeConverter method CanConvertFrom (line 22) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 33) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 45) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 58) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/TemplateXamlParser.cs class TemplateXamlParser (line 33) | internal class TemplateXamlParser : XamlParser method TemplateXamlParser (line 46) | internal TemplateXamlParser( method TemplateXamlParser (line 63) | internal TemplateXamlParser( method ProcessXamlNode (line 87) | internal override void ProcessXamlNode( method WriteUnknownTagStart (line 154) | public override void WriteUnknownTagStart(XamlUnknownTagStartNode xaml... method WriteKeyElementStart (line 222) | public override void WriteKeyElementStart( method WriteKeyElementEnd (line 232) | public override void WriteKeyElementEnd( method WriteUnknownTagEnd (line 246) | public override void WriteUnknownTagEnd(XamlUnknownTagEndNode xamlUnkn... method WriteUnknownAttribute (line 282) | public override void WriteUnknownAttribute(XamlUnknownAttributeNode xa... method WriteEndAttributes (line 364) | public override void WriteEndAttributes(XamlEndAttributesNode xamlEndA... method GetDependencyPropertyInfo (line 396) | private MemberInfo GetDependencyPropertyInfo(XamlPropertyNode xamlProp... method GetCLRPropertyInfo (line 429) | private MemberInfo GetCLRPropertyInfo(XamlPropertyNode xamlPropertyNod... method ProcessPropertyValueNode (line 560) | private void ProcessPropertyValueNode() method WriteDefAttribute (line 597) | public override void WriteDefAttribute(XamlDefAttributeNode xamlDefAtt... method WriteDefAttributeKeyType (line 623) | public override void WriteDefAttributeKeyType(XamlDefAttributeKeyTypeN... method WriteElementStart (line 643) | public override void WriteElementStart(XamlElementStartNode xamlElemen... method CommonElementStartProcessing (line 823) | private void CommonElementStartProcessing (XamlNode xamlNode, Type ele... method WriteElementEnd (line 866) | public override void WriteElementEnd(XamlElementEndNode xamlElementEnd... method WriteConstructorParameterType (line 934) | public override void WriteConstructorParameterType( method WriteConstructorParametersStart (line 953) | public override void WriteConstructorParametersStart(XamlConstructorPa... method WriteConstructorParametersEnd (line 975) | public override void WriteConstructorParametersEnd(XamlConstructorPara... method WritePropertyComplexStart (line 1003) | public override void WritePropertyComplexStart(XamlPropertyComplexStar... method WritePropertyComplexEnd (line 1068) | public override void WritePropertyComplexEnd(XamlPropertyComplexEndNod... method WritePropertyIListStart (line 1110) | public override void WritePropertyIListStart(XamlPropertyIListStartNod... method WritePropertyIListEnd (line 1158) | public override void WritePropertyIListEnd(XamlPropertyIListEndNode xa... method WritePropertyArrayStart (line 1176) | public override void WritePropertyArrayStart(XamlPropertyArrayStartNod... method WritePropertyArrayEnd (line 1195) | public override void WritePropertyArrayEnd(XamlPropertyArrayEndNode xa... method WritePropertyIDictionaryStart (line 1212) | public override void WritePropertyIDictionaryStart(XamlPropertyIDictio... method WritePropertyIDictionaryEnd (line 1245) | public override void WritePropertyIDictionaryEnd(XamlPropertyIDictiona... method WriteText (line 1265) | public override void WriteText(XamlTextNode xamlTextNode) method WriteClrEvent (line 1327) | public override void WriteClrEvent(XamlClrEventNode xamlClrEventNode) method WriteProperty (line 1407) | public override void WriteProperty(XamlPropertyNode xamlPropertyNode) method WritePropertyForTriggers (line 1494) | private bool WritePropertyForTriggers(XamlPropertyNode xamlPropertyNode) method WritePropertyWithExtension (line 1569) | public override void WritePropertyWithExtension(XamlPropertyWithExtens... method WritePropertyWithType (line 1584) | public override void WritePropertyWithType(XamlPropertyWithTypeNode xa... method WriteDataTypeKey (line 1629) | private void WriteDataTypeKey(XamlPropertyWithTypeNode xamlPropertyNode) method ParseError (line 1665) | internal override void ParseError(XamlParseException e) method ParseCancelled (line 1683) | internal override void ParseCancelled() method ParseCompleted (line 1691) | internal override void ParseCompleted() method CloseWriterStream (line 1712) | internal void CloseWriterStream() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/TreeBuilder.cs class TreeBuilder (line 28) | internal abstract class TreeBuilder method TreeBuilder (line 36) | public TreeBuilder() method Parse (line 49) | public object Parse () method ParseFragment (line 80) | public virtual object ParseFragment () method HandleAsyncQueueItem (line 91) | internal virtual void HandleAsyncQueueItem () method TreeBuildComplete (line 177) | internal virtual void TreeBuildComplete () method GetRoot (line 199) | internal object GetRoot() method Post (line 280) | internal void Post () method Post (line 288) | internal void Post (DispatcherPriority priority) method Dispatch (line 298) | private object Dispatch (object o) method DispatchParserQueueEvent (line 304) | private void DispatchParserQueueEvent (TreeBuilder treeBuilder) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/TypeContext.cs class TypeConvertContext (line 19) | internal class TypeConvertContext : ITypeDescriptorContext method OnComponentChanged (line 35) | public void OnComponentChanged() method OnComponentChanging (line 49) | public bool OnComponentChanging() method GetService (line 67) | public virtual object GetService(Type serviceType) method TypeConvertContext (line 147) | public TypeConvertContext(ParserContext parserContext) method TypeConvertContext (line 162) | public TypeConvertContext(ParserContext parserContext, string original... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/WpfXamlLoader.cs class WpfXamlLoader (line 15) | internal class WpfXamlLoader method Load (line 19) | public static object Load(System.Xaml.XamlReader xamlReader, bool skip... method LoadDeferredContent (line 27) | public static object LoadDeferredContent(System.Xaml.XamlReader xamlRe... method LoadBaml (line 35) | public static object LoadBaml(System.Xaml.XamlReader xamlReader, bool ... method EnsureXmlNamespaceMaps (line 46) | internal static void EnsureXmlNamespaceMaps(object rootObject, XamlSch... method Load (line 69) | private static object Load(System.Xaml.XamlReader xamlReader, IXamlObj... method TransformNodes (line 175) | internal static void TransformNodes(System.Xaml.XamlReader xamlReader,... method WriteValue (line 353) | private static void WriteValue(Xaml.XamlReader xamlReader, XamlObjectW... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlBrushSerializer.cs class XamlBrushSerializer (line 32) | internal class XamlBrushSerializer : XamlSerializer method XamlBrushSerializer (line 45) | public XamlBrushSerializer() method ConvertStringToCustomBinary (line 62) | public override bool ConvertStringToCustomBinary ( method ConvertCustomBinaryToObject (line 83) | public override object ConvertCustomBinaryToObject( method SerializeOn (line 93) | private static bool SerializeOn(BinaryWriter writer, string stringValue) type SerializationBrushType (line 146) | internal enum SerializationBrushType : byte FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlDesignerSerializationManager.cs class XamlDesignerSerializationManager (line 37) | public class XamlDesignerSerializationManager : ServiceProviders method XamlDesignerSerializationManager (line 47) | public XamlDesignerSerializationManager(XmlWriter xmlWriter) method ClearXmlWriter (line 92) | internal void ClearXmlWriter() method IsValidXamlWriterMode (line 101) | private static bool IsValidXamlWriterMode(XamlWriterMode value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlFigureLengthSerializer.cs class XamlFigureLengthSerializer (line 22) | internal class XamlFigureLengthSerializer : XamlSerializer method XamlFigureLengthSerializer (line 35) | private XamlFigureLengthSerializer() method ConvertStringToCustomBinary (line 59) | public override bool ConvertStringToCustomBinary ( method ConvertCustomBinaryToObject (line 131) | public override object ConvertCustomBinaryToObject( method FromString (line 173) | internal static void FromString( type FigureUnitTypeStringConvert (line 249) | private struct FigureUnitTypeStringConvert method FigureUnitTypeStringConvert (line 251) | internal FigureUnitTypeStringConvert(string name, FigureUnitType uni... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlGridLengthSerializer.cs class XamlGridLengthSerializer (line 22) | internal class XamlGridLengthSerializer : XamlSerializer method XamlGridLengthSerializer (line 35) | private XamlGridLengthSerializer() method ConvertStringToCustomBinary (line 59) | public override bool ConvertStringToCustomBinary ( method ConvertCustomBinaryToObject (line 131) | public override object ConvertCustomBinaryToObject( method FromString (line 173) | internal static void FromString( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlInstanceCreator.cs class XamlInstanceCreator (line 14) | public abstract class XamlInstanceCreator method CreateObject (line 20) | public abstract object CreateObject(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlInt32CollectionSerializer.cs class XamlInt32CollectionSerializer (line 34) | internal class XamlInt32CollectionSerializer : XamlSerializer class IntegerMarkup (line 41) | internal class IntegerMarkup method IntegerMarkup (line 43) | internal IntegerMarkup( int value) method XamlInt32CollectionSerializer (line 65) | public XamlInt32CollectionSerializer() method ConvertStringToCustomBinary (line 78) | public override bool ConvertStringToCustomBinary ( method Parse (line 213) | public static List Parse(string source) method ConvertCustomBinaryToObject (line 243) | public override object ConvertCustomBinaryToObject( method StaticConvertCustomBinaryToObject (line 256) | public static object StaticConvertCustomBinaryToObject( method DeserializeFrom (line 263) | private static Int32Collection DeserializeFrom( BinaryReader reader ) type IntegerCollectionType (line 334) | internal enum IntegerCollectionType : byte FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlNodes.cs type XamlNodeType (line 37) | internal enum XamlNodeType class XamlNode (line 240) | internal class XamlNode method XamlNode (line 245) | internal XamlNode( class XamlDocumentStartNode (line 323) | internal class XamlDocumentStartNode : XamlNode method XamlDocumentStartNode (line 328) | internal XamlDocumentStartNode( class XamlDocumentEndNode (line 340) | internal class XamlDocumentEndNode : XamlNode method XamlDocumentEndNode (line 346) | internal XamlDocumentEndNode( class XamlTextNode (line 358) | [DebuggerDisplay("Text:{_text}")] method XamlTextNode (line 364) | internal XamlTextNode( method UpdateText (line 396) | internal void UpdateText(string text) class XamlPropertyBaseNode (line 409) | [DebuggerDisplay("Prop:{_typeFullName}.{_propName}")] method XamlPropertyBaseNode (line 415) | internal XamlPropertyBaseNode( class XamlPropertyComplexStartNode (line 530) | internal class XamlPropertyComplexStartNode : XamlPropertyBaseNode method XamlPropertyComplexStartNode (line 535) | internal XamlPropertyComplexStartNode( method XamlPropertyComplexStartNode (line 557) | internal XamlPropertyComplexStartNode( class XamlPropertyComplexEndNode (line 582) | internal class XamlPropertyComplexEndNode : XamlNode method XamlPropertyComplexEndNode (line 587) | internal XamlPropertyComplexEndNode( method XamlPropertyComplexEndNode (line 598) | internal XamlPropertyComplexEndNode( class XamlPropertyWithExtensionNode (line 611) | internal class XamlPropertyWithExtensionNode : XamlPropertyBaseNode method XamlPropertyWithExtensionNode (line 613) | internal XamlPropertyWithExtensionNode( class XamlPropertyNode (line 677) | internal class XamlPropertyNode : XamlPropertyBaseNode method XamlPropertyNode (line 682) | internal XamlPropertyNode( method XamlPropertyNode (line 706) | internal XamlPropertyNode( method SetValue (line 749) | internal void SetValue(string value) class XamlPropertyWithTypeNode (line 916) | internal class XamlPropertyWithTypeNode : XamlPropertyBaseNode method XamlPropertyWithTypeNode (line 921) | internal XamlPropertyWithTypeNode( class XamlUnknownAttributeNode (line 1004) | internal class XamlUnknownAttributeNode : XamlAttributeNode method XamlUnknownAttributeNode (line 1009) | internal XamlUnknownAttributeNode( class XamlElementStartNode (line 1076) | [DebuggerDisplay("Elem:{_typeFullName}")] method XamlElementStartNode (line 1082) | internal XamlElementStartNode( method XamlElementStartNode (line 1104) | internal XamlElementStartNode( class XamlConstructorParametersStartNode (line 1220) | internal class XamlConstructorParametersStartNode : XamlNode method XamlConstructorParametersStartNode (line 1225) | internal XamlConstructorParametersStartNode( class XamlConstructorParametersEndNode (line 1237) | internal class XamlConstructorParametersEndNode : XamlNode method XamlConstructorParametersEndNode (line 1242) | internal XamlConstructorParametersEndNode( class XamlConstructorParameterTypeNode (line 1255) | internal class XamlConstructorParameterTypeNode : XamlNode method XamlConstructorParameterTypeNode (line 1260) | internal XamlConstructorParameterTypeNode( class XamlElementEndNode (line 1308) | internal class XamlElementEndNode : XamlNode method XamlElementEndNode (line 1313) | internal XamlElementEndNode( method XamlElementEndNode (line 1324) | internal XamlElementEndNode( class XamlLiteralContentNode (line 1337) | [DebuggerDisplay("Cont:{_content}")] method XamlLiteralContentNode (line 1343) | internal XamlLiteralContentNode( class XamlAttributeNode (line 1368) | [DebuggerDisplay("Attr:{_value}")] method XamlAttributeNode (line 1374) | internal XamlAttributeNode( class XamlUnknownTagStartNode (line 1400) | internal class XamlUnknownTagStartNode : XamlAttributeNode method XamlUnknownTagStartNode (line 1405) | internal XamlUnknownTagStartNode( class XamlUnknownTagEndNode (line 1432) | internal class XamlUnknownTagEndNode : XamlNode method XamlUnknownTagEndNode (line 1437) | internal XamlUnknownTagEndNode( class XamlRoutedEventNode (line 1476) | internal class XamlRoutedEventNode : XamlAttributeNode method XamlRoutedEventNode (line 1481) | internal XamlRoutedEventNode( class XamlXmlnsPropertyNode (line 1541) | [DebuggerDisplay("Xmlns:{_prefix)={_xmlNamespace}")] method XamlXmlnsPropertyNode (line 1547) | internal XamlXmlnsPropertyNode( class XamlPIMappingNode (line 1583) | [DebuggerDisplay("PIMap:{_xmlns}={_clrns};{_assy}")] method XamlPIMappingNode (line 1589) | internal XamlPIMappingNode( class XamlClrEventNode (line 1640) | internal class XamlClrEventNode : XamlAttributeNode method XamlClrEventNode (line 1645) | internal XamlClrEventNode( class XamlPropertyArrayStartNode (line 1779) | internal class XamlPropertyArrayStartNode : XamlPropertyComplexStartNode method XamlPropertyArrayStartNode (line 1784) | internal XamlPropertyArrayStartNode( class XamlPropertyIListStartNode (line 1813) | internal class XamlPropertyIListStartNode : XamlPropertyComplexStartNode method XamlPropertyIListStartNode (line 1818) | internal XamlPropertyIListStartNode( class XamlPropertyIDictionaryStartNode (line 1840) | internal class XamlPropertyIDictionaryStartNode : XamlPropertyComplexS... method XamlPropertyIDictionaryStartNode (line 1845) | internal XamlPropertyIDictionaryStartNode( class XamlPropertyArrayEndNode (line 1868) | internal class XamlPropertyArrayEndNode : XamlPropertyComplexEndNode method XamlPropertyArrayEndNode (line 1873) | internal XamlPropertyArrayEndNode( class XamlPropertyIListEndNode (line 1892) | internal class XamlPropertyIListEndNode : XamlPropertyComplexEndNode method XamlPropertyIListEndNode (line 1897) | internal XamlPropertyIListEndNode( class XamlPropertyIDictionaryEndNode (line 1909) | internal class XamlPropertyIDictionaryEndNode : XamlPropertyComplexEnd... method XamlPropertyIDictionaryEndNode (line 1914) | internal XamlPropertyIDictionaryEndNode(int lineNumber,int linePosit... class XamlEndAttributesNode (line 1925) | internal class XamlEndAttributesNode : XamlNode method XamlEndAttributesNode (line 1930) | internal XamlEndAttributesNode( class XamlDefTagNode (line 1951) | internal class XamlDefTagNode : XamlAttributeNode method XamlDefTagNode (line 1956) | internal XamlDefTagNode( class XamlDefAttributeNode (line 1997) | internal class XamlDefAttributeNode : XamlAttributeNode method XamlDefAttributeNode (line 2003) | internal XamlDefAttributeNode( method XamlDefAttributeNode (line 2019) | internal XamlDefAttributeNode( class XamlDefAttributeKeyTypeNode (line 2059) | internal class XamlDefAttributeKeyTypeNode : XamlAttributeNode method XamlDefAttributeKeyTypeNode (line 2064) | internal XamlDefAttributeKeyTypeNode( class XamlPresentationOptionsAttributeNode (line 2100) | internal class XamlPresentationOptionsAttributeNode : XamlAttributeNode method XamlPresentationOptionsAttributeNode (line 2105) | internal XamlPresentationOptionsAttributeNode( class XamlKeyElementStartNode (line 2144) | internal class XamlKeyElementStartNode : XamlElementStartNode method XamlKeyElementStartNode (line 2149) | internal XamlKeyElementStartNode( class XamlKeyElementEndNode (line 2175) | internal class XamlKeyElementEndNode : XamlElementEndNode method XamlKeyElementEndNode (line 2180) | internal XamlKeyElementEndNode( class XamlContentPropertyNode (line 2190) | internal class XamlContentPropertyNode : XamlNode method XamlContentPropertyNode (line 2195) | internal XamlContentPropertyNode( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlParseException.cs class XamlParseException (line 31) | public class XamlParseException : SystemException method XamlParseException (line 41) | public XamlParseException() method XamlParseException (line 52) | public XamlParseException(string message) method XamlParseException (line 62) | public XamlParseException(string message, Exception innerException) method XamlParseException (line 81) | public XamlParseException(string message, int lineNumber, int linePosi... method XamlParseException (line 104) | public XamlParseException(string message, int lineNumber, int linePosi... method XamlParseException (line 111) | internal XamlParseException(string message, int lineNumber, int linePo... type ContextBits (line 298) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlParser.cs type XamlParseMode (line 35) | internal enum XamlParseMode class XamlParser (line 58) | internal class XamlParser method XamlParser (line 66) | public XamlParser( method XamlParser (line 77) | protected XamlParser( method XamlParser (line 101) | protected XamlParser( method XamlParser (line 111) | protected XamlParser() method Parse (line 127) | public void Parse() method ReadXaml (line 149) | public bool ReadXaml(bool singleRecordMode) method ProcessXamlNode (line 267) | internal virtual void ProcessXamlNode( method WriteDocumentStart (line 536) | public virtual void WriteDocumentStart(XamlDocumentStartNode XamlDocum... method WriteDocumentEnd (line 544) | public virtual void WriteDocumentEnd(XamlDocumentEndNode xamlEndDocume... method WriteElementStart (line 552) | public virtual void WriteElementStart(XamlElementStartNode xamlElement... method WriteUnknownTagStart (line 560) | public virtual void WriteUnknownTagStart(XamlUnknownTagStartNode xamlU... method WriteUnknownTagEnd (line 573) | public virtual void WriteUnknownTagEnd(XamlUnknownTagEndNode xamlUnkno... method WriteElementEnd (line 587) | public virtual void WriteElementEnd(XamlElementEndNode xamlElementEndN... method WriteLiteralContent (line 595) | public virtual void WriteLiteralContent(XamlLiteralContentNode xamlLit... method WritePropertyComplexStart (line 604) | public virtual void WritePropertyComplexStart( method WritePropertyComplexEnd (line 615) | public virtual void WritePropertyComplexEnd( method WriteKeyElementStart (line 624) | public virtual void WriteKeyElementStart( method WriteKeyElementEnd (line 633) | public virtual void WriteKeyElementEnd( method WriteUnknownAttribute (line 642) | public virtual void WriteUnknownAttribute(XamlUnknownAttributeNode xam... method WriteProperty (line 663) | public virtual void WriteProperty(XamlPropertyNode xamlPropertyNode) method WriteBaseProperty (line 668) | internal void WriteBaseProperty(XamlPropertyNode xamlPropertyNode) method WritePropertyWithType (line 684) | public virtual void WritePropertyWithType(XamlPropertyWithTypeNode xam... method WritePropertyWithExtension (line 700) | public virtual void WritePropertyWithExtension(XamlPropertyWithExtensi... method WriteText (line 709) | public virtual void WriteText(XamlTextNode xamlTextNode) method WriteNamespacePrefix (line 718) | public virtual void WriteNamespacePrefix(XamlXmlnsPropertyNode xamlXml... method WritePIMapping (line 727) | public virtual void WritePIMapping(XamlPIMappingNode xamlPIMappingNode) method WriteClrEvent (line 744) | public virtual void WriteClrEvent(XamlClrEventNode xamlClrEventNode) method WritePropertyArrayStart (line 765) | public virtual void WritePropertyArrayStart(XamlPropertyArrayStartNode... method WritePropertyArrayEnd (line 774) | public virtual void WritePropertyArrayEnd(XamlPropertyArrayEndNode xam... method WritePropertyIListStart (line 783) | public virtual void WritePropertyIListStart(XamlPropertyIListStartNode... method WritePropertyIListEnd (line 792) | public virtual void WritePropertyIListEnd(XamlPropertyIListEndNode xam... method WritePropertyIDictionaryStart (line 800) | public virtual void WritePropertyIDictionaryStart(XamlPropertyIDiction... method WritePropertyIDictionaryEnd (line 809) | public virtual void WritePropertyIDictionaryEnd(XamlPropertyIDictionar... method WriteEndAttributes (line 820) | public virtual void WriteEndAttributes(XamlEndAttributesNode xamlEndAt... method WriteDefTag (line 830) | public virtual void WriteDefTag(XamlDefTagNode xamlDefTagNode) method WriteDefAttributeKeyType (line 842) | public virtual void WriteDefAttributeKeyType(XamlDefAttributeKeyTypeNo... method WriteDefAttribute (line 850) | public virtual void WriteDefAttribute(XamlDefAttributeNode xamlDefAttr... method WritePresentationOptionsAttribute (line 920) | public virtual void WritePresentationOptionsAttribute(XamlPresentation... method WriteConstructorParametersStart (line 928) | public virtual void WriteConstructorParametersStart(XamlConstructorPar... method WriteContentProperty (line 933) | public virtual void WriteContentProperty(XamlContentPropertyNode xamlC... method WriteConstructorParameterType (line 942) | public virtual void WriteConstructorParameterType( method WriteConstructorParametersEnd (line 951) | public virtual void WriteConstructorParametersEnd(XamlConstructorParam... method GetElementType (line 962) | public virtual bool GetElementType( method WriteConnectionId (line 1010) | protected internal void WriteConnectionId(Int32 connectionId) method WriteDefAttributeCore (line 1019) | private void WriteDefAttributeCore(XamlDefAttributeNode xamlDefAttribu... method ParseError (line 1065) | internal virtual void ParseError(XamlParseException e) method ParseCancelled (line 1072) | internal virtual void ParseCancelled() method ParseCompleted (line 1079) | internal virtual void ParseCompleted() method _Parse (line 1089) | internal virtual void _Parse() method SetParserAction (line 1101) | private void SetParserAction(XamlNode xamlNode) method IsXmlNamespaceSupported (line 1153) | internal bool IsXmlNamespaceSupported(string xmlNamespace, out string ... method CanResolveLocalAssemblies (line 1268) | internal virtual bool CanResolveLocalAssemblies() method ThrowException (line 1314) | internal static void ThrowException(string id, int lineNumber, int lin... method ThrowException (line 1321) | internal static void ThrowException(string id, string value, int lineN... method ThrowException (line 1328) | internal static void ThrowException(string id, string value1, string v... method ThrowException (line 1334) | internal static void ThrowException(string id, string value1, string v... method ThrowException (line 1340) | internal static void ThrowException(string id, string value1, string v... method ThrowExceptionWithLine (line 1346) | private static void ThrowExceptionWithLine(string message, int lineNum... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlPathDataSerializer.cs class XamlPathDataSerializer (line 32) | internal class XamlPathDataSerializer : XamlSerializer method XamlPathDataSerializer (line 39) | public XamlPathDataSerializer() method ConvertStringToCustomBinary (line 50) | public override bool ConvertStringToCustomBinary ( method ConvertCustomBinaryToObject (line 69) | public override object ConvertCustomBinaryToObject( method StaticConvertCustomBinaryToObject (line 82) | public static object StaticConvertCustomBinaryToObject( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlPoint3DCollectionSerializer.cs class XamlPoint3DCollectionSerializer (line 30) | internal class XamlPoint3DCollectionSerializer : XamlSerializer method XamlPoint3DCollectionSerializer (line 43) | public XamlPoint3DCollectionSerializer() method ConvertStringToCustomBinary (line 56) | public override bool ConvertStringToCustomBinary ( method ConvertCustomBinaryToObject (line 74) | public override object ConvertCustomBinaryToObject( method StaticConvertCustomBinaryToObject (line 80) | public static object StaticConvertCustomBinaryToObject( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlPointCollectionSerializer.cs class XamlPointCollectionSerializer (line 30) | internal class XamlPointCollectionSerializer : XamlSerializer method XamlPointCollectionSerializer (line 43) | public XamlPointCollectionSerializer() method ConvertStringToCustomBinary (line 56) | public override bool ConvertStringToCustomBinary ( method ConvertCustomBinaryToObject (line 74) | public override object ConvertCustomBinaryToObject( method StaticConvertCustomBinaryToObject (line 87) | public static object StaticConvertCustomBinaryToObject( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlReader.cs class XamlReader (line 29) | public class XamlReader method Parse (line 39) | public static object Parse(string xamlText) method Parse (line 52) | public static object Parse(string xamlText, bool useRestrictiveXamlRea... method Parse (line 66) | public static object Parse(string xamlText, ParserContext parserContext) method Parse (line 80) | public static object Parse(string xamlText, ParserContext parserContex... method Load (line 92) | public static object Load(Stream stream) method Load (line 105) | public static object Load(Stream stream, bool useRestrictiveXamlReader) method Load (line 116) | public static object Load(XmlReader reader) method Load (line 129) | public static object Load(XmlReader reader, bool useRestrictiveXamlRea... method Load (line 143) | public static object Load(Stream stream, ParserContext parserContext) method Load (line 157) | public static object Load(Stream stream, ParserContext parserContext, ... method LoadAsync (line 181) | public object LoadAsync(Stream stream) method LoadAsync (line 198) | public object LoadAsync(Stream stream, bool useRestrictiveXamlReader) method LoadAsync (line 222) | public object LoadAsync(XmlReader reader) method LoadAsync (line 241) | public object LoadAsync(XmlReader reader, bool useRestrictiveXamlReader) method LoadAsync (line 259) | public object LoadAsync(Stream stream, ParserContext parserContext) method LoadAsync (line 277) | public object LoadAsync(Stream stream, ParserContext parserContext , b... method ShouldReWrapException (line 300) | internal static bool ShouldReWrapException(Exception e, Uri baseUri) method LoadAsync (line 312) | private object LoadAsync(XmlReader reader, ParserContext parserContext) method LoadAsync (line 317) | private object LoadAsync(XmlReader reader, ParserContext parserContext... method RewrapException (line 486) | internal static void RewrapException(Exception e, Uri baseUri) method RewrapException (line 491) | internal static void RewrapException(Exception e, IXamlLineInfo lineIn... method WrapException (line 496) | internal static XamlParseException WrapException(Exception e, IXamlLin... method Post (line 535) | internal void Post() method Post (line 543) | internal void Post(DispatcherPriority priority) method Dispatch (line 552) | private object Dispatch(object o) method DispatchParserQueueEvent (line 558) | private void DispatchParserQueueEvent(XamlReader xamlReader) method HandleAsyncQueueItem (line 567) | internal virtual void HandleAsyncQueueItem() method TreeBuildComplete (line 669) | internal void TreeBuildComplete() method CancelAsync (line 702) | public void CancelAsync() method CreateObjectWriterSettings (line 716) | internal static XamlObjectWriterSettings CreateObjectWriterSettings() method CreateObjectWriterSettings (line 726) | internal static XamlObjectWriterSettings CreateObjectWriterSettings(Xa... method CreateObjectWriterSettingsForBaml (line 739) | internal static XamlObjectWriterSettings CreateObjectWriterSettingsFor... method CreateBamlReaderSettings (line 746) | internal static Baml2006ReaderSettings CreateBamlReaderSettings() method CreateSchemaContextSettings (line 755) | internal static XamlSchemaContextSettings CreateSchemaContextSettings() method GetWpfSchemaContext (line 766) | public static XamlSchemaContext GetWpfSchemaContext() method Load (line 786) | internal static object Load( method Load (line 806) | internal static object Load( method Load (line 828) | internal static object Load( method Load (line 926) | internal static object Load( method Load (line 960) | public static object Load(System.Xaml.XamlReader reader) method LoadBaml (line 1007) | internal static object LoadBaml( method GetBaseUri (line 1124) | private static Uri GetBaseUri(Uri uri) method CreateBamlSchemaContext (line 1138) | private static WpfSharedBamlSchemaContext CreateBamlSchemaContext() method CreateXamlSchemaContext (line 1147) | private static WpfSharedXamlSchemaContext CreateXamlSchemaContext(bool... class WpfXamlFrame (line 1187) | internal class WpfXamlFrame : XamlFrame method WpfXamlFrame (line 1189) | public WpfXamlFrame() { } method Reset (line 1197) | public override void Reset() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlReaderConstants.cs class XamlReaderHelper (line 28) | internal partial class XamlReaderHelper FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlReaderHelper.cs type ElementContextType (line 43) | internal enum ElementContextType class CSSChar (line 56) | internal static class CSSChar method XamlReaderHelper (line 109) | internal XamlReaderHelper( method LookupNamespace (line 159) | string IParserHelper.LookupNamespace(string prefix) method GetElementType (line 164) | bool IParserHelper.GetElementType( method CanResolveLocalAssemblies (line 183) | bool IParserHelper.CanResolveLocalAssemblies() method IsACollection (line 225) | private static bool IsACollection(Type type) method IsACollection (line 239) | private static bool IsACollection(ElementContextStackData context) method Close (line 308) | internal void Close() method Read (line 319) | internal bool Read(ref XamlNode xamlNode) method catch (line 401) | catch (XamlParseException) method catch (line 405) | catch (XmlException e) method catch (line 410) | catch (Exception e) class ElementContextStackData (line 1435) | private class ElementContextStackData method SetChildTag (line 1539) | internal void SetChildTag(string value) class UnknownData (line 1638) | private class UnknownData method UnknownData (line 1640) | public UnknownData( class MappingScanner (line 2396) | private class MappingScanner method MappingScanner (line 2409) | public MappingScanner(string text, int offset) method NextToken (line 2424) | public char NextToken() method TokenValue (line 2487) | public string TokenValue() method TokenEquals (line 2496) | public bool TokenEquals(string value) method MappingScanner (line 2513) | static MappingScanner() class MappingParser (line 2557) | private class MappingParser method MappingParser (line 2564) | public MappingParser(string mapping, int offset) method Parse (line 2576) | public bool Parse() method ParseNamespace (line 2622) | private string ParseNamespace() method ParseAssembly (line 2641) | private string ParseAssembly() method Next (line 2652) | private char Next() method Expect (line 2663) | private void Expect(string ident) method Expect (line 2674) | private void Expect(char token) class MappingParseError (line 2685) | private class MappingParseError : Exception method MappingParseError (line 2692) | public MappingParseError(int offset, char expected, char received) method MappingParseError (line 2699) | public MappingParseError(int offset, char expected, char received, s... method Error (line 2706) | private void Error(char token) method Error (line 2711) | private void Error(string ident) class DictionaryContextData (line 5727) | private class DictionaryContextData method DictionaryContextData (line 5729) | internal DictionaryContextData( method ContainsKey (line 5740) | internal bool ContainsKey(object key) method AddKey (line 5752) | internal void AddKey(object key) class XamlNodeCollectionProcessor (line 5795) | internal class XamlNodeCollectionProcessor method XamlNodeCollectionProcessor (line 5800) | internal XamlNodeCollectionProcessor() method Add (line 5811) | internal void Add(XamlNode xamlNode) method Remove (line 5823) | internal XamlNode Remove() method InsertAtStartMark (line 5882) | internal void InsertAtStartMark(XamlNode xamlNode) method InsertAtCurrentMark (line 5895) | internal void InsertAtCurrentMark(XamlNode xamlNode) method RemoveLastElement (line 5914) | internal void RemoveLastElement() type TypeConverterDecisionState (line 5952) | private enum TypeConverterDecisionState method ResetTypeConverterDecision (line 6012) | internal void ResetTypeConverterDecision() method WritingTypeConverterText (line 6033) | internal void WritingTypeConverterText(string initializationText) method ExamineInsertedNode (line 6047) | private void ExamineInsertedNode(XamlNode xamlNode, int insertionIndex) method ExamineAddedNode (line 6073) | private void ExamineAddedNode(XamlNode xamlNode) method NodeTypePrecludesTypeConverterUse (line 6176) | private bool NodeTypePrecludesTypeConverterUse(XamlNode xamlNode) class XamlPropertyFullName (line 6844) | [DebuggerDisplay("{Fullname}")] method XamlPropertyFullName (line 6850) | public XamlPropertyFullName(Type ownerType, string name) method Equals (line 6861) | public override bool Equals(object o) method GetHashCode (line 6867) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlSerializer.cs class XamlSerializer (line 24) | internal class XamlSerializer method XamlSerializer (line 38) | public XamlSerializer() method ConvertXamlToBaml (line 52) | internal virtual void ConvertXamlToBaml ( method ConvertXamlToObject (line 67) | internal virtual void ConvertXamlToObject ( method ConvertBamlToObject (line 82) | internal virtual void ConvertBamlToObject ( method ConvertStringToCustomBinary (line 96) | public virtual bool ConvertStringToCustomBinary ( method ConvertCustomBinaryToObject (line 108) | public virtual object ConvertCustomBinaryToObject( method GetDictionaryKey (line 122) | internal virtual object GetDictionaryKey( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlSerializerUtil.cs class XamlSerializerUtil (line 21) | internal static class XamlSerializerUtil method ThrowIfNonWhiteSpaceInAddText (line 31) | internal static void ThrowIfNonWhiteSpaceInAddText(string s, object pa... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlStream.cs class ReadWriteStreamManager (line 37) | internal class ReadWriteStreamManager method ReadWriteStreamManager (line 43) | private ReadWriteStreamManager() method ReadWriteStreamManager (line 45) | internal ReadWriteStreamManager() method Write (line 69) | internal void Write(byte[] buffer, int offset, int count) method WriterSeek (line 142) | internal long WriterSeek(long offset, SeekOrigin loc) method UpdateReaderLength (line 175) | internal void UpdateReaderLength(long position) method WriterClose (line 194) | internal void WriterClose() method Read (line 213) | internal int Read(byte[] buffer, int offset, int count) method ReadByte (line 271) | internal int ReadByte() method ReaderSeek (line 286) | internal long ReaderSeek(long offset, SeekOrigin loc) method ReaderDoneWithFileUpToPosition (line 319) | internal void ReaderDoneWithFileUpToPosition(long position) method GetBufferFromFilePosition (line 337) | private byte[] GetBufferFromFilePosition(long position,bool reader, method CheckIfCanRemoveFromArrayList (line 404) | private void CheckIfCanRemoveFromArrayList(long position,ArrayList arr... class WriterStream (line 574) | internal class WriterStream : Stream method WriterStream (line 582) | internal WriterStream(ReadWriteStreamManager streamManager) method Close (line 618) | public override void Close() method Flush (line 626) | public override void Flush() method Read (line 660) | public override int Read(byte[] buffer, int offset, int count) method ReadByte (line 668) | public override int ReadByte() method Seek (line 676) | public override long Seek(long offset, SeekOrigin loc) method SetLength (line 684) | public override void SetLength(long value) method Write (line 693) | public override void Write(byte[] buffer, int offset, int count) method UpdateReaderLength (line 708) | internal void UpdateReaderLength(long position) class ReaderStream (line 741) | internal class ReaderStream : Stream method ReaderStream (line 745) | internal ReaderStream(ReadWriteStreamManager streamManager) method Close (line 781) | public override void Close() method Flush (line 789) | public override void Flush() method Read (line 823) | public override int Read(byte[] buffer, int offset, int count) method ReadByte (line 831) | public override int ReadByte() method Seek (line 840) | public override long Seek(long offset, SeekOrigin loc) method SetLength (line 848) | public override void SetLength(long value) method Write (line 857) | public override void Write(byte[] buffer, int offset, int count) method ReaderDoneWithFileUpToPosition (line 873) | internal void ReaderDoneWithFileUpToPosition(long position) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlStyleSerializer.cs class XamlStyleSerializer (line 25) | internal class XamlStyleSerializer : XamlSerializer method XamlStyleSerializer (line 34) | public XamlStyleSerializer() : base() method XamlStyleSerializer (line 38) | internal XamlStyleSerializer(ParserHooks parserHooks) : base() method ConvertXamlToBaml (line 51) | internal override void ConvertXamlToBaml ( method GetDictionaryKey (line 79) | internal override object GetDictionaryKey(BamlRecord startRecord, Par... method ThrowException (line 139) | private void ThrowException( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlTemplateSerializer.cs class XamlTemplateSerializer (line 26) | internal class XamlTemplateSerializer : XamlSerializer method XamlTemplateSerializer (line 34) | public XamlTemplateSerializer() : base() method XamlTemplateSerializer (line 39) | internal XamlTemplateSerializer(ParserHooks parserHooks) : base() method ConvertXamlToBaml (line 52) | internal override void ConvertXamlToBaml ( method GetDictionaryKey (line 78) | internal override object GetDictionaryKey(BamlRecord startRecord, Par... method ThrowException (line 156) | private void ThrowException( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlTypeMapper.cs method XamlTypeMapper (line 51) | public XamlTypeMapper(string[] assemblyNames) method XamlTypeMapper (line 68) | public XamlTypeMapper( method GetType (line 99) | public Type GetType( method AddMappingProcessingInstruction (line 132) | public void AddMappingProcessingInstruction( method SetAssemblyPath (line 176) | public void SetAssemblyPath( method Initialize (line 256) | internal void Initialize() method Clone (line 273) | internal XamlTypeMapper Clone() method CloneHybridDictionary (line 296) | private HybridDictionary CloneHybridDictionary(HybridDictionary dict) method CloneStringDictionary (line 308) | private Dictionary CloneStringDictionary(Dictionary GetAllXamlNamespaces() method GetXamlType (line 92) | public override XamlType GetXamlType(Type type) method TryGetCompatibleXamlNamespace (line 101) | public override bool TryGetCompatibleXamlNamespace(string xamlNamesp... method GetNamespaceMapHashList (line 124) | internal Hashtable GetNamespaceMapHashList() method SetMappingProcessingInstruction (line 194) | internal void SetMappingProcessingInstruction(string xamlNamespace, ... method GetXamlType (line 210) | protected override XamlType GetXamlType(string xamlNamespace, string... method OnAssemblyResolve (line 235) | protected override Assembly OnAssemblyResolve(string assemblyName) method GetClrNsUri (line 245) | private static string GetClrNsUri(string clrNamespace, string assembly) method SplitClrNsUri (line 251) | private static void SplitClrNsUri(string xmlNamespace, out string cl... method AddKnownNamespaces (line 281) | private void AddKnownNamespaces(List nsList) method GetInternalType (line 305) | private XamlType GetInternalType(Type type, XamlType sharedSchemaXam... method LookupXamlType (line 338) | private XamlType LookupXamlType(string xamlNamespace, string name, X... method SyncContainsKey (line 381) | private bool SyncContainsKey(IDictionary dict, K key) method SyncTryGetValue (line 389) | private bool SyncTryGetValue(IDictionary dict, strin... method AddToMultiHashtable (line 397) | private static void AddToMultiHashtable(Hashtable hashtable, K... class VisibilityMaskingXamlType (line 411) | private class VisibilityMaskingXamlType : XamlType method VisibilityMaskingXamlType (line 413) | public VisibilityMaskingXamlType(Type underlyingType, XamlSchemaCont... method LookupIsPublic (line 418) | protected override bool LookupIsPublic() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlVector3DCollectionSerializer.cs class XamlVector3DCollectionSerializer (line 30) | internal class XamlVector3DCollectionSerializer : XamlSerializer method XamlVector3DCollectionSerializer (line 43) | internal XamlVector3DCollectionSerializer() method ConvertStringToCustomBinary (line 56) | public override bool ConvertStringToCustomBinary ( method ConvertCustomBinaryToObject (line 74) | public override object ConvertCustomBinaryToObject( method StaticConvertCustomBinaryToObject (line 87) | public static object StaticConvertCustomBinaryToObject( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlWriter.cs class XamlWriter (line 19) | public static class XamlWriter method Save (line 36) | public static string Save(object obj) method Save (line 71) | public static void Save(object obj, TextWriter writer) method Save (line 96) | public static void Save(object obj, Stream stream) method Save (line 123) | public static void Save(object obj, XmlWriter xmlWriter) method Save (line 153) | public static void Save(object obj, XamlDesignerSerializationManager m... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlWriterMode.cs type XamlWriterMode (line 15) | public enum XamlWriterMode FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XamlWriterState.cs type XamlWriterState (line 14) | public enum XamlWriterState FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XmlAttributeProperties.cs class XmlAttributeProperties (line 31) | internal sealed class XmlAttributeProperties method XmlAttributeProperties (line 41) | private XmlAttributeProperties() method XmlAttributeProperties (line 45) | static XmlAttributeProperties() method LookupNamespace (line 74) | public static string LookupNamespace(DependencyObject elem, string pre... method LookupPrefix (line 117) | public static string LookupPrefix(DependencyObject elem, string uri) method DefaultNamespace (line 159) | public static string DefaultNamespace(DependencyObject e) method GetXmlSpace (line 179) | [DesignerSerializationOptions(DesignerSerializationOptions.SerializeAs... method SetXmlSpace (line 194) | public static void SetXmlSpace(DependencyObject dependencyObject, stri... method GetXmlnsDictionary (line 213) | [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] method SetXmlnsDictionary (line 228) | public static void SetXmlnsDictionary(DependencyObject dependencyObjec... method GetXmlnsDefinition (line 250) | [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] method SetXmlnsDefinition (line 266) | public static void SetXmlnsDefinition(DependencyObject dependencyObjec... method GetXmlNamespaceMaps (line 288) | [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] method SetXmlNamespaceMaps (line 306) | public static void SetXmlNamespaceMaps(DependencyObject dependencyObje... method XmlAttributeProperties (line 319) | private XmlAttributeProperties() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XmlnsCache.cs class XmlnsCache (line 30) | internal class XmlnsCache method XmlnsCache (line 33) | static XmlnsCache() method XmlnsCache (line 54) | internal XmlnsCache(HybridDictionary assemblyPathTable) method InitializeWithReferencedAssemblies (line 59) | private void InitializeWithReferencedAssemblies(HybridDictionary assem... method AddReferencedAssemblies (line 77) | private void AddReferencedAssemblies() method XmlnsCache (line 128) | internal XmlnsCache() method GetMappingArray (line 141) | internal List GetMappingArray(string xmlns) method GetMappingArray (line 150) | internal List GetMappingArray(string xmlns) method SetUriToAssemblyNameMapping (line 192) | internal void SetUriToAssemblyNameMapping(string namespaceUri, string ... method GetNewXmlnamespace (line 199) | internal string GetNewXmlnamespace(string oldXmlnamespace) method GetAttributes (line 212) | private CustomAttributeData[] GetAttributes(Assembly asm, string fullC... method GetNamespacesFromDefinitionAttr (line 229) | private void GetNamespacesFromDefinitionAttr(CustomAttributeData data,... method GetNamespacesFromCompatAttr (line 249) | private void GetNamespacesFromCompatAttr(CustomAttributeData data, out... method GetAttributes (line 271) | private Attribute[] GetAttributes(Assembly asm, Type attrType) method GetNamespacesFromDefinitionAttr (line 276) | private void GetNamespacesFromDefinitionAttr(Attribute attr, out strin... method GetNamespacesFromCompatAttr (line 283) | private void GetNamespacesFromCompatAttr(Attribute attr, out string ol... method LoadClrnsToAssemblyNameMappingCache (line 295) | private void LoadClrnsToAssemblyNameMappingCache(Assembly[] asmList) method GetClrnsToAssemblyNameMappingList (line 331) | private List GetClrnsToAssemblyNameMappingList( method ProcessXmlnsCompatibleWithAttributes (line 365) | private void ProcessXmlnsCompatibleWithAttributes(Assembly[] asmList) type ClrNamespaceAssemblyPair (line 418) | internal struct ClrNamespaceAssemblyPair method ClrNamespaceAssemblyPair (line 421) | internal ClrNamespaceAssemblyPair(string clrNamespace,string assemblyN... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Markup/XmlnsDictionary.cs class XmlnsDictionary (line 32) | public class XmlnsDictionary : IDictionary, System.Xaml.IXamlNamespaceRe... type NamespaceDeclaration (line 41) | private struct NamespaceDeclaration type NamespaceScope (line 63) | private enum NamespaceScope method XmlnsDictionary (line 79) | public XmlnsDictionary() method XmlnsDictionary (line 92) | public XmlnsDictionary(XmlnsDictionary xmlnsDictionary) method Add (line 137) | public void Add(object prefix, object xmlNamespace) method Add (line 154) | public void Add(string prefix,string xmlNamespace) method Clear (line 164) | public void Clear() method Contains (line 176) | public bool Contains(object key) method Remove (line 185) | public void Remove(string prefix) method Remove (line 195) | public void Remove(object prefix) method CopyTo (line 206) | public void CopyTo(DictionaryEntry[] array, int index) method GetEnumerator (line 218) | IDictionaryEnumerator IDictionary.GetEnumerator() method GetEnumerator (line 241) | IEnumerator IEnumerable.GetEnumerator() method CopyTo (line 255) | public void CopyTo(Array array, int index) method GetNamespace (line 266) | public string GetNamespace(string prefix) method GetNamespacePrefixes (line 271) | public System.Collections.Generic.IEnumerable GetCurrentGlobalSpeed( FrameworkElement contai... method GetCurrentGlobalSpeed (line 1297) | public Nullable GetCurrentGlobalSpeed( FrameworkContentElement... method GetCurrentGlobalSpeed (line 1306) | public Double GetCurrentGlobalSpeed() method GetCurrentGlobalSpeedImpl (line 1320) | private Nullable GetCurrentGlobalSpeedImpl( DependencyObject c... method GetCurrentIteration (line 1336) | public Nullable GetCurrentIteration( FrameworkElement containin... method GetCurrentIteration (line 1346) | public Nullable GetCurrentIteration( FrameworkContentElement co... method GetCurrentIteration (line 1355) | public Int32 GetCurrentIteration() method GetCurrentIterationImpl (line 1369) | private Nullable GetCurrentIterationImpl( DependencyObject cont... method GetCurrentProgress (line 1385) | public Nullable GetCurrentProgress( FrameworkElement containin... method GetCurrentProgress (line 1394) | public Nullable GetCurrentProgress( FrameworkContentElement co... method GetCurrentProgress (line 1403) | public Double GetCurrentProgress() method GetCurrentProgressImpl (line 1417) | private Nullable GetCurrentProgressImpl( DependencyObject cont... method GetCurrentState (line 1433) | public ClockState GetCurrentState( FrameworkElement containingObject ) method GetCurrentState (line 1442) | public ClockState GetCurrentState( FrameworkContentElement containingO... method GetCurrentState (line 1451) | public ClockState GetCurrentState() method GetCurrentStateImpl (line 1456) | private ClockState GetCurrentStateImpl( DependencyObject containingObj... method GetCurrentTime (line 1472) | public Nullable GetCurrentTime( FrameworkElement containingO... method GetCurrentTime (line 1482) | public Nullable GetCurrentTime( FrameworkContentElement cont... method GetCurrentTime (line 1491) | public TimeSpan GetCurrentTime() method GetCurrentTimeImpl (line 1505) | private Nullable GetCurrentTimeImpl( DependencyObject contai... method GetIsPaused (line 1521) | public bool GetIsPaused( FrameworkElement containingObject ) method GetIsPaused (line 1531) | public bool GetIsPaused( FrameworkContentElement containingObject ) method GetIsPaused (line 1540) | public bool GetIsPaused() method GetIsPausedImpl (line 1545) | private bool GetIsPausedImpl( DependencyObject containingObject ) method Pause (line 1562) | public void Pause( FrameworkElement containingObject ) method Pause (line 1571) | public void Pause( FrameworkContentElement containingObject ) method Pause (line 1580) | public void Pause() method PauseImpl (line 1585) | private void PauseImpl(DependencyObject containingObject) method Remove (line 1604) | public void Remove(FrameworkElement containingObject) method Remove (line 1612) | public void Remove(FrameworkContentElement containingObject) method Remove (line 1620) | public void Remove() method RemoveImpl (line 1625) | private void RemoveImpl(DependencyObject containingObject) method Resume (line 1650) | public void Resume( FrameworkElement containingObject ) method Resume (line 1659) | public void Resume( FrameworkContentElement containingObject ) method Resume (line 1668) | public void Resume() method ResumeImpl (line 1673) | private void ResumeImpl( DependencyObject containingObject ) method Seek (line 1694) | public void Seek( FrameworkElement containingObject, TimeSpan offset, ... method Seek (line 1704) | public void Seek( FrameworkContentElement containingObject, TimeSpan o... method Seek (line 1714) | public void Seek( TimeSpan offset, TimeSeekOrigin origin ) method Seek (line 1724) | public void Seek( TimeSpan offset ) method SeekImpl (line 1729) | private void SeekImpl( DependencyObject containingObject, TimeSpan off... method SeekAlignedToLastTick (line 1742) | public void SeekAlignedToLastTick( FrameworkElement containingObject, ... method SeekAlignedToLastTick (line 1752) | public void SeekAlignedToLastTick( FrameworkContentElement containingO... method SeekAlignedToLastTick (line 1762) | public void SeekAlignedToLastTick( TimeSpan offset, TimeSeekOrigin ori... method SeekAlignedToLastTick (line 1772) | public void SeekAlignedToLastTick( TimeSpan offset ) method SeekAlignedToLastTickImpl (line 1777) | private void SeekAlignedToLastTickImpl( DependencyObject containingObj... method SetSpeedRatio (line 1790) | public void SetSpeedRatio( FrameworkElement containingObject, double s... method SetSpeedRatio (line 1800) | public void SetSpeedRatio( FrameworkContentElement containingObject, d... method SetSpeedRatio (line 1810) | public void SetSpeedRatio( double speedRatio ) method SetSpeedRatioImpl (line 1815) | private void SetSpeedRatioImpl( DependencyObject containingObject, dou... method SkipToFill (line 1826) | public void SkipToFill( FrameworkElement containingObject ) method SkipToFill (line 1835) | public void SkipToFill( FrameworkContentElement containingObject ) method SkipToFill (line 1844) | public void SkipToFill() method SkipToFillImpl (line 1849) | private void SkipToFillImpl( DependencyObject containingObject ) method Stop (line 1860) | public void Stop( FrameworkElement containingObject ) method Stop (line 1869) | public void Stop( FrameworkContentElement containingObject ) method Stop (line 1878) | public void Stop() method StopImpl (line 1883) | private void StopImpl( DependencyObject containingObject ) method GetStoryboardClock (line 1915) | private Clock GetStoryboardClock(DependencyObject o) method GetStoryboardClock (line 1928) | private Clock GetStoryboardClock(DependencyObject o, bool throwIfNull,... method SetStoryboardClock (line 1990) | private void SetStoryboardClock(DependencyObject o, Clock clock) method GetComplexPathClone (line 2022) | private static CloneCacheEntry GetComplexPathClone(DependencyObject o,... method SetComplexPathClone (line 2039) | private static void SetComplexPathClone( class CloneCacheEntry (line 2061) | private class CloneCacheEntry method CloneCacheEntry (line 2063) | internal CloneCacheEntry(object source, object clone) class ChangeListener (line 2084) | internal class ChangeListener method ChangeListener (line 2090) | internal ChangeListener( DependencyObject target, Freezable clone, D... method InvalidatePropertyOnCloneChange (line 2104) | internal void InvalidatePropertyOnCloneChange( object source, EventA... method InvalidatePropertyOnOriginalChange (line 2126) | internal void InvalidatePropertyOnOriginalChange( object source, Eve... method ListenToChangesOnFreezable (line 2135) | internal static void ListenToChangesOnFreezable( method Setup (line 2146) | private void Setup() method Cleanup (line 2171) | private void Cleanup() class Layers (line 2200) | internal static class Layers type InteractiveOperation (line 2210) | private enum InteractiveOperation : ushort FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Media/TextOptions.cs class TextOptions (line 18) | public static class TextOptions method IsTextFormattingModeValid (line 33) | internal static bool IsTextFormattingModeValid(object valueObject) method SetTextFormattingMode (line 62) | public static void SetTextFormattingMode(DependencyObject element, Tex... method GetTextFormattingMode (line 69) | public static TextFormattingMode GetTextFormattingMode(DependencyObjec... method SetTextRenderingMode (line 76) | public static void SetTextRenderingMode(DependencyObject element, Text... method GetTextRenderingMode (line 83) | public static TextRenderingMode GetTextRenderingMode(DependencyObject ... method SetTextHintingMode (line 91) | public static void SetTextHintingMode(DependencyObject element, TextHi... method GetTextHintingMode (line 98) | public static TextHintingMode GetTextHintingMode(DependencyObject elem... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/MessageBox.cs class MessageBox (line 20) | public sealed class MessageBox class WindowWin32Window (line 23) | class WindowWin32Window : IWin32Window method WindowWin32Window (line 26) | internal WindowWin32Window(Window window) method MessageBox (line 62) | private MessageBox() method Win32ToMessageBoxResult (line 66) | private static MessageBoxResult Win32ToMessageBoxResult(int value) method Show (line 99) | public static MessageBoxResult Show( method Show (line 115) | public static MessageBoxResult Show( method Show (line 130) | public static MessageBoxResult Show( method Show (line 144) | public static MessageBoxResult Show( method Show (line 157) | public static MessageBoxResult Show(string messageBoxText, string capt... method Show (line 167) | public static MessageBoxResult Show(string messageBoxText) method Show (line 181) | public static MessageBoxResult Show(IWin32Window owner, string message... method Show (line 193) | public static MessageBoxResult Show(IWin32Window owner, string message... method Show (line 205) | public static MessageBoxResult Show(IWin32Window owner, string message... method Show (line 216) | public static MessageBoxResult Show(IWin32Window owner, string message... method Show (line 227) | public static MessageBoxResult Show(IWin32Window owner, string message... method Show (line 238) | public static MessageBoxResult Show(IWin32Window owner, string message... method Show (line 250) | public static MessageBoxResult Show( method Show (line 266) | public static MessageBoxResult Show( method Show (line 282) | public static MessageBoxResult Show( method Show (line 297) | public static MessageBoxResult Show( method Show (line 311) | public static MessageBoxResult Show(Window owner, string messageBoxTex... method Show (line 321) | public static MessageBoxResult Show(Window owner, string messageBoxText) method DefaultResultToButtonNumber (line 327) | private static int DefaultResultToButtonNumber(MessageBoxResult result... method ShowCore (line 361) | internal static MessageBoxResult ShowCore( method IsValidMessageBoxButton (line 422) | private static bool IsValidMessageBoxButton(MessageBoxButton value) method IsValidMessageBoxImage (line 433) | private static bool IsValidMessageBoxImage(MessageBoxImage value) method IsValidMessageBoxResult (line 446) | private static bool IsValidMessageBoxResult(MessageBoxResult value) method IsValidMessageBoxOptions (line 460) | private static bool IsValidMessageBoxOptions(MessageBoxOptions value) type MessageBoxResult (line 481) | public enum MessageBoxResult type MessageBoxOptions (line 595) | [Flags] type MessageBoxImage (line 641) | public enum MessageBoxImage type MessageBoxButton (line 735) | public enum MessageBoxButton FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/MultiDataTrigger.cs class MultiDataTrigger (line 19) | [ContentProperty("Setters")] method AddChild (line 63) | void IAddChild.AddChild (Object value) method AddText (line 78) | void IAddChild.AddText (string text) method Seal (line 86) | internal override void Seal() method GetCurrentState (line 143) | internal override bool GetCurrentState(DependencyObject container, Unc... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/MultiTrigger.cs class MultiTrigger (line 13) | [ContentProperty("Setters")] method AddChild (line 57) | void IAddChild.AddChild (Object value) method AddText (line 72) | void IAddChild.AddText (string text) method Seal (line 80) | internal override void Seal() method GetCurrentState (line 121) | internal override bool GetCurrentState(DependencyObject container, Unc... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Navigation/FragmentNavigationEventArgs.cs class FragmentNavigationEventArgs (line 12) | public class FragmentNavigationEventArgs : EventArgs method FragmentNavigationEventArgs (line 22) | internal FragmentNavigationEventArgs(string fragment, object Navigator) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Navigation/Journal.cs class Journal (line 36) | [Serializable] method Journal (line 42) | internal Journal() method GetObjectData (line 47) | void ISerializable.GetObjectData(SerializationInfo info, StreamingCont... method Journal (line 57) | private Journal(SerializationInfo info, StreamingContext context) method RemoveBackEntry (line 246) | internal JournalEntry RemoveBackEntry() method UpdateCurrentEntry (line 268) | internal void UpdateCurrentEntry(JournalEntry journalEntry) method RecordNewNavigation (line 299) | internal void RecordNewNavigation() method ClearForwardStack (line 319) | internal bool ClearForwardStack() method CommitJournalNavigation (line 334) | internal void CommitJournalNavigation(JournalEntry navigated) method AbortJournalNavigation (line 339) | internal void AbortJournalNavigation() method BeginBackNavigation (line 349) | internal JournalEntry BeginBackNavigation() method BeginForwardNavigation (line 364) | internal JournalEntry BeginForwardNavigation() method GetNavigationMode (line 395) | internal NavigationMode GetNavigationMode(JournalEntry entry) method NavigateTo (line 413) | internal void NavigateTo(JournalEntry target) method FindIndexForEntryWithId (line 431) | internal int FindIndexForEntryWithId(int id) method PruneKeepAliveEntries (line 453) | internal void PruneKeepAliveEntries() method RemoveEntryInternal (line 476) | internal JournalEntry RemoveEntryInternal(int index) method RemoveEntries (line 501) | internal void RemoveEntries(Guid navSvcId) method UpdateView (line 523) | internal void UpdateView() method GetGoBackEntry (line 534) | internal JournalEntry GetGoBackEntry(out int index) method GetGoBackEntry (line 546) | internal JournalEntry GetGoBackEntry() method GetGoForwardEntryIndex (line 561) | internal void GetGoForwardEntryIndex(out int index) method ValidateIndexes (line 596) | private bool ValidateIndexes() method _Initialize (line 602) | private void _Initialize() method IsNavigable (line 608) | internal bool IsNavigable(JournalEntry entry) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Navigation/JournalEntry.cs class CustomContentState (line 27) | [Serializable] method Replay (line 45) | public abstract void Replay(NavigationService navigationService, Navig... type IProvideCustomContentState (line 56) | public interface IProvideCustomContentState method GetContentState (line 62) | CustomContentState GetContentState(); class JournalEntry (line 74) | [Serializable] method JournalEntry (line 82) | internal JournalEntry(JournalEntryGroupState jeGroupState, Uri uri) method JournalEntry (line 93) | protected JournalEntry(SerializationInfo info, StreamingContext context) method GetObjectData (line 107) | public virtual void GetObjectData(SerializationInfo info, StreamingCon... method GetName (line 134) | public static string GetName(DependencyObject dependencyObject) method SetName (line 146) | public static void SetName(DependencyObject dependencyObject, string n... method GetKeepAlive (line 163) | public static bool GetKeepAlive(DependencyObject dependencyObject) method SetKeepAlive (line 177) | public static void SetKeepAlive(DependencyObject dependencyObject, boo... method IsPageFunction (line 240) | internal virtual bool IsPageFunction() method IsAlive (line 249) | internal virtual bool IsAlive() method SaveState (line 254) | internal virtual void SaveState(object contentObject) method RestoreState (line 272) | internal virtual void RestoreState(object contentObject) method Navigate (line 292) | internal virtual bool Navigate(INavigator navigator, NavigationMode na... method GetDisplayName (line 316) | internal static string GetDisplayName(Uri uri, Uri siteOfOrigin) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Navigation/JournalEntryListConverter.cs class JournalEntryListConverter (line 23) | public sealed class JournalEntryListConverter : IValueConverter method Convert (line 29) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 37) | public object ConvertBack(object value, Type targetType, object parame... type JournalEntryPosition (line 46) | public enum JournalEntryPosition class JournalEntryUnifiedViewConverter (line 67) | public sealed class JournalEntryUnifiedViewConverter : IMultiValueConverter method GetJournalEntryPosition (line 82) | public static JournalEntryPosition GetJournalEntryPosition(DependencyO... method SetJournalEntryPosition (line 92) | public static void SetJournalEntryPosition(DependencyObject element, J... method Convert (line 104) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 126) | public object[] ConvertBack(object value, Type[] targetTypes, object p... class UnifiedJournalEntryStackEnumerable (line 133) | internal class UnifiedJournalEntryStackEnumerable : IEnumerable, INotify... method UnifiedJournalEntryStackEnumerable (line 135) | internal UnifiedJournalEntryStackEnumerable(LimitedJournalEntryStackEn... method GetEnumerator (line 144) | public IEnumerator GetEnumerator() method StacksChanged (line 175) | internal void StacksChanged(object sender, NotifyCollectionChangedEven... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Navigation/NavigatingCancelEventArgs.cs class NavigatingCancelEventArgs (line 26) | public class NavigatingCancelEventArgs : CancelEventArgs method NavigatingCancelEventArgs (line 33) | internal NavigatingCancelEventArgs( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Navigation/NavigationEventArgs.cs class NavigationEventArgs (line 24) | public class NavigationEventArgs : EventArgs method NavigationEventArgs (line 31) | internal NavigationEventArgs(Uri uri, Object content, Object extraData... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Navigation/NavigationFailedEventArgs.cs class NavigationFailedEventArgs (line 28) | public class NavigationFailedEventArgs : EventArgs method NavigationFailedEventArgs (line 31) | internal NavigationFailedEventArgs(Uri uri, Object extraData, Object n... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Navigation/NavigationMode.cs type NavigationMode (line 20) | public enum NavigationMode : byte FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Navigation/NavigationProgressEventArgs.cs class NavigationProgressEventArgs (line 25) | public class NavigationProgressEventArgs : EventArgs method NavigationProgressEventArgs (line 32) | internal NavigationProgressEventArgs(Uri uri, long bytesRead, long max... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Navigation/NavigationService.cs class NavigationService (line 41) | public sealed class NavigationService : IContentContainer /*See comment ... method NavigationService (line 51) | internal NavigationService(INavigator nav) method ResetPendingNavigationState (line 62) | private void ResetPendingNavigationState(NavigationStatus newState) method OnRequestNavigate (line 87) | private void OnRequestNavigate(object sender, RequestNavigateEventArgs e) method IsSameUri (line 198) | private static bool IsSameUri(Uri baseUri, Uri a, Uri b, bool withFrag... method NavigateToFragmentOrCustomContentState (line 235) | private void NavigateToFragmentOrCustomContentState(Uri uri, object na... method NavigateToFragment (line 310) | private bool NavigateToFragment(string elementId, bool scrollToTopOnEm... method ScrollContentToTop (line 345) | private void ScrollContentToTop() method BringIntoView (line 384) | private static void BringIntoView(DependencyObject elem) method EnsureJournal (line 402) | private JournalNavigationScope EnsureJournal() method IsConsistent (line 412) | private bool IsConsistent(NavigateInfo navInfo) method IsJournalNavigation (line 419) | private bool IsJournalNavigation(NavigateInfo navInfo) method GetRootViewerState (line 425) | private CustomJournalStateInternal GetRootViewerState(JournalReason jo... method RestoreRootViewerState (line 439) | private bool RestoreRootViewerState(CustomJournalStateInternal rvs) method FindTargetInApplication (line 461) | internal static INavigatorBase FindTargetInApplication(string targetName) method FindTargetInWindowCollection (line 487) | private static INavigatorBase FindTargetInWindowCollection(WindowColle... method FindTargetInNavigationWindow (line 532) | private static INavigatorBase FindTargetInNavigationWindow(NavigationW... method InvalidateJournalNavigationScope (line 541) | internal void InvalidateJournalNavigationScope() method OnParentNavigationServiceChanged (line 559) | internal void OnParentNavigationServiceChanged() method AddChild (line 578) | internal void AddChild(NavigationService ncChild) method RemoveChild (line 609) | internal void RemoveChild(NavigationService ncChild) method FindTarget (line 643) | internal NavigationService FindTarget(Guid navigationServiceId) method FindTarget (line 667) | internal INavigatorBase FindTarget(string name) method IsContentKeepAlive (line 702) | internal bool IsContentKeepAlive() method SetBaseUri (line 734) | private void SetBaseUri(DependencyObject dobj, Uri fullUri) method UnhookOldTree (line 756) | private bool UnhookOldTree(Object oldTree) method HookupNewTree (line 842) | private bool HookupNewTree(Object newTree, NavigateInfo navInfo, Uri n... method OnBeforeSwitchContent (line 961) | private bool OnBeforeSwitchContent(Object newBP, NavigateInfo navInfo,... method VisualTreeAvailable (line 1046) | internal void VisualTreeAvailable(Visual v) method OnContentReady (line 1078) | void IContentContainer.OnContentReady(ContentType contentType, Object ... method OnNavigationProgress (line 1201) | void IContentContainer.OnNavigationProgress(Uri sourceUri, long bytesR... method OnStreamClosed (line 1250) | void IContentContainer.OnStreamClosed(Uri sourceUri) method GetNavigationService (line 1289) | public static NavigationService GetNavigationService(DependencyObject ... method AddBackEntry (line 1391) | public void AddBackEntry(CustomContentState state) method RemoveBackEntry (line 1423) | public JournalEntry RemoveBackEntry() method Navigate (line 1441) | public bool Navigate(Uri source) method Navigate (line 1453) | public bool Navigate(Object root) method Navigate (line 1462) | public bool Navigate(Uri source, Object navigationState) method Navigate (line 1471) | public bool Navigate(Uri source, Object navigationState, bool sandboxE... method Navigate (line 1480) | internal bool Navigate(Uri source, Object navigationState, bool sandbo... method InformBrowserAboutStoppedNavigation (line 1580) | private void InformBrowserAboutStoppedNavigation() method Navigate (line 1593) | public bool Navigate(Object root, Object navigationState) method GoForward (line 1695) | public void GoForward() method GoBack (line 1709) | public void GoBack() method StopLoading (line 1726) | public void StopLoading() method DoStopLoading (line 1742) | private void DoStopLoading(bool clearRecursiveNavigations, bool fireEv... method Refresh (line 1928) | public void Refresh() method FireNavigating (line 1982) | private bool FireNavigating(Uri source, Object bp, Object navState, We... method HandleNavigating (line 2048) | private bool HandleNavigating(Uri source, Object content, Object navSt... method CleanupAfterNavigationCancelled (line 2130) | private void CleanupAfterNavigationCancelled(NavigateQueueItem localNa... method FireNavigated (line 2162) | private void FireNavigated(object navState) method HandleNavigated (line 2193) | private void HandleNavigated(object navState, bool navigatedToNewContent) method FireNavigationProgress (line 2300) | private void FireNavigationProgress(Uri source) method FireLoadCompleted (line 2352) | private void FireLoadCompleted(bool isNavInitiator, object navState) method FireFragmentNavigation (line 2403) | private bool FireFragmentNavigation(string fragment) method HandleLoadCompleted (line 2446) | private void HandleLoadCompleted(object navState) method FireNavigationStopped (line 2510) | private void FireNavigationStopped(object navState) method OnContentLoaded (line 2527) | private void OnContentLoaded(object sender, RoutedEventArgs args) method ContentRenderedHandler (line 2545) | private void ContentRenderedHandler(object sender, EventArgs args) method OnFirstContentLayout (line 2559) | private void OnFirstContentLayout() method DoNavigate (line 2590) | internal void DoNavigate(Uri source, NavigationMode f, Object navState) method FireNavigationFailed (line 2657) | private bool FireNavigationFailed(NavigationFailedEventArgs e) method CreateWebRequest (line 2700) | private WebRequest CreateWebRequest(Uri resolvedDestinationUri, Naviga... method HandleWebResponseOnRightDispatcher (line 2737) | private void HandleWebResponseOnRightDispatcher(IAsyncResult ar) method HandleWebResponse (line 2777) | private void HandleWebResponse(IAsyncResult ar) method GetObjectFromResponse (line 2835) | private void GetObjectFromResponse(WebRequest request, WebResponse res... method DelegateToBrowser (line 2938) | private void DelegateToBrowser(bool isPack, Uri destinationUri) method DrainResponseStreamForPartialCacheFileBug (line 2963) | private void DrainResponseStreamForPartialCacheFileBug(Stream s) method DoNavigate (line 2995) | internal void DoNavigate(Object bp, NavigationMode navFlags, Object na... method UpdateJournal (line 3033) | private JournalEntry UpdateJournal( method MakeJournalEntry (line 3113) | internal JournalEntry MakeJournalEntry(JournalReason journalReason) method RequestCustomContentStateOnAppShutdown (line 3319) | internal void RequestCustomContentStateOnAppShutdown() method if (line 3460) | if (_navigatorHost != null) method if (line 3469) | if (value != null) class RequestState (line 4114) | internal class RequestState method RequestState (line 4116) | internal RequestState(WebRequest request, Uri source, Object navState,... class BPReadyEventArgs (line 4168) | internal class BPReadyEventArgs : CancelEventArgs method BPReadyEventArgs (line 4173) | internal BPReadyEventArgs(Object content, Uri uri) class NavigateInfo (line 4206) | internal class NavigateInfo method NavigateInfo (line 4208) | internal NavigateInfo(Uri source) method NavigateInfo (line 4213) | internal NavigateInfo(Uri source, NavigationMode navigationMode) method NavigateInfo (line 4219) | internal NavigateInfo(Uri source, NavigationMode navigationMode, Journ... class PageFunctionReturnInfo (line 4277) | internal class PageFunctionReturnInfo : NavigateInfo method PageFunctionReturnInfo (line 4279) | internal PageFunctionReturnInfo(PageFunctionBase finishingChildPageFun... class NavigateQueueItem (line 4303) | internal class NavigateQueueItem method NavigateQueueItem (line 4305) | internal NavigateQueueItem(Uri source, object content, NavigationMode ... method PostNavigation (line 4323) | internal void PostNavigation() method Stop (line 4329) | internal void Stop() method Dispatch (line 4355) | private object Dispatch(object obj) class DisposeTreeQueueItem (line 4387) | internal class DisposeTreeQueueItem method Dispatch (line 4389) | internal object Dispatch(object o) method DisposeElement (line 4399) | internal void DisposeElement(Object node) method DisposeTreeQueueItem (line 4434) | internal DisposeTreeQueueItem(Object node) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Navigation/NavigationWindow.cs class NavigationWindow (line 36) | [ContentProperty] method OnSandboxExternalContentPropertyChanged (line 67) | private static void OnSandboxExternalContentPropertyChanged(Dependency... method CoerceSandBoxExternalContentValue (line 79) | private static object CoerceSandBoxExternalContentValue(DependencyObje... method NavigationWindow (line 137) | static NavigationWindow() method NavigationWindow (line 199) | public NavigationWindow() method NavigationWindow (line 204) | internal NavigationWindow(bool inRbw): base(inRbw) method Initialize (line 209) | private void Initialize() method Navigate (line 243) | public bool Navigate(Uri source) method Navigate (line 259) | public bool Navigate(Uri source, Object extraData) method Navigate (line 273) | public bool Navigate(Object content) method Navigate (line 292) | public bool Navigate(Object content, Object extraData) method GetJournal (line 301) | JournalNavigationScope INavigator.GetJournal(bool create) method GoForward (line 315) | public void GoForward() method GoBack (line 327) | public void GoBack() method StopLoading (line 338) | public void StopLoading() method Refresh (line 351) | public void Refresh() method AddBackEntry (line 370) | public void AddBackEntry(CustomContentState state) method RemoveBackEntry (line 379) | public JournalEntry RemoveBackEntry() method OnApplyTemplate (line 408) | public override void OnApplyTemplate() method ShouldSerializeContent (line 471) | [EditorBrowsable(EditorBrowsableState.Never)] method VerifyContextAndObjectState (line 500) | get FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Navigation/PageFunction.cs class PageFunctionBase (line 20) | public abstract class PageFunctionBase : Page method PageFunctionBase (line 27) | protected PageFunctionBase() method Start (line 67) | protected virtual void Start() method CallStart (line 83) | internal void CallStart() method _OnReturnUnTyped (line 92) | internal void _OnReturnUnTyped(object o) method _AddEventHandler (line 100) | internal void _AddEventHandler(Delegate d) method _RemoveEventHandler (line 113) | internal void _RemoveEventHandler(Delegate d) method _DetachEvents (line 118) | internal void _DetachEvents() method _OnFinish (line 126) | internal void _OnFinish(object returnEventArgs) class RaiseTypedEventArgs (line 207) | internal class RaiseTypedEventArgs : System.EventArgs method RaiseTypedEventArgs (line 209) | internal RaiseTypedEventArgs(Delegate d, object o) class PageFunction (line 232) | public class PageFunction : PageFunctionBase method PageFunction (line 238) | public PageFunction() method OnReturn (line 249) | protected virtual void OnReturn(ReturnEventArgs e) method RaiseTypedReturnEvent (line 259) | internal void RaiseTypedReturnEvent(PageFunctionBase b, RaiseTypedEven... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Navigation/RequestNavigateEventArgs.cs class RequestNavigateEventArgs (line 13) | public class RequestNavigateEventArgs : RoutedEventArgs method RequestNavigateEventArgs (line 22) | protected RequestNavigateEventArgs() : base() method RequestNavigateEventArgs (line 33) | public RequestNavigateEventArgs(Uri uri, string target) : base() method InvokeEventHandler (line 64) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Navigation/ReturnEventArgs.cs class ReturnEventArgs (line 18) | public class ReturnEventArgs : System.EventArgs method ReturnEventArgs (line 31) | public ReturnEventArgs() method ReturnEventArgs (line 38) | public ReturnEventArgs( T result) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/NullableBoolConverter.cs class NullableBoolConverter (line 13) | public class NullableBoolConverter: NullableConverter method NullableBoolConverter (line 18) | public NullableBoolConverter() method GetStandardValuesSupported (line 33) | public override bool GetStandardValuesSupported(ITypeDescriptorContext... method GetStandardValuesExclusive (line 45) | public override bool GetStandardValuesExclusive(ITypeDescriptorContext... method GetStandardValues (line 55) | public override TypeConverter.StandardValuesCollection GetStandardValu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/PropertyPath.cs type PropertyPathStatus (line 52) | internal enum PropertyPathStatus : byte { Inactive, Active, PathError, A... type IndexerParameterInfo (line 54) | internal struct IndexerParameterInfo class PropertyPath (line 64) | [TypeConverter(typeof(PropertyPathConverter))] method PropertyPath (line 76) | public PropertyPath(string path, params object[] pathParameters) method PropertyPath (line 96) | public PropertyPath(object parameter) method PropertyPath (line 102) | internal PropertyPath(string path, ITypeDescriptorContext typeDescript... method IsStaticProperty (line 167) | internal static bool IsStaticProperty(object accessor) method DowncastAccessor (line 192) | internal static void DowncastAccessor(object accessor, method SetContext (line 222) | internal IDisposable SetContext(object rootItem) method GetItem (line 229) | internal object GetItem(int k) method GetAccessor (line 237) | internal object GetAccessor(int k) method GetIndexerArguments (line 251) | internal object[] GetIndexerArguments(int k) method GetValue (line 258) | internal object GetValue() method ComputeUnresolvedAttachedPropertiesInPath (line 264) | internal int ComputeUnresolvedAttachedPropertiesInPath() method ResolvePropertyName (line 304) | internal object ResolvePropertyName(int level, object item, Type owner... method ResolveIndexerParams (line 319) | internal IndexerParameterInfo[] ResolveIndexerParams(int level, object... method ReplaceIndexerByProperty (line 332) | internal void ReplaceIndexerByProperty(int level, string name) method PrepareSourceValueInfo (line 365) | private void PrepareSourceValueInfo(ITypeDescriptorContext typeDescrip... method NormalizePath (line 384) | private void NormalizePath() method SetPathParameterCollection (line 481) | private void SetPathParameterCollection(PathParameterCollection parame... method ParameterCollectionChanged (line 489) | private void ParameterCollectionChanged(object sender, NotifyCollectio... method ResolvePathParts (line 496) | private void ResolvePathParts(ITypeDescriptorContext typeDescriptorCon... method ResolvePropertyName (line 540) | private object ResolvePropertyName(string name, object item, Type owne... method GetPropertyHelper (line 645) | private PropertyInfo GetPropertyHelper(Type ownerType, string property... method ResolveIndexerParams (line 696) | private IndexerParameterInfo[] ResolveIndexerParams(FrugalObjectList method PathParameterCollection (line 979) | public PathParameterCollection() method PathParameterCollection (line 983) | public PathParameterCollection(object[] parameters) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/PropertyPathConverter.cs class PropertyPathConverter (line 23) | public sealed class PropertyPathConverter: TypeConverter method CanConvertFrom (line 41) | public override bool CanConvertFrom(ITypeDescriptorContext typeDescrip... method CanConvertTo (line 62) | public override bool CanConvertTo(ITypeDescriptorContext typeDescripto... method ConvertFrom (line 91) | public override object ConvertFrom(ITypeDescriptorContext typeDescript... method ConvertTo (line 123) | public override object ConvertTo(ITypeDescriptorContext typeDescriptor... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/RequestBringIntoViewEventArgs.cs class RequestBringIntoViewEventArgs (line 9) | public class RequestBringIntoViewEventArgs : RoutedEventArgs method RequestBringIntoViewEventArgs (line 12) | internal RequestBringIntoViewEventArgs(DependencyObject target, Rect t... method InvokeEventHandler (line 45) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ResourceDictionary.cs method ResourceDictionary (line 43) | public ResourceDictionary() method ResourceDictionary (line 49) | static ResourceDictionary() method CopyTo (line 70) | public void CopyTo(DictionaryEntry[] array, int arrayIndex) method CopyToWithoutLock (line 85) | private void CopyToWithoutLock(DictionaryEntry[] array, int arrayIndex) method RegisterName (line 278) | public void RegisterName(string name, object scopedElement) method UnregisterName (line 287) | public void UnregisterName(string name) method FindName (line 297) | public object FindName(string name) method SetValueWithoutLock (line 427) | private void SetValueWithoutLock(object key, object value) method GetValue (line 477) | internal object GetValue(object key, out bool canCache) method GetValueWithoutLock (line 492) | private object GetValueWithoutLock(object key, out bool canCache) method GetValueType (line 526) | internal Type GetValueType(object key, out bool found) method Add (line 603) | public void Add(object key, object value) method AddWithoutLock (line 622) | private void AddWithoutLock(object key, object value) method Clear (line 667) | public void Clear() method ClearWithoutLock (line 682) | private void ClearWithoutLock() method Contains (line 712) | private void Contains(object key, bool mustReturnDeferredResourceReferen... method Contains (line 770) | public bool Contains(object key) method ContainsBamlObjectFactory (line 803) | private bool ContainsBamlObjectFactory(object key) method GetBamlObjectFactory (line 812) | private KeyRecord GetBamlObjectFactory(object key) method GetEnumerator (line 844) | public IDictionaryEnumerator GetEnumerator() method Remove (line 855) | public void Remove(object key) method RemoveWithoutLock (line 870) | private void RemoveWithoutLock(object key) method CopyTo (line 958) | void ICollection.CopyTo(Array array, int arrayIndex) method GetEnumerator (line 967) | IEnumerator IEnumerable.GetEnumerator() method BeginInit (line 983) | public void BeginInit() method EndInit (line 1002) | public void EndInit() method CanCache (line 1022) | private bool CanCache(KeyRecord keyRecord, object value) method OnGettingValuePrivate (line 1034) | private void OnGettingValuePrivate(object key, ref object value, out boo... method OnGettingValue (line 1058) | protected virtual void OnGettingValue(object key, ref object value, out ... method SetDeferrableContent (line 1139) | private void SetDeferrableContent(DeferrableContent deferrableContent) method GetKeyValue (line 1183) | private object GetKeyValue(KeyRecord key, IServiceProvider serviceProvider) method EvaluateMarkupExtensionNodeList (line 1201) | private object EvaluateMarkupExtensionNodeList(System.Xaml.XamlReader re... method GetStaticResourceKeyValue (line 1216) | private object GetStaticResourceKeyValue(StaticResource staticResource, ... method SetKeys (line 1253) | private void SetKeys(IList keyCollection, IServiceProvider se... method SetOptimizedStaticResources (line 1322) | private void SetOptimizedStaticResources(IList staticResources, ... method SetStaticResources (line 1370) | private void SetStaticResources(object[] staticResourceValues, ParserCon... method GetTypeOfFirstObject (line 1416) | private Type GetTypeOfFirstObject(KeyRecord keyRecord) method CreateObject (line 1422) | private object CreateObject(KeyRecord key) method Lookup (line 1439) | internal object Lookup(object key, bool allowDeferredResourceReference, ... method AddOwner (line 1465) | internal void AddOwner(DispatcherObject owner) method RemoveOwner (line 1574) | internal void RemoveOwner(DispatcherObject owner) method ContainsOwner (line 1632) | internal bool ContainsOwner(DispatcherObject owner) method TryInitialize (line 1661) | private void TryInitialize() method NotifyOwners (line 1671) | private void NotifyOwners(ResourcesChangeInfo info) method FetchResource (line 1749) | internal object FetchResource( method FetchResource (line 1767) | private object FetchResource( method GetOrCreateWeakReferenceList (line 1808) | private WeakReferenceList GetOrCreateWeakReferenceList(object resourceKey) method RemoveDeferredResourceReference (line 1821) | internal void RemoveDeferredResourceReference(DeferredResourceReference ... method ValidateDeferredResourceReferences (line 1834) | private void ValidateDeferredResourceReferences(object resourceKey) method OnMergedDictionariesChanged (line 1883) | private void OnMergedDictionariesChanged(object sender, NotifyCollection... method AddOwnerToAllMergedDictionaries (line 1970) | private void AddOwnerToAllMergedDictionaries(DispatcherObject owner) method RemoveOwnerFromAllMergedDictionaries (line 1985) | private void RemoveOwnerFromAllMergedDictionaries(DispatcherObject owner) method PropagateParentOwners (line 2007) | private void PropagateParentOwners(ResourceDictionary mergedDictionary) method RemoveParentOwners (line 2068) | internal void RemoveParentOwners(ResourceDictionary mergedDictionary) method ContainsCycle (line 2105) | private bool ContainsCycle(ResourceDictionary origin) class ResourceDictionaryEnumerator (line 2143) | private class ResourceDictionaryEnumerator : IDictionaryEnumerator method ResourceDictionaryEnumerator (line 2145) | internal ResourceDictionaryEnumerator(ResourceDictionary owner) method MoveNext (line 2161) | bool IEnumerator.MoveNext() method Reset (line 2166) | void IEnumerator.Reset() class ResourceValuesEnumerator (line 2214) | private class ResourceValuesEnumerator : IEnumerator method ResourceValuesEnumerator (line 2216) | internal ResourceValuesEnumerator(ResourceDictionary owner) method MoveNext (line 2232) | bool IEnumerator.MoveNext() method Reset (line 2237) | void IEnumerator.Reset() class ResourceValuesCollection (line 2255) | private class ResourceValuesCollection : ICollection method ResourceValuesCollection (line 2257) | internal ResourceValuesCollection(ResourceDictionary owner) method CopyTo (line 2288) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 2296) | IEnumerator IEnumerable.GetEnumerator() method SealValues (line 2318) | private void SealValues() method SealValue (line 2343) | private void SealValue(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ResourceDictionaryCollection.cs class ResourceDictionaryCollection (line 8) | internal class ResourceDictionaryCollection : ObservableCollection : RoutedEventArgs method RoutedPropertyChangedEventArgs (line 29) | public RoutedPropertyChangedEventArgs(T oldValue, T newValue) method RoutedPropertyChangedEventArgs (line 44) | public RoutedPropertyChangedEventArgs(T oldValue, T newValue, RoutedEv... method InvokeEventHandler (line 74) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/SessionEndingCancelEventArgs.cs class SessionEndingCancelEventArgs (line 26) | public class SessionEndingCancelEventArgs : CancelEventArgs method SessionEndingCancelEventArgs (line 31) | internal SessionEndingCancelEventArgs(ReasonSessionEnding reasonSessio... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Setter.cs class Setter (line 14) | [XamlSetMarkupExtensionAttribute("ReceiveMarkupExtension")] method Setter (line 21) | public Setter() method Setter (line 29) | public Setter( DependencyProperty property, object value ) method Setter (line 37) | public Setter( DependencyProperty property, object value, string targe... method Initialize (line 45) | private void Initialize( DependencyProperty property, object value, st... method CheckValidProperty (line 61) | private void CheckValidProperty( DependencyProperty property) method Seal (line 79) | internal override void Seal() method ReceiveMarkupExtension (line 217) | public static void ReceiveMarkupExtension(object targetObject, XamlSet... method ReceiveTypeConverter (line 244) | public static void ReceiveTypeConverter(object targetObject, XamlSetTy... method BeginInit (line 273) | void ISupportInitialize.BeginInit() method EndInit (line 277) | void ISupportInitialize.EndInit() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/SetterBase.cs class SetterBase (line 16) | [Localizability(LocalizationCategory.Ignore)] method SetterBase (line 22) | internal SetterBase() method Seal (line 38) | internal virtual void Seal() method CheckSealed (line 46) | protected void CheckSealed() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/SetterBaseCollection.cs class SetterBaseCollection (line 20) | public sealed class SetterBaseCollection : Collection method ClearItems (line 27) | protected override void ClearItems() method InsertItem (line 36) | protected override void InsertItem(int index, SetterBase item) method RemoveItem (line 46) | protected override void RemoveItem(int index) method SetItem (line 55) | protected override void SetItem(int index, SetterBase item) method Seal (line 82) | internal void Seal() method CheckSealed (line 97) | private void CheckSealed() method SetterBaseValidation (line 105) | private void SetterBaseValidation(SetterBase setterBase) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Shapes/Ellipse.cs class Ellipse (line 20) | public sealed class Ellipse : Shape method Ellipse (line 27) | public Ellipse() method Ellipse (line 32) | static Ellipse() method MeasureOverride (line 75) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 104) | protected override Size ArrangeOverride(Size finalSize) method OnRender (line 180) | protected override void OnRender(DrawingContext drawingContext) method CacheDefiningGeometry (line 193) | internal override void CacheDefiningGeometry() method GetNaturalSize (line 203) | internal override Size GetNaturalSize() method GetDefiningGeometryBounds (line 212) | internal override Rect GetDefiningGeometryBounds() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Shapes/Line.cs class Line (line 19) | public sealed class Line : Shape method Line (line 26) | public Line() method CacheDefiningGeometry (line 150) | internal override void CacheDefiningGeometry() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Shapes/Path.cs class Path (line 20) | public sealed class Path : Shape method Path (line 27) | public Path() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Shapes/Polygon.cs class Polygon (line 21) | public sealed class Polygon : Shape method Polygon (line 28) | public Polygon() method CacheDefiningGeometry (line 104) | internal override void CacheDefiningGeometry() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Shapes/Polyline.cs class Polyline (line 20) | public sealed class Polyline : Shape method Polyline (line 27) | public Polyline() method CacheDefiningGeometry (line 104) | internal override void CacheDefiningGeometry() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Shapes/Rectangle.cs class Rectangle (line 21) | public sealed class Rectangle : Shape method Rectangle (line 28) | public Rectangle() method Rectangle (line 33) | static Rectangle() method MeasureOverride (line 128) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 157) | protected override Size ArrangeOverride(Size finalSize) method OnRender (line 230) | protected override void OnRender(DrawingContext drawingContext) method CacheDefiningGeometry (line 240) | internal override void CacheDefiningGeometry() method GetNaturalSize (line 251) | internal override Size GetNaturalSize() method GetDefiningGeometryBounds (line 260) | internal override Rect GetDefiningGeometryBounds() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Shapes/Shape.cs class Shape (line 22) | [Localizability(LocalizationCategory.None, Readability=Readability.Unrea... method Shape (line 30) | protected Shape() method OnPenChanged (line 104) | private static void OnPenChanged(DependencyObject d, DependencyPropert... method MeasureOverride (line 351) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 381) | protected override Size ArrangeOverride(Size finalSize) method OnRender (line 414) | protected override void OnRender(DrawingContext drawingContext) method SizeIsInvalidOrEmpty (line 440) | internal bool SizeIsInvalidOrEmpty(Size size) method GetStrokeThickness (line 456) | internal double GetStrokeThickness() method GetPen (line 468) | internal Pen GetPen() method IsDoubleFiniteNonNegative (line 520) | internal static bool IsDoubleFiniteNonNegative(object o) method IsDoubleFinite (line 525) | internal static bool IsDoubleFinite(object o) method IsDoubleFiniteOrNaN (line 530) | internal static bool IsDoubleFiniteOrNaN(object o) method CacheDefiningGeometry (line 536) | internal virtual void CacheDefiningGeometry() {} method GetStretchedRenderSize (line 538) | internal Size GetStretchedRenderSize(Stretch mode, double strokeThickn... method GetStretchedRenderSizeAndSetStretchMatrix (line 549) | internal Size GetStretchedRenderSizeAndSetStretchMatrix(Stretch mode, ... method ResetRenderedGeometry (line 568) | internal void ResetRenderedGeometry() method GetStretchMetrics (line 574) | internal void GetStretchMetrics(Stretch mode, double strokeThickness, ... method GetNaturalSize (line 678) | internal virtual Size GetNaturalSize() method GetDefiningGeometryBounds (line 718) | internal virtual Rect GetDefiningGeometryBounds() method EnsureRenderedGeometry (line 727) | internal void EnsureRenderedGeometry() class BoxedMatrix (line 776) | internal class BoxedMatrix method BoxedMatrix (line 778) | public BoxedMatrix(Matrix value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/SharedDp.cs class SharedDp (line 18) | internal class SharedDp method SharedDp (line 20) | internal SharedDp( FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Shell/JumpItem.cs class JumpItem (line 8) | public abstract class JumpItem method JumpItem (line 12) | internal JumpItem() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Shell/JumpList.cs type JumpItemRejectionReason (line 22) | public enum JumpItemRejectionReason class JumpItemsRejectedEventArgs (line 49) | public sealed class JumpItemsRejectedEventArgs : EventArgs method JumpItemsRejectedEventArgs (line 51) | public JumpItemsRejectedEventArgs() method JumpItemsRejectedEventArgs (line 55) | public JumpItemsRejectedEventArgs(IList rejectedItems, IList... class JumpItemsRemovedEventArgs (line 86) | public sealed class JumpItemsRemovedEventArgs : EventArgs method JumpItemsRemovedEventArgs (line 88) | public JumpItemsRemovedEventArgs() method JumpItemsRemovedEventArgs (line 92) | public JumpItemsRemovedEventArgs(IList removedItems) class JumpList (line 111) | [ContentProperty("JumpItems")] method JumpList (line 114) | static JumpList() method AddToRecentCategory (line 126) | public static void AddToRecentCategory(string itemPath) method AddToRecentCategory (line 139) | public static void AddToRecentCategory(JumpPath jumpPath) method AddToRecentCategory (line 151) | public static void AddToRecentCategory(JumpTask jumpTask) class _RejectedJumpItemPair (line 176) | private class _RejectedJumpItemPair class _ShellObjectPair (line 182) | private class _ShellObjectPair method ReleaseShellObjects (line 193) | public static void ReleaseShellObjects(List<_ShellObjectPair> list) method SetJumpList (line 213) | public static void SetJumpList(Application application, JumpList value) method JumpList (line 271) | public JumpList(IEnumerable items, bool showFrequent, bool s... method BeginInit (line 348) | public void BeginInit() method EndInit (line 364) | public void EndInit() method Apply (line 412) | public void Apply() method ApplyFromApplication (line 425) | private void ApplyFromApplication() method ApplyList (line 443) | private void ApplyList() method ListContainsShellObject (line 674) | private static bool ListContainsShellObject(List<_ShellObjectPair> rem... method GetShellObjectForJumpItem (line 735) | private static object GetShellObjectForJumpItem(JumpItem jumpItem) method GenerateJumpItems (line 755) | private static List<_ShellObjectPair> GenerateJumpItems(IObjectArray s... method AddCategory (line 787) | private static void AddCategory(ICustomDestinationList cdl, string cat... method AddCategory (line 792) | private static void AddCategory(ICustomDestinationList cdl, string cat... method CreateLinkFromJumpTask (line 870) | private static IShellLinkW CreateLinkFromJumpTask(JumpTask jumpTask, b... method CreateItemFromJumpPath (line 983) | private static IShellItem2 CreateItemFromJumpPath(JumpPath jumpPath) method GetJumpItemForShellObject (line 1000) | private static JumpItem GetJumpItemForShellObject(object shellObject) method ShellLinkToString (line 1062) | private static string ShellLinkToString(IShellLinkW shellLink) method RejectEverything (line 1090) | private void RejectEverything() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Shell/JumpPath.cs class JumpPath (line 8) | public class JumpPath : JumpItem method JumpPath (line 10) | public JumpPath() : base() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Shell/JumpTask.cs class JumpTask (line 8) | public class JumpTask : JumpItem method JumpTask (line 10) | public JumpTask() : base() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Shell/TaskbarItemInfo.cs type TaskbarItemProgressState (line 13) | public enum TaskbarItemProgressState class TaskbarItemInfo (line 25) | public sealed class TaskbarItemInfo : Freezable method CreateInstanceCore (line 27) | protected override Freezable CreateInstanceCore() method CoerceProgressState (line 56) | private TaskbarItemProgressState CoerceProgressState(TaskbarItemProgre... method CoerceProgressValue (line 97) | private static double CoerceProgressValue(double progressValue) method CoerceThumbnailClipMargin (line 176) | private Thickness CoerceThumbnailClipMargin(Thickness margin) method NotifyDependencyPropertyChanged (line 210) | private void NotifyDependencyPropertyChanged(DependencyPropertyChanged... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Shell/ThumbButtonInfo.cs class ThumbButtonInfo (line 11) | public sealed class ThumbButtonInfo : Freezable, ICommandSource method CreateInstanceCore (line 13) | protected override Freezable CreateInstanceCore() method CoerceDescription (line 104) | private static object CoerceDescription(DependencyObject d, object value) method CoerceIsEnabledValue (line 126) | private object CoerceIsEnabledValue(object value) method OnCommandChanged (line 177) | private void OnCommandChanged(DependencyPropertyChangedEventArgs e) method InvokeClick (line 241) | internal void InvokeClick() method _InvokeCommand (line 252) | private void _InvokeCommand() method UnhookCommand (line 275) | private void UnhookCommand(ICommand command) method HookCommand (line 282) | private void HookCommand(ICommand command) method OnCanExecuteChanged (line 288) | private void OnCanExecuteChanged(object sender, EventArgs e) method UpdateCanExecute (line 293) | private void UpdateCanExecute() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Shell/ThumbButtonInfoCollection.cs class ThumbButtonInfoCollection (line 6) | public class ThumbButtonInfoCollection : FreezableCollection(string clsid) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Standard/Debug.cs class Assert (line 19) | internal static class Assert method _Break (line 21) | private static void _Break() method Evaluate (line 41) | [Conditional("DEBUG")] method Equals (line 52) | [ method AreEqual (line 68) | [Conditional("DEBUG")] method AreNotEqual (line 92) | [Conditional("DEBUG")] method Implies (line 119) | [Conditional("DEBUG")] method Implies (line 136) | [Conditional("DEBUG")] method IsNeitherNullNorEmpty (line 149) | [Conditional("DEBUG")] method IsNeitherNullNorWhitespace (line 159) | [Conditional("DEBUG")] method IsNotNull (line 179) | [Conditional("DEBUG")] method IsDefault (line 188) | [Conditional("DEBUG")] method IsNotDefault (line 197) | [Conditional("DEBUG")] method IsFalse (line 211) | [Conditional("DEBUG")] method IsFalse (line 226) | [Conditional("DEBUG")] method IsTrue (line 240) | [Conditional("DEBUG")] method IsTrue (line 255) | [Conditional("DEBUG")] method Fail (line 268) | [Conditional("DEBUG")] method Fail (line 279) | [Conditional("DEBUG")] method IsNull (line 289) | [Conditional("DEBUG")] method BoundedDoubleInc (line 304) | [Conditional("DEBUG")] method BoundedInteger (line 319) | [Conditional("DEBUG")] method IsApartmentState (line 335) | [Conditional("DEBUG")] method NullableIsNotNull (line 344) | [Conditional("DEBUG")] method NullableIsNull (line 353) | [Conditional("DEBUG")] method IsNotOnMainThread (line 362) | [Conditional("DEBUG")] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Standard/DoubleUtil.cs class DoubleUtilities (line 13) | internal static class DoubleUtilities method AreClose (line 30) | public static bool AreClose(double value1, double value2) method LessThan (line 52) | public static bool LessThan(double value1, double value2) method GreaterThan (line 68) | public static bool GreaterThan(double value1, double value2) method LessThanOrClose (line 84) | public static bool LessThanOrClose(double value1, double value2) method GreaterThanOrClose (line 100) | public static bool GreaterThanOrClose(double value1, double value2) method IsFinite (line 110) | public static bool IsFinite(double value) method IsValidSize (line 120) | public static bool IsValidSize(double value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Standard/DpiHelper.cs class DpiHelper (line 11) | internal static class DpiHelper method LogicalPixelsToDevice (line 18) | public static Point LogicalPixelsToDevice(Point logicalPoint, double d... method DevicePixelsToLogical (line 30) | public static Point DevicePixelsToLogical(Point devicePoint, double dp... method LogicalRectToDevice (line 37) | public static Rect LogicalRectToDevice(Rect logicalRectangle, double d... method DeviceRectToLogical (line 45) | public static Rect DeviceRectToLogical(Rect deviceRectangle, double dp... method LogicalSizeToDevice (line 53) | public static Size LogicalSizeToDevice(Size logicalSize, double dpiSca... method DeviceSizeToLogical (line 60) | public static Size DeviceSizeToLogical(Size deviceSize, double dpiScal... method LogicalThicknessToDevice (line 67) | public static Thickness LogicalThicknessToDevice(Thickness logicalThic... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Standard/ErrorCodes.cs type Win32Error (line 15) | [StructLayout(LayoutKind.Explicit)] method Win32Error (line 73) | public Win32Error(int i) method ToHRESULT (line 96) | public HRESULT ToHRESULT() method GetLastError (line 103) | public static Win32Error GetLastError() method Equals (line 108) | public override bool Equals(object obj) method GetHashCode (line 120) | public override int GetHashCode() type Facility (line 148) | internal enum Facility type HRESULT (line 173) | [StructLayout(LayoutKind.Explicit)] method HRESULT (line 236) | public HRESULT(uint i) method Make (line 241) | public static HRESULT Make(bool severe, Facility facility, int code) method GetFacility (line 270) | public static Facility GetFacility(int errorCode) method GetCode (line 287) | public static int GetCode(int error) method ToString (line 299) | public override string ToString() method Equals (line 345) | public override bool Equals(object obj) method GetHashCode (line 357) | public override int GetHashCode() method ThrowIfFailed (line 384) | public void ThrowIfFailed() method ThrowIfFailed (line 389) | [SuppressMessage("Microsoft.Usage", "CA2201:DoNotRaiseReservedExceptio... method ThrowLastError (line 453) | public static void ThrowLastError() method CreateWin32Exception (line 460) | private static Exception CreateWin32Exception(int code, string message) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Standard/MessageWindow.cs class MessageWindow (line 14) | internal sealed class MessageWindow : CriticalFinalizerObject method MessageWindow (line 16) | static MessageWindow() method MessageWindow (line 37) | public MessageWindow(CS classStyle, WS style, WS_EX exStyle, Rect loca... method Release (line 89) | public void Release() method _Dispose (line 97) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method _DestroyWindowCallback (line 133) | private object _DestroyWindowCallback(object arg) method _WndProc (line 140) | [SuppressMessage("Microsoft.Usage", "CA1816:CallGCSuppressFinalizeCorr... method _DestroyWindow (line 181) | private static void _DestroyWindow(IntPtr hwnd, string className) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Standard/NativeMethods.cs class Win32Value (line 25) | internal static class Win32Value type HCF (line 39) | [Flags] type BI (line 54) | internal enum BI type RGN (line 62) | internal enum RGN type CombineRgnResult (line 86) | internal enum CombineRgnResult type OLECMDEXECOPT (line 97) | internal enum OLECMDEXECOPT type OLECMDF (line 108) | internal enum OLECMDF type OLECMDID (line 121) | internal enum OLECMDID type READYSTATE (line 185) | internal enum READYSTATE type DOGIF (line 197) | internal enum DOGIF type DWM_SIT (line 206) | internal enum DWM_SIT type ErrorModes (line 212) | [Flags] type HT (line 244) | internal enum HT type GCLP (line 280) | internal enum GCLP type GWL (line 288) | internal enum GWL type SM (line 302) | internal enum SM type SPI (line 394) | internal enum SPI type SPIF (line 633) | [Flags] type STATE_SYSTEM (line 642) | [Flags] type StockObject (line 679) | internal enum StockObject : int type CS (line 698) | [Flags] type WS (line 719) | [Flags] type WM (line 757) | internal enum WM type WS_EX (line 915) | [Flags] type DeviceCap (line 950) | internal enum DeviceCap type FO (line 969) | internal enum FO : int type FOF (line 980) | internal enum FOF : ushort type MF (line 1003) | [Flags] type WINDOWTHEMEATTRIBUTETYPE (line 1017) | internal enum WINDOWTHEMEATTRIBUTETYPE : uint type DWMFLIP3D (line 1026) | internal enum DWMFLIP3D type DWMNCRP (line 1037) | internal enum DWMNCRP type DWMWA (line 1048) | internal enum DWMWA type DWMSBT (line 1079) | internal enum DWMSBT : uint type WTNCA (line 1091) | [Flags] type SWP (line 1109) | [Flags] type SW (line 1132) | internal enum SW type SC (line 1150) | internal enum SC type Status (line 1183) | internal enum Status type MOUSEEVENTF (line 1209) | internal enum MOUSEEVENTF : int type MSGFLT (line 1219) | internal enum MSGFLT type MSGFLTINFO (line 1231) | internal enum MSGFLTINFO type INPUT_TYPE (line 1239) | internal enum INPUT_TYPE : uint type NIM (line 1247) | internal enum NIM : uint type SHARD (line 1259) | internal enum SHARD type SLGP (line 1270) | [Flags] type NIF (line 1281) | [Flags] type NIIF (line 1307) | internal enum NIIF type AC (line 1328) | internal enum AC : byte type ULW (line 1334) | internal enum ULW type WVR (line 1341) | internal enum WVR class SafeFindHandle (line 1357) | internal sealed class SafeFindHandle : SafeHandleZeroOrMinusOneIsInvalid method SafeFindHandle (line 1359) | private SafeFindHandle() : base(true) { } method ReleaseHandle (line 1361) | protected override bool ReleaseHandle() class SafeDC (line 1367) | internal sealed class SafeDC : SafeHandleZeroOrMinusOneIsInvalid class NativeMethods (line 1369) | private static class NativeMethods method ReleaseDC (line 1371) | [DllImport("user32.dll")] method GetDC (line 1374) | [DllImport("user32.dll")] method CreateDC (line 1378) | [DllImport("gdi32.dll", CharSet = CharSet.Unicode)] method CreateCompatibleDC (line 1381) | [DllImport("gdi32.dll", CharSet = CharSet.Unicode, SetLastError = tr... method DeleteDC (line 1384) | [DllImport("gdi32.dll")] method _AdjustWindowRectEx (line 2278) | [DllImport("user32.dll", EntryPoint = "AdjustWindowRectEx", SetLastE... method AdjustWindowRectEx (line 2282) | public static RECT AdjustWindowRectEx(RECT lpRect, WS dwStyle, bool ... method _ChangeWindowMessageFilter (line 2293) | [DllImport("user32.dll", EntryPoint = "ChangeWindowMessageFilter", S... method _ChangeWindowMessageFilterEx (line 2297) | [DllImport("user32.dll", EntryPoint = "ChangeWindowMessageFilterEx",... method ChangeWindowMessageFilterEx (line 2303) | public static HRESULT ChangeWindowMessageFilterEx(IntPtr hwnd, WM me... method CombineRgn (line 2341) | [DllImport("gdi32.dll")] method _CommandLineToArgvW (line 2344) | [DllImport("shell32.dll", EntryPoint = "CommandLineToArgvW", CharSet... method CommandLineToArgvW (line 2347) | public static string[] CommandLineToArgvW(string cmdLine) method _CreateDIBSection (line 2377) | [DllImport("gdi32.dll", EntryPoint = "CreateDIBSection", SetLastErro... method _CreateDIBSectionIntPtr (line 2380) | [DllImport("gdi32.dll", EntryPoint = "CreateDIBSection", SetLastErro... method CreateDIBSection (line 2383) | public static SafeHBITMAP CreateDIBSection(SafeDC hdc, ref BITMAPINF... method _CreateRoundRectRgn (line 2404) | [DllImport("gdi32.dll", EntryPoint = "CreateRoundRectRgn", SetLastEr... method CreateRoundRectRgn (line 2407) | public static IntPtr CreateRoundRectRgn(int nLeftRect, int nTopRect,... method _CreateRectRgn (line 2417) | [DllImport("gdi32.dll", EntryPoint = "CreateRectRgn", SetLastError =... method CreateRectRgn (line 2420) | public static IntPtr CreateRectRgn(int nLeftRect, int nTopRect, int ... method _CreateRectRgnIndirect (line 2430) | [DllImport("gdi32.dll", EntryPoint = "CreateRectRgnIndirect", SetLas... method CreateRectRgnIndirect (line 2433) | public static IntPtr CreateRectRgnIndirect(RECT lprc) method CreateSolidBrush (line 2443) | [DllImport("gdi32.dll")] method _CreateWindowEx (line 2446) | [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Unic... method CreateWindowEx (line 2461) | public static IntPtr CreateWindowEx( method DefWindowProc (line 2484) | [DllImport("user32.dll", CharSet = CharSet.Unicode, EntryPoint = "De... method DeleteObject (line 2487) | [DllImport("gdi32.dll")] method DestroyIcon (line 2491) | [DllImport("user32.dll")] method DestroyWindow (line 2495) | [DllImport("user32.dll", SetLastError = true)] method IsWindow (line 2499) | [DllImport("user32.dll")] method DwmGetWindowAttribute (line 2503) | [DllImport("dwmapi.dll", PreserveSig = false)] method _DwmExtendFrameIntoClientArea (line 2506) | [DllImport("dwmapi.dll", EntryPoint = "DwmExtendFrameIntoClientArea"... method _DwmIsCompositionEnabled (line 2509) | [DllImport("dwmapi.dll", EntryPoint = "DwmIsCompositionEnabled", Pre... method _DwmGetColorizationColor (line 2513) | [DllImport("dwmapi.dll", EntryPoint = "DwmGetColorizationColor", Pre... method DwmExtendFrameIntoClientArea (line 2516) | public static bool DwmExtendFrameIntoClientArea(IntPtr hwnd, ref MAR... method DwmGetColorizationColor (line 2539) | public static bool DwmGetColorizationColor(out uint pcrColorization,... method DwmIsCompositionEnabled (line 2560) | public static bool DwmIsCompositionEnabled() method DwmDefWindowProc (line 2570) | [DllImport("dwmapi.dll")] method _DwmSetWindowAttribute (line 2574) | [DllImport("dwmapi.dll", EntryPoint = "DwmSetWindowAttribute")] method DwmSetWindowAttributeSystemBackdropType (line 2577) | public static HRESULT DwmSetWindowAttributeSystemBackdropType(IntPtr... method DwmSetWindowAttributeUseImmersiveDarkMode (line 2584) | public static bool DwmSetWindowAttributeUseImmersiveDarkMode(IntPtr ... method DwmSetWindowAttributeFlip3DPolicy (line 2592) | public static void DwmSetWindowAttributeFlip3DPolicy(IntPtr hwnd, DW... method DwmSetWindowAttributeDisallowPeek (line 2599) | public static void DwmSetWindowAttributeDisallowPeek(IntPtr hwnd, bo... method _EnableMenuItem (line 2606) | [DllImport("user32.dll", EntryPoint = "EnableMenuItem")] method EnableMenuItem (line 2609) | public static MF EnableMenuItem(IntPtr hMenu, SC uIDEnableItem, MF u... method _RemoveMenu (line 2616) | [DllImport("user32.dll", EntryPoint = "RemoveMenu", SetLastError = t... method RemoveMenu (line 2620) | public static void RemoveMenu(IntPtr hMenu, SC uPosition, MF uFlags) method _DrawMenuBar (line 2628) | [DllImport("user32.dll", EntryPoint = "DrawMenuBar", SetLastError = ... method DrawMenuBar (line 2632) | public static void DrawMenuBar(IntPtr hWnd) method FindClose (line 2640) | [DllImport("kernel32.dll")] method FindFirstFileW (line 2646) | [DllImport("kernel32.dll", CharSet = CharSet.Unicode, SetLastError =... method FindNextFileW (line 2650) | [DllImport("kernel32.dll", SetLastError = true)] method _GetClientRect (line 2654) | [DllImport("user32.dll", EntryPoint = "GetClientRect", SetLastError ... method GetClientRect (line 2658) | public static RECT GetClientRect(IntPtr hwnd) method _GetCurrentThemeName (line 2668) | [DllImport("uxtheme.dll", EntryPoint="GetCurrentThemeName", CharSet ... method GetCurrentThemeName (line 2677) | public static void GetCurrentThemeName(out string themeFileName, out... method IsThemeActive (line 2695) | [DllImport("uxtheme.dll")] method GetDeviceCaps (line 2699) | [DllImport("gdi32.dll")] method _GetModuleFileName (line 2702) | [DllImport("kernel32.dll", EntryPoint = "GetModuleFileName", CharSet... method GetModuleFileName (line 2705) | public static string GetModuleFileName(IntPtr hModule) method _GetModuleHandle (line 2729) | [DllImport("kernel32.dll", EntryPoint = "GetModuleHandleW", CharSet ... method GetModuleHandle (line 2732) | public static IntPtr GetModuleHandle(string lpModuleName) method _GetMonitorInfo (line 2742) | [DllImport("user32.dll", EntryPoint = "GetMonitorInfo", SetLastError... method GetMonitorInfo (line 2746) | public static MONITORINFO GetMonitorInfo(IntPtr hMonitor) method _GetStockObject (line 2756) | [DllImport("gdi32.dll", EntryPoint = "GetStockObject", SetLastError ... method GetStockObject (line 2759) | public static IntPtr GetStockObject(StockObject fnObject) method GetSystemMenu (line 2769) | [DllImport("user32.dll")] method GetSystemMetrics (line 2772) | [DllImport("user32.dll")] method GetWindowLongPtr (line 2776) | public static IntPtr GetWindowLongPtr(IntPtr hwnd, GWL nIndex) method SetWindowThemeAttribute (line 2813) | [DllImport("uxtheme.dll", PreserveSig = false)] method GetWindowPlacement (line 2816) | [DllImport("user32.dll", SetLastError = true)] method GetWindowPlacement (line 2820) | public static WINDOWPLACEMENT GetWindowPlacement(IntPtr hwnd) method _GetWindowRect (line 2830) | [DllImport("user32.dll", EntryPoint = "GetWindowRect", SetLastError ... method GetWindowRect (line 2834) | public static RECT GetWindowRect(IntPtr hwnd) method GdipCreateBitmapFromStream (line 2844) | [DllImport("gdiplus.dll")] method GdipCreateHBITMAPFromBitmap (line 2847) | [DllImport("gdiplus.dll")] method GdipCreateHICONFromBitmap (line 2850) | [DllImport("gdiplus.dll")] method GdipDisposeImage (line 2853) | [DllImport("gdiplus.dll")] method GdipImageForceValidation (line 2856) | [DllImport("gdiplus.dll")] method GdiplusStartup (line 2859) | [DllImport("gdiplus.dll")] method GdiplusShutdown (line 2862) | [DllImport("gdiplus.dll")] method IsWindowVisible (line 2865) | [DllImport("user32.dll")] method _LocalFree (line 2869) | [DllImport("kernel32.dll", EntryPoint = "LocalFree", SetLastError = ... method MonitorFromWindow (line 2872) | [DllImport("user32.dll")] method _PostMessage (line 2875) | [DllImport("user32.dll", EntryPoint = "PostMessage", SetLastError = ... method PostMessage (line 2879) | public static void PostMessage(IntPtr hWnd, WM Msg, IntPtr wParam, I... method _RegisterClassEx (line 2887) | [DllImport("user32.dll", SetLastError = true, EntryPoint = "Register... method RegisterClassEx (line 2893) | public static short RegisterClassEx(ref WNDCLASSEX lpwcx) method _RegisterWindowMessage (line 2904) | [DllImport("user32.dll", EntryPoint = "RegisterWindowMessage", SetLa... method RegisterWindowMessage (line 2907) | public static WM RegisterWindowMessage(string lpString) method _SetActiveWindow (line 2917) | [DllImport("user32.dll", EntryPoint = "SetActiveWindow", SetLastErro... method SetActiveWindow (line 2920) | public static IntPtr SetActiveWindow(IntPtr hwnd) method SetClassLongPtr (line 2933) | public static IntPtr SetClassLongPtr(IntPtr hwnd, GCLP nIndex, IntPt... method SetClassLongPtr32 (line 2942) | [DllImport("user32.dll", EntryPoint = "SetClassLong", SetLastError =... method SetClassLongPtr64 (line 2945) | [DllImport("user32.dll", EntryPoint = "SetClassLongPtr", SetLastErro... method SetErrorMode (line 2948) | [DllImport("kernel32.dll", SetLastError = true)] method _SetProcessWorkingSetSize (line 2951) | [DllImport("kernel32.dll", SetLastError = true, EntryPoint = "SetPro... method SetProcessWorkingSetSize (line 2955) | public static void SetProcessWorkingSetSize(IntPtr hProcess, int dwM... method SetWindowLongPtr (line 2964) | public static IntPtr SetWindowLongPtr(IntPtr hwnd, GWL nIndex, IntPt... method _SetWindowRgn (line 2973) | [DllImport("user32.dll", EntryPoint = "SetWindowRgn", SetLastError =... method SetWindowRgn (line 2976) | public static void SetWindowRgn(IntPtr hWnd, IntPtr hRgn, bool bRedraw) method _SetWindowPos (line 2985) | [DllImport("user32.dll", EntryPoint = "SetWindowPos", SetLastError =... method SetWindowPos (line 2989) | public static bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter,... method SHFileOperation (line 3000) | [DllImport("shell32.dll", SetLastError = false)] method ShowWindow (line 3003) | [DllImport("user32.dll")] method _SystemParametersInfo_String (line 3007) | [DllImport("user32.dll", EntryPoint = "SystemParametersInfoW", SetLa... method _SystemParametersInfo_NONCLIENTMETRICS (line 3012) | [DllImport("user32.dll", EntryPoint = "SystemParametersInfoW", SetLa... method _SystemParametersInfo_HIGHCONTRAST (line 3017) | [DllImport("user32.dll", EntryPoint = "SystemParametersInfoW", SetLa... method SystemParametersInfo (line 3021) | public static void SystemParametersInfo(SPI uiAction, int uiParam, s... method SystemParameterInfo_GetNONCLIENTMETRICS (line 3029) | public static NONCLIENTMETRICS SystemParameterInfo_GetNONCLIENTMETRI... method SystemParameterInfo_GetHIGHCONTRAST (line 3043) | public static HIGHCONTRAST SystemParameterInfo_GetHIGHCONTRAST() method TrackPopupMenuEx (line 3057) | [DllImport("user32.dll")] method _SelectObject (line 3060) | [DllImport("gdi32.dll", EntryPoint = "SelectObject", SetLastError = ... method SelectObject (line 3063) | public static IntPtr SelectObject(SafeDC hdc, IntPtr hgdiobj) method _SelectObjectSafeHBITMAP (line 3073) | [DllImport("gdi32.dll", EntryPoint = "SelectObject", SetLastError = ... method SelectObject (line 3076) | public static IntPtr SelectObject(SafeDC hdc, SafeHBITMAP hgdiobj) method SendInput (line 3086) | [DllImport("user32.dll", SetLastError = true)] method SendMessage (line 3090) | [DllImport("user32.dll", SetLastError = true)] method _UnregisterClassAtom (line 3093) | [DllImport("user32.dll", EntryPoint = "UnregisterClass", SetLastErro... method _UnregisterClassName (line 3097) | [DllImport("user32.dll", EntryPoint = "UnregisterClass", CharSet = C... method UnregisterClass (line 3101) | public static void UnregisterClass(short atom, IntPtr hinstance) method UnregisterClass (line 3109) | public static void UnregisterClass(string lpClassName, IntPtr hInsta... method _UpdateLayeredWindow (line 3117) | [DllImport("user32.dll", SetLastError = true, EntryPoint = "UpdateLa... method _UpdateLayeredWindowIntPtr (line 3130) | [DllImport("user32.dll", SetLastError = true, EntryPoint = "UpdateLa... method UpdateLayeredWindow (line 3143) | public static void UpdateLayeredWindow( method UpdateLayeredWindow (line 3160) | public static void UpdateLayeredWindow( method _SHAddToRecentDocs_String (line 3174) | [DllImport("shell32.dll", EntryPoint = "SHAddToRecentDocs")] method _SHAddToRecentDocs_ShellLink (line 3179) | [DllImport("shell32.dll", EntryPoint = "SHAddToRecentDocs")] method SHAddToRecentDocs (line 3182) | public static void SHAddToRecentDocs(string path) method SHAddToRecentDocs (line 3188) | public static void SHAddToRecentDocs(IShellLinkW shellLink) method _DwmGetCompositionTimingInfo (line 3196) | [DllImport("dwmapi.dll", EntryPoint="DwmGetCompositionTimingInfo")] method DwmGetCompositionTimingInfo (line 3199) | public static DWM_TIMING_INFO? DwmGetCompositionTimingInfo(IntPtr hwnd) method DwmInvalidateIconicBitmaps (line 3219) | [DllImport("dwmapi.dll", PreserveSig = false)] method DwmSetIconicThumbnail (line 3222) | [DllImport("dwmapi.dll", PreserveSig = false)] method DwmSetIconicLivePreviewBitmap (line 3225) | [DllImport("dwmapi.dll", PreserveSig = false)] method SHGetItemFromDataObject (line 3228) | [DllImport("shell32.dll", PreserveSig = false)] method SHCreateItemFromParsingName (line 3231) | [DllImport("shell32.dll")] method Shell_NotifyIcon (line 3234) | [DllImport("shell32.dll")] method SetCurrentProcessExplicitAppUserModelID (line 3242) | [DllImport("shell32.dll", PreserveSig = false)] method GetCurrentProcessExplicitAppUserModelID (line 3249) | [DllImport("shell32.dll")] method SafeDC (line 1401) | private SafeDC() : base(true) { } method ReleaseHandle (line 1403) | protected override bool ReleaseHandle() method CreateDC (line 1418) | [SuppressMessage("Microsoft.Usage", "CA2201:DoNotRaiseReservedExceptio... class SafeConnectionPointCookie (line 1549) | internal sealed class SafeConnectionPointCookie : SafeHandleZeroOrMinu... method SafeConnectionPointCookie (line 1554) | [SuppressMessage("Microsoft.Naming", "CA2204:Literals should be spel... method Disconnect (line 1584) | public void Disconnect() method ReleaseHandle (line 1589) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExcept... type BLENDFUNCTION (line 1623) | [StructLayout(LayoutKind.Sequential)] type HIGHCONTRAST (line 1636) | [StructLayout(LayoutKind.Sequential)] type RGBQUAD (line 1646) | [StructLayout(LayoutKind.Sequential)] type BITMAPINFOHEADER (line 1655) | [StructLayout(LayoutKind.Sequential, Pack = 2)] type BITMAPINFO (line 1671) | [StructLayout(LayoutKind.Sequential)] type CHANGEFILTERSTRUCT (line 1679) | [StructLayout(LayoutKind.Sequential)] type CREATESTRUCT (line 1686) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type SHFILEOPSTRUCT (line 1705) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode, Pack =... type TITLEBARINFO (line 1722) | [StructLayout(LayoutKind.Sequential)] type TITLEBARINFOEX (line 1736) | [StructLayout(LayoutKind.Sequential)] class NOTIFYICONDATA (line 1755) | [SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedI... class SHARDAPPIDINFO (line 1787) | [SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedI... class SHARDAPPIDINFOIDLIST (line 1797) | [SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedI... class SHARDAPPIDINFOLINK (line 1808) | [SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedI... type LOGFONT (line 1820) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type MINMAXINFO (line 1840) | [StructLayout(LayoutKind.Sequential)] type NONCLIENTMETRICS (line 1850) | [StructLayout(LayoutKind.Sequential)] type WTA_OPTIONS (line 1898) | [StructLayout(LayoutKind.Explicit)] type MARGINS (line 1920) | [StructLayout(LayoutKind.Sequential)] class MONITORINFO (line 1933) | [StructLayout(LayoutKind.Sequential)] type POINT (line 1942) | [StructLayout(LayoutKind.Sequential)] class RefPOINT (line 1949) | [SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedI... type RECT (line 1957) | [StructLayout(LayoutKind.Sequential)] method Offset (line 1965) | public void Offset(int dx, int dy) method Union (line 2017) | public static RECT Union(RECT rect1, RECT rect2) method Equals (line 2028) | public override bool Equals(object obj) method GetHashCode (line 2044) | public override int GetHashCode() class RefRECT (line 2050) | [SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedI... method RefRECT (line 2059) | public RefRECT(int left, int top, int right, int bottom) method Offset (line 2101) | public void Offset(int dx, int dy) type SIZE (line 2110) | [StructLayout(LayoutKind.Sequential)] type StartupOutput (line 2117) | [StructLayout(LayoutKind.Sequential)] class StartupInput (line 2124) | [StructLayout(LayoutKind.Sequential)] class WIN32_FIND_DATAW (line 2133) | [SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedI... class WINDOWPLACEMENT (line 2152) | [StructLayout(LayoutKind.Sequential)] type WINDOWPOS (line 2163) | [StructLayout(LayoutKind.Sequential)] type WNDCLASSEX (line 2175) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type MOUSEINPUT (line 2194) | [StructLayout(LayoutKind.Sequential)] type INPUT (line 2205) | [StructLayout(LayoutKind.Sequential)] type UNSIGNED_RATIO (line 2212) | [StructLayout(LayoutKind.Sequential)] type DWM_TIMING_INFO (line 2219) | [StructLayout(LayoutKind.Sequential, Pack=1)] class NativeMethods (line 2276) | internal static class NativeMethods method ReleaseDC (line 1371) | [DllImport("user32.dll")] method GetDC (line 1374) | [DllImport("user32.dll")] method CreateDC (line 1378) | [DllImport("gdi32.dll", CharSet = CharSet.Unicode)] method CreateCompatibleDC (line 1381) | [DllImport("gdi32.dll", CharSet = CharSet.Unicode, SetLastError = tr... method DeleteDC (line 1384) | [DllImport("gdi32.dll")] method _AdjustWindowRectEx (line 2278) | [DllImport("user32.dll", EntryPoint = "AdjustWindowRectEx", SetLastE... method AdjustWindowRectEx (line 2282) | public static RECT AdjustWindowRectEx(RECT lpRect, WS dwStyle, bool ... method _ChangeWindowMessageFilter (line 2293) | [DllImport("user32.dll", EntryPoint = "ChangeWindowMessageFilter", S... method _ChangeWindowMessageFilterEx (line 2297) | [DllImport("user32.dll", EntryPoint = "ChangeWindowMessageFilterEx",... method ChangeWindowMessageFilterEx (line 2303) | public static HRESULT ChangeWindowMessageFilterEx(IntPtr hwnd, WM me... method CombineRgn (line 2341) | [DllImport("gdi32.dll")] method _CommandLineToArgvW (line 2344) | [DllImport("shell32.dll", EntryPoint = "CommandLineToArgvW", CharSet... method CommandLineToArgvW (line 2347) | public static string[] CommandLineToArgvW(string cmdLine) method _CreateDIBSection (line 2377) | [DllImport("gdi32.dll", EntryPoint = "CreateDIBSection", SetLastErro... method _CreateDIBSectionIntPtr (line 2380) | [DllImport("gdi32.dll", EntryPoint = "CreateDIBSection", SetLastErro... method CreateDIBSection (line 2383) | public static SafeHBITMAP CreateDIBSection(SafeDC hdc, ref BITMAPINF... method _CreateRoundRectRgn (line 2404) | [DllImport("gdi32.dll", EntryPoint = "CreateRoundRectRgn", SetLastEr... method CreateRoundRectRgn (line 2407) | public static IntPtr CreateRoundRectRgn(int nLeftRect, int nTopRect,... method _CreateRectRgn (line 2417) | [DllImport("gdi32.dll", EntryPoint = "CreateRectRgn", SetLastError =... method CreateRectRgn (line 2420) | public static IntPtr CreateRectRgn(int nLeftRect, int nTopRect, int ... method _CreateRectRgnIndirect (line 2430) | [DllImport("gdi32.dll", EntryPoint = "CreateRectRgnIndirect", SetLas... method CreateRectRgnIndirect (line 2433) | public static IntPtr CreateRectRgnIndirect(RECT lprc) method CreateSolidBrush (line 2443) | [DllImport("gdi32.dll")] method _CreateWindowEx (line 2446) | [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Unic... method CreateWindowEx (line 2461) | public static IntPtr CreateWindowEx( method DefWindowProc (line 2484) | [DllImport("user32.dll", CharSet = CharSet.Unicode, EntryPoint = "De... method DeleteObject (line 2487) | [DllImport("gdi32.dll")] method DestroyIcon (line 2491) | [DllImport("user32.dll")] method DestroyWindow (line 2495) | [DllImport("user32.dll", SetLastError = true)] method IsWindow (line 2499) | [DllImport("user32.dll")] method DwmGetWindowAttribute (line 2503) | [DllImport("dwmapi.dll", PreserveSig = false)] method _DwmExtendFrameIntoClientArea (line 2506) | [DllImport("dwmapi.dll", EntryPoint = "DwmExtendFrameIntoClientArea"... method _DwmIsCompositionEnabled (line 2509) | [DllImport("dwmapi.dll", EntryPoint = "DwmIsCompositionEnabled", Pre... method _DwmGetColorizationColor (line 2513) | [DllImport("dwmapi.dll", EntryPoint = "DwmGetColorizationColor", Pre... method DwmExtendFrameIntoClientArea (line 2516) | public static bool DwmExtendFrameIntoClientArea(IntPtr hwnd, ref MAR... method DwmGetColorizationColor (line 2539) | public static bool DwmGetColorizationColor(out uint pcrColorization,... method DwmIsCompositionEnabled (line 2560) | public static bool DwmIsCompositionEnabled() method DwmDefWindowProc (line 2570) | [DllImport("dwmapi.dll")] method _DwmSetWindowAttribute (line 2574) | [DllImport("dwmapi.dll", EntryPoint = "DwmSetWindowAttribute")] method DwmSetWindowAttributeSystemBackdropType (line 2577) | public static HRESULT DwmSetWindowAttributeSystemBackdropType(IntPtr... method DwmSetWindowAttributeUseImmersiveDarkMode (line 2584) | public static bool DwmSetWindowAttributeUseImmersiveDarkMode(IntPtr ... method DwmSetWindowAttributeFlip3DPolicy (line 2592) | public static void DwmSetWindowAttributeFlip3DPolicy(IntPtr hwnd, DW... method DwmSetWindowAttributeDisallowPeek (line 2599) | public static void DwmSetWindowAttributeDisallowPeek(IntPtr hwnd, bo... method _EnableMenuItem (line 2606) | [DllImport("user32.dll", EntryPoint = "EnableMenuItem")] method EnableMenuItem (line 2609) | public static MF EnableMenuItem(IntPtr hMenu, SC uIDEnableItem, MF u... method _RemoveMenu (line 2616) | [DllImport("user32.dll", EntryPoint = "RemoveMenu", SetLastError = t... method RemoveMenu (line 2620) | public static void RemoveMenu(IntPtr hMenu, SC uPosition, MF uFlags) method _DrawMenuBar (line 2628) | [DllImport("user32.dll", EntryPoint = "DrawMenuBar", SetLastError = ... method DrawMenuBar (line 2632) | public static void DrawMenuBar(IntPtr hWnd) method FindClose (line 2640) | [DllImport("kernel32.dll")] method FindFirstFileW (line 2646) | [DllImport("kernel32.dll", CharSet = CharSet.Unicode, SetLastError =... method FindNextFileW (line 2650) | [DllImport("kernel32.dll", SetLastError = true)] method _GetClientRect (line 2654) | [DllImport("user32.dll", EntryPoint = "GetClientRect", SetLastError ... method GetClientRect (line 2658) | public static RECT GetClientRect(IntPtr hwnd) method _GetCurrentThemeName (line 2668) | [DllImport("uxtheme.dll", EntryPoint="GetCurrentThemeName", CharSet ... method GetCurrentThemeName (line 2677) | public static void GetCurrentThemeName(out string themeFileName, out... method IsThemeActive (line 2695) | [DllImport("uxtheme.dll")] method GetDeviceCaps (line 2699) | [DllImport("gdi32.dll")] method _GetModuleFileName (line 2702) | [DllImport("kernel32.dll", EntryPoint = "GetModuleFileName", CharSet... method GetModuleFileName (line 2705) | public static string GetModuleFileName(IntPtr hModule) method _GetModuleHandle (line 2729) | [DllImport("kernel32.dll", EntryPoint = "GetModuleHandleW", CharSet ... method GetModuleHandle (line 2732) | public static IntPtr GetModuleHandle(string lpModuleName) method _GetMonitorInfo (line 2742) | [DllImport("user32.dll", EntryPoint = "GetMonitorInfo", SetLastError... method GetMonitorInfo (line 2746) | public static MONITORINFO GetMonitorInfo(IntPtr hMonitor) method _GetStockObject (line 2756) | [DllImport("gdi32.dll", EntryPoint = "GetStockObject", SetLastError ... method GetStockObject (line 2759) | public static IntPtr GetStockObject(StockObject fnObject) method GetSystemMenu (line 2769) | [DllImport("user32.dll")] method GetSystemMetrics (line 2772) | [DllImport("user32.dll")] method GetWindowLongPtr (line 2776) | public static IntPtr GetWindowLongPtr(IntPtr hwnd, GWL nIndex) method SetWindowThemeAttribute (line 2813) | [DllImport("uxtheme.dll", PreserveSig = false)] method GetWindowPlacement (line 2816) | [DllImport("user32.dll", SetLastError = true)] method GetWindowPlacement (line 2820) | public static WINDOWPLACEMENT GetWindowPlacement(IntPtr hwnd) method _GetWindowRect (line 2830) | [DllImport("user32.dll", EntryPoint = "GetWindowRect", SetLastError ... method GetWindowRect (line 2834) | public static RECT GetWindowRect(IntPtr hwnd) method GdipCreateBitmapFromStream (line 2844) | [DllImport("gdiplus.dll")] method GdipCreateHBITMAPFromBitmap (line 2847) | [DllImport("gdiplus.dll")] method GdipCreateHICONFromBitmap (line 2850) | [DllImport("gdiplus.dll")] method GdipDisposeImage (line 2853) | [DllImport("gdiplus.dll")] method GdipImageForceValidation (line 2856) | [DllImport("gdiplus.dll")] method GdiplusStartup (line 2859) | [DllImport("gdiplus.dll")] method GdiplusShutdown (line 2862) | [DllImport("gdiplus.dll")] method IsWindowVisible (line 2865) | [DllImport("user32.dll")] method _LocalFree (line 2869) | [DllImport("kernel32.dll", EntryPoint = "LocalFree", SetLastError = ... method MonitorFromWindow (line 2872) | [DllImport("user32.dll")] method _PostMessage (line 2875) | [DllImport("user32.dll", EntryPoint = "PostMessage", SetLastError = ... method PostMessage (line 2879) | public static void PostMessage(IntPtr hWnd, WM Msg, IntPtr wParam, I... method _RegisterClassEx (line 2887) | [DllImport("user32.dll", SetLastError = true, EntryPoint = "Register... method RegisterClassEx (line 2893) | public static short RegisterClassEx(ref WNDCLASSEX lpwcx) method _RegisterWindowMessage (line 2904) | [DllImport("user32.dll", EntryPoint = "RegisterWindowMessage", SetLa... method RegisterWindowMessage (line 2907) | public static WM RegisterWindowMessage(string lpString) method _SetActiveWindow (line 2917) | [DllImport("user32.dll", EntryPoint = "SetActiveWindow", SetLastErro... method SetActiveWindow (line 2920) | public static IntPtr SetActiveWindow(IntPtr hwnd) method SetClassLongPtr (line 2933) | public static IntPtr SetClassLongPtr(IntPtr hwnd, GCLP nIndex, IntPt... method SetClassLongPtr32 (line 2942) | [DllImport("user32.dll", EntryPoint = "SetClassLong", SetLastError =... method SetClassLongPtr64 (line 2945) | [DllImport("user32.dll", EntryPoint = "SetClassLongPtr", SetLastErro... method SetErrorMode (line 2948) | [DllImport("kernel32.dll", SetLastError = true)] method _SetProcessWorkingSetSize (line 2951) | [DllImport("kernel32.dll", SetLastError = true, EntryPoint = "SetPro... method SetProcessWorkingSetSize (line 2955) | public static void SetProcessWorkingSetSize(IntPtr hProcess, int dwM... method SetWindowLongPtr (line 2964) | public static IntPtr SetWindowLongPtr(IntPtr hwnd, GWL nIndex, IntPt... method _SetWindowRgn (line 2973) | [DllImport("user32.dll", EntryPoint = "SetWindowRgn", SetLastError =... method SetWindowRgn (line 2976) | public static void SetWindowRgn(IntPtr hWnd, IntPtr hRgn, bool bRedraw) method _SetWindowPos (line 2985) | [DllImport("user32.dll", EntryPoint = "SetWindowPos", SetLastError =... method SetWindowPos (line 2989) | public static bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter,... method SHFileOperation (line 3000) | [DllImport("shell32.dll", SetLastError = false)] method ShowWindow (line 3003) | [DllImport("user32.dll")] method _SystemParametersInfo_String (line 3007) | [DllImport("user32.dll", EntryPoint = "SystemParametersInfoW", SetLa... method _SystemParametersInfo_NONCLIENTMETRICS (line 3012) | [DllImport("user32.dll", EntryPoint = "SystemParametersInfoW", SetLa... method _SystemParametersInfo_HIGHCONTRAST (line 3017) | [DllImport("user32.dll", EntryPoint = "SystemParametersInfoW", SetLa... method SystemParametersInfo (line 3021) | public static void SystemParametersInfo(SPI uiAction, int uiParam, s... method SystemParameterInfo_GetNONCLIENTMETRICS (line 3029) | public static NONCLIENTMETRICS SystemParameterInfo_GetNONCLIENTMETRI... method SystemParameterInfo_GetHIGHCONTRAST (line 3043) | public static HIGHCONTRAST SystemParameterInfo_GetHIGHCONTRAST() method TrackPopupMenuEx (line 3057) | [DllImport("user32.dll")] method _SelectObject (line 3060) | [DllImport("gdi32.dll", EntryPoint = "SelectObject", SetLastError = ... method SelectObject (line 3063) | public static IntPtr SelectObject(SafeDC hdc, IntPtr hgdiobj) method _SelectObjectSafeHBITMAP (line 3073) | [DllImport("gdi32.dll", EntryPoint = "SelectObject", SetLastError = ... method SelectObject (line 3076) | public static IntPtr SelectObject(SafeDC hdc, SafeHBITMAP hgdiobj) method SendInput (line 3086) | [DllImport("user32.dll", SetLastError = true)] method SendMessage (line 3090) | [DllImport("user32.dll", SetLastError = true)] method _UnregisterClassAtom (line 3093) | [DllImport("user32.dll", EntryPoint = "UnregisterClass", SetLastErro... method _UnregisterClassName (line 3097) | [DllImport("user32.dll", EntryPoint = "UnregisterClass", CharSet = C... method UnregisterClass (line 3101) | public static void UnregisterClass(short atom, IntPtr hinstance) method UnregisterClass (line 3109) | public static void UnregisterClass(string lpClassName, IntPtr hInsta... method _UpdateLayeredWindow (line 3117) | [DllImport("user32.dll", SetLastError = true, EntryPoint = "UpdateLa... method _UpdateLayeredWindowIntPtr (line 3130) | [DllImport("user32.dll", SetLastError = true, EntryPoint = "UpdateLa... method UpdateLayeredWindow (line 3143) | public static void UpdateLayeredWindow( method UpdateLayeredWindow (line 3160) | public static void UpdateLayeredWindow( method _SHAddToRecentDocs_String (line 3174) | [DllImport("shell32.dll", EntryPoint = "SHAddToRecentDocs")] method _SHAddToRecentDocs_ShellLink (line 3179) | [DllImport("shell32.dll", EntryPoint = "SHAddToRecentDocs")] method SHAddToRecentDocs (line 3182) | public static void SHAddToRecentDocs(string path) method SHAddToRecentDocs (line 3188) | public static void SHAddToRecentDocs(IShellLinkW shellLink) method _DwmGetCompositionTimingInfo (line 3196) | [DllImport("dwmapi.dll", EntryPoint="DwmGetCompositionTimingInfo")] method DwmGetCompositionTimingInfo (line 3199) | public static DWM_TIMING_INFO? DwmGetCompositionTimingInfo(IntPtr hwnd) method DwmInvalidateIconicBitmaps (line 3219) | [DllImport("dwmapi.dll", PreserveSig = false)] method DwmSetIconicThumbnail (line 3222) | [DllImport("dwmapi.dll", PreserveSig = false)] method DwmSetIconicLivePreviewBitmap (line 3225) | [DllImport("dwmapi.dll", PreserveSig = false)] method SHGetItemFromDataObject (line 3228) | [DllImport("shell32.dll", PreserveSig = false)] method SHCreateItemFromParsingName (line 3231) | [DllImport("shell32.dll")] method Shell_NotifyIcon (line 3234) | [DllImport("shell32.dll")] method SetCurrentProcessExplicitAppUserModelID (line 3242) | [DllImport("shell32.dll", PreserveSig = false)] method GetCurrentProcessExplicitAppUserModelID (line 3249) | [DllImport("shell32.dll")] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Standard/ShellProvider.cs type SIATTRIBFLAGS (line 18) | internal enum SIATTRIBFLAGS type APPDOCLISTTYPE (line 25) | internal enum APPDOCLISTTYPE type STPF (line 35) | [Flags] type TBPF (line 51) | internal enum TBPF type THB (line 63) | [Flags] type THBF (line 75) | [Flags] type GPS (line 93) | internal enum GPS type KDC (line 121) | internal enum KDC type SFGAO (line 128) | [Flags] type SHCONTF (line 226) | internal enum SHCONTF type SHGDN (line 248) | [Flags] type SICHINT (line 261) | internal enum SICHINT : uint type SIGDN (line 275) | internal enum SIGDN : uint class STR_GPS (line 306) | internal static class STR_GPS type THUMBBUTTON (line 320) | [StructLayout(LayoutKind.Sequential, Pack = 8, CharSet = CharSet.Unicode)] type PKEY (line 338) | [StructLayout(LayoutKind.Sequential, Pack = 4)] method PKEY (line 346) | public PKEY(Guid fmtid, uint pid) type IEnumIDList (line 370) | [ method Next (line 377) | [PreserveSig()] method Skip (line 379) | [PreserveSig()] method Reset (line 381) | void Reset(); method Clone (line 382) | void Clone([Out, MarshalAs(UnmanagedType.Interface)] out IEnumIDList p... type IEnumObjects (line 385) | [ method Next (line 394) | void Next(uint celt, [In] ref Guid riid, [Out, MarshalAs(UnmanagedType... method Skip (line 404) | void Skip(uint celt); method Reset (line 406) | void Reset(); method Clone (line 408) | IEnumObjects Clone(); type IObjectArray (line 412) | [ method GetCount (line 419) | uint GetCount(); method GetAt (line 420) | [return: MarshalAs(UnmanagedType.IUnknown)] type IObjectCollection (line 424) | [ method GetCount (line 432) | new uint GetCount(); method GetAt (line 433) | [return: MarshalAs(UnmanagedType.IUnknown)] method AddObject (line 437) | void AddObject([MarshalAs(UnmanagedType.IUnknown)] object punk); method AddFromArray (line 438) | void AddFromArray(IObjectArray poaSource); method RemoveObjectAt (line 439) | void RemoveObjectAt(uint uiIndex); method Clear (line 440) | void Clear(); type IPropertyStore (line 443) | [ method GetCount (line 450) | uint GetCount(); method GetAt (line 451) | PKEY GetAt(uint iProp); method GetValue (line 453) | void GetValue([In] ref PKEY pkey, [In, Out] PROPVARIANT pv); method SetValue (line 455) | void SetValue([In] ref PKEY pkey, PROPVARIANT pv); method Commit (line 457) | void Commit(); type IShellFolder (line 460) | [ method ParseDisplayName (line 467) | void ParseDisplayName( method EnumObjects (line 475) | IEnumIDList EnumObjects( method BindToObject (line 481) | [return: MarshalAs(UnmanagedType.Interface)] method BindToStorage (line 488) | [return: MarshalAs(UnmanagedType.Interface)] method CompareIDs (line 498) | [PreserveSig] method CreateViewObject (line 510) | [return: MarshalAs(UnmanagedType.Interface)] method GetAttributesOf (line 518) | void GetAttributesOf( method GetUIObjectOf (line 527) | [return: MarshalAs(UnmanagedType.Interface)] method GetDisplayNameOf (line 542) | void GetDisplayNameOf([In] IntPtr pidl, [In] SHGDN uFlags, [Out] out I... method SetNameOf (line 547) | void SetNameOf([In] IntPtr hwnd, type IShellItem (line 557) | [ method BindToHandler (line 564) | [return: MarshalAs(UnmanagedType.Interface)] method GetParent (line 567) | IShellItem GetParent(); method GetDisplayName (line 569) | [return: MarshalAs(UnmanagedType.LPWStr)] method GetAttributes (line 572) | SFGAO GetAttributes(SFGAO sfgaoMask); method Compare (line 574) | int Compare(IShellItem psi, SICHINT hint); type IShellItemArray (line 577) | [ method BindToHandler (line 584) | [return: MarshalAs(UnmanagedType.Interface)] method GetPropertyStore (line 587) | [return: MarshalAs(UnmanagedType.Interface)] method GetPropertyDescriptionList (line 590) | [return: MarshalAs(UnmanagedType.Interface)] method GetAttributes (line 593) | uint GetAttributes(SIATTRIBFLAGS dwAttribFlags, uint sfgaoMask); method GetCount (line 595) | uint GetCount(); method GetItemAt (line 597) | IShellItem GetItemAt(uint dwIndex); method EnumItems (line 599) | [return: MarshalAs(UnmanagedType.Interface)] type IShellItem2 (line 606) | [ method BindToHandler (line 614) | [return: MarshalAs(UnmanagedType.Interface)] method GetParent (line 616) | new IShellItem GetParent(); method GetDisplayName (line 617) | [return: MarshalAs(UnmanagedType.LPWStr)] method GetAttributes (line 619) | new SFGAO GetAttributes(SFGAO sfgaoMask); method Compare (line 620) | new int Compare(IShellItem psi, SICHINT hint); method GetPropertyStore (line 623) | [return: MarshalAs(UnmanagedType.Interface)] method GetPropertyStoreWithCreateObject (line 628) | [return: MarshalAs(UnmanagedType.Interface)] method GetPropertyStoreForKeys (line 634) | [return: MarshalAs(UnmanagedType.Interface)] method GetPropertyDescriptionList (line 641) | [return: MarshalAs(UnmanagedType.Interface)] method Update (line 647) | void Update(IBindCtx pbc); method GetProperty (line 649) | PROPVARIANT GetProperty(IntPtr key); method GetCLSID (line 651) | Guid GetCLSID(IntPtr key); method GetFileTime (line 653) | FILETIME GetFileTime(IntPtr key); method GetInt32 (line 655) | int GetInt32(IntPtr key); method GetString (line 657) | [return: MarshalAs(UnmanagedType.LPWStr)] method GetUInt32 (line 660) | uint GetUInt32(IntPtr key); method GetUInt64 (line 662) | ulong GetUInt64(IntPtr key); method GetBool (line 664) | [return: MarshalAs(UnmanagedType.Bool)] type IShellLinkW (line 668) | [ method GetPath (line 675) | void GetPath([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszF... method GetIDList (line 676) | void GetIDList(out IntPtr ppidl); method SetIDList (line 677) | void SetIDList(IntPtr pidl); method GetDescription (line 678) | void GetDescription([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuild... method SetDescription (line 679) | void SetDescription([MarshalAs(UnmanagedType.LPWStr)] string pszName); method GetWorkingDirectory (line 680) | void GetWorkingDirectory([Out, MarshalAs(UnmanagedType.LPWStr)] String... method SetWorkingDirectory (line 681) | void SetWorkingDirectory([MarshalAs(UnmanagedType.LPWStr)] string pszD... method GetArguments (line 682) | void GetArguments([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder... method SetArguments (line 683) | void SetArguments([MarshalAs(UnmanagedType.LPWStr)] string pszArgs); method GetHotKey (line 684) | short GetHotKey(); method SetHotKey (line 685) | void SetHotKey(short wHotKey); method GetShowCmd (line 686) | uint GetShowCmd(); method SetShowCmd (line 687) | void SetShowCmd(uint iShowCmd); method GetIconLocation (line 688) | void GetIconLocation([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuil... method SetIconLocation (line 689) | void SetIconLocation([MarshalAs(UnmanagedType.LPWStr)] string pszIconP... method SetRelativePath (line 690) | void SetRelativePath([MarshalAs(UnmanagedType.LPWStr)] string pszPathR... method Resolve (line 691) | void Resolve(IntPtr hwnd, uint fFlags); method SetPath (line 692) | void SetPath([MarshalAs(UnmanagedType.LPWStr)] string pszFile); type ITaskbarList (line 695) | [ method HrInit (line 705) | void HrInit(); method AddTab (line 711) | void AddTab(IntPtr hwnd); method DeleteTab (line 717) | void DeleteTab(IntPtr hwnd); method ActivateTab (line 723) | void ActivateTab(IntPtr hwnd); method SetActiveAlt (line 729) | void SetActiveAlt(IntPtr hwnd); type ITaskbarList2 (line 732) | [ method HrInit (line 740) | new void HrInit(); method AddTab (line 741) | new void AddTab(IntPtr hwnd); method DeleteTab (line 742) | new void DeleteTab(IntPtr hwnd); method ActivateTab (line 743) | new void ActivateTab(IntPtr hwnd); method SetActiveAlt (line 744) | new void SetActiveAlt(IntPtr hwnd); method MarkFullscreenWindow (line 759) | void MarkFullscreenWindow(IntPtr hwnd, [MarshalAs(UnmanagedType.Bool)]... type IApplicationDestinations (line 763) | [ method SetAppID (line 773) | void SetAppID([In, MarshalAs(UnmanagedType.LPWStr)] string pszAppID); method RemoveDestination (line 776) | void RemoveDestination([MarshalAs(UnmanagedType.IUnknown)] object punk); method RemoveAllDestinations (line 779) | void RemoveAllDestinations(); type IApplicationDocumentLists (line 785) | [ method SetAppID (line 797) | void SetAppID([MarshalAs(UnmanagedType.LPWStr)] string pszAppID); method GetList (line 805) | [return: MarshalAs(UnmanagedType.IUnknown)] type ICustomDestinationList (line 810) | [ method SetAppID (line 817) | void SetAppID([In, MarshalAs(UnmanagedType.LPWStr)] string pszAppID); method BeginList (line 820) | [return: MarshalAs(UnmanagedType.Interface)] method AppendCategory (line 825) | [PreserveSig] method AppendKnownCategory (line 827) | void AppendKnownCategory(KDC category); method AddUserTasks (line 828) | [PreserveSig] method CommitList (line 830) | void CommitList(); method GetRemovedDestinations (line 833) | [return: MarshalAs(UnmanagedType.Interface)] method DeleteList (line 835) | void DeleteList([MarshalAs(UnmanagedType.LPWStr)] string pszAppID); method AbortList (line 836) | void AbortList(); type IObjectWithAppUserModelId (line 842) | [ method SetAppID (line 849) | void SetAppID([MarshalAs(UnmanagedType.LPWStr)] string pszAppID); method GetAppID (line 850) | [return: MarshalAs(UnmanagedType.LPWStr)] type IObjectWithProgId (line 857) | [ method SetProgID (line 864) | void SetProgID([MarshalAs(UnmanagedType.LPWStr)] string pszProgID); method GetProgID (line 865) | [return: MarshalAs(UnmanagedType.LPWStr)] type ITaskbarList3 (line 869) | [ method HrInit (line 879) | new void HrInit(); method AddTab (line 880) | new void AddTab(IntPtr hwnd); method DeleteTab (line 881) | new void DeleteTab(IntPtr hwnd); method ActivateTab (line 882) | new void ActivateTab(IntPtr hwnd); method SetActiveAlt (line 883) | new void SetActiveAlt(IntPtr hwnd); method MarkFullscreenWindow (line 886) | new void MarkFullscreenWindow(IntPtr hwnd, [MarshalAs(UnmanagedType.Bo... method SetProgressValue (line 890) | [PreserveSig] method SetProgressState (line 893) | [PreserveSig] method RegisterTab (line 896) | [PreserveSig] method UnregisterTab (line 899) | [PreserveSig] method SetTabOrder (line 902) | [PreserveSig] method SetTabActive (line 905) | [PreserveSig] method ThumbBarAddButtons (line 908) | [PreserveSig] method ThumbBarUpdateButtons (line 911) | [PreserveSig] method ThumbBarSetImageList (line 914) | [PreserveSig] method SetOverlayIcon (line 917) | [PreserveSig] method SetThumbnailTooltip (line 920) | [PreserveSig] method SetThumbnailClip (line 924) | [PreserveSig] type ITaskbarList4 (line 928) | [ method HrInit (line 940) | new void HrInit(); method AddTab (line 941) | new void AddTab(IntPtr hwnd); method DeleteTab (line 942) | new void DeleteTab(IntPtr hwnd); method ActivateTab (line 943) | new void ActivateTab(IntPtr hwnd); method SetActiveAlt (line 944) | new void SetActiveAlt(IntPtr hwnd); method MarkFullscreenWindow (line 947) | new void MarkFullscreenWindow(IntPtr hwnd, [MarshalAs(UnmanagedType.Bo... method SetProgressValue (line 951) | [PreserveSig] new HRESULT SetProgressValue(IntPtr hwnd, ulong ullComp... method SetProgressState (line 952) | [PreserveSig] new HRESULT SetProgressState(IntPtr hwnd, TBPF tbpFlags); method RegisterTab (line 953) | [PreserveSig] new HRESULT RegisterTab(IntPtr hwndTab, IntPtr hwndMDI); method UnregisterTab (line 954) | [PreserveSig] new HRESULT UnregisterTab(IntPtr hwndTab); method SetTabOrder (line 955) | [PreserveSig] new HRESULT SetTabOrder(IntPtr hwndTab, IntPtr hwndInser... method SetTabActive (line 956) | [PreserveSig] new HRESULT SetTabActive(IntPtr hwndTab, IntPtr hwndMDI,... method ThumbBarAddButtons (line 957) | [PreserveSig] new HRESULT ThumbBarAddButtons(IntPtr hwnd, uint cButton... method ThumbBarUpdateButtons (line 958) | [PreserveSig] new HRESULT ThumbBarUpdateButtons(IntPtr hwnd, uint cBut... method ThumbBarSetImageList (line 959) | [PreserveSig] new HRESULT ThumbBarSetImageList(IntPtr hwnd, [MarshalAs... method SetOverlayIcon (line 960) | [PreserveSig] new HRESULT SetOverlayIcon(IntPtr hwnd, IntPtr hIcon, [M... method SetThumbnailTooltip (line 961) | [PreserveSig] new HRESULT SetThumbnailTooltip(IntPtr hwnd, [MarshalAs(... method SetThumbnailClip (line 963) | [PreserveSig] new HRESULT SetThumbnailClip(IntPtr hwnd, RefRECT prcClip); method SetTabProperties (line 967) | void SetTabProperties(IntPtr hwndTab, STPF stpFlags); FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Standard/Utilities.cs class Utility (line 20) | internal static partial class Utility method ColorFromArgbDword (line 27) | public static Color ColorFromArgbDword(uint color) method GET_X_LPARAM (line 36) | public static int GET_X_LPARAM(IntPtr lParam) method GET_Y_LPARAM (line 43) | public static int GET_Y_LPARAM(IntPtr lParam) method HIWORD (line 49) | public static int HIWORD(int i) method LOWORD (line 54) | public static int LOWORD(int i) method IsFlagSet (line 59) | public static bool IsFlagSet(int value, int mask) method IsFlagSet (line 63) | public static bool IsFlagSet(uint value, uint mask) method IsFlagSet (line 67) | public static bool IsFlagSet(long value, long mask) method IsFlagSet (line 71) | public static bool IsFlagSet(ulong value, ulong mask) method GetBestMatch (line 104) | public static BitmapFrame GetBestMatch(IList frames, int ... method _MatchImage (line 109) | private static int _MatchImage(BitmapFrame frame, int bitDepth, int wi... method _WeightedAbs (line 118) | private static int _WeightedAbs(int valueHave, int valueWant, bool fPu... method _GetBestMatch (line 133) | private static BitmapFrame _GetBestMatch(IList frames, in... method _GetBitDepth (line 174) | private static int _GetBitDepth() method SafeDeleteObject (line 187) | public static void SafeDeleteObject(ref IntPtr gdiObject) method SafeDestroyWindow (line 197) | public static void SafeDestroyWindow(ref IntPtr hwnd) method SafeRelease (line 207) | public static void SafeRelease(ref T comObject) where T : class method AddDependencyPropertyChangeListener (line 218) | public static void AddDependencyPropertyChangeListener(object componen... method RemoveDependencyPropertyChangeListener (line 231) | public static void RemoveDependencyPropertyChangeListener(object compo... method IsThicknessNonNegative (line 246) | public static bool IsThicknessNonNegative(Thickness thickness) method IsCornerRadiusValid (line 271) | public static bool IsCornerRadiusValid(CornerRadius cornerRadius) method IsDoubleFiniteAndNonNegative (line 296) | public static bool IsDoubleFiniteAndNonNegative(double d) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Standard/Verify.cs class Verify (line 23) | internal static class Verify method IsApartmentState (line 37) | [DebuggerStepThrough] method IsNeitherNullNorEmpty (line 51) | [SuppressMessage("Microsoft.Performance", "CA1820:TestForEmptyStringsU... method IsNeitherNullNorWhitespace (line 75) | [SuppressMessage("Microsoft.Performance", "CA1820:TestForEmptyStringsU... method IsNotDefault (line 98) | [DebuggerStepThrough] method IsNotNull (line 111) | [DebuggerStepThrough] method IsNull (line 124) | [DebuggerStepThrough] method PropertyIsNotNull (line 133) | [DebuggerStepThrough] method PropertyIsNull (line 142) | [DebuggerStepThrough] method IsTrue (line 156) | [DebuggerStepThrough] method IsTrue (line 171) | [DebuggerStepThrough] method AreEqual (line 180) | [DebuggerStepThrough] method AreNotEqual (line 197) | [DebuggerStepThrough] method UriIsAbsolute (line 214) | [DebuggerStepThrough] method BoundedInteger (line 230) | [DebuggerStepThrough] method BoundedDoubleInc (line 239) | [DebuggerStepThrough] method TypeSupportsInterface (line 248) | [DebuggerStepThrough] method FileExists (line 261) | [DebuggerStepThrough] method ImplementsInterface (line 271) | [DebuggerStepThrough] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/StartupEventArgs.cs class StartupEventArgs (line 20) | public class StartupEventArgs : EventArgs method StartupEventArgs (line 25) | internal StartupEventArgs() method GetCmdLineArgs (line 53) | private string[] GetCmdLineArgs() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/StaticResourceExtension.cs class StaticResourceExtension (line 20) | [MarkupExtensionReturnType(typeof(object))] method StaticResourceExtension (line 27) | public StaticResourceExtension() method StaticResourceExtension (line 34) | public StaticResourceExtension( method ProvideValue (line 50) | public override object ProvideValue(IServiceProvider serviceProvider) method ProvideValueInternal (line 83) | internal object ProvideValueInternal(IServiceProvider serviceProvider,... method TryProvideValueInternal (line 94) | internal object TryProvideValueInternal(IServiceProvider serviceProvid... method TryProvideValueWithDiagnosticEvent (line 106) | private object TryProvideValueWithDiagnosticEvent(IServiceProvider ser... method TryProvideValueImpl (line 161) | private object TryProvideValueImpl(IServiceProvider serviceProvider, b... method FindTheResourceDictionary (line 193) | private ResourceDictionary FindTheResourceDictionary(IServiceProvider ... method FindResourceInDeferredContent (line 267) | internal object FindResourceInDeferredContent(IServiceProvider service... method FindResourceInAppOrSystem (line 290) | private object FindResourceInAppOrSystem(IServiceProvider serviceProvi... method FindResourceInEnviroment (line 314) | private object FindResourceInEnviroment(IServiceProvider serviceProvider, FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Style.cs class Style (line 16) | [Localizability(LocalizationCategory.Ignore)] method Style (line 21) | static Style() method Style (line 31) | public Style() method Style (line 40) | public Style(Type targetType) method Style (line 52) | public Style(Type targetType, Style basedOn) method RegisterName (line 66) | public void RegisterName(string name, object scopedElement) method UnregisterName (line 78) | public void UnregisterName(string name) method FindName (line 90) | object INameScope.FindName(string name) method GetUniqueGlobalIndex (line 104) | private void GetUniqueGlobalIndex() method FindResource (line 325) | internal object FindResource(object resourceKey, bool allowDeferredRes... method FindResourceDictionary (line 339) | internal ResourceDictionary FindResourceDictionary(object resourceKey) method IsAmbientPropertyAvailable (line 353) | bool IQueryAmbient.IsAmbientPropertyAvailable(string propertyName) method AddChild (line 383) | void IAddChild.AddChild (Object value) method AddText (line 407) | void IAddChild.AddText (string text) method UpdatePropertyValueList (line 419) | private void UpdatePropertyValueList( method CheckTargetType (line 459) | internal void CheckTargetType(object element) method Seal (line 478) | public void Seal() method CheckForCircularBasedOnReferences (line 566) | private void CheckForCircularBasedOnReferences() method ProcessSetters (line 598) | private void ProcessSetters(Style style) method ProcessSelfStyles (line 680) | private void ProcessSelfStyles(Style style) method ProcessVisualTriggers (line 706) | private void ProcessVisualTriggers(Style style) method GetHashCode (line 817) | public override int GetHashCode() method Seal (line 846) | void ISealable.Seal() method IsEqual (line 913) | private static bool IsEqual(object a, object b) method SetModified (line 1005) | private void SetModified(int id) { _modified |= id; } method IsModified (line 1006) | internal bool IsModified(int id) { return (id & _modified) != 0; } FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/StyleHelper.cs class StyleHelper (line 29) | internal static class StyleHelper method StyleHelper (line 31) | static StyleHelper() method UpdateStyleCache (line 47) | internal static void UpdateStyleCache( method UpdateThemeStyleCache (line 86) | internal static void UpdateThemeStyleCache( method GetThemeStyle (line 155) | internal static Style GetThemeStyle(FrameworkElement fe, FrameworkCont... method UpdateTemplateCache (line 275) | internal static void UpdateTemplateCache( method SealTemplate (line 330) | internal static void SealTemplate( method UpdateTables (line 479) | internal static void UpdateTables( method RequiresInstanceStorage (line 651) | private static bool RequiresInstanceStorage(ref object value) method AddContainerDependent (line 719) | internal static void AddContainerDependent( method AddEventDependent (line 755) | internal static void AddEventDependent( method AddPropertyDependent (line 782) | private static void AddPropertyDependent( method AddResourceDependent (line 802) | private static void AddResourceDependent( method ProcessTemplateContentFromFEF (line 849) | internal static void ProcessTemplateContentFromFEF( method ProcessTemplateTriggers (line 888) | private static void ProcessTemplateTriggers( method DetermineTriggerType (line 1010) | private static void DetermineTriggerType( TriggerBase triggerBase, method ProcessEventTrigger (line 1053) | internal static void ProcessEventTrigger ( method AddDelegateToFireTrigger (line 1224) | private static void AddDelegateToFireTrigger( method AddDelegateToFireTrigger (line 1270) | private static void AddDelegateToFireTrigger( method SealIfSealable (line 1297) | internal static void SealIfSealable(object value) method UpdateInstanceData (line 1324) | internal static void UpdateInstanceData( method CreateInstanceData (line 1358) | internal static void CreateInstanceData( method CreateInstanceDataForChild (line 1399) | internal static void CreateInstanceDataForChild( method ReleaseInstanceData (line 1421) | internal static void ReleaseInstanceData( method EnsureInstanceData (line 1471) | internal static HybridDictionary EnsureInstanceData( method EnsureInstanceData (line 1485) | internal static HybridDictionary EnsureInstanceData( method ProcessInstanceValuesForChild (line 1522) | private static void ProcessInstanceValuesForChild( method ProcessInstanceValuesHelper (line 1560) | private static void ProcessInstanceValuesHelper( method ProcessInstanceValue (line 1610) | internal static void ProcessInstanceValue( method ReleaseInstanceDataForDataTriggers (line 1660) | private static void ReleaseInstanceDataForDataTriggers( method ReleaseInstanceDataForTriggerBinding (line 1729) | private static void ReleaseInstanceDataForTriggerBinding( method ApplyTemplateContent (line 1758) | internal static bool ApplyTemplateContent( method AddCustomTemplateRoot (line 1929) | internal static void AddCustomTemplateRoot( FrameworkElement container... method AddCustomTemplateRoot (line 1936) | internal static void AddCustomTemplateRoot( method CheckForCircularReferencesInTemplateTree (line 2036) | private static void CheckForCircularReferencesInTemplateTree( method ClearGeneratedSubTree (line 2121) | internal static void ClearGeneratedSubTree( method DetachGeneratedSubTree (line 2171) | private static void DetachGeneratedSubTree( method ClearTemplateChain (line 2203) | private static void ClearTemplateChain( method SpecialDowncastToFEorFCE (line 2318) | internal static void SpecialDowncastToFEorFCE(DependencyObject d, method FindFEF (line 2360) | internal static FrameworkElementFactory FindFEF(FrameworkElementFactor... method ExecuteEventTriggerActionsOnContainer (line 2385) | private static void ExecuteEventTriggerActionsOnContainer (object send... method ExecuteEventTriggerActionsOnChild (line 2440) | private static void ExecuteEventTriggerActionsOnChild (object sender, ... method InvokeEventTriggerActions (line 2489) | private static void InvokeEventTriggerActions( method GetChildValue (line 2548) | internal static object GetChildValue( method GetChildValueHelper (line 2600) | private static object GetChildValueHelper( method GetDataTriggerValue (line 2851) | internal static object GetDataTriggerValue( method GetInstanceValue (line 2893) | internal static object GetInstanceValue( method CheckForCyclicReferencesInStyleAndTemplateTriggers (line 3011) | internal static void CheckForCyclicReferencesInStyleAndTemplateTriggers( method CheckForCyclicReferencesInStyleAndTemplateTriggers (line 3026) | private static void CheckForCyclicReferencesInStyleAndTemplateTriggers( method ShouldGetValueFromStyle (line 3086) | internal static bool ShouldGetValueFromStyle (DependencyProperty dp) method ShouldGetValueFromThemeStyle (line 3098) | internal static bool ShouldGetValueFromThemeStyle (DependencyProperty dp) method ShouldGetValueFromTemplate (line 3112) | internal static bool ShouldGetValueFromTemplate( method DoStyleInvalidations (line 3136) | internal static void DoStyleInvalidations( method DoThemeStyleInvalidations (line 3217) | internal static void DoThemeStyleInvalidations( method DoTemplateInvalidations (line 3292) | internal static void DoTemplateInvalidations( method DoStyleResourcesInvalidations (line 3433) | internal static void DoStyleResourcesInvalidations( method DoTemplateResourcesInvalidations (line 3474) | internal static void DoTemplateResourcesInvalidations( method SetShouldLookupImplicitStyles (line 3516) | private static void SetShouldLookupImplicitStyles(FrameworkObject fo, ... method GetResourceDictionariesFromStyle (line 3534) | private static List GetResourceDictionariesFromSty... method GetResourceDictionaryFromTemplate (line 3559) | private static List GetResourceDictionaryFromTempl... method UpdateLoadedFlag (line 3586) | internal static void UpdateLoadedFlag( DependencyObject d, method UpdateLoadedFlag (line 3603) | internal static void UpdateLoadedFlag( DependencyObject d, method InvalidateContainerDependents (line 3629) | internal static void InvalidateContainerDependents( method ApplyTemplatedParentValue (line 3671) | internal static void ApplyTemplatedParentValue( method IsValueDynamic (line 3708) | internal static bool IsValueDynamic( method GetValueFromTemplatedParent (line 3747) | internal static bool GetValueFromTemplatedParent( method ApplyStyleOrTemplateValue (line 3823) | internal static void ApplyStyleOrTemplateValue( method GetValueFromStyleOrTemplate (line 3846) | internal static bool GetValueFromStyleOrTemplate( method SortResourceDependents (line 3998) | internal static void SortResourceDependents( method InvalidateResourceDependents (line 4049) | internal static void InvalidateResourceDependents( method InvalidateResourceDependentsForChild (line 4118) | internal static void InvalidateResourceDependentsForChild( method HasResourceDependentsForChild (line 4160) | internal static bool HasResourceDependentsForChild( method InvalidatePropertiesOnTemplateNode (line 4181) | internal static void InvalidatePropertiesOnTemplateNode( method IsSetOnContainer (line 4267) | internal static bool IsSetOnContainer( method OnTriggerSourcePropertyInvalidated (line 4287) | internal static void OnTriggerSourcePropertyInvalidated( method InvalidateDependents (line 4361) | private static void InvalidateDependents( method InvokeDataTriggerActions (line 4421) | private static void InvokeDataTriggerActions( TriggerBase triggerBase, method InvokePropertyTriggerActions (line 4458) | private static void InvokePropertyTriggerActions( TriggerBase triggerB... method ExecuteOnApplyEnterExitActions (line 4495) | private static void ExecuteOnApplyEnterExitActions( FrameworkElement fe, method ExecuteOnApplyEnterExitActions (line 4524) | private static void ExecuteOnApplyEnterExitActions( FrameworkElement f... method ExecuteOnApplyEnterExitActionsLoop (line 4550) | private static void ExecuteOnApplyEnterExitActionsLoop( DependencyObje... method NoSourceNameInTrigger (line 4598) | private static bool NoSourceNameInTrigger( TriggerBase triggerBase ) method InvokeEnterOrExitActions (line 4637) | private static void InvokeEnterOrExitActions( TriggerBase triggerBase, method InvokeActions (line 4667) | private static void InvokeActions( TriggerActionCollection actions, method CanInvokeActionsNow (line 4696) | private static bool CanInvokeActionsNow( DependencyObject container, method DeferActions (line 4743) | private static void DeferActions( TriggerBase triggerBase, method InvokeDeferredActions (line 4786) | internal static void InvokeDeferredActions( DependencyObject triggerCo... method InvokeActions (line 4811) | internal static void InvokeActions( TriggerBase triggerBase, method EvaluateOldNewStates (line 4829) | private static void EvaluateOldNewStates( Trigger trigger, method EvaluateOldNewStates (line 4873) | private static void EvaluateOldNewStates( DataTrigger dataTrigger, method EvaluateOldNewStates (line 4896) | private static void EvaluateOldNewStates( MultiTrigger multiTrigger, method EvaluateOldNewStates (line 4968) | private static void EvaluateOldNewStates( MultiDataTrigger multiDataTr... method AddPropertyTriggerWithAction (line 5027) | internal static void AddPropertyTriggerWithAction(TriggerBase triggerB... method AddDataTriggerWithAction (line 5066) | internal static void AddDataTriggerWithAction(TriggerBase triggerBase, method OnBindingValueInStyleChanged (line 5115) | private static void OnBindingValueInStyleChanged(object sender, Bindin... method OnBindingValueInTemplateChanged (line 5152) | private static void OnBindingValueInTemplateChanged(object sender, Bin... method OnBindingValueInThemeStyleChanged (line 5195) | private static void OnBindingValueInThemeStyleChanged(object sender, B... method InvokeApplicableDataTriggerActions (line 5231) | private static void InvokeApplicableDataTriggerActions( method CreateChildIndexFromChildName (line 5298) | internal static int CreateChildIndexFromChildName( method QueryChildIndexFromChildName (line 5344) | internal static int QueryChildIndexFromChildName( method FindNameInTemplateContent (line 5373) | internal static Object FindNameInTemplateContent( method GetChild (line 5411) | internal static DependencyObject GetChild(DependencyObject container, ... method GetChild (line 5420) | internal static DependencyObject GetChild(List style... method RegisterAlternateExpressionStorage (line 5456) | internal static void RegisterAlternateExpressionStorage() method GetExpressionCore (line 5467) | private static Expression GetExpressionCore( method GetExpression (line 5493) | internal static Expression GetExpression( method GetChildRoutedEventHandlers (line 5541) | internal static RoutedEventHandlerInfo[] GetChildRoutedEventHandlers( method IsStylingLogicalTree (line 5584) | internal static bool IsStylingLogicalTree(DependencyProperty dp, objec... type PropertyValueType (line 5687) | internal enum PropertyValueType : int type PropertyValue (line 5702) | internal struct PropertyValue type ValueLookupType (line 5732) | internal enum ValueLookupType : int type ChildValueLookup (line 5748) | internal struct ChildValueLookup method Equals (line 5757) | public override bool Equals( object value ) method GetHashCode (line 5798) | public override int GetHashCode() type TriggerCondition (line 5820) | internal struct TriggerCondition method TriggerCondition (line 5824) | internal TriggerCondition(DependencyProperty dp, LogicalOp logicalOp, ... method TriggerCondition (line 5835) | internal TriggerCondition(BindingBase binding, LogicalOp logicalOp, ob... method TriggerCondition (line 5841) | internal TriggerCondition(BindingBase binding, LogicalOp logicalOp, ob... method Match (line 5853) | internal bool Match(object state) method Match (line 5858) | private bool Match(object state, object referenceValue) method ConvertAndMatch (line 5872) | internal bool ConvertAndMatch(object state) method TypeSpecificEquals (line 5931) | internal bool TypeSpecificEquals( TriggerCondition value ) class BindingValueCache (line 5959) | internal class BindingValueCache method BindingValueCache (line 5961) | internal BindingValueCache(Type bindingValueType, object valueAsBindin... type LogicalOp (line 5975) | internal enum LogicalOp type ContainerDependent (line 5986) | internal struct ContainerDependent type ChildEventDependent (line 5996) | internal struct ChildEventDependent type ChildPropertyDependent (line 6009) | internal struct ChildPropertyDependent type DeferredAction (line 6022) | internal struct DeferredAction class DataTriggerRecord (line 6032) | internal class DataTriggerRecord type TriggerSourceRecord (line 6049) | internal struct TriggerSourceRecord type ChildRecord (line 6058) | internal struct ChildRecord type VerificationState (line 6071) | internal enum VerificationState type InstanceStyleData (line 6084) | internal enum InstanceStyleData class InstanceValueKey (line 6096) | internal class InstanceValueKey method InstanceValueKey (line 6100) | internal InstanceValueKey(int childIndex, int dpIndex, int index) method Equals (line 6109) | public override bool Equals(object o) method GetHashCode (line 6118) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/StyleTypedPropertyAttribute.cs class StyleTypedPropertyAttribute (line 10) | [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] method StyleTypedPropertyAttribute (line 16) | public StyleTypedPropertyAttribute() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/SystemColors.cs class SystemColors (line 14) | public static class SystemColors method CreateInstance (line 427) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method InvalidateCache (line 2197) | internal static bool InvalidateCache() method Encode (line 2214) | private static int Encode(int alpha, int red, int green, int blue) method FromWin32Value (line 2219) | private static int FromWin32Value(int value) method GetSystemColor (line 2232) | private static Color GetSystemColor(CacheSlot slot) method GetAccentColor (line 2258) | private static Color GetAccentColor(CacheSlot slot) method MakeBrush (line 2305) | private static SolidColorBrush MakeBrush(CacheSlot slot) method MakeAccentBrush (line 2328) | private static SolidColorBrush MakeAccentBrush(CacheSlot slot) method SlotToFlag (line 2350) | private static int SlotToFlag(CacheSlot slot) type CacheSlot (line 2421) | private enum CacheSlot : int FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/SystemCommands.cs class SystemCommands (line 11) | public static class SystemCommands method SystemCommands (line 19) | static SystemCommands() method _PostSystemCommand (line 28) | private static void _PostSystemCommand(Window window, SC command) method CloseWindow (line 39) | public static void CloseWindow(Window window) method MaximizeWindow (line 45) | public static void MaximizeWindow(Window window) method MinimizeWindow (line 51) | public static void MinimizeWindow(Window window) method RestoreWindow (line 57) | public static void RestoreWindow(Window window) method ShowSystemMenu (line 65) | public static void ShowSystemMenu(Window window, Point screenLocation) method ShowSystemMenuPhysicalCoordinates (line 72) | internal static void ShowSystemMenuPhysicalCoordinates(Window window, ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/SystemFonts.cs class SystemFonts (line 11) | public static class SystemFonts method CopyTextDecorationCollection (line 504) | private static void CopyTextDecorationCollection(TextDecorationCollect... method CreateInstance (line 516) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method ConvertFontHeight (line 1011) | private static double ConvertFontHeight(int height) method InvalidateIconMetrics (line 1028) | internal static void InvalidateIconMetrics() method InvalidateNonClientMetrics (line 1034) | internal static void InvalidateNonClientMetrics() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/SystemKeyConverter.cs class SystemKeyConverter (line 23) | internal class SystemKeyConverter : TypeConverter method CanConvertFrom (line 37) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 56) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 84) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 107) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... method GetSystemClassType (line 161) | internal static Type GetSystemClassType(SystemResourceKeyID id) method GetSystemClassName (line 202) | internal static string GetSystemClassName(SystemResourceKeyID id) method GetSystemKeyName (line 243) | internal static string GetSystemKeyName(SystemResourceKeyID id) method GetSystemPropertyName (line 269) | internal static string GetSystemPropertyName(SystemResourceKeyID id) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/SystemParameters.cs type PowerLineStatus (line 19) | public enum PowerLineStatus class SystemParameters (line 66) | public static class SystemParameters method OnPropertiesChanged (line 70) | private static void OnPropertiesChanged(params ReadOnlySpan pr... method InvalidateProperty (line 82) | private static bool InvalidateProperty(int slot, string name) method CreateInstance (line 219) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method InvalidateCache (line 5001) | internal static void InvalidateCache() method InvalidateDeviceDependentCache (line 5054) | internal static bool InvalidateDeviceDependentCache() method InvalidateDisplayDependentCache (line 5070) | internal static bool InvalidateDisplayDependentCache() method InvalidatePowerDependentCache (line 5129) | internal static bool InvalidatePowerDependentCache() method InvalidateCache (line 5142) | internal static bool InvalidateCache(int param) method InvalidateIsGlassEnabled (line 5455) | internal static bool InvalidateIsGlassEnabled() method InvalidateDerivedThemeRelatedProperties (line 5462) | internal static void InvalidateDerivedThemeRelatedProperties() method InvalidateWindowGlassColorizationProperties (line 5469) | internal static void InvalidateWindowGlassColorizationProperties() method InvalidateWindowFrameThicknessProperties (line 5477) | internal static void InvalidateWindowFrameThicknessProperties() method ConvertPixel (line 5785) | internal static double ConvertPixel(int pixel) type CacheSlot (line 5797) | private enum CacheSlot : int FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/SystemResourceHost.cs class SystemResourceHost (line 11) | internal sealed class SystemResourceHost method SystemResourceHost (line 14) | private SystemResourceHost() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/SystemResourceKey.cs type SystemResourceKeyID (line 24) | internal enum SystemResourceKeyID class SystemResourceKey (line 307) | [TypeConverter(typeof(System.Windows.Markup.SystemKeyConverter))] method GetSystemResourceKeyIdFromBamlId (line 350) | internal static short GetSystemResourceKeyIdFromBamlId(short bamlId, o... method GetBamlIdBasedOnSystemResourceKeyId (line 376) | internal static short GetBamlIdBasedOnSystemResourceKeyId(Type targetT... method GetResourceKey (line 1136) | internal static ResourceKey GetResourceKey(short id) method GetSystemResourceKey (line 1867) | internal static ResourceKey GetSystemResourceKey(string keyName) method GetResource (line 1935) | internal static object GetResource(short id) method SystemResourceKey (line 1954) | internal SystemResourceKey(SystemResourceKeyID id) method Equals (line 1989) | public override bool Equals(object o) method GetHashCode (line 2004) | public override int GetHashCode() method ToString (line 2013) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/SystemResources.cs class SystemResources (line 38) | internal static class SystemResources method FindThemeStyle (line 53) | internal static object FindThemeStyle(DependencyObjectType key) method FindResourceInternal (line 98) | internal static object FindResourceInternal(object key) method FindResourceInternal (line 104) | internal static object FindResourceInternal(object key, bool allowDefe... method CacheResource (line 265) | internal static void CacheResource(object key, object resource, bool i... method FindCachedResource (line 294) | private static bool FindCachedResource(object key, ref object resource... method FindDictionaryResource (line 339) | private static object FindDictionaryResource( method LookupResourceInDictionary (line 404) | private static object LookupResourceInDictionary( method Freeze (line 430) | private static void Freeze(object resource) method EnsureDictionarySlot (line 454) | private static ResourceDictionaries EnsureDictionarySlot(Assembly asse... method IgnoreAssembly (line 477) | private static bool IgnoreAssembly(Assembly assembly) class ResourceDictionaries (line 537) | internal class ResourceDictionaries method ResourceDictionaries (line 543) | internal ResourceDictionaries(Assembly assembly) method ClearThemedDictionary (line 577) | internal void ClearThemedDictionary() method LoadThemedDictionary (line 597) | internal ResourceDictionary LoadThemedDictionary(bool isTraceEnabled) method LoadGenericDictionary (line 686) | internal ResourceDictionary LoadGenericDictionary(bool isTraceEnabled) method LoadDictionaryLocations (line 742) | private void LoadDictionaryLocations() method LoadExternalAssembly (line 764) | private void LoadExternalAssembly(bool classic, bool generic, out As... method LoadDictionary (line 891) | private ResourceDictionary LoadDictionary(Assembly assembly, string ... method OnThemeChanged (line 971) | internal static void OnThemeChanged() method EnsureResourceChangeListener (line 1019) | private static void EnsureResourceChangeListener() method EnsureResourceChangeListener (line 1046) | private static bool EnsureResourceChangeListener(DpiUtil.HwndDpiInfo h... method CreateResourceChangeListenerWindow (line 1086) | private static DpiUtil.HwndDpiInfo CreateResourceChangeListenerWindow(... method OnShutdownFinished (line 1130) | private static void OnShutdownFinished(object sender, EventArgs args) method GetDpiScaleForUnawareOrSystemAwareContext (line 1154) | private static DpiScale2 GetDpiScaleForUnawareOrSystemAwareContext(Dpi... method OnThemeChanged (line 1173) | private static void OnThemeChanged() method OnSystemValueChanged (line 1198) | private static void OnSystemValueChanged() method InvalidateTreeResources (line 1227) | private static object InvalidateTreeResources(Object args) method InvalidateTabletDevices (line 1274) | private static void InvalidateTabletDevices(WindowMessage msg, IntPtr ... method InvalidateResources (line 1298) | private static void InvalidateResources(bool isSysColorsOrSettingsChange) method SystemThemeFilterMessage (line 1316) | private static IntPtr SystemThemeFilterMessage(IntPtr hwnd, int msg, I... method ClearBitArray (line 1427) | internal static bool ClearBitArray(BitArray cacheValid) method ClearSlot (line 1442) | internal static bool ClearSlot(BitArray cacheValid, int slot) method GetDpiAwarenessCompatibleNotificationWindow (line 1618) | internal static HwndWrapper GetDpiAwarenessCompatibleNotificationWindo... method DelayHwndShutdown (line 1643) | internal static void DelayHwndShutdown() class DeferredResourceReference (line 1699) | [DebuggerDisplay("{Key}")] method DeferredResourceReference (line 1704) | internal DeferredResourceReference(ResourceDictionary dictionary, obje... method GetValue (line 1715) | internal override object GetValue(BaseValueSourceInternal valueSource) method OnInflated (line 1756) | private void OnInflated() method GetValueType (line 1768) | internal override Type GetValueType() method RemoveFromDictionary (line 1783) | internal virtual void RemoveFromDictionary() method AddInflatedListener (line 1789) | internal void AddInflatedListener(ResourceReferenceExpression listener) method RemoveInflatedListener (line 1798) | internal void RemoveInflatedListener(ResourceReferenceExpression liste... class DeferredAppResourceReference (line 1842) | internal sealed class DeferredAppResourceReference : DeferredResourceRef... method DeferredAppResourceReference (line 1846) | internal DeferredAppResourceReference(ResourceDictionary dictionary, o... method GetValue (line 1855) | internal override object GetValue(BaseValueSourceInternal valueSource) method GetValueType (line 1864) | internal override Type GetValueType() class DeferredThemeResourceReference (line 1875) | internal sealed class DeferredThemeResourceReference : DeferredResourceR... method DeferredThemeResourceReference (line 1879) | internal DeferredThemeResourceReference(ResourceDictionary dictionary,... method GetValue (line 1889) | internal override object GetValue(BaseValueSourceInternal valueSource) method GetValueType (line 1933) | internal override Type GetValueType() method RemoveFromDictionary (line 1942) | internal override void RemoveFromDictionary() class DeferredResourceReferenceHolder (line 1957) | internal sealed class DeferredResourceReferenceHolder : DeferredResource... method DeferredResourceReferenceHolder (line 1961) | internal DeferredResourceReferenceHolder(object resourceKey, object va... method GetValue (line 1972) | internal override object GetValue(BaseValueSourceInternal valueSource) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/SystemThemeKey.cs class SystemThemeKey (line 16) | [TypeConverter(typeof(System.Windows.Markup.SystemKeyConverter))] method SystemThemeKey (line 23) | internal SystemThemeKey(SystemResourceKeyID id) method Equals (line 52) | public override bool Equals(object o) method GetHashCode (line 67) | public override int GetHashCode() method ToString (line 76) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TemplateBindingExpression.cs class TemplateBindingExpression (line 24) | [TypeConverter(typeof(TemplateBindingExpressionConverter))] method TemplateBindingExpression (line 29) | internal TemplateBindingExpression( TemplateBindingExtension templateB... method GetValue (line 50) | internal override object GetValue(DependencyObject d, DependencyProper... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TemplateBindingExpressionConverter.cs class TemplateBindingExpressionConverter (line 22) | public class TemplateBindingExpressionConverter: TypeConverter method CanConvertTo (line 27) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertTo (line 39) | public override object ConvertTo(ITypeDescriptorContext context, Syste... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TemplateBindingExtension.cs class TemplateBindingExtension (line 22) | [TypeConverter(typeof(TemplateBindingExtensionConverter))] method TemplateBindingExtension (line 29) | public TemplateBindingExtension() method TemplateBindingExtension (line 36) | public TemplateBindingExtension( method ProvideValue (line 53) | public override object ProvideValue(IServiceProvider serviceProvider) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TemplateBindingExtensionConverter.cs class TemplateBindingExtensionConverter (line 22) | public class TemplateBindingExtensionConverter : TypeConverter method CanConvertTo (line 30) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertTo (line 42) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TemplateContent.cs class TemplateContent (line 23) | [XamlDeferLoad(typeof(TemplateContentLoader), typeof(FrameworkElement))] class Frame (line 26) | internal class Frame : XamlFrame method Frame (line 31) | public Frame() { } method Reset (line 63) | public override void Reset() method ToString (line 98) | public override string ToString() class StackOfFrames (line 108) | internal class StackOfFrames : XamlContextStack method StackOfFrames (line 110) | public StackOfFrames() : base(()=>new Frame()) { } method Push (line 112) | public void Push(System.Xaml.XamlType xamlType, string name) method AddNamespace (line 137) | public void AddNamespace(System.Xaml.NamespaceDeclaration nsd) method TemplateContent (line 188) | internal TemplateContent(System.Xaml.XamlReader xamlReader, IXamlObjec... method Initialize (line 202) | private void Initialize(IServiceProvider context) method ParseXaml (line 230) | internal void ParseXaml() method PlayXaml (line 288) | internal System.Xaml.XamlReader PlayXaml() method ResetTemplateLoadData (line 294) | internal void ResetTemplateLoadData() method UpdateSharedPropertyNames (line 307) | private void UpdateSharedPropertyNames(string name, List IXamlNamespaceResolver.GetNamespac... method OnComponentChanged (line 1498) | void ITypeDescriptorContext.OnComponentChanged() method OnComponentChanging (line 1502) | bool ITypeDescriptorContext.OnComponentChanging() method SetData (line 1514) | public void SetData(Object targetObject, Object targetProperty) method Clear (line 1519) | public void Clear() class TemplateLoadData (line 1531) | internal class TemplateLoadData method TemplateLoadData (line 1533) | internal TemplateLoadData() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TemplateContentLoader.cs class TemplateContentLoader (line 8) | public class TemplateContentLoader : XamlDeferringLoader method Load (line 10) | public override object Load(XamlReader xamlReader, IServiceProvider se... method RequireService (line 19) | private static T RequireService(IServiceProvider provider) where T ... method Save (line 29) | public override XamlReader Save(object value, IServiceProvider service... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TemplateKey.cs class TemplateKey (line 16) | [TypeConverter(typeof(TemplateKeyConverter))] method TemplateKey (line 20) | protected TemplateKey(TemplateType templateType) method TemplateKey (line 27) | protected TemplateKey(TemplateType templateType, object dataType) method BeginInit (line 40) | void ISupportInitialize.BeginInit() method EndInit (line 46) | void ISupportInitialize.EndInit() method GetHashCode (line 82) | public override int GetHashCode() method Equals (line 103) | public override bool Equals(object o) method ToString (line 115) | public override string ToString() type TemplateType (line 141) | protected enum TemplateType method ValidateDataType (line 153) | internal static Exception ValidateDataType(object dataType, string arg... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TemplateNameScope.cs class TemplateNameScope (line 32) | internal class TemplateNameScope : INameScope method TemplateNameScope (line 39) | internal TemplateNameScope(DependencyObject templatedParent) method TemplateNameScope (line 45) | internal TemplateNameScope( method RegisterName (line 72) | void INameScope.RegisterName(string name, object scopedElement) method RegisterNameInternal (line 82) | internal void RegisterNameInternal(string name, object scopedElement) method UnregisterName (line 196) | void INameScope.UnregisterName(string name) method FindName (line 204) | object INameScope.FindName(string name) method SetTemplateParentValues (line 244) | private void SetTemplateParentValues( string name, object element ) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TemplatePartAttribute.cs class TemplatePartAttribute (line 13) | [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] method TemplatePartAttribute (line 19) | public TemplatePartAttribute() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TemplateVisualStateAttribute.cs class TemplateVisualStateAttribute (line 10) | [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TextPanelProperties.cs type LineStackingStrategy (line 16) | public enum LineStackingStrategy type ColumnSpaceDistribution (line 48) | public enum ColumnSpaceDistribution type FigureVerticalAnchor (line 71) | public enum FigureVerticalAnchor type FigureHorizontalAnchor (line 125) | public enum FigureHorizontalAnchor type WrapDirection (line 185) | public enum WrapDirection FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeDictionaryExtension.cs class ThemeDictionaryExtension (line 16) | [MarkupExtensionReturnType(typeof(Uri))] method ThemeDictionaryExtension (line 24) | public ThemeDictionaryExtension() method ThemeDictionaryExtension (line 31) | public ThemeDictionaryExtension(string assemblyName) method ProvideValue (line 64) | public override object ProvideValue(IServiceProvider serviceProvider) method GenerateUri (line 97) | private static Uri GenerateUri(string assemblyName, string resourceNam... method GenerateFallbackUri (line 118) | internal static Uri GenerateFallbackUri(ResourceDictionary dictionary,... class ThemeDictionaryInfo (line 173) | private class ThemeDictionaryInfo method Register (line 185) | private static void Register(ResourceDictionary dictionary, string ass... method OnThemeChanged (line 226) | internal static void OnThemeChanged() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeInfoAttribute.cs class ThemeInfoAttribute (line 12) | [AttributeUsage(AttributeTargets.Assembly)] method ThemeInfoAttribute (line 20) | public ThemeInfoAttribute(ResourceDictionaryLocation themeDictionaryLo... method FromAssembly (line 48) | internal static ThemeInfoAttribute FromAssembly(Assembly assembly) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager.cs class ThemeManager (line 10) | internal static class ThemeManager method OnSystemThemeChanged (line 14) | internal static void OnSystemThemeChanged() method OnApplicationThemeChanged (line 71) | internal static void OnApplicationThemeChanged(ThemeMode oldThemeMode,... method OnWindowThemeChanged (line 107) | internal static void OnWindowThemeChanged(Window window, ThemeMode old... method SyncApplicationThemeMode (line 121) | internal static bool SyncApplicationThemeMode() method SyncWindowThemeMode (line 134) | internal static void SyncWindowThemeMode(Window window) method ApplyStyleOnWindow (line 144) | internal static void ApplyStyleOnWindow(Window window) method IsValidThemeMode (line 163) | internal static bool IsValidThemeMode(ThemeMode themeMode) method GetThemeDictionary (line 171) | internal static ResourceDictionary GetThemeDictionary(ThemeMode themeM... method IsFluentThemeDictionaryIncluded (line 201) | internal static bool IsFluentThemeDictionaryIncluded() method RemoveFluentFromApplication (line 211) | private static void RemoveFluentFromApplication() method RemoveFluentFromWindow (line 232) | private static void RemoveFluentFromWindow(Window window) method ApplyFluentOnWindow (line 248) | private static void ApplyFluentOnWindow(Window window) method RemoveStyleFromWindow (line 263) | private static void RemoveStyleFromWindow(Window window) method ApplyStyleOnWindow (line 283) | private static void ApplyStyleOnWindow(Window window, bool useLightCol... method GetUseLightColors (line 341) | private static bool GetUseLightColors(ThemeMode themeMode) method GetThemeModeFromResourceDictionary (line 353) | private static ThemeMode GetThemeModeFromResourceDictionary(ResourceDi... method GetThemeModeFromSourceUri (line 370) | private static ThemeMode GetThemeModeFromSourceUri(Uri source) method AddOrUpdateThemeResources (line 390) | private static void AddOrUpdateThemeResources(ResourceDictionary rd, R... method LastIndexOfFluentThemeDictionary (line 413) | private static int LastIndexOfFluentThemeDictionary(ResourceDictionary... method FindAllFluentThemeResourceDictionaryIndices (line 433) | private static IEnumerable FindAllFluentThemeResourceDictionaryIn... method IsSystemThemeLight (line 454) | private static bool IsSystemThemeLight() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeMode.cs type ThemeMode (line 16) | [Experimental("WPF0001")] method ThemeMode (line 67) | public ThemeMode(string value) => _value = value; method Equals (line 76) | public bool Equals(ThemeMode other) => string.Equals(Value, other.Valu... method Equals (line 85) | public override bool Equals(object obj) => obj is ThemeMode other && E... method GetHashCode (line 91) | public override int GetHashCode() => _value != null ? StringComparer.O... method ToString (line 119) | public override string ToString() => Value; FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeModeConverter.cs class ThemeModeConverter (line 17) | [Experimental("WPF0001")] method CanConvertFrom (line 31) | public override bool CanConvertFrom(ITypeDescriptorContext typeDescrip... method CanConvertTo (line 44) | public override bool CanConvertTo(ITypeDescriptorContext typeDescripto... method ConvertFrom (line 62) | public override object ConvertFrom(ITypeDescriptorContext typeDescript... method ConvertTo (line 90) | public override object ConvertTo(ITypeDescriptorContext typeDescriptor... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Thickness.cs type Thickness (line 18) | [TypeConverter(typeof(ThicknessConverter))] method Thickness (line 33) | public Thickness(double uniformLength) method Thickness (line 45) | public Thickness(double left, double top, double right, double bottom) method Equals (line 70) | public override bool Equals(object obj) method Equals (line 85) | public bool Equals(Thickness thickness) method GetHashCode (line 94) | public override int GetHashCode() method ToString (line 103) | public override string ToString() method ToString (line 112) | internal string ToString(CultureInfo cultureInfo) method IsValid (line 147) | internal bool IsValid(bool allowNegative, bool allowNaN, bool allowPos... method IsClose (line 187) | internal bool IsClose(Thickness thickness) method AreClose (line 203) | internal static bool AreClose(Thickness thickness0, Thickness thickness1) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThicknessConverter.cs class ThicknessConverter (line 23) | public class ThicknessConverter : TypeConverter method CanConvertFrom (line 35) | public override bool CanConvertFrom(ITypeDescriptorContext typeDescrip... method CanConvertTo (line 66) | public override bool CanConvertTo(ITypeDescriptorContext typeDescripto... method ConvertFrom (line 88) | public override object ConvertFrom(ITypeDescriptorContext typeDescript... method ConvertTo (line 118) | public override object ConvertTo(ITypeDescriptorContext typeDescriptor... method ToString (line 154) | internal static string ToString(Thickness th, CultureInfo cultureInfo) method FromString (line 186) | internal static Thickness FromString(string s, CultureInfo cultureInfo) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TreeChangeInfo.cs type TreeChangeInfo (line 22) | internal struct TreeChangeInfo method TreeChangeInfo (line 25) | public TreeChangeInfo(DependencyObject root, DependencyObject parent, ... method CreateParentInheritableProperties (line 47) | internal FrugalObjectList CreateParentInheritableP... method ResetInheritableValueIndexer (line 166) | internal void ResetInheritableValueIndexer() method GetRootInheritableValue (line 180) | internal InheritablePropertyChangeInfo GetRootInheritableValue(Depende... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TreeWalkHelper.cs class TreeWalkHelper (line 25) | internal static class TreeWalkHelper method InvalidateOnTreeChange (line 33) | internal static void InvalidateOnTreeChange( method OnAncestorChanged (line 161) | private static bool OnAncestorChanged( method OnAncestorChanged (line 179) | private static void OnAncestorChanged( method OnPostAncestorChanged (line 198) | private static bool OnPostAncestorChanged( method InvalidateTreeDependentProperties (line 229) | internal static FrugalObjectList InvalidateTreeDep... method InvalidateTreeDependentProperty (line 302) | private static bool InvalidateTreeDependentProperty( method InvalidateOnResourcesChange (line 448) | internal static void InvalidateOnResourcesChange( method OnResourcesChangedCallback (line 501) | private static bool OnResourcesChangedCallback( method OnResourcesChanged (line 517) | internal static void OnResourcesChanged( method InvalidateResourceReferences (line 680) | private static void InvalidateResourceReferences( method InvalidateStyleAndReferences (line 742) | private static void InvalidateStyleAndReferences( method InvalidateOnInheritablePropertyChange (line 901) | internal static void InvalidateOnInheritablePropertyChange( method OnInheritablePropertyChanged (line 936) | private static bool OnInheritablePropertyChanged( method OnInheritedPropertyChanged (line 1099) | internal static void OnInheritedPropertyChanged(DependencyObject d, method IsInheritanceNode (line 1117) | internal static bool IsInheritanceNode( method IsInheritanceNode (line 1169) | internal static bool IsInheritanceNode( method IsInheritanceNode (line 1200) | internal static bool IsInheritanceNode( method SkipNow (line 1231) | internal static bool SkipNow(InheritanceBehavior inheritanceBehavior) method SkipNext (line 1246) | internal static bool SkipNext(InheritanceBehavior inheritanceBehavior) method HasChildren (line 1265) | internal static bool HasChildren(FrameworkElement fe, FrameworkContent... method IsForceInheritedProperty (line 1280) | private static bool IsForceInheritedProperty(DependencyProperty dp) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Trigger.cs class Trigger (line 14) | [ContentProperty("Setters")] method AddChild (line 149) | void IAddChild.AddChild (Object value) method AddText (line 164) | void IAddChild.AddText (string text) method CheckChildIsSetter (line 173) | internal static Setter CheckChildIsSetter( object o ) method Seal (line 187) | internal sealed override void Seal() method GetCurrentState (line 230) | internal override bool GetCurrentState(DependencyObject container, Unc... method BeginInit (line 243) | void ISupportInitialize.BeginInit() method EndInit (line 247) | void ISupportInitialize.EndInit() method ReceiveTypeConverter (line 280) | public static void ReceiveTypeConverter(object targetObject, XamlSetTy... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TriggerAction.cs class TriggerAction (line 22) | public abstract class TriggerAction : DependencyObject method TriggerAction (line 28) | internal TriggerAction() method Invoke (line 41) | internal abstract void Invoke( FrameworkElement fe, method Invoke (line 56) | internal abstract void Invoke( FrameworkElement fe ); method Seal (line 83) | internal void Seal( TriggerBase containingTrigger ) method Seal (line 98) | internal override void Seal() method CheckSealed (line 110) | internal void CheckSealed() method AddInheritanceContext (line 126) | internal override void AddInheritanceContext(DependencyObject context,... method RemoveInheritanceContext (line 135) | internal override void RemoveInheritanceContext(DependencyObject conte... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TriggerActionCollection.cs class TriggerActionCollection (line 20) | public sealed class TriggerActionCollection : IList, IList method TriggerActionCollection (line 28) | public TriggerActionCollection() method TriggerActionCollection (line 36) | public TriggerActionCollection(int initialSize) method Clear (line 70) | public void Clear() method RemoveAt (line 85) | public void RemoveAt(int index) method Add (line 101) | public void Add(TriggerAction value) method Contains (line 112) | public bool Contains(TriggerAction value) method CopyTo (line 120) | public void CopyTo( TriggerAction[] array, int index ) method IndexOf (line 128) | public int IndexOf(TriggerAction value) method Insert (line 136) | public void Insert(int index, TriggerAction value) method Remove (line 147) | public bool Remove(TriggerAction value) method GetEnumerator (line 177) | [CLSCompliant(false)] method Add (line 187) | int IList.Add(object value) method Contains (line 195) | bool IList.Contains(object value) method IndexOf (line 200) | int IList.IndexOf(object value) method Insert (line 205) | void IList.Insert(int index, object value) method Remove (line 218) | void IList.Remove(object value) method CopyTo (line 235) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 256) | IEnumerator IEnumerable.GetEnumerator() method Seal (line 264) | internal void Seal(TriggerBase containingTrigger ) method CheckSealed (line 288) | private void CheckSealed() method VerifyIsTriggerAction (line 297) | private TriggerAction VerifyIsTriggerAction(object value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TriggerBase.cs class TriggerBase (line 32) | [Localizability(LocalizationCategory.None, Readability=Readability.Unrea... method TriggerBase (line 35) | internal TriggerBase() method ProcessParametersContainer (line 172) | internal void ProcessParametersContainer(DependencyProperty dp) method ProcessParametersVisualTreeChild (line 185) | internal string ProcessParametersVisualTreeChild(DependencyProperty dp... method AddToPropertyValues (line 206) | internal void AddToPropertyValues(string childName, DependencyProperty... method Seal (line 221) | internal override void Seal() method ProcessSettersCollection (line 260) | internal void ProcessSettersCollection(SetterBaseCollection setters) method AddInheritanceContext (line 314) | internal override void AddInheritanceContext(DependencyObject context,... method RemoveInheritanceContext (line 323) | internal override void RemoveInheritanceContext(DependencyObject conte... method EstablishLayer (line 347) | internal void EstablishLayer() method GetCurrentState (line 364) | internal virtual bool GetCurrentState(DependencyObject container, Unco... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/TriggerCollection.cs class TriggerCollection (line 20) | [Localizability(LocalizationCategory.None, Readability=Readability.Unrea... method TriggerCollection (line 25) | internal TriggerCollection() : this(null) method TriggerCollection (line 29) | internal TriggerCollection(FrameworkElement owner) : base() method ClearItems (line 42) | protected override void ClearItems() method InsertItem (line 52) | protected override void InsertItem(int index, TriggerBase item) method RemoveItem (line 63) | protected override void RemoveItem(int index) method SetItem (line 74) | protected override void SetItem(int index, TriggerBase item) method Seal (line 102) | internal void Seal() method CheckSealed (line 127) | private void CheckSealed() method TriggerBaseValidation (line 135) | private void TriggerBaseValidation(TriggerBase triggerBase) method OnAdd (line 142) | private void OnAdd( TriggerBase triggerBase ) method OnRemove (line 157) | private void OnRemove( TriggerBase triggerBase ) method OnClear (line 178) | private void OnClear() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/VisualState.cs class VisualState (line 13) | [ContentProperty("Storyboard")] FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/VisualStateChangedEventArgs.cs class VisualStateChangedEventArgs (line 12) | public sealed class VisualStateChangedEventArgs : EventArgs method VisualStateChangedEventArgs (line 14) | internal VisualStateChangedEventArgs(VisualState oldState, VisualState... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/VisualStateGroup.cs class VisualStateGroup (line 15) | [ContentProperty("States")] method GetState (line 69) | internal VisualState GetState(string stateName) method StartNewThenStopOld (line 96) | internal void StartNewThenStopOld(FrameworkElement element, params Rea... method RaiseCurrentStateChanging (line 132) | internal void RaiseCurrentStateChanging(FrameworkElement stateGroupsRo... method RaiseCurrentStateChanged (line 140) | internal void RaiseCurrentStateChanged(FrameworkElement stateGroupsRoo... FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/VisualStateManager.cs class VisualStateManager (line 16) | public class VisualStateManager : DependencyObject method GoToStateCommon (line 26) | private static bool GoToStateCommon(FrameworkElement control, Framewor... method GoToState (line 68) | public static bool GoToState(FrameworkElement control, string stateNam... method GoToElementState (line 84) | public static bool GoToElementState(FrameworkElement stateGroupsRoot, ... method GoToStateCore (line 94) | protected virtual bool GoToStateCore(FrameworkElement control, Framewo... method GetCustomVisualStateManager (line 108) | public static VisualStateManager GetCustomVisualStateManager(Framework... method SetCustomVisualStateManager (line 115) | public static void SetCustomVisualStateManager(FrameworkElement obj, V... method GetVisualStateGroupsInternal (line 139) | internal static Collection GetVisualStateGroupsInter... method GetVisualStateGroups (line 154) | [System.ComponentModel.DesignerSerializationVisibility(System.Componen... method TryGetState (line 166) | internal static bool TryGetState(IList groups, strin... method GoToStateInternal (line 185) | private static bool GoToStateInternal(FrameworkElement control, Framew... method ShouldRunStateStoryboard (line 297) | private static bool ShouldRunStateStoryboard(FrameworkElement control,... method RaiseCurrentStateChanging (line 326) | protected void RaiseCurrentStateChanging(VisualStateGroup stateGroup, ... method RaiseCurrentStateChanged (line 339) | protected void RaiseCurrentStateChanged(VisualStateGroup stateGroup, V... method GenerateDynamicTransitionAnimations (line 356) | private static Storyboard GenerateDynamicTransitionAnimations(Framewor... method GenerateFromAnimation (line 420) | private static Timeline GenerateFromAnimation(FrameworkElement root, T... method GenerateToAnimation (line 447) | private static Timeline GenerateToAnimation(FrameworkElement root, Tim... method CopyStoryboardTargetProperties (line 486) | private static void CopyStoryboardTargetProperties(FrameworkElement ro... method GetTransition (line 527) | internal static VisualTransition GetTransition(FrameworkElement elemen... method GetTargetColor (line 589) | private static Color? GetTargetColor(Timeline timeline, bool isEntering) method GetTargetDouble (line 612) | private static double? GetTargetDouble(Timeline timeline, bool isEnter... method GetTargetPoint (line 635) | private static Point? GetTargetPoint(Timeline timeline, bool isEntering) method FlattenTimelines (line 665) | private static Dictionary FlattenTimeline... method FlattenTimelines (line 674) | private static Dictionary FlattenTimeline... method FlattenTimelines (line 686) | private static void FlattenTimelines(Storyboard storyboard, Dictionary... type TimelineDataToken (line 709) | private struct TimelineDataToken : IEquatable method TimelineDataToken (line 711) | public TimelineDataToken(Timeline timeline) method Equals (line 718) | public bool Equals(TimelineDataToken other) method GetHashCode (line 755) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/VisualTransition.cs class VisualTransition (line 14) | [ContentProperty("Storyboard")] method VisualTransition (line 17) | public VisualTransition() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Window.cs class Window (line 30) | [Localizability(LocalizationCategory.Ignore)] method Window (line 43) | static Window() method Window (line 108) | public Window() method Window (line 129) | internal Window(bool inRbw):base() method Show (line 157) | public void Show() method Hide (line 179) | public void Hide() method Close (line 211) | public void Close() method DragMove (line 228) | public void DragMove() method ShowDialog (line 268) | public Nullable ShowDialog() method Activate (line 483) | public bool Activate() method GetWindow (line 522) | public static Window GetWindow(DependencyObject dependencyObject) method OnTaskbarItemInfoChanged (line 645) | private void OnTaskbarItemInfoChanged(DependencyPropertyChangedEventAr... method HandleTaskbarListError (line 664) | private void HandleTaskbarListError(HRESULT hr) method OnTaskbarItemInfoSubPropertyChanged (line 707) | private void OnTaskbarItemInfoSubPropertyChanged(object sender, Depend... method OnAllowsTransparencyChanged (line 784) | private static void OnAllowsTransparencyChanged(DependencyObject d, De... method CoerceAllowsTransparency (line 788) | private static object CoerceAllowsTransparency(DependencyObject d, obj... method CoerceWindowStyle (line 1430) | private static object CoerceWindowStyle(DependencyObject d, object value) method OnCreateAutomationPeer (line 1737) | protected override AutomationPeer OnCreateAutomationPeer() method OnDpiChanged (line 1745) | protected override void OnDpiChanged(DpiScale oldDpi, DpiScale newDpi) method OnVisualParentChanged (line 1754) | protected internal sealed override void OnVisualParentChanged(Dependen... method MeasureOverride (line 1788) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 1828) | protected override Size ArrangeOverride(Size arrangeBounds) method OnContentChanged (line 1899) | protected override void OnContentChanged(object oldContent, object new... method OnSourceInitialized (line 1947) | protected virtual void OnSourceInitialized(EventArgs e) method OnActivated (line 1969) | protected virtual void OnActivated(EventArgs e) method OnDeactivated (line 1986) | protected virtual void OnDeactivated(EventArgs e) method OnStateChanged (line 2003) | protected virtual void OnStateChanged(EventArgs e) method OnLocationChanged (line 2020) | protected virtual void OnLocationChanged(EventArgs e) method OnClosing (line 2038) | protected virtual void OnClosing(CancelEventArgs e) method OnClosed (line 2055) | protected virtual void OnClosed(EventArgs e) method OnContentRendered (line 2066) | protected virtual void OnContentRendered(EventArgs e) method OnVisualChildrenChanged (line 2096) | protected internal override void OnVisualChildrenChanged(DependencyObj... method DeviceToLogicalUnits (line 2112) | internal Point DeviceToLogicalUnits(Point ptDeviceUnits) method LogicalToDeviceUnits (line 2119) | internal Point LogicalToDeviceUnits(Point ptLogicalUnits) method AddFluentDictionary (line 2126) | internal void AddFluentDictionary(ResourceDictionary value, out bool i... method VisibilityToBool (line 2142) | internal static bool VisibilityToBool(Visibility v) method SetResizeGripControl (line 2163) | internal virtual void SetResizeGripControl(Control ctrl) method ClearResizeGripControl (line 2168) | internal virtual void ClearResizeGripControl(Control oldCtrl) method TryClearingMainWindow (line 2176) | internal virtual void TryClearingMainWindow() method InternalClose (line 2191) | internal void InternalClose(bool shutdown, bool ignoreCancel) method CloseWindowBeforeShow (line 2252) | private void CloseWindowBeforeShow() method InternalDispose (line 2332) | private void InternalDispose() method OnAncestorChanged (line 2386) | internal override void OnAncestorChanged() method CreateAllStyle (line 2398) | internal virtual void CreateAllStyle() method CreateSourceWindowDuringShow (line 2431) | internal virtual void CreateSourceWindowDuringShow() method CreateSourceWindow (line 2464) | internal void CreateSourceWindow(bool duringShow) method SetImmersiveDarkMode (line 2594) | internal void SetImmersiveDarkMode(bool useDarkMode) method CreateHwndSourceParameters (line 2611) | internal virtual HwndSourceParameters CreateHwndSourceParameters() method OnSourceSizeToContentChanged (line 2625) | private void OnSourceSizeToContentChanged(object sender, EventArgs args) method CorrectStyleForBorderlessWindowCase (line 2630) | internal virtual void CorrectStyleForBorderlessWindowCase() method GetRequestedDimensions (line 2651) | internal virtual void GetRequestedDimensions(ref double requestedLeft,... method SetupInitialState (line 2659) | internal virtual void SetupInitialState(double requestedTop, double re... method SetRootVisual (line 2864) | internal void SetRootVisual() method SetRootVisualAndUpdateSTC (line 2884) | internal void SetRootVisualAndUpdateSTC() method CreateWindowStyle (line 2949) | private void CreateWindowStyle() method UpdateTitle (line 2995) | internal virtual void UpdateTitle(string title) method UpdateHwndSizeOnWidthHeightChange (line 3005) | private void UpdateHwndSizeOnWidthHeightChange(double widthLogicalUnit... method HandleActivate (line 3024) | internal void HandleActivate(bool windowActivated) method UpdateHeight (line 3053) | internal virtual void UpdateHeight(double newHeight) method UpdateWidth (line 3072) | internal virtual void UpdateWidth(double newWidth) method VerifyApiSupported (line 3092) | internal virtual void VerifyApiSupported() method OnBackdropTypeChanged (line 3128) | private static void OnBackdropTypeChanged(DependencyObject d, Dependen... type WindowMinMax (line 3341) | internal struct WindowMinMax method WindowMinMax (line 3348) | internal WindowMinMax(double minSize, double maxSize) method MeasureOverrideHelper (line 3364) | private Size MeasureOverrideHelper(Size constraint) method GetWindowMinMax (line 3439) | internal virtual WindowMinMax GetWindowMinMax() method LoadedHandler (line 3506) | private void LoadedHandler(object sender, RoutedEventArgs e) method PostContentRendered (line 3517) | private void PostContentRendered() method EnsureDialogCommand (line 3541) | private void EnsureDialogCommand() method OnDialogCommand (line 3565) | private static void OnDialogCommand(object target, ExecutedRoutedEvent... method OnDialogCancelCommand (line 3577) | private void OnDialogCancelCommand() method ThreadWindowsCallback (line 3591) | private bool ThreadWindowsCallback(IntPtr hWnd, IntPtr lparam) method EnableThreadWindows (line 3614) | private void EnableThreadWindows(bool state) method Initialize (line 3647) | private void Initialize() method VerifyContextAndObjectState (line 3675) | internal void VerifyContextAndObjectState() method VerifyCanShow (line 3689) | private void VerifyCanShow() method VerifyNotClosing (line 3697) | private void VerifyNotClosing() method VerifyHwndCreateShowState (line 3710) | private void VerifyHwndCreateShowState() method SetIWindowService (line 3721) | private void SetIWindowService() method GetCurrentMonitorFromMousePosition (line 3729) | private IntPtr GetCurrentMonitorFromMousePosition() method CalculateWindowLocation (line 3751) | private bool CalculateWindowLocation(ref double leftDeviceUnits, ref d... method WorkAreaBoundsForHwnd (line 3859) | private static NativeMethods.RECT WorkAreaBoundsForHwnd(IntPtr hwnd) method WorkAreaBoundsForMointor (line 3866) | private static NativeMethods.RECT WorkAreaBoundsForMointor(IntPtr hMon... method MonitorFromWindow (line 3876) | private static IntPtr MonitorFromWindow(IntPtr hwnd) method CalculateCenterScreenPosition (line 3894) | internal static void CalculateCenterScreenPosition(IntPtr hMonitor, Si... method GetNormalRectDeviceUnits (line 3943) | private Rect GetNormalRectDeviceUnits(IntPtr hwndHandle) method GetNormalRectLogicalUnits (line 3972) | private Rect GetNormalRectLogicalUnits(IntPtr hwndHandle) method CreateWindowState (line 3985) | private void CreateWindowState() method CreateTopmost (line 4010) | private void CreateTopmost() method CreateResizibility (line 4026) | private void CreateResizibility() method UpdateIcon (line 4051) | private void UpdateIcon() method SetOwnerHandle (line 4150) | private void SetOwnerHandle(IntPtr ownerHandle) method OnSourceWindowDisposed (line 4203) | private void OnSourceWindowDisposed(object sender, EventArgs e) method WindowFilterMessage (line 4234) | private IntPtr WindowFilterMessage( IntPtr hwnd, method WmCommand (line 4310) | private bool WmCommand(IntPtr wParam, IntPtr lParam) method WmClose (line 4334) | private bool WmClose() method CloseWindowFromWmClose (line 4391) | private void CloseWindowFromWmClose() method ShouldCloseWindow (line 4408) | private bool ShouldCloseWindow(bool cancelled) method DoDialogHide (line 4415) | private void DoDialogHide() method UpdateWindowListsOnClose (line 4481) | private void UpdateWindowListsOnClose() method WmDestroy (line 4534) | private bool WmDestroy() method WmActivate (line 4565) | private bool WmActivate( IntPtr wParam ) method UpdateDimensionsToRestoreBounds (line 4599) | private void UpdateDimensionsToRestoreBounds() method WmSizeChanged (line 4608) | private bool WmSizeChanged(IntPtr wParam) method WmMoveChanged (line 4763) | private bool WmMoveChanged() method WmMoveChangedHelper (line 4816) | internal virtual void WmMoveChangedHelper() method WmGetMinMaxInfo (line 4839) | private bool WmGetMinMaxInfo( IntPtr lParam ) method UpdatePanningFeedback (line 7617) | internal void UpdatePanningFeedback(Vector totalOverpanOffset, bool an... method EndPanningFeedback (line 7632) | internal void EndPanningFeedback(bool animateBack) class HwndStyleManager (line 7644) | internal class HwndStyleManager : IDisposable method StartManaging (line 7646) | internal static HwndStyleManager StartManaging(Window w, int Style, in... method HwndStyleManager (line 7659) | private HwndStyleManager(Window w, int Style, int StyleEx ) method Dispose (line 7676) | void IDisposable.Dispose() class WindowStartupTopLeftPointHelper (line 7732) | private class WindowStartupTopLeftPointHelper method WindowStartupTopLeftPointHelper (line 7749) | internal WindowStartupTopLeftPointHelper(Point topLeft) method IdentifyScreenTopLeft (line 7807) | private void IdentifyScreenTopLeft() method MonitorEnumProc (line 7843) | private bool MonitorEnumProc(IntPtr hMonitor, IntPtr hdcMonitor, ref N... type TransformType (line 7892) | private enum TransformType type BoundsSpecified (line 7898) | private enum BoundsSpecified type WindowStyle (line 7926) | public enum WindowStyle type WindowState (line 7955) | public enum WindowState type WindowStartupLocation (line 7991) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... type ResizeMode (line 8017) | [Localizability(LocalizationCategory.None, Readability = Readability.Unr... class SingleChildEnumerator (line 8048) | internal class SingleChildEnumerator : IEnumerator method SingleChildEnumerator (line 8050) | internal SingleChildEnumerator(object Child) method MoveNext (line 8061) | bool IEnumerator.MoveNext() method Reset (line 8067) | void IEnumerator.Reset() FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/WindowBackdropType.cs type WindowBackdropType (line 7) | internal enum WindowBackdropType FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/WindowCollection.cs class WindowCollection (line 21) | public sealed class WindowCollection : ICollection method WindowCollection (line 32) | public WindowCollection() method WindowCollection (line 37) | internal WindowCollection(int count) method GetEnumerator (line 72) | public IEnumerator GetEnumerator() method CopyTo (line 89) | void ICollection.CopyTo(Array array, int index) method CopyTo (line 99) | public void CopyTo(Window[] array, int index) method Clone (line 144) | internal WindowCollection Clone() method Remove (line 158) | internal void Remove(Window win) method RemoveAt (line 166) | internal void RemoveAt(int index) method Add (line 174) | internal int Add (Window win) method HasItem (line 182) | internal bool HasItem(Window win) FILE: src/Microsoft.DotNet.Wpf/src/PresentationFramework/ref/PresentationFramework.cs class CommonDialog (line 6) | public abstract partial class CommonDialog method CommonDialog (line 8) | protected CommonDialog() { } method CheckPermissionsToShowDialog (line 10) | protected virtual void CheckPermissionsToShowDialog() { } method HookProc (line 11) | protected virtual System.IntPtr HookProc(System.IntPtr hwnd, int msg, ... method Reset (line 12) | public abstract void Reset(); method RunDialog (line 13) | protected abstract bool RunDialog(System.IntPtr hwndOwner); method ShowDialog (line 14) | public virtual bool? ShowDialog() { throw null; } method ShowDialog (line 15) | public bool? ShowDialog(System.Windows.Window owner) { throw null; } class CommonItemDialog (line 17) | public abstract partial class CommonItemDialog : Microsoft.Win32.CommonD... method CommonItemDialog (line 19) | private protected CommonItemDialog() { } method OnItemOk (line 30) | protected virtual void OnItemOk(System.ComponentModel.CancelEventArgs ... method RunDialog (line 31) | protected override bool RunDialog(System.IntPtr hwndOwner) { throw nul... method Reset (line 32) | public override void Reset() { } method ToString (line 33) | public override string ToString() { throw null; } class FileDialog (line 35) | public abstract partial class FileDialog : Microsoft.Win32.CommonItemDialog method FileDialog (line 37) | private protected FileDialog() { } method OnItemOk (line 47) | protected override void OnItemOk(System.ComponentModel.CancelEventArgs... method Reset (line 48) | public override void Reset() { } method ToString (line 52) | public override string ToString() { throw null; } class FileDialogCustomPlace (line 54) | public sealed partial class FileDialogCustomPlace method FileDialogCustomPlace (line 56) | public FileDialogCustomPlace(System.Guid knownFolder) { } method FileDialogCustomPlace (line 57) | public FileDialogCustomPlace(string path) { } class FileDialogCustomPlaces (line 61) | public static partial class FileDialogCustomPlaces class OpenFileDialog (line 81) | public sealed partial class OpenFileDialog : Microsoft.Win32.FileDialog method OpenFileDialog (line 83) | public OpenFileDialog() { } method OpenFile (line 86) | public System.IO.Stream OpenFile() { throw null; } method OpenFiles (line 87) | public System.IO.Stream[] OpenFiles() { throw null; } method Reset (line 89) | public override void Reset() { } class OpenFolderDialog (line 92) | public sealed partial class OpenFolderDialog : Microsoft.Win32.CommonIte... method OpenFolderDialog (line 94) | public OpenFolderDialog() { } method OnItemOk (line 99) | protected override void OnItemOk(System.ComponentModel.CancelEventArgs... method Reset (line 100) | public override void Reset() { } method ToString (line 103) | public override string ToString() { throw null; } class SaveFileDialog (line 105) | public sealed partial class SaveFileDialog : Microsoft.Win32.FileDialog method SaveFileDialog (line 107) | public SaveFileDialog() { } method OpenFile (line 111) | public System.IO.Stream OpenFile() { throw null; } method Reset (line 112) | public override void Reset() { } class DesignerProperties (line 117) | public static partial class DesignerProperties method GetIsInDesignMode (line 120) | [System.ComponentModel.DesignerSerializationVisibilityAttribute(System... method SetIsInDesignMode (line 122) | public static void SetIsInDesignMode(System.Windows.DependencyObject e... class Application (line 127) | public partial class Application : System.Windows.Threading.DispatcherOb... method Application (line 129) | public Application() { } method FindResource (line 155) | public object FindResource(object resourceKey) { throw null; } method GetContentStream (line 156) | public static System.Windows.Resources.StreamResourceInfo GetContentSt... method GetCookie (line 157) | public static string GetCookie(System.Uri uri) { throw null; } method GetRemoteStream (line 158) | public static System.Windows.Resources.StreamResourceInfo GetRemoteStr... method GetResourceStream (line 159) | public static System.Windows.Resources.StreamResourceInfo GetResourceS... method LoadComponent (line 160) | public static void LoadComponent(object component, System.Uri resource... method LoadComponent (line 161) | public static object LoadComponent(System.Uri resourceLocator) { throw... method OnActivated (line 162) | protected virtual void OnActivated(System.EventArgs e) { } method OnDeactivated (line 163) | protected virtual void OnDeactivated(System.EventArgs e) { } method OnExit (line 164) | protected virtual void OnExit(System.Windows.ExitEventArgs e) { } method OnFragmentNavigation (line 165) | protected virtual void OnFragmentNavigation(System.Windows.Navigation.... method OnLoadCompleted (line 166) | protected virtual void OnLoadCompleted(System.Windows.Navigation.Navig... method OnNavigated (line 167) | protected virtual void OnNavigated(System.Windows.Navigation.Navigatio... method OnNavigating (line 168) | protected virtual void OnNavigating(System.Windows.Navigation.Navigati... method OnNavigationFailed (line 169) | protected virtual void OnNavigationFailed(System.Windows.Navigation.Na... method OnNavigationProgress (line 170) | protected virtual void OnNavigationProgress(System.Windows.Navigation.... method OnNavigationStopped (line 171) | protected virtual void OnNavigationStopped(System.Windows.Navigation.N... method OnSessionEnding (line 172) | protected virtual void OnSessionEnding(System.Windows.SessionEndingCan... method OnStartup (line 173) | protected virtual void OnStartup(System.Windows.StartupEventArgs e) { } method Run (line 174) | public int Run() { throw null; } method Run (line 175) | public int Run(System.Windows.Window window) { throw null; } method SetCookie (line 176) | public static void SetCookie(System.Uri uri, string value) { } method Shutdown (line 177) | public void Shutdown() { } method Shutdown (line 178) | public void Shutdown(int exitCode) { } method IsAmbientPropertyAvailable (line 179) | bool System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable(st... method TryFindResource (line 180) | public object TryFindResource(object resourceKey) { throw null; } class AttachedPropertyBrowsableForChildrenAttribute (line 182) | [System.AttributeUsageAttribute(System.AttributeTargets.Method, AllowMul... method AttachedPropertyBrowsableForChildrenAttribute (line 185) | public AttachedPropertyBrowsableForChildrenAttribute() { } method Equals (line 187) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 188) | public override int GetHashCode() { throw null; } method IsBrowsable (line 189) | internal override bool IsBrowsable(System.Windows.DependencyObject d, ... type BaseValueSource (line 191) | public enum BaseValueSource class ColorConvertedBitmapExtension (line 206) | [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(System.... method ColorConvertedBitmapExtension (line 209) | public ColorConvertedBitmapExtension() { } method ColorConvertedBitmapExtension (line 210) | public ColorConvertedBitmapExtension(object image) { } method ProvideValue (line 211) | public override object ProvideValue(System.IServiceProvider servicePro... type ColumnSpaceDistribution (line 213) | public enum ColumnSpaceDistribution class ComponentResourceKey (line 219) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Mark... method ComponentResourceKey (line 222) | public ComponentResourceKey() { } method ComponentResourceKey (line 223) | public ComponentResourceKey(System.Type typeInTargetAssembly, object r... method Equals (line 227) | public override bool Equals(object o) { throw null; } method GetHashCode (line 228) | public override int GetHashCode() { throw null; } method ToString (line 229) | public override string ToString() { throw null; } class Condition (line 231) | [System.Windows.Markup.XamlSetMarkupExtensionAttribute("ReceiveMarkupExt... method Condition (line 235) | public Condition() { } method Condition (line 236) | public Condition(System.Windows.Data.BindingBase binding, object condi... method Condition (line 237) | public Condition(System.Windows.DependencyProperty conditionProperty, ... method Condition (line 238) | public Condition(System.Windows.DependencyProperty conditionProperty, ... method ReceiveMarkupExtension (line 248) | public static void ReceiveMarkupExtension(object targetObject, System.... method ReceiveTypeConverter (line 249) | public static void ReceiveTypeConverter(object targetObject, System.Wi... method BeginInit (line 250) | void System.ComponentModel.ISupportInitialize.BeginInit() { } method EndInit (line 251) | void System.ComponentModel.ISupportInitialize.EndInit() { } class ConditionCollection (line 253) | public sealed partial class ConditionCollection : System.Collections.Obj... method ConditionCollection (line 255) | public ConditionCollection() { } method ClearItems (line 257) | protected override void ClearItems() { } method InsertItem (line 258) | protected override void InsertItem(int index, System.Windows.Condition... method RemoveItem (line 259) | protected override void RemoveItem(int index) { } method SetItem (line 260) | protected override void SetItem(int index, System.Windows.Condition it... type CornerRadius (line 262) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Corn... method CornerRadius (line 265) | public CornerRadius(double uniformRadius) { throw null; } method CornerRadius (line 266) | public CornerRadius(double topLeft, double topRight, double bottomRigh... method Equals (line 271) | public override bool Equals(object obj) { throw null; } method Equals (line 272) | public bool Equals(System.Windows.CornerRadius cornerRadius) { throw n... method GetHashCode (line 273) | public override int GetHashCode() { throw null; } method ToString (line 276) | public override string ToString() { throw null; } class CornerRadiusConverter (line 278) | public partial class CornerRadiusConverter : System.ComponentModel.TypeC... method CornerRadiusConverter (line 280) | public CornerRadiusConverter() { } method CanConvertFrom (line 281) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 282) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 283) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 284) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class DataTemplate (line 286) | [System.Windows.Markup.DictionaryKeyPropertyAttribute("DataTemplateKey")] method DataTemplate (line 289) | public DataTemplate() { } method DataTemplate (line 290) | public DataTemplate(object dataType) { } method ValidateTemplatedParent (line 299) | protected override void ValidateTemplatedParent(System.Windows.Framewo... class DataTemplateKey (line 301) | public partial class DataTemplateKey : System.Windows.TemplateKey method DataTemplateKey (line 303) | public DataTemplateKey() : base (default(System.Windows.TemplateKey.Te... method DataTemplateKey (line 304) | public DataTemplateKey(object dataType) : base (default(System.Windows... class DataTrigger (line 306) | [System.Windows.Markup.ContentPropertyAttribute("Setters")] method DataTrigger (line 310) | public DataTrigger() { } method ReceiveMarkupExtension (line 318) | public static void ReceiveMarkupExtension(object targetObject, System.... method AddChild (line 319) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 320) | void System.Windows.Markup.IAddChild.AddText(string text) { } class DeferrableContent (line 322) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Defe... method DeferrableContent (line 325) | internal DeferrableContent() { } class DeferrableContentConverter (line 327) | public partial class DeferrableContentConverter : System.ComponentModel.... method DeferrableContentConverter (line 329) | public DeferrableContentConverter() { } method CanConvertFrom (line 330) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method ConvertFrom (line 331) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... class DependencyPropertyHelper (line 333) | public static partial class DependencyPropertyHelper method GetValueSource (line 335) | public static System.Windows.ValueSource GetValueSource(System.Windows... method IsTemplatedValueDynamic (line 336) | public static bool IsTemplatedValueDynamic(System.Windows.DependencyOb... class DialogResultConverter (line 338) | public partial class DialogResultConverter : System.ComponentModel.TypeC... method DialogResultConverter (line 340) | public DialogResultConverter() { } method CanConvertFrom (line 341) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 342) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 343) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 344) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class DynamicResourceExtension (line 346) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Dyna... method DynamicResourceExtension (line 350) | public DynamicResourceExtension() { } method DynamicResourceExtension (line 351) | public DynamicResourceExtension(object resourceKey) { } method ProvideValue (line 354) | public override object ProvideValue(System.IServiceProvider servicePro... class DynamicResourceExtensionConverter (line 356) | public partial class DynamicResourceExtensionConverter : System.Componen... method DynamicResourceExtensionConverter (line 358) | public DynamicResourceExtensionConverter() { } method CanConvertTo (line 359) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertTo (line 360) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class EventSetter (line 362) | public partial class EventSetter : System.Windows.SetterBase method EventSetter (line 364) | public EventSetter() { } method EventSetter (line 365) | public EventSetter(System.Windows.RoutedEvent routedEvent, System.Dele... class EventTrigger (line 372) | [System.Windows.Markup.ContentPropertyAttribute("Actions")] method EventTrigger (line 375) | public EventTrigger() { } method EventTrigger (line 376) | public EventTrigger(System.Windows.RoutedEvent routedEvent) { } method AddChild (line 382) | protected virtual void AddChild(object value) { } method AddText (line 383) | protected virtual void AddText(string text) { } method ShouldSerializeActions (line 384) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method AddChild (line 386) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 387) | void System.Windows.Markup.IAddChild.AddText(string text) { } class ExceptionRoutedEventArgs (line 389) | public sealed partial class ExceptionRoutedEventArgs : System.Windows.Ro... method ExceptionRoutedEventArgs (line 391) | internal ExceptionRoutedEventArgs() { } class ExitEventArgs (line 394) | public partial class ExitEventArgs : System.EventArgs method ExitEventArgs (line 396) | internal ExitEventArgs() { } type FigureHorizontalAnchor (line 400) | public enum FigureHorizontalAnchor type FigureLength (line 412) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Figu... method FigureLength (line 415) | public FigureLength(double pixels) { throw null; } method FigureLength (line 416) | public FigureLength(double value, System.Windows.FigureUnitType type) ... method Equals (line 424) | public override bool Equals(object oCompare) { throw null; } method Equals (line 425) | public bool Equals(System.Windows.FigureLength figureLength) { throw n... method GetHashCode (line 426) | public override int GetHashCode() { throw null; } method ToString (line 429) | public override string ToString() { throw null; } class FigureLengthConverter (line 431) | public partial class FigureLengthConverter : System.ComponentModel.TypeC... method FigureLengthConverter (line 433) | public FigureLengthConverter() { } method CanConvertFrom (line 434) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 435) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 436) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 437) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type FigureUnitType (line 439) | public enum FigureUnitType type FigureVerticalAnchor (line 447) | public enum FigureVerticalAnchor class FontSizeConverter (line 457) | public partial class FontSizeConverter : System.ComponentModel.TypeConve... method FontSizeConverter (line 459) | public FontSizeConverter() { } method CanConvertFrom (line 460) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 461) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 462) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 463) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class FrameworkCompatibilityPreferences (line 465) | public static partial class FrameworkCompatibilityPreferences class FrameworkContentElement (line 471) | [System.Windows.Markup.RuntimeNamePropertyAttribute("Name")] method FrameworkContentElement (line 497) | public FrameworkContentElement() { } method AddLogicalChild (line 539) | protected internal void AddLogicalChild(object child) { } method BeginInit (line 540) | public virtual void BeginInit() { } method BeginStoryboard (line 541) | public void BeginStoryboard(System.Windows.Media.Animation.Storyboard ... method BeginStoryboard (line 542) | public void BeginStoryboard(System.Windows.Media.Animation.Storyboard ... method BeginStoryboard (line 543) | public void BeginStoryboard(System.Windows.Media.Animation.Storyboard ... method BringIntoView (line 544) | public void BringIntoView() { } method EndInit (line 545) | public virtual void EndInit() { } method FindName (line 546) | public object FindName(string name) { throw null; } method FindResource (line 547) | public object FindResource(object resourceKey) { throw null; } method GetBindingExpression (line 548) | public System.Windows.Data.BindingExpression GetBindingExpression(Syst... method GetUIParentCore (line 549) | protected internal override System.Windows.DependencyObject GetUIParen... method MoveFocus (line 550) | public sealed override bool MoveFocus(System.Windows.Input.TraversalRe... method OnContextMenuClosing (line 551) | protected virtual void OnContextMenuClosing(System.Windows.Controls.Co... method OnContextMenuOpening (line 552) | protected virtual void OnContextMenuOpening(System.Windows.Controls.Co... method OnGotFocus (line 553) | protected override void OnGotFocus(System.Windows.RoutedEventArgs e) { } method OnInitialized (line 554) | protected virtual void OnInitialized(System.EventArgs e) { } method OnPropertyChanged (line 555) | protected override void OnPropertyChanged(System.Windows.DependencyPro... method OnStyleChanged (line 556) | protected internal virtual void OnStyleChanged(System.Windows.Style ol... method OnToolTipClosing (line 557) | protected virtual void OnToolTipClosing(System.Windows.Controls.ToolTi... method OnToolTipOpening (line 558) | protected virtual void OnToolTipOpening(System.Windows.Controls.ToolTi... method PredictFocus (line 559) | public sealed override System.Windows.DependencyObject PredictFocus(Sy... method RegisterName (line 560) | public void RegisterName(string name, object scopedElement) { } method RemoveLogicalChild (line 561) | protected internal void RemoveLogicalChild(object child) { } method SetBinding (line 562) | public System.Windows.Data.BindingExpression SetBinding(System.Windows... method SetBinding (line 563) | public System.Windows.Data.BindingExpressionBase SetBinding(System.Win... method SetResourceReference (line 564) | public void SetResourceReference(System.Windows.DependencyProperty dp,... method ShouldSerializeResources (line 565) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method ShouldSerializeStyle (line 567) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method IsAmbientPropertyAvailable (line 569) | bool System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable(st... method TryFindResource (line 570) | public object TryFindResource(object resourceKey) { throw null; } method UnregisterName (line 571) | public void UnregisterName(string name) { } method UpdateDefaultStyle (line 572) | public void UpdateDefaultStyle() { } class FrameworkElement (line 574) | [System.Windows.Markup.RuntimeNamePropertyAttribute("Name")] method FrameworkElement (line 616) | public FrameworkElement() { } method AddLogicalChild (line 694) | protected internal void AddLogicalChild(object child) { } method ApplyTemplate (line 695) | public bool ApplyTemplate() { throw null; } method ArrangeCore (line 696) | protected sealed override void ArrangeCore(System.Windows.Rect finalRe... method ArrangeOverride (line 697) | protected virtual System.Windows.Size ArrangeOverride(System.Windows.S... method BeginInit (line 698) | public virtual void BeginInit() { } method BeginStoryboard (line 699) | public void BeginStoryboard(System.Windows.Media.Animation.Storyboard ... method BeginStoryboard (line 700) | public void BeginStoryboard(System.Windows.Media.Animation.Storyboard ... method BeginStoryboard (line 701) | public void BeginStoryboard(System.Windows.Media.Animation.Storyboard ... method BringIntoView (line 702) | public void BringIntoView() { } method BringIntoView (line 703) | public void BringIntoView(System.Windows.Rect targetRectangle) { } method EndInit (line 704) | public virtual void EndInit() { } method FindName (line 705) | public object FindName(string name) { throw null; } method FindResource (line 706) | public object FindResource(object resourceKey) { throw null; } method GetBindingExpression (line 707) | public System.Windows.Data.BindingExpression GetBindingExpression(Syst... method GetFlowDirection (line 708) | public static System.Windows.FlowDirection GetFlowDirection(System.Win... method GetLayoutClip (line 709) | protected override System.Windows.Media.Geometry GetLayoutClip(System.... method GetTemplateChild (line 710) | protected internal System.Windows.DependencyObject GetTemplateChild(st... method GetUIParentCore (line 711) | protected internal override System.Windows.DependencyObject GetUIParen... method GetVisualChild (line 712) | protected override System.Windows.Media.Visual GetVisualChild(int inde... method MeasureCore (line 713) | protected sealed override System.Windows.Size MeasureCore(System.Windo... method MeasureOverride (line 714) | protected virtual System.Windows.Size MeasureOverride(System.Windows.S... method MoveFocus (line 715) | public sealed override bool MoveFocus(System.Windows.Input.TraversalRe... method OnApplyTemplate (line 716) | public virtual void OnApplyTemplate() { } method OnContextMenuClosing (line 717) | protected virtual void OnContextMenuClosing(System.Windows.Controls.Co... method OnContextMenuOpening (line 718) | protected virtual void OnContextMenuOpening(System.Windows.Controls.Co... method OnGotFocus (line 719) | protected override void OnGotFocus(System.Windows.RoutedEventArgs e) { } method OnInitialized (line 720) | protected virtual void OnInitialized(System.EventArgs e) { } method OnPropertyChanged (line 721) | protected override void OnPropertyChanged(System.Windows.DependencyPro... method OnRenderSizeChanged (line 722) | protected internal override void OnRenderSizeChanged(System.Windows.Si... method OnStyleChanged (line 723) | protected internal virtual void OnStyleChanged(System.Windows.Style ol... method OnToolTipClosing (line 724) | protected virtual void OnToolTipClosing(System.Windows.Controls.ToolTi... method OnToolTipOpening (line 725) | protected virtual void OnToolTipOpening(System.Windows.Controls.ToolTi... method OnVisualParentChanged (line 726) | protected internal override void OnVisualParentChanged(System.Windows.... method ParentLayoutInvalidated (line 727) | protected internal virtual void ParentLayoutInvalidated(System.Windows... method PredictFocus (line 728) | public sealed override System.Windows.DependencyObject PredictFocus(Sy... method RegisterName (line 729) | public void RegisterName(string name, object scopedElement) { } method RemoveLogicalChild (line 730) | protected internal void RemoveLogicalChild(object child) { } method SetBinding (line 731) | public System.Windows.Data.BindingExpression SetBinding(System.Windows... method SetBinding (line 732) | public System.Windows.Data.BindingExpressionBase SetBinding(System.Win... method SetFlowDirection (line 733) | public static void SetFlowDirection(System.Windows.DependencyObject el... method SetResourceReference (line 734) | public void SetResourceReference(System.Windows.DependencyProperty dp,... method ShouldSerializeResources (line 735) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method ShouldSerializeStyle (line 737) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method ShouldSerializeTriggers (line 739) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method IsAmbientPropertyAvailable (line 741) | bool System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable(st... method TryFindResource (line 742) | public object TryFindResource(object resourceKey) { throw null; } method UnregisterName (line 743) | public void UnregisterName(string name) { } method UpdateDefaultStyle (line 744) | public void UpdateDefaultStyle() { } class FrameworkElementFactory (line 746) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method FrameworkElementFactory (line 749) | public FrameworkElementFactory() { } method FrameworkElementFactory (line 750) | public FrameworkElementFactory(string text) { } method FrameworkElementFactory (line 751) | public FrameworkElementFactory(System.Type type) { } method FrameworkElementFactory (line 752) | public FrameworkElementFactory(System.Type type, string name) { } method AddHandler (line 760) | public void AddHandler(System.Windows.RoutedEvent routedEvent, System.... method AddHandler (line 761) | public void AddHandler(System.Windows.RoutedEvent routedEvent, System.... method AppendChild (line 762) | public void AppendChild(System.Windows.FrameworkElementFactory child) { } method RemoveHandler (line 763) | public void RemoveHandler(System.Windows.RoutedEvent routedEvent, Syst... method SetBinding (line 764) | public void SetBinding(System.Windows.DependencyProperty dp, System.Wi... method SetResourceReference (line 765) | public void SetResourceReference(System.Windows.DependencyProperty dp,... method SetValue (line 766) | public void SetValue(System.Windows.DependencyProperty dp, object valu... class FrameworkPropertyMetadata (line 768) | public partial class FrameworkPropertyMetadata : System.Windows.UIProper... method FrameworkPropertyMetadata (line 770) | public FrameworkPropertyMetadata() { } method FrameworkPropertyMetadata (line 771) | public FrameworkPropertyMetadata(object defaultValue) { } method FrameworkPropertyMetadata (line 772) | public FrameworkPropertyMetadata(object defaultValue, System.Windows.F... method FrameworkPropertyMetadata (line 773) | public FrameworkPropertyMetadata(object defaultValue, System.Windows.F... method FrameworkPropertyMetadata (line 774) | public FrameworkPropertyMetadata(object defaultValue, System.Windows.F... method FrameworkPropertyMetadata (line 775) | public FrameworkPropertyMetadata(object defaultValue, System.Windows.F... method FrameworkPropertyMetadata (line 776) | public FrameworkPropertyMetadata(object defaultValue, System.Windows.F... method FrameworkPropertyMetadata (line 777) | public FrameworkPropertyMetadata(object defaultValue, System.Windows.P... method FrameworkPropertyMetadata (line 778) | public FrameworkPropertyMetadata(object defaultValue, System.Windows.P... method FrameworkPropertyMetadata (line 779) | public FrameworkPropertyMetadata(System.Windows.PropertyChangedCallbac... method FrameworkPropertyMetadata (line 780) | public FrameworkPropertyMetadata(System.Windows.PropertyChangedCallbac... method Merge (line 794) | protected override void Merge(System.Windows.PropertyMetadata baseMeta... method OnApply (line 795) | protected override void OnApply(System.Windows.DependencyProperty dp, ... type FrameworkPropertyMetadataOptions (line 797) | [System.FlagsAttribute] class FrameworkTemplate (line 813) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method FrameworkTemplate (line 817) | protected FrameworkTemplate() { } method FindName (line 827) | public object FindName(string name, System.Windows.FrameworkElement te... method LoadContent (line 828) | public System.Windows.DependencyObject LoadContent() { throw null; } method RegisterName (line 829) | public void RegisterName(string name, object scopedElement) { } method Seal (line 830) | public void Seal() { } method ShouldSerializeResources (line 831) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method ShouldSerializeVisualTree (line 833) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method FindName (line 835) | object System.Windows.Markup.INameScope.FindName(string name) { throw ... method IsAmbientPropertyAvailable (line 836) | bool System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable(st... method UnregisterName (line 837) | public void UnregisterName(string name) { } method ValidateTemplatedParent (line 838) | protected virtual void ValidateTemplatedParent(System.Windows.Framewor... type GridLength (line 840) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Grid... method GridLength (line 843) | public GridLength(double pixels) { throw null; } method GridLength (line 844) | public GridLength(double value, System.Windows.GridUnitType type) { th... method Equals (line 851) | public override bool Equals(object oCompare) { throw null; } method Equals (line 852) | public bool Equals(System.Windows.GridLength gridLength) { throw null; } method GetHashCode (line 853) | public override int GetHashCode() { throw null; } method ToString (line 856) | public override string ToString() { throw null; } class GridLengthConverter (line 858) | public partial class GridLengthConverter : System.ComponentModel.TypeCon... method GridLengthConverter (line 860) | public GridLengthConverter() { } method CanConvertFrom (line 861) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 862) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 863) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 864) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type GridUnitType (line 866) | public enum GridUnitType class HierarchicalDataTemplate (line 872) | public partial class HierarchicalDataTemplate : System.Windows.DataTemplate method HierarchicalDataTemplate (line 874) | public HierarchicalDataTemplate() { } method HierarchicalDataTemplate (line 875) | public HierarchicalDataTemplate(object dataType) { } type HorizontalAlignment (line 885) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... type IFrameworkInputElement (line 893) | public partial interface IFrameworkInputElement : System.Windows.IInputE... type InheritanceBehavior (line 897) | public enum InheritanceBehavior class LengthConverter (line 907) | public partial class LengthConverter : System.ComponentModel.TypeConverter method LengthConverter (line 909) | public LengthConverter() { } method CanConvertFrom (line 910) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 911) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 912) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 913) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type LineStackingStrategy (line 915) | public enum LineStackingStrategy class Localization (line 920) | public static partial class Localization method GetAttributes (line 924) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(objec... method GetComments (line 926) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(objec... method SetAttributes (line 928) | public static void SetAttributes(object element, string attributes) { } method SetComments (line 929) | public static void SetComments(object element, string comments) { } class LogicalTreeHelper (line 931) | public static partial class LogicalTreeHelper method BringIntoView (line 933) | public static void BringIntoView(System.Windows.DependencyObject curre... method FindLogicalNode (line 934) | public static System.Windows.DependencyObject FindLogicalNode(System.W... method GetChildren (line 935) | public static System.Collections.IEnumerable GetChildren(System.Window... method GetChildren (line 936) | public static System.Collections.IEnumerable GetChildren(System.Window... method GetChildren (line 937) | public static System.Collections.IEnumerable GetChildren(System.Window... method GetParent (line 938) | public static System.Windows.DependencyObject GetParent(System.Windows... class LostFocusEventManager (line 940) | public partial class LostFocusEventManager : System.Windows.WeakEventMan... method LostFocusEventManager (line 942) | internal LostFocusEventManager() { } method AddHandler (line 943) | public static void AddHandler(System.Windows.DependencyObject source, ... method AddListener (line 944) | public static void AddListener(System.Windows.DependencyObject source,... method NewListenerList (line 945) | protected override System.Windows.WeakEventManager.ListenerList NewLis... method RemoveHandler (line 946) | public static void RemoveHandler(System.Windows.DependencyObject sourc... method RemoveListener (line 947) | public static void RemoveListener(System.Windows.DependencyObject sour... method StartListening (line 948) | protected override void StartListening(object source) { } method StopListening (line 949) | protected override void StopListening(object source) { } class MediaScriptCommandRoutedEventArgs (line 951) | public sealed partial class MediaScriptCommandRoutedEventArgs : System.W... method MediaScriptCommandRoutedEventArgs (line 953) | internal MediaScriptCommandRoutedEventArgs() { } class MessageBox (line 957) | public sealed partial class MessageBox method MessageBox (line 959) | internal MessageBox() { } method Show (line 960) | public static System.Windows.MessageBoxResult Show(string messageBoxTe... method Show (line 961) | public static System.Windows.MessageBoxResult Show(string messageBoxTe... method Show (line 962) | public static System.Windows.MessageBoxResult Show(string messageBoxTe... method Show (line 963) | public static System.Windows.MessageBoxResult Show(string messageBoxTe... method Show (line 964) | public static System.Windows.MessageBoxResult Show(string messageBoxTe... method Show (line 965) | public static System.Windows.MessageBoxResult Show(string messageBoxTe... method Show (line 966) | public static System.Windows.MessageBoxResult Show(System.Windows.Wind... method Show (line 967) | public static System.Windows.MessageBoxResult Show(System.Windows.Wind... method Show (line 968) | public static System.Windows.MessageBoxResult Show(System.Windows.Wind... method Show (line 969) | public static System.Windows.MessageBoxResult Show(System.Windows.Wind... method Show (line 970) | public static System.Windows.MessageBoxResult Show(System.Windows.Wind... method Show (line 971) | public static System.Windows.MessageBoxResult Show(System.Windows.Wind... type MessageBoxButton (line 973) | public enum MessageBoxButton type MessageBoxImage (line 983) | public enum MessageBoxImage type MessageBoxOptions (line 995) | [System.FlagsAttribute] type MessageBoxResult (line 1004) | public enum MessageBoxResult class MultiDataTrigger (line 1017) | [System.Windows.Markup.ContentPropertyAttribute("Setters")] method MultiDataTrigger (line 1020) | public MultiDataTrigger() { } method AddChild (line 1025) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 1026) | void System.Windows.Markup.IAddChild.AddText(string text) { } class MultiTrigger (line 1028) | [System.Windows.Markup.ContentPropertyAttribute("Setters")] method MultiTrigger (line 1031) | public MultiTrigger() { } method AddChild (line 1036) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 1037) | void System.Windows.Markup.IAddChild.AddText(string text) { } class NullableBoolConverter (line 1039) | public partial class NullableBoolConverter : System.ComponentModel.Nulla... method NullableBoolConverter (line 1041) | public NullableBoolConverter() : base (default(System.Type)) { } method GetStandardValues (line 1042) | public override System.ComponentModel.TypeConverter.StandardValuesColl... method GetStandardValuesExclusive (line 1043) | public override bool GetStandardValuesExclusive(System.ComponentModel.... method GetStandardValuesSupported (line 1044) | public override bool GetStandardValuesSupported(System.ComponentModel.... type PowerLineStatus (line 1046) | public enum PowerLineStatus class PropertyPath (line 1052) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Prop... method PropertyPath (line 1055) | public PropertyPath(object parameter) { } method PropertyPath (line 1056) | public PropertyPath(string path, params object[] pathParameters) { } class PropertyPathConverter (line 1060) | public sealed partial class PropertyPathConverter : System.ComponentMode... method PropertyPathConverter (line 1062) | public PropertyPathConverter() { } method CanConvertFrom (line 1063) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 1064) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 1065) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 1066) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type ReasonSessionEnding (line 1068) | public enum ReasonSessionEnding : byte class RequestBringIntoViewEventArgs (line 1073) | public partial class RequestBringIntoViewEventArgs : System.Windows.Rout... method RequestBringIntoViewEventArgs (line 1075) | internal RequestBringIntoViewEventArgs() { } method InvokeEventHandler (line 1078) | protected override void InvokeEventHandler(System.Delegate genericHand... type ResizeMode (line 1081) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... class ResourceDictionary (line 1089) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method ResourceDictionary (line 1094) | public ResourceDictionary() { } method Add (line 1111) | public void Add(object key, object value) { } method BeginInit (line 1112) | public void BeginInit() { } method Clear (line 1113) | public void Clear() { } method Contains (line 1114) | public bool Contains(object key) { throw null; } method CopyTo (line 1115) | public void CopyTo(System.Collections.DictionaryEntry[] array, int arr... method EndInit (line 1116) | public void EndInit() { } method FindName (line 1117) | public object FindName(string name) { throw null; } method GetEnumerator (line 1118) | public System.Collections.IDictionaryEnumerator GetEnumerator() { thro... method OnGettingValue (line 1119) | protected virtual void OnGettingValue(object key, ref object value, ou... method RegisterName (line 1120) | public void RegisterName(string name, object scopedElement) { } method Remove (line 1121) | public void Remove(object key) { } method CopyTo (line 1122) | void System.Collections.ICollection.CopyTo(System.Array array, int arr... method GetEnumerator (line 1123) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method UnregisterName (line 1124) | public void UnregisterName(string name) { } type ResourceDictionaryLocation (line 1126) | public enum ResourceDictionaryLocation class ResourceKey (line 1132) | [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(System.... method ResourceKey (line 1135) | protected ResourceKey() { } method ProvideValue (line 1137) | public override object ProvideValue(System.IServiceProvider servicePro... class ResourceReferenceKeyNotFoundException (line 1139) | public partial class ResourceReferenceKeyNotFoundException : System.Inva... method ResourceReferenceKeyNotFoundException (line 1141) | public ResourceReferenceKeyNotFoundException() { } method ResourceReferenceKeyNotFoundException (line 1142) | protected ResourceReferenceKeyNotFoundException(System.Runtime.Seriali... method ResourceReferenceKeyNotFoundException (line 1143) | public ResourceReferenceKeyNotFoundException(string message, object re... method GetObjectData (line 1146) | public override void GetObjectData(System.Runtime.Serialization.Serial... class RoutedPropertyChangedEventArgs (line 1149) | public partial class RoutedPropertyChangedEventArgs : System.Windows.... method RoutedPropertyChangedEventArgs (line 1151) | public RoutedPropertyChangedEventArgs(T oldValue, T newValue) { } method RoutedPropertyChangedEventArgs (line 1152) | public RoutedPropertyChangedEventArgs(T oldValue, T newValue, System.W... method InvokeEventHandler (line 1155) | protected override void InvokeEventHandler(System.Delegate genericHand... class SessionEndingCancelEventArgs (line 1158) | public partial class SessionEndingCancelEventArgs : System.ComponentMode... method SessionEndingCancelEventArgs (line 1160) | internal SessionEndingCancelEventArgs() { } class Setter (line 1164) | [System.Windows.Markup.XamlSetMarkupExtensionAttribute("ReceiveMarkupExt... method Setter (line 1168) | public Setter() { } method Setter (line 1169) | public Setter(System.Windows.DependencyProperty property, object value... method Setter (line 1170) | public Setter(System.Windows.DependencyProperty property, object value... method ReceiveMarkupExtension (line 1183) | public static void ReceiveMarkupExtension(object targetObject, System.... method ReceiveTypeConverter (line 1184) | public static void ReceiveTypeConverter(object targetObject, System.Wi... method BeginInit (line 1185) | void System.ComponentModel.ISupportInitialize.BeginInit() { } method EndInit (line 1186) | void System.ComponentModel.ISupportInitialize.EndInit() { } class SetterBase (line 1188) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method SetterBase (line 1191) | internal SetterBase() { } method CheckSealed (line 1193) | protected void CheckSealed() { } class SetterBaseCollection (line 1195) | public sealed partial class SetterBaseCollection : System.Collections.Ob... method SetterBaseCollection (line 1197) | public SetterBaseCollection() { } method ClearItems (line 1199) | protected override void ClearItems() { } method InsertItem (line 1200) | protected override void InsertItem(int index, System.Windows.SetterBas... method RemoveItem (line 1201) | protected override void RemoveItem(int index) { } method SetItem (line 1202) | protected override void SetItem(int index, System.Windows.SetterBase i... type ShutdownMode (line 1204) | public enum ShutdownMode : byte class SizeChangedEventArgs (line 1210) | public partial class SizeChangedEventArgs : System.Windows.RoutedEventArgs method SizeChangedEventArgs (line 1212) | internal SizeChangedEventArgs() { } method InvokeEventHandler (line 1217) | protected override void InvokeEventHandler(System.Delegate genericHand... class StartupEventArgs (line 1220) | public partial class StartupEventArgs : System.EventArgs method StartupEventArgs (line 1222) | internal StartupEventArgs() { } class StaticResourceExtension (line 1226) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method StaticResourceExtension (line 1230) | public StaticResourceExtension() { } method StaticResourceExtension (line 1231) | public StaticResourceExtension(object resourceKey) { } method ProvideValue (line 1234) | public override object ProvideValue(System.IServiceProvider servicePro... class Style (line 1236) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method Style (line 1241) | public Style() { } method Style (line 1242) | public Style(System.Type targetType) { } method Style (line 1243) | public Style(System.Type targetType, System.Windows.Style basedOn) { } method GetHashCode (line 1257) | public override int GetHashCode() { throw null; } method RegisterName (line 1258) | public void RegisterName(string name, object scopedElement) { } method Seal (line 1259) | public void Seal() { } method AddChild (line 1260) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 1261) | void System.Windows.Markup.IAddChild.AddText(string text) { } method FindName (line 1262) | object System.Windows.Markup.INameScope.FindName(string name) { throw ... method IsAmbientPropertyAvailable (line 1263) | bool System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable(st... method UnregisterName (line 1264) | public void UnregisterName(string name) { } class StyleTypedPropertyAttribute (line 1266) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method StyleTypedPropertyAttribute (line 1269) | public StyleTypedPropertyAttribute() { } class SystemColors (line 1273) | public static partial class SystemColors class SystemCommands (line 1428) | public static partial class SystemCommands method CloseWindow (line 1435) | public static void CloseWindow(System.Windows.Window window) { } method MaximizeWindow (line 1436) | public static void MaximizeWindow(System.Windows.Window window) { } method MinimizeWindow (line 1437) | public static void MinimizeWindow(System.Windows.Window window) { } method RestoreWindow (line 1438) | public static void RestoreWindow(System.Windows.Window window) { } method ShowSystemMenu (line 1439) | public static void ShowSystemMenu(System.Windows.Window window, System... class SystemFonts (line 1441) | public static partial class SystemFonts class SystemParameters (line 1504) | public static partial class SystemParameters class TemplateBindingExpression (line 1759) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Temp... method TemplateBindingExpression (line 1762) | internal TemplateBindingExpression() { } class TemplateBindingExpressionConverter (line 1765) | public partial class TemplateBindingExpressionConverter : System.Compone... method TemplateBindingExpressionConverter (line 1767) | public TemplateBindingExpressionConverter() { } method CanConvertTo (line 1768) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertTo (line 1769) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class TemplateBindingExtension (line 1771) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Temp... method TemplateBindingExtension (line 1775) | public TemplateBindingExtension() { } method TemplateBindingExtension (line 1776) | public TemplateBindingExtension(System.Windows.DependencyProperty prop... method ProvideValue (line 1783) | public override object ProvideValue(System.IServiceProvider servicePro... class TemplateBindingExtensionConverter (line 1785) | public partial class TemplateBindingExtensionConverter : System.Componen... method TemplateBindingExtensionConverter (line 1787) | public TemplateBindingExtensionConverter() { } method CanConvertTo (line 1788) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertTo (line 1789) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class TemplateContent (line 1791) | [System.Windows.Markup.XamlDeferLoadAttribute(typeof(System.Windows.Temp... method TemplateContent (line 1794) | internal TemplateContent() { } class TemplateContentLoader (line 1796) | public partial class TemplateContentLoader : System.Xaml.XamlDeferringLo... method TemplateContentLoader (line 1798) | public TemplateContentLoader() { } method Load (line 1799) | public override object Load(System.Xaml.XamlReader xamlReader, System.... method Save (line 1800) | public override System.Xaml.XamlReader Save(object value, System.IServ... class TemplateKey (line 1802) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Mark... method TemplateKey (line 1805) | protected TemplateKey(System.Windows.TemplateKey.TemplateType template... method TemplateKey (line 1806) | protected TemplateKey(System.Windows.TemplateKey.TemplateType template... method Equals (line 1809) | public override bool Equals(object o) { throw null; } method GetHashCode (line 1810) | public override int GetHashCode() { throw null; } method BeginInit (line 1811) | void System.ComponentModel.ISupportInitialize.BeginInit() { } method EndInit (line 1812) | void System.ComponentModel.ISupportInitialize.EndInit() { } method ToString (line 1813) | public override string ToString() { throw null; } type TemplateType (line 1814) | protected enum TemplateType class TemplatePartAttribute (line 1820) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method TemplatePartAttribute (line 1823) | public TemplatePartAttribute() { } class TemplateVisualStateAttribute (line 1827) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method TemplateVisualStateAttribute (line 1830) | public TemplateVisualStateAttribute() { } class ThemeDictionaryExtension (line 1834) | [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(System.... method ThemeDictionaryExtension (line 1837) | public ThemeDictionaryExtension() { } method ThemeDictionaryExtension (line 1838) | public ThemeDictionaryExtension(string assemblyName) { } method ProvideValue (line 1840) | public override object ProvideValue(System.IServiceProvider servicePro... class ThemeInfoAttribute (line 1842) | [System.AttributeUsageAttribute(System.AttributeTargets.Assembly)] method ThemeInfoAttribute (line 1845) | public ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation th... type ThemeMode (line 1849) | [System.Diagnostics.CodeAnalysis.ExperimentalAttribute("WPF0001")] method ThemeMode (line 1852) | public ThemeMode(string value) { throw null; } method Equals (line 1858) | public override bool Equals(object obj) { throw null; } method Equals (line 1859) | public bool Equals(System.Windows.ThemeMode other) { throw null; } method GetHashCode (line 1860) | public override int GetHashCode() { throw null; } method ToString (line 1863) | public override string ToString() { throw null; } class ThemeModeConverter (line 1865) | [System.Diagnostics.CodeAnalysis.ExperimentalAttribute("WPF0001")] method ThemeModeConverter (line 1868) | public ThemeModeConverter() { } method CanConvertFrom (line 1869) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 1870) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 1871) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 1872) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type Thickness (line 1875) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Thic... method Thickness (line 1879) | public Thickness(double uniformLength) { throw null; } method Thickness (line 1880) | public Thickness(double left, double top, double right, double bottom)... method Equals (line 1885) | public override bool Equals(object obj) { throw null; } method Equals (line 1886) | public bool Equals(System.Windows.Thickness thickness) { throw null; } method GetHashCode (line 1887) | public override int GetHashCode() { throw null; } method ToString (line 1890) | public override string ToString() { throw null; } class ThicknessConverter (line 1892) | public partial class ThicknessConverter : System.ComponentModel.TypeConv... method ThicknessConverter (line 1894) | public ThicknessConverter() { } method CanConvertFrom (line 1895) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 1896) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 1897) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 1898) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class Trigger (line 1900) | [System.Windows.Markup.ContentPropertyAttribute("Setters")] method Trigger (line 1904) | public Trigger() { } method ReceiveTypeConverter (line 1918) | public static void ReceiveTypeConverter(object targetObject, System.Wi... method BeginInit (line 1919) | void System.ComponentModel.ISupportInitialize.BeginInit() { } method EndInit (line 1920) | void System.ComponentModel.ISupportInitialize.EndInit() { } method AddChild (line 1921) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 1922) | void System.Windows.Markup.IAddChild.AddText(string text) { } class TriggerAction (line 1924) | public abstract partial class TriggerAction : System.Windows.DependencyO... method TriggerAction (line 1926) | internal TriggerAction() { } class TriggerActionCollection (line 1928) | public sealed partial class TriggerActionCollection : System.Collections... method TriggerActionCollection (line 1930) | public TriggerActionCollection() { } method TriggerActionCollection (line 1931) | public TriggerActionCollection(int initialSize) { } method Add (line 1939) | public void Add(System.Windows.TriggerAction value) { } method Clear (line 1940) | public void Clear() { } method Contains (line 1941) | public bool Contains(System.Windows.TriggerAction value) { throw null; } method CopyTo (line 1942) | public void CopyTo(System.Windows.TriggerAction[] array, int index) { } method GetEnumerator (line 1943) | [System.CLSCompliantAttribute(false)] method IndexOf (line 1945) | public int IndexOf(System.Windows.TriggerAction value) { throw null; } method Insert (line 1946) | public void Insert(int index, System.Windows.TriggerAction value) { } method Remove (line 1947) | public bool Remove(System.Windows.TriggerAction value) { throw null; } method RemoveAt (line 1948) | public void RemoveAt(int index) { } method CopyTo (line 1949) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... method GetEnumerator (line 1950) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Add (line 1951) | int System.Collections.IList.Add(object value) { throw null; } method Contains (line 1952) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 1953) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 1954) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 1955) | void System.Collections.IList.Remove(object value) { } class TriggerBase (line 1957) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method TriggerBase (line 1960) | internal TriggerBase() { } class TriggerCollection (line 1966) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method TriggerCollection (line 1969) | internal TriggerCollection() { } method ClearItems (line 1971) | protected override void ClearItems() { } method InsertItem (line 1972) | protected override void InsertItem(int index, System.Windows.TriggerBa... method RemoveItem (line 1973) | protected override void RemoveItem(int index) { } method SetItem (line 1974) | protected override void SetItem(int index, System.Windows.TriggerBase ... type ValueSource (line 1976) | public partial struct ValueSource method Equals (line 1983) | public override bool Equals(object o) { throw null; } method GetHashCode (line 1984) | public override int GetHashCode() { throw null; } type VerticalAlignment (line 1988) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... class VisualState (line 1996) | [System.Windows.Markup.ContentPropertyAttribute("Storyboard")] method VisualState (line 2000) | public VisualState() { } class VisualStateChangedEventArgs (line 2004) | public sealed partial class VisualStateChangedEventArgs : System.EventArgs method VisualStateChangedEventArgs (line 2006) | internal VisualStateChangedEventArgs() { } class VisualStateGroup (line 2012) | [System.Windows.Markup.ContentPropertyAttribute("States")] method VisualStateGroup (line 2016) | public VisualStateGroup() { } class VisualStateManager (line 2024) | public partial class VisualStateManager : System.Windows.DependencyObject method VisualStateManager (line 2028) | public VisualStateManager() { } method GetCustomVisualStateManager (line 2029) | public static System.Windows.VisualStateManager GetCustomVisualStateMa... method GetVisualStateGroups (line 2030) | [System.ComponentModel.DesignerSerializationVisibilityAttribute(System... method GoToElementState (line 2032) | public static bool GoToElementState(System.Windows.FrameworkElement st... method GoToState (line 2033) | public static bool GoToState(System.Windows.FrameworkElement control, ... method GoToStateCore (line 2034) | protected virtual bool GoToStateCore(System.Windows.FrameworkElement c... method RaiseCurrentStateChanged (line 2035) | protected void RaiseCurrentStateChanged(System.Windows.VisualStateGrou... method RaiseCurrentStateChanging (line 2036) | protected void RaiseCurrentStateChanging(System.Windows.VisualStateGro... method SetCustomVisualStateManager (line 2037) | public static void SetCustomVisualStateManager(System.Windows.Framewor... class VisualTransition (line 2039) | [System.Windows.Markup.ContentPropertyAttribute("Storyboard")] method VisualTransition (line 2042) | public VisualTransition() { } class Window (line 2050) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method Window (line 2068) | public Window() { } method Activate (line 2108) | public bool Activate() { throw null; } method ArrangeOverride (line 2109) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method Close (line 2110) | public void Close() { } method DragMove (line 2111) | public void DragMove() { } method GetWindow (line 2112) | public static System.Windows.Window GetWindow(System.Windows.Dependenc... method Hide (line 2113) | public void Hide() { } method MeasureOverride (line 2114) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnActivated (line 2115) | protected virtual void OnActivated(System.EventArgs e) { } method OnClosed (line 2116) | protected virtual void OnClosed(System.EventArgs e) { } method OnClosing (line 2117) | protected virtual void OnClosing(System.ComponentModel.CancelEventArgs... method OnContentChanged (line 2118) | protected override void OnContentChanged(object oldContent, object new... method OnContentRendered (line 2119) | protected virtual void OnContentRendered(System.EventArgs e) { } method OnCreateAutomationPeer (line 2120) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnDeactivated (line 2121) | protected virtual void OnDeactivated(System.EventArgs e) { } method OnDpiChanged (line 2122) | protected override void OnDpiChanged(System.Windows.DpiScale oldDpi, S... method OnLocationChanged (line 2123) | protected virtual void OnLocationChanged(System.EventArgs e) { } method OnManipulationBoundaryFeedback (line 2124) | protected override void OnManipulationBoundaryFeedback(System.Windows.... method OnSourceInitialized (line 2125) | protected virtual void OnSourceInitialized(System.EventArgs e) { } method OnStateChanged (line 2126) | protected virtual void OnStateChanged(System.EventArgs e) { } method OnVisualChildrenChanged (line 2127) | protected internal override void OnVisualChildrenChanged(System.Window... method OnVisualParentChanged (line 2128) | protected internal sealed override void OnVisualParentChanged(System.W... method Show (line 2129) | public void Show() { } method ShowDialog (line 2130) | public bool? ShowDialog() { throw null; } class WindowCollection (line 2132) | public sealed partial class WindowCollection : System.Collections.IColle... method WindowCollection (line 2134) | public WindowCollection() { } method CopyTo (line 2139) | public void CopyTo(System.Windows.Window[] array, int index) { } method GetEnumerator (line 2140) | public System.Collections.IEnumerator GetEnumerator() { throw null; } method CopyTo (line 2141) | void System.Collections.ICollection.CopyTo(System.Array array, int ind... type WindowStartupLocation (line 2143) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... type WindowState (line 2150) | public enum WindowState type WindowStyle (line 2156) | public enum WindowStyle type WrapDirection (line 2163) | public enum WrapDirection class Annotation (line 2173) | public sealed partial class Annotation : System.Xml.Serialization.IXmlSe... method Annotation (line 2175) | public Annotation() { } method Annotation (line 2176) | public Annotation(System.Xml.XmlQualifiedName annotationType) { } method Annotation (line 2177) | public Annotation(System.Xml.XmlQualifiedName annotationType, System.G... method GetSchema (line 2188) | public System.Xml.Schema.XmlSchema GetSchema() { throw null; } method ReadXml (line 2189) | public void ReadXml(System.Xml.XmlReader reader) { } method WriteXml (line 2190) | public void WriteXml(System.Xml.XmlWriter writer) { } type AnnotationAction (line 2192) | public enum AnnotationAction class AnnotationAuthorChangedEventArgs (line 2198) | public sealed partial class AnnotationAuthorChangedEventArgs : System.Ev... method AnnotationAuthorChangedEventArgs (line 2200) | public AnnotationAuthorChangedEventArgs(System.Windows.Annotations.Ann... class AnnotationDocumentPaginator (line 2206) | public sealed partial class AnnotationDocumentPaginator : System.Windows... method AnnotationDocumentPaginator (line 2208) | public AnnotationDocumentPaginator(System.Windows.Documents.DocumentPa... method AnnotationDocumentPaginator (line 2209) | public AnnotationDocumentPaginator(System.Windows.Documents.DocumentPa... method AnnotationDocumentPaginator (line 2210) | public AnnotationDocumentPaginator(System.Windows.Documents.DocumentPa... method AnnotationDocumentPaginator (line 2211) | public AnnotationDocumentPaginator(System.Windows.Documents.DocumentPa... method CancelAsync (line 2216) | public override void CancelAsync(object userState) { } method ComputePageCount (line 2217) | public override void ComputePageCount() { } method ComputePageCountAsync (line 2218) | public override void ComputePageCountAsync(object userState) { } method GetPage (line 2219) | public override System.Windows.Documents.DocumentPage GetPage(int page... method GetPageAsync (line 2220) | public override void GetPageAsync(int pageNumber, object userState) { } class AnnotationHelper (line 2222) | public static partial class AnnotationHelper method ClearHighlightsForSelection (line 2224) | public static void ClearHighlightsForSelection(System.Windows.Annotati... method CreateHighlightForSelection (line 2225) | public static System.Windows.Annotations.Annotation CreateHighlightFor... method CreateInkStickyNoteForSelection (line 2226) | public static System.Windows.Annotations.Annotation CreateInkStickyNot... method CreateTextStickyNoteForSelection (line 2227) | public static System.Windows.Annotations.Annotation CreateTextStickyNo... method DeleteInkStickyNotesForSelection (line 2228) | public static void DeleteInkStickyNotesForSelection(System.Windows.Ann... method DeleteTextStickyNotesForSelection (line 2229) | public static void DeleteTextStickyNotesForSelection(System.Windows.An... method GetAnchorInfo (line 2230) | public static System.Windows.Annotations.IAnchorInfo GetAnchorInfo(Sys... class AnnotationResource (line 2232) | public sealed partial class AnnotationResource : System.ComponentModel.I... method AnnotationResource (line 2234) | public AnnotationResource() { } method AnnotationResource (line 2235) | public AnnotationResource(System.Guid id) { } method AnnotationResource (line 2236) | public AnnotationResource(string name) { } method GetSchema (line 2242) | public System.Xml.Schema.XmlSchema GetSchema() { throw null; } method ReadXml (line 2243) | public void ReadXml(System.Xml.XmlReader reader) { } method WriteXml (line 2244) | public void WriteXml(System.Xml.XmlWriter writer) { } class AnnotationResourceChangedEventArgs (line 2246) | public sealed partial class AnnotationResourceChangedEventArgs : System.... method AnnotationResourceChangedEventArgs (line 2248) | public AnnotationResourceChangedEventArgs(System.Windows.Annotations.A... class AnnotationService (line 2254) | public sealed partial class AnnotationService : System.Windows.Threading... method AnnotationService (line 2262) | public AnnotationService(System.Windows.Controls.FlowDocumentReader vi... method AnnotationService (line 2263) | public AnnotationService(System.Windows.Controls.FlowDocumentScrollVie... method AnnotationService (line 2264) | public AnnotationService(System.Windows.Controls.Primitives.DocumentVi... method Disable (line 2267) | public void Disable() { } method Enable (line 2268) | public void Enable(System.Windows.Annotations.Storage.AnnotationStore ... method GetService (line 2269) | public static System.Windows.Annotations.AnnotationService GetService(... method GetService (line 2270) | public static System.Windows.Annotations.AnnotationService GetService(... method GetService (line 2271) | public static System.Windows.Annotations.AnnotationService GetService(... class ContentLocator (line 2273) | public sealed partial class ContentLocator : System.Windows.Annotations.... method ContentLocator (line 2275) | public ContentLocator() { } method Clone (line 2277) | public override object Clone() { throw null; } method GetSchema (line 2278) | public System.Xml.Schema.XmlSchema GetSchema() { throw null; } method ReadXml (line 2279) | public void ReadXml(System.Xml.XmlReader reader) { } method StartsWith (line 2280) | public bool StartsWith(System.Windows.Annotations.ContentLocator locat... method WriteXml (line 2281) | public void WriteXml(System.Xml.XmlWriter writer) { } class ContentLocatorBase (line 2283) | public abstract partial class ContentLocatorBase : System.ComponentModel... method ContentLocatorBase (line 2285) | internal ContentLocatorBase() { } method Clone (line 2287) | public abstract object Clone(); class ContentLocatorGroup (line 2289) | public sealed partial class ContentLocatorGroup : System.Windows.Annotat... method ContentLocatorGroup (line 2291) | public ContentLocatorGroup() { } method Clone (line 2293) | public override object Clone() { throw null; } method GetSchema (line 2294) | public System.Xml.Schema.XmlSchema GetSchema() { throw null; } method ReadXml (line 2295) | public void ReadXml(System.Xml.XmlReader reader) { } method WriteXml (line 2296) | public void WriteXml(System.Xml.XmlWriter writer) { } class ContentLocatorPart (line 2298) | public sealed partial class ContentLocatorPart : System.ComponentModel.I... method ContentLocatorPart (line 2300) | public ContentLocatorPart(System.Xml.XmlQualifiedName partType) { } method Clone (line 2304) | public object Clone() { throw null; } method Equals (line 2305) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 2306) | public override int GetHashCode() { throw null; } type IAnchorInfo (line 2308) | public partial interface IAnchorInfo class TextAnchor (line 2314) | public sealed partial class TextAnchor method TextAnchor (line 2316) | internal TextAnchor() { } method Equals (line 2319) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 2320) | public override int GetHashCode() { throw null; } class AnnotationStore (line 2325) | public abstract partial class AnnotationStore : System.IDisposable method AnnotationStore (line 2327) | protected AnnotationStore() { } method AddAnnotation (line 2335) | public abstract void AddAnnotation(System.Windows.Annotations.Annotati... method DeleteAnnotation (line 2336) | public abstract System.Windows.Annotations.Annotation DeleteAnnotation... method Dispose (line 2337) | public void Dispose() { } method Dispose (line 2338) | protected virtual void Dispose(bool disposing) { } method Flush (line 2340) | public abstract void Flush(); method GetAnnotation (line 2341) | public abstract System.Windows.Annotations.Annotation GetAnnotation(Sy... method GetAnnotations (line 2342) | public abstract System.Collections.Generic.IList GetWellKnow... method OnStoreContentChanged (line 2376) | protected override void OnStoreContentChanged(System.Windows.Annotatio... class ButtonAutomationPeer (line 2381) | public partial class ButtonAutomationPeer : System.Windows.Automation.Pe... method ButtonAutomationPeer (line 2383) | public ButtonAutomationPeer(System.Windows.Controls.Button owner) : ba... method GetAutomationControlTypeCore (line 2384) | protected override System.Windows.Automation.Peers.AutomationControlTy... method GetClassNameCore (line 2385) | protected override string GetClassNameCore() { throw null; } method GetPattern (line 2386) | public override object GetPattern(System.Windows.Automation.Peers.Patt... method Invoke (line 2387) | void System.Windows.Automation.Provider.IInvokeProvider.Invoke() { } class ButtonBaseAutomationPeer (line 2389) | public abstract partial class ButtonBaseAutomationPeer : System.Windows.... method ButtonBaseAutomationPeer (line 2391) | protected ButtonBaseAutomationPeer(System.Windows.Controls.Primitives.... method GetAcceleratorKeyCore (line 2392) | protected override string GetAcceleratorKeyCore() { throw null; } method GetAutomationIdCore (line 2393) | protected override string GetAutomationIdCore() { throw null; } method GetNameCore (line 2394) | protected override string GetNameCore() { throw null; } class CalendarAutomationPeer (line 2396) | public sealed partial class CalendarAutomationPeer : System.Windows.Auto... method CalendarAutomationPeer (line 2398) | public CalendarAutomationPeer(System.Windows.Controls.Calendar owner) ... method GetAutomationControlTypeCore (line 2405) | protected override System.Windows.Automation.Peers.AutomationControlTy... method GetChildrenCore (line 2406) | protected override System.Collections.Generic.List... method InputHitTest (line 7163) | System.Windows.IInputElement System.Windows.IContentHost.InputHitTest(... method OnChildDesiredSizeChanged (line 7164) | void System.Windows.IContentHost.OnChildDesiredSizeChanged(System.Wind... method AddChild (line 7165) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 7166) | void System.Windows.Markup.IAddChild.AddText(string text) { } class TextBox (line 7168) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method TextBox (line 7180) | public TextBox() { } method Clear (line 7209) | public void Clear() { } method GetCharacterIndexFromLineIndex (line 7210) | public int GetCharacterIndexFromLineIndex(int lineIndex) { throw null; } method GetCharacterIndexFromPoint (line 7211) | public int GetCharacterIndexFromPoint(System.Windows.Point point, bool... method GetFirstVisibleLineIndex (line 7212) | public int GetFirstVisibleLineIndex() { throw null; } method GetLastVisibleLineIndex (line 7213) | public int GetLastVisibleLineIndex() { throw null; } method GetLineIndexFromCharacterIndex (line 7214) | public int GetLineIndexFromCharacterIndex(int charIndex) { throw null; } method GetLineLength (line 7215) | public int GetLineLength(int lineIndex) { throw null; } method GetLineText (line 7216) | public string GetLineText(int lineIndex) { throw null; } method GetNextSpellingErrorCharacterIndex (line 7217) | public int GetNextSpellingErrorCharacterIndex(int charIndex, System.Wi... method GetRectFromCharacterIndex (line 7218) | public System.Windows.Rect GetRectFromCharacterIndex(int charIndex) { ... method GetRectFromCharacterIndex (line 7219) | public System.Windows.Rect GetRectFromCharacterIndex(int charIndex, bo... method GetSpellingError (line 7220) | public System.Windows.Controls.SpellingError GetSpellingError(int char... method GetSpellingErrorLength (line 7221) | public int GetSpellingErrorLength(int charIndex) { throw null; } method GetSpellingErrorStart (line 7222) | public int GetSpellingErrorStart(int charIndex) { throw null; } method MeasureOverride (line 7223) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnCreateAutomationPeer (line 7224) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnPropertyChanged (line 7225) | protected override void OnPropertyChanged(System.Windows.DependencyPro... method ScrollToLine (line 7226) | public void ScrollToLine(int lineIndex) { } method Select (line 7227) | public void Select(int start, int length) { } method ShouldSerializeText (line 7228) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method AddChild (line 7230) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 7231) | void System.Windows.Markup.IAddChild.AddText(string text) { } class TextChange (line 7233) | public partial class TextChange method TextChange (line 7235) | internal TextChange() { } class TextChangedEventArgs (line 7240) | public partial class TextChangedEventArgs : System.Windows.RoutedEventArgs method TextChangedEventArgs (line 7242) | public TextChangedEventArgs(System.Windows.RoutedEvent id, System.Wind... method TextChangedEventArgs (line 7243) | public TextChangedEventArgs(System.Windows.RoutedEvent id, System.Wind... method InvokeEventHandler (line 7246) | protected override void InvokeEventHandler(System.Delegate genericHand... class TextSearch (line 7249) | public sealed partial class TextSearch : System.Windows.DependencyObject method TextSearch (line 7251) | internal TextSearch() { } method GetText (line 7254) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetTextPath (line 7256) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method SetText (line 7258) | public static void SetText(System.Windows.DependencyObject element, st... method SetTextPath (line 7259) | public static void SetTextPath(System.Windows.DependencyObject element... class ToolBar (line 7261) | [System.Windows.TemplatePartAttribute(Name="PART_ToolBarOverflowPanel", ... method ToolBar (line 7272) | public ToolBar() { } method GetIsOverflowItem (line 7290) | public static bool GetIsOverflowItem(System.Windows.DependencyObject e... method GetOverflowMode (line 7291) | [System.Windows.AttachedPropertyBrowsableForChildrenAttribute(IncludeD... method MeasureOverride (line 7293) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnCreateAutomationPeer (line 7294) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnItemsChanged (line 7295) | protected override void OnItemsChanged(System.Collections.Specialized.... method OnKeyDown (line 7296) | protected override void OnKeyDown(System.Windows.Input.KeyEventArgs e)... method OnLostMouseCapture (line 7297) | protected override void OnLostMouseCapture(System.Windows.Input.MouseE... method PrepareContainerForItemOverride (line 7298) | protected override void PrepareContainerForItemOverride(System.Windows... method SetOverflowMode (line 7299) | public static void SetOverflowMode(System.Windows.DependencyObject ele... class ToolBarTray (line 7301) | [System.Windows.Markup.ContentPropertyAttribute("ToolBars")] method ToolBarTray (line 7307) | public ToolBarTray() { } method ArrangeOverride (line 7315) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method GetIsLocked (line 7316) | public static bool GetIsLocked(System.Windows.DependencyObject element... method GetVisualChild (line 7317) | protected override System.Windows.Media.Visual GetVisualChild(int inde... method MeasureOverride (line 7318) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnRender (line 7319) | protected override void OnRender(System.Windows.Media.DrawingContext d... method SetIsLocked (line 7320) | public static void SetIsLocked(System.Windows.DependencyObject element... method AddChild (line 7321) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 7322) | void System.Windows.Markup.IAddChild.AddText(string text) { } class ToolTip (line 7324) | [System.ComponentModel.DefaultEventAttribute("Opened")] method ToolTip (line 7340) | public ToolTip() { } method OnClosed (line 7376) | protected virtual void OnClosed(System.Windows.RoutedEventArgs e) { } method OnContentChanged (line 7377) | protected override void OnContentChanged(object oldContent, object new... method OnCreateAutomationPeer (line 7378) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnOpened (line 7379) | protected virtual void OnOpened(System.Windows.RoutedEventArgs e) { } method OnVisualParentChanged (line 7380) | protected internal override void OnVisualParentChanged(System.Windows.... class ToolTipEventArgs (line 7382) | public sealed partial class ToolTipEventArgs : System.Windows.RoutedEven... method ToolTipEventArgs (line 7384) | internal ToolTipEventArgs() { } method InvokeEventHandler (line 7385) | protected override void InvokeEventHandler(System.Delegate genericHand... class ToolTipService (line 7388) | public static partial class ToolTipService method AddToolTipClosingHandler (line 7406) | public static void AddToolTipClosingHandler(System.Windows.DependencyO... method AddToolTipOpeningHandler (line 7407) | public static void AddToolTipOpeningHandler(System.Windows.DependencyO... method GetBetweenShowDelay (line 7408) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetHasDropShadow (line 7410) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetHorizontalOffset (line 7412) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Le... method GetInitialShowDelay (line 7415) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetIsEnabled (line 7417) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetIsOpen (line 7419) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetPlacement (line 7421) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetPlacementRectangle (line 7423) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetPlacementTarget (line 7425) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetShowDuration (line 7427) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetShowOnDisabled (line 7429) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetShowsToolTipOnKeyboardFocus (line 7431) | public static bool? GetShowsToolTipOnKeyboardFocus(System.Windows.Depe... method GetToolTip (line 7432) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetVerticalOffset (line 7434) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Le... method RemoveToolTipClosingHandler (line 7437) | public static void RemoveToolTipClosingHandler(System.Windows.Dependen... method RemoveToolTipOpeningHandler (line 7438) | public static void RemoveToolTipOpeningHandler(System.Windows.Dependen... method SetBetweenShowDelay (line 7439) | public static void SetBetweenShowDelay(System.Windows.DependencyObject... method SetHasDropShadow (line 7440) | public static void SetHasDropShadow(System.Windows.DependencyObject el... method SetHorizontalOffset (line 7441) | public static void SetHorizontalOffset(System.Windows.DependencyObject... method SetInitialShowDelay (line 7442) | public static void SetInitialShowDelay(System.Windows.DependencyObject... method SetIsEnabled (line 7443) | public static void SetIsEnabled(System.Windows.DependencyObject elemen... method SetPlacement (line 7444) | public static void SetPlacement(System.Windows.DependencyObject elemen... method SetPlacementRectangle (line 7445) | public static void SetPlacementRectangle(System.Windows.DependencyObje... method SetPlacementTarget (line 7446) | public static void SetPlacementTarget(System.Windows.DependencyObject ... method SetShowDuration (line 7447) | public static void SetShowDuration(System.Windows.DependencyObject ele... method SetShowOnDisabled (line 7448) | public static void SetShowOnDisabled(System.Windows.DependencyObject e... method SetShowsToolTipOnKeyboardFocus (line 7449) | public static void SetShowsToolTipOnKeyboardFocus(System.Windows.Depen... method SetToolTip (line 7450) | public static void SetToolTip(System.Windows.DependencyObject element,... method SetVerticalOffset (line 7451) | public static void SetVerticalOffset(System.Windows.DependencyObject e... class TreeView (line 7453) | [System.Windows.StyleTypedPropertyAttribute(Property="ItemContainerStyle... method TreeView (line 7460) | public TreeView() { } method ExpandSubtree (line 7477) | protected virtual bool ExpandSubtree(System.Windows.Controls.TreeViewI... method GetContainerForItemOverride (line 7478) | protected override System.Windows.DependencyObject GetContainerForItem... method IsItemItsOwnContainerOverride (line 7479) | protected override bool IsItemItsOwnContainerOverride(object item) { t... method OnCreateAutomationPeer (line 7480) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnGotFocus (line 7481) | protected override void OnGotFocus(System.Windows.RoutedEventArgs e) { } method OnIsKeyboardFocusWithinChanged (line 7482) | protected override void OnIsKeyboardFocusWithinChanged(System.Windows.... method OnItemsChanged (line 7483) | protected override void OnItemsChanged(System.Collections.Specialized.... method OnKeyDown (line 7484) | protected override void OnKeyDown(System.Windows.Input.KeyEventArgs e)... method OnSelectedItemChanged (line 7485) | protected virtual void OnSelectedItemChanged(System.Windows.RoutedProp... class TreeViewItem (line 7487) | [System.Windows.StyleTypedPropertyAttribute(Property="ItemContainerStyle... method TreeViewItem (line 7499) | public TreeViewItem() { } method ArrangeOverride (line 7520) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method ExpandSubtree (line 7521) | public void ExpandSubtree() { } method GetContainerForItemOverride (line 7522) | protected override System.Windows.DependencyObject GetContainerForItem... method IsItemItsOwnContainerOverride (line 7523) | protected override bool IsItemItsOwnContainerOverride(object item) { t... method OnCollapsed (line 7524) | protected virtual void OnCollapsed(System.Windows.RoutedEventArgs e) { } method OnCreateAutomationPeer (line 7525) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnExpanded (line 7526) | protected virtual void OnExpanded(System.Windows.RoutedEventArgs e) { } method OnGotFocus (line 7527) | protected override void OnGotFocus(System.Windows.RoutedEventArgs e) { } method OnItemsChanged (line 7528) | protected override void OnItemsChanged(System.Collections.Specialized.... method OnKeyDown (line 7529) | protected override void OnKeyDown(System.Windows.Input.KeyEventArgs e)... method OnMouseLeftButtonDown (line 7530) | protected override void OnMouseLeftButtonDown(System.Windows.Input.Mou... method OnSelected (line 7531) | protected virtual void OnSelected(System.Windows.RoutedEventArgs e) { } method OnUnselected (line 7532) | protected virtual void OnUnselected(System.Windows.RoutedEventArgs e) { } method OnVisualParentChanged (line 7533) | protected internal override void OnVisualParentChanged(System.Windows.... class UIElementCollection (line 7535) | public partial class UIElementCollection : System.Collections.ICollectio... method UIElementCollection (line 7537) | public UIElementCollection(System.Windows.UIElement visualParent, Syst... method Add (line 7546) | public virtual int Add(System.Windows.UIElement element) { throw null; } method Clear (line 7547) | public virtual void Clear() { } method ClearLogicalParent (line 7548) | protected void ClearLogicalParent(System.Windows.UIElement element) { } method Contains (line 7549) | public virtual bool Contains(System.Windows.UIElement element) { throw... method CopyTo (line 7550) | public virtual void CopyTo(System.Array array, int index) { } method CopyTo (line 7551) | public virtual void CopyTo(System.Windows.UIElement[] array, int index... method GetEnumerator (line 7552) | public virtual System.Collections.IEnumerator GetEnumerator() { throw ... method IndexOf (line 7553) | public virtual int IndexOf(System.Windows.UIElement element) { throw n... method Insert (line 7554) | public virtual void Insert(int index, System.Windows.UIElement element... method Remove (line 7555) | public virtual void Remove(System.Windows.UIElement element) { } method RemoveAt (line 7556) | public virtual void RemoveAt(int index) { } method RemoveRange (line 7557) | public virtual void RemoveRange(int index, int count) { } method SetLogicalParent (line 7558) | protected void SetLogicalParent(System.Windows.UIElement element) { } method Add (line 7559) | int System.Collections.IList.Add(object value) { throw null; } method Contains (line 7560) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 7561) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 7562) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 7563) | void System.Collections.IList.Remove(object value) { } type UndoAction (line 7565) | public enum UndoAction class UserControl (line 7574) | public partial class UserControl : System.Windows.Controls.ContentControl method UserControl (line 7576) | public UserControl() { } method OnCreateAutomationPeer (line 7577) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... class Validation (line 7579) | public static partial class Validation method AddErrorHandler (line 7587) | public static void AddErrorHandler(System.Windows.DependencyObject ele... method ClearInvalid (line 7588) | public static void ClearInvalid(System.Windows.Data.BindingExpressionB... method GetErrors (line 7589) | public static System.Collections.ObjectModel.ReadOnlyObservableCollect... method GetErrorTemplate (line 7590) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetHasError (line 7592) | public static bool GetHasError(System.Windows.DependencyObject element... method GetValidationAdornerSite (line 7593) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetValidationAdornerSiteFor (line 7595) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method MarkInvalid (line 7597) | public static void MarkInvalid(System.Windows.Data.BindingExpressionBa... method RemoveErrorHandler (line 7598) | public static void RemoveErrorHandler(System.Windows.DependencyObject ... method SetErrorTemplate (line 7599) | public static void SetErrorTemplate(System.Windows.DependencyObject el... method SetValidationAdornerSite (line 7600) | public static void SetValidationAdornerSite(System.Windows.DependencyO... method SetValidationAdornerSiteFor (line 7601) | public static void SetValidationAdornerSiteFor(System.Windows.Dependen... class ValidationError (line 7603) | public partial class ValidationError method ValidationError (line 7605) | public ValidationError(System.Windows.Controls.ValidationRule ruleInEr... method ValidationError (line 7606) | public ValidationError(System.Windows.Controls.ValidationRule ruleInEr... type ValidationErrorEventAction (line 7612) | public enum ValidationErrorEventAction class ValidationErrorEventArgs (line 7617) | public partial class ValidationErrorEventArgs : System.Windows.RoutedEve... method ValidationErrorEventArgs (line 7619) | internal ValidationErrorEventArgs() { } method InvokeEventHandler (line 7622) | protected override void InvokeEventHandler(System.Delegate genericHand... class ValidationResult (line 7624) | public partial class ValidationResult method ValidationResult (line 7626) | public ValidationResult(bool isValid, object errorContent) { } method Equals (line 7630) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 7631) | public override int GetHashCode() { throw null; } class ValidationRule (line 7635) | public abstract partial class ValidationRule method ValidationRule (line 7637) | protected ValidationRule() { } method ValidationRule (line 7638) | protected ValidationRule(System.Windows.Controls.ValidationStep valida... method Validate (line 7641) | public abstract System.Windows.Controls.ValidationResult Validate(obje... method Validate (line 7642) | public virtual System.Windows.Controls.ValidationResult Validate(objec... method Validate (line 7643) | public virtual System.Windows.Controls.ValidationResult Validate(objec... type ValidationStep (line 7645) | public enum ValidationStep class ViewBase (line 7652) | public abstract partial class ViewBase : System.Windows.DependencyObject method ViewBase (line 7654) | protected ViewBase() { } method ClearItem (line 7657) | protected internal virtual void ClearItem(System.Windows.Controls.List... method GetAutomationPeer (line 7658) | protected internal virtual System.Windows.Automation.Peers.IViewAutoma... method PrepareItem (line 7659) | protected internal virtual void PrepareItem(System.Windows.Controls.Li... class Viewbox (line 7661) | public partial class Viewbox : System.Windows.Controls.Decorator method Viewbox (line 7665) | public Viewbox() { } method ArrangeOverride (line 7671) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method GetVisualChild (line 7672) | protected override System.Windows.Media.Visual GetVisualChild(int inde... method MeasureOverride (line 7673) | protected override System.Windows.Size MeasureOverride(System.Windows.... class Viewport3D (line 7675) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method Viewport3D (line 7681) | public Viewport3D() { } method ArrangeOverride (line 7686) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method GetVisualChild (line 7687) | protected override System.Windows.Media.Visual GetVisualChild(int inde... method OnCreateAutomationPeer (line 7688) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method AddChild (line 7689) | void System.Windows.Markup.IAddChild.AddChild(object value) { } method AddText (line 7690) | void System.Windows.Markup.IAddChild.AddText(string text) { } type VirtualizationCacheLength (line 7692) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Cont... method VirtualizationCacheLength (line 7695) | public VirtualizationCacheLength(double cacheBeforeAndAfterViewport) {... method VirtualizationCacheLength (line 7696) | public VirtualizationCacheLength(double cacheBeforeViewport, double ca... method Equals (line 7699) | public override bool Equals(object oCompare) { throw null; } method Equals (line 7700) | public bool Equals(System.Windows.Controls.VirtualizationCacheLength c... method GetHashCode (line 7701) | public override int GetHashCode() { throw null; } method ToString (line 7704) | public override string ToString() { throw null; } class VirtualizationCacheLengthConverter (line 7706) | public partial class VirtualizationCacheLengthConverter : System.Compone... method VirtualizationCacheLengthConverter (line 7708) | public VirtualizationCacheLengthConverter() { } method CanConvertFrom (line 7709) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 7710) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 7711) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 7712) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type VirtualizationCacheLengthUnit (line 7714) | public enum VirtualizationCacheLengthUnit type VirtualizationMode (line 7720) | public enum VirtualizationMode class VirtualizingPanel (line 7725) | public abstract partial class VirtualizingPanel : System.Windows.Control... method VirtualizingPanel (line 7734) | protected VirtualizingPanel() { } method AddInternalChild (line 7738) | protected void AddInternalChild(System.Windows.UIElement child) { } method BringIndexIntoView (line 7739) | protected internal virtual void BringIndexIntoView(int index) { } method BringIndexIntoViewPublic (line 7740) | public void BringIndexIntoViewPublic(int index) { } method GetCacheLength (line 7741) | public static System.Windows.Controls.VirtualizationCacheLength GetCac... method GetCacheLengthUnit (line 7742) | public static System.Windows.Controls.VirtualizationCacheLengthUnit Ge... method GetIsContainerVirtualizable (line 7743) | public static bool GetIsContainerVirtualizable(System.Windows.Dependen... method GetIsVirtualizing (line 7744) | public static bool GetIsVirtualizing(System.Windows.DependencyObject e... method GetIsVirtualizingWhenGrouping (line 7745) | public static bool GetIsVirtualizingWhenGrouping(System.Windows.Depend... method GetItemOffset (line 7746) | public double GetItemOffset(System.Windows.UIElement child) { throw nu... method GetItemOffsetCore (line 7747) | protected virtual double GetItemOffsetCore(System.Windows.UIElement ch... method GetScrollUnit (line 7748) | public static System.Windows.Controls.ScrollUnit GetScrollUnit(System.... method GetVirtualizationMode (line 7749) | public static System.Windows.Controls.VirtualizationMode GetVirtualiza... method InsertInternalChild (line 7750) | protected void InsertInternalChild(int index, System.Windows.UIElement... method OnClearChildren (line 7751) | protected virtual void OnClearChildren() { } method OnItemsChanged (line 7752) | protected virtual void OnItemsChanged(object sender, System.Windows.Co... method RemoveInternalChildRange (line 7753) | protected void RemoveInternalChildRange(int index, int range) { } method SetCacheLength (line 7754) | public static void SetCacheLength(System.Windows.DependencyObject elem... method SetCacheLengthUnit (line 7755) | public static void SetCacheLengthUnit(System.Windows.DependencyObject ... method SetIsContainerVirtualizable (line 7756) | public static void SetIsContainerVirtualizable(System.Windows.Dependen... method SetIsVirtualizing (line 7757) | public static void SetIsVirtualizing(System.Windows.DependencyObject e... method SetIsVirtualizingWhenGrouping (line 7758) | public static void SetIsVirtualizingWhenGrouping(System.Windows.Depend... method SetScrollUnit (line 7759) | public static void SetScrollUnit(System.Windows.DependencyObject eleme... method SetVirtualizationMode (line 7760) | public static void SetVirtualizationMode(System.Windows.DependencyObje... method ShouldItemsChangeAffectLayout (line 7761) | public bool ShouldItemsChangeAffectLayout(bool areItemChangesLocal, Sy... method ShouldItemsChangeAffectLayoutCore (line 7762) | protected virtual bool ShouldItemsChangeAffectLayoutCore(bool areItemC... class VirtualizingStackPanel (line 7764) | public partial class VirtualizingStackPanel : System.Windows.Controls.Vi... method VirtualizingStackPanel (line 7770) | public VirtualizingStackPanel() { } method AddCleanUpVirtualizedItemHandler (line 7789) | public static void AddCleanUpVirtualizedItemHandler(System.Windows.Dep... method ArrangeOverride (line 7790) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method BringIndexIntoView (line 7791) | protected internal override void BringIndexIntoView(int index) { } method GetItemOffsetCore (line 7792) | protected override double GetItemOffsetCore(System.Windows.UIElement c... method LineDown (line 7793) | public virtual void LineDown() { } method LineLeft (line 7794) | public virtual void LineLeft() { } method LineRight (line 7795) | public virtual void LineRight() { } method LineUp (line 7796) | public virtual void LineUp() { } method MakeVisible (line 7797) | public System.Windows.Rect MakeVisible(System.Windows.Media.Visual vis... method MeasureOverride (line 7798) | protected override System.Windows.Size MeasureOverride(System.Windows.... method MouseWheelDown (line 7799) | public virtual void MouseWheelDown() { } method MouseWheelLeft (line 7800) | public virtual void MouseWheelLeft() { } method MouseWheelRight (line 7801) | public virtual void MouseWheelRight() { } method MouseWheelUp (line 7802) | public virtual void MouseWheelUp() { } method OnCleanUpVirtualizedItem (line 7803) | protected virtual void OnCleanUpVirtualizedItem(System.Windows.Control... method OnClearChildren (line 7804) | protected override void OnClearChildren() { } method OnItemsChanged (line 7805) | protected override void OnItemsChanged(object sender, System.Windows.C... method OnViewportOffsetChanged (line 7806) | protected virtual void OnViewportOffsetChanged(System.Windows.Vector o... method OnViewportSizeChanged (line 7807) | protected virtual void OnViewportSizeChanged(System.Windows.Size oldVi... method PageDown (line 7808) | public virtual void PageDown() { } method PageLeft (line 7809) | public virtual void PageLeft() { } method PageRight (line 7810) | public virtual void PageRight() { } method PageUp (line 7811) | public virtual void PageUp() { } method RemoveCleanUpVirtualizedItemHandler (line 7812) | public static void RemoveCleanUpVirtualizedItemHandler(System.Windows.... method SetHorizontalOffset (line 7813) | public void SetHorizontalOffset(double offset) { } method SetVerticalOffset (line 7814) | public void SetVerticalOffset(double offset) { } method ShouldItemsChangeAffectLayoutCore (line 7815) | protected override bool ShouldItemsChangeAffectLayoutCore(bool areItem... class WebBrowser (line 7817) | public sealed partial class WebBrowser : System.Windows.Interop.ActiveXHost method WebBrowser (line 7819) | public WebBrowser() { } method GoBack (line 7828) | public void GoBack() { } method GoForward (line 7829) | public void GoForward() { } method InvokeScript (line 7830) | public object InvokeScript(string scriptName) { throw null; } method InvokeScript (line 7831) | public object InvokeScript(string scriptName, params object[] args) { ... method Navigate (line 7832) | public void Navigate(string source) { } method Navigate (line 7833) | public void Navigate(string source, string targetFrameName, byte[] pos... method Navigate (line 7834) | public void Navigate(System.Uri source) { } method Navigate (line 7835) | public void Navigate(System.Uri source, string targetFrameName, byte[]... method NavigateToStream (line 7836) | public void NavigateToStream(System.IO.Stream stream) { } method NavigateToString (line 7837) | public void NavigateToString(string text) { } method Refresh (line 7838) | public void Refresh() { } method Refresh (line 7839) | public void Refresh(bool noCache) { } method TabIntoCore (line 7840) | protected override bool TabIntoCore(System.Windows.Input.TraversalRequ... method TranslateAcceleratorCore (line 7841) | protected override bool TranslateAcceleratorCore(ref System.Windows.In... class WrapPanel (line 7843) | public partial class WrapPanel : System.Windows.Controls.Panel method WrapPanel (line 7848) | public WrapPanel() { } method ArrangeOverride (line 7854) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method MeasureOverride (line 7855) | protected override System.Windows.Size MeasureOverride(System.Windows.... type AutoToolTipPlacement (line 7860) | public enum AutoToolTipPlacement class BulletDecorator (line 7866) | public partial class BulletDecorator : System.Windows.Controls.Decorator method BulletDecorator (line 7869) | public BulletDecorator() { } method ArrangeOverride (line 7874) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method GetVisualChild (line 7875) | protected override System.Windows.Media.Visual GetVisualChild(int inde... method MeasureOverride (line 7876) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnRender (line 7877) | protected override void OnRender(System.Windows.Media.DrawingContext d... class ButtonBase (line 7879) | [System.ComponentModel.DefaultEventAttribute("Click")] method ButtonBase (line 7889) | protected ButtonBase() { } method OnAccessKey (line 7911) | protected override void OnAccessKey(System.Windows.Input.AccessKeyEven... method OnClick (line 7912) | protected virtual void OnClick() { } method OnIsPressedChanged (line 7913) | protected virtual void OnIsPressedChanged(System.Windows.DependencyPro... method OnKeyDown (line 7914) | protected override void OnKeyDown(System.Windows.Input.KeyEventArgs e)... method OnKeyUp (line 7915) | protected override void OnKeyUp(System.Windows.Input.KeyEventArgs e) { } method OnLostKeyboardFocus (line 7916) | protected override void OnLostKeyboardFocus(System.Windows.Input.Keybo... method OnLostMouseCapture (line 7917) | protected override void OnLostMouseCapture(System.Windows.Input.MouseE... method OnMouseEnter (line 7918) | protected override void OnMouseEnter(System.Windows.Input.MouseEventAr... method OnMouseLeave (line 7919) | protected override void OnMouseLeave(System.Windows.Input.MouseEventAr... method OnMouseLeftButtonDown (line 7920) | protected override void OnMouseLeftButtonDown(System.Windows.Input.Mou... method OnMouseLeftButtonUp (line 7921) | protected override void OnMouseLeftButtonUp(System.Windows.Input.Mouse... method OnMouseMove (line 7922) | protected override void OnMouseMove(System.Windows.Input.MouseEventArg... method OnRenderSizeChanged (line 7923) | protected internal override void OnRenderSizeChanged(System.Windows.Si... class CalendarButton (line 7925) | public sealed partial class CalendarButton : System.Windows.Controls.Button method CalendarButton (line 7929) | public CalendarButton() { } method OnCreateAutomationPeer (line 7932) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... class CalendarDayButton (line 7934) | public sealed partial class CalendarDayButton : System.Windows.Controls.... method CalendarDayButton (line 7941) | public CalendarDayButton() { } method OnCreateAutomationPeer (line 7947) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... class CalendarItem (line 7949) | [System.Windows.TemplatePartAttribute(Name="DayTitleTemplate", Type=type... method CalendarItem (line 7959) | public CalendarItem() { } method OnApplyTemplate (line 7961) | public override void OnApplyTemplate() { } method OnLostMouseCapture (line 7962) | protected override void OnLostMouseCapture(System.Windows.Input.MouseE... method OnMouseUp (line 7963) | protected override void OnMouseUp(System.Windows.Input.MouseButtonEven... type CustomPopupPlacement (line 7965) | public partial struct CustomPopupPlacement method CustomPopupPlacement (line 7967) | public CustomPopupPlacement(System.Windows.Point point, System.Windows... method Equals (line 7970) | public override bool Equals(object o) { throw null; } method GetHashCode (line 7971) | public override int GetHashCode() { throw null; } class DataGridCellsPresenter (line 7976) | public partial class DataGridCellsPresenter : System.Windows.Controls.It... method DataGridCellsPresenter (line 7978) | public DataGridCellsPresenter() { } method ArrangeOverride (line 7980) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method ClearContainerForItemOverride (line 7981) | protected override void ClearContainerForItemOverride(System.Windows.D... method GetContainerForItemOverride (line 7982) | protected override System.Windows.DependencyObject GetContainerForItem... method IsItemItsOwnContainerOverride (line 7983) | protected override bool IsItemItsOwnContainerOverride(object item) { t... method MeasureOverride (line 7984) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnApplyTemplate (line 7985) | public override void OnApplyTemplate() { } method OnColumnsChanged (line 7986) | protected internal virtual void OnColumnsChanged(System.Collections.Ob... method OnItemChanged (line 7987) | protected virtual void OnItemChanged(object oldItem, object newItem) { } method OnRender (line 7988) | protected override void OnRender(System.Windows.Media.DrawingContext d... method PrepareContainerForItemOverride (line 7989) | protected override void PrepareContainerForItemOverride(System.Windows... class DataGridColumnHeader (line 7991) | [System.Windows.TemplatePartAttribute(Name="PART_LeftHeaderGripper", Typ... method DataGridColumnHeader (line 8001) | public DataGridColumnHeader() { } method OnApplyTemplate (line 8011) | public override void OnApplyTemplate() { } method OnClick (line 8012) | protected override void OnClick() { } method OnCreateAutomationPeer (line 8013) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnLostMouseCapture (line 8014) | protected override void OnLostMouseCapture(System.Windows.Input.MouseE... method OnMouseLeftButtonDown (line 8015) | protected override void OnMouseLeftButtonDown(System.Windows.Input.Mou... method OnMouseLeftButtonUp (line 8016) | protected override void OnMouseLeftButtonUp(System.Windows.Input.Mouse... method OnMouseMove (line 8017) | protected override void OnMouseMove(System.Windows.Input.MouseEventArg... class DataGridColumnHeadersPresenter (line 8019) | [System.Windows.TemplatePartAttribute(Name="PART_FillerColumnHeader", Ty... method DataGridColumnHeadersPresenter (line 8022) | public DataGridColumnHeadersPresenter() { } method ArrangeOverride (line 8024) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method ClearContainerForItemOverride (line 8025) | protected override void ClearContainerForItemOverride(System.Windows.D... method GetContainerForItemOverride (line 8026) | protected override System.Windows.DependencyObject GetContainerForItem... method GetLayoutClip (line 8027) | protected override System.Windows.Media.Geometry GetLayoutClip(System.... method GetVisualChild (line 8028) | protected override System.Windows.Media.Visual GetVisualChild(int inde... method IsItemItsOwnContainerOverride (line 8029) | protected override bool IsItemItsOwnContainerOverride(object item) { t... method MeasureOverride (line 8030) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnApplyTemplate (line 8031) | public override void OnApplyTemplate() { } method OnCreateAutomationPeer (line 8032) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method PrepareContainerForItemOverride (line 8033) | protected override void PrepareContainerForItemOverride(System.Windows... class DataGridDetailsPresenter (line 8035) | public partial class DataGridDetailsPresenter : System.Windows.Controls.... method DataGridDetailsPresenter (line 8037) | public DataGridDetailsPresenter() { } method ArrangeOverride (line 8038) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method MeasureOverride (line 8039) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnCreateAutomationPeer (line 8040) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnRender (line 8041) | protected override void OnRender(System.Windows.Media.DrawingContext d... method OnVisualParentChanged (line 8042) | protected internal override void OnVisualParentChanged(System.Windows.... class DataGridRowHeader (line 8044) | [System.Windows.TemplatePartAttribute(Name="PART_BottomHeaderGripper", T... method DataGridRowHeader (line 8051) | public DataGridRowHeader() { } method MeasureOverride (line 8057) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnApplyTemplate (line 8058) | public override void OnApplyTemplate() { } method OnClick (line 8059) | protected override void OnClick() { } method OnCreateAutomationPeer (line 8060) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... class DataGridRowsPresenter (line 8062) | public partial class DataGridRowsPresenter : System.Windows.Controls.Vir... method DataGridRowsPresenter (line 8064) | public DataGridRowsPresenter() { } method MeasureOverride (line 8065) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnCleanUpVirtualizedItem (line 8066) | protected override void OnCleanUpVirtualizedItem(System.Windows.Contro... method OnIsItemsHostChanged (line 8067) | protected override void OnIsItemsHostChanged(bool oldIsItemsHost, bool... method OnViewportSizeChanged (line 8068) | protected override void OnViewportSizeChanged(System.Windows.Size oldV... class DatePickerTextBox (line 8070) | [System.Windows.TemplatePartAttribute(Name="PART_Watermark", Type=typeof... method DatePickerTextBox (line 8073) | public DatePickerTextBox() { } method OnApplyTemplate (line 8074) | public override void OnApplyTemplate() { } method OnGotFocus (line 8075) | protected override void OnGotFocus(System.Windows.RoutedEventArgs e) { } class DocumentPageView (line 8077) | public partial class DocumentPageView : System.Windows.FrameworkElement,... method DocumentPageView (line 8082) | public DocumentPageView() { } method ArrangeOverride (line 8092) | protected sealed override System.Windows.Size ArrangeOverride(System.W... method Dispose (line 8093) | protected void Dispose() { } method GetService (line 8094) | protected object GetService(System.Type serviceType) { throw null; } method GetVisualChild (line 8095) | protected override System.Windows.Media.Visual GetVisualChild(int inde... method MeasureOverride (line 8096) | protected sealed override System.Windows.Size MeasureOverride(System.W... method OnCreateAutomationPeer (line 8097) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnDpiChanged (line 8098) | protected override void OnDpiChanged(System.Windows.DpiScale oldDpiSca... method Dispose (line 8099) | void System.IDisposable.Dispose() { } method GetService (line 8100) | object System.IServiceProvider.GetService(System.Type serviceType) { t... class DocumentViewerBase (line 8102) | [System.Windows.Markup.ContentPropertyAttribute("Document")] method DocumentViewerBase (line 8115) | protected DocumentViewerBase() { } method CancelPrint (line 8125) | public void CancelPrint() { } method CanGoToPage (line 8126) | public virtual bool CanGoToPage(int pageNumber) { throw null; } method FirstPage (line 8127) | public void FirstPage() { } method GetIsMasterPage (line 8128) | public static bool GetIsMasterPage(System.Windows.DependencyObject ele... method GetMasterPageView (line 8129) | protected System.Windows.Controls.Primitives.DocumentPageView GetMaste... method GetPageViewsCollection (line 8130) | protected virtual System.Collections.ObjectModel.ReadOnlyCollection : System.Col... method TextElementCollection (line 10689) | internal TextElementCollection() { } method Add (line 10698) | public void Add(TextElementType item) { } method AddRange (line 10699) | public void AddRange(System.Collections.IEnumerable range) { } method Clear (line 10700) | public void Clear() { } method Contains (line 10701) | public bool Contains(TextElementType item) { throw null; } method CopyTo (line 10702) | public void CopyTo(TextElementType[] array, int arrayIndex) { } method GetEnumerator (line 10703) | public System.Collections.Generic.IEnumerator GetEnum... method InsertAfter (line 10704) | public void InsertAfter(TextElementType previousSibling, TextElementTy... method InsertBefore (line 10705) | public void InsertBefore(TextElementType nextSibling, TextElementType ... method Remove (line 10706) | public bool Remove(TextElementType item) { throw null; } method CopyTo (line 10707) | void System.Collections.ICollection.CopyTo(System.Array array, int arr... method GetEnumerator (line 10708) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Add (line 10709) | int System.Collections.IList.Add(object value) { throw null; } method Clear (line 10710) | void System.Collections.IList.Clear() { } method Contains (line 10711) | bool System.Collections.IList.Contains(object value) { throw null; } method IndexOf (line 10712) | int System.Collections.IList.IndexOf(object value) { throw null; } method Insert (line 10713) | void System.Collections.IList.Insert(int index, object value) { } method Remove (line 10714) | void System.Collections.IList.Remove(object value) { } method RemoveAt (line 10715) | void System.Collections.IList.RemoveAt(int index) { } class TextElementEditingBehaviorAttribute (line 10717) | [System.AttributeUsageAttribute(System.AttributeTargets.Class)] method TextElementEditingBehaviorAttribute (line 10720) | public TextElementEditingBehaviorAttribute() { } class TextPointer (line 10724) | public partial class TextPointer : System.Windows.Documents.ContentPosition method TextPointer (line 10726) | internal TextPointer() { } method CompareTo (line 10735) | public int CompareTo(System.Windows.Documents.TextPointer position) { ... method DeleteTextInRun (line 10736) | public int DeleteTextInRun(int count) { throw null; } method GetAdjacentElement (line 10737) | public System.Windows.DependencyObject GetAdjacentElement(System.Windo... method GetCharacterRect (line 10738) | public System.Windows.Rect GetCharacterRect(System.Windows.Documents.L... method GetInsertionPosition (line 10739) | public System.Windows.Documents.TextPointer GetInsertionPosition(Syste... method GetLineStartPosition (line 10740) | public System.Windows.Documents.TextPointer GetLineStartPosition(int c... method GetLineStartPosition (line 10741) | public System.Windows.Documents.TextPointer GetLineStartPosition(int c... method GetNextContextPosition (line 10742) | public System.Windows.Documents.TextPointer GetNextContextPosition(Sys... method GetNextInsertionPosition (line 10743) | public System.Windows.Documents.TextPointer GetNextInsertionPosition(S... method GetOffsetToPosition (line 10744) | public int GetOffsetToPosition(System.Windows.Documents.TextPointer po... method GetPointerContext (line 10745) | public System.Windows.Documents.TextPointerContext GetPointerContext(S... method GetPositionAtOffset (line 10746) | public System.Windows.Documents.TextPointer GetPositionAtOffset(int of... method GetPositionAtOffset (line 10747) | public System.Windows.Documents.TextPointer GetPositionAtOffset(int of... method GetTextInRun (line 10748) | public string GetTextInRun(System.Windows.Documents.LogicalDirection d... method GetTextInRun (line 10749) | public int GetTextInRun(System.Windows.Documents.LogicalDirection dire... method GetTextRunLength (line 10750) | public int GetTextRunLength(System.Windows.Documents.LogicalDirection ... method InsertLineBreak (line 10751) | public System.Windows.Documents.TextPointer InsertLineBreak() { throw ... method InsertParagraphBreak (line 10752) | public System.Windows.Documents.TextPointer InsertParagraphBreak() { t... method InsertTextInRun (line 10753) | public void InsertTextInRun(string textData) { } method IsInSameDocument (line 10754) | public bool IsInSameDocument(System.Windows.Documents.TextPointer text... method ToString (line 10755) | public override string ToString() { throw null; } type TextPointerContext (line 10757) | public enum TextPointerContext class TextRange (line 10765) | public partial class TextRange method TextRange (line 10767) | public TextRange(System.Windows.Documents.TextPointer position1, Syste... method ApplyPropertyValue (line 10773) | public void ApplyPropertyValue(System.Windows.DependencyProperty forma... method CanLoad (line 10774) | public bool CanLoad(string dataFormat) { throw null; } method CanSave (line 10775) | public bool CanSave(string dataFormat) { throw null; } method ClearAllProperties (line 10776) | public void ClearAllProperties() { } method Contains (line 10777) | public bool Contains(System.Windows.Documents.TextPointer textPointer)... method GetPropertyValue (line 10778) | public object GetPropertyValue(System.Windows.DependencyProperty forma... method Load (line 10779) | public void Load(System.IO.Stream stream, string dataFormat) { } method Save (line 10780) | public void Save(System.IO.Stream stream, string dataFormat) { } method Save (line 10781) | public void Save(System.IO.Stream stream, string dataFormat, bool pres... method Select (line 10782) | public void Select(System.Windows.Documents.TextPointer position1, Sys... class TextSelection (line 10784) | public sealed partial class TextSelection : System.Windows.Documents.Tex... method TextSelection (line 10786) | internal TextSelection() : base (default(System.Windows.Documents.Text... class Typography (line 10788) | public sealed partial class Typography method Typography (line 10790) | internal Typography() { } method GetAnnotationAlternates (line 10877) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetCapitals (line 10879) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetCapitalSpacing (line 10881) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetCaseSensitiveForms (line 10883) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetContextualAlternates (line 10885) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetContextualLigatures (line 10887) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetContextualSwashes (line 10889) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetDiscretionaryLigatures (line 10891) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetEastAsianExpertForms (line 10893) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetEastAsianLanguage (line 10895) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetEastAsianWidths (line 10897) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetFraction (line 10899) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetHistoricalForms (line 10901) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetHistoricalLigatures (line 10903) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetKerning (line 10905) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetMathematicalGreek (line 10907) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetNumeralAlignment (line 10909) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetNumeralStyle (line 10911) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetSlashedZero (line 10913) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStandardLigatures (line 10915) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStandardSwashes (line 10917) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticAlternates (line 10919) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet1 (line 10921) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet10 (line 10923) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet11 (line 10925) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet12 (line 10927) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet13 (line 10929) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet14 (line 10931) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet15 (line 10933) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet16 (line 10935) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet17 (line 10937) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet18 (line 10939) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet19 (line 10941) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet2 (line 10943) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet20 (line 10945) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet3 (line 10947) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet4 (line 10949) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet5 (line 10951) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet6 (line 10953) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet7 (line 10955) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet8 (line 10957) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetStylisticSet9 (line 10959) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method GetVariants (line 10961) | [System.Windows.AttachedPropertyBrowsableForTypeAttribute(typeof(Syste... method SetAnnotationAlternates (line 10963) | public static void SetAnnotationAlternates(System.Windows.DependencyOb... method SetCapitals (line 10964) | public static void SetCapitals(System.Windows.DependencyObject element... method SetCapitalSpacing (line 10965) | public static void SetCapitalSpacing(System.Windows.DependencyObject e... method SetCaseSensitiveForms (line 10966) | public static void SetCaseSensitiveForms(System.Windows.DependencyObje... method SetContextualAlternates (line 10967) | public static void SetContextualAlternates(System.Windows.DependencyOb... method SetContextualLigatures (line 10968) | public static void SetContextualLigatures(System.Windows.DependencyObj... method SetContextualSwashes (line 10969) | public static void SetContextualSwashes(System.Windows.DependencyObjec... method SetDiscretionaryLigatures (line 10970) | public static void SetDiscretionaryLigatures(System.Windows.Dependency... method SetEastAsianExpertForms (line 10971) | public static void SetEastAsianExpertForms(System.Windows.DependencyOb... method SetEastAsianLanguage (line 10972) | public static void SetEastAsianLanguage(System.Windows.DependencyObjec... method SetEastAsianWidths (line 10973) | public static void SetEastAsianWidths(System.Windows.DependencyObject ... method SetFraction (line 10974) | public static void SetFraction(System.Windows.DependencyObject element... method SetHistoricalForms (line 10975) | public static void SetHistoricalForms(System.Windows.DependencyObject ... method SetHistoricalLigatures (line 10976) | public static void SetHistoricalLigatures(System.Windows.DependencyObj... method SetKerning (line 10977) | public static void SetKerning(System.Windows.DependencyObject element,... method SetMathematicalGreek (line 10978) | public static void SetMathematicalGreek(System.Windows.DependencyObjec... method SetNumeralAlignment (line 10979) | public static void SetNumeralAlignment(System.Windows.DependencyObject... method SetNumeralStyle (line 10980) | public static void SetNumeralStyle(System.Windows.DependencyObject ele... method SetSlashedZero (line 10981) | public static void SetSlashedZero(System.Windows.DependencyObject elem... method SetStandardLigatures (line 10982) | public static void SetStandardLigatures(System.Windows.DependencyObjec... method SetStandardSwashes (line 10983) | public static void SetStandardSwashes(System.Windows.DependencyObject ... method SetStylisticAlternates (line 10984) | public static void SetStylisticAlternates(System.Windows.DependencyObj... method SetStylisticSet1 (line 10985) | public static void SetStylisticSet1(System.Windows.DependencyObject el... method SetStylisticSet10 (line 10986) | public static void SetStylisticSet10(System.Windows.DependencyObject e... method SetStylisticSet11 (line 10987) | public static void SetStylisticSet11(System.Windows.DependencyObject e... method SetStylisticSet12 (line 10988) | public static void SetStylisticSet12(System.Windows.DependencyObject e... method SetStylisticSet13 (line 10989) | public static void SetStylisticSet13(System.Windows.DependencyObject e... method SetStylisticSet14 (line 10990) | public static void SetStylisticSet14(System.Windows.DependencyObject e... method SetStylisticSet15 (line 10991) | public static void SetStylisticSet15(System.Windows.DependencyObject e... method SetStylisticSet16 (line 10992) | public static void SetStylisticSet16(System.Windows.DependencyObject e... method SetStylisticSet17 (line 10993) | public static void SetStylisticSet17(System.Windows.DependencyObject e... method SetStylisticSet18 (line 10994) | public static void SetStylisticSet18(System.Windows.DependencyObject e... method SetStylisticSet19 (line 10995) | public static void SetStylisticSet19(System.Windows.DependencyObject e... method SetStylisticSet2 (line 10996) | public static void SetStylisticSet2(System.Windows.DependencyObject el... method SetStylisticSet20 (line 10997) | public static void SetStylisticSet20(System.Windows.DependencyObject e... method SetStylisticSet3 (line 10998) | public static void SetStylisticSet3(System.Windows.DependencyObject el... method SetStylisticSet4 (line 10999) | public static void SetStylisticSet4(System.Windows.DependencyObject el... method SetStylisticSet5 (line 11000) | public static void SetStylisticSet5(System.Windows.DependencyObject el... method SetStylisticSet6 (line 11001) | public static void SetStylisticSet6(System.Windows.DependencyObject el... method SetStylisticSet7 (line 11002) | public static void SetStylisticSet7(System.Windows.DependencyObject el... method SetStylisticSet8 (line 11003) | public static void SetStylisticSet8(System.Windows.DependencyObject el... method SetStylisticSet9 (line 11004) | public static void SetStylisticSet9(System.Windows.DependencyObject el... method SetVariants (line 11005) | public static void SetVariants(System.Windows.DependencyObject element... class Underline (line 11007) | public partial class Underline : System.Windows.Documents.Span method Underline (line 11009) | public Underline() { } method Underline (line 11010) | public Underline(System.Windows.Documents.Inline childInline) { } method Underline (line 11011) | public Underline(System.Windows.Documents.Inline childInline, System.W... method Underline (line 11012) | public Underline(System.Windows.Documents.TextPointer start, System.Wi... class ZoomPercentageConverter (line 11014) | public sealed partial class ZoomPercentageConverter : System.Windows.Dat... method ZoomPercentageConverter (line 11016) | public ZoomPercentageConverter() { } method Convert (line 11017) | public object Convert(object value, System.Type targetType, object par... method ConvertBack (line 11018) | public object ConvertBack(object value, System.Type targetType, object... class BlockElement (line 11023) | public partial class BlockElement method BlockElement (line 11025) | public BlockElement() { } class FigureStructure (line 11027) | public partial class FigureStructure : System.Windows.Documents.Document... method FigureStructure (line 11029) | public FigureStructure() { } method Add (line 11030) | public void Add(System.Windows.Documents.DocumentStructures.NamedEleme... method GetEnumerator (line 11031) | System.Collections.Generic.IEnumerator : System.Windows.Navigation.PageFun... method PageFunction (line 12268) | public PageFunction() { } method OnReturn (line 12270) | protected virtual void OnReturn(System.Windows.Navigation.ReturnEventA... class RequestNavigateEventArgs (line 12272) | public partial class RequestNavigateEventArgs : System.Windows.RoutedEve... method RequestNavigateEventArgs (line 12274) | protected RequestNavigateEventArgs() { } method RequestNavigateEventArgs (line 12275) | public RequestNavigateEventArgs(System.Uri uri, string target) { } method InvokeEventHandler (line 12278) | protected override void InvokeEventHandler(System.Delegate genericHand... class ReturnEventArgs (line 12281) | public partial class ReturnEventArgs : System.EventArgs method ReturnEventArgs (line 12283) | public ReturnEventArgs() { } method ReturnEventArgs (line 12284) | public ReturnEventArgs(T result) { } class ContentTypes (line 12291) | public sealed partial class ContentTypes method ContentTypes (line 12294) | public ContentTypes() { } class StreamResourceInfo (line 12296) | public partial class StreamResourceInfo method StreamResourceInfo (line 12298) | public StreamResourceInfo() { } method StreamResourceInfo (line 12299) | public StreamResourceInfo(System.IO.Stream stream, string contentType)... class Ellipse (line 12306) | public sealed partial class Ellipse : System.Windows.Shapes.Shape method Ellipse (line 12308) | public Ellipse() { } method ArrangeOverride (line 12312) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method MeasureOverride (line 12313) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnRender (line 12314) | protected override void OnRender(System.Windows.Media.DrawingContext d... class Line (line 12316) | public sealed partial class Line : System.Windows.Shapes.Shape method Line (line 12322) | public Line() { } class Path (line 12333) | public sealed partial class Path : System.Windows.Shapes.Shape method Path (line 12336) | public Path() { } class Polygon (line 12340) | public sealed partial class Polygon : System.Windows.Shapes.Shape method Polygon (line 12344) | public Polygon() { } class Polyline (line 12349) | public sealed partial class Polyline : System.Windows.Shapes.Shape method Polyline (line 12353) | public Polyline() { } class Rectangle (line 12358) | public sealed partial class Rectangle : System.Windows.Shapes.Shape method Rectangle (line 12362) | public Rectangle() { } method ArrangeOverride (line 12370) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method MeasureOverride (line 12371) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnRender (line 12372) | protected override void OnRender(System.Windows.Media.DrawingContext d... class Shape (line 12374) | [System.Windows.LocalizabilityAttribute(System.Windows.LocalizationCateg... method Shape (line 12388) | protected Shape() { } method ArrangeOverride (line 12404) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method MeasureOverride (line 12405) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnRender (line 12406) | protected override void OnRender(System.Windows.Media.DrawingContext d... class JumpItem (line 12411) | public abstract partial class JumpItem method JumpItem (line 12413) | internal JumpItem() { } type JumpItemRejectionReason (line 12416) | public enum JumpItemRejectionReason class JumpItemsRejectedEventArgs (line 12423) | public sealed partial class JumpItemsRejectedEventArgs : System.EventArgs method JumpItemsRejectedEventArgs (line 12425) | public JumpItemsRejectedEventArgs() { } method JumpItemsRejectedEventArgs (line 12426) | public JumpItemsRejectedEventArgs(System.Collections.Generic.IList where T : IChainOfDependenc... method GetLast (line 39) | internal static T GetLast(T member) method OrderByLeastDependent (line 58) | internal static bool OrderByLeastDependent( method OrderByMostDependent (line 93) | internal static bool OrderByMostDependent( FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/ChainOfResponsibility.cs class ChainOfResponsiblity (line 28) | internal class ChainOfResponsiblity where T : IChainOfResponsibilty... method ChainOfResponsiblity (line 39) | internal ChainOfResponsiblity( method Dispatch (line 58) | internal bool Dispatch(ChainOfResponsiblity.Action action, S sub... FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/CommandEnforcer.cs class PolicyBinding (line 17) | internal sealed class PolicyBinding method PolicyBinding (line 24) | public PolicyBinding(RoutedUICommand command, RightsManagementPolicy p... class CommandEnforcer (line 56) | internal sealed class CommandEnforcer method CommandEnforcer (line 62) | internal CommandEnforcer(DocumentApplicationDocumentViewer docViewer) method AddBinding (line 85) | internal void AddBinding(PolicyBinding bind) method Enforce (line 97) | internal void Enforce() method DisablePrintScreen (line 128) | private void DisablePrintScreen(bool disable) class UnsafeNativeMethods (line 192) | private static class UnsafeNativeMethods method DRMRegisterContent (line 201) | [DllImport("msdrm.dll", SetLastError = false, CharSet = CharSet.Unic... FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/CriticalFileToken.cs class CriticalFileToken (line 30) | internal sealed class CriticalFileToken method CriticalFileToken (line 37) | internal CriticalFileToken(Uri location) method Equals (line 87) | public override bool Equals(object obj) method GetHashCode (line 95) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/Document.cs class Document (line 50) | internal abstract class Document : IChainOfDependenciesNode, I... method Document (line 61) | internal Document(Document dependency) method Dispose (line 110) | public void Dispose() method Dispose (line 130) | protected virtual void Dispose(bool disposing) method AssertIfNotDisposed (line 306) | private void AssertIfNotDisposed() method ThrowIfDisposed (line 320) | private void ThrowIfDisposed() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/DocumentApplicationJournalEntryEventArgs.cs class DocumentApplicationJournalEntryEventArgs (line 13) | internal class DocumentApplicationJournalEntryEventArgs : EventArgs method DocumentApplicationJournalEntryEventArgs (line 24) | public DocumentApplicationJournalEntryEventArgs(DocumentApplicationSta... FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/DocumentApplicationState.cs type DocumentApplicationState (line 10) | [Serializable] method DocumentApplicationState (line 25) | public DocumentApplicationState(double zoom, double horizontalOffset, ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/DocumentManager.cs class DocumentManager (line 33) | internal sealed class DocumentManager method DocumentManager (line 46) | internal DocumentManager(params IDocumentController[] controllers) method CreateDefault (line 66) | internal static DocumentManager CreateDefault() method CreateDefaultDocument (line 89) | internal static PackageDocument CreateDefaultDocument( method CreateDefaultDocument (line 110) | internal static PackageDocument CreateDefaultDocument( method CleanUp (line 127) | internal static void CleanUp() method EnableEdit (line 141) | internal void EnableEdit(Document document) method Open (line 159) | internal bool Open(Document document) method SaveAs (line 173) | internal bool SaveAs(Document document) method Save (line 202) | internal bool Save(Document document) method OnModify (line 230) | internal static void OnModify(Object sender, EventArgs args) method Reload (line 240) | internal bool Reload(Document document) method DispatchEnableEdit (line 321) | private static bool DispatchEnableEdit method DispatchOpen (line 341) | private static bool DispatchOpen method DispatchRebind (line 361) | private static bool DispatchRebind method DispatchSaveAsPreperation (line 382) | private static bool DispatchSaveAsPreperation method DispatchSaveCommit (line 402) | private static bool DispatchSaveCommit method DispatchSavePreperation (line 423) | private static bool DispatchSavePreperation method OrderByMostDependent (line 450) | private bool OrderByMostDependent(DispatchDelegate action, Document do... method OrderByLeastDependent (line 479) | private bool OrderByLeastDependent(DispatchDelegate action, Document d... method ThrowIfNull (line 500) | private static void ThrowIfNull(Document document) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/DocumentProperties.cs class DocumentProperties (line 17) | internal sealed class DocumentProperties method DocumentProperties (line 30) | private DocumentProperties(Uri uri) method Copy (line 191) | internal static void Copy(PackageProperties source, PackageProperties ... method InitializeCurrentDocumentProperties (line 216) | internal static void InitializeCurrentDocumentProperties(Uri uri) method SetXpsProperties (line 230) | internal void SetXpsProperties(PackageProperties properties) method SetRightsManagedProperties (line 235) | internal void SetRightsManagedProperties(PackageProperties properties) method VerifyPropertiesUnchanged (line 250) | internal bool VerifyPropertiesUnchanged() method ShowDialog (line 285) | internal void ShowDialog() method AcquireData (line 330) | private void AcquireData() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/DocumentPropertiesDialog.Designer.cs class DocumentPropertiesDialog (line 9) | partial class DocumentPropertiesDialog method Dispose (line 20) | protected override void Dispose(bool disposing) method InitializeComponent (line 35) | protected override void InitializeComponent() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/DocumentPropertiesDialog.cs class DocumentPropertiesDialog (line 16) | internal sealed partial class DocumentPropertiesDialog : DialogBaseForm method DocumentPropertiesDialog (line 27) | internal DocumentPropertiesDialog() : base() method ApplyResources (line 48) | protected override void ApplyResources() method PopulateDataFields (line 91) | private void PopulateDataFields() method SetTextProperty (line 139) | private void SetTextProperty(Control control, string text) method SetTextProperty (line 153) | private void SetTextProperty(Control control, DateTime? date) method FormatFileSize (line 178) | private string FormatFileSize(long fileSize) method _okButtonClick (line 242) | private void _okButtonClick(object sender, EventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/DocumentStream.cs class DocumentStream (line 30) | internal sealed class DocumentStream : StreamProxy, IDisposable method DocumentStream (line 45) | private DocumentStream( method Close (line 72) | public override void Close() method Copy (line 91) | internal DocumentStream Copy(CriticalFileToken copiesToken) method CreateTemporary (line 219) | internal DocumentStream CreateTemporary(bool copyOriginal) method IsReadOnly (line 310) | internal static bool IsReadOnly(CriticalFileToken fileToken) method Open (line 332) | internal static DocumentStream Open( method Open (line 347) | internal static DocumentStream Open(CriticalFileToken xpsFileToken, bo... method Open (line 379) | internal static DocumentStream Open(Stream existing) method ReOpenWriteable (line 399) | internal bool ReOpenWriteable() method SwapWithOriginal (line 497) | internal bool SwapWithOriginal() method Dispose (line 651) | void IDisposable.Dispose() method Dispose (line 658) | protected override void Dispose(bool disposing) method MakeTempFile (line 722) | private void MakeTempFile( method MakeTemporaryFileName (line 801) | private Uri MakeTemporaryFileName(bool inSameFolder, int generation) method RobustFileMove (line 844) | private void RobustFileMove() method ThrowIfInvalidXpsFileForSave (line 951) | private static void ThrowIfInvalidXpsFileForSave(Uri location) method ThrowIfInvalidXpsFileForOpen (line 968) | private static void ThrowIfInvalidXpsFileForOpen(Uri location) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/FileController.cs class FileController (line 19) | internal class FileController : IDocumentController method EnableEdit (line 29) | bool IDocumentController.EnableEdit(Document document) method Open (line 59) | bool IDocumentController.Open(Document document) method Rebind (line 103) | bool IDocumentController.Rebind(Document document) method SaveAsPreperation (line 147) | bool IDocumentController.SaveAsPreperation(Document document) method SaveCommit (line 367) | bool IDocumentController.SaveCommit(Document document) method SavePreperation (line 467) | bool IDocumentController.SavePreperation(Document document) method IsResponsible (line 486) | bool IChainOfResponsibiltyNode.IsResponsible(Document subject) type SaveAction (line 496) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/FileDocument.cs class FileDocument (line 16) | internal class FileDocument : StreamDocument method FileDocument (line 29) | internal FileDocument(Document dependency) method FileDocument (line 37) | public FileDocument(CriticalFileToken fileToken) method FileDocument (line 48) | public FileDocument(Stream existing) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/FilePresentation.cs class FilePresentation (line 22) | internal static class FilePresentation method ShowSaveFileDialog (line 34) | internal static bool ShowSaveFileDialog(ref CriticalFileToken fileToken) method ShowDestinationIsReadOnly (line 108) | internal static void ShowDestinationIsReadOnly() method ShowNoTemporaryFileAccess (line 122) | internal static void ShowNoTemporaryFileAccess() method ShowNoAccessToSource (line 135) | internal static void ShowNoAccessToSource() method ShowNoAccessToDestination (line 148) | internal static void ShowNoAccessToDestination() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/HostedController.cs class HostedController (line 14) | internal class HostedController : IDocumentController method EnableEdit (line 24) | bool IDocumentController.EnableEdit(Document document) method Open (line 32) | bool IDocumentController.Open(Document document) method Rebind (line 40) | bool IDocumentController.Rebind(Document document) method SaveAsPreperation (line 62) | bool IDocumentController.SaveAsPreperation(Document document) method SaveCommit (line 70) | bool IDocumentController.SaveCommit(Document document) method SavePreperation (line 78) | bool IDocumentController.SavePreperation(Document document) method IsResponsible (line 93) | bool IChainOfResponsibiltyNode.IsResponsible(Document subject) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/IChainOfDependenciesNode.cs type IChainOfDependenciesNode (line 13) | internal interface IChainOfDependenciesNode FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/IChainOfResponsibiltyNode.cs type IChainOfResponsibiltyNode (line 12) | internal interface IChainOfResponsibiltyNode method IsResponsible (line 20) | bool IsResponsible(T subject); FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/IDocumentController.cs type IDocumentController (line 12) | internal interface IDocumentController : IChainOfResponsibiltyNode.IsResponsible(Document subject) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/PackageDocument.cs class PackageDocument (line 13) | internal class PackageDocument : Document method PackageDocument (line 20) | internal PackageDocument(Document dependency) method Dispose (line 85) | protected override void Dispose(bool disposing) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/PageTextBox.cs class PageTextBox (line 23) | internal sealed class PageTextBox : TextBox method PageTextBox (line 35) | internal PageTextBox() method SetPageNumber (line 64) | public void SetPageNumber(int pageNumber) method OnPageNumberEdited (line 95) | internal void OnPageNumberEdited() method OnPageNumberEditCancelled (line 117) | internal void OnPageNumberEditCancelled() method OnCreateAutomationPeer (line 140) | protected override AutomationPeer OnCreateAutomationPeer() method OnMouseDown (line 154) | protected override void OnMouseDown(MouseButtonEventArgs e) method OnGotFocus (line 180) | private void OnGotFocus(object sender, EventArgs e) method OnPreviewKeyDown (line 191) | private void OnPreviewKeyDown(object sender, KeyEventArgs e) method OnPreviewTextInput (line 232) | private void OnPreviewTextInput(object sender, TextCompositionEventArg... method OnPaste (line 252) | private void OnPaste(object sender, DataObjectPastingEventArgs e) method IsValidInputString (line 282) | private bool IsValidInputString(string incomingString) method IsValidInputChar (line 303) | private bool IsValidInputChar(char c) method OnPageNumberChanged (line 319) | private static void OnPageNumberChanged(DependencyObject d, Dependency... method SetDefaults (line 329) | private void SetDefaults() method SetHandlers (line 350) | private void SetHandlers() class PageTextBoxAutomationPeer (line 363) | private class PageTextBoxAutomationPeer : TextBoxAutomationPeer, IValu... method PageTextBoxAutomationPeer (line 369) | public PageTextBoxAutomationPeer(PageTextBox owner) method GetClassNameCore (line 376) | protected override string GetClassNameCore() method GetPattern (line 384) | public override object GetPattern(PatternInterface patternInterface) method SetValue (line 396) | void IValueProvider.SetValue(string value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/RestrictedTransactionalPackage.cs class RestrictedTransactionalPackage (line 18) | internal sealed class RestrictedTransactionalPackage : TransactionalPackage method RestrictedTransactionalPackage (line 36) | internal RestrictedTransactionalPackage(Stream original) method MergeChanges (line 43) | internal override void MergeChanges(Stream target) method CreatePartCore (line 82) | protected override PackagePart CreatePartCore( method IsValidContentType (line 105) | private bool IsValidContentType(string contentType) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/RightsController.cs class RightsController (line 25) | internal class RightsController : IDocumentController, IDisposable method EnableEdit (line 35) | bool IDocumentController.EnableEdit(Document document) method Open (line 103) | bool IDocumentController.Open(Document document) method Rebind (line 191) | bool IDocumentController.Rebind(Document document) method SaveAsPreperation (line 254) | bool IDocumentController.SaveAsPreperation(Document document) method SaveCommit (line 270) | bool IDocumentController.SaveCommit(Document document) method SavePreperation (line 288) | bool IDocumentController.SavePreperation(Document document) method IsResponsible (line 405) | bool IChainOfResponsibiltyNode.IsResponsible(Document subject) method Dispose (line 420) | void IDisposable.Dispose() method OpenEnvelopeOnStream (line 447) | private static EncryptedPackageEnvelope OpenEnvelopeOnStream(Stream ci... method DecryptEnvelopeAndSuppressStream (line 465) | private static Stream DecryptEnvelopeAndSuppressStream( method CloseEnvelope (line 491) | private static void CloseEnvelope(EncryptedPackageEnvelope envelope) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/RightsDocument.cs class RightsDocument (line 12) | internal class RightsDocument : StreamDocument method RightsDocument (line 23) | internal RightsDocument(Document dependency) method IsDestinationProtected (line 35) | internal bool IsDestinationProtected() method IsSourceProtected (line 51) | internal bool IsSourceProtected() method Dispose (line 112) | protected override void Dispose(bool disposing) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/RightsManagementErrorHandler.cs type RightsManagementOperation (line 18) | internal enum RightsManagementOperation : int class RightsManagementErrorHandler (line 50) | internal static class RightsManagementErrorHandler method HandleOrRethrowException (line 67) | internal static bool HandleOrRethrowException( method IsCriticalOperation (line 166) | private static bool IsCriticalOperation( method ParseException (line 191) | private static string ParseException( method ParseTemplateExceptions (line 240) | private static string ParseTemplateExceptions( method ParseRightsManagementException (line 305) | private static string ParseRightsManagementException( FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/RightsManagementSuppressedStream.cs class RightsManagementSuppressedStream (line 14) | internal sealed class RightsManagementSuppressedStream : StreamProxy method RightsManagementSuppressedStream (line 29) | internal RightsManagementSuppressedStream(Stream targetOfProxy, bool i... method Close (line 72) | public override void Close() method Flush (line 80) | public override void Flush() method Read (line 115) | public override int Read(byte[] buffer, int offset, int count) method Seek (line 123) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 131) | public override void SetLength(long value) method Write (line 141) | public override void Write(byte[] buffer, int offset, int count) method ThrowIfReadOnly (line 158) | private void ThrowIfReadOnly() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/StatusInfoItem.cs type StatusInfoItemType (line 18) | internal enum StatusInfoItemType class StatusInfoItem (line 28) | internal class StatusInfoItem method StatusInfoItem (line 41) | public StatusInfoItem(StatusInfoItemType type, Button infoBarButton, C... method OnStatusChange (line 110) | public void OnStatusChange(object sender, DocumentSignatureManager.Sig... method OnStatusChange (line 133) | public void OnStatusChange(object sender, DocumentRightsManagementMana... method UpdateUI (line 161) | private void UpdateUI(DocumentStatusResources resources) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/StreamDocument.cs class StreamDocument (line 16) | internal class StreamDocument : Document where T : StreamProxy method StreamDocument (line 23) | internal StreamDocument(Document dependency) method ReleaseStreams (line 94) | protected void ReleaseStreams() method Dispose (line 134) | protected override void Dispose(bool disposing) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/StreamHelper.cs class StreamHelper (line 13) | internal static class StreamHelper method CopyStream (line 33) | internal static void CopyStream(Stream source, Stream target) method CompareStream (line 77) | internal static void CompareStream(Stream original, Stream comparee) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/StreamProxy.cs class StreamProxy (line 22) | internal class StreamProxy : Stream method StreamProxy (line 35) | internal StreamProxy(Stream targetOfProxy) method StreamProxy (line 48) | internal StreamProxy(Stream targetOfProxy, bool isTargetReadOnly) method Close (line 99) | public override void Close() method Flush (line 107) | public override void Flush() method Read (line 138) | public override int Read(byte[] buffer, int offset, int count) method Seek (line 161) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 169) | public override void SetLength(long value) method Write (line 177) | public override void Write(byte[] buffer, int offset, int count) method Dispose (line 200) | protected override void Dispose(bool disposing) method GetHashCode (line 229) | public override int GetHashCode() method Equals (line 237) | public override bool Equals(object obj) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/SuppressedPackageProperties.cs class SuppressedProperties (line 25) | internal class SuppressedProperties : PackageProperties method SuppressedProperties (line 32) | internal SuppressedProperties(EncryptedPackageEnvelope envelope) method Dispose (line 361) | protected override void FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/Trace.cs class Trace (line 13) | internal static class Trace method SafeWrite (line 20) | internal static void SafeWrite(BooleanSwitch boolSwitch, string format... method SafeWriteIf (line 34) | internal static void SafeWriteIf( FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/TransactionalPackage.cs class TransactionalPackage (line 40) | internal class TransactionalPackage : Package, IDisposable method TransactionalPackage (line 58) | internal TransactionalPackage(Stream original) method EnableEditMode (line 76) | internal void EnableEditMode(Stream workspace) method MergeChanges (line 95) | internal virtual void MergeChanges(Stream target) method Rebind (line 142) | internal void Rebind(Stream newOriginal) method CreatePartCore (line 209) | protected override PackagePart CreatePartCore( method DeletePartCore (line 262) | protected override void DeletePartCore(Uri partUri) method Dispose (line 283) | protected override void Dispose(bool disposing) method FlushCore (line 314) | protected override void FlushCore() method GetPartCore (line 344) | protected override PackagePart GetPartCore(Uri partUri) method GetPartsCore (line 429) | protected override PackagePart[] GetPartsCore() method CopyPackagePartStream (line 475) | private static void CopyPackagePartStream(PackagePart original, Packag... method EnsureTempPackage (line 487) | private void EnsureTempPackage() method TempPackagePartFactory (line 516) | private PackagePart TempPackagePartFactory(PackagePart packagePart) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/WriteableOnDemandPackagePart.cs class WriteableOnDemandPackagePart (line 41) | internal sealed class WriteableOnDemandPackagePart : PackagePart method WriteableOnDemandPackagePart (line 57) | internal WriteableOnDemandPackagePart( method GetContentTypeCore (line 121) | protected override string GetContentTypeCore() method GetStreamCore (line 139) | protected override System.IO.Stream GetStreamCore( method WriteableStreamFactory (line 177) | private Stream WriteableStreamFactory( FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/WriteableOnDemandStream.cs class WriteableOnDemandStream (line 30) | internal sealed class WriteableOnDemandStream : Stream method WriteableOnDemandStream (line 48) | internal WriteableOnDemandStream( method Flush (line 105) | public override void Flush() method Read (line 147) | public override int Read(byte[] buffer, int offset, int count) method Seek (line 155) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 195) | public override void SetLength(long value) method Write (line 204) | public override void Write(byte[] buffer, int offset, int count) method Dispose (line 238) | protected override void Dispose(bool disposing) method EnsureWritable (line 274) | private void EnsureWritable() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/XpsViewerException.cs class XpsViewerException (line 18) | [Serializable()] method XpsViewerException (line 28) | internal XpsViewerException() method XpsViewerException (line 40) | internal XpsViewerException(string message) method XpsViewerException (line 56) | internal XpsViewerException(string message, Exception innerException) method XpsViewerException (line 65) | protected XpsViewerException(SerializationInfo info, StreamingContext ... FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/Application/ZoomComboBox.cs class ZoomComboBox (line 19) | internal sealed class ZoomComboBox : ComboBox method ZoomComboBox (line 31) | static ZoomComboBox() method ZoomComboBox (line 41) | internal ZoomComboBox() method OnApplyTemplate (line 106) | public override void OnApplyTemplate() method SetZoom (line 127) | public void SetZoom(double zoom) method OnZoomValueEdited (line 160) | internal void OnZoomValueEdited() method OnZoomValueEditCancelled (line 182) | internal void OnZoomValueEditCancelled() method OnSelectionChanged (line 207) | protected override void OnSelectionChanged(SelectionChangedEventArgs e) method OnDropDownOpened (line 230) | protected override void OnDropDownOpened(EventArgs e) method OnCreateAutomationPeer (line 238) | protected override AutomationPeer OnCreateAutomationPeer() method OnPreviewKeyDown (line 249) | protected override void OnPreviewKeyDown(KeyEventArgs e) method OnPreviewMouseLeftButtonUp (line 328) | private void OnPreviewMouseLeftButtonUp(object sender, EventArgs e) method OnMouseLeftButtonUp (line 339) | private void OnMouseLeftButtonUp(object sender, EventArgs e) method OnPreviewTextInput (line 350) | private void OnPreviewTextInput(object sender, TextCompositionEventArg... method OnPaste (line 375) | private void OnPaste(object sender, DataObjectPastingEventArgs e) method IsValidInputString (line 405) | private bool IsValidInputString(string incomingString) method IsValidInputChar (line 427) | private bool IsValidInputChar(char c) method OnZoomChanged (line 444) | private static void OnZoomChanged(DependencyObject d, DependencyProper... method ZoomValueToString (line 457) | private static bool ZoomValueToString(double zoomValue, out string zoo... method SetDefaults (line 481) | private void SetDefaults() method SetHandlers (line 493) | private void SetHandlers() class ZoomComboBoxBoxAutomationPeer (line 506) | private class ZoomComboBoxBoxAutomationPeer : ComboBoxAutomationPeer, ... method ZoomComboBoxBoxAutomationPeer (line 512) | public ZoomComboBoxBoxAutomationPeer(ZoomComboBox owner) method GetClassNameCore (line 519) | protected override string GetClassNameCore() method GetPattern (line 527) | public override object GetPattern(PatternInterface patternInterface) method SetValue (line 539) | void IValueProvider.SetValue(string value) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/CertificatePriorityStatus.cs type CertificatePriorityStatus (line 9) | internal enum CertificatePriorityStatus FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/CredentialManagerDialog.Designer.cs class CredentialManagerDialog (line 10) | partial class CredentialManagerDialog method Dispose (line 21) | protected override void Dispose(bool disposing) method InitializeComponent (line 36) | protected override void InitializeComponent() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/CredentialManagerDialog.cs class CredentialManagerDialog (line 17) | internal sealed partial class CredentialManagerDialog : DialogBaseForm method CredentialManagerDialog (line 29) | internal CredentialManagerDialog( IList accountList, method SetCredentialManagementList (line 55) | internal void SetCredentialManagementList( method _credListBox_SelectedIndexChanged (line 82) | private void _credListBox_SelectedIndexChanged(object sender, EventArg... method _okButton_Click (line 98) | private void _okButton_Click(object sender, EventArgs e) method _removeButton_Click (line 113) | private void _removeButton_Click(object sender, EventArgs e) method _addButton_Click (line 129) | private void _addButton_Click(object sender, EventArgs e) method ApplyResources (line 149) | protected override void ApplyResources() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/DialogBaseForm.cs class DialogBaseForm (line 16) | internal class DialogBaseForm : Form method DialogBaseForm (line 28) | public DialogBaseForm() method InitializeComponent (line 55) | protected virtual void InitializeComponent() method ApplyStyle (line 62) | protected virtual void ApplyStyle() method ApplyResources (line 76) | protected virtual void ApplyResources() method ApplyDialogFont (line 93) | private void ApplyDialogFont(Control control) method ApplyDialogFontToPropertyGrid (line 134) | private void ApplyDialogFontToPropertyGrid(Control control) method ApplyRTL (line 143) | private void ApplyRTL() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/DialogDivider.cs class DialogDivider (line 15) | internal class DialogDivider : System.Windows.Forms.Control method DialogDivider (line 27) | internal DialogDivider() method SetBoundsCore (line 43) | protected override void SetBoundsCore( method OnPaint (line 67) | protected override void OnPaint(PaintEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/DigitalSignature.cs class DigitalSignature (line 18) | internal sealed class DigitalSignature method DigitalSignature (line 22) | internal DigitalSignature() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/DigitalSignatureProvider.cs class DigitalSignatureProvider (line 17) | internal class DigitalSignatureProvider : IDigitalSignatureProvider method DigitalSignatureProvider (line 31) | public DigitalSignatureProvider(Package package) method SignDocument (line 110) | void IDigitalSignatureProvider.SignDocument(DigitalSignature digitalSi... method AddRequestSignature (line 172) | Guid IDigitalSignatureProvider.AddRequestSignature(DigitalSignature di... method RemoveRequestSignature (line 208) | void IDigitalSignatureProvider.RemoveRequestSignature(Guid spotId) method UnsignDocument (line 243) | void IDigitalSignatureProvider.UnsignDocument(Guid id) method VerifySignatures (line 287) | void IDigitalSignatureProvider.VerifySignatures() method GetAllCertificates (line 311) | IList IDigitalSignatureProvider.GetAllCertificates() method GetCertificateStatus (line 331) | IDictionary IDigitalSigna... method GetSignaturesFromPackage (line 383) | private IList GetSignaturesFromPackage() method ConvertXpsDigitalSignature (line 489) | private static DigitalSignature ConvertXpsDigitalSignature(XpsDigitalS... method ConvertXpsSignatureDefinition (line 539) | private static DigitalSignature ConvertXpsSignatureDefinition(XpsSigna... method VerifyXpsDigitalSignature (line 564) | private static SignatureStatus VerifyXpsDigitalSignature(XpsDigitalSig... method GetCertificateStatus (line 596) | private static CertificatePriorityStatus GetCertificateStatus(X509Cert... method FindSignatureDefinition (line 654) | private XpsSignatureDefinition FindSignatureDefinition(Guid id) method AssertIsSignable (line 678) | private void AssertIsSignable() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/DocumentApplicationDocumentViewer.cs class DocumentApplicationDocumentViewer (line 26) | internal sealed class DocumentApplicationDocumentViewer : DocumentViewer method DocumentApplicationDocumentViewer (line 38) | static DocumentApplicationDocumentViewer() method DocumentApplicationDocumentViewer (line 46) | public DocumentApplicationDocumentViewer() : base() method InitializeUI (line 221) | public void InitializeUI(DocumentSignatureManager docSigManager, Docum... method OnApplyTemplate (line 266) | public override void OnApplyTemplate() method OnPrintCommand (line 282) | protected override void OnPrintCommand() method OnCancelPrintCommand (line 299) | protected override void OnCancelPrintCommand() method HandlePrintCompleted (line 311) | private void HandlePrintCompleted(object sender, WritingCompletedEvent... method HandlePrintCancelled (line 330) | private void HandlePrintCancelled(object sender, WritingCancelledEvent... method OnPrintCommandPageRangeOverride (line 347) | private void OnPrintCommandPageRangeOverride() method WritePageSelection (line 423) | private method OnDocumentChanged (line 526) | protected override void OnDocumentChanged() method OnContextMenuOpening (line 551) | protected override void OnContextMenuOpening(ContextMenuEventArgs e) method OnContextMenuClosing (line 569) | protected override void OnContextMenuClosing(ContextMenuEventArgs e) method OnKeyDown (line 581) | protected override void OnKeyDown(KeyEventArgs e) method GetCurrentState (line 595) | public DocumentApplicationState GetCurrentState() method SetUIToStoredState (line 605) | public void SetUIToStoredState() method SetupUIControls (line 1077) | private void SetupUIControls() method SetupUITabIndices (line 1144) | private void SetupUITabIndices() method RequiredControlsExist (line 1185) | private bool RequiredControlsExist() method ChangeControlVisibility (line 1210) | private void ChangeControlVisibility(UIElement uie) method ChangeControlVisibility (line 1223) | private void ChangeControlVisibility(UIElement uie, bool visibility) method MenuPreviewKeyDown (line 1246) | private void MenuPreviewKeyDown(object sender, KeyEventArgs e) method OnInfoBarVisibilityChanged (line 1264) | private void OnInfoBarVisibilityChanged(object sender, EventArgs e) method OnInfoBarCloseClicked (line 1282) | private void OnInfoBarCloseClicked(object sender, EventArgs e) method OnApplicationCommandExecute (line 1294) | private static void OnApplicationCommandExecute(object sender, Execute... method OnApplicationCommandQuery (line 1354) | private static void OnApplicationCommandQuery(object target, CanExecut... method OnNavigationCommandExecute (line 1410) | private static void OnNavigationCommandExecute(object sender, Executed... method OnNavigationCommandQuery (line 1436) | private static void OnNavigationCommandQuery(object sender, CanExecute... method OnDigSigExecute (line 1460) | private static void OnDigSigExecute(object sender, ExecutedRoutedEvent... method OnDigSigQuery (line 1489) | private static void OnDigSigQuery(object sender, CanExecuteRoutedEvent... method FireJournalEntryEvent (line 1527) | private void FireJournalEntryEvent() method OnPaginationCompleted (line 1537) | private void OnPaginationCompleted(object sender, EventArgs args) method OnRMExecute (line 1551) | private static void OnRMExecute(object sender, ExecutedRoutedEventArgs e) method OnRMQuery (line 1588) | private static void OnRMQuery(object sender, CanExecuteRoutedEventArgs e) method OnRMPolicyChanged (line 1627) | private void OnRMPolicyChanged(object sender, DocumentRightsManagement... method OnRMStatusChanged (line 1641) | private void OnRMStatusChanged(object sender, DocumentRightsManagement... method OnZoomComboBoxLostFocus (line 1665) | private void OnZoomComboBoxLostFocus(object sender, KeyboardFocusChang... method OnZoomComboBoxSelectionChanged (line 1681) | private void OnZoomComboBoxSelectionChanged(object sender, SelectionCh... method OnZoomComboBoxValueEdited (line 1733) | private void OnZoomComboBoxValueEdited(object sender, EventArgs e) method OnZoomComboBoxEditCancelled (line 1753) | private void OnZoomComboBoxEditCancelled(object sender, EventArgs e) method SetZoomComboBoxValue (line 1762) | private void SetZoomComboBoxValue() method PopulateZoomComboBoxItems (line 1771) | private void PopulateZoomComboBoxItems() method AddZoomComboBoxItem (line 1823) | private void AddZoomComboBoxItem(ZoomComboBoxItem zoomItem, String name) method StringToZoomValue (line 1840) | private static bool StringToZoomValue(ReadOnlySpan zoomString, o... method OnPageTextBoxLostFocus (line 1905) | private void OnPageTextBoxLostFocus(object sender, KeyboardFocusChange... method OnPageTextBoxValueEdited (line 1921) | private void OnPageTextBoxValueEdited(object sender, EventArgs e) method OnPageTextBoxEditCancelled (line 1945) | private void OnPageTextBoxEditCancelled(object sender, EventArgs e) method SetPageTextBoxValue (line 1954) | private void SetPageTextBoxValue() method ParsePageNumber (line 1965) | public int ParsePageNumber(string pageNumberString) method CreateCommandBindings (line 1994) | private static void CreateCommandBindings() method CreateAndBindCommand (line 2098) | private static RoutedUICommand CreateAndBindCommand(string name, strin... method BindCommand (line 2115) | private static void BindCommand(RoutedUICommand command, ExecutedRoute... method CreateEnforcer (line 2139) | private void CreateEnforcer() class WrapperIWin32Window (line 2270) | private class WrapperIWin32Window : System.Windows.Forms.IWin32Window method WrapperIWin32Window (line 2276) | public WrapperIWin32Window(IntPtr handle) type ZoomComboBoxItemType (line 2301) | private enum ZoomComboBoxItemType type ZoomComboBoxItem (line 2313) | private struct ZoomComboBoxItem method ZoomComboBoxItem (line 2321) | public ZoomComboBoxItem(ZoomComboBoxItemType itemType, string descri... method ToString (line 2355) | public override string ToString() class ScalingDocument (line 2371) | private sealed class ScalingDocument : DocumentPaginator method ScalingDocument (line 2378) | public ScalingDocument(IDocumentPaginatorSource document, PrintDocum... method GetPage (line 2387) | public override DocumentPage GetPage(int pageNumber) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/DocumentSignatureManager.cs class DocumentSignatureManager (line 22) | internal sealed class DocumentSignatureManager method DocumentSignatureManager (line 34) | private DocumentSignatureManager(IDigitalSignatureProvider digSigProvi... method Evaluate (line 83) | internal void Evaluate() method VerifySignatures (line 200) | internal void VerifySignatures() method ShowSignatureSummaryDialog (line 236) | internal void ShowSignatureSummaryDialog() method ShowSignatureRequestSummaryDialog (line 255) | internal void ShowSignatureRequestSummaryDialog() method ShowSigningDialog (line 311) | internal void ShowSigningDialog() method ShowSigningDialog (line 322) | internal void ShowSigningDialog(IntPtr parentWindow) method ShowSigningDialog (line 337) | internal void ShowSigningDialog( method GetSignatureResourceList (line 520) | internal IList GetSignatureResourceList(bool reque... method SignDocument (line 557) | internal bool SignDocument(DigitalSignature digSig, Form parentDialog,... method OnSign (line 689) | internal void OnSign(SignatureResources? signatureResources, IntPtr pa... method OnCertificateView (line 724) | internal void OnCertificateView( method OnSummaryAdd (line 745) | internal void OnSummaryAdd() method OnSummaryDelete (line 759) | internal void OnSummaryDelete(SignatureResources signatureResources) method OnAddRequestSignature (line 774) | internal void OnAddRequestSignature(SignatureResources sigResources, D... method HasCertificate (line 798) | internal bool HasCertificate(SignatureResources signatureResources) method Initialize (line 820) | internal static void Initialize(IDigitalSignatureProvider provider) method ShowCertificatePickerDialog (line 900) | private static X509Certificate2 ShowCertificatePickerDialog(IntPtr par... method AddRestrictionsFromSignature (line 960) | private static SignaturePolicy AddRestrictionsFromSignature(SignatureP... method IsAllowedByPolicy (line 984) | private static bool IsAllowedByPolicy(SignaturePolicy policy, Signatur... method StartCertificateStatusCheck (line 994) | private void StartCertificateStatusCheck(IList certi... method CertificateStatusCheckWorkItem (line 1045) | private void CertificateStatusCheckWorkItem(object stateInfo) method GetCertificateStatusFromTable (line 1073) | private CertificatePriorityStatus GetCertificateStatusFromTable(Digita... method OnSignatureStatusChange (line 1107) | private void OnSignatureStatusChange(SignatureStatus newStatus) method RaiseSignatureStatusChange (line 1119) | private void RaiseSignatureStatusChange(SignatureStatusEventArgs args) method RaiseSignaturesChanged (line 1130) | private void RaiseSignaturesChanged() method OnRMPolicyChanged (line 1143) | private void OnRMPolicyChanged(object sender, DocumentRightsManagement... method VerifySignability (line 1164) | private bool VerifySignability() method GetErrorCode (line 1200) | private int GetErrorCode(CryptographicException ce) method UndoChanges (line 1218) | private void UndoChanges() type CertificateValidationThreadInfo (line 1368) | private struct CertificateValidationThreadInfo class SignatureStatusEventArgs (line 1386) | public class SignatureStatusEventArgs : EventArgs method SignatureStatusEventArgs (line 1401) | public SignatureStatusEventArgs( type ChangeLogEntity (line 1454) | private struct ChangeLogEntity method ChangeLogEntity (line 1461) | internal ChangeLogEntity(Guid id, bool isSignatureRequest) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/DocumentStatusResources.cs type DocumentStatusResources (line 11) | internal struct DocumentStatusResources FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/FindToolBar.xaml.cs class FindToolBar (line 16) | internal partial class FindToolBar method FindToolBar (line 27) | public FindToolBar() method GoToTextBox (line 174) | public void GoToTextBox() method OnGoToTextBox (line 199) | private object OnGoToTextBox(object param) method OnFindTextBoxChanged (line 212) | private void OnFindTextBoxChanged(object sender, TextChangedEventArgs e) method OnFindTextBoxPreviewKeyDown (line 235) | private void OnFindTextBoxPreviewKeyDown(object sender, KeyEventArgs e) method OnFindNextClick (line 271) | private void OnFindNextClick(object sender, EventArgs e) method OnFindPreviousClick (line 287) | private void OnFindPreviousClick(object sender, EventArgs e) method OnFindClick (line 303) | private void OnFindClick() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/IDigitalSignatureProvider.cs type IDigitalSignatureProvider (line 20) | internal interface IDigitalSignatureProvider method AddRequestSignature (line 30) | Guid AddRequestSignature(DigitalSignature digitalSignature); method GetAllCertificates (line 36) | IList GetAllCertificates(); method GetCertificateStatus (line 44) | IDictionary GetCertificat... method RemoveRequestSignature (line 49) | void RemoveRequestSignature(Guid spotId); method SignDocument (line 54) | void SignDocument(DigitalSignature digitalSignature); method UnsignDocument (line 59) | void UnsignDocument(Guid id); method VerifySignatures (line 64) | void VerifySignatures(); FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/IRightsManagementProvider.cs type IRightsManagementProvider (line 18) | internal interface IRightsManagementProvider method InitializeEnvironment (line 59) | void InitializeEnvironment(EnrollmentAccountType accountType); method InitializeEnvironment (line 64) | void InitializeEnvironment(RightsManagementUser user); method LoadUseLicense (line 72) | bool LoadUseLicense(); method AcquireUseLicense (line 79) | bool AcquireUseLicense(); method SaveUseLicense (line 85) | void SaveUseLicense(EncryptedPackageEnvelope package); method BindUseLicense (line 92) | void BindUseLicense(); method GetAvailableCredentials (line 98) | ReadOnlyCollection GetAvailableCredentials(); method RemoveCredentials (line 103) | void RemoveCredentials(RightsManagementUser user); method GetDefaultCredentials (line 109) | RightsManagementUser GetDefaultCredentials(); method SetDefaultCredentials (line 114) | void SetDefaultCredentials(RightsManagementUser user); method GetAllAccessRights (line 120) | IDictionary GetAllAcces... method DecryptPackage (line 126) | Stream DecryptPackage(); method EncryptPackage (line 133) | EncryptedPackageEnvelope EncryptPackage(Stream ciphered); method GenerateUnsignedPublishLicense (line 139) | void GenerateUnsignedPublishLicense(IList lic... method GenerateUnsignedPublishLicense (line 145) | void GenerateUnsignedPublishLicense(string template); method SignPublishLicense (line 152) | void SignPublishLicense(); method SaveCurrentLicenses (line 157) | void SaveCurrentLicenses(); method RevertToSavedLicenses (line 162) | void RevertToSavedLicenses(); method SetEncryptedPackage (line 171) | void SetEncryptedPackage(EncryptedPackageEnvelope newPackage, out bool... FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/PeoplePickerWrapper.cs class PeoplePickerWrapper (line 23) | internal partial class PeoplePickerWrapper method PeoplePickerWrapper (line 35) | internal PeoplePickerWrapper() method Show (line 53) | internal String[] Show(IntPtr hWndParent) method OpenQueryWindow (line 117) | private IDataObject OpenQueryWindow(IntPtr hWndParent) method GetEmailAddressesFromPaths (line 226) | private String[] GetEmailAddressesFromPaths(String[] paths) method ValidateHWnd (line 265) | private void ValidateHWnd(IntPtr hWndParent) class DsObjectNamesWrapper (line 300) | private class DsObjectNamesWrapper : IDisposable method DsObjectNamesWrapper (line 305) | static DsObjectNamesWrapper() method DsObjectNamesWrapper (line 315) | internal DsObjectNamesWrapper(System.IO.MemoryStream dataStream) method GetNamesFromDsObjectStruct (line 380) | private String[] GetNamesFromDsObjectStruct() method BuildStringForItemName (line 399) | private String BuildStringForItemName(int index) method GetDsObjectForIndex (line 435) | private UnsafeNativeMethods.DsObject GetDsObjectForIndex(int index) method ThrowIfDisposed (line 465) | private void ThrowIfDisposed() method Dispose (line 473) | public void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RMEnrollmentPage1.Designer.cs class RMEnrollmentPage1 (line 10) | partial class RMEnrollmentPage1 method Dispose (line 21) | protected override void Dispose(bool disposing) method InitializeComponent (line 36) | protected override void InitializeComponent() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RMEnrollmentPage1.cs class RMEnrollmentPage1 (line 15) | internal sealed partial class RMEnrollmentPage1 : DialogBaseForm method RMEnrollmentPage1 (line 27) | internal RMEnrollmentPage1() method ApplyResources (line 44) | protected override void ApplyResources() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RMEnrollmentPage2.Designer.cs class RMEnrollmentPage2 (line 10) | partial class RMEnrollmentPage2 method Dispose (line 21) | protected override void Dispose(bool disposing) method InitializeComponent (line 36) | protected override void InitializeComponent() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RMEnrollmentPage2.cs class RMEnrollmentPage2 (line 15) | internal sealed partial class RMEnrollmentPage2 : DialogBaseForm method RMEnrollmentPage2 (line 27) | internal RMEnrollmentPage2() method ApplyResources (line 79) | protected override void ApplyResources() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RMEnrollmentPage3.Designer.cs class RMEnrollmentPage3 (line 7) | partial class RMEnrollmentPage3 method Dispose (line 18) | protected override void Dispose(bool disposing) method InitializeComponent (line 33) | protected override void InitializeComponent() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RMEnrollmentPage3.cs class RMEnrollmentPage3 (line 11) | internal sealed partial class RMEnrollmentPage3 : DialogBaseForm method RMEnrollmentPage3 (line 18) | internal RMEnrollmentPage3() method ApplyResources (line 34) | protected override void ApplyResources() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RMPermissions.Designer.cs class RMPermissionsDialog (line 7) | partial class RMPermissionsDialog method Dispose (line 18) | protected override void Dispose(bool disposing) method InitializeComponent (line 33) | protected override void InitializeComponent() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RMPermissions.cs class RMPermissionsDialog (line 16) | internal sealed partial class RMPermissionsDialog : DialogBaseForm method RMPermissionsDialog (line 26) | internal RMPermissionsDialog(RightsManagementLicense userLicense) method InitializeReferralInformation (line 50) | private void InitializeReferralInformation(RightsManagementLicense use... method GetRightsFromPermissions (line 93) | private static string[] GetRightsFromPermissions(RightsManagementLicen... method GetUtcDateAsString (line 141) | private static string GetUtcDateAsString(DateTime? date) method requestFromLabel_LinkClicked (line 165) | private void requestFromLabel_LinkClicked(object sender, LinkLabelLink... method AddPermissions (line 175) | private void AddPermissions(string[] uiStrings) method ApplyResources (line 213) | protected override void ApplyResources() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RMPublishingDialog.Designer.cs class RMPublishingDialog (line 7) | partial class RMPublishingDialog method Dispose (line 18) | protected override void Dispose(bool disposing) method InitializeComponent (line 33) | protected override void InitializeComponent() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RMPublishingDialog.RightsTable.cs class RMPublishingDialog (line 19) | internal sealed partial class RMPublishingDialog : DialogBaseForm class RightsTable (line 30) | private class RightsTable : DataGridView method RightsTable (line 35) | public RightsTable() method IsEveryone (line 55) | public static bool IsEveryone(string userName) method IsEveryone (line 65) | public static bool IsEveryone(DataGridViewRow row) method GetPermissionsFromRow (line 76) | public static RightsManagementPermissions GetPermissionsFromRow(Data... method AddUser (line 108) | public void AddUser(RightsTableUser user) method AddUser (line 120) | public void AddUser(RightsTableUser user, bool isViewerOwner) method DeleteUser (line 168) | public void DeleteUser() method InitializeRightsTable (line 193) | public void InitializeRightsTable( method InitializeRightsTableContent (line 205) | private void InitializeRightsTableContent(string ownerName, IDiction... method GetUsernameFromRow (line 264) | public static string GetUsernameFromRow(DataGridViewRow row) method CheckDuplicate (line 288) | private bool CheckDuplicate(string name) method CreateColumnHeader (line 309) | private DataGridViewColumn CreateColumnHeader( method CreateCheckBoxCell (line 355) | private DataGridViewDisableCheckBoxCell CreateCheckBoxCell(bool enab... method CreateDataGridViewRow (line 375) | private DataGridViewRow CreateDataGridViewRow(RightsTableUser newUse... method GetPermissionFromColumn (line 416) | private static RightsManagementPermissions GetPermissionFromColumn(R... method InitializeRightsTableUIComponents (line 444) | private void InitializeRightsTableUIComponents() method RightsTable_CellBeginEdit (line 497) | private void RightsTable_CellBeginEdit(object sender, DataGridViewCe... method RightsTable_CurrentCellDirtyStateChanged (line 523) | private void RightsTable_CurrentCellDirtyStateChanged(object sender,... method RightsTableColumnToIndex (line 583) | private static int RightsTableColumnToIndex(RightsTableColumn column) method IndexToRightsTableColumn (line 594) | private static RightsTableColumn IndexToRightsTableColumn(int index) method UpdateAllRowsFromEveryone (line 619) | private void UpdateAllRowsFromEveryone(DataGridViewRow everyoneRow) method UpdateRowFromEveryone (line 640) | private void UpdateRowFromEveryone(DataGridViewRow everyoneRow, Data... method UpdateAllRowsOnEveryoneRemoval (line 727) | private void UpdateAllRowsOnEveryoneRemoval(DataGridViewRow everyone... method UpdateAllowOwner (line 758) | private void UpdateAllowOwner(DataGridViewRow row) type RightsTableColumn (line 891) | private enum RightsTableColumn : int class DataGridViewDisableCheckBoxCell (line 931) | public class DataGridViewDisableCheckBoxCell : DataGridViewCheckBoxCell method DataGridViewDisableCheckBoxCell (line 940) | public DataGridViewDisableCheckBoxCell() method Clone (line 971) | public override object Clone() method Paint (line 999) | protected override void Paint(Graphics graphics, type RightsTableUser (line 1076) | private struct RightsTableUser method RightsTableUser (line 1082) | public RightsTableUser(string name) method RightsTableUser (line 1094) | public RightsTableUser( FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RMPublishingDialog.cs class RMPublishingDialog (line 23) | internal sealed partial class RMPublishingDialog : DialogBaseForm method RMPublishingDialog (line 36) | internal RMPublishingDialog( method CreateRightsManagementLicenses (line 236) | private IList CreateRightsManagementLicenses() method InitializeTemplates (line 284) | private void InitializeTemplates() method PopulateTemplateUI (line 304) | private void PopulateTemplateUI() method GetTemplatePath (line 320) | private Uri GetTemplatePath() method GetXmlTemplates (line 370) | private List GetXmlTemplates() method GetUserFromUserName (line 416) | private static RightsManagementUser GetUserFromUserName(string userName) method ValidateReferralAddress (line 441) | private bool ValidateReferralAddress() method SetupIconButton (line 490) | private void SetupIconButton(Button button, Icon icon, string text, st... method ToggleSave (line 544) | private void ToggleSave(bool isSaveAllowed) method rightsTable_SelectionChanged (line 556) | private void rightsTable_SelectionChanged(object sender, System.EventA... method radioButton_CheckedChanged (line 579) | private void radioButton_CheckedChanged(object sender, System.EventArg... method UpdateRadioButtonState (line 588) | private void UpdateRadioButtonState() method checkBoxValidUntil_CheckedChanged (line 621) | private void checkBoxValidUntil_CheckedChanged(object sender, EventArg... method checkBoxPermissionsContact_CheckedChanged (line 631) | private void checkBoxPermissionsContact_CheckedChanged(object sender, ... method buttonAddUser_Click (line 641) | private void buttonAddUser_Click(object sender, EventArgs e) method buttonPeoplePicker_Click (line 682) | private void buttonPeoplePicker_Click(object sender, EventArgs e) method buttonEveryone_Click (line 703) | private void buttonEveryone_Click(object sender, EventArgs e) method buttonRemoveUser_Click (line 715) | private void buttonRemoveUser_Click(object sender, EventArgs e) method buttonSave_Click (line 726) | private void buttonSave_Click(object sender, EventArgs e) method buttonSaveAs_Click (line 745) | private void buttonSaveAs_Click(object sender, EventArgs e) method textBoxUserName_GotFocus (line 765) | private void textBoxUserName_GotFocus(object sender, System.EventArgs e) method textBoxUserName_LostFocus (line 776) | private void textBoxUserName_LostFocus(object sender, System.EventArgs e) method comboBox1_SelectedValueChanged (line 786) | private void comboBox1_SelectedValueChanged(object sender, EventArgs e) method OnIconButtonEnter (line 797) | private static void OnIconButtonEnter(object sender, EventArgs e) method OnIconButtonLeave (line 810) | private static void OnIconButtonLeave(object sender, EventArgs e) method UpdateAnyoneEnabled (line 821) | private void UpdateAnyoneEnabled() method ApplyResources (line 891) | protected override void ApplyResources() class ServerSideTemplate (line 964) | private class ServerSideTemplate method ServerSideTemplate (line 971) | public ServerSideTemplate(Uri filename) method ToString (line 991) | public override string ToString() method BuildTemplateList (line 1009) | public static List BuildTemplateList(List f... FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RequestedSignatureDialog.Designer.cs class RequestedSignatureDialog (line 7) | partial class RequestedSignatureDialog method Dispose (line 18) | protected override void Dispose(bool disposing) method InitializeComponent (line 33) | protected override void InitializeComponent() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RequestedSignatureDialog.cs class RequestedSignatureDialog (line 9) | internal sealed partial class RequestedSignatureDialog : DialogBaseForm method RequestedSignatureDialog (line 21) | internal RequestedSignatureDialog(DocumentSignatureManager docSigManager) method _addButton_Click (line 45) | private void _addButton_Click(object sender, EventArgs e) method ValidateUserData (line 79) | private bool ValidateUserData() method ApplyResources (line 120) | protected override void ApplyResources() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RightsManagementLicense.cs class RightsManagementLicense (line 13) | internal sealed class RightsManagementLicense method AddPermission (line 31) | internal void AddPermission(RightsManagementPermissions permission) method HasPermission (line 41) | internal bool HasPermission(RightsManagementPermissions permission) method ConvertToPolicy (line 50) | internal RightsManagementPolicy ConvertToPolicy() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RightsManagementManager.cs class DocumentRightsManagementManager (line 30) | internal sealed class DocumentRightsManagementManager method DocumentRightsManagementManager (line 40) | private DocumentRightsManagementManager(IRightsManagementProvider rmPr... method Initialize (line 65) | internal static void Initialize(IRightsManagementProvider rmProvider) method DecryptPackage (line 85) | internal Stream DecryptPackage() method Evaluate (line 142) | internal void Evaluate() method SetEncryptedPackage (line 192) | internal void SetEncryptedPackage(EncryptedPackageEnvelope newPackage) method ShowCredentialManagementUI (line 241) | internal void ShowCredentialManagementUI() method ShowCredentialManagementUI (line 252) | internal DialogResult ShowCredentialManagementUI(bool decrypting) method ShowEnrollment (line 304) | internal void ShowEnrollment() method Enroll (line 345) | internal bool Enroll(EnrollmentAccountType accountType) method ShowPermissions (line 381) | internal void ShowPermissions() method ShowPublishing (line 409) | internal void ShowPublishing() method OnCredentialManagementSetDefault (line 554) | internal void OnCredentialManagementSetDefault(string defaultAccount) method OnCredentialManagementRemove (line 569) | internal void OnCredentialManagementRemove(string accountName) method OnCredentialManagementShowEnrollment (line 610) | internal void OnCredentialManagementShowEnrollment() method PromptToInstallRM (line 625) | internal void PromptToInstallRM() method GetCredentialManagementResourceList (line 646) | internal IList GetCredentialManagementResourceList() method GetDefaultCredentialManagementResource (line 673) | internal string GetDefaultCredentialManagementResource() method SaveUseLicense (line 811) | private void SaveUseLicense() method IsRMClientInstalled (line 851) | private bool IsRMClientInstalled() method ChooseCredentials (line 875) | private bool ChooseCredentials(bool decrypting) method GetUseLicense (line 1017) | private RightsManagementLicense GetUseLicense() method HasPublishLicenseChanged (line 1070) | private bool HasPublishLicenseChanged(IList n... method RMEnrollThreadProc (line 1137) | private void RMEnrollThreadProc(Object stateInfo) method OnRMStatusChange (line 1184) | private void OnRMStatusChange(RightsManagementStatus newStatus) method RaiseRMStatusChange (line 1198) | private void RaiseRMStatusChange(RightsManagementStatusEventArgs args) method OnRMPolicyChange (line 1211) | private void OnRMPolicyChange(RightsManagementPolicy newPolicy) method RaiseRMPolicyChange (line 1223) | private void RaiseRMPolicyChange(RightsManagementPolicyEventArgs args) method OnPublishLicenseChange (line 1234) | private void OnPublishLicenseChange() method RaisePublishLicenseChange (line 1245) | private void RaisePublishLicenseChange(EventArgs args) method ProcessRMLicenses (line 1263) | private bool ProcessRMLicenses( method ProcessRMTemplate (line 1340) | private bool ProcessRMTemplate(Uri templateFilename, out bool exitDialog) method GetTemplateFromFile (line 1420) | private string GetTemplateFromFile(Uri templateFilename) class RightsManagementStatusEventArgs (line 1506) | public class RightsManagementStatusEventArgs : EventArgs method RightsManagementStatusEventArgs (line 1519) | public RightsManagementStatusEventArgs( class RightsManagementPolicyEventArgs (line 1576) | public class RightsManagementPolicyEventArgs : EventArgs method RightsManagementPolicyEventArgs (line 1586) | internal RightsManagementPolicyEventArgs(RightsManagementPolicy rmPo... type RightsManagementEnrollThreadInfo (line 1621) | private struct RightsManagementEnrollThreadInfo FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RightsManagementPermissions.cs type RightsManagementPermissions (line 15) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RightsManagementPolicy.cs type RightsManagementPolicy (line 14) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RightsManagementProvider.cs class RightsManagementProvider (line 26) | internal class RightsManagementProvider : IRightsManagementProvider, IDi... method RightsManagementProvider (line 38) | public RightsManagementProvider(EncryptedPackageEnvelope encryptedPack... method InitializeEnvironment (line 105) | void IRightsManagementProvider.InitializeEnvironment(EnrollmentAccount... method InitializeEnvironment (line 166) | void IRightsManagementProvider.InitializeEnvironment(RightsManagementU... method LoadUseLicense (line 189) | bool IRightsManagementProvider.LoadUseLicense() method AcquireUseLicense (line 216) | bool IRightsManagementProvider.AcquireUseLicense() method SaveUseLicense (line 257) | void IRightsManagementProvider.SaveUseLicense(EncryptedPackageEnvelope... method BindUseLicense (line 293) | void IRightsManagementProvider.BindUseLicense() method GetAvailableCredentials (line 362) | ReadOnlyCollection IRightsManagementProvider.Get... method GetDefaultCredentials (line 383) | RightsManagementUser IRightsManagementProvider.GetDefaultCredentials() method SetDefaultCredentials (line 444) | void IRightsManagementProvider.SetDefaultCredentials(RightsManagementU... method RemoveCredentials (line 478) | void IRightsManagementProvider.RemoveCredentials(RightsManagementUser ... method GetAllAccessRights (line 490) | IDictionary method DecryptPackage (line 567) | Stream IRightsManagementProvider.DecryptPackage() method EncryptPackage (line 589) | EncryptedPackageEnvelope IRightsManagementProvider.EncryptPackage(Stre... method GenerateUnsignedPublishLicense (line 636) | void IRightsManagementProvider.GenerateUnsignedPublishLicense( method GenerateUnsignedPublishLicense (line 745) | void IRightsManagementProvider.GenerateUnsignedPublishLicense(string t... method SignPublishLicense (line 803) | void IRightsManagementProvider.SignPublishLicense() method SaveCurrentLicenses (line 849) | void IRightsManagementProvider.SaveCurrentLicenses() method RevertToSavedLicenses (line 861) | void IRightsManagementProvider.RevertToSavedLicenses() method SetEncryptedPackage (line 882) | void IRightsManagementProvider.SetEncryptedPackage(EncryptedPackageEnv... method Dispose (line 966) | public void Dispose() method GenerateCryptoProvider (line 1002) | private CryptoProvider GenerateCryptoProvider() method HasPermission (line 1033) | private static bool HasPermission( method AddReferralInfo (line 1045) | private void AddReferralInfo(RightsManagementLicense rmLicense) method ConvertGrantList (line 1062) | private RightsManagementLicense ConvertGrantList( method GetGrantsFromLicense (line 1171) | private IList GetGrantsFromLicense( method InitializeMembers (line 1265) | private void InitializeMembers() method CleanUpSecureEnvironment (line 1290) | private void CleanUpSecureEnvironment() method SetUserFromSecureEnvironment (line 1300) | private void SetUserFromSecureEnvironment() method CreateGrant (line 1312) | private ContentGrant CreateGrant(RightsManagementUser user, ContentRig... method GetGrantsFromUnsignedLicense (line 1322) | private ICollection GetGrantsFromUnsignedLicense( method GetApplicationManifest (line 1338) | private string GetApplicationManifest() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RightsManagementResourceHelper.cs class RightsManagementResourceHelper (line 16) | internal sealed class RightsManagementResourceHelper method RightsManagementResourceHelper (line 26) | private RightsManagementResourceHelper() method GetDocumentLevelResources (line 40) | internal static DocumentStatusResources GetDocumentLevelResources(Righ... method GetCredentialManagementResources (line 66) | internal static string GetCredentialManagementResources(RightsManageme... method GetDrawingBrushFromStatus (line 109) | private static DrawingBrush GetDrawingBrushFromStatus(RightsManagement... FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RightsManagementStatus.cs type RightsManagementStatus (line 14) | internal enum RightsManagementStatus FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RightsManagementUser.cs class RightsManagementUser (line 23) | internal class RightsManagementUser : ContentUser method RightsManagementUser (line 36) | private RightsManagementUser(string name, AuthenticationType authentic... method GetHashCode (line 56) | public override int GetHashCode() method Equals (line 69) | public override bool Equals(object obj) method CreateUser (line 90) | internal static RightsManagementUser CreateUser( method CreateUser (line 104) | internal static RightsManagementUser CreateUser(ContentUser user) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/SignaturePolicy.cs type SignaturePolicy (line 10) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/SignatureResourceHelper.cs class SignatureResourceHelper (line 19) | internal static class SignatureResourceHelper method GetDocumentLevelResources (line 31) | internal static DocumentStatusResources GetDocumentLevelResources( method GetImageFromStatus (line 71) | internal static Drawing.Image GetImageFromStatus( method GetResources (line 100) | internal static SignatureResources GetResources(DigitalSignature signa... method GetDrawingBrushFromStatus (line 135) | private static DrawingBrush GetDrawingBrushFromStatus(SignatureStatus ... method GetSummaryMessage (line 183) | private static string GetSummaryMessage(DigitalSignature signature, Ce... method GetCertificateSummaryMessage (line 251) | private static string GetCertificateSummaryMessage(CertificatePriority... method GetSignatureSummaryMessage (line 291) | private static string GetSignatureSummaryMessage(SignatureStatus sigSt... method GetFormattedDate (line 318) | private static string GetFormattedDate(Nullable date) type SignatureResources (line 345) | internal struct SignatureResources method ToString (line 360) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/SignatureStatus.cs type SignatureStatus (line 14) | internal enum SignatureStatus FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/SignatureSummaryDialog.Designer.cs class SignatureSummaryDialog (line 7) | partial class SignatureSummaryDialog method Dispose (line 18) | protected override void Dispose(bool disposing) method InitializeComponent (line 33) | protected override void InitializeComponent() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/SignatureSummaryDialog.cs class SignatureSummaryDialog (line 18) | internal sealed partial class SignatureSummaryDialog : DialogBaseForm method SignatureSummaryDialog (line 33) | internal SignatureSummaryDialog(IList signatureRes... method InitializeDialogType (line 190) | private void InitializeDialogType() method InitializeColumnHeaders (line 223) | private void InitializeColumnHeaders() method AddDigSig (line 316) | private void AddDigSig(SignatureResources signatureResources) method _buttonDone_Click (line 328) | private void _buttonDone_Click(object sender, EventArgs e) method _buttonSign_Click (line 353) | private void _buttonSign_Click(object sender, EventArgs e) method _buttonViewCert_Click (line 380) | private void _buttonViewCert_Click(object sender, EventArgs e) method _buttonRequestAdd_Click (line 397) | private void _buttonRequestAdd_Click(object sender, EventArgs e) method _buttonRequestDelete_Click (line 411) | private void _buttonRequestDelete_Click(object sender, EventArgs e) method OnSignatureStatusChange (line 432) | private void OnSignatureStatusChange(object sender, DocumentSignatureM... method RefreshSignatureList (line 445) | private void RefreshSignatureList(bool requestOnly) method _listBoxSummary_SelectedIndexChanged (line 473) | private void _listBoxSummary_SelectedIndexChanged(object sender, method _listBoxSummary_Resize (line 518) | private void _listBoxSummary_Resize(object sender, EventArgs e) method _listBoxSummary_MeasureItem (line 529) | private void _listBoxSummary_MeasureItem(object sender, MeasureItemEve... method CalculateItemHeight (line 542) | private int CalculateItemHeight(Graphics graphics, SignatureResources ... method _listBoxSummary_DrawItem (line 595) | private void _listBoxSummary_DrawItem(object sender, DrawItemEventArgs e) method DrawListBoxSummaryItem (line 619) | private void DrawListBoxSummaryItem(Graphics graphics, method ApplyResources (line 783) | protected override void ApplyResources() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/SigningDialog.Designer.cs class SigningDialog (line 7) | internal partial class SigningDialog method Dispose (line 18) | protected override void Dispose(bool disposing) method InitializeComponent (line 33) | protected override void InitializeComponent() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/SigningDialog.cs class SigningDialog (line 19) | internal sealed partial class SigningDialog : DialogBaseForm method SigningDialog (line 31) | internal SigningDialog(X509Certificate2 x509Certificate2, DigitalSigna... method SignAndSave (line 74) | private void SignAndSave(bool isSaveAs) method _signSaveButton_Click (line 122) | private void _signSaveButton_Click(object sender, EventArgs e) method _signSaveAsButton_Click (line 140) | private void _signSaveAsButton_Click(object sender, EventArgs e) method _cancelButton_Click (line 158) | private void _cancelButton_Click(object sender, EventArgs e) method ApplySignatureSpecificResources (line 166) | private void ApplySignatureSpecificResources() method ApplyResources (line 229) | protected override void ApplyResources() method ApplyStyle (line 256) | protected override void ApplyStyle() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/SigningProgress.Designer.cs class ProgressDialog (line 7) | partial class ProgressDialog method Dispose (line 18) | protected override void Dispose(bool disposing) method InitializeComponent (line 33) | protected override void InitializeComponent() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/SigningProgress.cs class ProgressDialog (line 15) | internal sealed partial class ProgressDialog : DialogBaseForm method ProgressDialog (line 27) | private ProgressDialog(string title, string message) method CreateThreaded (line 45) | public static ProgressDialogReference CreateThreaded(string title, str... method CloseThreaded (line 66) | public static void CloseThreaded(ProgressDialog dialog) method ProgressDialogThreadProc (line 80) | private static void ProgressDialogThreadProc(object state) method OnTimerTick (line 99) | private void OnTimerTick(object sender, EventArgs e) method CloseThreadedImpl (line 109) | private void CloseThreadedImpl() class ProgressDialogReference (line 125) | internal class ProgressDialogReference method ProgressDialogReference (line 133) | public ProgressDialogReference(string title, string message) method FormLoaded (line 179) | private void FormLoaded(object sender, EventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/PresentationUIStyleResources.cs class PresentationUIStyleResources (line 10) | public static class PresentationUIStyleResources method PresentationUIStyleResources (line 22) | static PresentationUIStyleResources() FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/TenFeetInstallationError.xaml.cs class TenFeetInstallationError (line 17) | internal partial class TenFeetInstallationError : IErrorPage method TenFeetInstallationError (line 19) | public TenFeetInstallationError() method TenFeetInstallationError (line 24) | static TenFeetInstallationError() method ShowLogFileButton (line 177) | private void ShowLogFileButton() method OnCommandRefresh (line 186) | private static void OnCommandRefresh(object sender, RoutedEventArgs e) method OnCanRefresh (line 195) | private static void OnCanRefresh(object sender, CanExecuteRoutedEventA... method OnRetry (line 205) | internal void OnRetry(object sender, RoutedEventArgs e) method OnShowLog (line 213) | internal void OnShowLog(object sender, RoutedEventArgs e) method OnGetWinFX (line 221) | internal void OnGetWinFX(object sender, RoutedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/TenFeetInstallationProgress.xaml.cs class TenFeetInstallationProgress (line 17) | internal partial class TenFeetInstallationProgress : IProgressPage method TenFeetInstallationProgress (line 19) | public TenFeetInstallationProgress() method TenFeetInstallationProgress (line 24) | static TenFeetInstallationProgress() method UpdateProgress (line 118) | public void UpdateProgress(long bytesDownloaded, long bytesTotal) method OnCommandRefresh (line 131) | private static void OnCommandRefresh(object sender, RoutedEventArgs e) method OnCanRefresh (line 140) | private static void OnCanRefresh(object sender, CanExecuteRoutedEventA... method OnCommandStop (line 146) | private static void OnCommandStop(object sender, RoutedEventArgs e) method OnCanStop (line 155) | private static void OnCanStop(object sender, CanExecuteRoutedEventArgs e) method OnCancel (line 161) | private void OnCancel(object sender, RoutedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/PresentationUI/ref/PresentationUI-ref.cs class PresentationUIStyleResources (line 6) | public static partial class PresentationUIStyleResources FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/BrushProxy.cs class Configuration (line 23) | internal static class Configuration method SetValue (line 87) | public static bool SetValue(string key, object val) method RasterizationCost (line 140) | internal static double RasterizationCost(double width, double height) method RasterizationCost (line 147) | internal static double RasterizationCost(double size) class PenProxy (line 153) | internal class PenProxy method PenProxy (line 157) | private PenProxy() method PenProxy (line 161) | private PenProxy(Pen pen, BrushProxy brush) method GetPen (line 179) | public Pen GetPen(bool ignoreBrushProxy) method IsOpaque (line 197) | public bool IsOpaque() method IsTransparent (line 202) | public bool IsTransparent() method Scale (line 227) | public void Scale(double ratio) method PushOpacity (line 236) | public void PushOpacity(double opacity, BrushProxy opacityMask) method Clone (line 246) | public PenProxy Clone() method CreatePen (line 267) | public static PenProxy CreatePen(Pen pen, Rect bounds) method CreateUserPen (line 300) | public static PenProxy CreateUserPen(Pen pen, Rect bounds, Matrix brus... method IsNull (line 330) | public static bool IsNull(Pen pen) class BrushProxy (line 350) | internal class BrushProxy method BrushProxy (line 354) | public BrushProxy() method BrushProxy (line 364) | private BrushProxy(Brush brush) method ToString (line 374) | public override string ToString() method MakeBrushAbsolute (line 405) | public bool MakeBrushAbsolute(Rect bounds) method AddTo (line 528) | public void AddTo(BrushProxy bp) method Clone (line 554) | public BrushProxy Clone() method PushOpacity (line 559) | public BrushProxy PushOpacity(double opacity, BrushProxy opacityMask) method IsOpaque (line 592) | public bool IsOpaque() method IsTransparent (line 691) | public bool IsTransparent() method ApplyTransform (line 777) | public void ApplyTransform(Matrix trans) method ApplyTransformCopy (line 816) | public BrushProxy ApplyTransformCopy(Matrix trans) method BlendBrush (line 835) | public BrushProxy BlendBrush(BrushProxy brushB) method CreateBrushImage_ID (line 922) | public BitmapSource CreateBrushImage_ID(Matrix mat, int width, int hei... method CreateBrushImage (line 949) | public Byte[] CreateBrushImage(Matrix mat, int width, int height) method GetRealBrush (line 985) | public Brush GetRealBrush() method UpdateRealBrush (line 1001) | public void UpdateRealBrush(bool selfContained) method GetBrushDepth (line 1046) | public int GetBrushDepth() method GetDrawingCost (line 1092) | public double GetDrawingCost(Size size) method IsWhite (line 1150) | public bool IsWhite() method CloneRealBrush (line 1170) | public void CloneRealBrush() method IsViewportCoverBounds (line 1186) | public bool IsViewportCoverBounds(Rect bounds) method IsTiled (line 1216) | public bool IsTiled(Rect bounds) method GetDrawingPrimitive (line 1240) | public Primitive GetDrawingPrimitive() method DrawGeometry (line 1267) | public void DrawGeometry(DrawingContext dc, Pen pen, Geometry geo) method BuildBrush (line 1307) | private Brush BuildBrush() method GetBrushFillBounds (line 1373) | private Rect GetBrushFillBounds() method CreateDrawingBrush (line 1408) | private static DrawingBrush CreateDrawingBrush(Drawing drawing, Rect b... method BuildOpacityBrush (line 1434) | private Brush BuildOpacityBrush() method BuildRegularBrush (line 1490) | private Brush BuildRegularBrush() method IsDrawingOpaque (line 1599) | private bool IsDrawingOpaque(Primitive p, Geometry viewbox, Matrix tra... method IsDrawingTransparent (line 1664) | private bool IsDrawingTransparent(Primitive p, Geometry viewbox, Matri... method IsTileCompleteCover (line 1728) | internal static bool IsTileCompleteCover(TileBrush brush) method BlendImage (line 1760) | private BrushProxy BlendImage(Color color, bool pre) method BlendDrawingBrush (line 1783) | private BrushProxy BlendDrawingBrush(Color color, bool after) method BlendTileBrush (line 1816) | private BrushProxy BlendTileBrush(Color color, bool pre) method BlendComplexColor (line 1835) | private BrushProxy BlendComplexColor(Color color, bool pre) method BlendStopColor (line 1858) | private Color BlendStopColor(Color color, Color stopColor, bool pre) method CalculateBlendingStopCount (line 1887) | private static int CalculateBlendingStopCount( method BlendGradient (line 1966) | private BrushProxy BlendGradient(Color color, bool pre, ColorInterpola... method BlendBrushList (line 2128) | private BrushProxy BlendBrushList(BrushProxy b, bool first) method Supercede (line 2195) | private static bool Supercede(Brush brushA, Brush brushB) method BlendImageBrush (line 2310) | private BrushProxy BlendImageBrush(BrushProxy brushB, bool pre) method BlendGradientStops (line 2390) | private static GradientStopCollection BlendGradientStops(GradientBrush... method BlendLinearGradientBrush (line 2452) | private BrushProxy BlendLinearGradientBrush(BrushProxy brushB) method BlendRadialGradientBrush (line 2541) | private BrushProxy BlendRadialGradientBrush(BrushProxy brushB) method IsOpaqueWhite (line 2602) | public static bool IsOpaqueWhite(Brush brush) method IsOpaqueBlack (line 2619) | public static bool IsOpaqueBlack(Brush brush) method CreateBrushCore (line 2646) | private static BrushProxy CreateBrushCore(Brush brush, Rect bounds) method CreateColorBrush (line 2712) | public static BrushProxy CreateColorBrush(Color color) method CreateBrush (line 2730) | public static BrushProxy CreateBrush(Brush brush, Rect bounds) method CreateOpacityMaskBrush (line 2748) | public static BrushProxy CreateOpacityMaskBrush(Brush brush, Rect bounds) method CreateUserBrush (line 2774) | public static BrushProxy CreateUserBrush(Brush brush, Rect bounds, Mat... method IsEmpty (line 2803) | public static bool IsEmpty(Brush brush) method ReduceBrush (line 2924) | public static Brush ReduceBrush(Brush brush, Rect bounds, Matrix brush... method BlendBrush (line 3205) | public static BrushProxy BlendBrush(BrushProxy one, BrushProxy two) method BlendColorWithBrush (line 3220) | public static BrushProxy BlendColorWithBrush(bool opacityOnly, Color c... type BrushTypes (line 3432) | [Flags] class FillVisual (line 3559) | internal class FillVisual : DrawingVisual method FillVisual (line 3561) | public FillVisual(BrushProxy brush, Matrix mat, int width, int height)... type MyColor (line 3624) | internal struct MyColor method MyColor (line 3637) | private MyColor(float a, float r, float g, float b) method MyColor (line 3650) | public MyColor(Color c, ColorInterpolationMode ciMode) method ToColor (line 3674) | public Color ToColor(ColorInterpolationMode ciMode) method Interpolate (line 3689) | public static MyColor Interpolate(MyColor c0, float a, MyColor c1, flo... class GradientColor (line 3700) | internal class GradientColor method GradientColor (line 3704) | public GradientColor(GradientStopCollection stops, double opacity, Gra... method GetInvalidGradientColor (line 3771) | public Color GetInvalidGradientColor() method GetColor (line 3776) | public Color GetColor(int i, int steps) method Distance (line 3855) | private static double Distance(MyColor c0, MyColor c1) method ColorDistance (line 3873) | public double ColorDistance() method BandSteps (line 3888) | public int BandSteps(double distance) method AddStop (line 3902) | private bool AddStop(double offset, MyColor c) method InterpolateColor (line 3938) | private static MyColor InterpolateColor(double offset, double i0, MyCo... class LinearGradientFlattener (line 3979) | internal class LinearGradientFlattener method LinearGradientFlattener (line 3983) | public LinearGradientFlattener(LinearGradientBrush brush, Geometry geo... method GetSlice (line 4055) | public Geometry GetSlice(int i, out Color color) method CreateRotatedRectangle (line 4098) | private static Geometry CreateRotatedRectangle(double x, double y, dou... method TransformGradientToXAxis (line 4121) | private static bool TransformGradientToXAxis( class RadialGradientFlattener (line 4169) | internal class RadialGradientFlattener method RadialGradientFlattener (line 4173) | public RadialGradientFlattener(RadialGradientBrush b, Geometry shape, ... method GetSlice (line 4282) | public Geometry GetSlice(int i, out Color color) method PointIntersectWithRing (line 4350) | private void PointIntersectWithRing(Point p, ref double mint, ref doub... method LineSegmentIntersectWithRing (line 4415) | private void LineSegmentIntersectWithRing(Point p0, Point p1, ref doub... method BoundedInt (line 4493) | private static int BoundedInt(double v) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/DrawingContext.cs class DisplayListDrawingContext (line 17) | internal class DisplayListDrawingContext : IProxyDrawingContext method DisplayListDrawingContext (line 34) | public DisplayListDrawingContext( method Comment (line 52) | void IProxyDrawingContext.Comment(string message) method Push (line 56) | void IProxyDrawingContext.Push(double opacity, BrushProxy opacityMask) method Pop (line 65) | void IProxyDrawingContext.Pop() method DrawGeometry (line 71) | void IProxyDrawingContext.DrawGeometry(BrushProxy brush, PenProxy pen,... method DrawImage (line 141) | void IProxyDrawingContext.DrawImage(ImageProxy image, Rect dest, Geome... method DrawGlyphs (line 166) | bool IProxyDrawingContext.DrawGlyphs(GlyphRun glyphrun, Geometry clip,... class BrushProxyDecomposer (line 200) | internal class BrushProxyDecomposer : IProxyDrawingContext method BrushProxyDecomposer (line 217) | public BrushProxyDecomposer(ILegacyDevice dc) method LinearFillGeometry (line 229) | private bool LinearFillGeometry(BrushProxy linear, BrushProxy other, b... method RadialFillGeometry (line 353) | private bool RadialFillGeometry(BrushProxy radial, BrushProxy other, b... method FillGeometry (line 474) | private bool FillGeometry(BrushProxy one, ArrayList brushes, int from,... method BetterRasterize (line 561) | private bool BetterRasterize(BrushProxy brush, Geometry shape) method RasterizeGeometry (line 595) | private void RasterizeGeometry(BrushProxy brush, Geometry shape) method DrawGeometryCost (line 629) | private static double DrawGeometryCost(Brush b, Pen p, Geometry g) method Comment (line 671) | void IProxyDrawingContext.Comment(string message) method Push (line 678) | void IProxyDrawingContext.Push(double opacity, BrushProxy opacityMask) method Pop (line 685) | void IProxyDrawingContext.Pop() method DrawGeometry (line 690) | void IProxyDrawingContext.DrawGeometry(BrushProxy brush, PenProxy pen,... method DrawImage (line 828) | void IProxyDrawingContext.DrawImage(ImageProxy image, Rect dest, Geome... method DrawGlyphs (line 927) | bool IProxyDrawingContext.DrawGlyphs(GlyphRun glyphrun, Geometry clip,... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/Flattener.cs class Flattener (line 22) | internal class Flattener method Flattener (line 26) | public Flattener(bool disJoint, double width, double height) method AddPrimitive (line 42) | public void AddPrimitive(Primitive p) method TreeFlatten (line 78) | public void TreeFlatten(Primitive tree, Geometry clip, Matrix transfor... method AlphaFlatten (line 283) | public void AlphaFlatten(IProxyDrawingContext dc, bool disjoint) method DeleteCommand (line 416) | private void DeleteCommand(int i) method SerializeVisual (line 454) | private static void SerializeVisual(Visual visual, double width, doubl... method BlendCommands (line 508) | private static bool BlendCommands(PrimitiveInfo pi, PrimitiveInfo pj) method SwitchCommands (line 537) | private static void SwitchCommands(List commands, int i... method PushTransparencyDown (line 605) | private static void PushTransparencyDown(List commands,... method ConvertTransparentOnOpaque (line 659) | private static bool ConvertTransparentOnOpaque(List com... method ReduceTie (line 754) | private static void ReduceTie(PrimitiveInfo pi, List co... method CopyUnderlay (line 782) | private static List[] CopyUnderlay(int count, List... method DisplayListOptimization (line 810) | private void DisplayListOptimization(List commands, int... method HasUnmanagedCodePermission (line 954) | private static bool HasUnmanagedCodePermission() method LogInterestingPrimitives (line 959) | internal void LogInterestingPrimitives(List commands, i... method SaveInterestingPrimitives (line 1006) | internal void SaveInterestingPrimitives(List commands, ... method AlphaRender (line 1090) | private void AlphaRender(Primitive primitive, List overlapping, i... method Convert (line 1189) | public static void Convert(Primitive tree, ILegacyDevice dc, double wi... class OutputContext (line 1286) | internal class OutputContext : ILegacyDevice method OutputContext (line 1299) | public OutputContext(DrawingContext context) method PopClip (line 1308) | void ILegacyDevice.PopClip() method PopTransform (line 1313) | void ILegacyDevice.PopTransform() method PushClip (line 1318) | void ILegacyDevice.PushClip(Geometry clipGeometry) method PushTransform (line 1323) | void ILegacyDevice.PushTransform(Matrix transform) method StartDocument (line 1328) | int ILegacyDevice.StartDocument(string printerName, string jobName, st... method StartDocumentWithoutCreatingDC (line 1333) | void ILegacyDevice.StartDocumentWithoutCreatingDC(string printerName, ... method EndDocument (line 1338) | void ILegacyDevice.EndDocument() method CreateDeviceContext (line 1343) | void ILegacyDevice.CreateDeviceContext(string printerName, string jobN... method DeleteDeviceContext (line 1348) | void ILegacyDevice.DeleteDeviceContext() method ExtEscGetName (line 1353) | String ILegacyDevice.ExtEscGetName() method ExtEscMXDWPassThru (line 1358) | bool ILegacyDevice.ExtEscMXDWPassThru() method StartPage (line 1363) | void ILegacyDevice.StartPage(byte[] devmode, int rasterizationDPI) method DrawGeometry (line 1375) | void ILegacyDevice.DrawGeometry(Brush brush, Pen pen, Brush strokeBrus... method DrawImage (line 1393) | void ILegacyDevice.DrawImage(BitmapSource source, Byte[] buffer, Rect rc) method DrawGlyphRun (line 1404) | void ILegacyDevice.DrawGlyphRun(Brush foreground, GlyphRun glyphRun) method Comment (line 1409) | void ILegacyDevice.Comment(string message) method EndPage (line 1413) | void ILegacyDevice.EndPage() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/ImageProxy.cs class ImageProxy (line 17) | internal class ImageProxy method ImageProxy (line 53) | public ImageProxy(BitmapSource image) method Scale (line 100) | public void Scale(double scaleX, double scaleY) method Decode (line 112) | private void Decode() method GetDecodedPixels (line 125) | private byte[] GetDecodedPixels(Int32Rect bounds) method PushOpacity (line 153) | public void PushOpacity(double opacity, BrushProxy opacityMask, Rect r... method BlendUnderColor (line 235) | public void BlendUnderColor(Color color, double opacity, bool opacityO... method BlendOverColor (line 241) | public void BlendOverColor(Color color, double opacity, bool opacityOnly) method BlendUnderBrush (line 258) | public void BlendUnderBrush(bool opacityOnly, BrushProxy brush, Matrix... method RasterizeBrush (line 282) | private Byte[] RasterizeBrush(BrushProxy brush, Matrix trans) method BlendOverBrush (line 293) | public void BlendOverBrush(bool opacityOnly, BrushProxy brush, Matrix ... method HasAlpha (line 317) | internal static int HasAlpha(BitmapSource bitmap) method IsOpaque (line 349) | public bool IsOpaque() method IsTransparent (line 390) | public bool IsTransparent() method GetImage (line 414) | public BitmapSource GetImage() method GetClippedImage (line 443) | public BitmapSource GetClippedImage(Rect bounds, out Rect clipBounds) method Clone (line 526) | public ImageProxy Clone() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/Interfaces.cs type IMetroDrawingContext (line 12) | internal interface IMetroDrawingContext method DrawGeometry (line 20) | void DrawGeometry(Brush brush, Pen pen, Geometry geometry); method DrawImage (line 27) | void DrawImage(ImageSource image, Rect rectangle); method DrawGlyphRun (line 34) | void DrawGlyphRun(Brush foreground, GlyphRun glyphRun); method Push (line 49) | void Push( method Pop (line 65) | void Pop(); method Comment (line 71) | void Comment(string message); type ProxyDrawingFlags (line 80) | [Flags] type IProxyDrawingContext (line 101) | internal interface IProxyDrawingContext method Push (line 103) | void Push(double opacity, BrushProxy opacityMask); method Pop (line 105) | void Pop(); method DrawGeometry (line 107) | void DrawGeometry(BrushProxy brush, PenProxy pen, Geometry geometry, G... method DrawImage (line 109) | void DrawImage(ImageProxy image, Rect dest, Geometry clip, Matrix trans); method DrawGlyphs (line 111) | bool DrawGlyphs(GlyphRun glyphrun, Geometry clip, Matrix trans, BrushP... method Comment (line 113) | void Comment(string message); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/MetroDevice.cs class MetroDevice0 (line 20) | internal class MetroDevice0 type DeviceState (line 22) | [Flags] type PushType (line 31) | private enum PushType method MetroDevice0 (line 54) | public MetroDevice0() method AssertState (line 68) | private void AssertState(DeviceState state, DeviceState next) method StartDocument (line 84) | public void StartDocument() method EndDocument (line 92) | public void EndDocument() method AbortDocument (line 101) | public void AbortDocument() method StartPage (line 109) | public bool StartPage() method FlushPage (line 127) | public void FlushPage(ILegacyDevice sink, double width, double height,... method DrawGeometry (line 142) | public void DrawGeometry(Brush brush, Pen pen, Geometry geometry) method DrawImage (line 244) | public void DrawImage(ImageSource image, Rect rectangle) method DrawGlyphRun (line 264) | public void DrawGlyphRun(Brush foreground, GlyphRun glyphRun) method Push (line 295) | public void Push(Matrix transform, Geometry clip, double opacity, Brus... method Pop (line 380) | public void Pop() method Comment (line 391) | void Comment(string message) class MetroToGdiConverter (line 407) | internal class MetroToGdiConverter : IMetroDrawingContext method MetroToGdiConverter (line 430) | public MetroToGdiConverter(PrintQueue queue) method GetDevmode (line 445) | private byte[] GetDevmode(PrintTicket ticket, String ticketXMLString) method CaptureTicketSettings (line 487) | private void CaptureTicketSettings(PrintTicket ticket, String ticketXM... method StartDocument (line 525) | public int StartDocument(string jobName, PrintTicket ticket) method EndDocument (line 555) | public void EndDocument() method EndDocument (line 560) | public void EndDocument(bool abort) method CreateDeviceContext (line 584) | public void CreateDeviceContext(string jobName, PrintTicket ticket) method DeleteDeviceContext (line 600) | public void DeleteDeviceContext() method StartDocumentWithoutCreatingDC (line 605) | public void StartDocumentWithoutCreatingDC(String jobName) method ExtEscGetName (line 614) | public string ExtEscGetName() method ExtEscMXDWPassThru (line 619) | public bool ExtEscMXDWPassThru() method AbortDocument (line 624) | public void AbortDocument() method StartPage (line 633) | public void StartPage(PrintTicket ticket) method FlushPage (line 659) | public void FlushPage() method DrawGeometry (line 688) | void IMetroDrawingContext.DrawGeometry(Brush brush, Pen pen, Geometry ... method DrawImage (line 693) | void IMetroDrawingContext.DrawImage(ImageSource image, Rect rectangle) method DrawGlyphRun (line 698) | void IMetroDrawingContext.DrawGlyphRun(Brush foreground, GlyphRun glyp... method Push (line 703) | void IMetroDrawingContext.Push( method Pop (line 721) | void IMetroDrawingContext.Pop() method Comment (line 726) | void IMetroDrawingContext.Comment(string message) method ConvertPrintTicketToDevMode (line 730) | private byte[] ConvertPrintTicketToDevMode(PrintTicket ticket) method DisposePrintTicketConverter (line 741) | private void DisposePrintTicketConverter() method TestingHook (line 751) | public static void TestingHook(Object obj) class PrintTicketCache (line 761) | internal class PrintTicketCache method PrintTicketCache (line 763) | public PrintTicketCache(int maxEntries) method CachePageSize (line 773) | public void CachePageSize(string ticket, double width, double height) method CacheDevMode (line 780) | public void CacheDevMode(string ticket, byte [] devMode) method TryGetPageSize (line 788) | public bool TryGetPageSize(string ticket, out double width, out double... method TryGetDevMode (line 808) | public bool TryGetDevMode(string ticket, out byte [] devMode) method EnsurePacketForKey (line 826) | private CachePacket EnsurePacketForKey(string ticket) class CachePacket (line 838) | private class CachePacket FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/Optimizer.cs class Cluster (line 13) | internal class Cluster method Cluster (line 30) | public Cluster() method Render (line 42) | public void Render(List commands, IProxyDrawingContext dc) method CheckForRasterization (line 122) | public static void CheckForRasterization(List clusters, List<... method CalculateCluster (line 140) | public static List CalculateCluster(List comma... type PrimitiveIntersectAction (line 208) | private enum PrimitiveIntersectAction method GetPrimitiveIntersectAction (line 227) | private static PrimitiveIntersectAction GetPrimitiveIntersectAction() method Add (line 250) | private void Add( method MergeWith (line 282) | private void MergeWith(Cluster c) method BetterRasterize (line 300) | private bool BetterRasterize(List commands) method CalculateClusterCore (line 385) | private static bool CalculateClusterCore( FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/Primitive.cs class Primitive (line 20) | internal abstract class Primitive method Primitive (line 48) | public Primitive() method OnRender (line 62) | public abstract void OnRender(DrawingContext ctx); method GetShapeGeometry (line 68) | public abstract Geometry GetShapeGeometry(); method Exclude (line 74) | public abstract void Exclude(Geometry g); method BlendBrush (line 76) | public abstract BrushProxy BlendBrush(BrushProxy brush); method BlendOverImage (line 78) | public abstract void BlendOverImage(ImageProxy image, Matrix trans); method BlendOpacityMaskWithColor (line 85) | public abstract Primitive BlendOpacityMaskWithColor(BrushProxy color); method ApplyTransform (line 105) | public virtual void ApplyTransform() method Optimize (line 110) | public virtual bool Optimize() method GetOpacity (line 118) | public virtual double GetOpacity() method PushOpacity (line 123) | public virtual void PushOpacity(double opacity, BrushProxy opacityMask) method Clone (line 135) | public Primitive Clone() method DeepClone (line 147) | public Primitive DeepClone() method GetClippedShapeGeometry (line 160) | public Geometry GetClippedShapeGeometry() method GetRectBounds (line 183) | public Rect GetRectBounds(bool needed) method GetDrawingCost (line 206) | public double GetDrawingCost(Matrix worldTransform) method DrawingToPrimitive (line 313) | internal static Primitive DrawingToPrimitive(System.Windows.Media.Draw... method PushAll (line 546) | protected int PushAll(DrawingContext dc) method PopAll (line 585) | protected static void PopAll(DrawingContext dc, int levels) method ExtractOpacity (line 596) | protected void ExtractOpacity() method CloneMembers (line 621) | protected virtual void CloneMembers() method GetBoundsCore (line 632) | protected abstract Rect GetBoundsCore(); method GetBaseDrawingCost (line 640) | protected abstract double GetBaseDrawingCost(Matrix worldTransform); class GeometryPrimitive (line 649) | internal class GeometryPrimitive : Primitive method Widen (line 671) | public void Widen() method GetTilingInformation (line 697) | private static void GetTilingInformation( method UnfoldDrawingBrush (line 782) | public Primitive UnfoldDrawingBrush() method AbsorbOpacity (line 1088) | private void AbsorbOpacity() method OnRender (line 1110) | public override void OnRender(DrawingContext dc) method GetShapeGeometry (line 1163) | public override Geometry GetShapeGeometry() method Exclude (line 1170) | public override void Exclude(Geometry g) method BlendBrush (line 1182) | public override BrushProxy BlendBrush(BrushProxy brushA) method BlendOverImage (line 1201) | public override void BlendOverImage(ImageProxy image, Matrix trans) method BlendOpacityMaskWithColor (line 1220) | public override Primitive BlendOpacityMaskWithColor(BrushProxy color) method ApplyTransform (line 1309) | public override void ApplyTransform() method Optimize (line 1344) | public override bool Optimize() method GetOpacity (line 1502) | public override double GetOpacity() method PushOpacity (line 1547) | public override void PushOpacity(double opacity, BrushProxy opacityMask) method CloneMembers (line 1563) | protected override void CloneMembers() method GetBoundsCore (line 1578) | protected override Rect GetBoundsCore() method GetBaseDrawingCost (line 1610) | protected override double GetBaseDrawingCost(Matrix worldTransform) class GlyphPrimitive (line 1633) | internal class GlyphPrimitive : GeometryPrimitive method OnRender (line 1677) | public override void OnRender(DrawingContext dc) method GetShapeGeometry (line 1691) | public override Geometry GetShapeGeometry() method Exclude (line 1698) | public override void Exclude(Geometry g) method ApplyTransform (line 1729) | public override void ApplyTransform() method Optimize (line 1733) | public override bool Optimize() method GetBoundsCore (line 1740) | protected override Rect GetBoundsCore() class ImagePrimitive (line 1765) | internal class ImagePrimitive : Primitive method AbsorbOpacity (line 1805) | private void AbsorbOpacity() method OnRender (line 1817) | public override void OnRender(DrawingContext dc) method GetShapeGeometry (line 1831) | public override Geometry GetShapeGeometry() method Exclude (line 1836) | public override void Exclude(Geometry g) method BlendBrush (line 1854) | public override BrushProxy BlendBrush(BrushProxy brush) method BlendOverImage (line 1861) | public override void BlendOverImage(ImageProxy image, Matrix trans) method BlendOpacityMaskWithColor (line 1882) | public override Primitive BlendOpacityMaskWithColor(BrushProxy color) method Optimize (line 1925) | public override bool Optimize() method PushOpacity (line 1942) | public override void PushOpacity(double opacity, BrushProxy opacityMask) method CloneMembers (line 1951) | protected override void CloneMembers() method GetBoundsCore (line 1961) | protected override Rect GetBoundsCore() method GetBaseDrawingCost (line 1966) | protected override double GetBaseDrawingCost(Matrix worldTransform) class CanvasPrimitive (line 1980) | internal class CanvasPrimitive : Primitive method CanvasPrimitive (line 1990) | public CanvasPrimitive() : base() method OnRender (line 2011) | public override void OnRender(DrawingContext dc) method GetShapeGeometry (line 2025) | public override Geometry GetShapeGeometry() method Exclude (line 2031) | public override void Exclude(Geometry g) method BlendBrush (line 2036) | public override BrushProxy BlendBrush(BrushProxy brush) method BlendOverImage (line 2043) | public override void BlendOverImage(ImageProxy image, Matrix trans) method BlendOpacityMaskWithColor (line 2048) | public override Primitive BlendOpacityMaskWithColor(BrushProxy color) method CloneMembers (line 2083) | protected override void CloneMembers() method GetBoundsCore (line 2095) | protected override Rect GetBoundsCore() method GetBaseDrawingCost (line 2119) | protected override double GetBaseDrawingCost(Matrix worldTransform) class PrimitiveInfo (line 2137) | internal class PrimitiveInfo // >= 44 bytes method PrimitiveInfo (line 2151) | public PrimitiveInfo(Rect b) method PrimitiveInfo (line 2157) | public PrimitiveInfo(Primitive p) method SetID (line 2164) | internal void SetID(int i) method GetClippedBounds (line 2173) | public Rect GetClippedBounds() method FullyCovers (line 2190) | public bool FullyCovers(PrimitiveInfo p) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/PrimitiveList.cs class DisplayList (line 12) | internal class DisplayList method DisplayList (line 18) | public DisplayList(bool disJoint, double width, double height) method LeftPad (line 30) | internal static string LeftPad(object obj, int len) method PrintPrimitive (line 71) | internal static void PrintPrimitive(PrimitiveInfo info, int index, boo... method IsWhitePrimitive (line 216) | internal static bool IsWhitePrimitive(Primitive p) method RecordPrimitive (line 240) | public void RecordPrimitive(Primitive p) method OrderedInsert (line 306) | private static bool OrderedInsert(List list, int n) method ReportOverlapping (line 330) | public void ReportOverlapping(int one, int two) method Add (line 380) | internal void Add(double x0, double x1, double y0, double y1) method CalculateIntersections (line 395) | public void CalculateIntersections(int count) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/PrimitiveRenderer.cs class PrimitiveRenderer (line 14) | internal class PrimitiveRenderer method RenderImage (line 19) | public void RenderImage(ImageProxy image, Rect dest, Geometry clip, Ma... method DrawGeometry (line 46) | public void DrawGeometry(Geometry cur, string desp, GeometryPrimitive gp) method DrawGlyphs (line 99) | public bool DrawGlyphs(GlyphRun glyphrun, Rect bounds, Matrix trans, s... method ReverseMap (line 198) | private static Matrix ReverseMap(Matrix trans, Rect dest, double width... method Oper (line 217) | private static string Oper(string t1, char op, string t2) method RenderImage (line 242) | private void RenderImage( method FindIntersection (line 313) | private bool FindIntersection(Geometry cur, ref int start, out Primiti... method FillGeometry (line 377) | private void FillGeometry(Geometry cur, string desp, Geometry curAlt, ... method FillGeometry (line 404) | private void FillGeometry( FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/SegmentTree.cs class Coordinate (line 11) | internal class Coordinate method Coordinate (line 19) | public Coordinate(double v, int i) class CoordinateSearcher (line 26) | internal class CoordinateSearcher : IComparer method Compare (line 28) | int IComparer.Compare(Object x, Object y) class SegmentTree (line 37) | internal class SegmentTree method SegmentTree (line 51) | public SegmentTree(Coordinate[] coord, int from, int count) method Remove (line 67) | public void Remove(int index, double x0, double x1) method Insert (line 87) | public void Insert(int index, double x0, double x1) method ReportIntersection (line 112) | public void ReportIntersection(DisplayList dl, int index, double x) class RectangleIntersection (line 137) | internal class RectangleIntersection method RemoveDuplication (line 145) | private static Coordinate[] RemoveDuplication(Coordinate[] values) method AddPoint (line 186) | private void AddPoint(int i, int index, double x, double y) method SortEndPoints (line 195) | private void SortEndPoints(DisplayList dl, int count) method OrthogonalLineSegmentIntersection (line 231) | private void OrthogonalLineSegmentIntersection(DisplayList dl) method BatchedRangeSearch (line 271) | private void BatchedRangeSearch(DisplayList dl) method CalculateIntersections (line 305) | public void CalculateIntersections(DisplayList dl, int count) method UnitTest (line 315) | internal static void UnitTest() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/Utility.cs class StopWatch (line 23) | internal static class StopWatch method Start (line 29) | internal static void Start() method Stop (line 34) | internal static void Stop() class Utility (line 49) | internal static class Utility method TransformRect (line 86) | public static Rect TransformRect(Rect r, Matrix t) method IsOne (line 101) | public static bool IsOne(double value) method IsZero (line 110) | public static bool IsZero(double value) method AreClose (line 115) | public static bool AreClose(double v1, double v2) method AreClose (line 120) | public static bool AreClose(Point p1, Point p2) method AreClose (line 125) | public static bool AreClose(Vector v1, Vector v2) method AreClose (line 130) | public static bool AreClose(Size s1, Size s2) method AreClose (line 135) | public static bool AreClose(Rect r1, Rect r2) method IsMultipleOf (line 140) | public static bool IsMultipleOf(double v1, double v2) method IsScaleTranslate (line 154) | public static bool IsScaleTranslate(Matrix transform) method HasUniformScale (line 163) | public static bool HasUniformScale(Matrix mat, out double scale) method Hypotenuse (line 183) | public static double Hypotenuse(double x, double y) method GetScaleX (line 211) | public static double GetScaleX(Matrix matrix) method GetScaleY (line 216) | public static double GetScaleY(Matrix matrix) method GetScale (line 221) | public static double GetScale(Matrix trans) method IsIdentity (line 226) | public static bool IsIdentity(Matrix mat) method IsIdentity (line 241) | public static bool IsIdentity(Transform transform) method MergeTransform (line 260) | public static Matrix MergeTransform(Transform trans, Transform relativ... method MapPoint (line 291) | public static Point MapPoint(Rect bounds, Point p) method MultiplyTransform (line 297) | public static Transform MultiplyTransform(Transform trans1, Transform ... method CreateMappingTransform (line 322) | public static Matrix CreateMappingTransform(Rect r1, Rect r2) method CreateMappingTransform (line 339) | public static Matrix CreateMappingTransform(Rect r1, double width, dou... method TransformGeometry (line 355) | public static Geometry TransformGeometry(Geometry g, Matrix t) method TransformGeometry (line 377) | public static Geometry TransformGeometry(Geometry g, Transform t) method InverseTransformGeometry (line 396) | public static Geometry InverseTransformGeometry(Geometry g, Matrix mat) method IsEmpty (line 417) | public static bool IsEmpty(Geometry shape, Matrix mat) method GetAsPathGeometry (line 446) | public static PathGeometry GetAsPathGeometry(Geometry geo) method IsRectangle (line 458) | public static bool IsRectangle(Geometry geometry) method IsRectangle (line 492) | private static bool IsRectangle(StreamGeometry geometry) method IsRectangle (line 510) | private static bool IsRectangle(PathGeometry geometry) method IsLineSegment (line 587) | public static bool IsLineSegment(Geometry geometry) method GetGeometryCost (line 628) | public static double GetGeometryCost(Geometry g) method FullyCovers (line 689) | public static bool FullyCovers(Geometry one, Geometry two) method Covers (line 723) | public static bool Covers(Geometry one, Geometry two) method Intersect (line 754) | public static Geometry Intersect(Geometry one, Geometry two, Matrix ma... method Exclude (line 804) | public static Geometry Exclude(Geometry one, Geometry two, Matrix mat) method Disjoint (line 820) | public static bool Disjoint(Geometry clip, Rect rect) method GetGeometryPointCount (line 841) | public static int GetGeometryPointCount(Geometry geometry) method GetGeometryDataPointCount (line 875) | public static int GetGeometryDataPointCount(Geometry.PathGeometryData ... method GetPathPointCount (line 884) | public static int GetPathPointCount(PathGeometry geometry) method GetPathPointCount (line 901) | public static int GetPathPointCount(PathFigure figure) method GetPathPointCount (line 918) | public static int GetPathPointCount(PathSegment segment) method Combine (line 969) | private static Geometry Combine(Geometry one, Geometry two, GeometryCo... method IsOnRectangle (line 1002) | private static bool IsOnRectangle(Point start, Point p, Point q, int n) method GetOpacity (line 1050) | public static double GetOpacity(Brush brush) method IsOpaque (line 1077) | public static bool IsOpaque(double opacity) method IsTransparent (line 1086) | public static bool IsTransparent(double opacity) method IsBrushOpaque (line 1096) | public static bool IsBrushOpaque(Brush brush) method OpacityToByte (line 1118) | public static byte OpacityToByte(double value) method ColorToByte (line 1128) | public static byte ColorToByte(float value) method BlendColor (line 1140) | public static Color BlendColor(Color x, Color y) method Scale (line 1175) | public static Color Scale(Color color, double opacity) method Div255 (line 1198) | private static Byte Div255(int val) method BlendOverColor (line 1222) | public static void BlendOverColor(byte[] pixels, int count, Color colo... method BlendUnderColor (line 1280) | public static void BlendUnderColor(byte[] pixels, int count, Color col... method BlendPixels (line 1332) | public static void BlendPixels(byte[] pixelsA, bool opacityOnlyA, byte... method ClipPixels (line 1381) | public static byte[] ClipPixels(byte[] pixels, int width, int height, ... method NeedPremultiplyAlpha (line 1423) | internal static bool NeedPremultiplyAlpha(BitmapSource bitmapSource) method ExtractOpacityMaskOpacity (line 1467) | public static bool ExtractOpacityMaskOpacity(Brush brush, out double o... method CreateNonInheritingDrawingBrush (line 1518) | public static DrawingBrush CreateNonInheritingDrawingBrush(Drawing dra... method GetTileContentBounds (line 1539) | public static Rect GetTileContentBounds(TileBrush brush) method GetTileAbsoluteViewbox (line 1607) | public static Rect GetTileAbsoluteViewbox(TileBrush brush) method GetTileAbsoluteViewport (line 1635) | public static Rect GetTileAbsoluteViewport(TileBrush brush, Rect bounds) method CreateViewboxToViewportTransform (line 1666) | public static Matrix CreateViewboxToViewportTransform(TileBrush brush,... method CreateViewboxToViewportTransform (line 1729) | public static Matrix CreateViewboxToViewportTransform(TileBrush brush) method CreateViewboxToViewportTransform (line 1748) | public static Matrix CreateViewboxToViewportTransform(TileBrush brush,... method GetFontUri (line 1761) | public static Uri GetFontUri(GlyphTypeface typeface) method GetVisualTransform (line 1775) | public static Transform GetVisualTransform(Visual visual) method GetBitmapPixelDimensions (line 1820) | private static void GetBitmapPixelDimensions( method GetVisualRasterizationBitmapInfo (line 1842) | private static bool GetVisualRasterizationBitmapInfo( method RasterizeVisual (line 1891) | private static BitmapSource RasterizeVisual( method CreateVisualFromDrawing (line 1929) | private static Visual CreateVisualFromDrawing(Drawing drawing) type RenderedVisualBand (line 1948) | public struct RenderedVisualBand method RenderedVisualBand (line 1950) | public RenderedVisualBand(BitmapSource bitmap, Matrix bitmapToVisual... method RasterizeVisual (line 1975) | public static BitmapSource RasterizeVisual( method RasterizeDrawing (line 2016) | public static BitmapSource RasterizeDrawing( method IsRenderVisible (line 2067) | public static bool IsRenderVisible(Rect rect) method IsValidViewbox (line 2090) | public static bool IsValidViewbox(Rect rect, bool hasStretch) method IsRenderVisible (line 2102) | public static bool IsRenderVisible(Point point) method IsRenderVisible (line 2107) | public static bool IsRenderVisible(Size size) method IsRenderVisible (line 2112) | public static bool IsRenderVisible(double value) method IsRenderVisible (line 2117) | public static bool IsRenderVisible(DrawingGroup drawing) method IsValid (line 2145) | public static bool IsValid(double value) method IsValid (line 2150) | public static bool IsValid(Point point) method IsValid (line 2161) | public static bool IsValid(Size size) method IsValid (line 2172) | public static bool IsValid(Rect rect) method IsValid (line 2185) | public static bool IsValid(Matrix matrix) method IsFinite (line 2196) | public static bool IsFinite(double value) method IsFinite (line 2201) | public static bool IsFinite(Point point) method IsFinite (line 2206) | public static bool IsFinite(Size size) method IsFinite (line 2211) | public static bool IsFinite(Rect rect) method NormalizeOpacity (line 2225) | public static double NormalizeOpacity(double value, double goodValue) method NormalizeColorChannel (line 2247) | private static float NormalizeColorChannel(float value, float goodValue) method NormalizeOpacity (line 2263) | public static double NormalizeOpacity(double value) method NormalizeColorChannel (line 2268) | private static float NormalizeColorChannel(float value) method NormalizeOpacityIfChanged (line 2278) | private static float NormalizeOpacityIfChanged(float value) method NormalizeColorChannelIfChanged (line 2283) | private static float NormalizeColorChannelIfChanged(float value) method NormalizeColor (line 2293) | public static Color NormalizeColor(Color color) class GeometryAnalyzer (line 2349) | internal class GeometryAnalyzer : CapacityStreamGeometryContext method GeometryAnalyzer (line 2358) | private GeometryAnalyzer(Matrix transform, Rect? checkRectangular) method Analyze (line 2382) | public static void Analyze(Geometry.PathGeometryData geometryData, out... method Analyze (line 2406) | public static void Analyze( method FinishAnalysis (line 2492) | private void FinishAnalysis() method IsRectangleCorner (line 2515) | private bool IsRectangleCorner(Point point) method CheckRectangleStart (line 2526) | private void CheckRectangleStart(Point point) method CheckRectanglePoint (line 2541) | private void CheckRectanglePoint(Point point) method SetNotRectangle (line 2578) | private void SetNotRectangle() method AddLineSegments (line 2590) | private void AddLineSegments(int count) method SetNotLineSegment (line 2598) | private void SetNotLineSegment() type TraversalDirection (line 2607) | private enum TraversalDirection method GetDirection (line 2623) | private static TraversalDirection GetDirection(Vector vector) method ArePerpendicularDirections (line 2656) | private static bool ArePerpendicularDirections(TraversalDirection d1, ... method BeginFigure (line 2676) | public override void BeginFigure(Point startPoint, bool isFilled, bool... method LineTo (line 2693) | public override void LineTo(Point point, bool isStroked, bool isSmooth... method QuadraticBezierTo (line 2705) | public override void QuadraticBezierTo(Point point1, Point point2, boo... method BezierTo (line 2714) | public override void BezierTo(Point point1, Point point2, Point point3... method PolyLineTo (line 2722) | public override void PolyLineTo(IList points, bool isStroked, b... method PolyQuadraticBezierTo (line 2737) | public override void PolyQuadraticBezierTo(IList points, bool i... method PolyBezierTo (line 2745) | public override void PolyBezierTo(IList points, bool isStroked,... method ArcTo (line 2753) | public override void ArcTo(Point point, Size size, double rotationAngl... method SetClosedState (line 2762) | internal override void SetClosedState(bool closed) method SetFigureCount (line 2766) | internal override void SetFigureCount(int figureCount) method SetSegmentCount (line 2776) | internal override void SetSegmentCount(int segmentCount) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Exceptions/ReachException.cs class ReachException (line 14) | [Serializable] method ReachException (line 22) | public method ReachException (line 33) | public method ReachException (line 46) | public method ReachException (line 60) | protected FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Exceptions/ReachPackagingException.cs class ReachPackagingException (line 13) | [Serializable] method ReachPackagingException (line 21) | public method ReachPackagingException (line 33) | public method ReachPackagingException (line 46) | public ReachPackagingException( method ReachPackagingException (line 59) | protected FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Exceptions/ReachSerializationException.cs class ReachSerializationException (line 13) | [Serializable] method ReachSerializationException (line 21) | public method ReachSerializationException (line 32) | public method ReachSerializationException (line 45) | public method ReachSerializationException (line 59) | protected FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Exceptions/XpsException.cs class XpsException (line 12) | [Serializable] method XpsException (line 20) | public method XpsException (line 31) | public method XpsException (line 44) | public method XpsException (line 59) | protected FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Exceptions/XpsPackagingException.cs class XpsPackagingException (line 11) | [Serializable] method XpsPackagingException (line 19) | public method XpsPackagingException (line 31) | public method XpsPackagingException (line 44) | public XpsPackagingException( method XpsPackagingException (line 57) | protected FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Exceptions/XpsSerializationException.cs class XpsSerializationException (line 11) | [Serializable] method XpsSerializationException (line 19) | public method XpsSerializationException (line 30) | public method XpsSerializationException (line 43) | public method XpsSerializationException (line 57) | protected FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/COMPSTUISRID.cs class COMPSTUISR (line 19) | internal sealed class COMPSTUISR method Get (line 21) | public string Get(uint srid) method Release (line 61) | public void Release() method EnsureModuleHandle (line 68) | private SafeModuleHandle EnsureModuleHandle() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevMode.cs class DevMode (line 20) | internal class DevMode method DevMode (line 22) | public DevMode() method DevMode (line 27) | public DevMode(byte[] devModeBytes) method EnsureInitialized (line 378) | public void EnsureInitialized() method Clone (line 389) | public DevMode Clone() method IsFieldSet (line 403) | public bool IsFieldSet(DevModeFields field) method IsAnyFieldSet (line 408) | public bool IsAnyFieldSet(DevModeFields fields) method Copy (line 418) | public void Copy(DevMode src, DevModeFields fields) method FromIntPtr (line 453) | public static DevMode FromIntPtr(IntPtr devModeWPointer) method CompatibleCopy (line 469) | public bool CompatibleCopy(DevMode ticketDevMode) method AreCompatible (line 486) | public static bool AreCompatible(DevMode a, DevMode b) method SetField (line 514) | private void SetField(DevModeFields field) method ReadWORD (line 519) | private ushort ReadWORD(int byteOffset) method ReadDWORD (line 530) | private uint ReadDWORD(int byteOffset) method WriteWORD (line 541) | private void WriteWORD(int byteOffset, ushort value) method WriteDWORD (line 553) | private void WriteDWORD(int byteOffset, uint value) method Copy (line 567) | private static void Copy(DevModeFields mask, DevModeFields field, T... method ReadChars (line 581) | private string ReadChars(int byteOffset, int maxCharCount) method WriteChars (line 623) | private void WriteChars(int byteOffset, int maxCharsToWrite, string va... method WriteUTF16Char (line 659) | private void WriteUTF16Char(int ptr, int charOffset, char ch) method ReadUTF16Char (line 664) | private char ReadUTF16Char(int ptr, int charOffset) method WriteAsciiChar (line 669) | private void WriteAsciiChar(int ptr, int charOffset, char ch) method ReadAsciiChar (line 676) | private char ReadAsciiChar(int ptr, int charOffset) method BytesPerCharCode (line 686) | private static int BytesPerCharCode(bool isDevModeW) method GetVariableByteSize (line 692) | private int GetVariableByteSize(bool isDevModeW) method HasValidSize (line 702) | private bool HasValidSize(bool isDevModeW) method IsAscii (line 723) | private static bool IsAscii(char ch) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevModeCollate.cs type DevModeCollate (line 14) | internal enum DevModeCollate : short FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevModeColor.cs type DevModeColor (line 14) | internal enum DevModeColor : short FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevModeDitherTypes.cs class DevModeDitherTypes (line 14) | internal static class DevModeDitherTypes FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevModeDuplex.cs type DevModeDuplex (line 14) | internal enum DevModeDuplex : short FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevModeFields.cs type DevModeFields (line 14) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevModeICMIntents.cs class DevModeICMIntents (line 14) | internal static class DevModeICMIntents FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevModeICMMethod.cs type DevModeICMMethod (line 14) | internal enum DevModeICMMethod : uint FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevModeMediaTypes.cs class DevModeMediaTypes (line 14) | internal static class DevModeMediaTypes method IsCustom (line 16) | public static bool IsCustom(short mediaTypeCode) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevModeNUp.cs type DevModeNUp (line 14) | internal enum DevModeNUp : uint FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevModeOrientation.cs type DevModeOrientation (line 14) | internal enum DevModeOrientation : short FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevModePaperSizes.cs class DevModePaperSizes (line 14) | internal static class DevModePaperSizes method IsCustom (line 16) | public static bool IsCustom(short paperSizeCode) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevModePaperSources.cs class DevModePaperSources (line 14) | internal static class DevModePaperSources FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevModeResolutions.cs class DevModeResolutions (line 14) | internal static class DevModeResolutions method IsCustom (line 21) | public static bool IsCustom(short xResolution) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DevModeTrueTypeOption.cs type DevModeTrueTypeOption (line 11) | internal enum DevModeTrueTypeOption : short FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DeviceCap.cs type DeviceCap (line 14) | internal enum DeviceCap : int FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DeviceCapability.cs type DeviceCapability (line 11) | internal enum DeviceCapability : short FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/DocumentPropertiesFlags.cs type DocumentPropertiesFlags (line 9) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/GdiPrintTicketProviderPaperSizes.cs class GdiPrintTicketProvider (line 14) | public partial class GdiPrintTicketProvider method TryGetPaperSize (line 16) | bool TryGetPaperSize(PageMediaSizeName pageMediaSizeName, out short va... method TryGetPaperSize (line 198) | private bool TryGetPaperSize(short devModePaperSizeCode, out PageMedia... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/HGlobalBuffer.cs class HGlobalBuffer (line 17) | internal sealed class HGlobalBuffer method HGlobalBuffer (line 21) | private HGlobalBuffer() method HGlobalBuffer (line 25) | public HGlobalBuffer(int length) method Release (line 46) | public void Release() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/LoadLibraryExFlags.cs type LoadLibraryExFlags (line 15) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/PRINTER_INFO_2.cs type PRINTER_INFO_2 (line 11) | internal struct PRINTER_INFO_2 FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/PRINTER_INFO_8_AND_9.cs type PRINTER_INFO_8_AND_9 (line 11) | internal struct PRINTER_INFO_8_AND_9 FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/SafeModuleHandle.cs class SafeModuleHandle (line 18) | internal class SafeModuleHandle : Microsoft.Win32.SafeHandles.SafeHandle... method SafeModuleHandle (line 20) | private SafeModuleHandle() method ReleaseHandle (line 25) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/SafeWinSpoolPrinterHandle.cs class SafeWinSpoolPrinterHandle (line 13) | internal sealed class SafeWinSpoolPrinterHandle : SafeHandle method SafeWinSpoolPrinterHandle (line 15) | private SafeWinSpoolPrinterHandle() method ReleaseHandle (line 32) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/UnsafeNativeMethods.cs class UnsafeNativeMethods (line 24) | internal static class UnsafeNativeMethods method PTOpenProviderEx (line 40) | public static uint PTOpenProviderEx( method PTCloseProviderImpl (line 71) | [DllImport(DllImport.PrntvPt, EntryPoint = "PTCloseProvider", CharSet ... method PTGetPrintCapabilities (line 86) | public static uint PTGetPrintCapabilities( method PTMergeAndValidatePrintTicket (line 116) | public static uint PTMergeAndValidatePrintTicket( method PTConvertDevModeToPrintTicket (line 153) | public static uint PTConvertDevModeToPrintTicket( method PTConvertPrintTicketToDevMode (line 190) | public static uint PTConvertPrintTicketToDevMode( method PTReleaseMemory (line 225) | public static uint PTReleaseMemory(HandleRef devMode) method OpenPrinterW (line 242) | [DllImport(ExternDll.Winspool, CharSet = CharSet.Unicode, ExactSpellin... method GetPrinterW (line 250) | [DllImport(ExternDll.Winspool, CharSet = CharSet.Unicode, ExactSpellin... method DeviceCapabilitiesW (line 258) | [DllImport(ExternDll.Winspool, CharSet = CharSet.Unicode, ExactSpellin... method DocumentPropertiesW (line 266) | [DllImport(ExternDll.Winspool, CharSet = CharSet.Unicode, ExactSpellin... method ClosePrinter (line 275) | [DllImport(ExternDll.Winspool, ExactSpelling = true, SetLastError = tr... method CreateICW (line 278) | [DllImport(ExternDll.Gdi32, CharSet = CharSet.Unicode, ExactSpelling =... method GetDeviceCaps (line 281) | [DllImport(ExternDll.Gdi32, ExactSpelling = true, SetLastError = true)] method DeleteDC (line 284) | [DllImport(ExternDll.Gdi32, ExactSpelling = true, SetLastError = true)] method LoadStringW (line 287) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, ExactSpelling ... method LoadLibraryExW (line 290) | [DllImport(ExternDll.Kernel32, CharSet = CharSet.Unicode, ExactSpellin... method FreeLibrary (line 293) | [DllImport(ExternDll.Kernel32, ExactSpelling = true, SetLastError = tr... method CreateStreamOnHGlobal (line 303) | [DllImport(DllImport.Ole32, EntryPoint = "CreateStreamOnHGlobal", Char... method PTOpenProviderExImpl (line 319) | [DllImport(DllImport.PrntvPt, EntryPoint = "PTOpenProviderEx", CharSet... method PTGetPrintCapabilitiesImpl (line 335) | [DllImport(DllImport.PrntvPt, EntryPoint = "PTGetPrintCapabilities", C... method PTMergeAndValidatePrintTicketImpl (line 352) | [DllImport(DllImport.PrntvPt, EntryPoint = "PTMergeAndValidatePrintTic... method PTConvertDevModeToPrintTicketImpl (line 370) | [DllImport(DllImport.PrntvPt, EntryPoint = "PTConvertDevModeToPrintTic... method PTConvertPrintTicketToDevModeImpl (line 390) | [DllImport(DllImport.PrntvPt, EntryPoint = "PTConvertPrintTicketToDevM... method PTReleaseMemoryImpl (line 405) | [DllImport(DllImport.PrntvPt, EntryPoint = "PTReleaseMemory", CharSet ... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/WinSpoolPrinterCapabilities.cs class WinSpoolPrinterCapabilities (line 17) | internal class WinSpoolPrinterCapabilities method WinSpoolPrinterCapabilities (line 19) | public WinSpoolPrinterCapabilities(string deviceName, string driverNam... method Release (line 36) | public void Release() method TryGetDeviceCapabilities (line 54) | public bool TryGetDeviceCapabilities( method GetMinExtent (line 101) | public void GetMinExtent(out int minPageWidth, out int minPageHeight) method GetMaxExtent (line 113) | public void GetMaxExtent(out int maxPaperWidth, out int maxPaperHeight) method GetDefaultPaperSize (line 298) | public bool GetDefaultPaperSize(DevMode defaultDevMode, IList p... method GetBoolCapability (line 354) | private bool GetBoolCapability(DeviceCapability capability) method GetBoolCapability (line 359) | private bool GetBoolCapability(DevModeFields capability) method GetIntCapability (line 377) | private uint GetIntCapability(DeviceCapability capability) method GetArrayCapability (line 389) | private T[] GetArrayCapability(DeviceCapability capability, ReadArr... method GetArrayCapability (line 408) | private T[] GetArrayCapability(DeviceCapability capability, ReadArr... method ReadDWORDArray (line 434) | private uint[] ReadDWORDArray(HGlobalBuffer buffer, int itemByteSize) method ReadWORDArray (line 460) | private short[] ReadWORDArray(HGlobalBuffer buffer, int itemByteSize) method ReadDC_RESOLUTIONArray (line 486) | private static DC_RESOLUTION[] ReadDC_RESOLUTIONArray(HGlobalBuffer bu... method ReadDC_PAPER_SIZEArray (line 514) | private static DC_PAPER_SIZE[] ReadDC_PAPER_SIZEArray(HGlobalBuffer bu... method ReadUnicodeStringArray (line 542) | private static string [] ReadUnicodeStringArray(HGlobalBuffer buffer, ... type DC_PAPER_SIZE (line 597) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] method DC_PAPER_SIZE (line 600) | public DC_PAPER_SIZE(int width, int height) type DC_RESOLUTION (line 610) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] method DC_RESOLUTION (line 613) | public DC_RESOLUTION(int x, int y) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/MostFrequentlyUsedCache.cs class MostFrequentlyUsedCache (line 6) | internal class MostFrequentlyUsedCache method MostFrequentlyUsedCache (line 8) | public MostFrequentlyUsedCache(int maxEntries) method CacheValue (line 19) | public void CacheValue(K key, V value) method TryGetValue (line 43) | public bool TryGetValue(K key, out V value) method RemoveLeastFrequentlyUsedEntry (line 57) | private void RemoveLeastFrequentlyUsedEntry() class Entry (line 79) | private class Entry { method Entry (line 80) | public Entry(V value) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/TestHook.cs class TestHook (line 16) | internal static class TestHook method EnableFallbackPrinting (line 18) | public static void EnableFallbackPrinting(bool value) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/DocumentStructureProvider.cs type IDocumentStructureProvider (line 18) | public interface IDocumentStructureProvider method AddDocumentStructure (line 25) | XpsStructure type IStoryFragmentProvider (line 35) | public interface IStoryFragmentProvider method AddStoryFragment (line 42) | XpsStructure FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/PartEditor.cs class PartEditor (line 27) | internal class PartEditor : IDisposable method PartEditor (line 35) | internal method Close (line 92) | internal method Flush (line 113) | internal method Dispose (line 133) | void class XmlPartEditor (line 146) | internal class XmlPartEditor : PartEditor method XmlPartEditor (line 154) | internal method OpenDocumentForRead (line 221) | internal method OpenDocumentForWrite (line 239) | internal method PrepareXmlWriter (line 255) | internal method Flush (line 284) | internal method Close (line 296) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XPSSignatureDefinition.cs class SpotLocation (line 27) | public method SpotLocation (line 34) | public class XpsSignatureDefinition (line 105) | public class XpsSignatureDefinition method XpsSignatureDefinition (line 110) | public method WriteXML (line 322) | internal method ReadXML (line 403) | internal method ReadAttributes (line 448) | private method ValidateSignatureDefinitionAttribute (line 471) | private method ValidateSpotLocationAttribute (line 504) | private method ConfirmSpotLocation (line 528) | private method ReadElement (line 538) | private method ReadData (line 564) | private method ReadEndElement (line 597) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsColorContext.cs class XpsColorContext (line 22) | public class XpsColorContext : XpsResource method XpsColorContext (line 26) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsDigitalSignature.cs class XpsDigitalSignature (line 24) | public class XpsDigitalSignature method XpsDigitalSignature (line 36) | public method Verify (line 249) | public method Verify (line 264) | public method VerifyCertificate (line 276) | public method VerifyCertificate (line 287) | public method CollectionContainsCollection (line 307) | private bool CollectionContainsCollection( method IsOptional (line 342) | private bool IsOptional( Uri uri ) method SelectorListContainsSelectorList (line 356) | private bool SelectorListContainsSelectorList( type XpsDigSigPartAlteringRestrictions (line 453) | [FlagsAttribute] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsDocument.cs class XpsDocument (line 37) | public class XpsDocument : XpsPartBase, INode, IDisposable method XpsDocument (line 50) | public method XpsDocument (line 70) | public method XpsDocument (line 93) | public method XpsDocument (line 124) | public method XpsDocument (line 146) | public method SignDigitally (line 356) | public method SignDigitally (line 393) | public method SignDigitally (line 434) | public method RemoveSignature (line 462) | public method AddThumbnail (line 499) | public method AddFixedDocumentSequence (line 531) | public method GetFixedDocumentSequence (line 576) | public method CommitInternal (line 625) | internal method Close (line 641) | public method Dispose (line 656) | protected virtual void Dispose(bool disposing) method Initialize (line 688) | private method EnsureThumbnail (line 697) | private method EnsureSignatures (line 707) | private method CollectSelfAndDependents (line 734) | internal method AddSignature (line 799) | private method StreamContainsVersionExtensiblity (line 810) | private method SignDigitally (line 824) | private method CreateXpsDocument (line 866) | internal method DisposeXpsDocument (line 888) | internal method SaveWithUI (line 909) | internal static void SaveWithUI(IntPtr parent, Uri source, Uri target) method Dispose (line 941) | void method CheckDisposed (line 950) | private void CheckDisposed() method Flush (line 957) | void method CommitInternal (line 967) | void method GetPart (line 974) | PackagePart method CreateSerializationManager (line 987) | internal method CreateAsyncSerializationManager (line 1008) | internal method DisposeSerializationManager (line 1026) | internal method CreateXpsDocumentWriter (line 1047) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsFixedDocumentReaderWriter.cs type IXpsFixedDocumentReader (line 36) | public interface IXpsFixedDocumentReader: method GetFixedPage (line 52) | IXpsFixedPageReader method AddSignatureDefinition (line 119) | void method RemoveSignatureDefinition (line 131) | void method CommitSignatureDefinition (line 138) | void type IXpsFixedDocumentWriter (line 149) | public interface IXpsFixedDocumentWriter: method AddFixedPage (line 163) | IXpsFixedPageWriter method AddThumbnail (line 176) | XpsThumbnail method Commit (line 186) | void class XpsFixedDocumentReaderWriter (line 228) | internal sealed class XpsFixedDocumentReaderWriter : XpsPartBase, method XpsFixedDocumentReaderWriter (line 254) | internal method AddFixedPage (line 406) | public method AddThumbnail (line 451) | public method AddDocumentStructure (line 467) | public method AddRelationship (line 514) | public method GetFixedPage (line 559) | public method AddSignatureDefinition (line 579) | public method CommitSignatureDefinition (line 590) | public method RemoveSignatureDefinition (line 624) | public method Commit (line 640) | public method CommitInternal (line 652) | internal method CollectSelfAndDependents (line 701) | internal method CollectXmlPartsAndDepenedents (line 759) | internal method CollectDependents (line 805) | internal method AddPageToDocument (line 841) | private method CommitPrintTicket (line 881) | private method CurrentPageCommitted (line 908) | internal method UpdatePageCache (line 924) | private method ParsePages (line 938) | private method AddPageToCache (line 967) | private method EnsureThumbnail (line 996) | private method EnsureSignatureDefinitions (line 1007) | private method EnsureDocumentStructure (line 1026) | private method ParseSignaturePart (line 1061) | private method ParseSignatureDefinitions (line 1082) | private method WriteSignatureDefinitions (line 1110) | private method Flush (line 1224) | void method CommitInternal (line 1242) | void method GetPart (line 1249) | PackagePart method Dispose (line 1260) | void FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsFixedDocumentSequenceReaderWriter.cs type IXpsFixedDocumentSequenceReader (line 34) | public interface IXpsFixedDocumentSequenceReader method GetFixedDocument (line 49) | IXpsFixedDocumentReader type IXpsFixedDocumentSequenceWriter (line 96) | public interface IXpsFixedDocumentSequenceWriter method AddFixedDocument (line 108) | IXpsFixedDocumentWriter method AddThumbnail (line 120) | XpsThumbnail method Commit (line 130) | void class XpsFixedDocumentSequenceReaderWriter (line 167) | internal sealed class XpsFixedDocumentSequenceReaderWriter : XpsPartBase, method XpsFixedDocumentSequenceReaderWriter (line 190) | internal method AddFixedDocument (line 299) | public method AddThumbnail (line 333) | public method GetFixedDocument (line 358) | public method Commit (line 386) | public method CommitInternal (line 398) | internal method CollectSelfAndDependents (line 433) | internal method CollectXmlPartsAndDepenedents (line 452) | internal method AddDocumentToSequence (line 474) | private method CommitPrintTicket (line 496) | private method UpdateDocumentCache (line 522) | private method ParseDocuments (line 537) | private method CollectDependents (line 571) | private method EnsureThumbnail (line 591) | private method AddDocumentToCache (line 601) | private method Flush (line 693) | void method CommitInternal (line 711) | void method GetPart (line 718) | PackagePart method Dispose (line 729) | void FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsFixedPageReaderWriter.cs type IXpsFixedPageReader (line 38) | public interface IXpsFixedPageReader: method GetResource (line 54) | XpsResource method GetFont (line 70) | XpsFont method GetColorContext (line 86) | XpsColorContext method GetResourceDictionary (line 102) | XpsResourceDictionary method GetImage (line 118) | XpsImage type IXpsFixedPageWriter (line 197) | public interface IXpsFixedPageWriter: method AddResource (line 219) | XpsResource method AddFont (line 233) | XpsFont method AddFont (line 249) | XpsFont method AddFont (line 270) | XpsFont method AddColorContext (line 283) | XpsColorContext method AddResourceDictionary (line 295) | XpsResourceDictionary method AddImage (line 312) | XpsImage method AddImage (line 327) | XpsImage method AddThumbnail (line 342) | XpsThumbnail method Commit (line 353) | void class XpsFixedPageReaderWriter (line 408) | internal sealed class XpsFixedPageReaderWriter : method XpsFixedPageReaderWriter (line 438) | internal method AddRelationship (line 722) | public method AddResource (line 772) | public method AddStoryFragment (line 845) | public method GetResource (line 892) | public method AddFont (line 933) | public method AddFont (line 955) | public method AddFont (line 999) | public method AddColorContext (line 1025) | public method AddResourceDictionary (line 1051) | public method AddThumbnail (line 1078) | public method GetFont (line 1107) | public method GetColorContext (line 1133) | public method GetResourceDictionary (line 1159) | public method AddImage (line 1188) | public method AddImage (line 1212) | public method AddImage (line 1232) | internal method GetImage (line 1272) | public method Commit (line 1295) | public method CommitInternal (line 1307) | internal method CollectSelfAndDependents (line 1349) | internal method CollectXmlPartsAndDepenedents (line 1372) | internal method CollectDependents (line 1400) | internal method CommitPrintTicket (line 1468) | private method UpdateResourceCache (line 1494) | private method ParseResources (line 1509) | private method EnsureThumbnail (line 1594) | private method AddImage (line 1608) | private method AddFont (line 1649) | private method AddRelationshipTypes (line 1690) | private method AddColorContext (line 1723) | private method AddResourceDictionary (line 1760) | private method GeneratePartForResourceType (line 1798) | private method LookupContentTypeForImageUri (line 1843) | private method LookupContentTypeForFontUri (line 1888) | private method PrepareCommit (line 2027) | internal method Flush (line 2062) | void method CommitInternal (line 2083) | void method GetPart (line 2090) | PackagePart method Dispose (line 2101) | void type XpsImageType (line 2114) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsFont.cs class XpsFont (line 22) | public class XpsFont : XpsResource method XpsFont (line 26) | internal method ObfuscateFontData (line 85) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsImage.cs class XpsImage (line 25) | public class XpsImage : XpsResource method XpsImage (line 29) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsInterleavingPolicy.cs type PackageInterleavingOrder (line 22) | public type PackagingAction (line 52) | public enum PackagingAction class PackagingProgressEventArgs (line 102) | public class PackagingProgressEventArgs : method PackagingProgressEventArgs (line 108) | public class XpsInterleavingPolicy (line 164) | internal class XpsInterleavingPolicy method XpsInterleavingPolicy (line 173) | public method RegisterFlushOrder (line 226) | public method SignalSubsetComplete (line 252) | internal method Commit (line 270) | internal method AddItem (line 299) | internal method GetAddType (line 311) | internal method InitializeResourceFirst (line 351) | private method InitializeResourceLast (line 367) | private method InitializeImagesLast (line 383) | private method Flush (line 399) | private method MarkNodeCommited (line 483) | private method RemoveNode (line 496) | private method ConfirmCommited (line 515) | private method IsPartialFlushAllowed (line 535) | private class NodeComparer (line 562) | internal class NodeComparer : IComparer method NodeComparer (line 566) | public method Compare (line 578) | int type INode (line 603) | internal interface INode method Flush (line 613) | void method CommitInternal (line 617) | void method GetPart (line 621) | PackagePart class FlushItem (line 632) | internal class FlushItem method FlushItem (line 636) | internal class InterleavingNode (line 688) | internal method InterleavingNode (line 692) | internal type FlushOrder (line 756) | internal enum FlushOrder FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsManager.cs class XpsManager (line 34) | internal class XpsManager : IDisposable method XpsManager (line 44) | internal method XpsManager (line 68) | internal method XpsManager (line 101) | internal method XpsManager (line 168) | static XpsManager() method GeneratePart (line 285) | public method GenerateUniquePart (line 336) | public method EnsurePrintTicket (line 361) | public method GenerateObfuscatedFontPart (line 383) | public method WritePrintTicket (line 426) | public method WriteEmptyPrintTicket (line 482) | public method GetPart (line 525) | public method AddSignatureDefinitionPart (line 549) | public method GetSignatureDefinitionPart (line 570) | public method GetDocumentPropertiesPart (line 603) | public method GetThumbnailPart (line 629) | public method GetPrintTicketPart (line 662) | public method AddDocumentPropertiesPart (line 696) | public method AddThumbnail (line 713) | public method EnsureThumbnail (line 734) | public method CollectPropertiesForSigning (line 764) | public method GetSignatureOriginUri (line 781) | public method CollectSignitureOriginForSigning (line 802) | public method Sign (line 842) | public method Close (line 879) | public method CreateStructureUri (line 912) | internal method CreateFragmentUri (line 934) | internal method Initialize (line 967) | private method GeneratePrintTicketUri (line 999) | private method GeneratePrintTicketUri (line 1032) | internal method GenerateUniqueUri (line 1075) | internal method GetContentCounterKey (line 1172) | private method GetDocumentPropertiesReationship (line 1241) | private method AddPackageToCache (line 1258) | private method AddPackageReference (line 1269) | private method RemovePackageReference (line 1279) | private method Dispose (line 1332) | void method LookupImageExtension (line 1353) | private method GetXpsDocumentStartingPart (line 1400) | internal method SetXpsDocumentStartingPart (line 1444) | internal method MakeRelativePath (line 1499) | public method SupportedImageType (line 1525) | public method ImageTypeToString (line 1542) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsPartBase.cs class XpsPartBase (line 21) | public abstract class XpsPartBase method XpsPartBase (line 31) | internal method CommitInternal (line 67) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsResource.cs class XpsResource (line 25) | public class XpsResource : XpsPartBase, INode, IDisposable method XpsResource (line 29) | internal method RelativeUri (line 61) | public method GetStream (line 79) | public method Commit (line 91) | public method CommitInternal (line 103) | internal method Flush (line 131) | void method CommitInternal (line 141) | void method GetPart (line 148) | PackagePart method Dispose (line 159) | void FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsResourceDictionary.cs class XpsResourceDictionary (line 23) | public class XpsResourceDictionary : XpsResource method XpsResourceDictionary (line 27) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsResourcePolicy.cs class XpsResourcePolicy (line 23) | internal class XpsResourcePolicy : IServiceProvider method XpsResourcePolicy (line 32) | public method RegisterService (line 75) | public method SubsetComplete (line 95) | internal method GetService (line 148) | internal method GetService (line 168) | object type XpsResourceSharing (line 318) | public enum XpsResourceSharing FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsStructure.cs class XpsStructure (line 22) | public class XpsStructure : XpsResource method XpsStructure (line 26) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Packaging/XpsThumbnail.cs class XpsThumbnail (line 22) | public class XpsThumbnail : XpsResource method XpsThumbnail (line 26) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/DocumentNUp.cs class NUpOption (line 27) | internal class NUpOption: PrintCapabilityOption method NUpOption (line 31) | internal NUpOption(PrintCapabilityFeature ownerFeature) : base(ownerFe... method ToString (line 59) | public override string ToString() class NUpCapability (line 76) | internal abstract class NUpCapability : PrintCapabilityFeature method NUpCapability (line 80) | internal NUpCapability(InternalPrintCapabilities ownerPrintCap) : base... method AddOptionCallback (line 125) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 141) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 146) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 152) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 159) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 166) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class JobNUpCapability (line 254) | internal class JobNUpCapability : NUpCapability method JobNUpCapability (line 258) | internal JobNUpCapability(InternalPrintCapabilities ownerPrintCap) : b... method NewFeatureCallback (line 266) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... class NUpPresentationDirectionOption (line 294) | internal class NUpPresentationDirectionOption: PrintCapabilityOption method NUpPresentationDirectionOption (line 298) | internal NUpPresentationDirectionOption(PrintCapabilityFeature ownerFe... method ToString (line 326) | public override string ToString() class NUpPresentationDirectionCapability (line 343) | internal class NUpPresentationDirectionCapability : PrintCapabilityFeature method NUpPresentationDirectionCapability (line 347) | internal NUpPresentationDirectionCapability(InternalPrintCapabilities ... method NewFeatureCallback (line 371) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... method AddOptionCallback (line 381) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 406) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 412) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 418) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 425) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 431) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class NUpSetting (line 477) | internal abstract class NUpSetting : PrintTicketFeature method NUpSetting (line 484) | internal NUpSetting(InternalPrintTicket ownerPrintTicket, string featu... method ToString (line 554) | public override string ToString() class JobNUpSetting (line 572) | internal class JobNUpSetting : NUpSetting method JobNUpSetting (line 576) | internal JobNUpSetting(InternalPrintTicket ownerPrintTicket) class NUpPresentationDirectionSetting (line 587) | internal class NUpPresentationDirectionSetting : PrintTicketFeature method NUpPresentationDirectionSetting (line 594) | internal NUpPresentationDirectionSetting(InternalPrintTicket ownerPrin... method ToString (line 647) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/FallbackPTProvider.cs class FallbackPTProvider (line 34) | internal class FallbackPTProvider : PTProviderBase method FallbackPTProvider (line 47) | public FallbackPTProvider(string deviceName, int maxVersion, int clien... method GetPrintCapabilities (line 97) | public override MemoryStream GetPrintCapabilities(MemoryStream printTi... method MergeAndValidatePrintTicket (line 255) | public override MemoryStream MergeAndValidatePrintTicket(MemoryStream ... method ConvertDevModeToPrintTicket (line 298) | public override MemoryStream ConvertDevModeToPrintTicket(byte[] devMod... method ConvertPrintTicketToDevMode (line 324) | public override byte[] ConvertPrintTicketToDevMode(MemoryStream printT... method Release (line 350) | public override void Release() method Validate (line 406) | private bool Validate(DevMode devMode) method PrintTicketToDevMode (line 461) | private void PrintTicketToDevMode(DevMode devMode, InternalPrintTicket... method DevModeToPrintTicket (line 476) | private InternalPrintTicket DevModeToPrintTicket(DevMode devmode, Prin... method GetCapabilities (line 484) | private WinSpoolPrinterCapabilities GetCapabilities(DevMode devMode) method SetDocumentProperties (line 495) | private void SetDocumentProperties(byte[] devModeBytes, bool biDirecti... method GetDEVMODE (line 531) | private DevMode GetDEVMODE(BaseDevModeType baseType) method GetPrinterInfo2W (line 580) | private PRINTER_INFO_2 GetPrinterInfo2W() method GetPrinterInfo8Or9W (line 596) | private PRINTER_INFO_8_AND_9 GetPrinterInfo8Or9W(bool getPrinterInfo8) method GetPrinterW (line 614) | private bool GetPrinterW(uint dwLevel, Action action) method VerifyAccess (line 639) | private void VerifyAccess() method Dispose (line 650) | protected override void Dispose(bool disposing) class PRINTER_INFO_2WGetter (line 703) | private class PRINTER_INFO_2WGetter method Callback (line 710) | public void Callback(HGlobalBuffer pPrinterBuffer) class PRINTER_INFO_8_AND_9Getter (line 785) | private class PRINTER_INFO_8_AND_9Getter method Callback (line 792) | public void Callback(HGlobalBuffer pPrinterBuffer) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/JobCollate.cs class CollateOption (line 24) | internal class CollateOption: PrintCapabilityOption method CollateOption (line 28) | internal CollateOption(PrintCapabilityFeature ownerFeature) : base(own... method ToString (line 56) | public override string ToString() class CollateCapability (line 73) | internal abstract class CollateCapability : PrintCapabilityFeature method CollateCapability (line 77) | internal CollateCapability(InternalPrintCapabilities ownerPrintCap) method AddOptionCallback (line 101) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 126) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 132) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 138) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 145) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 151) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class DocumentCollateCapability (line 194) | internal class DocumentCollateCapability : CollateCapability method DocumentCollateCapability (line 198) | internal DocumentCollateCapability(InternalPrintCapabilities ownerPrin... method NewFeatureCallback (line 207) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... class CollateSetting (line 235) | internal abstract class CollateSetting : PrintTicketFeature method CollateSetting (line 242) | internal CollateSetting(InternalPrintTicket ownerPrintTicket, string f... method ToString (line 295) | public override string ToString() class DocumentCollateSetting (line 306) | internal class DocumentCollateSetting : CollateSetting method DocumentCollateSetting (line 310) | internal DocumentCollateSetting(InternalPrintTicket ownerPrintTicket) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/JobDuplex.cs class DuplexOption (line 24) | internal class DuplexOption: PrintCapabilityOption method DuplexOption (line 28) | internal DuplexOption(PrintCapabilityFeature ownerFeature) : base(owne... method ToString (line 56) | public override string ToString() class DuplexCapability (line 73) | internal abstract class DuplexCapability : PrintCapabilityFeature method DuplexCapability (line 77) | internal DuplexCapability(InternalPrintCapabilities ownerPrintCap) : b... method AddOptionCallback (line 100) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 125) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 131) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 137) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 144) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 150) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class JobDuplexCapability (line 193) | internal class JobDuplexCapability : DuplexCapability method JobDuplexCapability (line 197) | internal JobDuplexCapability(InternalPrintCapabilities ownerPrintCap) ... method NewFeatureCallback (line 205) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... class DuplexSetting (line 233) | internal abstract class DuplexSetting : PrintTicketFeature method DuplexSetting (line 240) | internal DuplexSetting(InternalPrintTicket ownerPrintTicket, string fe... method ToString (line 293) | public override string ToString() class JobDuplexSetting (line 304) | internal class JobDuplexSetting : DuplexSetting method JobDuplexSetting (line 308) | internal JobDuplexSetting(InternalPrintTicket ownerPrintTicket) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/JobInputBins.cs class InputBinOption (line 25) | internal class InputBinOption: PrintCapabilityOption method InputBinOption (line 29) | internal InputBinOption(PrintCapabilityFeature ownerFeature) : base(ow... method ToString (line 57) | public override string ToString() class InputBinCapability (line 74) | internal abstract class InputBinCapability : PrintCapabilityFeature method InputBinCapability (line 78) | internal InputBinCapability(InternalPrintCapabilities ownerPrintCap) method AddOptionCallback (line 102) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 128) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 133) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 139) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 146) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 153) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class JobInputBinCapability (line 196) | internal class JobInputBinCapability : InputBinCapability method JobInputBinCapability (line 200) | internal JobInputBinCapability(InternalPrintCapabilities ownerPrintCap) method NewFeatureCallback (line 209) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... class DocumentInputBinCapability (line 237) | internal class DocumentInputBinCapability : InputBinCapability method DocumentInputBinCapability (line 241) | internal DocumentInputBinCapability(InternalPrintCapabilities ownerPri... method NewFeatureCallback (line 250) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... class PageInputBinCapability (line 278) | internal class PageInputBinCapability : InputBinCapability method PageInputBinCapability (line 282) | internal PageInputBinCapability(InternalPrintCapabilities ownerPrintCap) method NewFeatureCallback (line 291) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... class InputBinSetting (line 320) | internal abstract class InputBinSetting : PrintTicketFeature method InputBinSetting (line 327) | internal InputBinSetting(InternalPrintTicket ownerPrintTicket, string ... method ToString (line 380) | public override string ToString() class JobInputBinSetting (line 391) | internal class JobInputBinSetting : InputBinSetting method JobInputBinSetting (line 395) | internal JobInputBinSetting(InternalPrintTicket ownerPrintTicket) class DocumentInputBinSetting (line 406) | internal class DocumentInputBinSetting : InputBinSetting method DocumentInputBinSetting (line 410) | internal DocumentInputBinSetting(InternalPrintTicket ownerPrintTicket) class PageInputBinSetting (line 420) | internal class PageInputBinSetting : InputBinSetting method PageInputBinSetting (line 424) | internal PageInputBinSetting(InternalPrintTicket ownerPrintTicket) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/JobPageOrder.cs class PageOrderOption (line 24) | internal class PageOrderOption: PrintCapabilityOption method PageOrderOption (line 28) | internal PageOrderOption(PrintCapabilityFeature ownerFeature) : base(o... method ToString (line 56) | public override string ToString() class JobPageOrderCapability (line 73) | internal class JobPageOrderCapability : PrintCapabilityFeature method JobPageOrderCapability (line 77) | internal JobPageOrderCapability(InternalPrintCapabilities ownerPrintCap) method NewFeatureCallback (line 101) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... method AddOptionCallback (line 111) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 136) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 142) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 148) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 155) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 161) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class JobPageOrderSetting (line 207) | internal class JobPageOrderSetting : PrintTicketFeature method JobPageOrderSetting (line 214) | internal JobPageOrderSetting(InternalPrintTicket ownerPrintTicket) method ToString (line 267) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/JobStaple.cs class StaplingOption (line 26) | internal class StaplingOption: PrintCapabilityOption method StaplingOption (line 30) | internal StaplingOption(PrintCapabilityFeature ownerFeature) : base(ow... method ToString (line 58) | public override string ToString() class StapleCapability (line 75) | internal abstract class StapleCapability : PrintCapabilityFeature method StapleCapability (line 79) | internal StapleCapability(InternalPrintCapabilities ownerPrintCap) method AddOptionCallback (line 103) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 128) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 134) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 140) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 147) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 154) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class JobStapleCapability (line 197) | internal class JobStapleCapability : StapleCapability method JobStapleCapability (line 201) | internal JobStapleCapability(InternalPrintCapabilities ownerPrintCap) method NewFeatureCallback (line 210) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... class StapleSetting (line 238) | internal abstract class StapleSetting : PrintTicketFeature method StapleSetting (line 245) | internal StapleSetting(InternalPrintTicket ownerPrintTicket, string fe... method ToString (line 298) | public override string ToString() class JobStapleSetting (line 309) | internal class JobStapleSetting : StapleSetting method JobStapleSetting (line 313) | internal JobStapleSetting(InternalPrintTicket ownerPrintTicket) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTConverter.cs type BaseDevModeType (line 29) | [ComVisible(false)] class PrintTicketConverter (line 50) | [ComVisible(false)] method PrintTicketConverter (line 71) | public PrintTicketConverter(string deviceName, int clientPrintSchemaVe... method ConvertDevModeToPrintTicket (line 126) | public PrintTicket ConvertDevModeToPrintTicket(byte[] devMode) method ConvertDevModeToPrintTicket (line 152) | public PrintTicket ConvertDevModeToPrintTicket(byte[] devMode, method ConvertPrintTicketToDevMode (line 184) | public byte[] ConvertPrintTicketToDevMode(PrintTicket printTicket, method ConvertPrintTicketToDevMode (line 215) | public byte[] ConvertPrintTicketToDevMode(PrintTicket printTicket, method InternalConvertDevModeToPrintTicket (line 231) | internal static PrintTicket InternalConvertDevModeToPrintTicket(PTProv... method InternalConvertPrintTicketToDevMode (line 251) | internal static byte[] InternalConvertPrintTicketToDevMode(PTProviderB... method VerifyAccess (line 283) | private void VerifyAccess() method Dispose (line 295) | void IDisposable.Dispose() method Dispose (line 303) | public void Dispose() method DisposeImpl (line 311) | private void DisposeImpl() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTManager.cs type ConflictStatus (line 31) | [ComVisible(false)] type ValidationResult (line 48) | [ComVisible(false)] method ValidationResult (line 58) | internal ValidationResult(MemoryStream validatedPrintTicketStream, method Equals (line 101) | public override bool Equals(object o) method GetHashCode (line 111) | public override int GetHashCode() method Equals (line 136) | private bool Equals(ValidationResult other) type PrintTicketScope (line 159) | [ComVisible(false)] class PrintTicketManager (line 185) | internal class PrintTicketManager : IDisposable method PrintTicketManager (line 205) | public PrintTicketManager(string deviceName, int clientPrintSchemaVers... method GetPrintCapabilities (line 257) | public PrintCapabilities GetPrintCapabilities(PrintTicket printTicket) method GetPrintCapabilitiesAsXml (line 285) | public MemoryStream GetPrintCapabilitiesAsXml(PrintTicket printTicket) method MergeAndValidatePrintTicket (line 328) | public ValidationResult MergeAndValidatePrintTicket(PrintTicket base... method MergeAndValidatePrintTicket (line 362) | public ValidationResult MergeAndValidatePrintTicket(PrintTicket b... method ConvertDevModeToPrintTicket (line 402) | public PrintTicket ConvertDevModeToPrintTicket(byte[] devMode) method ConvertPrintTicketToDevMode (line 417) | public byte[] ConvertPrintTicketToDevMode(PrintTicket printTicket, method Dispose (line 434) | public void Dispose() method Dispose (line 440) | protected virtual void Dispose(bool disposing) method Release (line 461) | public virtual void Release() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTProvider.cs class SafePTProviderHandle (line 40) | internal sealed class SafePTProviderHandle : System.Runtime.InteropServi... method SafePTProviderHandle (line 44) | private SafePTProviderHandle() : base(IntPtr.Zero, true) method ReleaseHandle (line 66) | protected override bool ReleaseHandle() type NativeErrorCode (line 81) | internal enum NativeErrorCode : uint class PTProvider (line 133) | internal class PTProvider : PTProviderBase method PTProvider (line 149) | public PTProvider(string deviceName, int maxVersion, int clientVersion) method GetPrintCapabilities (line 209) | public override MemoryStream GetPrintCapabilities(MemoryStream printTi... method MergeAndValidatePrintTicket (line 278) | public override MemoryStream MergeAndValidatePrintTicket(MemoryStream ... method ConvertDevModeToPrintTicket (line 385) | public override MemoryStream ConvertDevModeToPrintTicket(byte[] devMode, method ConvertPrintTicketToDevMode (line 449) | public override byte[] ConvertPrintTicketToDevMode(MemoryStream printT... method Release (line 511) | public override void Release() method Dispose (line 528) | protected override void Dispose(bool disposing) method VerifyAccess (line 552) | private void VerifyAccess() method IStreamFromMemoryStream (line 572) | private static IStream IStreamFromMemoryStream(MemoryStream stream) method MemoryStreamFromIStream (line 614) | private static MemoryStream MemoryStreamFromIStream(IStream stream) method CopyArrayToIStream (line 645) | private static void CopyArrayToIStream(byte [] src, IStream dst, uint ... method CopyIStreamToArray (line 703) | private static void CopyIStreamToArray(IStream src, byte [] dst, uint ... method EnsureRemainingIStreamLength (line 751) | private static void EnsureRemainingIStreamLength(IStream stream, uint ... method CreateStreamOnHGlobal (line 784) | private static IStream CreateStreamOnHGlobal() method DeleteIStream (line 797) | private static void DeleteIStream(ref IStream stream) method RewindIStream (line 806) | private static void RewindIStream(IStream stream) method ClampToPositiveInt (line 811) | private static int ClampToPositiveInt(long value) method ClampToPositiveInt (line 816) | private static int ClampToPositiveInt(ulong value) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTProviderBase.cs class PTProviderBase (line 30) | internal abstract class PTProviderBase : IDisposable method Create (line 43) | public static PTProviderBase Create(string deviceName, int maxVersion,... method GetPrintCapabilities (line 71) | public abstract MemoryStream GetPrintCapabilities(MemoryStream printTi... method MergeAndValidatePrintTicket (line 81) | public abstract MemoryStream MergeAndValidatePrintTicket(MemoryStream ... method ConvertDevModeToPrintTicket (line 92) | public abstract MemoryStream ConvertDevModeToPrintTicket(byte[] devMod... method ConvertPrintTicketToDevMode (line 101) | public abstract byte[] ConvertPrintTicketToDevMode(MemoryStream printT... method Release (line 110) | public abstract void Release(); method Dispose (line 118) | public void Dispose() method Dispose (line 124) | protected abstract void Dispose(bool disposing); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTUtility.cs class PTUtility (line 23) | internal static class PTUtility method IsSuccessCode (line 30) | public static bool IsSuccessCode(uint hResult) method GetTextFromResource (line 38) | public static string GetTextFromResource(string key) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PageBorderless.cs class BorderlessOption (line 25) | internal class BorderlessOption: PrintCapabilityOption method BorderlessOption (line 29) | internal BorderlessOption(PrintCapabilityFeature ownerFeature) : base(... method ToString (line 57) | public override string ToString() class PageBorderlessCapability (line 74) | internal class PageBorderlessCapability : PrintCapabilityFeature method PageBorderlessCapability (line 78) | internal PageBorderlessCapability(InternalPrintCapabilities ownerPrint... method NewFeatureCallback (line 102) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... method AddOptionCallback (line 112) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 137) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 143) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 149) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 156) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 162) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class PageBorderlessSetting (line 208) | internal class PageBorderlessSetting : PrintTicketFeature method PageBorderlessSetting (line 215) | internal PageBorderlessSetting(InternalPrintTicket ownerPrintTicket) method ToString (line 268) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PageCanvasSize.cs class CanvasImageableArea (line 22) | internal class CanvasImageableArea method CanvasImageableArea (line 26) | internal CanvasImageableArea(ImageableSizeCapability ownerProperty) method ToString (line 90) | public override string ToString() class ImageableSizeCapability (line 113) | internal class ImageableSizeCapability : PrintCapabilityRootProperty method ImageableSizeCapability (line 117) | internal ImageableSizeCapability() : base() method ToString (line 167) | public override string ToString() method BuildProperty (line 178) | internal sealed override bool BuildProperty(XmlPrintCapReader reader) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PageCopyCount.cs class JobCopyCountCapability (line 22) | internal sealed class JobCopyCountCapability : NonNegativeIntParameterDe... method JobCopyCountCapability (line 26) | internal JobCopyCountCapability() : base() method NewParamDefCallback (line 34) | internal static ParameterDefinition NewParamDefCallback(InternalPrintC... class JobCopyCountSetting (line 47) | internal class JobCopyCountSetting : PrintTicketParameter method JobCopyCountSetting (line 54) | internal JobCopyCountSetting(InternalPrintTicket ownerPrintTicket) method ToString (line 101) | public override string ToString() method SettingClearCallback (line 110) | internal sealed override void SettingClearCallback() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PageDeviceFont.cs class DeviceFontSubstitutionOption (line 25) | internal class DeviceFontSubstitutionOption: PrintCapabilityOption method DeviceFontSubstitutionOption (line 29) | internal DeviceFontSubstitutionOption(PrintCapabilityFeature ownerFeat... method ToString (line 57) | public override string ToString() class PageDeviceFontSubstitutionCapability (line 74) | internal class PageDeviceFontSubstitutionCapability : PrintCapabilityFea... method PageDeviceFontSubstitutionCapability (line 78) | internal PageDeviceFontSubstitutionCapability(InternalPrintCapabilitie... method NewFeatureCallback (line 103) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... method AddOptionCallback (line 113) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 138) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 143) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 149) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 156) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 162) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class PageDeviceFontSubstitutionSetting (line 209) | internal class PageDeviceFontSubstitutionSetting : PrintTicketFeature method PageDeviceFontSubstitutionSetting (line 216) | internal PageDeviceFontSubstitutionSetting(InternalPrintTicket ownerPr... method ToString (line 269) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PageMediaSize.cs class FixedMediaSizeOption (line 27) | internal class FixedMediaSizeOption : PrintCapabilityOption method FixedMediaSizeOption (line 31) | internal FixedMediaSizeOption(PrintCapabilityFeature ownerFeature) : b... method ToString (line 82) | public override string ToString() class PageMediaSizeCapability (line 102) | internal class PageMediaSizeCapability : PrintCapabilityFeature method PageMediaSizeCapability (line 106) | internal PageMediaSizeCapability(InternalPrintCapabilities ownerPrintC... method NewFeatureCallback (line 129) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... method AddOptionCallback (line 139) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 168) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 174) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 180) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 187) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 194) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class PageMediaSizeSetting (line 316) | internal class PageMediaSizeSetting : PrintTicketFeature method PageMediaSizeSetting (line 323) | internal PageMediaSizeSetting(InternalPrintTicket ownerPrintTicket) : ... method SetFixedMediaSize (line 461) | public void SetFixedMediaSize(PageMediaSizeName value) method SetFixedMediaSize (line 497) | public void SetFixedMediaSize(double mediaSizeWidth, double mediaSizeH... method SetFixedMediaSize (line 515) | public void SetFixedMediaSize(PageMediaSizeName value, method ToString (line 526) | public override string ToString() method InternalSetFixedMediaSize (line 543) | private void InternalSetFixedMediaSize(PageMediaSizeName value, FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PageMediaType.cs class MediaTypeOption (line 27) | internal class MediaTypeOption: PrintCapabilityOption method MediaTypeOption (line 31) | internal MediaTypeOption(PrintCapabilityFeature ownerFeature) : base(o... method ToString (line 59) | public override string ToString() class PageMediaTypeCapability (line 76) | internal class PageMediaTypeCapability : PrintCapabilityFeature method PageMediaTypeCapability (line 80) | internal PageMediaTypeCapability(InternalPrintCapabilities ownerPrintCap) method NewFeatureCallback (line 104) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... method AddOptionCallback (line 114) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 139) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 144) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 150) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 157) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 164) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class PageMediaTypeSetting (line 210) | internal class PageMediaTypeSetting : PrintTicketFeature method PageMediaTypeSetting (line 217) | internal PageMediaTypeSetting(InternalPrintTicket ownerPrintTicket) method ToString (line 270) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PageOrientation.cs class OrientationOption (line 25) | internal class OrientationOption: PrintCapabilityOption method OrientationOption (line 29) | internal OrientationOption(PrintCapabilityFeature ownerFeature) : base... method ToString (line 57) | public override string ToString() class PageOrientationCapability (line 74) | internal class PageOrientationCapability : PrintCapabilityFeature method PageOrientationCapability (line 78) | internal PageOrientationCapability(InternalPrintCapabilities ownerPrin... method NewFeatureCallback (line 101) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... method AddOptionCallback (line 111) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 136) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 142) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 148) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 155) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 161) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class PageOrientationSetting (line 207) | internal class PageOrientationSetting : PrintTicketFeature method PageOrientationSetting (line 214) | internal PageOrientationSetting(InternalPrintTicket ownerPrintTicket) method ToString (line 267) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PageOutputColor.cs class OutputColorOption (line 26) | internal class OutputColorOption: PrintCapabilityOption method OutputColorOption (line 30) | internal OutputColorOption(PrintCapabilityFeature ownerFeature) : base... method ToString (line 58) | public override string ToString() class PageOutputColorCapability (line 75) | internal class PageOutputColorCapability : PrintCapabilityFeature method PageOutputColorCapability (line 79) | internal PageOutputColorCapability(InternalPrintCapabilities ownerPrin... method NewFeatureCallback (line 103) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... method AddOptionCallback (line 113) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 138) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 144) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 150) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 157) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 164) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class PageOutputColorSetting (line 210) | internal class PageOutputColorSetting : PrintTicketFeature method PageOutputColorSetting (line 217) | internal PageOutputColorSetting(InternalPrintTicket ownerPrintTicket) method ToString (line 270) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PageOutputQuality.cs class OutputQualityOption (line 26) | internal class OutputQualityOption: PrintCapabilityOption method OutputQualityOption (line 30) | internal OutputQualityOption(PrintCapabilityFeature ownerFeature) : ba... method ToString (line 58) | public override string ToString() class PageOutputQualityCapability (line 75) | internal class PageOutputQualityCapability : PrintCapabilityFeature method PageOutputQualityCapability (line 79) | internal PageOutputQualityCapability(InternalPrintCapabilities ownerPr... method NewFeatureCallback (line 103) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... method AddOptionCallback (line 113) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 138) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 144) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 150) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 157) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 163) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class PageOutputQualitySetting (line 209) | internal class PageOutputQualitySetting : PrintTicketFeature method PageOutputQualitySetting (line 216) | internal PageOutputQualitySetting(InternalPrintTicket ownerPrintTicket) method ToString (line 269) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PageResolution.cs class ResolutionOption (line 28) | internal class ResolutionOption: PrintCapabilityOption method ResolutionOption (line 32) | internal ResolutionOption(PrintCapabilityFeature ownerFeature) : base(... method ToString (line 83) | public override string ToString() class PageResolutionCapability (line 105) | internal class PageResolutionCapability : PrintCapabilityFeature method PageResolutionCapability (line 109) | internal PageResolutionCapability(InternalPrintCapabilities ownerPrint... method NewFeatureCallback (line 132) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... method AddOptionCallback (line 142) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 160) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 166) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 172) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 179) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 186) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class PageResolutionSetting (line 299) | internal class PageResolutionSetting : PrintTicketFeature method PageResolutionSetting (line 306) | internal PageResolutionSetting(InternalPrintTicket ownerPrintTicket) :... method ToString (line 418) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PageScaling.cs class ScalingOption (line 26) | internal class ScalingOption: PrintCapabilityOption method ScalingOption (line 30) | internal ScalingOption(PrintCapabilityFeature ownerFeature) : base(own... method ToString (line 116) | public override string ToString() class PageScalingCapability (line 138) | internal class PageScalingCapability : PrintCapabilityFeature method PageScalingCapability (line 142) | internal PageScalingCapability(InternalPrintCapabilities ownerPrintCap... method NewFeatureCallback (line 165) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... method AddOptionCallback (line 175) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 251) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 257) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 263) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 270) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 277) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class PageScalingSetting (line 399) | internal class PageScalingSetting : PrintTicketFeature method PageScalingSetting (line 406) | internal PageScalingSetting(InternalPrintTicket ownerPrintTicket) : ba... method SetCustomSquareScaling (line 518) | public void SetCustomSquareScaling(int squareScale) method ToString (line 540) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PageTrueTypeFont.cs class TrueTypeFontModeOption (line 24) | internal class TrueTypeFontModeOption: PrintCapabilityOption method TrueTypeFontModeOption (line 28) | internal TrueTypeFontModeOption(PrintCapabilityFeature ownerFeature) :... method ToString (line 56) | public override string ToString() class PageTrueTypeFontModeCapability (line 73) | internal class PageTrueTypeFontModeCapability : PrintCapabilityFeature method PageTrueTypeFontModeCapability (line 77) | internal PageTrueTypeFontModeCapability(InternalPrintCapabilities owne... method NewFeatureCallback (line 102) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... method AddOptionCallback (line 112) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 137) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 143) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 149) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 156) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 162) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class PageTrueTypeFontModeSetting (line 209) | internal class PageTrueTypeFontModeSetting : PrintTicketFeature method PageTrueTypeFontModeSetting (line 216) | internal PageTrueTypeFontModeSetting(InternalPrintTicket ownerPrintTic... method ToString (line 269) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/ParameterRefs.cs class ScalingScaleWidthCapability (line 26) | internal sealed class ScalingScaleWidthCapability : NonNegativeIntParame... method ScalingScaleWidthCapability (line 30) | internal ScalingScaleWidthCapability() : base() method NewParamDefCallback (line 38) | internal static ParameterDefinition NewParamDefCallback(InternalPrintC... class ScalingScaleHeightCapability (line 51) | internal sealed class ScalingScaleHeightCapability : NonNegativeIntParam... method ScalingScaleHeightCapability (line 55) | internal ScalingScaleHeightCapability() : base() method NewParamDefCallback (line 63) | internal static ParameterDefinition NewParamDefCallback(InternalPrintC... class ScalingSquareScaleCapability (line 76) | internal sealed class ScalingSquareScaleCapability : NonNegativeIntParam... method ScalingSquareScaleCapability (line 80) | internal ScalingSquareScaleCapability() : base() method NewParamDefCallback (line 88) | internal static ParameterDefinition NewParamDefCallback(InternalPrintC... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PhotoPrintingIntent.cs class PhotoPrintingIntentOption (line 24) | internal class PhotoPrintingIntentOption: PrintCapabilityOption method PhotoPrintingIntentOption (line 28) | internal PhotoPrintingIntentOption(PrintCapabilityFeature ownerFeature... method ToString (line 56) | public override string ToString() class PagePhotoPrintingIntentCapability (line 73) | internal class PagePhotoPrintingIntentCapability : PrintCapabilityFeature method PagePhotoPrintingIntentCapability (line 77) | internal PagePhotoPrintingIntentCapability(InternalPrintCapabilities o... method NewFeatureCallback (line 101) | internal static PrintCapabilityFeature NewFeatureCallback(InternalPrin... method AddOptionCallback (line 111) | internal sealed override bool AddOptionCallback(PrintCapabilityOption ... method AddSubFeatureCallback (line 136) | internal sealed override void AddSubFeatureCallback(PrintCapabilityFea... method FeaturePropCallback (line 142) | internal sealed override bool FeaturePropCallback(PrintCapabilityFeatu... method NewOptionCallback (line 148) | internal sealed override PrintCapabilityOption NewOptionCallback(Print... method OptionAttrCallback (line 155) | internal sealed override void OptionAttrCallback(PrintCapabilityOption... method OptionPropCallback (line 161) | internal sealed override bool OptionPropCallback(PrintCapabilityOption... class PagePhotoPrintingIntentSetting (line 207) | internal class PagePhotoPrintingIntentSetting : PrintTicketFeature method PagePhotoPrintingIntentSetting (line 214) | internal PagePhotoPrintingIntentSetting(InternalPrintTicket ownerPrint... method ToString (line 267) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PrintCapabilitesWriter.cs class PrintCapabilitiesWriter (line 17) | internal class PrintCapabilitiesWriter method PrintCapabilitiesWriter (line 24) | public PrintCapabilitiesWriter(Stream stream, string privateQname, str... method Release (line 45) | public void Release() method Flush (line 59) | public void Flush() method WriteStartDocument (line 64) | public void WriteStartDocument() method WriteEndDocument (line 79) | public void WriteEndDocument() method WritePageImageableSizeProperty (line 88) | public void WritePageImageableSizeProperty( method WriteDocumentCollateFeature (line 112) | public void WriteDocumentCollateFeature() method WritePageOutputColorFeature (line 128) | public void WritePageOutputColorFeature(bool supportsColor) method WriteJobCopiesAllDocumentsParameterDef (line 147) | public void WriteJobCopiesAllDocumentsParameterDef(int minCopies, int ... method WriteJobNUpAllDocumentsContiguously (line 162) | public void WriteJobNUpAllDocumentsContiguously(IList nUps) method WriteJobDuplexAllDocumentsContiguouslyFeature (line 197) | public void WriteJobDuplexAllDocumentsContiguouslyFeature(bool canDuplex) method WritePageICMRenderingIntentFeature (line 217) | public void WritePageICMRenderingIntentFeature() method WritePageColorManagementFeature (line 235) | public void WritePageColorManagementFeature() method WriteJobInputBinFeature (line 253) | public void WriteJobInputBinFeature(IList bins, IList b... method WritePageMediaSizeFeature (line 319) | public void WritePageMediaSizeFeature( method WritePageMediaTypeFeature (line 380) | public void WritePageMediaTypeFeature(IList mediaTypes, IList resolutions) method WritePageScalingFeature (line 542) | public void WritePageScalingFeature(int minScale, int maxScale, int de... method WritePageTrueTypeFontModeFeature (line 581) | public void WritePageTrueTypeFontModeFeature() method WritePageDeviceFontSubstitutionFeature (line 598) | public void WritePageDeviceFontSubstitutionFeature() method WritePageDevmodeSnapshot (line 611) | public void WritePageDevmodeSnapshot(byte[] devMode) method WriteStartFeature (line 637) | private void WriteStartFeature( method WriteEndFeature (line 649) | private void WriteEndFeature() method WriteStartParameterDef (line 654) | private void WriteStartParameterDef(string paramDefNamespace, string p... method WriteEndParameterDef (line 661) | private void WriteEndParameterDef() method WriteStartOption (line 666) | private void WriteStartOption(string optionNamespace, string optionNam... method WriteStartOption (line 678) | private void WriteStartOption(string optionNamespace, string optionNam... method WriteEndOption (line 690) | private void WriteEndOption() method WriteOption (line 695) | private void WriteOption(string optionNamespace, string optionName, ui... method WriteDisplayNameProperty (line 701) | private void WriteDisplayNameProperty(uint displayNameId) method WriteDisplayNameProperty (line 712) | private void WriteDisplayNameProperty(string displayName) method WriteProperty (line 717) | private void WriteProperty(string propertyNamespace, string propertyNa... method WriteProperty (line 722) | private void WriteProperty(string propertyNamespace, string propertyNa... method WriteQNameProperty (line 727) | private void WriteQNameProperty(string propertyNamespace, string prope... method WriteProperty (line 736) | private void WriteProperty(string propertyNamespace, string propertyNa... method WriteStartProperty (line 745) | private void WriteStartProperty(string propertyNamespace, string prope... method WriteEndProperty (line 751) | private void WriteEndProperty() method WriteStartScoredProperty (line 756) | private void WriteStartScoredProperty(string propertyNamespace, string... method WriteEndScoredProperty (line 762) | private void WriteEndScoredProperty() method WriteValue (line 767) | private void WriteValue(string type, string propertyValue) method WriteQNameValue (line 777) | private void WriteQNameValue(string valueNamespace, string valueLocalN... method WriteParameterRef (line 787) | private void WriteParameterRef(string parameterNamespace, string param... method WriteParameterInit (line 796) | private void WriteParameterInit(string parameterNamespace, string para... method WriteQNameAttribute (line 806) | private void WriteQNameAttribute(string attrNamespace, string attrLoca... method GetDisplayString (line 815) | private string GetDisplayString(uint srid) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PrintSchema.cs type Collation (line 45) | public enum Collation type DeviceFontSubstitution (line 66) | public enum DeviceFontSubstitution type Duplexing (line 87) | public enum Duplexing type PageMediaSizeName (line 113) | public enum PageMediaSizeName type PageMediaType (line 805) | public enum PageMediaType type PagesPerSheetDirection (line 961) | public enum PagesPerSheetDirection type OutputColor (line 1012) | public enum OutputColor type PageOrientation (line 1038) | public enum PageOrientation type PageQualitativeResolution (line 1069) | public enum PageQualitativeResolution type Stapling (line 1105) | public enum Stapling type TrueTypeFontMode (line 1165) | public enum TrueTypeFontMode type PageOrder (line 1200) | public enum PageOrder type PhotoPrintingIntent (line 1221) | public enum PhotoPrintingIntent type PageBorderless (line 1251) | public enum PageBorderless type OutputQuality (line 1272) | public enum OutputQuality type InputBin (line 1318) | public enum InputBin type CapabilityName (line 1358) | internal enum CapabilityName : int type PageScaling (line 1476) | internal enum PageScaling class PrintSchema (line 1509) | internal sealed class PrintSchema method PrintSchema (line 1514) | private PrintSchema() {} type StdMediaSizeEntry (line 1548) | internal struct StdMediaSizeEntry method StdMediaSizeEntry (line 1554) | public StdMediaSizeEntry(PageMediaSizeName value, int width, int hei... type PrintSchemaSubFeatures (line 1793) | internal enum PrintSchemaSubFeatures type PrintSchemaLocalParameterDefs (line 1801) | internal enum PrintSchemaLocalParameterDefs type PrintSchemaNodeTypes (line 1811) | [Flags] class PrintSchemaNamespaces (line 1867) | internal class PrintSchemaNamespaces method PrintSchemaNamespaces (line 1869) | private PrintSchemaNamespaces() {} class PrintSchemaPrefixes (line 1886) | internal class PrintSchemaPrefixes method PrintSchemaPrefixes (line 1888) | private PrintSchemaPrefixes() {} class PrintSchemaXsiTypes (line 1900) | internal class PrintSchemaXsiTypes method PrintSchemaXsiTypes (line 1902) | private PrintSchemaXsiTypes() {} class PrintSchemaTags (line 1912) | internal class PrintSchemaTags method PrintSchemaTags (line 1914) | private PrintSchemaTags() {} type MapEntry (line 1916) | internal struct MapEntry method MapEntry (line 1920) | public MapEntry(string schemaName, int enumValue) class Framework (line 1927) | internal class Framework method Framework (line 1929) | private Framework() {} class Keywords (line 1972) | internal class Keywords method Keywords (line 1974) | private Keywords() {} class CollateKeys (line 1976) | internal class CollateKeys method CollateKeys (line 1978) | private CollateKeys() { } class DuplexKeys (line 1986) | internal class DuplexKeys method DuplexKeys (line 1988) | private DuplexKeys() { } class NUpKeys (line 1996) | internal class NUpKeys method NUpKeys (line 1998) | private NUpKeys() {} class StapleKeys (line 2008) | internal class StapleKeys method StapleKeys (line 2010) | private StapleKeys() {} class PageDeviceFontSubstitutionKeys (line 2018) | internal class PageDeviceFontSubstitutionKeys method PageDeviceFontSubstitutionKeys (line 2020) | private PageDeviceFontSubstitutionKeys() {} class PageMediaSizeKeys (line 2028) | internal class PageMediaSizeKeys method PageMediaSizeKeys (line 2030) | private PageMediaSizeKeys() { } class PageImageableSizeKeys (line 2047) | internal class PageImageableSizeKeys method PageImageableSizeKeys (line 2049) | private PageImageableSizeKeys() { } class PageMediaTypeKeys (line 2063) | internal class PageMediaTypeKeys method PageMediaTypeKeys (line 2065) | private PageMediaTypeKeys() {} class PageOrientationKeys (line 2073) | internal class PageOrientationKeys method PageOrientationKeys (line 2075) | private PageOrientationKeys() {} class PageOutputColorKeys (line 2083) | internal class PageOutputColorKeys method PageOutputColorKeys (line 2085) | private PageOutputColorKeys() {} class PageResolutionKeys (line 2093) | internal class PageResolutionKeys method PageResolutionKeys (line 2095) | private PageResolutionKeys() {} class PageScalingKeys (line 2106) | internal class PageScalingKeys method PageScalingKeys (line 2108) | private PageScalingKeys() { } class PageTrueTypeFontModeKeys (line 2119) | internal class PageTrueTypeFontModeKeys method PageTrueTypeFontModeKeys (line 2121) | private PageTrueTypeFontModeKeys() { } class JobPageOrderKeys (line 2129) | internal class JobPageOrderKeys method JobPageOrderKeys (line 2131) | private JobPageOrderKeys() { } class PagePhotoPrintingIntentKeys (line 2139) | internal class PagePhotoPrintingIntentKeys method PagePhotoPrintingIntentKeys (line 2141) | private PagePhotoPrintingIntentKeys() { } class PageBorderlessKeys (line 2149) | internal class PageBorderlessKeys method PageBorderlessKeys (line 2151) | private PageBorderlessKeys() { } class PageOutputQualityKeys (line 2159) | internal class PageOutputQualityKeys method PageOutputQualityKeys (line 2161) | private PageOutputQualityKeys() { } class InputBinKeys (line 2169) | internal class InputBinKeys method InputBinKeys (line 2171) | private InputBinKeys() { } class ParameterProps (line 2181) | internal class ParameterProps method ParameterProps (line 2183) | private ParameterProps() {} class ParameterDefs (line 2190) | internal class ParameterDefs method ParameterDefs (line 2192) | private ParameterDefs() {} class UnitConverter (line 2248) | internal class UnitConverter method UnitConverter (line 2250) | private UnitConverter() {} method LengthValueFromMicronToDIP (line 2257) | public static double LengthValueFromMicronToDIP(int micronValue) method LengthValueFromDIPToMicron (line 2273) | public static int LengthValueFromDIPToMicron(double dipValue) class PrintSchemaMapper (line 2282) | internal static class PrintSchemaMapper method SchemaNameToEnumValueWithMap (line 2284) | public static int SchemaNameToEnumValueWithMap(PrintSchemaTags.MapEntr... method SchemaNameToEnumValueWithArray (line 2301) | public static int SchemaNameToEnumValueWithArray(string[] enumNames, method CurrentPropertyQValueToEnumValue (line 2336) | public static bool CurrentPropertyQValueToEnumValue(XmlPrintCapReader ... method EnumValueToSchemaNameWithArray (line 2385) | public static string EnumValueToSchemaNameWithArray(string[] enumNames, class XmlConvertHelper (line 2416) | internal static class XmlConvertHelper method ConvertStringToInt32 (line 2422) | public static int ConvertStringToInt32(string s) method ConvertStringToDecimal (line 2457) | public static decimal ConvertStringToDecimal(string s) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PrintSchemaShim.cs class PrintSchemaShim (line 17) | internal static class PrintSchemaShim method TryGetPageMediaSizeNameFromPaperSizeCode (line 19) | public static bool TryGetPageMediaSizeNameFromPaperSizeCode(short pape... method TryGetPageResolutionFromPaperQuality (line 24) | public static bool TryGetPageResolutionFromPaperQuality(short paperQua... method TryGetPaperSourceOption (line 29) | public static bool TryGetPaperSourceOption( method TryGetMediaTypeOption (line 58) | public static bool TryGetMediaTypeOption( method TryGetOutputQualityOption (line 88) | public static bool TryGetOutputQualityOption( method TryEmbedDevMode (line 109) | public static bool TryEmbedDevMode(InternalPrintTicket ticket, string ... method TryGetEmbeddedDevMode (line 150) | public static DevMode TryGetEmbeddedDevMode(InternalPrintTicket ticket... method CopyDevModeToTicket (line 186) | public static void CopyDevModeToTicket(InternalPrintTicket baseTicket,... method CopyTicketToDevMode (line 278) | public static void CopyTicketToDevMode(DevMode baseDevMode, InternalPr... method PruneFeatures (line 405) | public static bool PruneFeatures(DevMode inDevMode, WinSpoolPrinterCap... method EnsurePrefixForTicket (line 454) | private static string EnsurePrefixForTicket(InternalPrintTicket ticket... method TenthOfMillimeterToMicrons (line 467) | public static IList TenthOfMillimeterToMicrons(IList(IDictionary dic... method TrySet (line 1157) | private static bool TrySet(IDictionary dic... method IsSet (line 1171) | private static bool IsSet(DevModeFields mask, DevModeFields fields) method Clamp (line 1176) | private static short Clamp(int value, short min, short max) method LengthValueFromTenthOfMillimeterToDIP (line 1181) | private static double LengthValueFromTenthOfMillimeterToDIP(int tenthO... method LengthValueFromDIPToTenthOfMillimeter (line 1186) | private static int LengthValueFromDIPToTenthOfMillimeter(double dipValue) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PrtCap_Base.cs class PrintCapabilityFeature (line 23) | internal abstract class PrintCapabilityFeature method PrintCapabilityFeature (line 31) | protected PrintCapabilityFeature(InternalPrintCapabilities ownerPrintCap) method AddOptionCallback (line 45) | internal abstract bool AddOptionCallback(PrintCapabilityOption option); method AddSubFeatureCallback (line 50) | internal abstract void AddSubFeatureCallback(PrintCapabilityFeature su... method FeaturePropCallback (line 55) | internal abstract bool FeaturePropCallback(PrintCapabilityFeature feat... method NewOptionCallback (line 60) | internal abstract PrintCapabilityOption NewOptionCallback(PrintCapabil... method OptionAttrCallback (line 65) | internal abstract void OptionAttrCallback(PrintCapabilityOption option... method OptionPropCallback (line 70) | internal abstract bool OptionPropCallback(PrintCapabilityOption option... class PrintCapabilityOption (line 118) | internal abstract class PrintCapabilityOption method PrintCapabilityOption (line 126) | protected PrintCapabilityOption(PrintCapabilityFeature ownerFeature) class ParameterDefinition (line 163) | internal abstract class ParameterDefinition method ParameterDefinition (line 170) | protected ParameterDefinition() method ParamDefPropCallback (line 183) | internal abstract bool ParamDefPropCallback(ParameterDefinition basePa... class NonNegativeIntParameterDefinition (line 221) | internal class NonNegativeIntParameterDefinition : ParameterDefinition method NonNegativeIntParameterDefinition (line 228) | internal NonNegativeIntParameterDefinition() : base() method ToString (line 278) | public override string ToString() method ParamDefPropCallback (line 292) | internal sealed override bool ParamDefPropCallback(ParameterDefinition... class LengthParameterDefinition (line 410) | internal class LengthParameterDefinition : NonNegativeIntParameterDefini... method LengthParameterDefinition (line 417) | internal LengthParameterDefinition() : base() method ToString (line 466) | public override string ToString() class PrintCapabilityRootProperty (line 480) | internal abstract class PrintCapabilityRootProperty method PrintCapabilityRootProperty (line 487) | protected PrintCapabilityRootProperty() method BuildProperty (line 499) | internal abstract bool BuildProperty(XmlPrintCapReader reader); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PrtCap_Builder.cs class PrintCapBuilder (line 24) | internal class PrintCapBuilder method PrintCapBuilder (line 33) | public PrintCapBuilder(Stream xmlStream) method Build (line 48) | public void Build(InternalPrintCapabilities printCap) method BuildFeature (line 110) | private void BuildFeature(InternalPrintCapabilities printCap, PrintCap... method BuildParameterDef (line 280) | private void BuildParameterDef(InternalPrintCapabilities printCap) method BuildRootProperty (line 351) | private void BuildRootProperty(InternalPrintCapabilities printCap) method LookupFeatureIndex (line 376) | private static int LookupFeatureIndex(string featureName, bool isSubFe... method LookupParameterIndex (line 391) | private static int LookupParameterIndex(string paramName, out bool isL... method LookupFeatureCallbacks (line 419) | private static void LookupFeatureCallbacks(string featureName, method LookupParameterCallbacks (line 456) | private static void LookupParameterCallbacks(string paramName, type FeatureHandlersTableEntry (line 501) | private struct FeatureHandlersTableEntry method FeatureHandlersTableEntry (line 506) | public FeatureHandlersTableEntry(string name, type ParamDefHandlersTableEntry (line 525) | private struct ParamDefHandlersTableEntry method ParamDefHandlersTableEntry (line 530) | public ParamDefHandlersTableEntry(string name, FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PrtCap_Public.cs class InternalPrintCapabilities (line 26) | internal class InternalPrintCapabilities method InternalPrintCapabilities (line 42) | public InternalPrintCapabilities(Stream xmlStream) method SupportsCapability (line 104) | public bool SupportsCapability(CapabilityName feature) method NewPrintCapFormatException (line 444) | internal static FormatException NewPrintCapFormatException(string deta... method NewPrintCapFormatException (line 455) | internal static FormatException NewPrintCapFormatException(string deta... method SetLocalParameterDefAsRequired (line 465) | internal void SetLocalParameterDefAsRequired(int paramDefIndex, bool i... method PostBuildProcessing (line 488) | private void PostBuildProcessing() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PrtCap_Public_Simple.cs class PageImageableArea (line 25) | public sealed class PageImageableArea method PageImageableArea (line 29) | internal PageImageableArea(double originW, double originH, double exte... method ToString (line 95) | public override string ToString() class PageScalingFactorRange (line 116) | public sealed class PageScalingFactorRange method PageScalingFactorRange (line 120) | internal PageScalingFactorRange(int scaleMin, int scaleMax) method ToString (line 160) | public override string ToString() class PrintCapabilities (line 179) | public sealed class PrintCapabilities method PrintCapabilities (line 197) | public PrintCapabilities(Stream xmlStream) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PrtCap_Reader.cs class XmlPrintCapReader (line 24) | internal class XmlPrintCapReader method XmlPrintCapReader (line 33) | public XmlPrintCapReader(Stream xmlStream) method MoveToNextSchemaElement (line 115) | public bool MoveToNextSchemaElement(int depth, PrintSchemaNodeTypes ty... method OptionAttributeGenericHandler (line 271) | public void OptionAttributeGenericHandler(PrintCapabilityOption option) method GetCurrentPropertyFullValueWithException (line 285) | public string GetCurrentPropertyFullValueWithException() method GetCurrentPropertyIntValueWithException (line 305) | public int GetCurrentPropertyIntValueWithException() method GetCurrentPropertyQNameValueWithException (line 335) | public string GetCurrentPropertyQNameValueWithException() method GetCurrentPropertyParamRefNameWithException (line 360) | public string GetCurrentPropertyParamRefNameWithException() method ResetCurrentElementState (line 466) | private void ResetCurrentElementState() method NewPrintCapFormatException (line 481) | private static FormatException NewPrintCapFormatException(string detai... method NewPrintCapFormatException (line 492) | private static FormatException NewPrintCapFormatException(string detai... class XmlReaderQName (line 514) | internal class XmlReaderQName method XmlReaderQName (line 519) | private XmlReaderQName() {} method GetURI (line 532) | public static string GetURI(XmlTextReader xmlReader, string QName) method GetLocalName (line 549) | public static string GetLocalName(string QName) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PrtTicket_Base.cs class PrintTicketFeature (line 25) | internal abstract class PrintTicketFeature method PrintTicketFeature (line 33) | protected PrintTicketFeature(InternalPrintTicket ownerPrintTicket) method ClearSetting (line 56) | public void ClearSetting() method LookupPropertyMap (line 351) | private PTPropertyMapEntry LookupPropertyMap(string propertyName) class PTFeatureNode (line 376) | internal class PTFeatureNode method PTFeatureNode (line 380) | private PTFeatureNode(PrintTicketFeature ownerFeature, XmlElement feat... method GetFeatureNode (line 395) | public static PTFeatureNode GetFeatureNode(PrintTicketFeature ptFeature, method CreateFeatureNode (line 418) | public static void CreateFeatureNode(PrintTicketFeature ptFeature, method GetOptionName (line 434) | public string GetOptionName(out bool bInPrivateNamespace) method SetOptionName (line 477) | public void SetOptionName(string optionName) method GetOptionPropertyIntValue (line 505) | public bool GetOptionPropertyIntValue(string propertyName, out int value) method SetOptionPropertyIntValue (line 547) | public void SetOptionPropertyIntValue(string propertyName, int value) method GetOptionPropertyStdStringValue (line 591) | public string GetOptionPropertyStdStringValue(string propertyName, out... method SetOptionPropertyStdStringValue (line 626) | public void SetOptionPropertyStdStringValue(string propertyName, strin... method GetOptionPropertyParamRefName (line 672) | public string GetOptionPropertyParamRefName(string propertyName) method SetOptionPropertyParamRefName (line 724) | public void SetOptionPropertyParamRefName(string propertyName, string ... method GetFirstOption (line 761) | public XmlElement GetFirstOption() method GetOptionPropertyValueText (line 798) | private string GetOptionPropertyValueText(XmlElement parentOption, str... type PTPropValueTypes (line 848) | internal enum PTPropValueTypes class PTPropertyMapEntry (line 855) | internal class PTPropertyMapEntry method PTPropertyMapEntry (line 862) | public PTPropertyMapEntry(PrintTicketFeature ownerFeature, method PTPropertyMapEntry (line 874) | public PTPropertyMapEntry(PrintTicketFeature ownerFeature, method PTPropertyMapEntry (line 890) | public PTPropertyMapEntry(PrintTicketFeature ownerFeature, type PrintTicketParamTypes (line 949) | internal enum PrintTicketParamTypes type PrintTicketParamValueTypes (line 958) | internal enum PrintTicketParamValueTypes class PrintTicketParameter (line 969) | internal class PrintTicketParameter method PrintTicketParameter (line 975) | internal PrintTicketParameter(InternalPrintTicket ownerPrintTic... method ClearSetting (line 1012) | public void ClearSetting() method SettingClearCallback (line 1031) | internal virtual void SettingClearCallback() class PrintTicketParameterNode (line 1178) | internal class PrintTicketParameterNode method PrintTicketParameterNode (line 1182) | private PrintTicketParameterNode(PrintTicketParameter ownerParameter, ... method GetParameterNode (line 1197) | public static PrintTicketParameterNode GetParameterNode(PrintTicketPar... method CreateParameterNode (line 1219) | public static void CreateParameterNode(PrintTicketParameter ptParameter) method GetIntValue (line 1234) | public bool GetIntValue(out int value) method GetStringValue (line 1270) | public bool GetStringValue(out string value) method SetIntValue (line 1302) | public XmlElement SetIntValue(int value) method SetStringValue (line 1313) | public XmlElement SetStringValue(string value, string xsiType) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PrtTicket_Editor.cs class PrintTicketEditor (line 20) | internal class PrintTicketEditor method PrintTicketEditor (line 24) | private PrintTicketEditor() {} method CheckIsWellFormedPrintTicket (line 36) | public static void CheckIsWellFormedPrintTicket(InternalPrintTicket pt) method CheckAndAddMissingStdNamespaces (line 143) | public static void CheckAndAddMissingStdNamespaces(InternalPrintTicket... method AddStdNamespaceDeclaration (line 200) | public static string AddStdNamespaceDeclaration(XmlElement root, strin... method GetSchemaElementWithNameAttr (line 232) | public static XmlElement GetSchemaElementWithNameAttr(InternalPrintTic... method RemoveAllSchemaElementsWithNameAttr (line 295) | public static void RemoveAllSchemaElementsWithNameAttr(InternalPrintTi... method AddSchemaElementWithNameAttr (line 351) | public static XmlElement AddSchemaElementWithNameAttr(InternalPrintTic... method SetXsiTypeAttr (line 370) | public static void SetXsiTypeAttr(InternalPrintTicket pt, method NewPTFormatException (line 389) | private static FormatException NewPTFormatException(string detailMsg) method NewPTFormatException (line 400) | private static FormatException NewPTFormatException(string detailMsg, ... class XmlDocQName (line 408) | internal class XmlDocQName method XmlDocQName (line 412) | private XmlDocQName() {} method GetURI (line 418) | public static string GetURI(XmlDocument xmlDoc, string QName) method GetLocalName (line 431) | public static string GetLocalName(string QName) method GetQName (line 440) | public static string GetQName(XmlDocument xmlDoc, string URI, string l... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PrtTicket_Public.cs class InternalPrintTicket (line 26) | internal class InternalPrintTicket method InternalPrintTicket (line 33) | public InternalPrintTicket() method InternalPrintTicket (line 61) | public InternalPrintTicket(Stream xmlStream) method Clone (line 132) | public InternalPrintTicket Clone() method SaveTo (line 149) | public void SaveTo(Stream outStream) method NewPTFormatException (line 510) | internal static FormatException NewPTFormatException(string detailMsg) method NewPTFormatException (line 521) | internal static FormatException NewPTFormatException(string detailMsg,... method GetBasePTFeatureObject (line 531) | internal PrintTicketFeature GetBasePTFeatureObject(CapabilityName feat... method InitTrace (line 613) | private void InitTrace() method SetupNamespaceManager (line 621) | private void SetupNamespaceManager() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PrtTicket_Public_Simple.cs class PageMediaSize (line 23) | public sealed class PageMediaSize method PageMediaSize (line 31) | public PageMediaSize(PageMediaSizeName mediaSizeName) method PageMediaSize (line 42) | public PageMediaSize(double width, double height) method PageMediaSize (line 56) | public PageMediaSize(PageMediaSizeName mediaSizeName, double width, do... method ToString (line 108) | public override string ToString() class PageResolution (line 130) | public sealed class PageResolution method PageResolution (line 139) | public PageResolution(int resolutionX, int resolutionY) method PageResolution (line 150) | public PageResolution(PageQualitativeResolution qualitative) method PageResolution (line 164) | public PageResolution(int resolutionX, int resolutionY, PageQualitativ... method ToString (line 216) | public override string ToString() class PrintTicket (line 240) | public sealed class PrintTicket : System.ComponentModel.INotifyPropertyC... method PrintTicket (line 247) | public PrintTicket() method PrintTicket (line 271) | public PrintTicket(Stream xmlStream) method Clone (line 285) | public PrintTicket Clone() method GetXmlStream (line 296) | public MemoryStream GetXmlStream() method SaveTo (line 315) | public void SaveTo(Stream outStream) method NotifyPropertyChanged (line 1358) | private void NotifyPropertyChanged(string name) method ToXmlString (line 1388) | internal string ToXmlString() method GetEnumValueFromCacheOrXml (line 1410) | private EnumType GetEnumValueFromCacheOrXml(CapabilityName f... method AddSetterEnumValueToCache (line 1432) | private void AddSetterEnumValueToCache(CapabilityName feature, method ExecuteMediaSizeSetter (line 1444) | private void ExecuteMediaSizeSetter(object cacheValue) method ExecuteResolutionSetter (line 1491) | private void ExecuteResolutionSetter(object cacheValue) method ExecuteGeneralEnumSetters (line 1528) | private void ExecuteGeneralEnumSetters(CapabilityName feature, object ... method ExecuteCachedSetters (line 1603) | private void ExecuteCachedSetters() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintSystemExceptions/InteropWin32ApiThunk.cs class NativeMethodsForPrintExceptions (line 22) | internal static class NativeMethodsForPrintExceptions method InvokeFormatMessage (line 24) | [DllImport("Kernel32.dll", EntryPoint="FormatMessageW", FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintSystemExceptions/PrintSystemException.cs class PrinterHResult (line 19) | internal abstract class PrinterHResult method HResultFromWin32 (line 24) | public static method HResultCode (line 38) | public static method HResultFacility (line 50) | public static type Error (line 59) | public enum Error type Facility (line 65) | public enum Facility class PrintSystemException (line 75) | [System.Serializable] method PrintSystemException (line 86) | public method PrintSystemException (line 102) | public method PrintSystemException (line 123) | public method GetObjectData (line 144) | public override method PrintSystemException (line 159) | public method PrintSystemException (line 171) | public method PrintSystemException (line 184) | public method PrintSystemException (line 201) | protected method GetMessageFromResource (line 214) | private static method GetMessageFromResource (line 230) | private static method GetFormattedWin32Error (line 262) | private static method PrintSystemException (line 296) | static class PrintQueueException (line 320) | [System.Serializable] method PrintQueueException (line 330) | public method PrintQueueException (line 346) | public method PrintQueueException (line 366) | public method GetObjectData (line 399) | public override method PrintQueueException (line 414) | public method PrintQueueException (line 428) | public method PrintQueueException (line 443) | public method PrintQueueException (line 462) | protected class PrintServerException (line 483) | [System.Serializable] method PrintServerException (line 493) | public method PrintServerException (line 510) | public method PrintServerException (line 530) | public method GetObjectData (line 563) | public override method PrintServerException (line 579) | public method PrintServerException (line 593) | public method PrintServerException (line 612) | protected class PrintCommitAttributesException (line 633) | [System.Serializable] method PrintCommitAttributesException (line 644) | public method PrintCommitAttributesException (line 662) | public method PrintCommitAttributesException (line 678) | public method GetObjectData (line 714) | public override method PrintCommitAttributesException (line 735) | public method PrintCommitAttributesException (line 751) | public method PrintCommitAttributesException (line 794) | protected class PrintJobException (line 818) | [System.Serializable] method PrintJobException (line 824) | public method PrintJobException (line 839) | public method PrintJobException (line 858) | public method GetObjectData (line 919) | public override method PrintJobException (line 940) | public method PrintJobException (line 969) | public method PrintJobException (line 1004) | public method PrintJobException (line 1031) | public method PrintJobException (line 1048) | protected class PrintingCanceledException (line 1068) | [System.Serializable] method PrintingCanceledException (line 1078) | public method PrintingCanceledException (line 1090) | public method PrintingCanceledException (line 1106) | public method PrintingCanceledException (line 1124) | public method PrintingCanceledException (line 1144) | public method PrintingCanceledException (line 1171) | public method PrintingCanceledException (line 1203) | public method PrintingCanceledException (line 1221) | protected class PrintingNotSupportedException (line 1234) | [System.Serializable] method PrintingNotSupportedException (line 1240) | public PrintingNotSupportedException() method PrintingNotSupportedException (line 1250) | public PrintingNotSupportedException(String message) : base("PrintSyst... method PrintingNotSupportedException (line 1260) | public PrintingNotSupportedException(string message, Exception innerEx... method PrintingNotSupportedException (line 1271) | protected PrintingNotSupportedException( method GetObjectData (line 1290) | public override void GetObjectData( FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Resources/generator/SchemaGen.cs class SchemaGen (line 21) | public class SchemaGen method SchemaGen (line 30) | private SchemaGen() method Main (line 55) | public static void Main(string[] args) method FindElement (line 124) | private static XmlNode FindElement(XmlNode node, string name) method FindAttributeWithDefault (line 144) | private static XmlNode FindAttributeWithDefault(XmlNode node, ArrayLis... method MakeDerived (line 178) | private static bool MakeDerived(string master,string publish,string va... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Resources/generator/SchemaPP.cs class SchemaPP (line 21) | public class SchemaPP method SchemaPP (line 30) | private SchemaPP() method Main (line 55) | public static void Main(string[] args) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/ColorTypeConverter.cs class ColorTypeConverter (line 27) | public class ColorTypeConverter : ExpandableObjectConverter method CanConvertFrom (line 45) | public method CanConvertTo (line 70) | public method ConvertFrom (line 96) | public method ConvertTo (line 134) | public method GetProperties (line 215) | public method IsSupportedType (line 242) | private method SerializeColorContext (line 268) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/Crc32.cs class Crc32 (line 19) | internal sealed class Crc32 method Crc32 (line 26) | public method AddData (line 61) | public method UpdateCRC32 (line 90) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/DrawingContextFlattener.cs class DrawingContextFlattener (line 26) | internal class DrawingContextFlattener method DrawingContextFlattener (line 57) | internal DrawingContextFlattener(IMetroDrawingContext dc, Size pageSiz... method Push (line 68) | public void Push( method Pop (line 133) | public void Pop() method Comment (line 190) | public void Comment(String str) method ReduceBrush (line 209) | private Brush ReduceBrush(Brush brush, Rect bounds) method ReducePen (line 214) | private Pen ReducePen(Pen pen, Rect bounds) method DrawGeometry (line 241) | public void DrawGeometry(Brush brush, Pen pen, Geometry geometry) method DrawImage (line 277) | public void DrawImage(ImageSource image, Rect rectangle) method PerformRasterizationClip (line 315) | private Rect PerformRasterizationClip(Rect visualBounds, Matrix visual... method DrawRasterizedVisual (line 347) | public void DrawRasterizedVisual( method DrawGlyphRun (line 444) | public void DrawGlyphRun(Brush foreground, GlyphRun glyphRun) class GeometryHelper (line 459) | internal static class GeometryHelper method AcceptRadius (line 467) | public static bool method Add (line 488) | public static Point Add(Point a, Point b) method Sub (line 493) | public static Point Sub(Point a, Point b) method DotProduct (line 499) | public static double DotProduct(Point a, Point b) method Determinant (line 504) | public static double Determinant(Point a, Point b) method GetArcAngle (line 521) | public static void method GetBezierDistance (line 633) | public static double method ArcToBezier (line 702) | public static PointCollection ArcToBezier( class DrawingFlattenDrawingContext (line 869) | internal class DrawingFlattenDrawingContext : IMetroDrawingContext method DrawingFlattenDrawingContext (line 883) | public DrawingFlattenDrawingContext(DrawingContext context) method DrawGeometry (line 894) | public void DrawGeometry(Brush brush, Pen pen, Geometry geometry) method DrawImage (line 899) | public void DrawImage(ImageSource image, Rect rectangle) method DrawGlyphRun (line 904) | public void DrawGlyphRun(Brush foreground, GlyphRun glyphRun) method Push (line 909) | public void Push( method Pop (line 955) | public void Pop() method Comment (line 965) | public void Comment(string message) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/FontTypeConverter.cs class FontTypeConverter (line 25) | public class FontTypeConverter : ExpandableObjectConverter method CanConvertFrom (line 43) | public method CanConvertTo (line 68) | public method ConvertFrom (line 94) | public method ConvertTo (line 132) | public method GetProperties (line 204) | public method IsSupportedType (line 231) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/ImageSourceTypeConverter.cs class ImageSourceTypeConverter (line 30) | public class ImageSourceTypeConverter : ExpandableObjectConverter method CanConvertFrom (line 48) | public method CanConvertTo (line 73) | public method ConvertFrom (line 99) | public method ConvertTo (line 138) | public method GetProperties (line 286) | public method IsSupportedType (line 313) | private method CopyImageStream (line 323) | private method ReEncodeImage (line 337) | private method CalculateImageCrc32 (line 376) | private method GetImageMimeType (line 404) | private method GetBitmapSourceFromImageTable (line 431) | private method AddBitmapSourceToImageTables (line 490) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IOpcPartUri.cs type IOpcPartUri (line 19) | [Guid("7D3BABE7-88B2-46BA-85CB-4203CB016C87"), InterfaceType(ComInterfac... method ComparePartUri (line 23) | int ComparePartUri([In] IOpcPartUri partUri); method GetSourceUri (line 25) | IOpcUri GetSourceUri(); method IsRelationshipsPartUri (line 27) | int IsRelationshipsPartUri(); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IOpcUri.cs type IOpcUri (line 19) | [Guid("BC9C1B9B-D62C-49EB-AEF0-3B4E0B28EBED"), InterfaceType(ComInterfac... method CombinePartUri (line 23) | IOpcPartUri CombinePartUri([In] IUri relativeUri); method GetRelationshipsPartUri (line 25) | IOpcPartUri GetRelationshipsPartUri(); method GetRelativeUri (line 27) | IUri GetRelativeUri([In] IOpcPartUri targetPartUri); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IPrintDocumentPackageStatusEvent.cs type IPrintDocumentPackageStatusEvent (line 20) | [Guid("ED90C8AD-5C34-4D05-A1EC-0E8A9B3AD7AF"), TypeLibType(TypeLibTypeFl... method PackageStatusUpdated (line 24) | [DispId(1)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IPrintDocumentPackageTarget.cs type IPrintDocumentPackageTarget (line 20) | [Guid("1B8EFEC4-3019-4C27-964E-367202156906"), InterfaceType(ComInterfac... method GetPackageTargetTypes (line 24) | [MethodImpl(MethodImplOptions.InternalCall)] method GetPackageTarget (line 27) | [MethodImpl(MethodImplOptions.InternalCall)] method Cancel (line 30) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/ISequentialStream.cs type ISequentialStream (line 9) | [Guid("0C733A30-2A1C-11CE-ADE5-00AA0044773D"), InterfaceType(ComInterfac... method RemoteRead (line 13) | [MethodImpl(MethodImplOptions.InternalCall)] method RemoteWrite (line 16) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IUri.cs type IUri (line 19) | [Guid("A39EE748-6A27-4817-A6F2-13914BEF5890"), InterfaceType(ComInterfac... method GetAbsoluteUri (line 23) | void GetAbsoluteUri(out string pbstrAbsoluteUri); method GetAuthority (line 25) | void GetAuthority(out string pbstrAuthority); method GetDisplayUri (line 27) | void GetDisplayUri(out string pbstrDisplayString); method GetDomain (line 29) | void GetDomain(out string pbstrDomain); method GetExtension (line 31) | void GetExtension(out string pbstrExtension); method GetFragment (line 33) | void GetFragment(out string pbstrFragment); method GetHost (line 35) | void GetHost(out string pbstrHost); method GetHostType (line 37) | void GetHostType(out uint pdwHostType); method GetPassword (line 39) | void GetPassword(out string pbstrPassword); method GetPath (line 41) | void GetPath(out string pbstrPath); method GetPathAndQuery (line 43) | void GetPathAndQuery(out string pbstrPathAndQuery); method GetPort (line 45) | void GetPort(out uint pdwPort); method GetProperties (line 47) | void GetProperties(out uint pdwFlags); method GetPropertyBSTR (line 49) | void GetPropertyBSTR([In][ComAliasName("System.Windows.Xps.Serializati... method GetPropertyDWORD (line 51) | void GetPropertyDWORD([In][ComAliasName("System.Windows.Xps.Serializat... method GetPropertyLength (line 53) | void GetPropertyLength([In][ComAliasName("System.Windows.Xps.Serializa... method GetQuery (line 55) | void GetQuery(out string pbstrQuery); method GetRawUri (line 57) | void GetRawUri(out string pbstrRawUri); method GetScheme (line 59) | void GetScheme(out uint pdwScheme); method GetSchemeName (line 61) | void GetSchemeName(out string pbstrSchemeName); method GetUserInfo (line 63) | void GetUserInfo(out string pbstrUserInfo); method GetUserName (line 65) | void GetUserName(out string pbstrUserName); method GetZone (line 67) | void GetZone(out uint pdwZone); method HasProperty (line 69) | void HasProperty([In][ComAliasName("System.Windows.Xps.Serialization.R... method IsEqual (line 71) | void IsEqual([In] IUri pUri, out int pfEqual); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsDocumentPackageTarget.cs type IXpsDocumentPackageTarget (line 20) | [Guid("3B0B6D38-53AD-41DA-B212-D37637A6714E"), InterfaceType(ComInterfac... method GetXpsOMPackageWriter (line 24) | [MethodImpl(MethodImplOptions.InternalCall)] method GetXpsOMFactory (line 28) | [MethodImpl(MethodImplOptions.InternalCall)] method GetXpsType (line 32) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMBrush.cs type IXpsOMBrush (line 19) | [Guid("56A3F80C-EA4C-4187-A57B-A2A473B2B42B"), InterfaceType(ComInterfac... method GetOpacity (line 23) | float GetOpacity(); method SetOpacity (line 25) | void SetOpacity([In] float opacity); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMCanvas.cs type IXpsOMCanvas (line 19) | [Guid("221D1452-331E-47C6-87E9-6CCEFB9B5BA3"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMCanvas Clone(); method GetAccessibilityLongDescription (line 25) | string GetAccessibilityLongDescription(); method GetAccessibilityShortDescription (line 27) | string GetAccessibilityShortDescription(); method GetDictionary (line 29) | IXpsOMDictionary GetDictionary(); method GetDictionaryLocal (line 31) | IXpsOMDictionary GetDictionaryLocal(); method GetDictionaryResource (line 33) | IXpsOMRemoteDictionaryResource GetDictionaryResource(); method GetUseAliasedEdgeMode (line 35) | int GetUseAliasedEdgeMode(); method GetVisuals (line 37) | IXpsOMVisualCollection GetVisuals(); method SetAccessibilityLongDescription (line 39) | void SetAccessibilityLongDescription([In] string longDescription); method SetAccessibilityShortDescription (line 41) | void SetAccessibilityShortDescription([In] string shortDescription); method SetDictionaryLocal (line 43) | void SetDictionaryLocal([In] IXpsOMDictionary resourceDictionary); method SetDictionaryResource (line 45) | void SetDictionaryResource([In] IXpsOMRemoteDictionaryResource remoteD... method SetUseAliasedEdgeMode (line 47) | void SetUseAliasedEdgeMode([In] int useAliasedEdgeMode); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMColorProfileResource.cs type IXpsOMColorProfileResource (line 21) | [Guid("67BD7D69-1EEF-4BB1-B5E7-6F4F87BE8ABE"), InterfaceType(ComInterfac... method GetPartName (line 25) | [MethodImpl(MethodImplOptions.InternalCall)] method SetPartName (line 29) | [MethodImpl(MethodImplOptions.InternalCall)] method GetStream (line 32) | [MethodImpl(MethodImplOptions.InternalCall)] method SetContent (line 36) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMColorProfileResourceCollection.cs type IXpsOMColorProfileResourceCollection (line 20) | [Guid("12759630-5FBA-4283-8F7D-CCA849809EDB"), InterfaceType(ComInterfac... method GetCount (line 24) | [MethodImpl(MethodImplOptions.InternalCall)] method GetAt (line 27) | [MethodImpl(MethodImplOptions.InternalCall)] method InsertAt (line 31) | [MethodImpl(MethodImplOptions.InternalCall)] method RemoveAt (line 34) | [MethodImpl(MethodImplOptions.InternalCall)] method SetAt (line 37) | [MethodImpl(MethodImplOptions.InternalCall)] method Append (line 40) | [MethodImpl(MethodImplOptions.InternalCall)] method GetByPartName (line 43) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMCoreProperties.cs type IXpsOMCoreProperties (line 19) | [Guid("3340FE8F-4027-4AA1-8F5F-D35AE45FE597"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMCoreProperties Clone(); method GetCategory (line 25) | string GetCategory(); method GetContentStatus (line 27) | string GetContentStatus(); method GetContentType (line 29) | string GetContentType(); method GetCreated (line 31) | _SYSTEMTIME GetCreated(); method GetCreator (line 33) | string GetCreator(); method GetDescription (line 35) | string GetDescription(); method GetIdentifier (line 37) | string GetIdentifier(); method GetKeywords (line 39) | string GetKeywords(); method GetLanguage (line 41) | string GetLanguage(); method GetLastModifiedBy (line 43) | string GetLastModifiedBy(); method GetLastPrinted (line 45) | _SYSTEMTIME GetLastPrinted(); method GetModified (line 47) | _SYSTEMTIME GetModified(); method GetOwner (line 49) | IXpsOMPackage GetOwner(); method GetRevision (line 51) | string GetRevision(); method GetSubject (line 53) | string GetSubject(); method GetTitle (line 55) | string GetTitle(); method GetVersion (line 57) | string GetVersion(); method SetCategory (line 59) | void SetCategory([In] string category); method SetContentStatus (line 61) | void SetContentStatus([In] string contentStatus); method SetContentType (line 63) | void SetContentType([In] string contentType); method SetCreated (line 65) | void SetCreated([In] ref _SYSTEMTIME created); method SetCreator (line 67) | void SetCreator([In] string creator); method SetDescription (line 69) | void SetDescription([In] string description); method SetIdentifier (line 71) | void SetIdentifier([In] string identifier); method SetKeywords (line 73) | void SetKeywords([In] string keywords); method SetLanguage (line 75) | void SetLanguage([In] string language); method SetLastModifiedBy (line 77) | void SetLastModifiedBy([In] string lastModifiedBy); method SetLastPrinted (line 79) | void SetLastPrinted([In] ref _SYSTEMTIME lastPrinted); method SetModified (line 81) | void SetModified([In] ref _SYSTEMTIME modified); method SetRevision (line 83) | void SetRevision([In] string revision); method SetSubject (line 85) | void SetSubject([In] string subject); method SetTitle (line 87) | void SetTitle([In] string title); method SetVersion (line 89) | void SetVersion([In] string version); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMDashCollection.cs type IXpsOMDashCollection (line 19) | [Guid("081613F4-74EB-48F2-83B3-37A9CE2D7DC6"), InterfaceType(ComInterfac... method Append (line 23) | void Append([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XP... method GetAt (line 25) | XPS_DASH GetAt([In] uint index); method GetCount (line 27) | uint GetCount(); method InsertAt (line 29) | void InsertAt([In] uint index, [In][ComAliasName("System.Windows.Xps.S... method RemoveAt (line 31) | void RemoveAt([In] uint index); method SetAt (line 33) | void SetAt([In] uint index, [In][ComAliasName("System.Windows.Xps.Seri... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMDictionary.cs type IXpsOMDictionary (line 19) | [Guid("897C86B8-8EAF-4AE3-BDDE-56419FCF4236"), InterfaceType(ComInterfac... method Append (line 23) | void Append([In] string key, [In] IXpsOMShareable entry); method Clone (line 25) | IXpsOMDictionary Clone(); method GetAt (line 27) | IXpsOMShareable GetAt([In] uint index, out string key); method GetByKey (line 29) | IXpsOMShareable GetByKey([In] string key, [In] IXpsOMShareable beforeE... method GetCount (line 31) | uint GetCount(); method GetIndex (line 33) | uint GetIndex([In] IXpsOMShareable entry); method GetOwner (line 35) | object GetOwner(); method InsertAt (line 37) | void InsertAt([In] uint index, [In] string key, [In] IXpsOMShareable e... method RemoveAt (line 39) | void RemoveAt([In] uint index); method SetAt (line 41) | void SetAt([In] uint index, [In] string key, [In] IXpsOMShareable entry); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMDocument.cs type IXpsOMDocument (line 19) | [Guid("2C2C94CB-AC5F-4254-8EE9-23948309D9F0"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMDocument Clone(); method GetDocumentStructureResource (line 25) | IXpsOMDocumentStructureResource GetDocumentStructureResource(); method GetOwner (line 27) | IXpsOMDocumentSequence GetOwner(); method GetPageReferences (line 29) | IXpsOMPageReferenceCollection GetPageReferences(); method GetPrintTicketResource (line 31) | IXpsOMPrintTicketResource GetPrintTicketResource(); method GetSignatureBlockResources (line 33) | IXpsOMSignatureBlockResourceCollection GetSignatureBlockResources(); method SetDocumentStructureResource (line 35) | void SetDocumentStructureResource([In] IXpsOMDocumentStructureResource... method SetPrintTicketResource (line 37) | void SetPrintTicketResource([In] IXpsOMPrintTicketResource printTicket... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMDocumentCollection.cs type IXpsOMDocumentCollection (line 19) | [Guid("D1C87F0D-E947-4754-8A25-971478F7E83E"), InterfaceType(ComInterfac... method Append (line 23) | void Append([In] IXpsOMDocument document); method GetAt (line 25) | IXpsOMDocument GetAt([In] uint index); method GetCount (line 27) | uint GetCount(); method InsertAt (line 29) | void InsertAt([In] uint index, [In] IXpsOMDocument document); method RemoveAt (line 31) | void RemoveAt([In] uint index); method SetAt (line 33) | void SetAt([In] uint index, [In] IXpsOMDocument document); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMDocumentSequence.cs type IXpsOMDocumentSequence (line 19) | [Guid("56492EB4-D8D5-425E-8256-4C2B64AD0264"), InterfaceType(ComInterfac... method GetDocuments (line 23) | IXpsOMDocumentCollection GetDocuments(); method GetOwner (line 25) | IXpsOMPackage GetOwner(); method GetPrintTicketResource (line 27) | IXpsOMPrintTicketResource GetPrintTicketResource(); method SetPrintTicketResource (line 29) | void SetPrintTicketResource([In] IXpsOMPrintTicketResource printTicket... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMDocumentStructureResource.cs type IXpsOMDocumentStructureResource (line 21) | [Guid("85FEBC8A-6B63-48A9-AF07-7064E4ECFF30"), InterfaceType(ComInterfac... method GetPartName (line 25) | [MethodImpl(MethodImplOptions.InternalCall)] method SetPartName (line 29) | [MethodImpl(MethodImplOptions.InternalCall)] method GetOwner (line 32) | [MethodImpl(MethodImplOptions.InternalCall)] method GetStream (line 36) | [MethodImpl(MethodImplOptions.InternalCall)] method SetContent (line 40) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMFontResource.cs type IXpsOMFontResource (line 21) | [Guid("A8C45708-47D9-4AF4-8D20-33B48C9B8485"), InterfaceType(ComInterfac... method GetStream (line 25) | [MethodImpl(MethodImplOptions.InternalCall)] method SetContent (line 29) | [MethodImpl(MethodImplOptions.InternalCall)] method GetEmbeddingOption (line 32) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMFontResourceCollection.cs type IXpsOMFontResourceCollection (line 20) | [Guid("70B4A6BB-88D4-4FA8-AAF9-6D9C596FDBAD"), InterfaceType(ComInterfac... method GetCount (line 24) | [MethodImpl(MethodImplOptions.InternalCall)] method GetAt (line 27) | [MethodImpl(MethodImplOptions.InternalCall)] method SetAt (line 31) | [MethodImpl(MethodImplOptions.InternalCall)] method InsertAt (line 34) | [MethodImpl(MethodImplOptions.InternalCall)] method Append (line 37) | [MethodImpl(MethodImplOptions.InternalCall)] method RemoveAt (line 40) | [MethodImpl(MethodImplOptions.InternalCall)] method GetByPartName (line 43) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMGeometry.cs type IXpsOMGeometry (line 19) | [Guid("64FCF3D7-4D58-44BA-AD73-A13AF6492072"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMGeometry Clone(); method GetFigures (line 25) | IXpsOMGeometryFigureCollection GetFigures(); method GetFillRule (line 27) | XPS_FILL_RULE GetFillRule(); method GetTransform (line 29) | IXpsOMMatrixTransform GetTransform(); method GetTransformLocal (line 31) | IXpsOMMatrixTransform GetTransformLocal(); method GetTransformLookup (line 33) | string GetTransformLookup(); method SetFillRule (line 35) | void SetFillRule([In][ComAliasName("System.Windows.Xps.Serialization.R... method SetTransformLocal (line 37) | void SetTransformLocal([In] IXpsOMMatrixTransform transform); method SetTransformLookup (line 39) | void SetTransformLookup([In] string lookup); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMGeometryFigure.cs type IXpsOMGeometryFigure (line 19) | [Guid("D410DC83-908C-443E-8947-B1795D3C165A"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMGeometryFigure Clone(); method GetIsClosed (line 25) | int GetIsClosed(); method GetIsFilled (line 27) | int GetIsFilled(); method GetOwner (line 29) | IXpsOMGeometry GetOwner(); method GetSegmentCount (line 31) | uint GetSegmentCount(); method GetSegmentData (line 33) | void GetSegmentData([In][Out] ref uint dataCount, [In][Out] ref float ... method GetSegmentDataCount (line 35) | uint GetSegmentDataCount(); method GetSegmentStrokePattern (line 37) | XPS_SEGMENT_STROKE_PATTERN GetSegmentStrokePattern(); method GetSegmentStrokes (line 39) | void GetSegmentStrokes([In][Out] ref uint segmentCount, [In][Out] ref ... method GetSegmentTypes (line 41) | void GetSegmentTypes([In][Out] ref uint segmentCount, [In][Out][ComAli... method GetStartPoint (line 43) | XPS_POINT GetStartPoint(); method SetIsClosed (line 45) | void SetIsClosed([In] int isClosed); method SetIsFilled (line 47) | void SetIsFilled([In] int isFilled); method SetSegments (line 49) | void SetSegments([In] uint segmentCount, [In] uint segmentDataCount, [... method SetStartPoint (line 51) | void SetStartPoint([In][ComAliasName("System.Windows.Xps.Serialization... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMGeometryFigureCollection.cs type IXpsOMGeometryFigureCollection (line 19) | [Guid("FD48C3F3-A58E-4B5A-8826-1DE54ABE72B2"), InterfaceType(ComInterfac... method Append (line 23) | void Append([In] IXpsOMGeometryFigure geometryFigure); method GetAt (line 25) | IXpsOMGeometryFigure GetAt([In] uint index); method GetCount (line 27) | uint GetCount(); method InsertAt (line 29) | void InsertAt([In] uint index, [In] IXpsOMGeometryFigure geometryFigure); method RemoveAt (line 31) | void RemoveAt([In] uint index); method SetAt (line 33) | void SetAt([In] uint index, [In] IXpsOMGeometryFigure geometryFigure); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMGlyphs.cs type IXpsOMGlyphs (line 19) | [Guid("819B3199-0A5A-4B64-BEC7-A9E17E780DE2"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMGlyphs Clone(); method GetBidiLevel (line 25) | uint GetBidiLevel(); method GetDeviceFontName (line 27) | string GetDeviceFontName(); method GetFillBrush (line 29) | IXpsOMBrush GetFillBrush(); method GetFillBrushLocal (line 31) | IXpsOMBrush GetFillBrushLocal(); method GetFillBrushLookup (line 33) | string GetFillBrushLookup(); method GetFontFaceIndex (line 35) | short GetFontFaceIndex(); method GetFontRenderingEmSize (line 37) | float GetFontRenderingEmSize(); method GetFontResource (line 39) | IXpsOMFontResource GetFontResource(); method GetGlyphIndexCount (line 41) | uint GetGlyphIndexCount(); method GetGlyphIndices (line 43) | void GetGlyphIndices([In][Out] ref uint indexCount, [In][Out][ComAlias... method GetGlyphMappingCount (line 45) | uint GetGlyphMappingCount(); method GetGlyphMappings (line 47) | void GetGlyphMappings([In][Out] ref uint glyphMappingCount, [In][Out][... method GetGlyphsEditor (line 49) | IXpsOMGlyphsEditor GetGlyphsEditor(); method GetIsSideways (line 51) | int GetIsSideways(); method GetOrigin (line 53) | XPS_POINT GetOrigin(); method GetProhibitedCaretStopCount (line 55) | uint GetProhibitedCaretStopCount(); method GetProhibitedCaretStops (line 57) | void GetProhibitedCaretStops([In][Out] ref uint prohibitedCaretStopCou... method GetStyleSimulations (line 59) | XPS_STYLE_SIMULATION GetStyleSimulations(); method GetUnicodeString (line 61) | string GetUnicodeString(); method SetFillBrushLocal (line 63) | void SetFillBrushLocal([In] IXpsOMBrush fillBrush); method SetFillBrushLookup (line 65) | void SetFillBrushLookup([In] string key); method SetFontFaceIndex (line 67) | void SetFontFaceIndex([In] short fontFaceIndex); method SetFontRenderingEmSize (line 69) | void SetFontRenderingEmSize([In] float fontRenderingEmSize); method SetFontResource (line 71) | void SetFontResource([In] IXpsOMFontResource fontResource); method SetOrigin (line 73) | void SetOrigin([In][ComAliasName("System.Windows.Xps.Serialization.RCW... method SetStyleSimulations (line 75) | void SetStyleSimulations([In][ComAliasName("System.Windows.Xps.Seriali... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMGlyphsEditor.cs type IXpsOMGlyphsEditor (line 19) | [Guid("A5AB8616-5B16-4B9F-9629-89B323ED7909"), InterfaceType(ComInterfac... method ApplyEdits (line 23) | void ApplyEdits(); method GetBidiLevel (line 25) | uint GetBidiLevel(); method GetDeviceFontName (line 27) | string GetDeviceFontName(); method GetGlyphIndexCount (line 29) | uint GetGlyphIndexCount(); method GetGlyphIndices (line 31) | void GetGlyphIndices([In][Out] ref uint indexCount, [ComAliasName("Sys... method GetGlyphMappingCount (line 33) | uint GetGlyphMappingCount(); method GetGlyphMappings (line 35) | void GetGlyphMappings([In][Out] ref uint glyphMappingCount, [ComAliasN... method GetIsSideways (line 37) | int GetIsSideways(); method GetProhibitedCaretStopCount (line 39) | uint GetProhibitedCaretStopCount(); method GetProhibitedCaretStops (line 41) | void GetProhibitedCaretStops([In][Out] ref uint count, out uint prohib... method GetUnicodeString (line 43) | string GetUnicodeString(); method SetBidiLevel (line 45) | void SetBidiLevel([In] uint bidiLevel); method SetDeviceFontName (line 47) | void SetDeviceFontName([In] string deviceFontName); method SetGlyphIndices (line 49) | void SetGlyphIndices([In] uint indexCount, [In][ComAliasName("System.W... method SetGlyphMappings (line 51) | void SetGlyphMappings([In] uint glyphMappingCount, [In][ComAliasName("... method SetIsSideways (line 53) | void SetIsSideways([In] int isSideways); method SetProhibitedCaretStops (line 55) | void SetProhibitedCaretStops([In] uint count, [In] ref uint prohibited... method SetUnicodeString (line 57) | void SetUnicodeString([In] string unicodeString); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMGradientBrush.cs type IXpsOMGradientBrush (line 19) | [Guid("EDB59622-61A2-42C3-BACE-ACF2286C06BF"), InterfaceType(ComInterfac... method GetColorInterpolationMode (line 23) | XPS_COLOR_INTERPOLATION GetColorInterpolationMode(); method GetGradientStops (line 25) | IXpsOMGradientStopCollection GetGradientStops(); method GetSpreadMethod (line 27) | XPS_SPREAD_METHOD GetSpreadMethod(); method GetTransform (line 29) | IXpsOMMatrixTransform GetTransform(); method GetTransformLocal (line 31) | IXpsOMMatrixTransform GetTransformLocal(); method GetTransformLookup (line 33) | string GetTransformLookup(); method SetColorInterpolationMode (line 35) | void SetColorInterpolationMode([In][ComAliasName("System.Windows.Xps.S... method SetSpreadMethod (line 37) | void SetSpreadMethod([In][ComAliasName("System.Windows.Xps.Serializati... method SetTransformLocal (line 39) | void SetTransformLocal([In] IXpsOMMatrixTransform transform); method SetTransformLookup (line 41) | void SetTransformLookup([In] string key); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMGradientStop.cs type IXpsOMGradientStop (line 19) | [Guid("5CF4F5CC-3969-49B5-A70A-5550B618FE49"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMGradientStop Clone(); method GetColor (line 25) | IXpsOMColorProfileResource GetColor([ComAliasName("System.Windows.Xps.... method GetOffset (line 27) | float GetOffset(); method GetOwner (line 29) | IXpsOMGradientBrush GetOwner(); method SetColor (line 31) | void SetColor([In][ComAliasName("System.Windows.Xps.Serialization.RCW.... method SetOffset (line 33) | void SetOffset([In] float offset); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMGradientStopCollection.cs type IXpsOMGradientStopCollection (line 19) | [Guid("C9174C3A-3CD3-4319-BDA4-11A39392CEEF"), InterfaceType(ComInterfac... method Append (line 23) | void Append([In] IXpsOMGradientStop stop); method GetAt (line 25) | IXpsOMGradientStop GetAt([In] uint index); method GetCount (line 27) | uint GetCount(); method InsertAt (line 29) | void InsertAt([In] uint index, [In] IXpsOMGradientStop stop); method RemoveAt (line 31) | void RemoveAt([In] uint index); method SetAt (line 33) | void SetAt([In] uint index, [In] IXpsOMGradientStop stop); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMImageBrush.cs type IXpsOMImageBrush (line 19) | [Guid("3DF0B466-D382-49EF-8550-DD94C80242E4"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMImageBrush Clone(); method GetColorProfileResource (line 25) | IXpsOMColorProfileResource GetColorProfileResource(); method GetImageResource (line 27) | IXpsOMImageResource GetImageResource(); method SetColorProfileResource (line 29) | void SetColorProfileResource([In] IXpsOMColorProfileResource colorProf... method SetImageResource (line 31) | void SetImageResource([In] IXpsOMImageResource imageResource); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMImageResource.cs type IXpsOMImageResource (line 21) | [Guid("3DB8417D-AE50-485E-9A44-D7758F78A23F"), InterfaceType(ComInterfac... method GetStream (line 25) | [MethodImpl(MethodImplOptions.InternalCall)] method SetContent (line 29) | [MethodImpl(MethodImplOptions.InternalCall)] method GetImageType (line 32) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMImageResourceCollection.cs type IXpsOMImageResourceCollection (line 20) | [Guid("7A4A1A71-9CDE-4B71-B33F-62DE843EABFE"), InterfaceType(ComInterfac... method GetCount (line 24) | [MethodImpl(MethodImplOptions.InternalCall)] method GetAt (line 27) | [MethodImpl(MethodImplOptions.InternalCall)] method InsertAt (line 31) | [MethodImpl(MethodImplOptions.InternalCall)] method RemoveAt (line 34) | [MethodImpl(MethodImplOptions.InternalCall)] method SetAt (line 37) | [MethodImpl(MethodImplOptions.InternalCall)] method Append (line 40) | [MethodImpl(MethodImplOptions.InternalCall)] method GetByPartName (line 43) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMLinearGradientBrush.cs type IXpsOMLinearGradientBrush (line 19) | [Guid("005E279F-C30D-40FF-93EC-1950D3C528DB"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMLinearGradientBrush Clone(); method GetEndPoint (line 25) | XPS_POINT GetEndPoint(); method GetStartPoint (line 27) | XPS_POINT GetStartPoint(); method SetEndPoint (line 29) | void SetEndPoint([In][ComAliasName("System.Windows.Xps.Serialization.R... method SetStartPoint (line 31) | void SetStartPoint([In][ComAliasName("System.Windows.Xps.Serialization... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMMatrixTransform.cs type IXpsOMMatrixTransform (line 19) | [Guid("B77330FF-BB37-4501-A93E-F1B1E50BFC46"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMMatrixTransform Clone(); method GetMatrix (line 25) | XPS_MATRIX GetMatrix(); method SetMatrix (line 27) | void SetMatrix([In][ComAliasName("System.Windows.Xps.Serialization.RCW... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMNameCollection.cs type IXpsOMNameCollection (line 19) | [Guid("4BDDF8EC-C915-421B-A166-D173D25653D2"), InterfaceType(ComInterfac... method GetAt (line 23) | string GetAt([In] uint index); method GetCount (line 25) | uint GetCount(); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMObjectFactory.cs type IXpsOMObjectFactory (line 21) | [Guid("F9B2A685-A50D-4FC2-B764-B56E093EA0CA"), InterfaceType(ComInterfac... method CreatePackage (line 25) | [MethodImpl(MethodImplOptions.InternalCall)] method CreatePackageFromFile (line 29) | [MethodImpl(MethodImplOptions.InternalCall)] method CreatePackageFromStream (line 33) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateStoryFragmentsResource (line 37) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateDocumentStructureResource (line 41) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateSignatureBlockResource (line 45) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateRemoteDictionaryResource (line 49) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateRemoteDictionaryResourceFromStream (line 53) | [MethodImpl(MethodImplOptions.InternalCall)] method CreatePartResources (line 57) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateDocumentSequence (line 61) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateDocument (line 65) | [MethodImpl(MethodImplOptions.InternalCall)] method CreatePageReference (line 69) | [MethodImpl(MethodImplOptions.InternalCall)] method CreatePage (line 73) | [MethodImpl(MethodImplOptions.InternalCall)] method CreatePageFromStream (line 77) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateCanvas (line 81) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateGlyphs (line 85) | [MethodImpl(MethodImplOptions.InternalCall)] method CreatePath (line 89) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateGeometry (line 93) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateGeometryFigure (line 97) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateMatrixTransform (line 101) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateSolidColorBrush (line 105) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateColorProfileResource (line 109) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateImageBrush (line 113) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateVisualBrush (line 117) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateImageResource (line 121) | [MethodImpl(MethodImplOptions.InternalCall)] method CreatePrintTicketResource (line 125) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateFontResource (line 129) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateGradientStop (line 133) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateLinearGradientBrush (line 137) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateRadialGradientBrush (line 141) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateCoreProperties (line 145) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateDictionary (line 149) | [MethodImpl(MethodImplOptions.InternalCall)] method CreatePartUriCollection (line 153) | [MethodImpl(MethodImplOptions.InternalCall)] method CreatePackageWriterOnFile (line 157) | [MethodImpl(MethodImplOptions.InternalCall)] method CreatePackageWriterOnStream (line 161) | [MethodImpl(MethodImplOptions.InternalCall)] method CreatePartUri (line 165) | [MethodImpl(MethodImplOptions.InternalCall)] method CreateReadOnlyStreamOnFile (line 169) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMPackage.cs type IXpsOMPackage (line 19) | [Guid("18C3DF65-81E1-4674-91DC-FC452F5A416F"), InterfaceType(ComInterfac... method GetCoreProperties (line 23) | IXpsOMCoreProperties GetCoreProperties(); method GetDiscardControlPartName (line 25) | IOpcPartUri GetDiscardControlPartName(); method GetDocumentSequence (line 27) | IXpsOMDocumentSequence GetDocumentSequence(); method GetThumbnailResource (line 29) | IXpsOMImageResource GetThumbnailResource(); method SetCoreProperties (line 31) | void SetCoreProperties([In] IXpsOMCoreProperties coreProperties); method SetDiscardControlPartName (line 33) | void SetDiscardControlPartName([In] IOpcPartUri discardControlPartUri); method SetDocumentSequence (line 35) | void SetDocumentSequence([In] IXpsOMDocumentSequence documentSequence); method SetThumbnailResource (line 37) | void SetThumbnailResource([In] IXpsOMImageResource imageResource); method WriteToFile (line 39) | void WriteToFile([In] string fileName, [In] ref _SECURITY_ATTRIBUTES s... method WriteToStream (line 41) | void WriteToStream([In] ISequentialStream stream, [In] int optimizeMar... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMPackageWriter.cs type IXpsOMPackageWriter (line 20) | [Guid("4E2AA182-A443-42C6-B41B-4F8E9DE73FF9")] method StartNewDocument (line 25) | [MethodImpl(MethodImplOptions.InternalCall)] method AddPage (line 28) | [MethodImpl(MethodImplOptions.InternalCall)] method AddResource (line 31) | [MethodImpl(MethodImplOptions.InternalCall)] method Close (line 34) | [MethodImpl(MethodImplOptions.InternalCall)] method isClosed (line 37) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMPage.cs type IXpsOMPage (line 20) | [Guid("D3E18888-F120-4FEE-8C68-35296EAE91D4"), InterfaceType(ComInterfac... method GetPartName (line 24) | [MethodImpl(MethodImplOptions.InternalCall)] method SetPartName (line 28) | [MethodImpl(MethodImplOptions.InternalCall)] method GetOwner (line 31) | [MethodImpl(MethodImplOptions.InternalCall)] method GetVisuals (line 35) | [MethodImpl(MethodImplOptions.InternalCall)] method GetPageDimensions (line 39) | [MethodImpl(MethodImplOptions.InternalCall)] method SetPageDimensions (line 43) | [MethodImpl(MethodImplOptions.InternalCall)] method GetContentBox (line 46) | [MethodImpl(MethodImplOptions.InternalCall)] method SetContentBox (line 50) | [MethodImpl(MethodImplOptions.InternalCall)] method GetBleedBox (line 53) | [MethodImpl(MethodImplOptions.InternalCall)] method SetBleedBox (line 57) | [MethodImpl(MethodImplOptions.InternalCall)] method GetLanguage (line 60) | [MethodImpl(MethodImplOptions.InternalCall)] method SetLanguage (line 64) | [MethodImpl(MethodImplOptions.InternalCall)] method GetName (line 67) | [MethodImpl(MethodImplOptions.InternalCall)] method SetName (line 71) | [MethodImpl(MethodImplOptions.InternalCall)] method GetIsHyperlinkTarget (line 74) | [MethodImpl(MethodImplOptions.InternalCall)] method SetIsHyperlinkTarget (line 77) | [MethodImpl(MethodImplOptions.InternalCall)] method GetDictionary (line 80) | [MethodImpl(MethodImplOptions.InternalCall)] method GetDictionaryLocal (line 84) | [MethodImpl(MethodImplOptions.InternalCall)] method SetDictionaryLocal (line 88) | [MethodImpl(MethodImplOptions.InternalCall)] method GetDictionaryResource (line 91) | [MethodImpl(MethodImplOptions.InternalCall)] method SetDictionaryResource (line 95) | [MethodImpl(MethodImplOptions.InternalCall)] method Write (line 98) | [MethodImpl(MethodImplOptions.InternalCall)] method GenerateUnusedLookupKey (line 101) | [MethodImpl(MethodImplOptions.InternalCall)] method Clone (line 105) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMPageReference.cs type IXpsOMPageReference (line 19) | [Guid("ED360180-6F92-4998-890D-2F208531A0A0"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMPageReference Clone(); method CollectLinkTargets (line 25) | IXpsOMNameCollection CollectLinkTargets(); method CollectPartResources (line 27) | IXpsOMPartResources CollectPartResources(); method DiscardPage (line 29) | void DiscardPage(); method GetAdvisoryPageDimensions (line 31) | XPS_SIZE GetAdvisoryPageDimensions(); method GetOwner (line 33) | IXpsOMDocument GetOwner(); method GetPage (line 35) | IXpsOMPage GetPage(); method GetPrintTicketResource (line 37) | IXpsOMPrintTicketResource GetPrintTicketResource(); method GetStoryFragmentsResource (line 39) | IXpsOMStoryFragmentsResource GetStoryFragmentsResource(); method GetThumbnailResource (line 41) | IXpsOMImageResource GetThumbnailResource(); method HasRestrictedFonts (line 43) | int HasRestrictedFonts(); method IsPageLoaded (line 45) | int IsPageLoaded(); method SetAdvisoryPageDimensions (line 47) | void SetAdvisoryPageDimensions([In][ComAliasName("System.Windows.Xps.S... method SetPage (line 49) | void SetPage([In] IXpsOMPage page); method SetPrintTicketResource (line 51) | void SetPrintTicketResource([In] IXpsOMPrintTicketResource printTicket... method SetStoryFragmentsResource (line 53) | void SetStoryFragmentsResource([In] IXpsOMStoryFragmentsResource story... method SetThumbnailResource (line 55) | void SetThumbnailResource([In] IXpsOMImageResource imageResource); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMPageReferenceCollection.cs type IXpsOMPageReferenceCollection (line 19) | [Guid("CA16BA4D-E7B9-45C5-958B-F98022473745"), InterfaceType(ComInterfac... method Append (line 23) | void Append([In] IXpsOMPageReference pageReference); method GetAt (line 25) | IXpsOMPageReference GetAt([In] uint index); method GetCount (line 27) | uint GetCount(); method InsertAt (line 29) | void InsertAt([In] uint index, [In] IXpsOMPageReference pageReference); method RemoveAt (line 31) | void RemoveAt([In] uint index); method SetAt (line 33) | void SetAt([In] uint index, [In] IXpsOMPageReference pageReference); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMPart.cs type IXpsOMPart (line 20) | [Guid("74EB2F0B-A91E-4486-AFAC-0FABECA3DFC6"), InterfaceType(ComInterfac... method GetPartName (line 24) | [MethodImpl(MethodImplOptions.InternalCall)] method SetPartName (line 28) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMPartResources.cs type IXpsOMPartResources (line 20) | [Guid("F4CF7729-4864-4275-99B3-A8717163ECAF"), InterfaceType(ComInterfac... method GetFontResources (line 24) | [MethodImpl(MethodImplOptions.InternalCall)] method GetImageResources (line 28) | [MethodImpl(MethodImplOptions.InternalCall)] method GetColorProfileResources (line 32) | [MethodImpl(MethodImplOptions.InternalCall)] method GetRemoteDictionaryResources (line 36) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMPartUriCollection.cs type IXpsOMPartUriCollection (line 19) | [Guid("57C650D4-067C-4893-8C33-F62A0633730F"), InterfaceType(ComInterfac... method GetCount (line 23) | uint GetCount(); method GetAt (line 25) | IOpcPartUri GetAt([In] uint index); method InsertAt (line 27) | void InsertAt([In] uint index, [In] IOpcPartUri partUri); method RemoveAt (line 29) | void RemoveAt([In] uint index); method SetAt (line 31) | void SetAt([In] uint index, [In] IOpcPartUri partUri); method Append (line 33) | void Append([In] IOpcPartUri partUri); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMPath.cs type IXpsOMPath (line 19) | [Guid("37D38BB6-3EE9-4110-9312-14B194163337"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMPath Clone(); method GetAccessibilityLongDescription (line 25) | string GetAccessibilityLongDescription(); method GetAccessibilityShortDescription (line 27) | string GetAccessibilityShortDescription(); method GetFillBrush (line 29) | IXpsOMBrush GetFillBrush(); method GetFillBrushLocal (line 31) | IXpsOMBrush GetFillBrushLocal(); method GetFillBrushLookup (line 33) | string GetFillBrushLookup(); method GetGeometry (line 35) | IXpsOMGeometry GetGeometry(); method GetGeometryLocal (line 37) | IXpsOMGeometry GetGeometryLocal(); method GetGeometryLookup (line 39) | string GetGeometryLookup(); method GetSnapsToPixels (line 41) | int GetSnapsToPixels(); method GetStrokeBrush (line 43) | IXpsOMBrush GetStrokeBrush(); method GetStrokeBrushLocal (line 45) | IXpsOMBrush GetStrokeBrushLocal(); method GetStrokeBrushLookup (line 47) | string GetStrokeBrushLookup(); method GetStrokeDashCap (line 49) | XPS_DASH_CAP GetStrokeDashCap(); method GetStrokeDashes (line 51) | IXpsOMDashCollection GetStrokeDashes(); method GetStrokeDashOffset (line 53) | float GetStrokeDashOffset(); method GetStrokeEndLineCap (line 55) | XPS_LINE_CAP GetStrokeEndLineCap(); method GetStrokeLineJoin (line 57) | XPS_LINE_JOIN GetStrokeLineJoin(); method GetStrokeMiterLimit (line 59) | float GetStrokeMiterLimit(); method GetStrokeStartLineCap (line 61) | XPS_LINE_CAP GetStrokeStartLineCap(); method GetStrokeThickness (line 63) | float GetStrokeThickness(); method SetAccessibilityLongDescription (line 65) | void SetAccessibilityLongDescription([In] string longDescription); method SetAccessibilityShortDescription (line 67) | void SetAccessibilityShortDescription([In] string shortDescription); method SetFillBrushLocal (line 69) | void SetFillBrushLocal([In] IXpsOMBrush brush); method SetFillBrushLookup (line 71) | void SetFillBrushLookup([In] string lookup); method SetGeometryLocal (line 73) | void SetGeometryLocal([In] IXpsOMGeometry geometry); method SetGeometryLookup (line 75) | void SetGeometryLookup([In] string lookup); method SetSnapsToPixels (line 77) | void SetSnapsToPixels([In] int snapsToPixels); method SetStrokeBrushLocal (line 79) | void SetStrokeBrushLocal([In] IXpsOMBrush brush); method SetStrokeBrushLookup (line 81) | void SetStrokeBrushLookup([In] string lookup); method SetStrokeDashCap (line 83) | void SetStrokeDashCap([In][ComAliasName("System.Windows.Xps.Serializat... method SetStrokeDashOffset (line 85) | void SetStrokeDashOffset([In] float strokeDashOffset); method SetStrokeEndLineCap (line 87) | void SetStrokeEndLineCap([In][ComAliasName("System.Windows.Xps.Seriali... method SetStrokeLineJoin (line 89) | void SetStrokeLineJoin([In][ComAliasName("System.Windows.Xps.Serializa... method SetStrokeMiterLimit (line 91) | void SetStrokeMiterLimit([In] float strokeMiterLimit); method SetStrokeStartLineCap (line 93) | void SetStrokeStartLineCap([In][ComAliasName("System.Windows.Xps.Seria... method SetStrokeThickness (line 95) | void SetStrokeThickness([In] float strokeThickness); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMPrintTicketResource.cs type IXpsOMPrintTicketResource (line 21) | [Guid("E7FF32D2-34AA-499B-BBE9-9CD4EE6C59F7"), InterfaceType(ComInterfac... method GetPartName (line 26) | [MethodImpl(MethodImplOptions.InternalCall)] method SetPartName (line 30) | [MethodImpl(MethodImplOptions.InternalCall)] method GetStream (line 33) | [MethodImpl(MethodImplOptions.InternalCall)] method SetContent (line 37) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMRadialGradientBrush.cs type IXpsOMRadialGradientBrush (line 19) | [Guid("75F207E5-08BF-413C-96B1-B82B4064176B"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMRadialGradientBrush Clone(); method GetCenter (line 25) | XPS_POINT GetCenter(); method GetGradientOrigin (line 27) | XPS_POINT GetGradientOrigin(); method GetRadiiSizes (line 29) | XPS_SIZE GetRadiiSizes(); method SetCenter (line 31) | void SetCenter([In][ComAliasName("System.Windows.Xps.Serialization.RCW... method SetGradientOrigin (line 33) | void SetGradientOrigin([In][ComAliasName("System.Windows.Xps.Serializa... method SetRadiiSizes (line 35) | void SetRadiiSizes([In][ComAliasName("System.Windows.Xps.Serialization... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMRemoteDictionaryResource.cs type IXpsOMRemoteDictionaryResource (line 19) | [Guid("C9BD7CD4-E16A-4BF8-8C84-C950AF7A3061"), InterfaceType(ComInterfac... method GetDictionary (line 23) | IXpsOMDictionary GetDictionary(); method SetDictionary (line 25) | void SetDictionary([In] IXpsOMDictionary dictionary); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMRemoteDictionaryResourceCollection.cs type IXpsOMRemoteDictionaryResourceCollection (line 19) | [Guid("5C38DB61-7FEC-464A-87BD-41E3BEF018BE"), InterfaceType(ComInterfac... method Append (line 23) | void Append([In] IXpsOMRemoteDictionaryResource @object); method GetAt (line 25) | IXpsOMRemoteDictionaryResource GetAt([In] uint index); method GetByPartName (line 27) | IXpsOMRemoteDictionaryResource GetByPartName([In] IOpcPartUri partName); method GetCount (line 29) | uint GetCount(); method InsertAt (line 31) | void InsertAt([In] uint index, [In] IXpsOMRemoteDictionaryResource @ob... method RemoveAt (line 33) | void RemoveAt([In] uint index); method SetAt (line 35) | void SetAt([In] uint index, [In] IXpsOMRemoteDictionaryResource @object); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMResource.cs type IXpsOMResource (line 19) | [Guid("DA2AC0A2-73A2-4975-AD14-74097C3FF3A5"), InterfaceType(ComInterfac... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMShareable.cs type IXpsOMShareable (line 19) | [Guid("7137398F-2FC1-454D-8C6A-2C3115A16ECE"), InterfaceType(ComInterfac... method GetOwner (line 23) | object GetOwner(); method GetType (line 25) | XPS_OBJECT_TYPE GetType(); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMSignatureBlockResource.cs type IXpsOMSignatureBlockResource (line 21) | [Guid("4776AD35-2E04-4357-8743-EBF6C171A905"), InterfaceType(ComInterfac... method GetPartName (line 25) | [MethodImpl(MethodImplOptions.InternalCall)] method SetPartName (line 29) | [MethodImpl(MethodImplOptions.InternalCall)] method GetOwner (line 32) | [MethodImpl(MethodImplOptions.InternalCall)] method GetStream (line 36) | [MethodImpl(MethodImplOptions.InternalCall)] method SetContent (line 40) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMSignatureBlockResourceCollection.cs type IXpsOMSignatureBlockResourceCollection (line 19) | [Guid("AB8F5D8E-351B-4D33-AAED-FA56F0022931"), InterfaceType(ComInterfac... method Append (line 23) | void Append([In] IXpsOMSignatureBlockResource signatureBlockResource); method GetAt (line 25) | IXpsOMSignatureBlockResource GetAt([In] uint index); method GetByPartName (line 27) | IXpsOMSignatureBlockResource GetByPartName([In] IOpcPartUri partName); method GetCount (line 29) | uint GetCount(); method InsertAt (line 31) | void InsertAt([In] uint index, [In] IXpsOMSignatureBlockResource signa... method RemoveAt (line 33) | void RemoveAt([In] uint index); method SetAt (line 35) | void SetAt([In] uint index, [In] IXpsOMSignatureBlockResource signatur... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMSolidColorBrush.cs type IXpsOMSolidColorBrush (line 19) | [Guid("A06F9F05-3BE9-4763-98A8-094FC672E488"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMSolidColorBrush Clone(); method GetColor (line 25) | IXpsOMColorProfileResource GetColor([ComAliasName("System.Windows.Xps.... method SetColor (line 27) | void SetColor([In][ComAliasName("System.Windows.Xps.Serialization.RCW.... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMStoryFragmentsResource.cs type IXpsOMStoryFragmentsResource (line 21) | [Guid("C2B3CA09-0473-4282-87AE-1780863223F0"), InterfaceType(ComInterfac... method GetPartName (line 25) | [MethodImpl(MethodImplOptions.InternalCall)] method SetPartName (line 29) | [MethodImpl(MethodImplOptions.InternalCall)] method GetOwner (line 32) | [MethodImpl(MethodImplOptions.InternalCall)] method GetStream (line 36) | [MethodImpl(MethodImplOptions.InternalCall)] method SetContent (line 40) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMThumbnailGenerator.cs type IXpsOMThumbnailGenerator (line 19) | [Guid("15B873D5-1971-41E8-83A3-6578403064C7"), InterfaceType(ComInterfac... method GenerateThumbnail (line 23) | IXpsOMImageResource GenerateThumbnail([In] IXpsOMPage page, [In][ComAl... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMTileBrush.cs type IXpsOMTileBrush (line 19) | [Guid("0FC2328D-D722-4A54-B2EC-BE90218A789E"), InterfaceType(ComInterfac... method GetTileMode (line 24) | XPS_TILE_MODE GetTileMode(); method GetTransform (line 26) | IXpsOMMatrixTransform GetTransform(); method GetTransformLocal (line 28) | IXpsOMMatrixTransform GetTransformLocal(); method GetTransformLookup (line 30) | string GetTransformLookup(); method GetViewbox (line 32) | XPS_RECT GetViewbox(); method GetViewport (line 34) | XPS_RECT GetViewport(); method SetTileMode (line 36) | void SetTileMode([In][ComAliasName("System.Windows.Xps.Serialization.R... method SetTransformLocal (line 38) | void SetTransformLocal([In] IXpsOMMatrixTransform transform); method SetTransformLookup (line 40) | void SetTransformLookup([In] string key); method SetViewbox (line 42) | void SetViewbox([In][ComAliasName("System.Windows.Xps.Serialization.RC... method SetViewport (line 44) | void SetViewport([In][ComAliasName("System.Windows.Xps.Serialization.R... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMVisual.cs type IXpsOMVisual (line 20) | [Guid("BC3E7333-FB0B-4AF3-A819-0B4EAAD0D2FD"), InterfaceType(ComInterfac... method GetOwner (line 24) | [MethodImpl(MethodImplOptions.InternalCall)] method GetType (line 28) | [MethodImpl(MethodImplOptions.InternalCall)] method GetTransform (line 32) | [MethodImpl(MethodImplOptions.InternalCall)] method GetTransformLocal (line 36) | [MethodImpl(MethodImplOptions.InternalCall)] method SetTransformLocal (line 40) | [MethodImpl(MethodImplOptions.InternalCall)] method GetTransformLookup (line 43) | [MethodImpl(MethodImplOptions.InternalCall)] method SetTransformLookup (line 47) | [MethodImpl(MethodImplOptions.InternalCall)] method GetClipGeometry (line 50) | [MethodImpl(MethodImplOptions.InternalCall)] method GetClipGeometryLocal (line 54) | [MethodImpl(MethodImplOptions.InternalCall)] method SetClipGeometryLocal (line 58) | [MethodImpl(MethodImplOptions.InternalCall)] method GetClipGeometryLookup (line 61) | [MethodImpl(MethodImplOptions.InternalCall)] method SetClipGeometryLookup (line 65) | [MethodImpl(MethodImplOptions.InternalCall)] method GetOpacity (line 68) | [MethodImpl(MethodImplOptions.InternalCall)] method SetOpacity (line 71) | [MethodImpl(MethodImplOptions.InternalCall)] method GetOpacityMaskBrush (line 74) | [MethodImpl(MethodImplOptions.InternalCall)] method GetOpacityMaskBrushLocal (line 78) | [MethodImpl(MethodImplOptions.InternalCall)] method SetOpacityMaskBrushLocal (line 82) | [MethodImpl(MethodImplOptions.InternalCall)] method GetOpacityMaskBrushLookup (line 85) | [MethodImpl(MethodImplOptions.InternalCall)] method SetOpacityMaskBrushLookup (line 89) | [MethodImpl(MethodImplOptions.InternalCall)] method GetName (line 92) | [MethodImpl(MethodImplOptions.InternalCall)] method SetName (line 96) | [MethodImpl(MethodImplOptions.InternalCall)] method GetIsHyperlinkTarget (line 99) | [MethodImpl(MethodImplOptions.InternalCall)] method SetIsHyperlinkTarget (line 102) | [MethodImpl(MethodImplOptions.InternalCall)] method GetHyperlinkNavigateUri (line 105) | [MethodImpl(MethodImplOptions.InternalCall)] method SetHyperlinkNavigateUri (line 109) | [MethodImpl(MethodImplOptions.InternalCall)] method GetLanguage (line 112) | [MethodImpl(MethodImplOptions.InternalCall)] method SetLanguage (line 116) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMVisualBrush.cs type IXpsOMVisualBrush (line 19) | [Guid("97E294AF-5B37-46B4-8057-874D2F64119B"), InterfaceType(ComInterfac... method Clone (line 23) | IXpsOMVisualBrush Clone(); method GetVisual (line 25) | IXpsOMVisual GetVisual(); method GetVisualLocal (line 27) | IXpsOMVisual GetVisualLocal(); method GetVisualLookup (line 29) | string GetVisualLookup(); method SetVisualLocal (line 31) | void SetVisualLocal([In] IXpsOMVisual visual); method SetVisualLookup (line 33) | void SetVisualLookup([In] string lookup); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/IXpsOMVisualCollection.cs type IXpsOMVisualCollection (line 20) | [Guid("94D8ABDE-AB91-46A8-82B7-F5B05EF01A96"), InterfaceType(ComInterfac... method GetCount (line 24) | [MethodImpl(MethodImplOptions.InternalCall)] method GetAt (line 27) | [MethodImpl(MethodImplOptions.InternalCall)] method InsertAt (line 31) | [MethodImpl(MethodImplOptions.InternalCall)] method RemoveAt (line 34) | [MethodImpl(MethodImplOptions.InternalCall)] method SetAt (line 37) | [MethodImpl(MethodImplOptions.InternalCall)] method Append (line 40) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/PrintDocumentPackageCompletion.cs type PrintDocumentPackageCompletion (line 6) | internal enum PrintDocumentPackageCompletion FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/PrintDocumentPackageStatus.cs type PrintDocumentPackageStatus (line 8) | [StructLayout(LayoutKind.Sequential, Pack = 4)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/PrintDocumentPackageStatusProvider.cs class PrintDocumentPackageStatusProvider (line 9) | internal class PrintDocumentPackageStatusProvider : IPrintDocumentPackag... method PrintDocumentPackageStatusProvider (line 11) | public PrintDocumentPackageStatusProvider(IPrintDocumentPackageTarget ... method PackageStatusUpdated (line 38) | public void PackageStatusUpdated(ref PrintDocumentPackageStatus packag... method UnAdvise (line 48) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/Uri_PROPERTY.cs type Uri_PROPERTY (line 17) | internal enum Uri_PROPERTY FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_COLOR.cs type XPS_COLOR (line 19) | [StructLayout(LayoutKind.Sequential, Pack = 4)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_COLOR_INTERPOLATION.cs type XPS_COLOR_INTERPOLATION (line 17) | internal enum XPS_COLOR_INTERPOLATION FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_COLOR_TYPE.cs type XPS_COLOR_TYPE (line 17) | internal enum XPS_COLOR_TYPE FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_COLOR_TYPE_UNION.cs type XPS_COLOR_TYPE_UNION (line 19) | [ComConversionLoss] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_DASH.cs type XPS_DASH (line 17) | internal struct XPS_DASH FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_DASH_CAP.cs type XPS_DASH_CAP (line 17) | internal enum XPS_DASH_CAP FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_DOCUMENT_TYPE.cs type XPS_DOCUMENT_TYPE (line 17) | internal enum XPS_DOCUMENT_TYPE FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_FILL_RULE.cs type XPS_FILL_RULE (line 17) | internal enum XPS_FILL_RULE FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_FONT_EMBEDDING.cs type XPS_FONT_EMBEDDING (line 17) | internal enum XPS_FONT_EMBEDDING FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_GLYPH_INDEX.cs type XPS_GLYPH_INDEX (line 17) | internal struct XPS_GLYPH_INDEX FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_GLYPH_MAPPING.cs type XPS_GLYPH_MAPPING (line 17) | internal struct XPS_GLYPH_MAPPING FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_IMAGE_TYPE.cs type XPS_IMAGE_TYPE (line 17) | internal enum XPS_IMAGE_TYPE FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_INTERLEAVING.cs type XPS_INTERLEAVING (line 17) | internal enum XPS_INTERLEAVING FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_LINE_CAP.cs type XPS_LINE_CAP (line 17) | internal enum XPS_LINE_CAP FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_LINE_JOIN.cs type XPS_LINE_JOIN (line 17) | internal enum XPS_LINE_JOIN FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_MATRIX.cs type XPS_MATRIX (line 17) | internal struct XPS_MATRIX FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_OBJECT_TYPE.cs type XPS_OBJECT_TYPE (line 17) | internal enum XPS_OBJECT_TYPE FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_POINT.cs type XPS_POINT (line 17) | internal struct XPS_POINT FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_RECT.cs type XPS_RECT (line 17) | internal struct XPS_RECT FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_SCRGB_COLOR.cs type XPS_SCRGB_COLOR (line 19) | [StructLayout(LayoutKind.Sequential, Pack = 4)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_SEGMENT_STROKE_PATTERN.cs type XPS_SEGMENT_STROKE_PATTERN (line 17) | internal enum XPS_SEGMENT_STROKE_PATTERN FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_SEGMENT_TYPE.cs type XPS_SEGMENT_TYPE (line 17) | internal enum XPS_SEGMENT_TYPE FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_SIZE.cs type XPS_SIZE (line 17) | internal struct XPS_SIZE FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_SPREAD_METHOD.cs type XPS_SPREAD_METHOD (line 17) | internal enum XPS_SPREAD_METHOD FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_SRGB_COLOR.cs type XPS_SRGB_COLOR (line 19) | [StructLayout(LayoutKind.Sequential, Pack = 1)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_STYLE_SIMULATION.cs type XPS_STYLE_SIMULATION (line 17) | internal enum XPS_STYLE_SIMULATION FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_THUMBNAIL_SIZE.cs type XPS_THUMBNAIL_SIZE (line 17) | internal enum XPS_THUMBNAIL_SIZE FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XPS_TILE_MODE.cs type XPS_TILE_MODE (line 17) | internal enum XPS_TILE_MODE FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XpsOMThumbnailGenerator.cs type XpsOMThumbnailGenerator (line 19) | [CoClass(typeof(XpsOMThumbnailGeneratorClass))] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/XpsOMThumbnailGeneratorClass.cs class XpsOMThumbnailGeneratorClass (line 20) | [ClassInterface(ClassInterfaceType.None)] method GenerateThumbnail (line 27) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/_FILETIME.cs type _FILETIME (line 17) | internal struct _FILETIME FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/_LARGE_INTEGER.cs type _LARGE_INTEGER (line 17) | internal struct _LARGE_INTEGER FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/_SECURITY_ATTRIBUTES.cs type _SECURITY_ATTRIBUTES (line 17) | internal struct _SECURITY_ATTRIBUTES FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/_SYSTEMTIME.cs type _SYSTEMTIME (line 17) | internal struct _SYSTEMTIME FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/_ULARGE_INTEGER.cs type _ULARGE_INTEGER (line 17) | internal struct _ULARGE_INTEGER FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/RCW/tagSTATSTG.cs type tagSTATSTG (line 17) | internal struct tagSTATSTG FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/TreeWalkProgress.cs class TreeWalkProgress (line 17) | internal class TreeWalkProgress method EnterTreeWalk (line 19) | public bool EnterTreeWalk(ICyclicBrush brush) method ExitTreeWalk (line 30) | public void ExitTreeWalk(ICyclicBrush brush) method IsTreeWalkInProgress (line 35) | public bool IsTreeWalkInProgress(ICyclicBrush brush) type EmptyStruct (line 46) | private struct EmptyStruct FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/VisualSerializer.cs class VisualSerializer (line 25) | internal class VisualSerializer: IMetroDrawingContext method VisualSerializer (line 54) | internal VisualSerializer(System.Xml.XmlWriter resWriter, System.Xml.X... method CheckFloat (line 78) | protected double CheckFloat(double v) method ReportLimitViolation (line 108) | private void ReportLimitViolation() method AppendCoordinate (line 123) | protected void AppendCoordinate(StringBuilder rslt, double v) method AppendPoint (line 137) | protected void AppendPoint(StringBuilder builder, Point p, Matrix mat) method AppendPoints (line 149) | protected int AppendPoints(StringBuilder builder, PointCollection pc, ... method GetString (line 170) | protected string GetString(object obj) method FindBrush (line 254) | protected string FindBrush(Brush brush, Rect bounds) method WriteAttr (line 302) | protected void WriteAttr(string attribute, object val) method WriteAttr (line 308) | protected void WriteAttr(string attribute, object val, object valDefault) method ColorToString (line 318) | protected string ColorToString(Color color) method SimpleBrushToString (line 333) | protected string SimpleBrushToString(Brush brush) method WriteGradientStops (line 349) | protected void WriteGradientStops(string prefix, GradientStopCollectio... method WriteBrushHeader (line 407) | private void WriteBrushHeader(string element, Brush brush) method WriteTileBrush (line 417) | private void WriteTileBrush(string element, TileBrush brush, Rect bounds) method SaveResetState (line 562) | private void SaveResetState() method RestoreState (line 577) | private void RestoreState() method WriteDrawingBody (line 587) | private void WriteDrawingBody(System.Windows.Media.Drawing drawing, Ma... method WriteBitmap (line 602) | protected void WriteBitmap(string attribute, ImageSource imageSource) method BrushToString (line 672) | protected StringBuilder BrushToString(Brush brush, Rect bounds) method WriteBrush (line 883) | protected void WriteBrush(string attribute, Brush brush, Rect bounds) method WritePen (line 911) | protected void WritePen(Pen pen, Rect bounds, bool isLineGeometry) method IsUniformScale (line 963) | private static bool IsUniformScale(Matrix mat) method AppendMatrix (line 978) | private void AppendMatrix(StringBuilder rslt, Matrix mat) method WritePathFigureCollection (line 991) | private void WritePathFigureCollection(PathFigureCollection figures, b... method Visible (line 1145) | private static bool Visible(Brush brush, Pen pen) method Ord (line 1166) | private static char Ord(bool b) method Ord (line 1178) | private static char Ord(SweepDirection d) method PathGeometryToString (line 1192) | private string PathGeometryToString(PathGeometry path, Matrix map, boo... method WriteTransform (line 1365) | private void WriteTransform(string attribute, Transform trans, Transfo... method WriteTransform (line 1375) | private void WriteTransform(string attribute, Matrix trans) method Append (line 1383) | private static Transform Append(Transform trans, Matrix mat) method WriteBool (line 1397) | private void WriteBool(string attr, bool val) method WriteFillRule (line 1413) | private void WriteFillRule(FillRule rule) method WriteGeometry (line 1432) | internal bool WriteGeometry(string element, string attribute, Geometry... method IsPathFigureEmpty (line 1499) | private static bool IsPathFigureEmpty(PathFigureCollection figures, bo... method IsPathGeometryEmpty (line 1542) | private static bool IsPathGeometryEmpty(PathGeometry pg, bool forFill,... method IsXmlValidChar (line 1564) | private static bool IsXmlValidChar(char c) method FilterXmlInvalidChar (line 1586) | private static GlyphRun FilterXmlInvalidChar(GlyphRun glyphRun) method GetUriAsString (line 1651) | private string GetUriAsString(Uri uri) method PreserveTransparent (line 1664) | private bool PreserveTransparent() method WriteCommonAttrs (line 1673) | private void WriteCommonAttrs(bool bWriteAutomation) method NeedBounds (line 1717) | public static bool NeedBounds(Brush b) method GetBoundsInverse (line 1745) | Matrix GetBoundsInverse(Rect bounds) method IsGeometryPolymophic (line 1776) | internal static bool IsGeometryPolymophic(Geometry geo) method DrawGeometry (line 1844) | void IMetroDrawingContext.DrawGeometry(Brush brush, Pen pen, Geometry ... method DrawImage (line 1934) | void IMetroDrawingContext.DrawImage(ImageSource image, Rect rectangle) method ExtractTranslation (line 1952) | private static Transform ExtractTranslation(Transform trans, out doubl... method DrawGlyphRunAsImage (line 1981) | internal method EmbeddingAllowed (line 2018) | private static bool EmbeddingAllowed(GlyphTypeface typeface) method DrawGlyphRun (line 2026) | void IMetroDrawingContext.DrawGlyphRun(Brush foreground, GlyphRun glyp... method Pop (line 2206) | void IMetroDrawingContext.Pop() method Comment (line 2237) | void IMetroDrawingContext.Comment(String str) method WriteTCO (line 2242) | private bool WriteTCO(string element, Transform transform, Geometry cl... method SetCoordinateFormat (line 2278) | private void SetCoordinateFormat(double scale) method PushCoordinateScope (line 2308) | private void PushCoordinateScope(Transform transform) method PopCoordinateScope (line 2325) | private void PopCoordinateScope() method Push (line 2331) | void IMetroDrawingContext.Push( FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/VisualTreeFlattener.cs class MyColorTypeConverter (line 22) | internal class MyColorTypeConverter : ColorTypeConverter method ConvertTo (line 24) | public class LooseImageSourceTypeConverter (line 40) | internal class LooseImageSourceTypeConverter : ImageSourceTypeConverter method LooseImageSourceTypeConverter (line 45) | public LooseImageSourceTypeConverter(String mainFile) method ConvertTo (line 50) | public class LooseFileSerializationManager (line 159) | internal class LooseFileSerializationManager : PackageSerializationManager method LooseFileSerializationManager (line 164) | public LooseFileSerializationManager(String mainFile) method SaveAsXaml (line 169) | public override void SaveAsXaml(Object serializedObject) method GetXmlNSForType (line 173) | internal override String GetXmlNSForType(Type objectType) method AcquireXmlWriter (line 178) | internal override XmlWriter AcquireXmlWriter(Type writerType) method ReleaseXmlWriter (line 183) | internal override void ReleaseXmlWriter(Type writerType) method AcquireResourceStream (line 188) | internal override XpsResourceStream AcquireResourceStream(Type resourc... method AcquireResourceStream (line 193) | internal override XpsResourceStream AcquireResourceStream(Type resourc... method ReleaseResourceStream (line 198) | internal override void ReleaseResourceStream(Type resourceType) method ReleaseResourceStream (line 203) | internal override void ReleaseResourceStream(Type resourceType, String... method AddRelationshipToCurrentPage (line 208) | internal override void AddRelationshipToCurrentPage(Uri targetUri, str... method GetTypeConverter (line 232) | internal override TypeConverter GetTypeConverter(Object serializedObject) method GetTypeConverter (line 237) | internal override TypeConverter GetTypeConverter(Type objType) method SaveAsXml (line 262) | public void SaveAsXml(Visual visual, System.Xml.XmlWriter resWriter, Sys... method Walk (line 273) | internal void Walk(VisualTreeFlattener flattener, Visual visual) class VisualTreeFlattener (line 295) | internal class VisualTreeFlattener method VisualTreeFlattener (line 343) | internal VisualTreeFlattener(IMetroDrawingContext dc, Size pageSize, T... method VisualTreeFlattener (line 358) | internal VisualTreeFlattener(System.Xml.XmlWriter resWriter, System.Xm... method Complexity (line 377) | private static int Complexity(System.Windows.Media.Drawing drawing) method StartVisual (line 427) | internal bool StartVisual(Visual visual) method EndVisual (line 627) | internal void EndVisual() method VisualWalk (line 640) | internal void VisualWalk(Visual visual) method DrawingWalk (line 662) | internal void DrawingWalk(System.Windows.Media.Drawing d, Matrix drawi... method SaveAsXml (line 762) | internal static void SaveAsXml(Visual visual, System.Xml.XmlWriter res... method Walk (line 826) | internal static void Walk(Visual visual, IMetroDrawingContext dc, Size... method WritePath (line 840) | internal static bool WritePath(System.Xml.XmlWriter bodyWriter, Geomet... FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/XpsFontSerializationService.cs class XpsFontSerializationService (line 22) | internal class XpsFontSerializationService method XpsFontSerializationService (line 26) | public method SignalCommit (line 35) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/XpsFontSubsetter.cs type FontSubsetterCommitPolicies (line 24) | [FlagsAttribute] type FontEmbeddingAction (line 53) | [FlagsAttribute] class XpsFontSubsetter (line 86) | internal class XpsFontSubsetter method XpsFontSubsetter (line 96) | public method ComputeFontSubset (line 122) | public method CommitFontSubsetsSignal (line 177) | public method DetermineEmbeddingAction (line 252) | public method DetermineEmbeddingAction (line 263) | public method IsRestrictedFont (line 303) | public method IsRestrictedFont (line 314) | public method SetSubsetCommitPolicy (line 336) | public method SetSubsetCommitCountPolicy (line 351) | public method AcquireCacheItem (line 390) | private class FEMCacheItem (line 417) | internal class FEMCacheItem method FEMCacheItem (line 430) | public method AddGlyphRunUsage (line 476) | public method Commit (line 512) | public method AddRestrictedRelationship (line 538) | public method AddRelationship (line 552) | public method SubSetFont (line 583) | private method CopyFontStream (line 604) | internal method ParseGuidFromUri (line 652) | private method ObfuscateData (line 674) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/XpsImageSerializationService.cs class XpsImageSerializationService (line 24) | internal class XpsImageSerializationService method GetEncoder (line 38) | public method IsSupportedMimeType (line 105) | public method VerifyImageSourceSerializability (line 172) | public method SerializeToStream (line 191) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/IXpsSerializationManager.cs type IXpsSerializationManager (line 12) | internal interface IXpsSerializationManager method OnXPSSerializationPrintTicketRequired (line 14) | void OnXPSSerializationPrintTicketRequired(object operationState); method OnXPSSerializationProgressChanged (line 16) | void OnXPSSerializationProgressChanged(object operationState); method RegisterPageStart (line 18) | void RegisterPageStart(); method RegisterPageEnd (line 20) | void RegisterPageEnd(); FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/IXpsSerializationManagerAsync.cs type IXpsSerializationManagerAsync (line 8) | internal interface IXpsSerializationManagerAsync : IXpsSerializationManager FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/MetroSerializationManager.cs class PackageSerializationManager (line 33) | public abstract class PackageSerializationManager : method PackageSerializationManager (line 42) | protected method SaveAsXaml (line 62) | public method Dispose (line 74) | void method GetXmlNSForType (line 92) | internal method GetSerializer (line 106) | internal method GetSerializerType (line 126) | internal method GetTypeConverter (line 144) | internal method GetTypeConverter (line 162) | internal method AcquireXmlWriter (line 179) | internal method ReleaseXmlWriter (line 193) | internal method AcquireResourceStream (line 209) | internal method AcquireResourceStream (line 229) | internal method ReleaseResourceStream (line 246) | internal method ReleaseResourceStream (line 266) | internal method AddRelationshipToCurrentPage (line 274) | internal method CanSerializeDependencyProperty (line 282) | internal method CanSerializeClrProperty (line 293) | internal class SerializersCacheManager (line 460) | internal class SerializersCacheManager method SerializersCacheManager (line 472) | public method GetSerializer (line 497) | public method GetClrSerializableProperties (line 541) | internal method GetSerializableDependencyProperties (line 610) | internal method GetTypeCacheItem (line 691) | internal method GetTypeDependencyPropertiesCacheItem (line 750) | internal method GetTypeCacheItem (line 937) | internal method CanSerializeValue (line 1018) | private method CreateReachSerializer (line 1063) | private type SerializationState (line 1114) | public enum SerializationState FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/NGCPageContentCollectionSerializerAsync.cs class NgcPageContentCollectionSerializerAsync (line 21) | internal class NgcPageContentCollectionSerializerAsync : method NgcPageContentCollectionSerializerAsync (line 33) | public method AsyncOperation (line 46) | public method PersistObjectData (line 100) | internal method EndPersistObjectData (line 122) | internal method SerializePageContents (line 144) | private method SerializeNextPageContent (line 165) | private method SerializePageContent (line 196) | private class NgcPageContentCollectionSerializerContext (line 217) | internal class NgcPageContentCollectionSerializerContext : method NgcPageContentCollectionSerializerContext (line 220) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/NGCPageContentSerializerAsync.cs class NgcPageContentSerializerAsync (line 18) | internal class NgcPageContentSerializerAsync : method NgcPageContentSerializerAsync (line 30) | public method AsyncOperation (line 46) | public method PersistObjectData (line 87) | internal method SerializePage (line 108) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/NGCSerializationManager.cs class NgcSerializationManager (line 23) | internal sealed class NgcSerializationManager : method NgcSerializationManager (line 31) | public method SaveAsXaml (line 53) | public method Cancel (line 125) | public method Commit (line 140) | public method GetXmlNSForType (line 177) | internal method GetSerializer (line 190) | internal method GetSerializerType (line 210) | internal method AcquireXmlWriter (line 269) | internal method ReleaseXmlWriter (line 279) | internal method AcquireResourceStream (line 289) | internal method AcquireResourceStream (line 299) | internal method ReleaseResourceStream (line 310) | internal method ReleaseResourceStream (line 320) | internal method AddRelationshipToCurrentPage (line 331) | internal method StartDocument (line 416) | internal method EndDocument (line 455) | internal method StartPage (line 480) | internal method EndPage (line 513) | internal method OnNGCSerializationPrintTicketRequired (line 544) | internal method OnNGCSerializationProgressChagned (line 567) | internal method WalkVisual (line 585) | internal method GetActivePrintTicket (line 624) | internal method IsSerializedObjectTypeSupported (line 648) | private method IsDocumentSequencePrintTicketRequired (line 681) | private class NgcPrintTicketManager (line 718) | internal sealed class NgcPrintTicketManager method NgcPrintTicketManager (line 722) | public method ConstructPrintTicketTree (line 742) | public method ConsumeActivePrintTicket (line 855) | public class MXDWSerializationManager (line 946) | internal sealed class MXDWSerializationManager method MXDWSerializationManager (line 951) | public method EnablePassThru (line 977) | public method Commit (line 1011) | public method InferPrintTicket (line 1019) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/NGCSerializationManagerAsync.cs class NgcSerializationManagerAsync (line 25) | internal sealed class NgcSerializationManagerAsync : method NgcSerializationManagerAsync (line 34) | public method SaveAsXaml (line 63) | public method InvokeSaveAsXamlWorkItem (line 133) | internal method InvokeSaveAsXamlBatchWorkItem (line 201) | internal method CancelAsync (line 319) | public method Commit (line 344) | public method GetXmlNSForType (line 395) | internal method GetSerializer (line 408) | internal method GetSerializerType (line 428) | internal method AcquireXmlWriter (line 487) | internal method ReleaseXmlWriter (line 497) | internal method AcquireResourceStream (line 507) | internal method AcquireResourceStream (line 517) | internal method ReleaseResourceStream (line 528) | internal method ReleaseResourceStream (line 538) | internal method AddRelationshipToCurrentPage (line 549) | internal method StartDocument (line 641) | internal method EndDocument (line 677) | internal method EndDocument (line 688) | internal method StartPage (line 713) | internal method EndPage (line 743) | internal method OnNGCSerializationPrintTicketRequired (line 762) | internal method OnNGCSerializationProgressChanged (line 785) | internal method WalkVisual (line 803) | internal method GetActivePrintTicket (line 838) | internal method PostSerializationTask (line 872) | private method PostSerializationTask (line 883) | private method IsSerializedObjectTypeSupported (line 897) | private method NGCSerializationCompletionMethod (line 929) | private method OnNGCSerializationCompleted (line 943) | private method IsDocumentSequencePrintTicketRequired (line 958) | private method WaitForPendingAsyncItems (line 979) | private method IsAsyncWorkPending (line 996) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/NGCSerializer.cs class NgcSerializerUtil (line 31) | internal static class NgcSerializerUtil method InferJobName (line 33) | internal static String InferJobName(object o) class NgcFixedDocumentSerializer (line 57) | internal class NgcFixedDocumentSerializer : method NgcFixedDocumentSerializer (line 63) | public method SerializeObject (line 75) | public method PersistObjectData (line 107) | internal class NgcFixedPageSerializer (line 124) | internal class NgcFixedPageSerializer : method NgcFixedPageSerializer (line 130) | public method SerializeObject (line 142) | public method PersistObjectData (line 185) | internal class NgcReachVisualSerializer (line 203) | internal class NgcReachVisualSerializer : method NgcReachVisualSerializer (line 209) | public method SerializeObject (line 221) | public method SerializeObject (line 242) | internal method PersistObjectData (line 263) | internal class NgcDocumentPageSerializer (line 282) | internal class NgcDocumentPageSerializer : method NgcDocumentPageSerializer (line 288) | public method SerializeObject (line 301) | public method PersistObjectData (line 339) | internal class NgcDocumentPaginatorSerializer (line 356) | internal class NgcDocumentPaginatorSerializer : method NgcDocumentPaginatorSerializer (line 362) | public method SerializeObject (line 375) | public method PersistObjectData (line 421) | internal class NgcDocumentSequenceSerializer (line 439) | internal class NgcDocumentSequenceSerializer : method NgcDocumentSequenceSerializer (line 445) | public method SerializeObject (line 458) | public method PersistObjectData (line 509) | internal class NgcDocumentReferenceCollectionSerializer (line 527) | internal class NgcDocumentReferenceCollectionSerializer : method NgcDocumentReferenceCollectionSerializer (line 533) | public method SerializeObject (line 545) | public method SerializeDocumentReferences (line 559) | private method SerializeDocumentReference (line 588) | private method PersistObjectData (line 620) | internal class NGCReachPageContentCollectionSerializer (line 638) | internal class NGCReachPageContentCollectionSerializer : method NGCReachPageContentCollectionSerializer (line 650) | public method SerializeObject (line 665) | public method SerializePageContents (line 694) | private method SerializePageContent (line 720) | private method PersistObjectData (line 751) | internal class NGCReachPageContentSerializer (line 769) | internal class NGCReachPageContentSerializer : method NGCReachPageContentSerializer (line 781) | public method SerializeObject (line 794) | public method PersistObjectData (line 835) | internal class NGCReachUIElementCollectionSerializer (line 853) | internal class NGCReachUIElementCollectionSerializer : method NGCReachUIElementCollectionSerializer (line 865) | public method SerializeObject (line 884) | public method SerializeUIElements (line 912) | private method SerializeUIElement (line 937) | private method PersistObjectData (line 969) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/NGCSerializerAsync.cs class NGCSerializerAsync (line 11) | internal abstract class NGCSerializerAsync : method NGCSerializerAsync (line 23) | public method AsyncOperation (line 43) | public method SerializeObject (line 78) | public method SerializeObject (line 103) | internal method BeginSerializeObject (line 113) | internal method BeginSerializeObject (line 158) | internal method EndSerializeObject (line 197) | internal method EndPersistObjectData (line 234) | internal method SerializeObjectCore (line 263) | internal method WriteSerializedAttribute (line 286) | internal method DiscoverObjectData (line 314) | private method SerializeProperties (line 352) | private method SerializeNextProperty (line 384) | private method SerializeProperty (line 414) | private class NgcFixedDocumentSerializerAsync (line 485) | internal class NgcFixedDocumentSerializerAsync : method NgcFixedDocumentSerializerAsync (line 491) | public method AsyncOperation (line 500) | public method BeginSerializeObject (line 531) | internal method PersistObjectData (line 563) | internal method EndPersistObjectData (line 576) | internal class NgcDocumentPaginatorSerializerAsync (line 589) | internal class NgcDocumentPaginatorSerializerAsync : method NgcDocumentPaginatorSerializerAsync (line 595) | public method AsyncOperation (line 604) | public method BeginSerializeObject (line 641) | internal method PersistObjectData (line 675) | internal method EndPersistObjectData (line 687) | internal method SerializeNextDocumentPage (line 696) | private class NgcFixedPageSerializerAsync (line 743) | internal class NgcFixedPageSerializerAsync : method NgcFixedPageSerializerAsync (line 749) | public method AsyncOperation (line 758) | public method BeginSerializeObject (line 790) | internal method PersistObjectData (line 827) | internal method EndPersistObjectData (line 839) | internal class NgcDocumentPageSerializerAsync (line 857) | internal class NgcDocumentPageSerializerAsync : method NgcDocumentPageSerializerAsync (line 863) | public method AsyncOperation (line 872) | public method BeginSerializeObject (line 904) | internal method PersistObjectData (line 939) | internal method EndPersistObjectData (line 954) | internal class NgcReachVisualSerializerAsync (line 972) | internal class NgcReachVisualSerializerAsync : method NgcReachVisualSerializerAsync (line 978) | public method SerializeObject (line 990) | internal method BeginSerializeObject (line 1007) | internal method PersistObjectData (line 1024) | internal class NgcDocumentSequenceSerializerAsync (line 1046) | internal class NgcDocumentSequenceSerializerAsync : method NgcDocumentSequenceSerializerAsync (line 1052) | public method AsyncOperation (line 1062) | public method BeginSerializeObject (line 1101) | internal method PersistObjectData (line 1137) | internal method EndPersistObjectData (line 1148) | internal class NgcDocumentReferenceCollectionSerializerAsync (line 1161) | internal class NgcDocumentReferenceCollectionSerializerAsync : method NgcDocumentReferenceCollectionSerializerAsync (line 1167) | public method AsyncOperation (line 1176) | public method BeginSerializeObject (line 1215) | internal method PersistObjectData (line 1246) | internal method SerializeNextDocumentReference (line 1261) | private method SerializeDocumentReference (line 1290) | private class NGCSerializerContext (line 1316) | internal class NGCSerializerContext method NGCSerializerContext (line 1319) | public method NGCSerializerContext (line 1330) | public class NgcDocumentReferenceCollectionSerializerContext (line 1385) | internal class NgcDocumentReferenceCollectionSerializerContext : method NgcDocumentReferenceCollectionSerializerContext (line 1388) | public class NGCPageSerializerContext (line 1415) | internal class NGCPageSerializerContext: method NGCPageSerializerContext (line 1418) | public class NGCDocumentPaginatorSerializerContext (line 1445) | internal class NGCDocumentPaginatorSerializerContext : method NGCDocumentPaginatorSerializerContext (line 1448) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/NGCUIElementCollectionSerializerAsync.cs class NgcUIElementCollectionSerializerAsync (line 21) | internal class NgcUIElementCollectionSerializerAsync : method NgcUIElementCollectionSerializerAsync (line 33) | public method AsyncOperation (line 46) | public method SerializeObject (line 93) | public method PersistObjectData (line 114) | internal method SerializeUIElements (line 145) | private method SerializeNextUIElement (line 167) | private method SerializeUIElement (line 194) | private class NgcUIElementCollectionSerializerContext (line 220) | internal class NgcUIElementCollectionSerializerContext : method NgcUIElementCollectionSerializerContext (line 223) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/NullPackagingPolicy.cs class NullPackagingPolicy (line 25) | internal class NullPackagingPolicy : method NullPackagingPolicy (line 33) | public method AcquireXmlWriterForFixedDocumentSequence (line 65) | public method ReleaseXmlWriterForFixedDocumentSequence (line 92) | public method AcquireXmlWriterForFixedDocument (line 125) | public method ReleaseXmlWriterForFixedDocument (line 156) | public method AcquireXmlWriterForFixedPage (line 194) | public method ReleaseXmlWriterForFixedPage (line 232) | public method AcquireResourceStreamForXpsFont (line 276) | public method AcquireResourceStreamForXpsFont (line 351) | public method ReleaseResourceStreamForXpsFont (line 436) | public method ReleaseResourceStreamForXpsFont (line 471) | public method AcquireResourceStreamForXpsImage (line 511) | public method ReleaseResourceStreamForXpsImage (line 549) | public method AcquireResourceStreamForXpsColorContext (line 575) | public method ReleaseResourceStreamForXpsColorContext (line 613) | public method AcquireResourceStreamForXpsResourceDictionary (line 639) | public method ReleaseResourceStreamForXpsResourceDictionary (line 677) | public method RelateResourceToCurrentPage (line 710) | public method RelateRestrictedFontToCurrentDocument (line 727) | public method PersistPrintTicket (line 743) | public method AcquireXmlWriterForPage (line 773) | public method PreCommitCurrentPage (line 785) | public method AcquireXmlWriterForResourceDictionary (line 819) | public method AcquireStreamForLinkTargets (line 831) | public method Initialize (line 879) | private method InitializeResourceReferences (line 892) | private type ResourceAcquireMode (line 1014) | internal enum ResourceAcquireMode FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachBasicContext.cs class BasicContext (line 14) | internal abstract class BasicContext method BasicContext (line 21) | public method BasicContext (line 35) | public method Initialize (line 89) | public method Clear (line 100) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachDocumentPageSerializer.cs class DocumentPageSerializer (line 17) | internal class DocumentPageSerializer : method DocumentPageSerializer (line 23) | public method SerializeObject (line 34) | public method SerializeObject (line 58) | internal method PersistObjectData (line 83) | internal method SerializeChild (line 188) | private void SerializeChild(Visual child, SerializableObjectContext pa... method WriteAttribute (line 195) | private void WriteAttribute(XmlWriter writer, string name, object value) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachDocumentPageSerializerAsync.cs class DocumentPageSerializerAsync (line 17) | internal class DocumentPageSerializerAsync : method DocumentPageSerializerAsync (line 25) | public method SerializeObject (line 40) | public method AsyncOperation (line 56) | public method SerializeObject (line 126) | internal method PersistObjectData (line 146) | internal method SerializeChild (line 226) | private void SerializeChild(Visual child, SerializableObjectContext pa... method EndSerializeDocumentPage (line 233) | private method WriteAttribute (line 279) | private void WriteAttribute(XmlWriter writer, string name, object value) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachDocumentReferenceCollectionSerializer.cs class ReachDocumentReferenceCollectionSerializer (line 12) | internal class ReachDocumentReferenceCollectionSerializer : method ReachDocumentReferenceCollectionSerializer (line 19) | public method PersistObjectData (line 31) | internal method SerializeDocumentReferences (line 55) | private method SerializeDocumentReference (line 78) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachDocumentReferenceCollectionSerializerAsync.cs class ReachDocumentReferenceCollectionSerializerAsync (line 13) | internal class ReachDocumentReferenceCollectionSerializerAsync : method ReachDocumentReferenceCollectionSerializerAsync (line 20) | public method AsyncOperation (line 29) | public method PersistObjectData (line 69) | internal method EndPersistObjectData (line 89) | internal method SerializeDocumentReferences (line 104) | private method SerializeNextDocumentReference (line 125) | private method SerializeDocumentReference (line 154) | private class DocumentReferenceCollectionSerializerContext (line 175) | internal class DocumentReferenceCollectionSerializerContext : method DocumentReferenceCollectionSerializerContext (line 178) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachDocumentReferenceSerializer.cs class ReachDocumentReferenceSerializer (line 13) | internal class ReachDocumentReferenceSerializer : method ReachDocumentReferenceSerializer (line 20) | public method Idle (line 29) | private object Idle(object sender) method PersistObjectData (line 37) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachDocumentReferenceSerializerAsync.cs class ReachDocumentReferenceSerializerAsync (line 13) | internal class ReachDocumentReferenceSerializerAsync : method ReachDocumentReferenceSerializerAsync (line 20) | public method AsyncOperation (line 32) | public method PersistObjectData (line 63) | internal method Idle (line 87) | private object Idle(object sender) method SerializeDocument (line 95) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachDocumentSequenceSerializer.cs class DocumentSequenceSerializer (line 14) | internal class DocumentSequenceSerializer : method DocumentSequenceSerializer (line 20) | public method PersistObjectData (line 32) | internal method WriteSerializedAttribute (line 135) | internal method GetValueOfAttributeAsString (line 158) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachDocumentSequenceSerializerAsync.cs class DocumentSequenceSerializerAsync (line 14) | internal class DocumentSequenceSerializerAsync : method DocumentSequenceSerializerAsync (line 20) | public method AsyncOperation (line 29) | public method PersistObjectData (line 60) | internal method EndPersistObjectData (line 119) | internal method WriteSerializedAttribute (line 173) | internal method GetValueOfAttributeAsString (line 196) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachFixedDocumentSerializer.cs class FixedDocumentSerializer (line 19) | internal class FixedDocumentSerializer : method FixedDocumentSerializer (line 31) | public method SerializeObject (line 50) | public method SerializeObject (line 87) | internal method PersistObjectData (line 117) | internal method WriteSerializedAttribute (line 206) | internal method GetValueOfAttributeAsString (line 237) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachFixedDocumentSerializerAsync.cs class FixedDocumentSerializerAsync (line 20) | internal class FixedDocumentSerializerAsync : method FixedDocumentSerializerAsync (line 32) | public method AsyncOperation (line 45) | public method SerializeObject (line 79) | public method SerializeObject (line 116) | internal method PersistObjectData (line 146) | internal method EndPersistObjectData (line 207) | internal method WriteSerializedAttribute (line 246) | internal method GetValueOfAttributeAsString (line 277) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachFixedPageSerializer.cs class FixedPageSerializer (line 27) | internal class FixedPageSerializer : method FixedPageSerializer (line 39) | public method SerializeObject (line 58) | public method SerializeObject (line 98) | internal method PersistObjectData (line 131) | internal method WriteSerializedAttribute (line 283) | internal method GetValueOfAttributeAsString (line 313) | private method SerializePageAsVisual (line 384) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachFixedPageSerializerAsync.cs class FixedPageSerializerAsync (line 27) | internal class FixedPageSerializerAsync : method FixedPageSerializerAsync (line 39) | public method AsyncOperation (line 52) | public method SerializeObject (line 95) | public method SerializeObject (line 130) | internal method PersistObjectData (line 158) | internal method WriteSerializedAttribute (line 255) | internal method GetValueOfAttributeAsString (line 285) | private method SerializePageAsVisual (line 356) | private method EndSerializeReachFixedPage (line 378) | private class ReachFixedPageSerializerContext (line 451) | internal class ReachFixedPageSerializerContext : method ReachFixedPageSerializerContext (line 454) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachIDocumentPaginatorSerializer.cs class DocumentPaginatorSerializer (line 15) | internal class DocumentPaginatorSerializer : method DocumentPaginatorSerializer (line 21) | public method SerializeObject (line 31) | public method PersistObjectData (line 58) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachIDocumentPaginatorSerializerAsync.cs class DocumentPaginatorSerializerAsync (line 15) | internal class DocumentPaginatorSerializerAsync : method DocumentPaginatorSerializerAsync (line 22) | public method AsyncOperation (line 34) | public method SerializeObject (line 68) | public method PersistObjectData (line 94) | internal method EndPersistObjectData (line 174) | internal method SerializeNextDocumentPage (line 230) | private class DocumentPaginatorSerializerContext (line 271) | internal class DocumentPaginatorSerializerContext : method DocumentPaginatorSerializerContext (line 274) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachNamespaceInfo.cs class SerializableObjectNamespaceInfo (line 14) | internal class SerializableObjectNamespaceInfo method SerializableObjectNamespaceInfo (line 18) | internal method SerializableObjectNamespaceInfo (line 28) | internal class MetroSerializationNamespaceTable (line 85) | internal class MetroSerializationNamespaceTable method MetroSerializationNamespaceTable (line 89) | internal method Contains (line 120) | internal method Add (line 129) | internal method Initialize (line 138) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachObjectContext.cs class SerializableObjectContext (line 17) | internal class SerializableObjectContext : method SerializableObjectContext (line 22) | static method SerializableObjectContext (line 46) | public method SerializableObjectContext (line 76) | public method CreateContext (line 105) | internal method RecycleContext (line 197) | internal method Initialize (line 312) | public method Clear (line 339) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachPageContentCollectionSerializer.cs class ReachPageContentCollectionSerializer (line 20) | internal class ReachPageContentCollectionSerializer : method ReachPageContentCollectionSerializer (line 32) | public method PersistObjectData (line 52) | internal method SerializePageContents (line 85) | private method SerializePageContent (line 111) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachPageContentCollectionSerializerAsync.cs class ReachPageContentCollectionSerializerAsync (line 19) | internal class ReachPageContentCollectionSerializerAsync : method ReachPageContentCollectionSerializerAsync (line 31) | public method AsyncOperation (line 44) | public method PersistObjectData (line 98) | internal method EndPersistObjectData (line 120) | internal method SerializePageContents (line 142) | private method SerializeNextPageContent (line 163) | private method SerializePageContent (line 194) | private class PageContentCollectionSerializerContext (line 215) | internal class PageContentCollectionSerializerContext : method PageContentCollectionSerializerContext (line 218) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachPageContentSerializer.cs class ReachPageContentSerializer (line 18) | internal class ReachPageContentSerializer : method ReachPageContentSerializer (line 30) | public method PersistObjectData (line 50) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachPageContentSerializerAsync.cs class ReachPageContentSerializerAsync (line 18) | internal class ReachPageContentSerializerAsync : method ReachPageContentSerializerAsync (line 30) | public method AsyncOperation (line 46) | public method PersistObjectData (line 87) | internal method SerializePage (line 108) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachPrintTicketSerializer.cs class PrintTicketSerializer (line 20) | internal class PrintTicketSerializer : method PrintTicketSerializer (line 32) | public method SerializeObject (line 50) | public method SerializeObject (line 91) | internal method PersistObjectData (line 108) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachPrintTicketSerializerAsync.cs class PrintTicketSerializerAsync (line 19) | internal class PrintTicketSerializerAsync : method PrintTicketSerializerAsync (line 31) | public method SerializeObject (line 49) | public method SerializeObject (line 84) | internal method PersistObjectData (line 101) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachSerializableProperties.cs class SerializablePropertyCollection (line 19) | internal class SerializablePropertyCollection : method SerializablePropertyCollection (line 28) | internal method GetEnumerator (line 53) | public method MoveNext (line 81) | public method Reset (line 126) | public method Initialize (line 144) | internal method Clear (line 198) | internal void Clear() method InitializeSerializableClrProperties (line 218) | private method InitializeSerializableDependencyProperties (line 266) | private class SerializablePropertyContext (line 345) | internal class SerializablePropertyContext : method SerializablePropertyContext (line 353) | public method SerializablePropertyContext (line 376) | internal method IsComplexProperty (line 400) | public method IsComplexValue (line 447) | public class SerializableDependencyPropertyContext (line 708) | internal class SerializableDependencyPropertyContext : method SerializableDependencyPropertyContext (line 716) | public method SerializableDependencyPropertyContext (line 729) | public method IsComplexProperty (line 745) | public method IsComplexValue (line 803) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachSerializationCacheItems.cs class TypeDependencyPropertiesCacheItem (line 11) | internal class TypeDependencyPropertiesCacheItem method TypeDependencyPropertiesCacheItem (line 13) | internal method GetSerializableDependencyProperties (line 23) | internal class TypeCacheItem (line 39) | internal class TypeCacheItem method TypeCacheItem (line 41) | internal method TypeCacheItem (line 53) | internal method TypeCacheItem (line 66) | internal method GetClrSerializableProperties (line 79) | internal method CanSerializeProperty (line 179) | private class TypePropertyCache (line 269) | internal class TypePropertyCache method TypePropertyCache (line 271) | internal method TypePropertyCache (line 277) | internal method TypePropertyCache (line 292) | internal class TypeDependencyPropertyCache (line 435) | internal class TypeDependencyPropertyCache: method TypeDependencyPropertyCache (line 438) | internal method CanSerializeProperty (line 461) | internal method CanSerializeValue (line 521) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachSerializationUtils.cs type DependencyPropertyList (line 19) | internal struct DependencyPropertyList method DependencyPropertyList (line 21) | public method EnsureIndex (line 39) | public method IsValidIndex (line 52) | public method IndexOf (line 61) | public method Contains (line 81) | public method Add (line 99) | public method Add (line 114) | public method Add (line 129) | public method Add (line 140) | public method Add (line 156) | private method Sort (line 193) | public method AppendTo (line 204) | public method ToArray (line 216) | public method Clear (line 237) | public method Remove (line 248) | public class ReachHierarchySimulator (line 268) | internal class ReachHierarchySimulator method ReachHierarchySimulator (line 273) | public method BeginConfirmToXPSStructure (line 293) | internal method EndConfirmToXPSStructure (line 349) | internal method SimulateBeginFixedDocumentSequence (line 377) | internal method SimulateEndFixedDocumentSequence (line 422) | internal method SimulateBeginFixedDocument (line 453) | internal method SimulateEndFixedDocument (line 504) | internal method SimulateBeginFixedPage (line 544) | internal method SimulateEndFixedPage (line 615) | internal method SimulatePrintTicketRaisingEvent (line 655) | protected method SimulateFixedPageSize (line 678) | private Size SimulateFixedPageSize( class ReachTreeWalker (line 731) | internal class ReachTreeWalker method ReachTreeWalker (line 735) | internal method ReachTreeWalker (line 744) | internal method CommitHyperlinks (line 755) | internal void CommitHyperlinks() method SerializeLinksInDocumentPage (line 765) | internal void SerializeLinksInDocumentPage(DocumentPage page) method SerializeLinksInFixedPage (line 782) | internal void SerializeLinksInFixedPage(FixedPage page) method SerializeLinksInVisual (line 807) | internal void SerializeLinksInVisual(Visual visual) method SerializeLinksForIContentHost (line 831) | private void SerializeLinksForIContentHost(IContentHost contentHost, V... method SerializeLinksInLogicalTree (line 855) | private void SerializeLinksInLogicalTree(DependencyObject dependencyOb... method SerializeLinkTargetForElement (line 880) | private void SerializeLinkTargetForElement(IInputElement element, ICon... method IsFragment (line 939) | private bool IsFragment(Uri uri) method SerializeHyperlink (line 944) | private void SerializeHyperlink(PathGeometry geometry, String id, Uri ... method WriteAttribute (line 1005) | private void WriteAttribute(XmlWriter writer, string name, object value) method AddLinkTarget (line 1010) | private bool AddLinkTarget(string name) class Toolbox (line 1096) | internal static class Toolbox method EmitEvent (line 1098) | internal static void EmitEvent(EventTrace.Event evt) method Layout (line 1109) | internal method Layout (line 1132) | internal method ValidateDocumentSize (line 1164) | internal method GetPage (line 1212) | internal static DocumentPage GetPage(DocumentPaginator paginator, int ... method GetPageRoot (line 1223) | internal static FixedPage GetPageRoot(object page) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachSerializer.cs class ReachSerializer (line 19) | internal abstract class ReachSerializer : method ReachSerializer (line 31) | public method ReachSerializer (line 44) | internal method SerializeObject (line 63) | public method SerializeObject (line 122) | internal method PersistObjectData (line 176) | internal method SerializeObjectCore (line 201) | internal method WriteSerializedAttribute (line 224) | internal method DiscoverObjectData (line 252) | private method SerializeProperties (line 290) | private method SerializeProperty (line 319) | private method Dispose (line 391) | void FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachSerializerAsync.cs class ReachSerializerAsync (line 21) | internal abstract class ReachSerializerAsync : method ReachSerializerAsync (line 33) | public method AsyncOperation (line 55) | public method SerializeObject (line 90) | public method SerializeObject (line 115) | internal method BeginSerializeObject (line 125) | internal method BeginSerializeObject (line 170) | internal method EndSerializeObject (line 209) | internal method EndPersistObjectData (line 246) | internal method SerializeObjectCore (line 275) | internal method WriteSerializedAttribute (line 298) | internal method DiscoverObjectData (line 326) | private method SerializeProperties (line 364) | private method SerializeNextProperty (line 396) | private method SerializeProperty (line 426) | private type SerializerAction (line 506) | internal enum SerializerAction class ReachSerializerContext (line 522) | internal class ReachSerializerContext method ReachSerializerContext (line 525) | public method ReachSerializerContext (line 536) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachTokenContext.cs class ReachTokenContext (line 35) | internal class ReachTokenContext : method ReachTokenContext (line 41) | public method ReachTokenContext (line 62) | public method OnComponentChanged (line 82) | public method OnComponentChanging (line 91) | public method GetService (line 102) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachUIElementCollectionSerializer.cs class ReachUIElementCollectionSerializer (line 23) | internal class ReachUIElementCollectionSerializer : method ReachUIElementCollectionSerializer (line 35) | public method SerializeObject (line 54) | public method PersistObjectData (line 75) | internal method SerializeUIElements (line 106) | private method SerializeUIElement (line 131) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachUIElementCollectionSerializerAsync.cs class ReachUIElementCollectionSerializerAsync (line 23) | internal class ReachUIElementCollectionSerializerAsync : method ReachUIElementCollectionSerializerAsync (line 35) | public method AsyncOperation (line 47) | public method SerializeObject (line 94) | public method PersistObjectData (line 115) | internal method SerializeUIElements (line 146) | private method SerializeNextUIElement (line 168) | private method SerializeUIElement (line 195) | private class UIElementCollectionSerializerContext (line 221) | internal class UIElementCollectionSerializerContext : method UIElementCollectionSerializerContext (line 224) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachVisualSerializer.cs class ReachVisualSerializer (line 15) | internal class ReachVisualSerializer : method ReachVisualSerializer (line 21) | public method SerializeObject (line 32) | public method SerializeObject (line 64) | internal method SerializeTree (line 78) | private method PersistObjectData (line 127) | internal method SerializeDisguisedVisual (line 169) | internal class NodeContext (line 210) | internal class NodeContext method NodeContext (line 214) | public NodeContext(Visual v) method GetNextChild (line 236) | public Visual GetNextChild() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/ReachVisualSerializerAsync.cs class ReachVisualSerializerAsync (line 14) | internal class ReachVisualSerializerAsync : method ReachVisualSerializerAsync (line 20) | public method AsyncOperation (line 28) | public method SerializeObject (line 65) | public method SerializeObject (line 93) | internal method SerializeTree (line 107) | private method SerializeNextTreeNode (line 136) | private method PersistObjectData (line 177) | internal method SerializeDisguisedVisual (line 219) | internal class ReachVisualSerializerContext (line 253) | internal class ReachVisualSerializerContext : method ReachVisualSerializerContext (line 256) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsDocumentEvent.cs type XpsDocumentEventType (line 12) | internal enum XpsDocumentEventType class XpsDriverDocEventManager (line 73) | internal class XpsDriverDocEventManager method XpsDriverDocEventManager (line 79) | public method ForwardPackagingProgressEvent (line 96) | internal method ForwardUserPrintTicket (line 171) | internal method ForwardSerializationCompleted (line 221) | internal method OnXpsDriverDocEvent (line 236) | private XpsSerializationXpsDriverDocEventArgs OnXpsDriverDocEvent() class XpsSerializationXpsDriverDocEventArgs (line 287) | internal class XpsSerializationXpsDriverDocEventArgs : method XpsSerializationXpsDriverDocEventArgs (line 293) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsLiterals.cs class XpsNamedProperties (line 19) | internal class XpsNamedProperties method XpsNamedProperties (line 21) | private class XpsS0Markup (line 59) | internal class XpsS0Markup method GetXmlnsUri (line 427) | public class XmlnsUriContainer (line 909) | internal class XmlnsUriContainer method XmlnsUriContainer (line 912) | public class XmlTags (line 1236) | internal class XmlTags method XmlTags (line 1238) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsOMDocumentPageSerializer.cs class XpsOMDocumentPageSerializer (line 17) | internal class XpsOMDocumentPageSerializer : method XpsOMDocumentPageSerializer (line 20) | public method SerializeObject (line 34) | public method SerializeObject (line 48) | internal method Initialize (line 59) | internal method PersistObjectData (line 80) | internal method BeginSerializeDocumentPage (line 97) | internal method EndSerializeDocumentPage (line 168) | internal method SerializeChild (line 208) | internal method WriteAttribute (line 220) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsOMDocumentPageSerializerAsync.cs class XpsOMDocumentPageSerializerAsync (line 13) | internal class XpsOMDocumentPageSerializerAsync : method XpsOMDocumentPageSerializerAsync (line 16) | public method AsyncOperation (line 30) | public method SerializeObject (line 60) | public method SerializeObject (line 72) | internal method PersistObjectData (line 84) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsOMDocumentPaginatorSerializer.cs class XpsOMDocumentPaginatorSerializer (line 14) | internal class XpsOMDocumentPaginatorSerializer : method XpsOMDocumentPaginatorSerializer (line 17) | public method SerializeObject (line 30) | public method SerializeObjectInternal (line 41) | internal method PersistObjectData (line 66) | internal method BeginPersistObjectData (line 87) | internal method EndPersistObjectData (line 138) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsOMDocumentPaginatorSerializerAsync.cs class XpsOMDocumentPaginatorSerializerAsync (line 12) | internal class XpsOMDocumentPaginatorSerializerAsync : method XpsOMDocumentPaginatorSerializerAsync (line 15) | public method AsyncOperation (line 29) | public method SerializeObject (line 59) | public method PersistObjectData (line 74) | internal method EndPersistObjectData (line 101) | internal method SerializeNextDocumentPage (line 110) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsOMDocumentSequenceSerializer.cs class XpsOMDocumentSequenceSerializer (line 10) | internal class XpsOMDocumentSequenceSerializer : method XpsOMDocumentSequenceSerializer (line 13) | public method PersistObjectData (line 25) | internal method BeginPersistObjectData (line 42) | internal method EndPersistObjectData (line 52) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsOMDocumentSequenceSerializerAsync.cs class XpsOMDocumentSequenceSerializerAsync (line 10) | internal class XpsOMDocumentSequenceSerializerAsync : method XpsOMDocumentSequenceSerializerAsync (line 13) | public method AsyncOperation (line 26) | public method PersistObjectData (line 46) | internal method EndPersistObjectData (line 67) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsOMFixedDocumentSerializer.cs class XpsOMFixedDocumentSerializer (line 10) | internal class XpsOMFixedDocumentSerializer : method XpsOMFixedDocumentSerializer (line 15) | public method SerializeObject (line 31) | public method SerializeObject (line 47) | internal method Initialize (line 59) | internal method PersistObjectData (line 78) | internal method BeginPersistObjectData (line 99) | internal method EndPersistObjectData (line 133) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsOMFixedDocumentSerializerAsync.cs class XpsOMFixedDocumentSerializerAsync (line 10) | internal class XpsOMFixedDocumentSerializerAsync : method XpsOMFixedDocumentSerializerAsync (line 15) | public method AsyncOperation (line 32) | public method SerializeObject (line 50) | public method SerializeObject (line 66) | internal method PersistObjectData (line 78) | internal method EndPersistObjectData (line 102) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsOMFixedPageSerializer.cs class XpsOMFixedPageSerializer (line 19) | internal class XpsOMFixedPageSerializer : method XpsOMFixedPageSerializer (line 24) | public method SerializeObject (line 40) | public method SerializeObject (line 56) | internal method Initialize (line 68) | internal method PersistObjectData (line 90) | internal method BeginPersistObjectData (line 116) | internal method EndPersistObjectData (line 186) | internal method WriteSerializedAttribute (line 248) | internal method GetValueOfAttributeAsString (line 271) | private method SerializePageAsVisual (line 342) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsOMFixedPageSerializerAsync.cs class XpsOMFixedPageSerializerAsync (line 13) | internal class XpsOMFixedPageSerializerAsync : method XpsOMFixedPageSerializerAsync (line 18) | public method AsyncOperation (line 35) | public method SerializeObject (line 68) | public method SerializeObject (line 83) | internal method PersistObjectData (line 94) | internal method WriteSerializedAttribute (line 126) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsOMHierarchySimulator.cs class XpsOMHierarchySimulator (line 8) | internal class XpsOMHierarchySimulator : ReachHierarchySimulator method XpsOMHierarchySimulator (line 13) | public method SimulateBeginFixedDocumentSequence (line 26) | internal method SimulateEndFixedDocumentSequence (line 39) | internal method SimulateBeginFixedDocument (line 65) | internal method SimulateEndFixedDocument (line 97) | internal FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsOMPackagingPolicy.cs class XpsOMPackagingPolicy (line 20) | internal class XpsOMPackagingPolicy : BasePackagingPolicy method XpsOMPackagingPolicy (line 26) | internal method EnsureXpsOMPackageWriter (line 57) | internal method CloseXpsOMPackageWriter (line 85) | internal method StartNewDocument (line 106) | internal method ReleaseXpsOMWriterForFixedDocument (line 130) | internal method AcquireXmlWriterForFixedDocumentSequence (line 189) | public method ReleaseXmlWriterForFixedDocumentSequence (line 202) | public method AcquireXmlWriterForFixedDocument (line 215) | public method ReleaseXmlWriterForFixedDocument (line 228) | public method AcquireXmlWriterForFixedPage (line 236) | public method ReleaseXmlWriterForFixedPage (line 266) | public method RelateResourceToCurrentPage (line 312) | public method RelateRestrictedFontToCurrentDocument (line 327) | public method AcquireXmlWriterForPage (line 337) | public method AcquireXmlWriterForResourceDictionary (line 349) | public method AcquireStreamForLinkTargets (line 361) | public method PreCommitCurrentPage (line 369) | public method PersistPrintTicket (line 393) | public method AcquireResourceStreamForXpsFont (line 425) | public method AcquireResourceStreamForXpsFont (line 433) | public method ReleaseResourceStreamForXpsFont (line 498) | public method ReleaseResourceStreamForXpsFont (line 506) | public method ReleaseFontResource (line 535) | [SecuritySafeCritical] method AcquireResourceStreamForXpsImage (line 557) | public method ReleaseResourceStreamForXpsImage (line 602) | public method AcquireResourceStreamForXpsColorContext (line 619) | public method ReleaseResourceStreamForXpsColorContext (line 656) | public method AcquireResourceStreamForXpsResourceDictionary (line 677) | public method ReleaseResourceStreamForXpsResourceDictionary (line 691) | public method Initialize (line 718) | private method Invalidate (line 757) | private method GenerateIOpcPartUri (line 765) | private method GenerateIOpcPartUri (line 775) | private method GenerateUriForObfuscatedFont (line 793) | private method GeneratePrintTicketResource (line 802) | private method GetXpsImageTypeFromContentType (line 829) | private method AddCurrentPageToPackageWriter (line 859) | private method SetHyperlinkTargetsForCurrentPage (line 895) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsOMSerializationManager.cs class XpsOMSerializationManager (line 15) | internal class XpsOMSerializationManager : method XpsOMSerializationManager (line 20) | public method SaveAsXaml (line 48) | public method GetSerializerType (line 131) | internal method GetTypeConverter (line 200) | internal method GetTypeConverter (line 232) | internal method CanSerializeDependencyProperty (line 261) | internal method CanSerializeClrProperty (line 272) | internal method GetXmlNSForType (line 283) | internal method AcquireXmlWriter (line 293) | internal override Xml.XmlWriter AcquireXmlWriter(Type writerType) method signalReleaseToFontService (line 311) | internal method ReleaseXpsOMWriterForFixedDocumentSequence (line 335) | internal method ReleaseXpsOMWriterForFixedDocument (line 347) | internal method ReleaseXmlWriter (line 359) | internal method AcquireResourceStream (line 387) | internal method AcquireResourceStream (line 397) | internal method ReleaseResourceStream (line 434) | internal method ReleaseResourceStream (line 470) | internal method AddRelationshipToCurrentPage (line 486) | internal method SetFontSubsettingPolicy (line 527) | private method Commit (line 540) | internal method SetFontSubsettingCountPolicy (line 558) | private method DecrementRefCntByType (line 571) | private method EnsureXpsOMPackageWriter (line 599) | internal method StartNewDocument (line 607) | internal method OnXPSSerializationPrintTicketRequired (line 615) | internal method OnXPSSerializationProgressChanged (line 631) | internal method RegisterPageStart (line 645) | internal method RegisterPageEnd (line 663) | internal method RegisterDocumentSequenceStart (line 673) | internal method RegisterDocumentSequenceEnd (line 680) | internal method RegisterDocumentStart (line 694) | internal method RegisterDocumentEnd (line 720) | internal method OnXPSSerializationPrintTicketRequired (line 742) | void method OnXPSSerializationProgressChanged (line 750) | void method RegisterPageStart (line 758) | void method RegisterPageEnd (line 764) | void FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsOMSerializationManagerAsync.cs class XpsOMSerializationManagerAsync (line 12) | internal class XpsOMSerializationManagerAsync : method XpsOMSerializationManagerAsync (line 17) | public method SaveAsXaml (line 37) | public method InvokeSaveAsXamlWorkItem (line 103) | internal method InvokeSaveAsXamlBatchWorkItem (line 159) | internal method CancelAsync (line 252) | public method Commit (line 266) | internal method GetSerializerType (line 292) | internal method PostSerializationTask (line 382) | private method PostSerializationTask (line 393) | private method XPSSerializationCompletionMethod (line 405) | private method OnXPSSerializationCompleted (line 419) | private method WaitForPendingAsyncItems (line 434) | private method IsAsyncWorkPending (line 452) | private FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsPackagingPolicy.cs class XpsResourceStream (line 23) | public class XpsResourceStream method XpsResourceStream (line 32) | public method Initialize (line 79) | public class ResourceStreamCacheItem (line 102) | internal class ResourceStreamCacheItem method ResourceStreamCacheItem (line 106) | internal method IncRef (line 151) | internal method Release (line 159) | internal class BasePackagingPolicy (line 195) | public abstract class BasePackagingPolicy : method BasePackagingPolicy (line 203) | protected method AcquireXmlWriterForFixedDocumentSequence (line 218) | public method ReleaseXmlWriterForFixedDocumentSequence (line 227) | public method AcquireXmlWriterForFixedDocument (line 236) | public method ReleaseXmlWriterForFixedDocument (line 245) | public method AcquireXmlWriterForFixedPage (line 254) | public method ReleaseXmlWriterForFixedPage (line 263) | public method RelateResourceToCurrentPage (line 273) | public method RelateRestrictedFontToCurrentDocument (line 289) | public method PersistPrintTicket (line 299) | public method AcquireXmlWriterForPage (line 309) | public method AcquireXmlWriterForResourceDictionary (line 319) | public method AcquireStreamForLinkTargets (line 328) | public method PreCommitCurrentPage (line 339) | public method AcquireResourceStreamForXpsFont (line 348) | public method AcquireResourceStreamForXpsFont (line 360) | public method ReleaseResourceStreamForXpsFont (line 370) | public method ReleaseResourceStreamForXpsFont (line 382) | public method AcquireResourceStreamForXpsImage (line 395) | public method ReleaseResourceStreamForXpsImage (line 405) | public method AcquireResourceStreamForXpsColorContext (line 417) | public method ReleaseResourceStreamForXpsColorContext (line 427) | public method AcquireResourceStreamForXpsResourceDictionary (line 439) | public method ReleaseResourceStreamForXpsResourceDictionary (line 449) | public method Dispose (line 482) | void class XpsPackagingPolicy (line 494) | public class XpsPackagingPolicy : method XpsPackagingPolicy (line 503) | public method XpsPackagingPolicy (line 514) | public method AcquireXmlWriterForFixedDocumentSequence (line 547) | public method ReleaseXmlWriterForFixedDocumentSequence (line 583) | public method AcquireXmlWriterForFixedDocument (line 615) | public method ReleaseXmlWriterForFixedDocument (line 653) | public method AcquireXmlWriterForFixedPage (line 690) | public method ReleaseXmlWriterForFixedPage (line 729) | public method AcquireResourceStreamForXpsFont (line 771) | public method AcquireResourceStreamForXpsFont (line 827) | public method ReleaseResourceStreamForXpsFont (line 892) | public method ReleaseResourceStreamForXpsFont (line 927) | public method AcquireResourceStreamForXpsImage (line 964) | public method ReleaseResourceStreamForXpsImage (line 1009) | public method AcquireResourceStreamForXpsColorContext (line 1040) | public method ReleaseResourceStreamForXpsColorContext (line 1085) | public method AcquireResourceStreamForXpsResourceDictionary (line 1116) | public method ReleaseResourceStreamForXpsResourceDictionary (line 1161) | public method RelateResourceToCurrentPage (line 1196) | public method RelateRestrictedFontToCurrentDocument (line 1218) | public method PersistPrintTicket (line 1246) | public method AcquireXmlWriterForPage (line 1276) | public method PreCommitCurrentPage (line 1292) | public method AcquireXmlWriterForResourceDictionary (line 1308) | public method AcquireStreamForLinkTargets (line 1324) | public method Initialize (line 1416) | private method InitializeResourceReferences (line 1430) | private type ResourceAcquireMode (line 1541) | private enum ResourceAcquireMode FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsSerializationManager.cs class XpsSerializationManager (line 24) | public class XpsSerializationManager : method XpsSerializationManager (line 34) | public method SaveAsXaml (line 81) | public method Commit (line 163) | public method SetFontSubsettingPolicy (line 185) | public method SetFontSubsettingCountPolicy (line 204) | public method GetXmlNSForType (line 254) | internal method GetSerializer (line 267) | internal method GetSerializerType (line 287) | internal method GetTypeConverter (line 355) | internal method GetTypeConverter (line 387) | internal method AcquireXmlWriter (line 418) | internal method GetTypeRefCnt (line 458) | private method DecrementRefCntByType (line 484) | private method ReleaseXmlWriter (line 510) | internal method AcquireResourceStream (line 578) | internal method AcquireResourceStream (line 614) | internal method ReleaseResourceStream (line 651) | internal method ReleaseResourceStream (line 683) | internal method CanSerializeDependencyProperty (line 716) | internal method CanSerializeDependencyProperty (line 727) | internal method CanSerializeClrProperty (line 770) | internal method CanSerializeClrProperty (line 781) | internal method AddRelationshipToCurrentPage (line 823) | internal method RegisterDocumentStart (line 834) | internal method RegisterDocumentEnd (line 861) | internal method RegisterPageStart (line 879) | void method RegisterPageEnd (line 897) | void method RegisterDocumentSequenceStart (line 906) | internal method RegisterDocumentSequenceEnd (line 914) | internal method IsSerializedObjectTypeSupported (line 1032) | internal method IsSerializedObjectTypeSupported (line 1041) | internal method GetXpsDriverDocEventManager (line 1077) | internal method OnXPSSerializationPrintTicketRequired (line 1084) | void method OnXPSSerializationProgressChanged (line 1104) | void method OnXpsDriverDocEvent (line 1117) | internal class VisualSerializationService (line 1203) | internal class VisualSerializationService method VisualSerializationService (line 1205) | public method AcquireVisualTreeFlattener (line 1215) | public method ReleaseVisualTreeFlattener (line 1235) | public class ReachSerializationServices (line 1251) | internal class ReachSerializationServices method ReachSerializationServices (line 1255) | public method RegisterNameSpacesForTypes (line 1268) | public method RegisterSerializableDependencyPropertiesForReachTypes (line 1287) | public method RegisterNoneSerializableClrPropertiesForReachTypes (line 1351) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsSerializationManagerAsync.cs class XpsSerializationManagerAsync (line 21) | public sealed class XpsSerializationManagerAsync : method XpsSerializationManagerAsync (line 28) | public method SaveAsXaml (line 58) | public method InvokeSaveAsXamlWorkItem (line 120) | internal method InvokeSaveAsXamlBatchWorkItem (line 187) | internal method CancelAsync (line 295) | public method Commit (line 314) | public method GetSerializerType (line 365) | internal method PostSerializationTask (line 441) | private method PostSerializationTask (line 452) | private method XPSSerializationCompletionMethod (line 464) | private method OnXPSSerializationCompleted (line 478) | private method WaitForPendingAsyncItems (line 498) | private method IsAsyncWorkPending (line 516) | private class SerializationManagerOperationContextStack (line 561) | internal class SerializationManagerOperationContextStack method SerializationManagerOperationContextStack (line 563) | public class XpsSerializationCompletedEventArgs (line 626) | public class XpsSerializationCompletedEventArgs : method XpsSerializationCompletedEventArgs (line 632) | public class XpsSerializationProgressChangedEventArgs (line 646) | public class XpsSerializationProgressChangedEventArgs : method XpsSerializationProgressChangedEventArgs (line 652) | public class XpsSerializationPrintTicketRequiredEventArgs (line 695) | public class XpsSerializationPrintTicketRequiredEventArgs : method XpsSerializationPrintTicketRequiredEventArgs (line 701) | public type PrintTicketLevel (line 789) | public enum PrintTicketLevel type XpsWritingProgressChangeLevel (line 813) | public enum XpsWritingProgressChangeLevel type BatchOperationType (line 834) | internal enum BatchOperationType class BatchOperationWorkItem (line 840) | internal class BatchOperationWorkItem method BatchOperationWorkItem (line 842) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsTokenContext.cs class XpsTokenContext (line 11) | internal class XpsTokenContext : method XpsTokenContext (line 17) | public method XpsTokenContext (line 38) | public method OnComponentChanged (line 58) | public method OnComponentChanging (line 67) | public method GetService (line 78) | public FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/SerializerFactory/XpsSerializerFactory.cs class XpsSerializerFactory (line 20) | public sealed class XpsSerializerFactory : ISerializerFactory method XpsSerializerFactory (line 26) | public XpsSerializerFactory() method CreateSerializerWriter (line 36) | public SerializerWriter CreateSerializerWriter(Stream stream) FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/SerializerFactory/XpsSerializerWriter.cs class XpsSerializerWriter (line 25) | internal class XpsSerializerWriter : SerializerWriter method XpsSerializerWriter (line 29) | private XpsSerializerWriter() method XpsSerializerWriter (line 36) | public XpsSerializerWriter(Stream stream) method Write (line 56) | public override void Write(Visual visual) method Write (line 68) | public override void Write(Visual visual, PrintTicket printTicket) method WriteAsync (line 80) | public override void WriteAsync(Visual visual) method WriteAsync (line 90) | public override void WriteAsync(Visual visual, PrintTicket printTicket) method WriteAsync (line 100) | public override void WriteAsync(Visual visual, object userState) method WriteAsync (line 110) | public override void WriteAsync(Visual visual, PrintTicket printTicket... method Write (line 120) | public override void Write(DocumentPaginator paginator) method Write (line 132) | public override void Write(DocumentPaginator paginator, PrintTicket pr... method WriteAsync (line 144) | public override void WriteAsync(DocumentPaginator paginator) method WriteAsync (line 154) | public override void WriteAsync(DocumentPaginator paginator, PrintTick... method WriteAsync (line 164) | public override void WriteAsync(DocumentPaginator paginator, object us... method WriteAsync (line 174) | public override void WriteAsync(DocumentPaginator paginator, PrintTick... method Write (line 184) | public override void Write(FixedPage fixedPage) method Write (line 196) | public override void Write(FixedPage fixedPage, PrintTicket printTicket) method WriteAsync (line 208) | public override void WriteAsync(FixedPage fixedPage) method WriteAsync (line 218) | public override void WriteAsync(FixedPage fixedPage, PrintTicket print... method WriteAsync (line 228) | public override void WriteAsync(FixedPage fixedPage, object Async) method WriteAsync (line 238) | public override void WriteAsync(FixedPage fixedPage, PrintTicket print... method Write (line 248) | public override void Write(FixedDocument fixedDocument) method Write (line 260) | public override void Write(FixedDocument fixedDocument, PrintTicket pr... method WriteAsync (line 272) | public override void WriteAsync(FixedDocument fixedDocument) method WriteAsync (line 282) | public override void WriteAsync(FixedDocument fixedDocument, PrintTick... method WriteAsync (line 292) | public override void WriteAsync(FixedDocument fixedDocument, object us... method WriteAsync (line 302) | public override void WriteAsync(FixedDocument fixedDocument, PrintTick... method Write (line 312) | public override void Write(FixedDocumentSequence fixedDocumentSequence) method Write (line 324) | public override void Write(FixedDocumentSequence fixedDocumentSequence... method WriteAsync (line 336) | public override void WriteAsync(FixedDocumentSequence fixedDocumentSeq... method WriteAsync (line 346) | public override void WriteAsync(FixedDocumentSequence fixedDocumentSeq... method WriteAsync (line 356) | public override void WriteAsync(FixedDocumentSequence fixedDocumentSeq... method WriteAsync (line 366) | public override void WriteAsync(FixedDocumentSequence fixedDocumentSeq... method CancelAsync (line 376) | public override void CancelAsync() method CreateVisualsCollator (line 386) | public override SerializerWriterCollator CreateVisualsCollator() method CreateVisualsCollator (line 403) | public override SerializerWriterCollator CreateVisualsCollator(PrintTi... method xsw_WritingPrintTicketRequired (line 441) | private void xsw_WritingPrintTicketRequired(object sender, WritingPrin... method xsw_WritingProgressChanged (line 446) | private void xsw_WritingProgressChanged(object sender, WritingProgress... method xsw_WritingCompleted (line 451) | private void xsw_WritingCompleted(object sender, WritingCompletedEvent... method xsw_WritingCancelled (line 460) | private void xsw_WritingCancelled(object sender, WritingCancelledEvent... method CheckDisposed (line 469) | private void CheckDisposed() method FinalizeWriter (line 477) | private void FinalizeWriter() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/SerializerFactory/XpsSerializerWriterCollator.cs class XpsSerializerWriterCollator (line 33) | internal class XpsSerializerWriterCollator : SerializerWriterCollator method XpsSerializerWriterCollator (line 37) | private XpsSerializerWriterCollator() method XpsSerializerWriterCollator (line 44) | public XpsSerializerWriterCollator(Package package,XpsDocument xpsDocu... method Write (line 59) | public override void Write(Visual visual, PrintTicket printTicket) method WriteAsync (line 69) | public override void WriteAsync(Visual visual, PrintTicket printTicket... method Close (line 79) | public override void Close() method CancelAsync (line 94) | public override void CancelAsync() method Cancel (line 104) | public override void Cancel() method CheckDisposed (line 115) | private void CheckDisposed() FILE: src/Microsoft.DotNet.Wpf/src/ReachFramework/ref/ReachFramework.cs type Collation (line 6) | public enum Collation type ConflictStatus (line 12) | public enum ConflictStatus type DeviceFontSubstitution (line 17) | public enum DeviceFontSubstitution type Duplexing (line 23) | public enum Duplexing type InputBin (line 30) | public enum InputBin type OutputColor (line 39) | public enum OutputColor type OutputQuality (line 46) | public enum OutputQuality type PageBorderless (line 57) | public enum PageBorderless class PageImageableArea (line 63) | public sealed partial class PageImageableArea method PageImageableArea (line 65) | internal PageImageableArea() { } method ToString (line 70) | public override string ToString() { throw null; } class PageMediaSize (line 72) | public sealed partial class PageMediaSize method PageMediaSize (line 74) | public PageMediaSize(double width, double height) { } method PageMediaSize (line 75) | public PageMediaSize(System.Printing.PageMediaSizeName mediaSizeName) { } method PageMediaSize (line 76) | public PageMediaSize(System.Printing.PageMediaSizeName mediaSizeName, ... method ToString (line 80) | public override string ToString() { throw null; } type PageMediaSizeName (line 82) | public enum PageMediaSizeName type PageMediaType (line 256) | public enum PageMediaType type PageOrder (line 289) | public enum PageOrder type PageOrientation (line 295) | public enum PageOrientation type PageQualitativeResolution (line 303) | public enum PageQualitativeResolution class PageResolution (line 312) | public sealed partial class PageResolution method PageResolution (line 314) | public PageResolution(int resolutionX, int resolutionY) { } method PageResolution (line 315) | public PageResolution(int resolutionX, int resolutionY, System.Printin... method PageResolution (line 316) | public PageResolution(System.Printing.PageQualitativeResolution qualit... method ToString (line 320) | public override string ToString() { throw null; } class PageScalingFactorRange (line 322) | public sealed partial class PageScalingFactorRange method PageScalingFactorRange (line 324) | internal PageScalingFactorRange() { } method ToString (line 327) | public override string ToString() { throw null; } type PagesPerSheetDirection (line 329) | public enum PagesPerSheetDirection type PhotoPrintingIntent (line 341) | public enum PhotoPrintingIntent class PrintCapabilities (line 349) | public sealed partial class PrintCapabilities method PrintCapabilities (line 351) | public PrintCapabilities(System.IO.Stream xmlStream) { } class PrintCommitAttributesException (line 375) | public partial class PrintCommitAttributesException : System.Printing.Pr... method PrintCommitAttributesException (line 377) | public PrintCommitAttributesException() { } method PrintCommitAttributesException (line 378) | public PrintCommitAttributesException(int errorCode, System.Collection... method PrintCommitAttributesException (line 379) | public PrintCommitAttributesException(int errorCode, string message, S... method PrintCommitAttributesException (line 380) | protected PrintCommitAttributesException(System.Runtime.Serialization.... method PrintCommitAttributesException (line 381) | public PrintCommitAttributesException(string message) { } method PrintCommitAttributesException (line 382) | public PrintCommitAttributesException(string message, System.Exception... method GetObjectData (line 387) | public override void GetObjectData(System.Runtime.Serialization.Serial... class PrintingCanceledException (line 390) | public partial class PrintingCanceledException : System.Printing.PrintJo... method PrintingCanceledException (line 392) | public PrintingCanceledException() { } method PrintingCanceledException (line 393) | public PrintingCanceledException(int errorCode, string message) { } method PrintingCanceledException (line 394) | public PrintingCanceledException(int errorCode, string message, System... method PrintingCanceledException (line 395) | public PrintingCanceledException(int errorCode, string message, string... method PrintingCanceledException (line 396) | public PrintingCanceledException(int errorCode, string message, string... method PrintingCanceledException (line 397) | protected PrintingCanceledException(System.Runtime.Serialization.Seria... method PrintingCanceledException (line 398) | public PrintingCanceledException(string message) { } method PrintingCanceledException (line 399) | public PrintingCanceledException(string message, System.Exception inne... class PrintingNotSupportedException (line 401) | public partial class PrintingNotSupportedException : System.Printing.Pri... method PrintingNotSupportedException (line 403) | public PrintingNotSupportedException() { } method PrintingNotSupportedException (line 404) | protected PrintingNotSupportedException(System.Runtime.Serialization.S... method PrintingNotSupportedException (line 405) | public PrintingNotSupportedException(string message) { } method PrintingNotSupportedException (line 406) | public PrintingNotSupportedException(string message, System.Exception ... method GetObjectData (line 408) | public override void GetObjectData(System.Runtime.Serialization.Serial... class PrintJobException (line 411) | public partial class PrintJobException : System.Printing.PrintSystemExce... method PrintJobException (line 413) | public PrintJobException() { } method PrintJobException (line 414) | public PrintJobException(int errorCode, string message) { } method PrintJobException (line 415) | public PrintJobException(int errorCode, string message, System.Excepti... method PrintJobException (line 416) | public PrintJobException(int errorCode, string message, string printQu... method PrintJobException (line 417) | public PrintJobException(int errorCode, string message, string printQu... method PrintJobException (line 418) | protected PrintJobException(System.Runtime.Serialization.Serialization... method PrintJobException (line 419) | public PrintJobException(string message) { } method PrintJobException (line 420) | public PrintJobException(string message, System.Exception innerExcepti... method GetObjectData (line 425) | public override void GetObjectData(System.Runtime.Serialization.Serial... class PrintQueueException (line 428) | public partial class PrintQueueException : System.Printing.PrintSystemEx... method PrintQueueException (line 430) | public PrintQueueException() { } method PrintQueueException (line 431) | public PrintQueueException(int errorCode, string message, string print... method PrintQueueException (line 432) | public PrintQueueException(int errorCode, string message, string print... method PrintQueueException (line 433) | public PrintQueueException(int errorCode, string message, string print... method PrintQueueException (line 434) | protected PrintQueueException(System.Runtime.Serialization.Serializati... method PrintQueueException (line 435) | public PrintQueueException(string message) { } method PrintQueueException (line 436) | public PrintQueueException(string message, System.Exception innerExcep... method GetObjectData (line 439) | public override void GetObjectData(System.Runtime.Serialization.Serial... class PrintServerException (line 442) | public partial class PrintServerException : System.Printing.PrintSystemE... method PrintServerException (line 444) | public PrintServerException() { } method PrintServerException (line 445) | public PrintServerException(int errorCode, string message, string serv... method PrintServerException (line 446) | public PrintServerException(int errorCode, string message, string serv... method PrintServerException (line 447) | protected PrintServerException(System.Runtime.Serialization.Serializat... method PrintServerException (line 448) | public PrintServerException(string message) { } method PrintServerException (line 449) | public PrintServerException(string message, System.Exception innerExce... method GetObjectData (line 452) | public override void GetObjectData(System.Runtime.Serialization.Serial... class PrintSystemException (line 455) | public partial class PrintSystemException : System.SystemException method PrintSystemException (line 457) | public PrintSystemException() { } method PrintSystemException (line 458) | public PrintSystemException(int errorCode, string message) { } method PrintSystemException (line 459) | public PrintSystemException(int errorCode, string message, System.Exce... method PrintSystemException (line 460) | public PrintSystemException(int errorCode, string message, string prin... method PrintSystemException (line 461) | protected PrintSystemException(System.Runtime.Serialization.Serializat... method PrintSystemException (line 462) | public PrintSystemException(string message) { } method PrintSystemException (line 463) | public PrintSystemException(string message, System.Exception innerExce... method GetObjectData (line 465) | public override void GetObjectData(System.Runtime.Serialization.Serial... class PrintTicket (line 468) | public sealed partial class PrintTicket : System.ComponentModel.INotifyP... method PrintTicket (line 470) | public PrintTicket() { } method PrintTicket (line 471) | public PrintTicket(System.IO.Stream xmlStream) { } method Clone (line 492) | public System.Printing.PrintTicket Clone() { throw null; } method GetXmlStream (line 493) | public System.IO.MemoryStream GetXmlStream() { throw null; } method SaveTo (line 494) | public void SaveTo(System.IO.Stream outStream) { } type PrintTicketScope (line 496) | public enum PrintTicketScope type Stapling (line 502) | public enum Stapling type TrueTypeFontMode (line 516) | public enum TrueTypeFontMode type ValidationResult (line 525) | public partial struct ValidationResult method Equals (line 529) | public override bool Equals(object o) { throw null; } method GetHashCode (line 530) | public override int GetHashCode() { throw null; } type BaseDevModeType (line 537) | public enum BaseDevModeType class PrintTicketConverter (line 542) | public sealed partial class PrintTicketConverter : System.IDisposable method PrintTicketConverter (line 544) | public PrintTicketConverter(string deviceName, int clientPrintSchemaVe... method ConvertDevModeToPrintTicket (line 546) | public System.Printing.PrintTicket ConvertDevModeToPrintTicket(byte[] ... method ConvertDevModeToPrintTicket (line 547) | public System.Printing.PrintTicket ConvertDevModeToPrintTicket(byte[] ... method ConvertPrintTicketToDevMode (line 548) | public byte[] ConvertPrintTicketToDevMode(System.Printing.PrintTicket ... method ConvertPrintTicketToDevMode (line 549) | public byte[] ConvertPrintTicketToDevMode(System.Printing.PrintTicket ... method Dispose (line 550) | public void Dispose() { } method Dispose (line 551) | void System.IDisposable.Dispose() { } class XpsException (line 556) | public partial class XpsException : System.Exception method XpsException (line 558) | public XpsException() { } method XpsException (line 559) | protected XpsException(System.Runtime.Serialization.SerializationInfo ... method XpsException (line 560) | public XpsException(string message) { } method XpsException (line 561) | public XpsException(string message, System.Exception innerException) { } class XpsPackagingException (line 563) | public partial class XpsPackagingException : System.Windows.Xps.XpsExcep... method XpsPackagingException (line 565) | public XpsPackagingException() { } method XpsPackagingException (line 566) | protected XpsPackagingException(System.Runtime.Serialization.Serializa... method XpsPackagingException (line 567) | public XpsPackagingException(string message) { } method XpsPackagingException (line 568) | public XpsPackagingException(string message, System.Exception innerExc... class XpsSerializationException (line 570) | public partial class XpsSerializationException : System.Windows.Xps.XpsE... method XpsSerializationException (line 572) | public XpsSerializationException() { } method XpsSerializationException (line 573) | protected XpsSerializationException(System.Runtime.Serialization.Seria... method XpsSerializationException (line 574) | public XpsSerializationException(string message) { } method XpsSerializationException (line 575) | public XpsSerializationException(string message, System.Exception inne... type IDocumentStructureProvider (line 580) | public partial interface IDocumentStructureProvider method AddDocumentStructure (line 582) | System.Windows.Xps.Packaging.XpsStructure AddDocumentStructure(); type IStoryFragmentProvider (line 584) | public partial interface IStoryFragmentProvider method AddStoryFragment (line 586) | System.Windows.Xps.Packaging.XpsStructure AddStoryFragment(); type IXpsFixedDocumentReader (line 588) | public partial interface IXpsFixedDocumentReader : System.Windows.Xps.Pa... method AddSignatureDefinition (line 597) | void AddSignatureDefinition(System.Windows.Xps.Packaging.XpsSignatureD... method CommitSignatureDefinition (line 598) | void CommitSignatureDefinition(); method GetFixedPage (line 599) | System.Windows.Xps.Packaging.IXpsFixedPageReader GetFixedPage(System.U... method RemoveSignatureDefinition (line 600) | void RemoveSignatureDefinition(System.Windows.Xps.Packaging.XpsSignatu... type IXpsFixedDocumentSequenceReader (line 602) | public partial interface IXpsFixedDocumentSequenceReader method GetFixedDocument (line 608) | System.Windows.Xps.Packaging.IXpsFixedDocumentReader GetFixedDocument(... type IXpsFixedDocumentSequenceWriter (line 610) | public partial interface IXpsFixedDocumentSequenceWriter method AddFixedDocument (line 614) | System.Windows.Xps.Packaging.IXpsFixedDocumentWriter AddFixedDocument(); method AddThumbnail (line 615) | System.Windows.Xps.Packaging.XpsThumbnail AddThumbnail(System.Windows.... method Commit (line 616) | void Commit(); type IXpsFixedDocumentWriter (line 618) | public partial interface IXpsFixedDocumentWriter : System.Windows.Xps.Pa... method AddFixedPage (line 623) | System.Windows.Xps.Packaging.IXpsFixedPageWriter AddFixedPage(); method AddThumbnail (line 624) | System.Windows.Xps.Packaging.XpsThumbnail AddThumbnail(System.Windows.... method Commit (line 625) | void Commit(); type IXpsFixedPageReader (line 627) | public partial interface IXpsFixedPageReader : System.Windows.Xps.Packag... method GetColorContext (line 639) | System.Windows.Xps.Packaging.XpsColorContext GetColorContext(System.Ur... method GetFont (line 640) | System.Windows.Xps.Packaging.XpsFont GetFont(System.Uri uri); method GetImage (line 641) | System.Windows.Xps.Packaging.XpsImage GetImage(System.Uri uri); method GetResource (line 642) | System.Windows.Xps.Packaging.XpsResource GetResource(System.Uri resour... method GetResourceDictionary (line 643) | System.Windows.Xps.Packaging.XpsResourceDictionary GetResourceDictiona... type IXpsFixedPageWriter (line 645) | public partial interface IXpsFixedPageWriter : System.Windows.Xps.Packag... method AddColorContext (line 652) | System.Windows.Xps.Packaging.XpsColorContext AddColorContext(); method AddFont (line 653) | System.Windows.Xps.Packaging.XpsFont AddFont(); method AddFont (line 654) | System.Windows.Xps.Packaging.XpsFont AddFont(bool obfuscate); method AddFont (line 655) | System.Windows.Xps.Packaging.XpsFont AddFont(bool obfuscate, bool addR... method AddImage (line 656) | System.Windows.Xps.Packaging.XpsImage AddImage(string mimeType); method AddImage (line 657) | System.Windows.Xps.Packaging.XpsImage AddImage(System.Windows.Xps.Pack... method AddResource (line 658) | System.Windows.Xps.Packaging.XpsResource AddResource(System.Type resou... method AddResourceDictionary (line 659) | System.Windows.Xps.Packaging.XpsResourceDictionary AddResourceDictiona... method AddThumbnail (line 660) | System.Windows.Xps.Packaging.XpsThumbnail AddThumbnail(System.Windows.... method Commit (line 661) | void Commit(); type PackageInterleavingOrder (line 663) | public enum PackageInterleavingOrder type PackagingAction (line 670) | public enum PackagingAction class PackagingProgressEventArgs (line 684) | public partial class PackagingProgressEventArgs : System.EventArgs method PackagingProgressEventArgs (line 686) | public PackagingProgressEventArgs(System.Windows.Xps.Packaging.Packagi... class SpotLocation (line 691) | public partial class SpotLocation method SpotLocation (line 693) | public SpotLocation() { } class XpsColorContext (line 698) | public partial class XpsColorContext : System.Windows.Xps.Packaging.XpsR... method XpsColorContext (line 700) | internal XpsColorContext() { } class XpsDigitalSignature (line 702) | public partial class XpsDigitalSignature method XpsDigitalSignature (line 704) | public XpsDigitalSignature(System.IO.Packaging.PackageDigitalSignature... method Verify (line 714) | public System.IO.Packaging.VerifyResult Verify() { throw null; } method Verify (line 715) | public System.IO.Packaging.VerifyResult Verify(System.Security.Cryptog... method VerifyCertificate (line 716) | public System.Security.Cryptography.X509Certificates.X509ChainStatusFl... method VerifyCertificate (line 717) | public static System.Security.Cryptography.X509Certificates.X509ChainS... type XpsDigSigPartAlteringRestrictions (line 719) | [System.FlagsAttribute] class XpsDocument (line 727) | public partial class XpsDocument : System.Windows.Xps.Packaging.XpsPartB... method XpsDocument (line 729) | public XpsDocument(System.IO.Packaging.Package package) { } method XpsDocument (line 730) | public XpsDocument(System.IO.Packaging.Package package, System.IO.Pack... method XpsDocument (line 731) | public XpsDocument(System.IO.Packaging.Package package, System.IO.Pack... method XpsDocument (line 732) | public XpsDocument(string path, System.IO.FileAccess packageAccess) { } method XpsDocument (line 733) | public XpsDocument(string path, System.IO.FileAccess packageAccess, Sy... method AddFixedDocumentSequence (line 741) | public System.Windows.Xps.Packaging.IXpsFixedDocumentSequenceWriter Ad... method AddThumbnail (line 742) | public System.Windows.Xps.Packaging.XpsThumbnail AddThumbnail(System.W... method Close (line 743) | public void Close() { } method CreateXpsDocumentWriter (line 744) | public static System.Windows.Xps.XpsDocumentWriter CreateXpsDocumentWr... method Dispose (line 745) | protected virtual void Dispose(bool disposing) { } method GetFixedDocumentSequence (line 746) | public System.Windows.Documents.FixedDocumentSequence GetFixedDocument... method RemoveSignature (line 747) | public void RemoveSignature(System.Windows.Xps.Packaging.XpsDigitalSig... method SignDigitally (line 748) | public System.Windows.Xps.Packaging.XpsDigitalSignature SignDigitally(... method SignDigitally (line 749) | public System.Windows.Xps.Packaging.XpsDigitalSignature SignDigitally(... method SignDigitally (line 750) | public System.Windows.Xps.Packaging.XpsDigitalSignature SignDigitally(... method Dispose (line 751) | void System.IDisposable.Dispose() { } class XpsFont (line 753) | public partial class XpsFont : System.Windows.Xps.Packaging.XpsResource method XpsFont (line 755) | internal XpsFont() { } method ObfuscateFontData (line 758) | public static void ObfuscateFontData(byte[] fontData, System.Guid guid... class XpsImage (line 760) | public partial class XpsImage : System.Windows.Xps.Packaging.XpsResource method XpsImage (line 762) | internal XpsImage() { } type XpsImageType (line 764) | public enum XpsImageType class XpsPartBase (line 771) | public abstract partial class XpsPartBase method XpsPartBase (line 773) | internal XpsPartBase() { } class XpsResource (line 776) | public partial class XpsResource : System.Windows.Xps.Packaging.XpsPartB... method XpsResource (line 778) | internal XpsResource() { } method Commit (line 779) | public void Commit() { } method GetStream (line 780) | public virtual System.IO.Stream GetStream() { throw null; } method RelativeUri (line 781) | public System.Uri RelativeUri(System.Uri inUri) { throw null; } method Dispose (line 782) | void System.IDisposable.Dispose() { } class XpsResourceDictionary (line 784) | public partial class XpsResourceDictionary : System.Windows.Xps.Packagin... method XpsResourceDictionary (line 786) | internal XpsResourceDictionary() { } type XpsResourceSharing (line 788) | public enum XpsResourceSharing class XpsSignatureDefinition (line 793) | public partial class XpsSignatureDefinition method XpsSignatureDefinition (line 795) | public XpsSignatureDefinition() { } class XpsStructure (line 805) | public partial class XpsStructure : System.Windows.Xps.Packaging.XpsReso... method XpsStructure (line 807) | internal XpsStructure() { } class XpsThumbnail (line 809) | public partial class XpsThumbnail : System.Windows.Xps.Packaging.XpsReso... method XpsThumbnail (line 811) | internal XpsThumbnail() { } class BasePackagingPolicy (line 816) | public abstract partial class BasePackagingPolicy : System.IDisposable method BasePackagingPolicy (line 818) | protected BasePackagingPolicy() { } method AcquireResourceStreamForXpsColorContext (line 821) | public abstract System.Windows.Xps.Serialization.XpsResourceStream Acq... method AcquireResourceStreamForXpsFont (line 822) | public abstract System.Windows.Xps.Serialization.XpsResourceStream Acq... method AcquireResourceStreamForXpsFont (line 823) | public abstract System.Windows.Xps.Serialization.XpsResourceStream Acq... method AcquireResourceStreamForXpsImage (line 824) | public abstract System.Windows.Xps.Serialization.XpsResourceStream Acq... method AcquireResourceStreamForXpsResourceDictionary (line 825) | public abstract System.Windows.Xps.Serialization.XpsResourceStream Acq... method AcquireStreamForLinkTargets (line 826) | public abstract System.Collections.Generic.IList AcquireStream... method AcquireXmlWriterForFixedDocument (line 827) | public abstract System.Xml.XmlWriter AcquireXmlWriterForFixedDocument(); method AcquireXmlWriterForFixedDocumentSequence (line 828) | public abstract System.Xml.XmlWriter AcquireXmlWriterForFixedDocumentS... method AcquireXmlWriterForFixedPage (line 829) | public abstract System.Xml.XmlWriter AcquireXmlWriterForFixedPage(); method AcquireXmlWriterForPage (line 830) | public abstract System.Xml.XmlWriter AcquireXmlWriterForPage(); method AcquireXmlWriterForResourceDictionary (line 831) | public abstract System.Xml.XmlWriter AcquireXmlWriterForResourceDictio... method PersistPrintTicket (line 832) | public abstract void PersistPrintTicket(System.Printing.PrintTicket pr... method PreCommitCurrentPage (line 833) | public abstract void PreCommitCurrentPage(); method RelateResourceToCurrentPage (line 834) | public abstract void RelateResourceToCurrentPage(System.Uri targetUri,... method RelateRestrictedFontToCurrentDocument (line 835) | public abstract void RelateRestrictedFontToCurrentDocument(System.Uri ... method ReleaseResourceStreamForXpsColorContext (line 836) | public abstract void ReleaseResourceStreamForXpsColorContext(); method ReleaseResourceStreamForXpsFont (line 837) | public abstract void ReleaseResourceStreamForXpsFont(); method ReleaseResourceStreamForXpsFont (line 838) | public abstract void ReleaseResourceStreamForXpsFont(string resourceId); method ReleaseResourceStreamForXpsImage (line 839) | public abstract void ReleaseResourceStreamForXpsImage(); method ReleaseResourceStreamForXpsResourceDictionary (line 840) | public abstract void ReleaseResourceStreamForXpsResourceDictionary(); method ReleaseXmlWriterForFixedDocument (line 841) | public abstract void ReleaseXmlWriterForFixedDocument(); method ReleaseXmlWriterForFixedDocumentSequence (line 842) | public abstract void ReleaseXmlWriterForFixedDocumentSequence(); method ReleaseXmlWriterForFixedPage (line 843) | public abstract void ReleaseXmlWriterForFixedPage(); method Dispose (line 844) | void System.IDisposable.Dispose() { } class ColorTypeConverter (line 846) | public partial class ColorTypeConverter : System.ComponentModel.Expandab... method ColorTypeConverter (line 848) | public ColorTypeConverter() { } method CanConvertFrom (line 849) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 850) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 851) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 852) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... method GetProperties (line 853) | public override System.ComponentModel.PropertyDescriptorCollection Get... method SerializeColorContext (line 854) | public static string SerializeColorContext(System.IServiceProvider con... type FontSubsetterCommitPolicies (line 856) | [System.FlagsAttribute] class FontTypeConverter (line 864) | public partial class FontTypeConverter : System.ComponentModel.Expandabl... method FontTypeConverter (line 866) | public FontTypeConverter() { } method CanConvertFrom (line 867) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 868) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 869) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 870) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... method GetProperties (line 871) | public override System.ComponentModel.PropertyDescriptorCollection Get... class ImageSourceTypeConverter (line 873) | public partial class ImageSourceTypeConverter : System.ComponentModel.Ex... method ImageSourceTypeConverter (line 875) | public ImageSourceTypeConverter() { } method CanConvertFrom (line 876) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 877) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 878) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 879) | [System.Security.SecurityTreatAsSafeAttribute] method GetProperties (line 881) | public override System.ComponentModel.PropertyDescriptorCollection Get... class PackageSerializationManager (line 883) | public abstract partial class PackageSerializationManager : System.IDisp... method PackageSerializationManager (line 885) | protected PackageSerializationManager() { } method SaveAsXaml (line 886) | public abstract void SaveAsXaml(object serializedObject); method Dispose (line 887) | void System.IDisposable.Dispose() { } type PrintTicketLevel (line 889) | public enum PrintTicketLevel type SerializationState (line 896) | public enum SerializationState class XpsPackagingPolicy (line 901) | public partial class XpsPackagingPolicy : System.Windows.Xps.Serializati... method XpsPackagingPolicy (line 903) | public XpsPackagingPolicy(System.Windows.Xps.Packaging.XpsDocument xps... method XpsPackagingPolicy (line 904) | public XpsPackagingPolicy(System.Windows.Xps.Packaging.XpsDocument xps... method AcquireResourceStreamForXpsColorContext (line 908) | public override System.Windows.Xps.Serialization.XpsResourceStream Acq... method AcquireResourceStreamForXpsFont (line 909) | public override System.Windows.Xps.Serialization.XpsResourceStream Acq... method AcquireResourceStreamForXpsFont (line 910) | public override System.Windows.Xps.Serialization.XpsResourceStream Acq... method AcquireResourceStreamForXpsImage (line 911) | public override System.Windows.Xps.Serialization.XpsResourceStream Acq... method AcquireResourceStreamForXpsResourceDictionary (line 912) | public override System.Windows.Xps.Serialization.XpsResourceStream Acq... method AcquireStreamForLinkTargets (line 913) | public override System.Collections.Generic.IList AcquireStream... method AcquireXmlWriterForFixedDocument (line 914) | public override System.Xml.XmlWriter AcquireXmlWriterForFixedDocument(... method AcquireXmlWriterForFixedDocumentSequence (line 915) | public override System.Xml.XmlWriter AcquireXmlWriterForFixedDocumentS... method AcquireXmlWriterForFixedPage (line 916) | public override System.Xml.XmlWriter AcquireXmlWriterForFixedPage() { ... method AcquireXmlWriterForPage (line 917) | public override System.Xml.XmlWriter AcquireXmlWriterForPage() { throw... method AcquireXmlWriterForResourceDictionary (line 918) | public override System.Xml.XmlWriter AcquireXmlWriterForResourceDictio... method PersistPrintTicket (line 919) | public override void PersistPrintTicket(System.Printing.PrintTicket pr... method PreCommitCurrentPage (line 920) | public override void PreCommitCurrentPage() { } method RelateResourceToCurrentPage (line 921) | public override void RelateResourceToCurrentPage(System.Uri targetUri,... method RelateRestrictedFontToCurrentDocument (line 922) | public override void RelateRestrictedFontToCurrentDocument(System.Uri ... method ReleaseResourceStreamForXpsColorContext (line 923) | public override void ReleaseResourceStreamForXpsColorContext() { } method ReleaseResourceStreamForXpsFont (line 924) | public override void ReleaseResourceStreamForXpsFont() { } method ReleaseResourceStreamForXpsFont (line 925) | public override void ReleaseResourceStreamForXpsFont(string resourceId... method ReleaseResourceStreamForXpsImage (line 926) | public override void ReleaseResourceStreamForXpsImage() { } method ReleaseResourceStreamForXpsResourceDictionary (line 927) | public override void ReleaseResourceStreamForXpsResourceDictionary() { } method ReleaseXmlWriterForFixedDocument (line 928) | public override void ReleaseXmlWriterForFixedDocument() { } method ReleaseXmlWriterForFixedDocumentSequence (line 929) | public override void ReleaseXmlWriterForFixedDocumentSequence() { } method ReleaseXmlWriterForFixedPage (line 930) | public override void ReleaseXmlWriterForFixedPage() { } class XpsResourceStream (line 932) | public partial class XpsResourceStream method XpsResourceStream (line 934) | public XpsResourceStream(System.IO.Stream stream, System.Uri uri) { } method Initialize (line 937) | public void Initialize() { } class XpsSerializationCompletedEventArgs (line 939) | public partial class XpsSerializationCompletedEventArgs : System.Compone... method XpsSerializationCompletedEventArgs (line 941) | public XpsSerializationCompletedEventArgs(bool canceled, object state,... class XpsSerializationManager (line 944) | public partial class XpsSerializationManager : System.Windows.Xps.Serial... method XpsSerializationManager (line 946) | public XpsSerializationManager(System.Windows.Xps.Serialization.BasePa... method Commit (line 950) | public virtual void Commit() { } method SaveAsXaml (line 951) | public override void SaveAsXaml(object serializedObject) { } method SetFontSubsettingCountPolicy (line 952) | public void SetFontSubsettingCountPolicy(int countPolicy) { } method SetFontSubsettingPolicy (line 953) | public void SetFontSubsettingPolicy(System.Windows.Xps.Serialization.F... class XpsSerializationManagerAsync (line 955) | public sealed partial class XpsSerializationManagerAsync : System.Window... method XpsSerializationManagerAsync (line 957) | public XpsSerializationManagerAsync(System.Windows.Xps.Serialization.B... method CancelAsync (line 959) | public void CancelAsync() { } method Commit (line 960) | public override void Commit() { } method SaveAsXaml (line 961) | public override void SaveAsXaml(object serializedObject) { } class XpsSerializationPrintTicketRequiredEventArgs (line 963) | public partial class XpsSerializationPrintTicketRequiredEventArgs : Syst... method XpsSerializationPrintTicketRequiredEventArgs (line 965) | public XpsSerializationPrintTicketRequiredEventArgs(System.Windows.Xps... class XpsSerializationProgressChangedEventArgs (line 971) | public partial class XpsSerializationProgressChangedEventArgs : System.C... method XpsSerializationProgressChangedEventArgs (line 973) | public XpsSerializationProgressChangedEventArgs(System.Windows.Xps.Ser... class XpsSerializerFactory (line 978) | public sealed partial class XpsSerializerFactory : System.Windows.Docume... method XpsSerializerFactory (line 980) | public XpsSerializerFactory() { } method CreateSerializerWriter (line 985) | public System.Windows.Documents.Serialization.SerializerWriter CreateS... type XpsWritingProgressChangeLevel (line 987) | public enum XpsWritingProgressChangeLevel FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/AppDomainShutdownMonitor.cs type IAppDomainShutdownListener (line 16) | internal interface IAppDomainShutdownListener method NotifyShutdown (line 18) | void NotifyShutdown(); class AppDomainShutdownMonitor (line 21) | internal static class AppDomainShutdownMonitor method AppDomainShutdownMonitor (line 23) | static AppDomainShutdownMonitor() method Add (line 32) | public static void Add(WeakReference liste... method Remove (line 45) | public static void Remove(WeakReference li... method OnShutdown (line 56) | private static void OnShutdown(object sender, EventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/CharacterBuffer.cs class CharacterBuffer (line 27) | internal abstract class CharacterBuffer : IList method GetCharacterPointer (line 32) | public abstract unsafe char* GetCharacterPointer(); method PinAndGetCharacterPointer (line 39) | public abstract IntPtr PinAndGetCharacterPointer(int offset, out GCHan... method UnpinCharacterPointer (line 44) | public abstract void UnpinCharacterPointer(GCHandle gcHandle); method AppendToStringBuilder (line 54) | public abstract void AppendToStringBuilder( method IndexOf (line 62) | public int IndexOf(char item) method Insert (line 72) | public void Insert(int index, char item) method RemoveAt (line 84) | public void RemoveAt(int index) method Add (line 94) | public void Add(char item) method Clear (line 100) | public void Clear() method Contains (line 106) | public bool Contains(char item) method CopyTo (line 111) | public void CopyTo(char[] array, int arrayIndex) method Remove (line 129) | public bool Remove(char item) method GetEnumerator (line 139) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 149) | IEnumerator IEnumerable.GetEnumerator() class CharArrayCharacterBuffer (line 162) | internal sealed class CharArrayCharacterBuffer : CharacterBuffer method CharArrayCharacterBuffer (line 171) | public CharArrayCharacterBuffer( method GetCharacterPointer (line 203) | public override unsafe char* GetCharacterPointer() method PinAndGetCharacterPointer (line 218) | public override unsafe IntPtr PinAndGetCharacterPointer(int offset, ou... method UnpinCharacterPointer (line 227) | public override void UnpinCharacterPointer(GCHandle gcHandle) method AppendToStringBuilder (line 238) | public override void AppendToStringBuilder( class StringCharacterBuffer (line 261) | internal sealed class StringCharacterBuffer : CharacterBuffer method StringCharacterBuffer (line 270) | public StringCharacterBuffer( method GetCharacterPointer (line 302) | public override unsafe char* GetCharacterPointer() method PinAndGetCharacterPointer (line 317) | public override unsafe IntPtr PinAndGetCharacterPointer(int offset, ou... method UnpinCharacterPointer (line 326) | public override void UnpinCharacterPointer(GCHandle gcHandle) method AppendToStringBuilder (line 338) | public override void AppendToStringBuilder( class UnsafeStringCharacterBuffer (line 361) | internal sealed unsafe class UnsafeStringCharacterBuffer : CharacterBuffer method UnsafeStringCharacterBuffer (line 373) | public UnsafeStringCharacterBuffer( method GetCharacterPointer (line 417) | public override unsafe char* GetCharacterPointer() method PinAndGetCharacterPointer (line 426) | public override IntPtr PinAndGetCharacterPointer(int offset, out GCHan... method UnpinCharacterPointer (line 435) | public override void UnpinCharacterPointer(GCHandle gcHandle) method AppendToStringBuilder (line 446) | public override void AppendToStringBuilder( FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Commands/CommandLibraryHelper.cs class CommandLibraryHelper (line 22) | internal static class CommandLibraryHelper method CreateUICommand (line 24) | internal static RoutedUICommand CreateUICommand(string name, Type owne... FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/CopyOnWriteList.cs class CopyOnWriteList (line 17) | internal class CopyOnWriteList method CopyOnWriteList (line 19) | public CopyOnWriteList() : this(null) method CopyOnWriteList (line 23) | public CopyOnWriteList(object syncRoot) method Add (line 61) | public virtual bool Add(object obj) method Remove (line 80) | public virtual bool Remove(object obj) method Internal_Add (line 121) | protected bool Internal_Add(object obj) method Internal_Insert (line 133) | protected bool Internal_Insert(int index, object obj) method Find (line 143) | private int Find(object obj) method RemoveAt (line 163) | protected bool RemoveAt(int index) method DoCopyOnWriteCheck (line 174) | protected void DoCopyOnWriteCheck() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/CriticalExceptions.cs class CriticalExceptions (line 16) | internal static class CriticalExceptions method IsCriticalException (line 19) | internal static bool IsCriticalException(Exception ex) method IsCriticalApplicationException (line 34) | internal static bool IsCriticalApplicationException(Exception ex) method Unwrap (line 45) | internal static Exception Unwrap(Exception ex) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/CulturePreservingExecutionContext.cs class CulturePreservingExecutionContext (line 65) | internal class CulturePreservingExecutionContext: IDisposable method Capture (line 80) | public static CulturePreservingExecutionContext Capture() method Run (line 146) | public static void Run(CulturePreservingExecutionContext executionCont... method CallbackWrapper (line 193) | private static void CallbackWrapper(object obj) method CulturePreservingExecutionContext (line 216) | static CulturePreservingExecutionContext() method CulturePreservingExecutionContext (line 222) | private CulturePreservingExecutionContext() method Dispose (line 235) | protected virtual void Dispose(bool disposing) method Dispose (line 249) | public void Dispose() class CultureAndContextManager (line 275) | private class CultureAndContextManager method CultureAndContextManager (line 279) | private CultureAndContextManager(ContextCallback callback, object st... method Initialize (line 295) | public static CultureAndContextManager Initialize(ContextCallback ca... method ReadCultureInfosFromCurrentThread (line 301) | public void ReadCultureInfosFromCurrentThread() method WriteCultureInfosToCurrentThread (line 307) | public void WriteCultureInfosToCurrentThread() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/DecoderFallbackWithFailureFlag.cs class DecoderFallbackWithFailureFlag (line 35) | internal class DecoderFallbackWithFailureFlag : DecoderFallback method DecoderFallbackWithFailureFlag (line 37) | public DecoderFallbackWithFailureFlag() method CreateFallbackBuffer (line 40) | public override DecoderFallbackBuffer CreateFallbackBuffer() class FallbackBuffer (line 77) | private class FallbackBuffer : DecoderFallbackBuffer method FallbackBuffer (line 79) | public FallbackBuffer(DecoderFallbackWithFailureFlag parent) method Fallback (line 93) | public override bool Fallback(byte[] bytesUnknown, int index) method GetNextChar (line 103) | public override char GetNextChar() method MovePrevious (line 112) | public override bool MovePrevious() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/DoubleUtil.cs class DoubleUtil (line 20) | internal static class DoubleUtil method AreClose (line 41) | public static bool AreClose(double value1, double value2) method LessThan (line 67) | public static bool LessThan(double value1, double value2) method GreaterThan (line 89) | public static bool GreaterThan(double value1, double value2) method GreaterThanZero (line 99) | public static bool GreaterThanZero(double value) method LessThanOrClose (line 123) | public static bool LessThanOrClose(double value1, double value2) method GreaterThanOrClose (line 144) | public static bool GreaterThanOrClose(double value1, double value2) method IsOne (line 157) | public static bool IsOne(double value) method IsZero (line 170) | public static bool IsZero(double value) method AreClose (line 186) | public static bool AreClose(Point point1, Point point2) method AreClose (line 200) | public static bool AreClose(Size size1, Size size2) method AreClose (line 214) | public static bool AreClose(System.Windows.Vector vector1, System.Wind... method AreClose (line 228) | public static bool AreClose(Rect rect1, Rect rect2) method IsBetweenZeroAndOne (line 251) | public static bool IsBetweenZeroAndOne(double val) method DoubleToInt (line 261) | public static int DoubleToInt(double val) method RectHasNaN (line 272) | public static bool RectHasNaN(Rect r) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/FixedPageInfo.cs class FixedPageInfo (line 16) | internal abstract class FixedPageInfo method GlyphRunAtPosition (line 24) | internal abstract GlyphRunInfo GlyphRunAtPosition(int position); class GlyphRunInfo (line 38) | internal abstract class GlyphRunInfo FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/FloatUtil.cs class FloatUtil (line 18) | internal static class FloatUtil method AreClose (line 27) | public static bool AreClose(float a, float b) method IsOne (line 42) | public static bool IsOne(float a) method IsZero (line 50) | public static bool IsZero(float a) method IsCloseToDivideByZero (line 58) | public static bool IsCloseToDivideByZero(float numerator, float denomi... FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/FreezableOperations.cs class FreezableOperations (line 23) | internal static class FreezableOperations method Clone (line 43) | internal static Freezable Clone(Freezable freezable) method GetAsFrozen (line 58) | public static Freezable GetAsFrozen(Freezable freezable) method GetAsFrozenIfPossible (line 72) | internal static Freezable GetAsFrozenIfPossible(Freezable freezable) method PropagateChangedHandlers (line 92) | internal static void PropagateChangedHandlers( FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/AlignmentXValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsAlignmentXValid (line 25) | public static bool IsAlignmentXValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/AlignmentYValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsAlignmentYValid (line 25) | public static bool IsAlignmentYValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/BitmapScalingModeValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsBitmapScalingModeValid (line 25) | public static bool IsBitmapScalingModeValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/BrushMappingModeValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsBrushMappingModeValid (line 25) | public static bool IsBrushMappingModeValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/CachingHintValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsCachingHintValid (line 25) | public static bool IsCachingHintValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/ClearTypeHintValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsClearTypeHintValid (line 25) | public static bool IsClearTypeHintValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/ColorInterpolationModeValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsColorInterpolationModeValid (line 25) | public static bool IsColorInterpolationModeValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/EdgeModeValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsEdgeModeValid (line 25) | public static bool IsEdgeModeValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/EdgeProfileValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsEdgeProfileValid (line 25) | public static bool IsEdgeProfileValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/FillRuleValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsFillRuleValid (line 25) | public static bool IsFillRuleValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/GeometryCombineModeValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsGeometryCombineModeValid (line 25) | public static bool IsGeometryCombineModeValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/GradientSpreadMethodValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsGradientSpreadMethodValid (line 25) | public static bool IsGradientSpreadMethodValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/KernelTypeValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsKernelTypeValid (line 25) | public static bool IsKernelTypeValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/PenLineCapValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsPenLineCapValid (line 25) | public static bool IsPenLineCapValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/PenLineJoinValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsPenLineJoinValid (line 25) | public static bool IsPenLineJoinValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/RenderingBiasValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsRenderingBiasValid (line 25) | public static bool IsRenderingBiasValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/RotationValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsRotationValid (line 25) | public static bool IsRotationValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/ShaderRenderModeValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsShaderRenderModeValid (line 25) | public static bool IsShaderRenderModeValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/StretchValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsStretchValid (line 25) | public static bool IsStretchValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/SweepDirectionValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsSweepDirectionValid (line 25) | public static bool IsSweepDirectionValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/TextDecorationLocationValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsTextDecorationLocationValid (line 25) | public static bool IsTextDecorationLocationValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/TextDecorationUnitValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsTextDecorationUnitValid (line 25) | public static bool IsTextDecorationUnitValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/TextHintingModeValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsTextHintingModeValid (line 25) | public static bool IsTextHintingModeValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/TextRenderingModeValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsTextRenderingModeValid (line 25) | public static bool IsTextRenderingModeValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/TileModeValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsTileModeValid (line 25) | public static bool IsTileModeValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/ToleranceTypeValidation.cs class ValidateEnums (line 14) | internal static partial class ValidateEnums method IsToleranceTypeValid (line 25) | public static bool IsToleranceTypeValid(object valueObject) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/IO/Packaging/CompoundFile/ContainerFlags.cs type ContainerFlags (line 29) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/IO/Packaging/PackagePartExtensions.cs class PackagePartExtensions (line 12) | internal static class PackagePartExtensions method GetSeekableStream (line 20) | internal static Stream GetSeekableStream(this PackagePart packPart) method GetSeekableStream (line 32) | internal static Stream GetSeekableStream(this PackagePart packPart, Fi... method GetSeekableStream (line 57) | internal static Stream GetSeekableStream(this PackagePart packPart, Fi... FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/IO/Packaging/PackagingUtilities.cs class PackagingUtilities (line 20) | internal static class PackagingUtilities method PerformInitailReadAndVerifyEncoding (line 55) | internal static void PerformInitailReadAndVerifyEncoding(XmlTextReader... method VerifyStreamReadArgs (line 102) | internal static void VerifyStreamReadArgs(Stream s, byte[] buffer, int... method VerifyStreamWriteArgs (line 136) | internal static void VerifyStreamWriteArgs(Stream s, byte[] buffer, in... method ReliableRead (line 171) | internal static int ReliableRead(Stream stream, byte[] buffer, int off... method ReliableRead (line 188) | internal static int ReliableRead(Stream stream, byte[] buffer, int off... method ReliableRead (line 226) | internal static int ReliableRead(BinaryReader reader, byte[] buffer, i... method ReliableRead (line 243) | internal static int ReliableRead(BinaryReader reader, byte[] buffer, i... method CopyStream (line 282) | internal static long CopyStream(Stream sourceStream, Stream targetStre... method CreateUserScopedIsolatedStorageFileStreamWithRandomName (line 322) | internal static Stream CreateUserScopedIsolatedStorageFileStreamWithRa... method CalculateOverlap (line 371) | internal static void CalculateOverlap(long block1Offset, long block1Size, method GetNonXmlnsAttributeCount (line 396) | internal static int GetNonXmlnsAttributeCount(XmlReader reader) method DeleteIsolatedStorageFile (line 473) | private static void DeleteIsolatedStorageFile(String fileName) method GetDefaultIsolatedStorageFile (line 507) | private static ReliableIsolatedStorageFileFolder GetDefaultIsolatedSto... method UserHasProfile (line 523) | private static bool UserHasProfile() class SafeIsolatedStorageFileStream (line 552) | private class SafeIsolatedStorageFileStream : IsolatedStorageFileStream method SafeIsolatedStorageFileStream (line 559) | internal SafeIsolatedStorageFileStream( method Dispose (line 576) | protected override void Dispose(bool disposing) class ReliableIsolatedStorageFileFolder (line 619) | private class ReliableIsolatedStorageFileFolder : IDisposable method AddRef (line 638) | internal void AddRef() method DecRef (line 653) | internal void DecRef() method IsDisposed (line 673) | internal bool IsDisposed() method ReliableIsolatedStorageFileFolder (line 683) | internal ReliableIsolatedStorageFileFolder() method GetStream (line 694) | internal Stream GetStream(String fileName) method Dispose (line 708) | public void Dispose() method Dispose (line 718) | protected virtual void Dispose(bool disposing) method GetCurrentStore (line 775) | private IsolatedStorageFile GetCurrentStore() method CheckDisposed (line 792) | private void CheckDisposed() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/IO/SynchronizingStream.cs class SynchronizingStream (line 21) | internal class SynchronizingStream : Stream method SynchronizingStream (line 33) | internal SynchronizingStream(Stream stream, Object syncRoot) method Read (line 56) | public override int Read(byte[] buffer, int offset, int count) method ReadByte (line 69) | public override int ReadByte() method WriteByte (line 82) | public override void WriteByte(byte b) method Seek (line 97) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 109) | public override void SetLength(long newLength) method Write (line 122) | public override void Write(byte[] buf, int offset, int count) method Flush (line 135) | public override void Flush() method Dispose (line 234) | protected override void Dispose(bool disposing) method CheckDisposed (line 266) | private void CheckDisposed() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Ink/BitStream.cs class BitStreamReader (line 14) | internal class BitStreamReader method BitStreamReader (line 20) | internal BitStreamReader(byte[] buffer) method BitStreamReader (line 33) | internal BitStreamReader(byte[] buffer, int startIndex) method BitStreamReader (line 51) | internal BitStreamReader(byte[] buffer, uint bufferLengthInBits) method ReadUInt64 (line 65) | internal long ReadUInt64(int countOfBits) method ReadUInt16 (line 94) | internal ushort ReadUInt16(int countOfBits) method ReadUInt16Reverse (line 122) | internal uint ReadUInt16Reverse(int countOfBits) method ReadUInt32 (line 152) | internal uint ReadUInt32(int countOfBits) method ReadUInt32Reverse (line 180) | internal uint ReadUInt32Reverse(int countOfBits) method ReadBit (line 211) | internal bool ReadBit() method ReadByte (line 225) | internal byte ReadByte(int countOfBits) class BitStreamWriter (line 349) | internal class BitStreamWriter method BitStreamWriter (line 355) | internal BitStreamWriter(List bufferToWriteTo) method Write (line 366) | internal void Write(uint bits, int countOfBits) method WriteReverse (line 405) | internal void WriteReverse(uint bits, int countOfBits) method Write (line 434) | internal void Write(byte bits, int countOfBits) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Ink/Native.cs class Native (line 8) | internal static class Native method Native (line 13) | static Native() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Invariant.cs class Invariant (line 12) | internal static class Invariant method Invariant (line 25) | static Invariant() method Assert (line 66) | internal static void Assert(bool condition) method AssertNotNull (line 77) | internal static void AssertNotNull([NotNull] object value) method Assert (line 97) | internal static void Assert(bool condition, string invariantMessage) method Assert (line 120) | internal static void Assert(bool condition, string invariantMessage, s... method FailFast (line 191) | [DoesNotReturn] FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/LegacyPriorityQueue.cs class LegacyPriorityQueue (line 61) | internal class LegacyPriorityQueue method LegacyPriorityQueue (line 102) | internal LegacyPriorityQueue(int capacity, IComparer comparer) method Push (line 137) | internal void Push(T value) method Pop (line 180) | internal void Pop() method HeapParent (line 226) | private static int HeapParent(int i) method HeapLeftChild (line 235) | private static int HeapLeftChild(int i) method HeapRightFromLeft (line 245) | private static int HeapRightFromLeft(int i) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/MatrixUtil.cs type MatrixTypes (line 13) | [System.Flags] class MatrixUtil (line 22) | internal static class MatrixUtil method TransformRect (line 29) | internal static void TransformRect(ref Rect rect, ref Matrix matrix) method MultiplyMatrix (line 103) | internal static void MultiplyMatrix(ref Matrix matrix1, ref Matrix mat... method PrependOffset (line 228) | internal static void PrependOffset( FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/MimeTypeMapper.cs class MimeTypeMapper (line 16) | internal static class MimeTypeMapper method GetMimeTypeFromUri (line 19) | internal static ContentType GetMimeTypeFromUri(Uri uriSource) method GetMimeTypeFromUrlMon (line 75) | private static ContentType GetMimeTypeFromUrlMon(Uri uriSource) method GetDocument (line 106) | private static string GetDocument(Uri uri) method GetFileExtension (line 132) | internal static string GetFileExtension(Uri uri) method IsHTMLMime (line 146) | internal static bool IsHTMLMime(ContentType contentType) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/PartialList.cs class PartialList (line 26) | internal class PartialList : IList method PartialList (line 32) | public PartialList(IList list, int initialIndex, int count) method RemoveAt (line 44) | public void RemoveAt(int index) method Insert (line 50) | public void Insert(int index, T item) method IndexOf (line 69) | public int IndexOf(T item) method Clear (line 90) | public void Clear() method Add (line 96) | public void Add(T item) method Contains (line 102) | public bool Contains(T item) method Remove (line 107) | public bool Remove(T item) method CopyTo (line 121) | public void CopyTo(T[] array, int arrayIndex) method GetEnumerator (line 133) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 143) | IEnumerator IEnumerable.GetEnumerator() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/PointUtil.cs class PointUtil (line 26) | internal static class PointUtil method ClientToRoot (line 32) | public static Point ClientToRoot(Point point, PresentationSource prese... method TryClientToRoot (line 38) | public static Point TryClientToRoot(Point point, PresentationSource pr... method RootToClient (line 64) | public static Point RootToClient(Point point, PresentationSource prese... method ApplyVisualTransform (line 81) | public static Point ApplyVisualTransform(Point point, Visual v, bool i... method TryApplyVisualTransform (line 91) | public static Point TryApplyVisualTransform(Point point, Visual v, boo... method GetVisualTransform (line 137) | internal static Matrix GetVisualTransform(Visual v) method ClientToScreen (line 163) | public static Point ClientToScreen(Point pointClient, PresentationSour... method ScreenToClient (line 185) | internal static Point ScreenToClient(Point pointScreen, PresentationSo... method ElementToRoot (line 220) | internal static Rect ElementToRoot(Rect rectElement, Visual element, P... method RootToClient (line 244) | internal static Rect RootToClient(Rect rectRoot, PresentationSource pr... method ClientToScreen (line 269) | internal static Rect ClientToScreen(Rect rectClient, HwndSource hwndSo... method AdjustForRightToLeft (line 302) | internal static NativeMethods.POINT AdjustForRightToLeft(NativeMethods... method AdjustForRightToLeft (line 341) | internal static NativeMethods.RECT AdjustForRightToLeft(NativeMethods.... method FromPoint (line 369) | internal static NativeMethods.POINT FromPoint(Point point) method ToPoint (line 383) | internal static Point ToPoint(NativeMethods.POINT pt) method FromRect (line 400) | internal static NativeMethods.RECT FromRect(Rect rect) method ToRect (line 422) | internal static Rect ToRect(NativeMethods.RECT rc) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/PriorityQueue.cs class PriorityQueue (line 34) | internal class PriorityQueue method PriorityQueue (line 75) | internal PriorityQueue(int capacity, IComparer comparer) method Push (line 115) | internal void Push(T value) method Pop (line 142) | internal void Pop() method SiftDown (line 180) | private int SiftDown(int index) method SiftUp (line 212) | private void SiftUp(int index, ref T x, int boundary) method Heapify (line 245) | private void Heapify() method HeapParent (line 264) | private static int HeapParent(int i) method HeapLeftChild (line 273) | private static int HeapLeftChild(int i) method HeapRightFromLeft (line 283) | private static int HeapRightFromLeft(int i) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/ReaderWriterLockSlimWrapper.cs class ReaderWriterLockSlimWrapper (line 15) | internal class ReaderWriterLockSlimWrapper : IDisposable method ReaderWriterLockSlimWrapper (line 39) | internal ReaderWriterLockSlimWrapper( method WithReadLock (line 87) | internal bool WithReadLock(Action criticalAction) method WithReadLock (line 97) | internal bool WithReadLock(Action criticalAction, T arg) method WithReadLock (line 108) | internal bool WithReadLock(Func criticalAction... method WithReadLock (line 129) | internal bool WithReadLock(Func crit... method WithWriteLock (line 161) | internal bool WithWriteLock(Action criticalAction) method WithWriteLock (line 171) | internal bool WithWriteLock(Action criticalAction, T arg) method WithWriteLock (line 182) | internal bool WithWriteLock(Func criticalActio... method WithWriteLock (line 203) | internal bool WithWriteLock(Func cri... method ExecuteWithinLockInternal (line 258) | private bool ExecuteWithinLockInternal(Action lockAcquire, Action lock... method Dispose (line 327) | public void Dispose() method Dispose (line 332) | protected virtual void Dispose(bool disposing) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/ReaderWriterLockWrapper.cs class ReaderWriterLockWrapper (line 22) | internal class ReaderWriterLockWrapper method ReaderWriterLockWrapper (line 32) | internal ReaderWriterLockWrapper() method Initialize (line 45) | private void Initialize(bool useLegacyMemoryBehavior) method ReleaseWriterLock (line 119) | private void ReleaseWriterLock() method ReleaseReaderLock (line 125) | private void ReleaseReaderLock() method ReleaseWriterLock2 (line 131) | private void ReleaseWriterLock2() method ReleaseReaderLock2 (line 137) | private void ReleaseReaderLock2() method CallWithNonPumpingWait (line 142) | private void CallWithNonPumpingWait(Action callback) type AutoWriterRelease (line 208) | private struct AutoWriterRelease : IDisposable method AutoWriterRelease (line 210) | public AutoWriterRelease(ReaderWriterLockWrapper wrapper) method Dispose (line 215) | public void Dispose() type AutoReaderRelease (line 223) | private struct AutoReaderRelease : IDisposable method AutoReaderRelease (line 225) | public AutoReaderRelease(ReaderWriterLockWrapper wrapper) method Dispose (line 230) | public void Dispose() class AutoWriterReleaseClass (line 238) | private class AutoWriterReleaseClass : IDisposable method AutoWriterReleaseClass (line 240) | public AutoWriterReleaseClass(ReaderWriterLockWrapper wrapper) method Dispose (line 245) | public void Dispose() class AutoReaderReleaseClass (line 253) | private class AutoReaderReleaseClass : IDisposable method AutoReaderReleaseClass (line 255) | public AutoReaderReleaseClass(ReaderWriterLockWrapper wrapper) method Dispose (line 260) | public void Dispose() class NonPumpingSynchronizationContext (line 273) | private class NonPumpingSynchronizationContext : SynchronizationContext method NonPumpingSynchronizationContext (line 275) | public NonPumpingSynchronizationContext() method Wait (line 287) | public override int Wait(IntPtr[] waitHandles, bool waitAll, int mil... method Send (line 295) | public override void Send(SendOrPostCallback d, Object state) method Post (line 303) | public override void Post(SendOrPostCallback d, Object state) method CreateCopy (line 311) | public override SynchronizationContext CreateCopy() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/ReflectionUtils.cs class ReflectionUtils (line 17) | internal static class ReflectionUtils method GetFullAssemblyNameFromPartialName (line 27) | internal static string GetFullAssemblyNameFromPartialName(Assembly ass... method GetAssemblyPartialName (line 42) | internal static ReadOnlySpan GetAssemblyPartialName(Assembly ass... method GetAssemblyPartialName (line 44) | internal static string GetAssemblyPartialName(Assembly assembly) method GetAssemblyVersionPlusToken (line 95) | internal static void GetAssemblyVersionPlusToken(Assembly assembly, ou... FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Registry.cs class RegistryKeys (line 10) | internal static class RegistryKeys method ReadLocalMachineBool (line 30) | internal static bool ReadLocalMachineBool(string key, string valueName) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/ResourceIDHelper.cs class ResourceIDHelper (line 9) | internal static class ResourceIDHelper { method GetResourceIDFromRelativePath (line 15) | internal static string GetResourceIDFromRelativePath(string relPath) method GetResourceIDFromUri (line 34) | private static string GetResourceIDFromUri(Uri baseUri, Uri sourceUri) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/SafeSecurityHelper.cs class WeakRefKey (line 262) | internal class WeakRefKey : WeakReference method WeakRefKey (line 264) | public WeakRefKey(object target) : base(target) method GetHashCode (line 270) | public override int GetHashCode() method Equals (line 275) | public override bool Equals(object o) class GCNotificationToken (line 313) | internal class GCNotificationToken method GCNotificationToken (line 318) | private GCNotificationToken(WaitCallback callback, object state) method RegisterCallback (line 330) | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "C... FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/SequentialUshortCollection.cs class SequentialUshortCollection (line 10) | internal class SequentialUshortCollection : ICollection method SequentialUshortCollection (line 12) | public SequentialUshortCollection(ushort count) method Add (line 19) | public void Add(ushort item) method Clear (line 24) | public void Clear() method Contains (line 29) | public bool Contains(ushort item) method CopyTo (line 34) | public void CopyTo(ushort[] array, int arrayIndex) method Remove (line 64) | public bool Remove(ushort item) method GetEnumerator (line 73) | public IEnumerator GetEnumerator() method GetEnumerator (line 83) | IEnumerator IEnumerable.GetEnumerator() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/SizeLimitedCache.cs class SizeLimitedCache (line 22) | internal sealed class SizeLimitedCache method SizeLimitedCache (line 34) | public SizeLimitedCache(int maximumItems) method Add (line 86) | public void Add(K key, V resource, bool isPermanent) method Remove (line 145) | public void Remove(K key) method Get (line 169) | public V Get(K key) method RemoveOldest (line 192) | private void RemoveOldest() method InsertAtEnd (line 207) | private void InsertAtEnd(Node node) method RemoveFromList (line 222) | private static void RemoveFromList(Node node) method IsFull (line 235) | private bool IsFull() class Node (line 243) | private sealed class Node method Node (line 245) | public Node(K key, V resource, bool isPermanent) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Text/InternalEncoding.cs class InternalEncoding (line 12) | internal static class InternalEncoding method InternalEncoding (line 15) | static InternalEncoding() method GetEncoding (line 20) | internal static Encoding GetEncoding(int codepage) method Convert (line 25) | internal static byte[] Convert(System.Text.Encoding srcEncoding, Syste... FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/TextServicesLoader.cs class TextServicesLoader (line 33) | internal class TextServicesLoader method TextServicesLoader (line 44) | private TextServicesLoader() {} method Load (line 92) | internal static UnsafeNativeMethods.ITfThreadMgr Load() method TIPsWantToRun (line 186) | private static bool TIPsWantToRun() method SingleTIPWantsToRun (line 211) | private static EnableState SingleTIPWantsToRun(RegistryKey keyLocalMac... method IsLangidEnabled (line 241) | private static EnableState IsLangidEnabled(RegistryKey key, string sub... method IsAssemblyEnabled (line 251) | private static EnableState IsAssemblyEnabled(RegistryKey key, string s... method IterateSubKeys (line 277) | private static EnableState IterateSubKeys(RegistryKey keyBase, string ... type EnableState (line 339) | private enum EnableState type InstallState (line 351) | private enum InstallState FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/TokenizerHelper.cs class TokenizerHelper (line 21) | internal class TokenizerHelper method TokenizerHelper (line 32) | internal TokenizerHelper(string str, IFormatProvider formatProvider) method TokenizerHelper (line 46) | internal TokenizerHelper(string str, method Initialize (line 60) | private void Initialize(string str, method GetCurrentToken (line 84) | internal string GetCurrentToken() method LastTokenRequired (line 98) | internal void LastTokenRequired() method NextToken (line 110) | internal bool NextToken() method NextTokenRequired (line 119) | internal string NextTokenRequired() method NextTokenRequired (line 133) | internal string NextTokenRequired(bool allowQuotedToken) method NextToken (line 147) | internal bool NextToken(bool allowQuotedToken) method NextToken (line 158) | internal bool NextToken(bool allowQuotedToken, char separator) method ScanToNextToken (line 247) | private void ScanToNextToken(char separator) method GetNumericListSeparator (line 304) | internal static char GetNumericListSeparator(IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/UriComparer.cs class UriComparer (line 25) | internal class UriComparer : IEqualityComparer method Equals (line 53) | public bool Equals(Uri a, Uri b) method GetHashCode (line 77) | public int GetHashCode(Uri uri) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/WeakReferenceEnumerator.cs type WeakReferenceListEnumerator (line 19) | internal struct WeakReferenceListEnumerator : IEnumerator method WeakReferenceListEnumerator (line 21) | public WeakReferenceListEnumerator( ArrayList List) method MoveNext (line 43) | public bool MoveNext() method Reset (line 57) | public void Reset() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/WeakReferenceList.cs class WeakReferenceList (line 17) | internal class WeakReferenceList : CopyOnWriteList, IEnumerable method WeakReferenceList (line 19) | public WeakReferenceList():base(null) method WeakReferenceList (line 23) | public WeakReferenceList(object syncRoot):base(syncRoot) method GetEnumerator (line 27) | public WeakReferenceListEnumerator GetEnumerator() method GetEnumerator (line 32) | IEnumerator IEnumerable.GetEnumerator() method Contains (line 37) | public bool Contains(object item) method Add (line 71) | public override bool Add(object obj) method Add (line 79) | public bool Add(object obj, bool skipFind) method Remove (line 108) | public override bool Remove(object obj) method Insert (line 129) | public bool Insert(int index, object obj) method FindWeakReference (line 149) | private int FindWeakReference(object obj) method Purge (line 204) | private void Purge() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Xaml/Context/XamlContextStack.cs class XamlContextStack (line 14) | internal class XamlContextStack where T : XamlFrame method XamlContextStack (line 21) | public XamlContextStack(Func creationDelegate) method XamlContextStack (line 30) | public XamlContextStack(XamlContextStack source, bool copy) method Grow (line 59) | private void Grow() method GetFrame (line 81) | public T GetFrame(int depth) method PushScope (line 95) | public void PushScope() method PopScope (line 115) | public void PopScope() method Trim (line 133) | public void Trim() method ShowFrame (line 150) | private void ShowFrame(StringBuilder sb, T iteratorFrame) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Xaml/Context/XamlFrame.cs class XamlFrame (line 8) | internal abstract class XamlFrame method XamlFrame (line 13) | protected XamlFrame() method XamlFrame (line 19) | protected XamlFrame(XamlFrame source) method Clone (line 24) | public virtual XamlFrame Clone() method Reset (line 34) | public abstract void Reset(); FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Xaml/Parser/SpecialBracketCharacters.cs class SpecialBracketCharacters (line 19) | internal class SpecialBracketCharacters : ISupportInitialize method SpecialBracketCharacters (line 28) | internal SpecialBracketCharacters() method SpecialBracketCharacters (line 33) | internal SpecialBracketCharacters(IReadOnlyDictionary attr... method AddBracketCharacters (line 42) | internal void AddBracketCharacters(char openingBracket, char closingBr... method Tokenize (line 55) | private void Tokenize(IReadOnlyDictionary attributeList) method IsValidBracketCharacter (line 72) | private bool IsValidBracketCharacter(char openingBracket, char closing... method IsSpecialCharacter (line 92) | internal bool IsSpecialCharacter(char ch) method StartsEscapeSequence (line 97) | internal bool StartsEscapeSequence(char ch) method EndsEscapeSequence (line 102) | internal bool EndsEscapeSequence(char ch) method Match (line 107) | internal bool Match(char start, char end) method BeginInit (line 122) | public void BeginInit() method EndInit (line 129) | public void EndInit() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Utility/DpiAwarenessContext/DpiAwarenessContextHandle+DpiUtil.cs class DpiAwarenessContextHandle (line 11) | internal partial class DpiAwarenessContextHandle class DpiUtil (line 16) | private static class DpiUtil method AreDpiAwarenessContextsEqual (line 35) | internal static bool AreDpiAwarenessContextsEqual(IntPtr dpiContextA... method AreDpiAwarenessContextsTriviallyEqual (line 58) | private static bool AreDpiAwarenessContextsTriviallyEqual(IntPtr dpi... FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Utility/DpiAwarenessContext/DpiAwarenessContextHandle.cs class DpiAwarenessContextHandle (line 20) | internal partial class DpiAwarenessContextHandle : SafeHandle, IEquatabl... method DpiAwarenessContextHandle (line 22) | static DpiAwarenessContextHandle() method DpiAwarenessContextHandle (line 48) | internal DpiAwarenessContextHandle() method DpiAwarenessContextHandle (line 57) | internal DpiAwarenessContextHandle(DpiAwarenessContextValue dpiAwarene... method DpiAwarenessContextHandle (line 66) | internal DpiAwarenessContextHandle(IntPtr dpiContext) method DpiAwarenessContextHandle (line 82) | protected DpiAwarenessContextHandle(IntPtr invalidHandleValue, bool ow... method Equals (line 149) | public bool Equals(DpiAwarenessContextHandle dpiContextHandle) method Equals (line 159) | public bool Equals(IntPtr dpiContext) method Equals (line 169) | public bool Equals(DpiAwarenessContextValue dpiContextEnumValue) method Equals (line 175) | public override bool Equals(object obj) method GetHashCode (line 196) | public override int GetHashCode() method ReleaseHandle (line 202) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Utility/DpiAwarenessContext/DpiAwarenessContextValue.cs type DpiAwarenessContextValue (line 27) | internal enum DpiAwarenessContextValue : int FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Utility/FrugalList.cs type FrugalListStoreState (line 60) | internal enum FrugalListStoreState class FrugalListBase (line 69) | internal abstract class FrugalListBase method TrustedSetCount (line 84) | internal void TrustedSetCount(int newCount) method Add (line 98) | public abstract FrugalListStoreState Add(T value); method Clear (line 103) | public abstract void Clear(); method Contains (line 108) | public abstract bool Contains(T value); method IndexOf (line 114) | public abstract int IndexOf(T value); method Insert (line 119) | public abstract void Insert(int index, T value); method SetAt (line 122) | public abstract void SetAt(int index, T value); method Remove (line 128) | public abstract bool Remove(T value); method RemoveAt (line 133) | public abstract void RemoveAt(int index); method EntryAt (line 138) | public abstract T EntryAt(int index); method Promote (line 144) | public abstract void Promote(FrugalListBase newList); method ToArray (line 149) | public abstract T[] ToArray(); method CopyTo (line 155) | public abstract void CopyTo(T[] array, int index); method Clone (line 160) | public abstract object Clone(); method NewCompacter (line 167) | public virtual Compacter NewCompacter(int newCount) class Compacter (line 173) | internal class Compacter method Compacter (line 175) | public Compacter(FrugalListBase store, int newCount) method Include (line 181) | public void Include(int start, int end) method IncludeOverride (line 191) | protected virtual void IncludeOverride(int start, int end) method Finish (line 200) | public virtual FrugalListBase Finish() class SingleItemList (line 225) | internal sealed class SingleItemList : FrugalListBase method Add (line 236) | public override FrugalListStoreState Add(T value) method Clear (line 253) | public override void Clear() method Contains (line 260) | public override bool Contains(T value) method IndexOf (line 265) | public override int IndexOf(T value) method Insert (line 275) | public override void Insert(int index, T value) method SetAt (line 288) | public override void SetAt(int index, T value) method Remove (line 294) | public override bool Remove(T value) method RemoveAt (line 307) | public override void RemoveAt(int index) method EntryAt (line 316) | public override T EntryAt(int index) method Promote (line 321) | public override void Promote(FrugalListBase oldList) method Promote (line 336) | public void Promote(SingleItemList oldList) method ToArray (line 342) | public override T[] ToArray() method CopyTo (line 349) | public override void CopyTo(T[] array, int index) method Clone (line 354) | public override object Clone() method SetCount (line 361) | private void SetCount(int value) class ThreeItemList (line 378) | internal sealed class ThreeItemList : FrugalListBase method Add (line 389) | public override FrugalListStoreState Add(T value) method Clear (line 414) | public override void Clear() method Contains (line 423) | public override bool Contains(T value) method IndexOf (line 428) | public override int IndexOf(T value) method Insert (line 451) | public override void Insert(int index, T value) method SetAt (line 484) | public override void SetAt(int index, T value) method Remove (line 506) | public override bool Remove(T value) method RemoveAt (line 533) | public override void RemoveAt(int index) method EntryAt (line 560) | public override T EntryAt(int index) method Promote (line 578) | public override void Promote(FrugalListBase oldList) method Promote (line 617) | public void Promote(SingleItemList oldList) method Promote (line 624) | public void Promote(ThreeItemList oldList) method ToArray (line 654) | public override T[] ToArray() method CopyTo (line 671) | public override void CopyTo(T[] array, int index) method Clone (line 684) | public override object Clone() method SetCount (line 691) | private void SetCount(int value) class SixItemList (line 709) | internal sealed class SixItemList : FrugalListBase method Add (line 720) | public override FrugalListStoreState Add(T value) method Clear (line 757) | public override void Clear() method Contains (line 769) | public override bool Contains(T value) method IndexOf (line 774) | public override int IndexOf(T value) method Insert (line 821) | public override void Insert(int index, T value) method SetAt (line 878) | public override void SetAt(int index, T value) method Remove (line 912) | public override bool Remove(T value) method RemoveAt (line 963) | public override void RemoveAt(int index) method EntryAt (line 1011) | public override T EntryAt(int index) method Promote (line 1038) | public override void Promote(FrugalListBase oldList) method Promote (line 1101) | public void Promote(ThreeItemList oldList) method Promote (line 1140) | public void Promote(SixItemList oldList) method ToArray (line 1194) | public override T[] ToArray() method CopyTo (line 1226) | public override void CopyTo(T[] array, int index) method Clone (line 1254) | public override object Clone() method SetCount (line 1261) | private void SetCount(int value) class ArrayItemList (line 1283) | internal sealed class ArrayItemList : FrugalListBase method ArrayItemList (line 1285) | public ArrayItemList(int size) method ArrayItemList (line 1293) | public ArrayItemList(ICollection collection) method ArrayItemList (line 1301) | public ArrayItemList(ICollection collection) method Add (line 1312) | public override FrugalListStoreState Add(T value) method Clear (line 1350) | public override void Clear() method Contains (line 1356) | public override bool Contains(T value) => IndexOf(value) >= 0; method IndexOf (line 1358) | public override int IndexOf(T value) => Array.IndexOf(_entries, value,... method Insert (line 1360) | public override void Insert(int index, T value) method SetAt (line 1376) | public override void SetAt(int index, T value) method Remove (line 1382) | public override bool Remove(T value) method RemoveAt (line 1394) | public override void RemoveAt(int index) method EntryAt (line 1409) | public override T EntryAt(int index) method Promote (line 1414) | public override void Promote(FrugalListBase oldList) method Promote (line 1429) | public void Promote(SixItemList oldList) method Promote (line 1484) | public void Promote(ArrayItemList oldList) method ToArray (line 1503) | public override T[] ToArray() => _entries.AsSpan(0, _count).ToArray(); method CopyTo (line 1505) | public override void CopyTo(T[] array, int index) => _entries.AsSpan(0... method Clone (line 1507) | public override object Clone() method SetCount (line 1514) | private void SetCount(int value) method NewCompacter (line 1531) | public override Compacter NewCompacter(int newCount) class ArrayCompacter (line 1537) | internal class ArrayCompacter : FrugalListBase.Compacter method ArrayCompacter (line 1539) | public ArrayCompacter(ArrayItemList store, int newCount) method IncludeOverride (line 1562) | protected override void IncludeOverride(int start, int end) method Finish (line 1587) | public override FrugalListBase Finish() class FrugalObjectList (line 1626) | internal class FrugalObjectList method FrugalObjectList (line 1628) | public FrugalObjectList() method FrugalObjectList (line 1632) | public FrugalObjectList(int size) method Add (line 1728) | public int Add(T value) method Clear (line 1796) | public void Clear() method Contains (line 1801) | public bool Contains(T value) method IndexOf (line 1811) | public int IndexOf(T value) method Insert (line 1821) | public void Insert(int index, T value) method Remove (line 1844) | public bool Remove(T value) method RemoveAt (line 1854) | public void RemoveAt(int index) method EnsureIndex (line 1865) | public void EnsureIndex(int index) method ToArray (line 1885) | public T[] ToArray() method CopyTo (line 1895) | public void CopyTo(T[] array, int index) method Clone (line 1903) | public FrugalObjectList Clone() class Compacter (line 1931) | protected class Compacter method Compacter (line 1933) | public Compacter(FrugalObjectList list, int newCount) method Include (line 1941) | public void Include(int start, int end) method Finish (line 1946) | public void Finish() type FrugalStructList (line 1962) | internal struct FrugalStructList method FrugalStructList (line 1964) | public FrugalStructList(int size) method FrugalStructList (line 1970) | public FrugalStructList(ICollection collection) method FrugalStructList (line 1988) | public FrugalStructList(ICollection collection) method Add (line 2108) | public int Add(T value) method Clear (line 2176) | public void Clear() method Contains (line 2181) | public bool Contains(T value) method IndexOf (line 2191) | public int IndexOf(T value) method Insert (line 2201) | public void Insert(int index, T value) method Remove (line 2224) | public bool Remove(T value) method RemoveAt (line 2234) | public void RemoveAt(int index) method EnsureIndex (line 2245) | public void EnsureIndex(int index) method ToArray (line 2265) | public T[] ToArray() method CopyTo (line 2275) | public void CopyTo(T[] array, int index) method Clone (line 2283) | public FrugalStructList Clone() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Utility/FrugalMap.cs type FrugalMapStoreState (line 43) | internal enum FrugalMapStoreState class FrugalMapBase (line 53) | internal abstract class FrugalMapBase method InsertEntry (line 55) | public abstract FrugalMapStoreState InsertEntry(int key, Object value); method RemoveEntry (line 57) | public abstract void RemoveEntry(int key); method Search (line 63) | public abstract Object Search(int key); method Sort (line 69) | public abstract void Sort(); method GetKeyValuePair (line 74) | public abstract void GetKeyValuePair(int index, out int key, out Objec... method Iterate (line 79) | public abstract void Iterate(ArrayList list, FrugalMapIterationCallbac... method Promote (line 85) | public abstract void Promote(FrugalMapBase newMap); type Entry (line 97) | internal struct Entry class SingleObjectMap (line 107) | internal sealed class SingleObjectMap : FrugalMapBase method SingleObjectMap (line 109) | public SingleObjectMap() method InsertEntry (line 115) | public override FrugalMapStoreState InsertEntry(int key, Object value) method RemoveEntry (line 134) | public override void RemoveEntry(int key) method Search (line 144) | public override Object Search(int key) method Sort (line 153) | public override void Sort() method GetKeyValuePair (line 158) | public override void GetKeyValuePair(int index, out int key, out Objec... method Iterate (line 173) | public override void Iterate(ArrayList list, FrugalMapIterationCallbac... method Promote (line 181) | public override void Promote(FrugalMapBase newMap) class ThreeObjectMap (line 222) | internal sealed class ThreeObjectMap : FrugalMapBase method InsertEntry (line 224) | public override FrugalMapStoreState InsertEntry(int key, Object value) method RemoveEntry (line 317) | public override void RemoveEntry(int key) method Search (line 383) | public override Object Search(int key) method Sort (line 407) | public override void Sort() method GetKeyValuePair (line 440) | public override void GetKeyValuePair(int index, out int key, out Objec... method Iterate (line 475) | public override void Iterate(ArrayList list, FrugalMapIterationCallbac... method Promote (line 494) | public override void Promote(FrugalMapBase newMap) class SixObjectMap (line 542) | internal sealed class SixObjectMap : FrugalMapBase method InsertEntry (line 544) | public override FrugalMapStoreState InsertEntry(int key, Object value) method RemoveEntry (line 654) | public override void RemoveEntry(int key) method Search (line 865) | public override Object Search(int key) method Sort (line 910) | public override void Sort() method GetKeyValuePair (line 977) | public override void GetKeyValuePair(int index, out int key, out Objec... method Iterate (line 1027) | public override void Iterate(ArrayList list, FrugalMapIterationCallbac... method Promote (line 1058) | public override void Promote(FrugalMapBase newMap) class ArrayObjectMap (line 1120) | internal sealed class ArrayObjectMap : FrugalMapBase method InsertEntry (line 1122) | public override FrugalMapStoreState InsertEntry(int key, Object value) method RemoveEntry (line 1182) | public override void RemoveEntry(int key) method Search (line 1204) | public override Object Search(int key) method Sort (line 1216) | public override void Sort() method GetKeyValuePair (line 1225) | public override void GetKeyValuePair(int index, out int key, out Objec... method Iterate (line 1240) | public override void Iterate(ArrayList list, FrugalMapIterationCallbac... method Promote (line 1251) | public override void Promote(FrugalMapBase newMap) method Compare (line 1274) | private int Compare(int left, int right) method Partition (line 1280) | private int Partition(int left, int right) method QSort (line 1312) | private void QSort(int left, int right) class SortedObjectMap (line 1336) | internal sealed class SortedObjectMap : FrugalMapBase method InsertEntry (line 1338) | public override FrugalMapStoreState InsertEntry(int key, Object value) method RemoveEntry (line 1402) | public override void RemoveEntry(int key) method Search (line 1444) | public override Object Search(int key) method Sort (line 1456) | public override void Sort() method GetKeyValuePair (line 1461) | public override void GetKeyValuePair(int index, out int key, out Objec... method Iterate (line 1476) | public override void Iterate(ArrayList list, FrugalMapIterationCallbac... method Promote (line 1487) | public override void Promote(FrugalMapBase newMap) method FindInsertIndex (line 1500) | private int FindInsertIndex(int key, out bool found) class HashObjectMap (line 1558) | internal sealed class HashObjectMap : FrugalMapBase method InsertEntry (line 1560) | public override FrugalMapStoreState InsertEntry(int key, Object value) method RemoveEntry (line 1580) | public override void RemoveEntry(int key) method Search (line 1585) | public override Object Search(int key) method Sort (line 1592) | public override void Sort() method GetKeyValuePair (line 1597) | public override void GetKeyValuePair(int index, out int key, out Objec... method Iterate (line 1625) | public override void Iterate(ArrayList list, FrugalMapIterationCallbac... method Promote (line 1637) | public override void Promote(FrugalMapBase newMap) type FrugalMap (line 1663) | internal struct FrugalMap method Sort (line 1753) | public void Sort() method GetKeyValuePair (line 1758) | public void GetKeyValuePair(int index, out int key, out Object value) method Iterate (line 1770) | public void Iterate(ArrayList list, FrugalMapIterationCallback callback) class LargeSortedObjectMap (line 1806) | internal sealed class LargeSortedObjectMap : FrugalMapBase method InsertEntry (line 1808) | public override FrugalMapStoreState InsertEntry(int key, Object value) method RemoveEntry (line 1864) | public override void RemoveEntry(int key) method Search (line 1906) | public override Object Search(int key) method Sort (line 1918) | public override void Sort() method GetKeyValuePair (line 1923) | public override void GetKeyValuePair(int index, out int key, out Objec... method Iterate (line 1938) | public override void Iterate(ArrayList list, FrugalMapIterationCallbac... method Promote (line 1949) | public override void Promote(FrugalMapBase newMap) method FindInsertIndex (line 1962) | private int FindInsertIndex(int key, out bool found) type InsertionSortMap (line 2022) | internal struct InsertionSortMap method Sort (line 2096) | public void Sort() method GetKeyValuePair (line 2101) | public void GetKeyValuePair(int index, out int key, out Object value) method Iterate (line 2113) | public void Iterate(ArrayList list, FrugalMapIterationCallback callback) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Utility/ItemList.cs type ItemStructList (line 10) | internal struct ItemStructList method ItemStructList (line 12) | public ItemStructList(int capacity) method EnsureIndex (line 27) | public void EnsureIndex(int index) method IsValidIndex (line 36) | public bool IsValidIndex(int index) method IndexOf (line 41) | public int IndexOf(T value) method Contains (line 57) | public bool Contains(T value) method Add (line 69) | public void Add(T item) method Add (line 78) | public void Add(ref T item) method Add (line 87) | public int Add() method Add (line 93) | public int Add(int delta) method Add (line 103) | private int Add(int delta, bool incrCount) method Sort (line 135) | public void Sort() method AppendTo (line 143) | public void AppendTo(ref ItemStructList destinationList) method ToArray (line 151) | public T[] ToArray() method Clear (line 169) | public void Clear() method Remove (line 177) | public void Remove(T value) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Utility/ItemMap.cs type ItemStructMap (line 16) | internal struct ItemStructMap method EnsureEntry (line 18) | public int EnsureEntry(int key) method Search (line 63) | public int Search(int key) type Entry (line 136) | public struct Entry FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Utility/Maps.cs class DTypeMap (line 26) | internal class DTypeMap method DTypeMap (line 29) | public DTypeMap(int entryCount) method Clear (line 83) | public void Clear() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Utility/PerfService.cs class PerfService (line 12) | internal static class PerfService method GetPerfElementID2 (line 27) | internal static long GetPerfElementID2(object element, string extraData) method GetPerfElementID (line 60) | internal static long GetPerfElementID(object element) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Utility/Trace.cs class EventTrace (line 16) | internal static partial class EventTrace method EasyTraceEvent (line 22) | internal static void EasyTraceEvent(Keyword keywords, Event eventID) method EasyTraceEvent (line 32) | internal static void EasyTraceEvent(Keyword keywords, Level level, Eve... method EasyTraceEvent (line 42) | internal static void EasyTraceEvent(Keyword keywords, Event eventI... method EasyTraceEvent (line 52) | internal static void EasyTraceEvent(Keyword keywords, Level level,... method EasyTraceEvent (line 62) | internal static void EasyTraceEvent(Keyword keywords, Event ev... method EasyTraceEvent (line 70) | internal static void EasyTraceEvent(Keyword keywords, Level le... method EasyTraceEvent (line 80) | internal static void EasyTraceEvent(Keyword keywords, Even... type LayoutSource (line 90) | public enum LayoutSource : byte method IsEnabled (line 102) | internal static bool IsEnabled(Keyword flag, Level level) method EventTrace (line 111) | static EventTrace() method IsClassicETWRegistryEnabled (line 127) | private static bool IsClassicETWRegistryEnabled() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Utility/TraceProvider.cs type EventData (line 21) | [StructLayout(LayoutKind.Explicit, Size = 16)] class TraceProvider (line 32) | internal abstract class TraceProvider method TraceProvider (line 47) | internal TraceProvider() method Register (line 52) | internal abstract void Register(Guid providerGuid); method EventWrite (line 53) | internal abstract unsafe uint EventWrite(EventTrace.Event eventID, Eve... method TraceEvent (line 55) | internal uint TraceEvent(EventTrace.Event eventID, EventTrace.Keyword ... method IsEnabled (line 92) | internal bool IsEnabled(EventTrace.Keyword keyword, EventTrace.Level l... method TraceEvent (line 101) | internal unsafe uint TraceEvent(EventTrace.Event eventID, EventTrace.K... method TraceEvent (line 141) | internal unsafe uint TraceEvent(EventTrace.Event eventID, EventTrace.K... method EncodeObject (line 245) | private static unsafe string EncodeObject(ref object data, EventData* ... class ClassicTraceProvider (line 407) | internal sealed class ClassicTraceProvider : TraceProvider method ClassicTraceProvider (line 413) | internal ClassicTraceProvider() method Register (line 420) | internal override unsafe void Register(Guid providerGuid) method EtwEnableCallback (line 444) | private unsafe uint EtwEnableCallback(ClassicEtw.WMIDPREQUESTCODE requ... method EventWrite (line 488) | internal override unsafe uint EventWrite(EventTrace.Event eventID, Eve... class ManifestTraceProvider (line 518) | internal class ManifestTraceProvider : TraceProvider method ManifestTraceProvider (line 522) | internal ManifestTraceProvider() method Register (line 526) | internal override unsafe void Register(Guid providerGuid) method EtwEnableCallback (line 534) | private unsafe void EtwEnableCallback(ref Guid sourceId, int isEnabled... method EventWrite (line 559) | internal override unsafe uint EventWrite(EventTrace.Event eventID, Eve... FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/ExternDll.cs class ExternDll (line 6) | internal static class ExternDll FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/HandleCollector.cs class HandleCollector (line 9) | internal static class HandleCollector method Add (line 21) | internal static IntPtr Add(IntPtr handle, int type) { method Add (line 26) | internal static SafeHandle Add(SafeHandle handle, int type) { method Add (line 31) | internal static void Add(int type) { method RegisterType (line 38) | internal static int RegisterType(string typeName, int expense, int ini... method Remove (line 60) | internal static IntPtr Remove(IntPtr handle, int type) { method Remove (line 65) | internal static SafeHandle Remove(SafeHandle handle, int type) { method Remove (line 70) | internal static void Remove(int type) { class HandleType (line 77) | private class HandleType method HandleType (line 89) | internal HandleType(string name, int expense, int initialThreshHold) { method Add (line 99) | internal void Add() { method NeedCollection (line 137) | internal bool NeedCollection() { method Remove (line 165) | internal void Remove() { FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/HwndSubclass.cs class HwndSubclass (line 33) | internal class HwndSubclass : IDisposable method HwndSubclass (line 35) | static HwndSubclass() method HwndSubclass (line 58) | internal HwndSubclass(HwndWrapperHook hook) method Dispose (line 91) | public virtual void Dispose() method DisposeImpl (line 97) | private bool DisposeImpl(bool forceUnhook) method Attach (line 116) | internal IntPtr Attach(IntPtr hwnd) method Detach (line 143) | internal bool Detach(bool force) method CriticalDetach (line 149) | internal bool CriticalDetach(bool force) method RequestDetach (line 187) | internal void RequestDetach(bool force) method RequestDetach (line 219) | internal static void RequestDetach(IntPtr hwnd, IntPtr subclass, bool ... method SubclassWndProc (line 258) | internal IntPtr SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam,... class DispatcherOperationCallbackParameter (line 365) | private class DispatcherOperationCallbackParameter method CriticalAttach (line 374) | internal IntPtr CriticalAttach( IntPtr hwnd ) method DispatcherCallbackOperation (line 393) | private object DispatcherCallbackOperation(object o) method CallOldWindowProc (line 432) | private IntPtr CallOldWindowProc(IntPtr oldWndProc, IntPtr hwnd, Windo... method HookWindowProc (line 437) | private void HookWindowProc(IntPtr hwnd, NativeMethods.WndProc newWndP... method UnhookWindowProc (line 475) | private bool UnhookWindowProc(bool force) method DefWndProcWrapper (line 562) | private static IntPtr DefWndProcWrapper(IntPtr hwnd, Int32 msg, IntPtr... type Bond (line 576) | private enum Bond FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/HwndWrapper.cs class HwndWrapper (line 13) | internal class HwndWrapper : DispatcherObject, IDisposable method HwndWrapper (line 15) | static HwndWrapper() method HwndWrapper (line 20) | public HwndWrapper( method Dispose (line 148) | public virtual void Dispose() method Dispose (line 158) | private void Dispose(bool disposing, bool isHwndBeingDestroyed) method AddHook (line 221) | public void AddHook(HwndWrapperHook hook) method AddHookLast (line 227) | internal void AddHookLast(HwndWrapperHook hook) method RemoveHook (line 233) | public void RemoveHook(HwndWrapperHook hook) => _hooks?.Remove(hook); method WndProc (line 235) | private IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lPa... method CheckForCreateWindowFailure (line 282) | private void CheckForCreateWindowFailure( IntPtr result, bool handled ) method DestroyWindow (line 305) | internal static object DestroyWindow(object args) method UnregisterClass (line 324) | internal static object UnregisterClass(object arg) class DestroyWindowArgs (line 341) | internal class DestroyWindowArgs method DestroyWindowArgs (line 343) | public DestroyWindowArgs(IntPtr handle, ushort classAtom) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/LoadLibraryHelper.cs class LoadLibraryHelper (line 11) | internal static class LoadLibraryHelper method IsKnowledgeBase2533623OrGreater (line 21) | private static bool IsKnowledgeBase2533623OrGreater() method SecureLoadLibraryEx (line 70) | internal static IntPtr SecureLoadLibraryEx(string lpFileName, IntPtr h... FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/ManagedWndProcTracker.cs class ManagedWndProcTracker (line 14) | internal static class ManagedWndProcTracker method ManagedWndProcTracker (line 16) | static ManagedWndProcTracker() method TrackHwndSubclass (line 24) | internal static void TrackHwndSubclass(HwndSubclass subclass, IntPtr h... method UnhookHwndSubclass (line 41) | internal static void UnhookHwndSubclass(HwndSubclass subclass) method OnAppDomainProcessExit (line 55) | private static void OnAppDomainProcessExit() method HookUpDefWindowProc (line 104) | private static void HookUpDefWindowProc(IntPtr hwnd) method GetDefWindowProcAddress (line 149) | private static IntPtr GetDefWindowProcAddress(IntPtr hwnd) method GetUser32ProcAddress (line 173) | private static IntPtr GetUser32ProcAddress(string export) class ManagedWndProcTrackerShutDownListener (line 183) | private sealed class ManagedWndProcTrackerShutDownListener : ShutDownL... method ManagedWndProcTrackerShutDownListener (line 185) | public ManagedWndProcTrackerShutDownListener() : base(null, ShutDown... method OnShutDown (line 189) | internal override void OnShutDown(object target, object sender, Even... method DbgUserBreakPoint (line 196) | [DllImport("ntdll.dll")] method DbgPrint (line 199) | [DllImport("ntdll.dll")] method LogStartHWND (line 202) | internal static void LogStartHWND(IntPtr hwnd, string fromWhere) method LogFinishHWND (line 213) | internal static void LogFinishHWND(IntPtr hwnd, string fromWhere) method Log (line 224) | private static void Log(string msg) FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/MessageOnlyHwndWrapper.cs class MessageOnlyHwndWrapper (line 8) | internal class MessageOnlyHwndWrapper : HwndWrapper method MessageOnlyHwndWrapper (line 10) | public MessageOnlyHwndWrapper() : base(0, 0, 0, 0, 0, 0, 0, "", Native... FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/NativeMethodsCLR.cs class NativeMethods (line 31) | internal partial class NativeMethods { class XFORM (line 33) | [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)] method XFORM (line 42) | public XFORM() method XFORM (line 47) | public XFORM( float em11, float em12, float em21, float em22, float ... method XFORM (line 57) | public XFORM( float[] elements ) method ToString (line 67) | public override string ToString() method Equals (line 72) | public override bool Equals( object obj ) method GetHashCode (line 87) | public override int GetHashCode() type CANDIDATEFORM (line 579) | [StructLayout(LayoutKind.Sequential)] type COMPOSITIONFORM (line 589) | [StructLayout(LayoutKind.Sequential)] type RECONVERTSTRING (line 598) | [StructLayout(LayoutKind.Sequential)] type REGISTERWORD (line 612) | [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)] method Succeeded (line 1135) | public static bool Succeeded(int hr) { method Failed (line 1139) | public static bool Failed(int hr) { method SignedHIWORD (line 1500) | public static int SignedHIWORD(int n) method SignedLOWORD (line 1507) | public static int SignedLOWORD(int n) class MONITORINFOEX (line 1514) | [StructLayout(LayoutKind.Sequential,CharSet=CharSet.Auto, Pack=4)] method SizeOf (line 1523) | private static int SizeOf() class TRACKMOUSEEVENT (line 1529) | [StructLayout(LayoutKind.Sequential)] method SizeOf (line 1536) | private static int SizeOf() type POINT (line 1542) | [StructLayout(LayoutKind.Sequential)] method POINT (line 1547) | public POINT(int x, int y) { method ToString (line 1552) | public override string ToString() { type MARGINS (line 1560) | [StructLayout(LayoutKind.Sequential)] class NONCLIENTMETRICS (line 1568) | [StructLayout(LayoutKind.Sequential)] method SizeOf (line 1591) | private static int SizeOf() class ICONMETRICS (line 1597) | [StructLayout(LayoutKind.Sequential)] method SizeOf (line 1606) | private static int SizeOf() type PAINTSTRUCT (line 1612) | [StructLayout(LayoutKind.Sequential)] class SIZE (line 1635) | [StructLayout(LayoutKind.Sequential)] method SIZE (line 1640) | public SIZE() method SIZE (line 1644) | public SIZE(int cx, int cy) { type WINDOWPLACEMENT (line 1652) | [StructLayout(LayoutKind.Sequential)] class BITMAP (line 1670) | [StructLayout(LayoutKind.Sequential)] class LOGFONT (line 1681) | [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Unicode)] method LOGFONT (line 1683) | public LOGFONT() { method LOGFONT (line 1685) | public LOGFONT( LOGFONT lf ) class MENUITEMINFO_T (line 1721) | [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)] method SizeOf (line 1736) | private static int SizeOf() class OFNOTIFY (line 1744) | [StructLayout(LayoutKind.Sequential)] class OPENFILENAME_I (line 1756) | [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Unicode)] method SizeOf (line 1783) | private static int SizeOf() type STYLESTRUCT (line 1806) | [StructLayout(LayoutKind.Sequential)] class STATSTG (line 1812) | [StructLayout(LayoutKind.Sequential)] class COMRECT (line 1859) | [Serializable] method COMRECT (line 1867) | public COMRECT(int x, int y, int right, int bottom) method COMRECT (line 1875) | public COMRECT(RECT rect) { method CopyTo (line 1882) | public void CopyTo(COMRECT destRect) { method ToString (line 1891) | public override string ToString() { class tagOleMenuGroupWidths (line 1896) | [StructLayout(LayoutKind.Sequential)/*leftover(noAutoOffset)*/] type POINTF (line 1902) | [StructLayout(LayoutKind.Sequential)/*leftover(noAutoOffset)*/] class OLEINPLACEFRAMEINFO (line 1909) | [StructLayout(LayoutKind.Sequential)/*leftover(noAutoOffset)*/] class tagOLEVERB (line 1923) | [StructLayout(LayoutKind.Sequential)/*leftover(noAutoOffset)*/] class tagLOGPALETTE (line 1938) | [StructLayout(LayoutKind.Sequential)/*leftover(noAutoOffset)*/] class tagCONTROLINFO (line 1948) | [StructLayout(LayoutKind.Sequential)/*leftover(noAutoOffset)*/] method SizeOf (line 1962) | private static int SizeOf() class VARIANT (line 1968) | [StructLayout(LayoutKind.Sequential)] method Clear (line 1989) | public void Clear() { method SuppressFinalize (line 2006) | public void SuppressFinalize() method SysAllocString (line 2014) | [DllImport(ExternDll.Oleaut32,CharSet=CharSet.Auto)] method SysFreeString (line 2017) | [DllImport(ExternDll.Oleaut32,CharSet=CharSet.Auto)] method SetLong (line 2019) | public void SetLong(long lVal) { method ToCoTaskMemPtr (line 2024) | public IntPtr ToCoTaskMemPtr() { method ToObject (line 2035) | public object ToObject() { method GetRefInt (line 2182) | private static IntPtr GetRefInt(IntPtr value) { type tagVT (line 2187) | public enum tagVT { type HIGHCONTRAST_I (line 2241) | [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)] class DISPPARAMS (line 2248) | [StructLayout(LayoutKind.Sequential)/*leftover(noAutoOffset)*/] class EXCEPINFO (line 2259) | [StructLayout(LayoutKind.Sequential)] type WINDOWPOS (line 2281) | [StructLayout(LayoutKind.Sequential)] type MINMAXINFO (line 2292) | [StructLayout(LayoutKind.Sequential)] class CharBuffer (line 2301) | internal abstract class CharBuffer method CreateBuffer (line 2303) | internal static CharBuffer CreateBuffer(int size) method AllocCoTaskMem (line 2312) | internal abstract IntPtr AllocCoTaskMem(); method GetString (line 2313) | internal abstract string GetString(); method PutCoTaskMem (line 2314) | internal abstract void PutCoTaskMem(IntPtr ptr); method PutString (line 2315) | internal abstract void PutString(string s); class AnsiCharBuffer (line 2319) | internal class AnsiCharBuffer : CharBuffer method AnsiCharBuffer (line 2324) | internal AnsiCharBuffer(int size) method AllocCoTaskMem (line 2334) | internal override IntPtr AllocCoTaskMem() method GetString (line 2342) | internal override string GetString() method PutCoTaskMem (line 2358) | internal override void PutCoTaskMem(IntPtr ptr) method PutString (line 2364) | internal override void PutString(string s) class UnicodeCharBuffer (line 2377) | internal class UnicodeCharBuffer : CharBuffer method UnicodeCharBuffer (line 2382) | internal UnicodeCharBuffer(int size) method AllocCoTaskMem (line 2392) | internal override IntPtr AllocCoTaskMem() method GetString (line 2399) | internal override String GetString() method PutCoTaskMem (line 2415) | internal override void PutCoTaskMem(IntPtr ptr) method PutString (line 2421) | internal override void PutString(string s) class CommonHandles (line 2433) | public static class CommonHandles { method CommonHandles (line 2434) | static CommonHandles() { type SYSTEM_POWER_STATUS (line 2491) | [StructLayout(LayoutKind.Sequential)] type WebBrowserReadyState (line 2517) | public enum WebBrowserReadyState type RAWINPUTDEVICELIST (line 2527) | [StructLayout(LayoutKind.Sequential)] type RID_DEVICE_INFO_MOUSE (line 2534) | [StructLayout(LayoutKind.Sequential)] type RID_DEVICE_INFO_KEYBOARD (line 2542) | [StructLayout(LayoutKind.Sequential)] type RID_DEVICE_INFO_HID (line 2553) | [StructLayout(LayoutKind.Sequential)] type RID_DEVICE_INFO (line 2563) | [StructLayout(LayoutKind.Explicit)] type BLENDFUNCTION (line 2586) | [StructLayout(LayoutKind.Sequential)] type WTS_INFO_CLASS (line 2604) | public enum WTS_INFO_CLASS type WTS_CONNECTSTATE_CLASS (line 2783) | public enum WTS_CONNECTSTATE_CLASS type PROCESS_DPI_AWARENESS (line 2866) | internal enum PROCESS_DPI_AWARENESS type DPI_AWARENESS (line 2900) | internal enum DPI_AWARENESS : int type DPI_HOSTING_BEHAVIOR (line 2939) | internal enum DPI_HOSTING_BEHAVIOR : int type MONITOR_DPI_TYPE (line 3053) | internal enum MONITOR_DPI_TYPE : int FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/NativeMethodsOther.cs class NativeMethods (line 11) | internal partial class NativeMethods method MakeHRFromErrorCode (line 14) | public static int MakeHRFromErrorCode(int errorCode) class OSVERSIONINFOEX (line 68) | [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Unicode )] method SizeOf (line 84) | private static int SizeOf() type IInternetSecurityMgrSite (line 89) | [ComImport, Guid("79eac9ee-baf9-11ce-8c82-00aa004ba90b"), System.Runti... method GetWindow (line 92) | void GetWindow( /* [out] */ ref IntPtr phwnd) ; method EnableModeless (line 93) | void EnableModeless( /* [in] */ bool fEnable) ; class OLECMD (line 96) | [StructLayout(LayoutKind.Sequential)] class GUID (line 105) | [StructLayout(LayoutKind.Sequential)] method GUID (line 110) | public GUID(Guid guid) type IOleCommandTarget (line 116) | [ComVisible(true), ComImport(), Guid("B722BCCB-4E68-101B-A2BC-00AA0040... method QueryStatus (line 120) | [return: MarshalAs(UnmanagedType.I4)] method Exec (line 130) | [return: MarshalAs(UnmanagedType.I4)] class DOCHOSTUIINFO (line 142) | [ComVisible(true), StructLayout(LayoutKind.Sequential)] method SizeOf (line 155) | private static int SizeOf() type DOCHOSTUIFLAG (line 162) | public enum DOCHOSTUIFLAG { type DOCHOSTUIDBLCLICK (line 188) | public enum DOCHOSTUIDBLCLICK { method SetEnhMetaFileBits (line 194) | [DllImport(ExternDll.Gdi32, ExactSpelling = true, CharSet = CharSet.Au... class ICONINFO (line 197) | [StructLayout(LayoutKind.Sequential)] class WpfSafeHandle (line 207) | internal abstract class WpfSafeHandle : SafeHandleZeroOrMinusOneIsInvalid method WpfSafeHandle (line 211) | protected WpfSafeHandle(bool ownsHandle, int collectorId) : base(own... method Dispose (line 217) | protected override void Dispose(bool disposing) class BitmapHandle (line 227) | internal sealed class BitmapHandle : WpfSafeHandle method BitmapHandle (line 229) | private BitmapHandle() : this(true) method BitmapHandle (line 233) | private BitmapHandle(bool ownsHandle) : base(ownsHandle, NativeMetho... method ReleaseHandle (line 237) | protected override bool ReleaseHandle() method MakeHandleRef (line 242) | internal HandleRef MakeHandleRef(object obj) method CreateFromHandle (line 247) | internal static BitmapHandle CreateFromHandle(IntPtr hbitmap, bool o... class IconHandle (line 256) | internal sealed class IconHandle : WpfSafeHandle method IconHandle (line 258) | private IconHandle() : base(true, NativeMethods.CommonHandles.Icon) method ReleaseHandle (line 262) | protected override bool ReleaseHandle() method GetInvalidIcon (line 267) | internal static IconHandle GetInvalidIcon() method CriticalGetHandle (line 275) | internal IntPtr CriticalGetHandle() class CursorHandle (line 281) | internal sealed class CursorHandle : WpfSafeHandle method CursorHandle (line 283) | private CursorHandle() : base(true, NativeMethods.CommonHandles.Cursor) method ReleaseHandle (line 287) | protected override bool ReleaseHandle() method GetInvalidCursor (line 292) | internal static CursorHandle GetInvalidCursor() method SignedHIWORD (line 298) | public static int SignedHIWORD(IntPtr intPtr) method SignedLOWORD (line 303) | public static int SignedLOWORD(IntPtr intPtr) method IntPtrToInt32 (line 325) | public static int IntPtrToInt32(IntPtr intPtr) class WNDCLASSEX_I (line 339) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] type RECT (line 368) | [StructLayout(LayoutKind.Sequential)] method RECT (line 376) | public RECT(int left, int top, int right, int bottom) method Offset (line 394) | public void Offset(int dx, int dy) class RefRECT (line 412) | [StructLayout(LayoutKind.Sequential)] method RefRECT (line 420) | public RefRECT() method RefRECT (line 423) | public RefRECT(int left, int top, int right, int bottom) method Offset (line 441) | public void Offset(int dx, int dy) type BITMAPINFO (line 459) | [StructLayout(LayoutKind.Sequential, Pack = 2)] method BITMAPINFO (line 496) | public BITMAPINFO(int width, int height, short bpp) method SizeOf (line 511) | private static int SizeOf() class SECURITY_ATTRIBUTES (line 517) | [StructLayout(LayoutKind.Sequential)] method SECURITY_ATTRIBUTES (line 520) | public SECURITY_ATTRIBUTES () method Release (line 531) | public void Release() method SizeOf (line 542) | private static int SizeOf() class SafeLocalMemHandle (line 548) | internal sealed class SafeLocalMemHandle : SafeHandleZeroOrMinusOneIsI... method SafeLocalMemHandle (line 550) | public SafeLocalMemHandle() : base(true) method SafeLocalMemHandle (line 554) | public SafeLocalMemHandle(IntPtr existingHandle, bool ownsHandle) : ... method ReleaseHandle (line 559) | protected override bool ReleaseHandle() method LocalFree (line 564) | [DllImport("kernel32.dll")] class WNDCLASSEX_D (line 606) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] method PRIMARYLANGID (line 1006) | public static int PRIMARYLANGID(int lgid) class ANIMATIONINFO (line 1075) | [StructLayout(LayoutKind.Sequential)] method SizeOf (line 1081) | private static int SizeOf() class STATDATA (line 1089) | [StructLayout(LayoutKind.Sequential)] type WINDOWTHEMEATTRIBUTETYPE (line 1098) | public enum WINDOWTHEMEATTRIBUTETYPE class WTA_OPTIONS (line 1109) | [StructLayout(LayoutKind.Sequential)] type HWND (line 1160) | [StructLayout(LayoutKind.Sequential)] method Cast (line 1173) | public static HWND Cast(IntPtr h) method MakeHandleRef (line 1182) | public HandleRef MakeHandleRef(object wrapper) method Equals (line 1224) | public override bool Equals(object oCompare) method GetHashCode (line 1234) | public override int GetHashCode() type HDC (line 1243) | public struct HDC method Cast (line 1255) | public static HDC Cast(IntPtr h) method MakeHandleRef (line 1264) | public HandleRef MakeHandleRef( object wrapper) method EndDoc (line 1297) | [DllImport("gdi32.dll")] type PrinterEscape (line 1310) | [StructLayout(LayoutKind.Sequential)] method ExtEscape (line 1331) | [DllImport("gdi32.dll")] type DocInfo (line 1343) | [StructLayout(LayoutKind.Sequential)] method StartDoc (line 1359) | [DllImport("gdi32.dll")] method OpenPrinterA (line 1369) | [DllImport("winspool.drv", BestFitMapping = false, ThrowOnUnmappableCh... method ClosePrinter (line 1377) | [DllImport("winspool.drv")]//CASRemoval: method EndPage (line 1385) | [DllImport("gdi32.dll")]//CASRemoval: method StartPage (line 1393) | [DllImport("gdi32.dll")]//CASRemoval: type MOUSEMOVEPOINT (line 1419) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] // For G... type Win32SystemColors (line 1455) | internal enum Win32SystemColors type InternetCacheConfigInfo (line 1493) | [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Unicode)] type POWERBROADCAST_SETTING (line 1525) | [StructLayout(LayoutKind.Sequential, Pack = 4)] type ProfileType (line 1542) | public enum ProfileType : uint type COLORTYPE (line 1548) | public enum COLORTYPE : uint type ColorSpace (line 1567) | public enum ColorSpace : uint FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/SafeNativeMethodsCLR.cs class SafeNativeMethods (line 10) | internal static partial class SafeNativeMethods method GetMessagePos (line 12) | public static int GetMessagePos() method GetKeyboardLayout (line 17) | public static IntPtr GetKeyboardLayout(int dwLayout) method ActivateKeyboardLayout (line 22) | public static IntPtr ActivateKeyboardLayout(HandleRef hkl, int uFlags) method GetKeyboardLayoutList (line 28) | public static int GetKeyboardLayoutList(int size, [Out, MarshalAs(Unma... method GetMonitorInfo (line 45) | internal static void GetMonitorInfo(HandleRef hmonitor, [In, Out] Nati... method MonitorFromPoint (line 54) | public static IntPtr MonitorFromPoint(NativeMethods.POINT pt, int flags) method MonitorFromRect (line 60) | public static IntPtr MonitorFromRect(ref NativeMethods.RECT rect, int ... method MonitorFromWindow (line 66) | public static IntPtr MonitorFromWindow(HandleRef handle, int flags) method LoadCursor (line 73) | public static NativeMethods.CursorHandle LoadCursor(HandleRef hInst, I... method GetCursor (line 86) | public static IntPtr GetCursor() method ShowCursor (line 91) | public static int ShowCursor(bool show) method AdjustWindowRectEx (line 96) | internal static bool AdjustWindowRectEx(ref NativeMethods.RECT lpRect,... method GetClientRect (line 107) | internal static void GetClientRect(HandleRef hWnd, [In, Out] ref Nativ... method GetClientRect (line 118) | internal static NativeMethods.RECT GetClientRect(HandleRef hWnd) method GetWindowRect (line 125) | internal static void GetWindowRect(HandleRef hWnd, [In, Out] ref Nativ... method GetDoubleClickTime (line 133) | public static int GetDoubleClickTime() method IsWindowEnabled (line 138) | public static bool IsWindowEnabled(HandleRef hWnd) method IsWindowVisible (line 143) | public static bool IsWindowVisible(HandleRef hWnd) method ReleaseCapture (line 148) | internal static bool ReleaseCapture() method TrackMouseEvent (line 161) | public static bool TrackMouseEvent(NativeMethods.TRACKMOUSEEVENT tme) method SetTimer (line 175) | public static void SetTimer(HandleRef hWnd, int nIDEvent, int uElapse) method TrySetTimer (line 185) | public static bool TrySetTimer(HandleRef hWnd, int nIDEvent, int uElapse) method KillTimer (line 196) | public static bool KillTimer(HandleRef hwnd, int idEvent) method GetTickCount (line 203) | public static int GetTickCount() method MessageBeep (line 210) | public static int MessageBeep(int uType) method IsWindowUnicode (line 216) | public static bool IsWindowUnicode(HandleRef hWnd) method SetCursor (line 223) | public static IntPtr SetCursor(SafeHandle hcursor) method ScreenToClient (line 231) | public static void ScreenToClient(HandleRef hWnd, ref NativeMethods.PO... method GetCurrentThreadId (line 239) | public static int GetCurrentThreadId() method GetCurrentSessionId (line 250) | public static int? GetCurrentSessionId() method GetCapture (line 264) | public static IntPtr GetCapture() method SetCapture (line 269) | public static IntPtr SetCapture(HandleRef hwnd) method MapVirtualKey (line 274) | internal static int MapVirtualKey(int nVirtKey, int nMapType) method IsCurrentSessionConnectStateWTSActive (line 299) | public static bool IsCurrentSessionConnectStateWTSActive(int? SessionI... method GetProcessDpiAwareness (line 362) | internal static NativeMethods.PROCESS_DPI_AWARENESS GetProcessDpiAware... method GetWindowDpiAwarenessContext (line 390) | internal static DpiAwarenessContextHandle GetWindowDpiAwarenessContext... method AreDpiAwarenessContextsEqual (line 415) | internal static bool AreDpiAwarenessContextsEqual(IntPtr dpiContextA, ... method GetDpiForWindow (line 437) | internal static uint GetDpiForWindow(HandleRef hwnd) method GetDpiForSystem (line 460) | internal static uint GetDpiForSystem() method GetThreadDpiHostingBehavior (line 475) | internal static NativeMethods.DPI_HOSTING_BEHAVIOR GetThreadDpiHosting... class SafeNativeMethodsPrivate (line 480) | private partial class SafeNativeMethodsPrivate method ProcessIdToSessionId (line 482) | [DllImport(ExternDll.Kernel32, ExactSpelling = true, CharSet = CharS... method GetCurrentThreadId (line 486) | [DllImport(ExternDll.Kernel32, ExactSpelling = true, CharSet = CharS... method GetCapture (line 489) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet... method IsWindowVisible (line 492) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet... method GetMessagePos (line 495) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet... method IntReleaseCapture (line 498) | [DllImport(ExternDll.User32, EntryPoint = "ReleaseCapture", ExactSpe... method IntGetWindowRect (line 501) | [DllImport(ExternDll.User32, EntryPoint = "GetWindowRect", ExactSpel... method IntGetClientRect (line 504) | [DllImport(ExternDll.User32, EntryPoint = "GetClientRect", ExactSpel... method IntAdjustWindowRectEx (line 507) | [DllImport(ExternDll.User32, EntryPoint = "AdjustWindowRectEx", Exac... method MonitorFromRect (line 510) | [DllImport(ExternDll.User32, ExactSpelling = true)] method MonitorFromPoint (line 513) | [DllImport(ExternDll.User32, ExactSpelling = true)] method ActivateKeyboardLayout (line 516) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet... method GetKeyboardLayout (line 519) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet... method SetTimer (line 522) | [DllImport(ExternDll.User32, SetLastError = true, ExactSpelling = tr... method TrySetTimer (line 525) | [DllImport(ExternDll.User32, EntryPoint = "SetTimer", CharSet = Char... method KillTimer (line 528) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet... method IsWindowUnicode (line 531) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet... method GetDoubleClickTime (line 534) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet... method IsWindowEnabled (line 537) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet... method GetCursor (line 540) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet... method ShowCursor (line 543) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet... method IntGetMonitorInfo (line 546) | [DllImport(ExternDll.User32, EntryPoint = "GetMonitorInfo", CharSet ... method MonitorFromWindow (line 549) | [DllImport(ExternDll.User32, SetLastError = true, ExactSpelling = tr... method MapVirtualKey (line 553) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto)] method SetCapture (line 556) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet... method SetCursor (line 559) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet... method TrackMouseEvent (line 562) | [DllImport(ExternDll.User32, ExactSpelling = true, SetLastError = tr... method LoadCursor (line 565) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto, SetLastError = ... method GetTickCount (line 570) | [DllImport(ExternDll.Kernel32, ExactSpelling = true, CharSet = CharS... method IntScreenToClient (line 574) | [DllImport(ExternDll.User32, EntryPoint = "ScreenToClient", SetLastE... method MessageBeep (line 578) | [DllImport(ExternDll.User32)] method WTSQuerySessionInformation (line 581) | [DllImport(ExternDll.WtsApi32, SetLastError = true, EntryPoint = "WT... method WTSFreeMemory (line 589) | [DllImport(ExternDll.WtsApi32, EntryPoint = "WTSFreeMemory", CharSet... method GetProcessDpiAwareness (line 626) | [DllImport(ExternDll.Shcore, CallingConvention = CallingConvention.W... method GetWindowDpiAwarenessContext (line 644) | [DllImport(ExternDll.User32, CallingConvention = CallingConvention.W... method AreDpiAwarenessContextsEqual (line 666) | [DllImport(ExternDll.User32, CallingConvention = CallingConvention.W... method GetDpiForWindow (line 687) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, CallingConve... method GetDpiForSystem (line 707) | [DllImport(ExternDll.User32, CallingConvention = CallingConvention.W... method GetThreadDpiHostingBehavior (line 720) | [DllImport(ExternDll.User32, CallingConvention = CallingConvention.W... FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/SafeNativeMethodsOther.cs class SafeNativeMethods (line 9) | internal partial class SafeNativeMethods type PlaySoundFlags (line 11) | [Flags] method IsUxThemeActive (line 28) | public static bool IsUxThemeActive() { return SafeNativeMethodsPrivate... method SetCaretPos (line 30) | public static bool SetCaretPos(int x, int y) method DestroyCaret (line 40) | public static bool DestroyCaret() method GetCaretBlinkTime (line 51) | public static int GetCaretBlinkTime() method GetStringTypeEx (line 80) | public static unsafe bool GetStringTypeEx(uint locale, uint infoType, ... method GetSysColor (line 93) | public static int GetSysColor(int nIndex) method IsDebuggerPresent (line 99) | public static bool IsDebuggerPresent() { return SafeNativeMethodsPriva... method QueryPerformanceCounter (line 103) | public static void QueryPerformanceCounter(out long lpPerformanceCount) method QueryPerformanceFrequency (line 111) | public static void QueryPerformanceFrequency(out long lpFrequency) method GetMessageTime (line 119) | internal static int GetMessageTime() method GetWindowStyle (line 125) | internal static int GetWindowStyle(HandleRef hWnd, bool exStyle) class SafeNativeMethodsPrivate (line 131) | private static partial class SafeNativeMethodsPrivate method IsThemeActive (line 133) | [DllImport(ExternDll.Uxtheme, CharSet = CharSet.Unicode)] method SetCaretPos (line 136) | [DllImport(ExternDll.User32, SetLastError = true, CharSet = CharSet.... method DestroyCaret (line 139) | [DllImport(ExternDll.User32, SetLastError = true, CharSet = CharSet.... method GetCaretBlinkTime (line 143) | [DllImport(ExternDll.User32, SetLastError = true, CharSet = CharSet.... method GetStringTypeEx (line 146) | [DllImport(ExternDll.Kernel32, SetLastError = true, CharSet = CharSe... method GetSysColor (line 149) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto)] method IsDebuggerPresent (line 153) | [DllImport("kernel32.dll", ExactSpelling = true, CharSet = CharSet.A... method QueryPerformanceCounter (line 159) | [DllImport("kernel32.dll", SetLastError = true)] method QueryPerformanceFrequency (line 162) | [DllImport("kernel32.dll", SetLastError = true)] method GetMessageTime (line 165) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet... FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/SafeSystemMetrics.cs class SafeSystemMetrics (line 19) | internal sealed class SafeSystemMetrics method SafeSystemMetrics (line 22) | private SafeSystemMetrics() FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/UnsafeNativeMethodsCLR.cs class UnsafeNativeMethods (line 42) | internal partial class UnsafeNativeMethods method GetCurrentThemeName (line 45) | [DllImport(ExternDll.Uxtheme, CharSet = CharSet.Auto, BestFitMapping =... method RegisterWindowMessage (line 49) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto, BestFitMapping = ... method SetWindowPos (line 53) | [DllImport(ExternDll.User32, EntryPoint = "SetWindowPos", ExactSpellin... method GetWindow (line 56) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method GetDpiForMonitor (line 59) | [DllImport(ExternDll.Shcore, CharSet = CharSet.Auto, SetLastError = tr... method IsProcessDPIAware (line 62) | [DllImport(ExternDll.User32, EntryPoint = "IsProcessDPIAware", CharSet... method OpenProcess (line 65) | [DllImport(ExternDll.Kernel32, CharSet = CharSet.Auto, SetLastError = ... method EnableNonClientDpiScaling (line 68) | [DllImport(ExternDll.User32, EntryPoint = "EnableNonClientDpiScaling",... method GetClassName (line 71) | [DllImport(ExternDll.User32, SetLastError = true, CharSet = CharSet.Au... method MessageBox (line 74) | [DllImport(ExternDll.User32, SetLastError = true, CharSet = CharSet.Au... method CriticalSetWindowTheme (line 77) | [DllImport(ExternDll.Uxtheme, CharSet = CharSet.Auto, BestFitMapping =... method CriticalCreateCompatibleBitmap (line 80) | [DllImport(ExternDll.Gdi32, SetLastError = true, ExactSpelling = true,... method CriticalGetStockObject (line 83) | [DllImport(ExternDll.Gdi32, EntryPoint = "GetStockObject", SetLastErro... method CriticalFillRect (line 86) | [DllImport(ExternDll.User32, EntryPoint = "FillRect", SetLastError = t... method GetBitmapBits (line 89) | [DllImport(ExternDll.Gdi32, SetLastError = true, ExactSpelling = true,... method ShowWindow (line 92) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method DeleteObject (line 95) | public static void DeleteObject(HandleRef hObject) method IntDeleteObject (line 105) | [DllImport(ExternDll.Gdi32, SetLastError = true, ExactSpelling = true,... method CriticalSelectObject (line 108) | [DllImport(ExternDll.Gdi32, EntryPoint = "SelectObject", SetLastError ... method CriticalPrintWindow (line 111) | [DllImport(ExternDll.User32, EntryPoint = "PrintWindow", SetLastError ... method CriticalRedrawWindow (line 114) | [DllImport(ExternDll.User32, EntryPoint = "RedrawWindow", ExactSpellin... method ShellExecute (line 117) | [DllImport(ExternDll.Shell32, CharSet = CharSet.Auto, BestFitMapping =... class ShellExecuteInfo (line 120) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type ShellExecuteFlags (line 140) | [Flags] method ShellExecuteEx (line 158) | [DllImport(ExternDll.Shell32, CharSet = CharSet.Unicode, SetLastError ... method MultiByteToWideChar (line 164) | [DllImport(ExternDll.Kernel32, ExactSpelling = true, CharSet = CharSet... method Keybd_event (line 168) | [DllImport(ExternDll.User32, ExactSpelling=true, EntryPoint="keybd_eve... method IntGetModuleFileName (line 173) | [DllImport(ExternDll.Kernel32, EntryPoint = "GetModuleFileName", CharS... method GetModuleFileName (line 176) | internal static string GetModuleFileName(HandleRef hModule) method TranslateMessage (line 210) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method DispatchMessage (line 214) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto)] method ObjectFromLresult (line 218) | [DllImport("oleacc.dll")] method IsWinEventHookInstalled (line 221) | [DllImport("user32.dll")] method IntOleInitialize (line 224) | [DllImport(ExternDll.Ole32, EntryPoint = "OleInitialize")] method OleInitialize (line 227) | public static int OleInitialize() method EnumThreadWindows (line 232) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method OleUninitialize (line 235) | [DllImport(ExternDll.Ole32, ExactSpelling = true, CharSet = CharSet.Au... method IntCloseHandle (line 238) | [DllImport(ExternDll.Kernel32, EntryPoint = "CloseHandle", CharSet = C... method CloseHandleNoThrow (line 241) | public static bool CloseHandleNoThrow(HandleRef handle) method CriticalCreateCompatibleDC (line 257) | [DllImport(ExternDll.Gdi32, SetLastError = true, EntryPoint = "CreateC... method IntUnmapViewOfFile (line 261) | [DllImport(ExternDll.Kernel32, EntryPoint = "UnmapViewOfFile", CharSet... method UnmapViewOfFileNoThrow (line 264) | public static bool UnmapViewOfFileNoThrow(HandleRef pvBaseAddress) method EnableWindow (line 280) | public static bool EnableWindow(HandleRef hWnd, bool enable) method EnableWindowNoThrow (line 295) | public static bool EnableWindowNoThrow(HandleRef hWnd, bool enable) method GetObject (line 303) | [DllImport(ExternDll.Gdi32, SetLastError = true, CharSet = CharSet.Auto)] method GetFocus (line 306) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method IntGetCursorPos (line 309) | [DllImport(ExternDll.User32, EntryPoint = "GetCursorPos", ExactSpellin... method GetCursorPos (line 312) | internal static bool GetCursorPos(ref NativeMethods.POINT pt) method IntTryGetCursorPos (line 322) | [DllImport(ExternDll.User32, EntryPoint = "GetCursorPos", ExactSpellin... method TryGetCursorPos (line 325) | internal static bool TryGetCursorPos(ref NativeMethods.POINT pt) method GetWindowThreadProcessId (line 343) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method GetKeyState (line 346) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method DoDragDrop (line 349) | [DllImport(ExternDll.Ole32, ExactSpelling = true, CharSet = CharSet.Au... method InvalidateRect (line 352) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method GetWindowText (line 357) | internal static int GetWindowText(HandleRef hWnd, [Out] StringBuilder ... method GetWindowTextLength (line 371) | internal static int GetWindowTextLength(HandleRef hWnd) method ImmSetConversionStatus (line 386) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmGetConversionStatus (line 389) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmGetContext (line 392) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmReleaseContext (line 395) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmAssociateContext (line 398) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmSetOpenStatus (line 401) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmGetOpenStatus (line 404) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmNotifyIME (line 407) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmGetProperty (line 410) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmGetCompositionString (line 414) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmGetCompositionString (line 418) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmGetCompositionString (line 422) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmGetCompositionString (line 426) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmConfigureIME (line 429) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmConfigureIME (line 432) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmSetCompositionWindow (line 435) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmSetCandidateWindow (line 438) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method ImmGetDefaultIMEWnd (line 441) | [DllImport(ExternDll.Imm32, CharSet = CharSet.Auto)] method SetFocus (line 445) | internal static IntPtr SetFocus(HandleRef hWnd) method TrySetFocus (line 457) | internal static bool TrySetFocus(HandleRef hWnd) method TrySetFocus (line 463) | internal static bool TrySetFocus(HandleRef hWnd, ref IntPtr result) method GetParent (line 476) | internal static IntPtr GetParent(HandleRef hWnd) method GetAncestor (line 489) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method IsChild (line 492) | [DllImport(ExternDll.User32, SetLastError = true, ExactSpelling = true... method SetParent (line 495) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method IntGetModuleHandle (line 498) | [DllImport(ExternDll.Kernel32, EntryPoint = "GetModuleHandle", CharSet... method GetModuleHandle (line 500) | internal static IntPtr GetModuleHandle(string modName) method CallWindowProc (line 513) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto)] method IntGetProcAddress (line 517) | [DllImport(ExternDll.Kernel32, SetLastError = true, EntryPoint = "GetP... method GetProcAddress (line 520) | public static IntPtr GetProcAddress(HandleRef hModule, string lpProcName) method GetProcAddressNoThrow (line 538) | [DllImport(ExternDll.Kernel32, EntryPoint = "GetProcAddress", CharSet ... method LoadLibrary (line 541) | [DllImport(ExternDll.Kernel32, CharSet = CharSet.Unicode)] type LoadLibraryFlags (line 544) | [Flags] method LoadLibraryEx (line 706) | [Obsolete("Use LoadLibraryHelper.SafeLoadLibraryEx instead")] type GetModuleHandleFlags (line 710) | [Flags] method GetModuleHandleEx (line 734) | [DllImport(ExternDll.Kernel32, CallingConvention = CallingConvention.W... method FreeLibrary (line 741) | [DllImport(ExternDll.Kernel32, CallingConvention = CallingConvention.W... method GetSystemMetrics (line 746) | [DllImport(ExternDll.User32)] method SystemParametersInfo (line 750) | [DllImport(ExternDll.User32, SetLastError = true, CharSet = CharSet.Au... method SystemParametersInfo (line 753) | [DllImport(ExternDll.User32, SetLastError = true, CharSet = CharSet.Au... method SystemParametersInfo (line 756) | [DllImport(ExternDll.User32, SetLastError = true, CharSet = CharSet.Au... method SystemParametersInfo (line 759) | [DllImport(ExternDll.User32, SetLastError = true, CharSet = CharSet.Au... method SystemParametersInfo (line 762) | [DllImport(ExternDll.User32, SetLastError = true, CharSet = CharSet.Au... method GetSystemPowerStatus (line 765) | [DllImport(ExternDll.Kernel32, CharSet = CharSet.Auto, ExactSpelling =... method IntClientToScreen (line 768) | [DllImport(ExternDll.User32, EntryPoint = "ClientToScreen", SetLastErr... method ClientToScreen (line 771) | public static void ClientToScreen(HandleRef hWnd, ref NativeMethods.PO... method GetDesktopWindow (line 779) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method GetForegroundWindow (line 782) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method RegisterDragDrop (line 785) | [DllImport(ExternDll.Ole32, ExactSpelling = true, CharSet = CharSet.Au... method RevokeDragDrop (line 788) | [DllImport(ExternDll.Ole32, ExactSpelling = true, CharSet = CharSet.Au... method PeekMessage (line 792) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto)] method SetProp (line 796) | [DllImport(ExternDll.User32, BestFitMapping = false, CharSet = CharSet... method IntPostMessage (line 801) | [DllImport(ExternDll.User32, EntryPoint = "PostMessage", CharSet = Cha... method PostMessage (line 804) | internal static void PostMessage(HandleRef hwnd, WindowMessage msg, In... method TryPostMessage (line 812) | [DllImport(ExternDll.User32, EntryPoint = "PostMessage", CharSet = Cha... method NotifyWinEvent (line 816) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method IntBeginPaint (line 819) | [DllImport(ExternDll.User32, ExactSpelling = true, EntryPoint = "Begin... method BeginPaint (line 822) | public static IntPtr BeginPaint(HandleRef hWnd, [In, Out, MarshalAs(Un... method IntEndPaint (line 827) | [DllImport(ExternDll.User32, ExactSpelling = true, EntryPoint = "EndPa... method EndPaint (line 829) | public static bool EndPaint(HandleRef hWnd, [In, MarshalAs(UnmanagedTy... method IntGetDC (line 835) | [DllImport(ExternDll.User32, SetLastError = true, ExactSpelling = true... method GetDC (line 837) | public static IntPtr GetDC(HandleRef hWnd) method IntReleaseDC (line 848) | [DllImport(ExternDll.User32, ExactSpelling = true, EntryPoint = "Relea... method ReleaseDC (line 850) | public static int ReleaseDC(HandleRef hWnd, HandleRef hDC) method GetDeviceCaps (line 857) | [DllImport(ExternDll.Gdi32, SetLastError = true, ExactSpelling = true,... method GetActiveWindow (line 860) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method SetForegroundWindow (line 863) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method UpdateLayeredWindow (line 866) | [return: MarshalAs(UnmanagedType.Bool)] method SetActiveWindow (line 870) | [DllImport(ExternDll.User32, SetLastError = true)] method SetCursor (line 876) | [DllImport(ExternDll.User32, ExactSpelling=true, CharSet=CharSet.Auto)] method IntDestroyCursor (line 881) | [DllImport(ExternDll.User32, ExactSpelling = true, EntryPoint = "Destr... method DestroyCursor (line 884) | public static bool DestroyCursor(IntPtr hCurs) method IntDestroyIcon (line 889) | [DllImport(ExternDll.User32, EntryPoint = "DestroyIcon", CharSet = Cha... method DestroyIcon (line 892) | public static bool DestroyIcon(IntPtr hIcon) method IntDeleteObject (line 910) | [DllImport(ExternDll.Gdi32, EntryPoint = "DeleteObject", CharSet = Cha... method DeleteObject (line 913) | public static bool DeleteObject(IntPtr hObject) method PrivateCreateDIBSection (line 932) | [DllImport(ExternDll.Gdi32, SetLastError = true, ExactSpelling = true,... method CreateDIBSection (line 934) | internal static NativeMethods.BitmapHandle CreateDIBSection(HandleRef ... method PrivateCreateBitmap (line 954) | [DllImport(ExternDll.Gdi32, SetLastError = true, ExactSpelling = true,... method CreateBitmap (line 956) | internal static NativeMethods.BitmapHandle CreateBitmap(int width, int... method PrivateCreateIconIndirect (line 969) | [DllImport(ExternDll.User32, SetLastError = true, ExactSpelling = true... method CreateIconIndirect (line 971) | internal static NativeMethods.IconHandle CreateIconIndirect([In, Marsh... method IsWindow (line 984) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method IntCriticalDeleteDC (line 988) | [DllImport(ExternDll.Gdi32, SetLastError = true, ExactSpelling = true,... method CriticalDeleteDC (line 991) | public static void CriticalDeleteDC(HandleRef hDC) method IntGetMessageW (line 1004) | [DllImport(ExternDll.User32, SetLastError = true, EntryPoint = "GetMes... method GetMessageW (line 1006) | public static bool GetMessageW([In, Out] ref System.Windows.Interop.MS... method IntWindowFromPoint (line 1031) | [DllImport(ExternDll.User32, EntryPoint = "WindowFromPoint", ExactSpel... method WindowFromPoint (line 1034) | public static IntPtr WindowFromPoint(int x, int y) method IntCreateWindowEx (line 1041) | [DllImport(ExternDll.User32, EntryPoint = "CreateWindowEx", CharSet = ... method CreateWindowEx (line 1046) | public static IntPtr CreateWindowEx(int dwExStyle, string lpszClassName, method IntDestroyWindow (line 1060) | [DllImport(ExternDll.User32, SetLastError = true, EntryPoint = "Destro... method DestroyWindow (line 1063) | public static void DestroyWindow(HandleRef hWnd) method SetWinEventHook (line 1070) | [DllImport(ExternDll.User32)] method UnhookWinEvent (line 1073) | [DllImport(ExternDll.User32)] type IOleDropTarget (line 1076) | [ComImport(), Guid("00000122-0000-0000-C000-000000000046"), InterfaceT... method OleDragEnter (line 1079) | [PreserveSig] method OleDragOver (line 1090) | [PreserveSig] method OleDragLeave (line 1099) | [PreserveSig] method OleDrop (line 1102) | [PreserveSig] type IOleDropSource (line 1114) | [ComImport(), Guid("00000121-0000-0000-C000-000000000046"), InterfaceT... method OleQueryContinueDrag (line 1117) | [PreserveSig] method OleGiveFeedback (line 1123) | [PreserveSig] type IOleControlSite (line 1129) | [ method OnControlInfoChanged (line 1136) | [PreserveSig] method LockInPlaceActive (line 1139) | [PreserveSig] method GetExtendedControl (line 1142) | [PreserveSig] method TransformCoords (line 1147) | [PreserveSig] method TranslateAccelerator (line 1154) | [PreserveSig] method OnFocus (line 1161) | [PreserveSig] method ShowPropertyFrame (line 1164) | [PreserveSig] type IOleClientSite (line 1168) | [ComImport(), Guid("00000118-0000-0000-C000-000000000046"), InterfaceT... method SaveObject (line 1171) | [PreserveSig] method GetMoniker (line 1174) | [PreserveSig] method GetContainer (line 1183) | [PreserveSig] method ShowObject (line 1186) | [PreserveSig] method OnShowWindow (line 1189) | [PreserveSig] method RequestNewObjectLayout (line 1192) | [PreserveSig] type IOleInPlaceSite (line 1196) | [ComImport(), Guid("00000119-0000-0000-C000-000000000046"), InterfaceT... method GetWindow (line 1199) | IntPtr GetWindow(); method ContextSensitiveHelp (line 1201) | [PreserveSig] method CanInPlaceActivate (line 1204) | [PreserveSig] method OnInPlaceActivate (line 1207) | [PreserveSig] method OnUIActivate (line 1210) | [PreserveSig] method GetWindowContext (line 1213) | [PreserveSig] method Scroll (line 1226) | [PreserveSig] method OnUIDeactivate (line 1230) | [PreserveSig] method OnInPlaceDeactivate (line 1234) | [PreserveSig] method DiscardUndoState (line 1237) | [PreserveSig] method DeactivateAndUndo (line 1240) | [PreserveSig] method OnPosRectChange (line 1243) | [PreserveSig] type IPropertyNotifySink (line 1249) | [ComImport(), Guid("9BFBBC02-EFF1-101A-84ED-00AA00341D07"), InterfaceT... method OnChanged (line 1252) | void OnChanged(int dispID); method OnRequestEdit (line 1254) | [PreserveSig] type IEnumUnknown (line 1258) | [ComImport(), Guid("00000100-0000-0000-C000-000000000046"), InterfaceT... method Next (line 1261) | [PreserveSig] method Skip (line 1269) | [PreserveSig] method Reset (line 1274) | void Reset(); method Clone (line 1276) | void Clone( type IOleContainer (line 1281) | [ComImport(), Guid("0000011B-0000-0000-C000-000000000046"), InterfaceT... method ParseDisplayName (line 1284) | [PreserveSig] method EnumObjects (line 1295) | [PreserveSig] method LockContainer (line 1302) | [PreserveSig] type IOleInPlaceFrame (line 1307) | [ComImport(), Guid("00000116-0000-0000-C000-000000000046"), InterfaceT... method GetWindow (line 1310) | IntPtr GetWindow(); method ContextSensitiveHelp (line 1312) | [PreserveSig] method GetBorder (line 1315) | [PreserveSig] method RequestBorderSpace (line 1320) | [PreserveSig] method SetBorderSpace (line 1325) | [PreserveSig] method SetActiveObject (line 1330) | [PreserveSig] method InsertMenus (line 1337) | [PreserveSig] method SetMenu (line 1344) | [PreserveSig] method RemoveMenus (line 1353) | [PreserveSig] method SetStatusText (line 1358) | [PreserveSig] method EnableModeless (line 1363) | [PreserveSig] method TranslateAccelerator (line 1367) | [PreserveSig] type OLECMDID (line 1380) | public enum OLECMDID type OLECMDEXECOPT (line 1396) | public enum OLECMDEXECOPT type OLECMDF (line 1406) | public enum OLECMDF type IOleInPlaceUIWindow (line 1434) | [ComImport(), Guid("00000115-0000-0000-C000-000000000046"), InterfaceT... method GetWindow (line 1437) | IntPtr GetWindow(); method ContextSensitiveHelp (line 1439) | [PreserveSig] method GetBorder (line 1443) | [PreserveSig] method RequestBorderSpace (line 1448) | [PreserveSig] method SetBorderSpace (line 1453) | [PreserveSig] method SetActiveObject (line 1458) | void SetActiveObject( type IOleInPlaceActiveObject (line 1465) | [ComImport(), method GetWindow (line 1470) | [PreserveSig] method ContextSensitiveHelp (line 1473) | void ContextSensitiveHelp( method TranslateAccelerator (line 1476) | [PreserveSig] method OnFrameWindowActivate (line 1481) | void OnFrameWindowActivate( method OnDocWindowActivate (line 1484) | void OnDocWindowActivate( method ResizeBorder (line 1487) | void ResizeBorder( method EnableModeless (line 1494) | void EnableModeless( type IOleWindow (line 1498) | [ComImport(), Guid("00000114-0000-0000-C000-000000000046"), InterfaceT... method GetWindow (line 1501) | [PreserveSig] method ContextSensitiveHelp (line 1503) | void ContextSensitiveHelp(int fEnterMode); type IOleInPlaceObject (line 1506) | [ComImport(), method GetWindow (line 1511) | [PreserveSig] method ContextSensitiveHelp (line 1513) | void ContextSensitiveHelp(int fEnterMode); method InPlaceDeactivate (line 1514) | void InPlaceDeactivate(); method UIDeactivate (line 1515) | [PreserveSig] method SetObjectRects (line 1517) | void SetObjectRects( method ReactivateAndUndo (line 1521) | void ReactivateAndUndo(); type IOleObject (line 1524) | [ComImport(), method SetClientSite (line 1529) | [PreserveSig] method GetClientSite (line 1534) | IOleClientSite GetClientSite(); method SetHostNames (line 1536) | [PreserveSig] method Close (line 1543) | [PreserveSig] method SetMoniker (line 1546) | [PreserveSig] method GetMoniker (line 1553) | [PreserveSig] method InitFromData (line 1562) | [PreserveSig] method GetClipboardData (line 1571) | [PreserveSig] method DoVerb (line 1577) | [PreserveSig] method EnumVerbs (line 1592) | [PreserveSig] method OleUpdate (line 1595) | [PreserveSig] method IsUpToDate (line 1598) | [PreserveSig] method GetUserClassID (line 1601) | [PreserveSig] method GetUserType (line 1606) | [PreserveSig] method SetExtent (line 1613) | [PreserveSig] method GetExtent (line 1620) | [PreserveSig] method Advise (line 1627) | [PreserveSig] method Unadvise (line 1632) | [PreserveSig] method EnumAdvise (line 1637) | [PreserveSig] method GetMiscStatus (line 1640) | [PreserveSig] method SetColorScheme (line 1646) | [PreserveSig] type IOleInPlaceObjectWindowless (line 1652) | [ComImport(), Guid("1C2056CC-5EF4-101B-8BC8-00AA003E3B29"), InterfaceT... method SetClientSite (line 1655) | [PreserveSig] method GetClientSite (line 1660) | [PreserveSig] method SetHostNames (line 1663) | [PreserveSig] method Close (line 1670) | [PreserveSig] method SetMoniker (line 1675) | [PreserveSig] method GetMoniker (line 1682) | [PreserveSig] method InitFromData (line 1691) | [PreserveSig] method GetClipboardData (line 1700) | [PreserveSig] method DoVerb (line 1706) | [PreserveSig] method EnumVerbs (line 1721) | [PreserveSig] method OleUpdate (line 1724) | [PreserveSig] method IsUpToDate (line 1727) | [PreserveSig] method GetUserClassID (line 1730) | [PreserveSig] method GetUserType (line 1735) | [PreserveSig] method SetExtent (line 1742) | [PreserveSig] method GetExtent (line 1749) | [PreserveSig] method Advise (line 1756) | [PreserveSig] method Unadvise (line 1762) | [PreserveSig] method EnumAdvise (line 1767) | [PreserveSig] method GetMiscStatus (line 1770) | [PreserveSig] method SetColorScheme (line 1776) | [PreserveSig] method OnWindowMessage (line 1781) | [PreserveSig] method GetDropTarget (line 1788) | [PreserveSig] type IConnectionPoint (line 1793) | [ComImport(), method GetConnectionInterface (line 1798) | [PreserveSig] method GetConnectionPointContainer (line 1801) | [PreserveSig] method Advise (line 1806) | [PreserveSig] method Unadvise (line 1811) | [PreserveSig] method EnumConnections (line 1815) | [PreserveSig] type IEnumVariant (line 1819) | [ComImport(), Guid("00020404-0000-0000-C000-000000000046"), InterfaceT... method Next (line 1822) | [PreserveSig] method Skip (line 1831) | void Skip( method Reset (line 1835) | void Reset(); method Clone (line 1837) | void Clone( type IEnumOLEVERB (line 1842) | [ComImport(), Guid("00000104-0000-0000-C000-000000000046"), InterfaceT... method Next (line 1845) | [PreserveSig] method Skip (line 1854) | [PreserveSig] method Reset (line 1859) | void Reset(); method Clone (line 1861) | void Clone(out IEnumOLEVERB ppenum); type IConnectionPointContainer (line 1864) | [ComImport(), method EnumConnectionPoints (line 1869) | [return: MarshalAs(UnmanagedType.Interface)] method FindConnectionPoint (line 1872) | [PreserveSig] type IEnumConnectionPoints (line 1876) | [ComImport(), Guid("B196B285-BAB4-101A-B69C-00AA00341D07"), InterfaceT... method Next (line 1879) | [PreserveSig] method Skip (line 1882) | [PreserveSig] method Reset (line 1885) | void Reset(); method Clone (line 1887) | IEnumConnectionPoints Clone(); type IDispatch (line 1891) | [ComImport(), Guid("00020400-0000-0000-C000-000000000046"), InterfaceT... method GetTypeInfoCount (line 1896) | int GetTypeInfoCount(); method GetTypeInfo (line 1898) | [return: MarshalAs(UnmanagedType.Interface)] method GetIDsOfNames (line 1905) | [PreserveSig] method Invoke (line 1919) | [PreserveSig] type IDispatchEx (line 1941) | [ComImport(), Guid("A6EF9860-C720-11D0-9337-00A0C90DCAA9"), InterfaceT... method GetTypeInfoCount (line 1946) | new int GetTypeInfoCount(); method GetTypeInfo (line 1948) | [return: MarshalAs(UnmanagedType.Interface)] method GetIDsOfNames (line 1955) | [PreserveSig] method Invoke (line 1969) | [PreserveSig] method GetDispID (line 1989) | [PreserveSig] method InvokeEx (line 1995) | [PreserveSig] method DeleteMemberByName (line 2009) | void DeleteMemberByName(string name, int flags); method DeleteMemberByDispID (line 2011) | void DeleteMemberByDispID(int dispId); method GetMemberProperties (line 2013) | int GetMemberProperties(int dispId, int propFlags); method GetMemberName (line 2015) | string GetMemberName(int dispId); method GetNextDispID (line 2017) | int GetNextDispID(int enumFlags, int dispId); method GetNameSpaceParent (line 2019) | [return: MarshalAs(UnmanagedType.IUnknown)] type IServiceProvider (line 2023) | [ComImport(), Guid("6D5140C1-7436-11CE-8034-00AA006009FA"), InterfaceT... method QueryService (line 2026) | [return: MarshalAs(UnmanagedType.IUnknown)] type IWebBrowser2 (line 2033) | [ComImport(), Guid("D30C1661-CDAF-11d0-8A3E-00C04FC9E26E"), method GoBack (line 2040) | [DispId(100)] method GoForward (line 2043) | [DispId(101)] method GoHome (line 2046) | [DispId(102)] method GoSearch (line 2048) | [DispId(103)] method Navigate (line 2050) | [DispId(104)] method Refresh (line 2055) | [DispId(-550)] method Refresh2 (line 2058) | [DispId(105)] method Stop (line 2061) | [DispId(106)] method Quit (line 2102) | [DispId(300)] method ClientToWindow (line 2104) | [DispId(301)] method PutProperty (line 2106) | [DispId(302)] method GetProperty (line 2108) | [DispId(303)] method Navigate2 (line 2133) | [DispId(500)] method QueryStatusWB (line 2138) | [DispId(501)] method ExecWB (line 2140) | [DispId(502)] method ShowBrowserBar (line 2145) | [DispId(503)] type DWebBrowserEvents2 (line 2166) | [ComImport(), Guid("34A715A0-6587-11D0-924A-0020AFC7AC4D"), method StatusTextChange (line 2171) | [DispId(102)] method ProgressChange (line 2173) | [DispId(108)] method CommandStateChange (line 2175) | [DispId(105)] method DownloadBegin (line 2177) | [DispId(106)] method DownloadComplete (line 2179) | [DispId(104)] method TitleChange (line 2181) | [DispId(113)] method PropertyChange (line 2183) | [DispId(112)] method PrintTemplateInstantiation (line 2185) | [DispId(225)] method PrintTemplateTeardown (line 2187) | [DispId(226)] method UpdatePageStatus (line 2189) | [DispId(227)] method BeforeNavigate2 (line 2192) | [DispId(250)] method NewWindow2 (line 2197) | [DispId(251)] method NavigateComplete2 (line 2200) | [DispId(252)] method DocumentComplete (line 2203) | [DispId(259)] method OnQuit (line 2206) | [DispId(253)] method OnVisible (line 2208) | [DispId(254)] method OnToolBar (line 2210) | [DispId(255)] method OnMenuBar (line 2212) | [DispId(256)] method OnStatusBar (line 2214) | [DispId(257)] method OnFullScreen (line 2216) | [DispId(258)] method OnTheaterMode (line 2218) | [DispId(260)] method WindowSetResizable (line 2220) | [DispId(262)] method WindowSetLeft (line 2222) | [DispId(264)] method WindowSetTop (line 2224) | [DispId(265)] method WindowSetWidth (line 2226) | [DispId(266)] method WindowSetHeight (line 2228) | [DispId(267)] method WindowClosing (line 2230) | [DispId(263)] method ClientToHostWindow (line 2232) | [DispId(268)] method SetSecureLockIcon (line 2234) | [DispId(269)] method FileDownload (line 2236) | [DispId(270)] method NavigateError (line 2238) | [DispId(271)] method PrivacyImpactedStateChange (line 2241) | [DispId(272)] method SetPhishingFilterStatus (line 2243) | [DispId(282)] // IE 7+ method WindowStateChanged (line 2245) | [DispId(283)] // IE 7+ type IDocHostUIHandler (line 2251) | [ComImport(), Guid("BD3F23C0-D43E-11CF-893B-00AA00BDCE1A"), method ShowContextMenu (line 2255) | [return: MarshalAs(UnmanagedType.I4)] method GetHostInfo (line 2266) | [return: MarshalAs(UnmanagedType.I4)] method ShowUI (line 2272) | [return: MarshalAs(UnmanagedType.I4)] method HideUI (line 2286) | [return: MarshalAs(UnmanagedType.I4)] method UpdateUI (line 2290) | [return: MarshalAs(UnmanagedType.I4)] method EnableModeless (line 2294) | [return: MarshalAs(UnmanagedType.I4)] method OnDocWindowActivate (line 2300) | [return: MarshalAs(UnmanagedType.I4)] method OnFrameWindowActivate (line 2306) | [return: MarshalAs(UnmanagedType.I4)] method ResizeBorder (line 2312) | [return: MarshalAs(UnmanagedType.I4)] method TranslateAccelerator (line 2321) | [return: MarshalAs(UnmanagedType.I4)] method GetOptionKeyPath (line 2331) | [return: MarshalAs(UnmanagedType.I4)] method GetDropTarget (line 2339) | [return: MarshalAs(UnmanagedType.I4)] method GetExternal (line 2347) | [return: MarshalAs(UnmanagedType.I4)] method TranslateUrl (line 2353) | [return: MarshalAs(UnmanagedType.I4)] method FilterDataObject (line 2363) | [return: MarshalAs(UnmanagedType.I4)] type IHTMLElementCollection (line 2370) | [ComImport, Guid("3050F21F-98B5-11CF-BB82-00AA00BDCE0B"), InterfaceTyp... method toString (line 2373) | string toString(); method SetLength (line 2374) | void SetLength(int p); method GetLength (line 2375) | int GetLength(); method Get_newEnum (line 2376) | [return: MarshalAs(UnmanagedType.Interface)] method Item (line 2378) | [return: MarshalAs(UnmanagedType.IDispatch)] method Tags (line 2380) | [return: MarshalAs(UnmanagedType.Interface)] type IHTMLDocument (line 2384) | [ComImport, Guid("626FC520-A41E-11CF-A731-00A0C9082637"), InterfaceTyp... method GetScript (line 2387) | [return: MarshalAs(UnmanagedType.IDispatch)] type IHTMLDocument2 (line 2391) | [ComImport, Guid("332C4425-26CB-11D0-B483-00C04FD90119"), InterfaceTyp... method GetScript (line 2395) | [return: MarshalAs(UnmanagedType.Interface)] method GetAll (line 2398) | IHTMLElementCollection GetAll(); method GetBody (line 2399) | [return: MarshalAs(UnmanagedType.Interface)] method GetActiveElement (line 2402) | [return: MarshalAs(UnmanagedType.Interface)] method GetImages (line 2405) | IHTMLElementCollection GetImages(); method GetApplets (line 2406) | IHTMLElementCollection GetApplets(); method GetLinks (line 2407) | IHTMLElementCollection GetLinks(); method GetForms (line 2408) | IHTMLElementCollection GetForms(); method GetAnchors (line 2409) | IHTMLElementCollection GetAnchors(); method SetTitle (line 2410) | void SetTitle(string p); method GetTitle (line 2411) | string GetTitle(); method GetScripts (line 2412) | IHTMLElementCollection GetScripts(); method SetDesignMode (line 2413) | void SetDesignMode(string p); method GetDesignMode (line 2414) | string GetDesignMode(); method GetSelection (line 2415) | [return: MarshalAs(UnmanagedType.Interface)] method GetReadyState (line 2417) | string GetReadyState(); method GetFrames (line 2418) | [return: MarshalAs(UnmanagedType.Interface)] method GetEmbeds (line 2420) | IHTMLElementCollection GetEmbeds(); method GetPlugins (line 2421) | IHTMLElementCollection GetPlugins(); method SetAlinkColor (line 2422) | void SetAlinkColor(object c); method GetAlinkColor (line 2423) | object GetAlinkColor(); method SetBgColor (line 2424) | void SetBgColor(object c); method GetBgColor (line 2425) | object GetBgColor(); method SetFgColor (line 2426) | void SetFgColor(object c); method GetFgColor (line 2427) | object GetFgColor(); method SetLinkColor (line 2428) | void SetLinkColor(object c); method GetLinkColor (line 2429) | object GetLinkColor(); method SetVlinkColor (line 2430) | void SetVlinkColor(object c); method GetVlinkColor (line 2431) | object GetVlinkColor(); method GetReferrer (line 2432) | string GetReferrer(); method GetLocation (line 2433) | IHTMLLocation GetLocation(); method GetLastModified (line 2434) | string GetLastModified(); method SetUrl (line 2435) | void SetUrl(string p); method GetUrl (line 2436) | string GetUrl(); method SetDomain (line 2437) | void SetDomain(string p); method GetDomain (line 2438) | string GetDomain(); method SetCookie (line 2439) | void SetCookie(string p); method GetCookie (line 2440) | string GetCookie(); method SetExpando (line 2441) | void SetExpando(bool p); method GetExpando (line 2442) | bool GetExpando(); method SetCharset (line 2443) | void SetCharset(string p); method GetCharset (line 2444) | string GetCharset(); method SetDefaultCharset (line 2445) | void SetDefaultCharset(string p); method GetDefaultCharset (line 2446) | string GetDefaultCharset(); method GetMimeType (line 2447) | string GetMimeType(); method GetFileSize (line 2448) | string GetFileSize(); method GetFileCreatedDate (line 2449) | string GetFileCreatedDate(); method GetFileModifiedDate (line 2450) | string GetFileModifiedDate(); method GetFileUpdatedDate (line 2451) | string GetFileUpdatedDate(); method GetSecurity (line 2452) | string GetSecurity(); method GetProtocol (line 2453) | string GetProtocol(); method GetNameProp (line 2454) | string GetNameProp(); method Write (line 2455) | int Write([In, MarshalAs(UnmanagedType.SafeArray)] object[] psarray); method WriteLine (line 2456) | int WriteLine([In, MarshalAs(UnmanagedType.SafeArray)] object[] psar... method Open (line 2457) | [return: MarshalAs(UnmanagedType.Interface)] method Close (line 2459) | void Close(); method Clear (line 2460) | void Clear(); method QueryCommandSupported (line 2461) | bool QueryCommandSupported(string cmdID); method QueryCommandEnabled (line 2462) | bool QueryCommandEnabled(string cmdID); method QueryCommandState (line 2463) | bool QueryCommandState(string cmdID); method QueryCommandIndeterm (line 2464) | bool QueryCommandIndeterm(string cmdID); method QueryCommandText (line 2465) | string QueryCommandText(string cmdID); method QueryCommandValue (line 2466) | object QueryCommandValue(string cmdID); method ExecCommand (line 2467) | bool ExecCommand(string cmdID, bool showUI, object value); method ExecCommandShowHelp (line 2468) | bool ExecCommandShowHelp(string cmdID); method CreateElement (line 2469) | [return: MarshalAs(UnmanagedType.Interface)] method SetOnhelp (line 2472) | void SetOnhelp(object p); method GetOnhelp (line 2473) | object GetOnhelp(); method SetOnclick (line 2474) | void SetOnclick(object p); method GetOnclick (line 2475) | object GetOnclick(); method SetOndblclick (line 2476) | void SetOndblclick(object p); method GetOndblclick (line 2477) | object GetOndblclick(); method SetOnkeyup (line 2478) | void SetOnkeyup(object p); method GetOnkeyup (line 2479) | object GetOnkeyup(); method SetOnkeydown (line 2480) | void SetOnkeydown(object p); method GetOnkeydown (line 2481) | object GetOnkeydown(); method SetOnkeypress (line 2482) | void SetOnkeypress(object p); method GetOnkeypress (line 2483) | object GetOnkeypress(); method SetOnmouseup (line 2484) | void SetOnmouseup(object p); method GetOnmouseup (line 2485) | object GetOnmouseup(); method SetOnmousedown (line 2486) | void SetOnmousedown(object p); method GetOnmousedown (line 2487) | object GetOnmousedown(); method SetOnmousemove (line 2488) | void SetOnmousemove(object p); method GetOnmousemove (line 2489) | object GetOnmousemove(); method SetOnmouseout (line 2490) | void SetOnmouseout(object p); method GetOnmouseout (line 2491) | object GetOnmouseout(); method SetOnmouseover (line 2492) | void SetOnmouseover(object p); method GetOnmouseover (line 2493) | object GetOnmouseover(); method SetOnreadystatechange (line 2494) | void SetOnreadystatechange(object p); method GetOnreadystatechange (line 2495) | object GetOnreadystatechange(); method SetOnafterupdate (line 2496) | void SetOnafterupdate(object p); method GetOnafterupdate (line 2497) | object GetOnafterupdate(); method SetOnrowexit (line 2498) | void SetOnrowexit(object p); method GetOnrowexit (line 2499) | object GetOnrowexit(); method SetOnrowenter (line 2500) | void SetOnrowenter(object p); method GetOnrowenter (line 2501) | object GetOnrowenter(); method SetOndragstart (line 2502) | void SetOndragstart(object p); method GetOndragstart (line 2503) | object GetOndragstart(); method SetOnselectstart (line 2504) | void SetOnselectstart(object p); method GetOnselectstart (line 2505) | object GetOnselectstart(); method ElementFromPoint (line 2506) | [return: MarshalAs(UnmanagedType.Interface)] method GetParentWindow (line 2509) | [return: MarshalAs(UnmanagedType.Interface)] method GetStyleSheets (line 2512) | [return: MarshalAs(UnmanagedType.Interface)] method SetOnbeforeupdate (line 2514) | void SetOnbeforeupdate(object p); method GetOnbeforeupdate (line 2515) | object GetOnbeforeupdate(); method SetOnerrorupdate (line 2516) | void SetOnerrorupdate(object p); method GetOnerrorupdate (line 2517) | object GetOnerrorupdate(); method toString (line 2518) | string toString(); method CreateStyleSheet (line 2519) | [return: MarshalAs(UnmanagedType.Interface)] type IHTMLLocation (line 2523) | [ComImport, InterfaceType(ComInterfaceType.InterfaceIsDual), Guid("163... method SetHref (line 2526) | void SetHref(string p); method GetHref (line 2527) | string GetHref(); method SetProtocol (line 2528) | void SetProtocol(string p); method GetProtocol (line 2529) | string GetProtocol(); method SetHost (line 2530) | void SetHost(string p); method GetHost (line 2531) | string GetHost(); method SetHostname (line 2532) | void SetHostname(string p); method GetHostname (line 2533) | string GetHostname(); method SetPort (line 2534) | void SetPort(string p); method GetPort (line 2535) | string GetPort(); method SetPathname (line 2536) | void SetPathname(string p); method GetPathname (line 2537) | string GetPathname(); method SetSearch (line 2538) | void SetSearch(string p); method GetSearch (line 2539) | string GetSearch(); method SetHash (line 2540) | void SetHash(string p); method GetHash (line 2541) | string GetHash(); method Reload (line 2542) | void Reload(bool flag); method Replace (line 2543) | void Replace(string bstr); method Assign (line 2544) | void Assign(string bstr); class ArrayToVARIANTHelper (line 2547) | internal static class ArrayToVARIANTHelper method ArrayToVARIANTHelper (line 2549) | static ArrayToVARIANTHelper() method ArrayToVARIANTVector (line 2555) | public static unsafe IntPtr ArrayToVARIANTVector(object[] args) method FreeVARIANTVector (line 2586) | public static unsafe void FreeVARIANTVector(IntPtr mem, int len) type FindSizeOfVariant (line 2613) | [StructLayout(LayoutKind.Sequential, Pack = 1)] method VariantClear (line 2624) | [DllImport(ExternDll.Oleaut32, PreserveSig = true)] type IPersistStreamInit (line 2627) | [ComImport(), Guid("7FD52380-4E07-101B-AE2D-08002B2EC713"), InterfaceT... method GetClassID (line 2630) | void GetClassID( method IsDirty (line 2634) | [PreserveSig] method Load (line 2637) | void Load( method Save (line 2641) | void Save( method GetSizeMax (line 2645) | void GetSizeMax( method InitNew (line 2649) | void InitNew(); method GetRawInputDeviceList (line 2653) | [DllImport(ExternDll.User32, SetLastError = true, CharSet = CharSet.Au... method GetRawInputDeviceInfo (line 2659) | [DllImport(ExternDll.User32, SetLastError = true, CharSet = CharSet.Au... method SetThreadDpiAwarenessContext (line 2684) | [DllImport(ExternDll.User32, CallingConvention = CallingConvention.Win... method EnumDisplayMonitors (line 2747) | [DllImport(ExternDll.User32, CallingConvention = CallingConvention.Win... FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/UnsafeNativeMethodsCompiler.cs class UnsafeNativeMethods (line 15) | internal static partial class UnsafeNativeMethods { method SHGetFolderPath (line 26) | [DllImport(ExternDll.Shfolder, CharSet = CharSet.Auto, BestFitMapping ... method FindMimeFromData (line 30) | [DllImport("urlmon.dll", CharSet = CharSet.Unicode)] FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/UnsafeNativeMethodsEventTrace.cs class ManifestEtw (line 19) | internal static unsafe class ManifestEtw method EventRegister (line 40) | [DllImport("Advapi32.dll", ExactSpelling = true, EntryPoint = "EventRe... method EventUnregister (line 48) | [DllImport("Advapi32.dll", ExactSpelling = true, EntryPoint = "EventUn... method EventWrite (line 54) | [DllImport("Advapi32.dll", ExactSpelling = true, EntryPoint = "EventWr... type EVENT_FILTER_DESCRIPTOR (line 62) | [StructLayout(LayoutKind.Sequential)] type EventDescriptor (line 71) | [StructLayout(LayoutKind.Explicit, Size = 16)] class ClassicEtw (line 91) | internal static unsafe class ClassicEtw type TRACE_GUID_REGISTRATION (line 95) | [StructLayout(LayoutKind.Sequential)] type WNODE_HEADER (line 103) | [StructLayout(LayoutKind.Sequential)] type WMIDPREQUESTCODE (line 115) | internal enum WMIDPREQUESTCODE method RegisterTraceGuidsW (line 131) | [DllImport("Advapi32.dll", CharSet = CharSet.Unicode)] method UnregisterTraceGuids (line 135) | [DllImport("Advapi32.dll")] method GetTraceEnableFlags (line 138) | [DllImport("Advapi32.dll")] method GetTraceEnableLevel (line 141) | [DllImport("Advapi32.dll")] type EVENT_TRACE_HEADER (line 152) | [StructLayout(LayoutKind.Sequential)] type EVENT_HEADER (line 169) | [StructLayout(LayoutKind.Explicit, Size = 48 + 16 * MAX_MOF_FIELDS)] method TraceEvent (line 178) | [DllImport("Advapi32.dll")] FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/UnsafeNativeMethodsOther.cs class UnsafeNativeMethods (line 15) | internal partial class UnsafeNativeMethods method _GetTempFileName (line 17) | [DllImport(ExternDll.Kernel32, CharSet = CharSet.Unicode, SetLastError... method GetTempFileName (line 20) | internal static uint GetTempFileName(string tmpPath, string prefix, ui... method ExtractIconEx (line 31) | [DllImport(ExternDll.Shell32, CharSet = CharSet.Auto, BestFitMapping =... method CreateCaret (line 39) | [DllImport(ExternDll.User32, SetLastError = true)] method ShowCaret (line 42) | [DllImport(ExternDll.User32, SetLastError = true)] method HideCaret (line 45) | [DllImport(ExternDll.User32, SetLastError = true)] method ShowWindowAsync (line 48) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method LoadImageCursor (line 51) | [DllImport(ExternDll.User32, EntryPoint = "LoadImage", CharSet = CharS... method CoInternetSetFeatureEnabled (line 54) | [DllImport(ExternDll.Urlmon, ExactSpelling = true)] method CoInternetCreateSecurityManager (line 57) | [DllImport(ExternDll.Urlmon, ExactSpelling = true)] type IInternetSecurityManager (line 63) | [ComImport, ComVisible(false), Guid("79eac9ee-baf9-11ce-8c82-00aa004ba... method SetSecuritySite (line 66) | void SetSecuritySite(NativeMethods.IInternetSecurityMgrSite pSite); method GetSecuritySite (line 68) | unsafe void GetSecuritySite( /* [out] */ void** ppSite); method MapUrlToZone (line 70) | void MapUrlToZone( method GetSecurityId (line 76) | unsafe void GetSecurityId( /* [in] */ string pwszUrl, method ProcessUrlAction (line 81) | unsafe void ProcessUrlAction( method QueryCustomPolicy (line 91) | unsafe void QueryCustomPolicy( method SetZoneMapping (line 100) | unsafe void SetZoneMapping( /* [in] */ int dwZone, /* [in] */ string... method GetZoneMappings (line 102) | unsafe void GetZoneMappings( /* [in] */ int dwZone, /* [out] */ /*IE... method CreateFile (line 106) | [DllImport(ExternDll.Kernel32, SetLastError = true, CharSet = CharSet.... method GetMessageExtraInfo (line 119) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto)] method SetMessageExtraInfo (line 122) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto)] method IntWaitForMultipleObjectsEx (line 127) | [DllImport(ExternDll.Kernel32, EntryPoint = "WaitForMultipleObjectsEx"... method WaitForMultipleObjectsEx (line 132) | internal static int WaitForMultipleObjectsEx(int nCount, IntPtr[] pHan... method IntMsgWaitForMultipleObjectsEx (line 143) | [DllImport(ExternDll.User32, EntryPoint = "MsgWaitForMultipleObjectsEx... method MsgWaitForMultipleObjectsEx (line 146) | internal static int MsgWaitForMultipleObjectsEx(int nCount, IntPtr[] p... method IntRegisterClassEx (line 158) | [DllImport(ExternDll.User32, EntryPoint = "RegisterClassEx", CharSet =... method RegisterClassEx (line 161) | internal static ushort RegisterClassEx(NativeMethods.WNDCLASSEX_D wc_d) method IntUnregisterClass (line 172) | [DllImport(ExternDll.User32, EntryPoint = "UnregisterClass", CharSet =... method UnregisterClass (line 175) | internal static void UnregisterClass(IntPtr atomString /*lpClassName*/... method IntChangeWindowMessageFilter (line 186) | [DllImport("user32.dll", EntryPoint = "ChangeWindowMessageFilter", Set... method IntChangeWindowMessageFilterEx (line 190) | [DllImport("user32.dll", EntryPoint = "ChangeWindowMessageFilterEx", S... method ChangeWindowMessageFilterEx (line 196) | internal static HRESULT ChangeWindowMessageFilterEx(IntPtr hwnd, Windo... method ObtainUserAgentString (line 230) | [DllImport(ExternDll.Urlmon, ExactSpelling = true, CharSet = CharSet.A... method ObtainUserAgentString (line 233) | internal static string ObtainUserAgentString() method SendMessage (line 257) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto)] method UnsafeSendMessage (line 262) | [DllImport(ExternDll.User32, EntryPoint = "SendMessage", CharSet = Cha... method RegisterPowerSettingNotification (line 265) | [DllImport(ExternDll.User32, EntryPoint = "RegisterPowerSettingNotific... method UnregisterPowerSettingNotification (line 268) | [DllImport(ExternDll.User32, EntryPoint = "UnregisterPowerSettingNotif... method SendMessage (line 272) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto, SetLastError = tr... method GetLayeredWindowAttributes (line 280) | [DllImport("user32.dll")] class SafeFileMappingHandle (line 284) | internal sealed class SafeFileMappingHandle : SafeHandleZeroOrMinusOne... method SafeFileMappingHandle (line 286) | internal SafeFileMappingHandle(IntPtr handle) : base(false) method SafeFileMappingHandle (line 291) | internal SafeFileMappingHandle() : base(true) method ReleaseHandle (line 303) | protected override bool ReleaseHandle() class SafeViewOfFileHandle (line 309) | internal sealed class SafeViewOfFileHandle : SafeHandleZeroOrMinusOneI... method SafeViewOfFileHandle (line 311) | internal SafeViewOfFileHandle() : base(true) { } method ReleaseHandle (line 322) | protected override bool ReleaseHandle() method CreateFileMapping (line 328) | [DllImport(ExternDll.Kernel32, SetLastError = true, CharSet = CharSet.... method MapViewOfFileEx (line 331) | [DllImport(ExternDll.Kernel32, SetLastError = true)] method SetWindowLong (line 336) | internal static IntPtr SetWindowLong(HandleRef hWnd, int nIndex, IntPt... method CriticalSetWindowLong (line 355) | internal static IntPtr CriticalSetWindowLong(HandleRef hWnd, int nInde... method CriticalSetWindowLong (line 374) | internal static IntPtr CriticalSetWindowLong(HandleRef hWnd, int nInde... method GetWindowLongPtr (line 402) | internal static IntPtr GetWindowLongPtr(HandleRef hWnd, int nIndex) method GetWindowLong (line 434) | internal static int GetWindowLong(HandleRef hWnd, int nIndex) method GetWindowLongWndProc (line 468) | internal static NativeMethods.WndProc GetWindowLongWndProc(HandleRef h... method PlaySound (line 494) | [DllImport("winmm.dll", CharSet = CharSet.Unicode)] method InternetGetCookieEx (line 509) | [DllImport(ExternDll.Wininet, SetLastError = true, ExactSpelling = tru... method InternetSetCookieEx (line 513) | [DllImport(ExternDll.Wininet, SetLastError = true, ExactSpelling = tru... method Mouse_event (line 518) | [DllImport(ExternDll.User32, ExactSpelling = true, EntryPoint = "mouse... method GetLocaleInfoW (line 525) | [DllImport(ExternDll.Kernel32, ExactSpelling = true, CharSet = CharSet... method FindNLSString (line 528) | [DllImport(ExternDll.Kernel32, ExactSpelling = true, SetLastError = tr... method IntSetWindowText (line 544) | [DllImport(ExternDll.User32, EntryPoint = "SetWindowText", CharSet = C... method SetWindowText (line 547) | internal static void SetWindowText(HandleRef hWnd, string text) method GetIconInfoImpl (line 555) | [DllImport(ExternDll.User32, EntryPoint = "GetIconInfo", CharSet = Cha... class ICONINFO_IMPL (line 558) | [StructLayout(LayoutKind.Sequential)] method GetIconInfo (line 572) | internal static void GetIconInfo(HandleRef hIcon, out NativeMethods.IC... method IntGetWindowPlacement (line 607) | [DllImport(ExternDll.User32, EntryPoint = "GetWindowPlacement", ExactS... method GetWindowPlacement (line 611) | internal static void GetWindowPlacement(HandleRef hWnd, ref NativeMeth... method IntSetWindowPlacement (line 619) | [DllImport(ExternDll.User32, EntryPoint = "SetWindowPlacement", ExactS... method SetWindowPlacement (line 623) | internal static void SetWindowPlacement(HandleRef hWnd, [In] ref Nativ... method SystemParametersInfo (line 631) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto, BestFitMapping = ... method SystemParametersInfo (line 634) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto, BestFitMapping = ... method SetWindowThemeAttribute (line 658) | [DllImport(ExternDll.Uxtheme, CharSet = CharSet.Unicode)] method SetWindowThemeAttribute (line 660) | public static uint SetWindowThemeAttribute(HandleRef hwnd, NativeMetho... method BeginPanningFeedback (line 672) | [DllImport(ExternDll.Uxtheme, CharSet = CharSet.Unicode)] method UpdatePanningFeedback (line 701) | [DllImport(ExternDll.Uxtheme, CharSet = CharSet.Unicode)] method EndPanningFeedback (line 722) | [DllImport(ExternDll.Uxtheme, CharSet = CharSet.Unicode)] method SetEvent (line 727) | [DllImport(ExternDll.Kernel32, SetLastError = true, ExactSpelling = tr... method GetMouseMovePointsEx (line 733) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... type LARGE_INTEGER (line 742) | [StructLayout(LayoutKind.Explicit)] method GetFileSizeEx (line 755) | [DllImport(ExternDll.Kernel32, SetLastError = true)] type MOUSEQUERY (line 766) | [StructLayout(LayoutKind.Sequential, Pack = 1)] // For DWM WM_MOUSEQUERY method GetOEMCP (line 777) | [DllImport(ExternDll.Kernel32, ExactSpelling = true, CharSet = CharSet... method SafeReleaseComObject (line 788) | internal static int SafeReleaseComObject(object o) method GetUrlCacheConfigInfo (line 805) | [DllImport(DllImport.Wininet, EntryPoint = "GetUrlCacheConfigInfoW", S... method WTSRegisterSessionNotification (line 813) | [DllImport("WtsApi32.dll")] method WTSUnRegisterSessionNotification (line 817) | [DllImport("WtsApi32.dll")] method GetCurrentProcess (line 821) | [DllImport(ExternDll.Kernel32, SetLastError = true)] method DuplicateHandle (line 827) | [DllImport(ExternDll.Kernel32, SetLastError = true)] type PROFILEHEADER (line 842) | [StructLayout(LayoutKind.Sequential)] type PROFILE (line 869) | [StructLayout(LayoutKind.Sequential)] method IsIconic (line 879) | [DllImport(ExternDll.User32)] FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/UnsafeNativeMethodsTextServices.cs class UnsafeNativeMethods (line 8) | internal partial class UnsafeNativeMethods { method TF_CreateThreadMgr (line 17) | [DllImport("msctf.dll")] method TF_CreateInputProcessorProfiles (line 21) | [DllImport("msctf.dll")] method TF_CreateDisplayAttributeMgr (line 26) | [DllImport("msctf.dll")] method TF_CreateCategoryMgr (line 30) | [DllImport("msctf.dll")] type PopFlags (line 383) | [Flags] type CreateContextFlags (line 391) | [Flags] type TsGravity (line 398) | public enum TsGravity type TsShiftDir (line 407) | public enum TsShiftDir type SetTextFlags (line 416) | [Flags] type InsertEmbeddedFlags (line 424) | [Flags] type InsertAtSelectionFlags (line 432) | [Flags] type AdviseFlags (line 442) | [Flags] type LockFlags (line 458) | [Flags] type DynamicStatusFlags (line 472) | [Flags] type StaticStatusFlags (line 482) | [Flags] type AttributeFlags (line 496) | [Flags] type GetPositionFromPointFlags (line 514) | [Flags] type TsActiveSelEnd (line 524) | public enum TsActiveSelEnd type TsRunType (line 535) | public enum TsRunType type OnTextChangeFlags (line 546) | [Flags] type TsLayoutCode (line 554) | public enum TsLayoutCode type TfGravity (line 565) | public enum TfGravity type TfShiftDir (line 574) | public enum TfShiftDir type TfAnchor (line 583) | public enum TfAnchor type TF_DA_COLORTYPE (line 592) | public enum TF_DA_COLORTYPE type TF_DA_LINESTYLE (line 603) | public enum TF_DA_LINESTYLE type TF_DA_ATTR_INFO (line 618) | public enum TF_DA_ATTR_INFO type GetRenderingMarkupFlags (line 637) | [Flags] type FindRenderingMarkupFlags (line 645) | [Flags] type ConversionModeFlags (line 659) | [Flags] type SentenceModeFlags (line 685) | [Flags] type TfCandidateResult (line 703) | public enum TfCandidateResult type POINT (line 721) | [StructLayout(LayoutKind.Sequential)] method POINT (line 733) | public POINT(int x, int y) type RECT (line 741) | [StructLayout(LayoutKind.Sequential)] type TS_STATUS (line 772) | [StructLayout(LayoutKind.Sequential)] type TS_SELECTIONSTYLE (line 782) | [StructLayout(LayoutKind.Sequential)] type TS_SELECTION_ACP (line 793) | [StructLayout(LayoutKind.Sequential)] type TS_RUNINFO (line 805) | [StructLayout(LayoutKind.Sequential)] type TS_TEXTCHANGE (line 815) | [StructLayout(LayoutKind.Sequential)] type TS_ATTRVAL (line 827) | [StructLayout(LayoutKind.Sequential)] type TF_PRESERVEDKEY (line 846) | [StructLayout(LayoutKind.Sequential)] type TF_DA_COLOR (line 856) | [StructLayout(LayoutKind.Sequential)] type TF_DISPLAYATTRIBUTE (line 866) | [StructLayout(LayoutKind.Sequential)] type TF_RENDERINGMARKUP (line 885) | [StructLayout(LayoutKind.Sequential)] type TF_LANGUAGEPROFILE (line 895) | [StructLayout(LayoutKind.Sequential)] type ITfMessagePump (line 917) | [ComImport] method PeekMessageA (line 929) | void PeekMessageA(ref System.Windows.Interop.MSG msg, method GetMessageA (line 942) | void GetMessageA(ref System.Windows.Interop.MSG msg, method PeekMessageW (line 955) | void PeekMessageW(ref System.Windows.Interop.MSG msg, method GetMessageW (line 968) | void GetMessageW(ref System.Windows.Interop.MSG msg, type ITfProperty (line 976) | [ComImport] method GetType (line 983) | void GetType(out Guid type); method EnumRanges (line 989) | [PreserveSig] method GetValue (line 996) | void GetValue(int editCookie, ITfRange range, out object value); method GetContext (line 1000) | void GetContext(out ITfContext context); method FindRange (line 1007) | void FindRange(int editCookie, ITfRange inRange, out ITfRange outRan... method stub_SetValueStore (line 1013) | void stub_SetValueStore(); method SetValue (line 1019) | void SetValue(int editCookie, ITfRange range, object value); method Clear (line 1024) | void Clear(int editCookie, ITfRange range); type ITfContext (line 1028) | [ComImport] method stub_RequestEditSession (line 1044) | int stub_RequestEditSession(); method InWriteSession (line 1049) | void InWriteSession(int clientId, [MarshalAs(UnmanagedType.Bool)] ou... method stub_GetSelection (line 1073) | void stub_GetSelection(); method stub_SetSelection (line 1079) | void stub_SetSelection(); method GetStart (line 1084) | void GetStart(int ec, out ITfRange range); method stub_GetEnd (line 1089) | void stub_GetEnd(); method stub_GetActiveView (line 1103) | void stub_GetActiveView(); method stub_EnumViews (line 1107) | void stub_EnumViews(); method stub_GetStatus (line 1111) | void stub_GetStatus(); method GetProperty (line 1115) | void GetProperty(ref Guid guid, out ITfProperty property); method stub_GetAppProperty (line 1120) | void stub_GetAppProperty(); method stub_TrackProperties (line 1128) | void stub_TrackProperties(); method stub_EnumProperties (line 1132) | void stub_EnumProperties(); method stub_GetDocumentMgr (line 1136) | void stub_GetDocumentMgr(); method stub_CreateRangeBackup (line 1142) | void stub_CreateRangeBackup(); type ITfDocumentMgr (line 1146) | [ComImport] method CreateContext (line 1157) | void CreateContext(int clientId, CreateContextFlags flags, [MarshalA... method Push (line 1161) | void Push(ITfContext context); method Pop (line 1165) | void Pop(PopFlags flags); method GetTop (line 1169) | void GetTop(out ITfContext context); method GetBase (line 1173) | void GetBase(out ITfContext context); method EnumContexts (line 1177) | void EnumContexts([MarshalAs(UnmanagedType.Interface)] out /*IEnumTf... type IEnumTfDocumentMgrs (line 1181) | [ComImport] type ITfFunctionProvider (line 1189) | [ComImport] method GetType (line 1196) | void GetType(out Guid guid); method GetDescription (line 1200) | void GetDescription([MarshalAs(UnmanagedType.BStr)] out string desc); method GetFunction (line 1206) | [PreserveSig] type ITfFunction (line 1211) | [ComImport] method GetDisplayName (line 1218) | void GetDisplayName([MarshalAs(UnmanagedType.BStr)] out string funcN... type ITfCandidateString (line 1222) | [ComImport] method GetString (line 1229) | void GetString([MarshalAs(UnmanagedType.BStr)] out string funcName ); method GetIndex (line 1233) | void GetIndex(out int nIndex ); type ITfCandidateList (line 1237) | [ComImport] method EnumCandidates (line 1244) | void EnumCandidates(out object enumCand); method GetCandidate (line 1249) | void GetCandidate(int nIndex, out ITfCandidateString candstring); method GetCandidateNum (line 1253) | void GetCandidateNum(out int nCount); method SetResult (line 1259) | void SetResult(int nIndex, TfCandidateResult result); type ITfFnReconversion (line 1264) | [ComImport] method GetDisplayName (line 1271) | void GetDisplayName([MarshalAs(UnmanagedType.BStr)] out string funcN... method QueryRange (line 1277) | [PreserveSig] method GetReconversion (line 1285) | [PreserveSig] method Reconvert (line 1290) | [PreserveSig] type ITfFnConfigure (line 1295) | [ComImport] method GetDisplayName (line 1302) | void GetDisplayName([MarshalAs(UnmanagedType.BStr)] out string funcN... method Show (line 1308) | [PreserveSig] type ITfFnConfigureRegisterWord (line 1313) | [ComImport] method GetDisplayName (line 1320) | void GetDisplayName([MarshalAs(UnmanagedType.BStr)] out string funcN... method Show (line 1327) | [PreserveSig] type IEnumSpeechCommands (line 1342) | [ComImport] method Clone (line 1349) | void Clone([MarshalAs(UnmanagedType.Interface)] out object obj); method Next (line 1355) | [PreserveSig] method Reset (line 1360) | void Reset(); method Skip (line 1364) | [PreserveSig] type ISpeechCommandProvider (line 1369) | [ComImport] method EnumSpeechCommands (line 1376) | void EnumSpeechCommands(short langid, [MarshalAs(UnmanagedType.Inter... method ProcessCommand (line 1382) | void ProcessCommand([In, MarshalAs(UnmanagedType.LPArray, SizeParamI... type ITfFnCustomSpeechCommand (line 1386) | [ComImport] method GetDisplayName (line 1393) | void GetDisplayName([MarshalAs(UnmanagedType.BStr)] out string funcN... method SetSpeechCommandProvider (line 1397) | void SetSpeechCommandProvider([MarshalAs(UnmanagedType.Interface)] o... type IEnumTfFunctionProviders (line 1405) | [ComImport] type ITfCompartment (line 1413) | [ComImport] method SetValue (line 1421) | [PreserveSig] method GetValue (line 1425) | void GetValue(out object varValue); type ITfCompartmentEventSink (line 1429) | [ComImport] method OnChange (line 1436) | void OnChange(ref Guid rguid); type ITfCompartmentMgr (line 1440) | [ComImport] method GetCompartment (line 1448) | void GetCompartment(ref Guid guid, out ITfCompartment comp); method ClearCompartment (line 1453) | void ClearCompartment(int tid, Guid guid); method EnumCompartments (line 1457) | void EnumCompartments(out object /*IEnumGUID*/ enumGuid); type ITfThreadMgr (line 1460) | [ComImport] method Activate (line 1467) | void Activate(out int clientId); method Deactivate (line 1471) | void Deactivate(); method CreateDocumentMgr (line 1475) | void CreateDocumentMgr(out ITfDocumentMgr docMgr); method EnumDocumentMgrs (line 1479) | void EnumDocumentMgrs(out IEnumTfDocumentMgrs enumDocMgrs); method GetFocus (line 1483) | void GetFocus(out ITfDocumentMgr docMgr); method SetFocus (line 1487) | void SetFocus(ITfDocumentMgr docMgr); method AssociateFocus (line 1493) | void AssociateFocus(IntPtr hwnd, ITfDocumentMgr newDocMgr, out ITfDo... method IsThreadFocus (line 1497) | void IsThreadFocus([MarshalAs(UnmanagedType.Bool)] out bool isFocus); method GetFunctionProvider (line 1502) | [PreserveSig] method EnumFunctionProviders (line 1507) | void EnumFunctionProviders(out IEnumTfFunctionProviders enumProviders); method GetGlobalCompartment (line 1511) | void GetGlobalCompartment(out ITfCompartmentMgr compartmentMgr); type ITextStoreACP (line 1516) | [ComImport] method AdviseSink (line 1525) | void AdviseSink(ref Guid riid, [MarshalAs(UnmanagedType.Interface)] ... method UnadviseSink (line 1529) | void UnadviseSink([MarshalAs(UnmanagedType.Interface)] object obj); method RequestLock (line 1534) | void RequestLock(LockFlags flags, out int hrSession); method GetStatus (line 1538) | void GetStatus(out TS_STATUS status); method QueryInsert (line 1546) | void QueryInsert(int start, int end, int cch, out int startResult, o... method GetSelection (line 1553) | void GetSelection(int index, int count, [Out, MarshalAs(UnmanagedTyp... method SetSelection (line 1558) | void SetSelection(int count, [In, MarshalAs(UnmanagedType.LPArray, S... method GetText (line 1570) | void GetText(int start, int end, method SetText (line 1584) | void SetText(SetTextFlags flags, int start, int end, method GetFormattedText (line 1592) | void GetFormattedText(int start, int end, [MarshalAs(UnmanagedType.I... method GetEmbedded (line 1599) | void GetEmbedded(int position, ref Guid guidService, ref Guid riid, ... method QueryInsertEmbedded (line 1605) | void QueryInsertEmbedded(ref Guid guidService, IntPtr /*ref Win32.FO... method InsertEmbedded (line 1613) | void InsertEmbedded(InsertEmbeddedFlags flags, int start, int end, [... method InsertTextAtSelection (line 1622) | void InsertTextAtSelection(InsertAtSelectionFlags flags, method InsertEmbeddedAtSelection (line 1633) | void InsertEmbeddedAtSelection(InsertAtSelectionFlags flags, [Marsha... method RequestSupportedAttrs (line 1640) | [PreserveSig] method RequestAttrsAtPosition (line 1649) | [PreserveSig] method RequestAttrsTransitioningAtPosition (line 1659) | void RequestAttrsTransitioningAtPosition(int position, int count, method FindNextAttrTransition (line 1672) | void FindNextAttrTransition(int start, int halt, int count, method RetrieveRequestedAttrs (line 1680) | void RetrieveRequestedAttrs(int count, method GetEnd (line 1686) | void GetEnd(out int end); method GetActiveView (line 1690) | void GetActiveView(out int viewCookie); method GetACPFromPoint (line 1696) | void GetACPFromPoint(int viewCookie, ref POINT point, GetPositionFro... method GetTextExt (line 1704) | void GetTextExt(int viewCookie, int start, int end, out RECT rect, [... method GetScreenExt (line 1709) | void GetScreenExt(int viewCookie, out RECT rect); method GetWnd (line 1714) | void GetWnd(int viewCookie, out IntPtr hwnd); type ITextStoreACPSink (line 1718) | [ComImport] method OnTextChange (line 1726) | void OnTextChange(OnTextChangeFlags flags, ref TS_TEXTCHANGE change); method OnSelectionChange (line 1730) | void OnSelectionChange(); method OnLayoutChange (line 1734) | void OnLayoutChange(TsLayoutCode lcode, int viewCookie); method OnStatusChange (line 1738) | void OnStatusChange(DynamicStatusFlags flags); method OnAttrsChange (line 1745) | void OnAttrsChange(int start, int end, int count, Guid[] attributes); method OnLockGranted (line 1749) | [PreserveSig] method OnStartEditTransaction (line 1754) | void OnStartEditTransaction(); method OnEndEditTransaction (line 1758) | void OnEndEditTransaction(); type ITfThreadFocusSink (line 1762) | [ComImport] method OnSetThreadFocus (line 1769) | void OnSetThreadFocus(); method OnKillThreadFocus (line 1773) | void OnKillThreadFocus(); type ITfSource (line 1777) | [ComImport] method AdviseSink (line 1786) | void AdviseSink(ref Guid riid, [MarshalAs(UnmanagedType.Interface)] ... method UnadviseSink (line 1790) | void UnadviseSink(int cookie); type ITfKeystrokeMgr (line 1794) | [ComImport] method AdviseKeyEventSink (line 1803) | void AdviseKeyEventSink(int clientId, [MarshalAs(UnmanagedType.Inter... method UnadviseKeyEventSink (line 1807) | void UnadviseKeyEventSink(int clientId); method GetForeground (line 1811) | void GetForeground(out Guid clsid); method TestKeyDown (line 1818) | void TestKeyDown(int wParam, int lParam, [MarshalAs(UnmanagedType.Bo... method TestKeyUp (line 1825) | void TestKeyUp(int wParam, int lParam, [MarshalAs(UnmanagedType.Bool... method KeyDown (line 1832) | void KeyDown(int wParam, int lParam, [MarshalAs(UnmanagedType.Bool)]... method KeyUp (line 1839) | void KeyUp(int wParam, int lParam, [MarshalAs(UnmanagedType.Bool)] o... method GetPreservedKey (line 1845) | void GetPreservedKey(ITfContext context, ref TF_PRESERVEDKEY key, ou... method IsPreservedKey (line 1851) | void IsPreservedKey(ref Guid guid, ref TF_PRESERVEDKEY key, [Marshal... method PreserveKey (line 1859) | void PreserveKey(int clientId, ref Guid guid, ref TF_PRESERVEDKEY key, method UnpreserveKey (line 1865) | void UnpreserveKey(ref Guid guid, ref TF_PRESERVEDKEY key); method SetPreservedKeyDescription (line 1871) | void SetPreservedKeyDescription(ref Guid guid, method GetPreservedKeyDescription (line 1877) | void GetPreservedKeyDescription(ref Guid guid, [MarshalAs(UnmanagedT... method SimulatePreservedKey (line 1883) | void SimulatePreservedKey(ITfContext context, ref Guid guid, [Marsha... type ITfRange (line 1887) | [ComImport] method GetText (line 1911) | void GetText(int ec, /*GetTextFlags*/int flags, method SetText (line 1920) | void SetText(int ec, /*SetTextFlags*/ int flags, method GetFormattedText (line 1927) | void GetFormattedText(int ec, [MarshalAs(UnmanagedType.Interface)] o... method GetEmbedded (line 1934) | void GetEmbedded(int ec, ref Guid guidService, ref Guid iid, [Marsha... method InsertEmbedded (line 1940) | void InsertEmbedded(int ec, int flags, [MarshalAs(UnmanagedType.Inte... method ShiftStart (line 1947) | void ShiftStart(int ec, int count, out int result, IntPtr pHalt); method ShiftEnd (line 1954) | void ShiftEnd(int ec, int count, out int result, IntPtr pHalt); method ShiftStartToRange (line 1960) | void ShiftStartToRange(int ec, ITfRange range, TfAnchor position); method ShiftEndToRange (line 1966) | void ShiftEndToRange(int ec, ITfRange range, TfAnchor position); method ShiftStartRegion (line 1972) | void ShiftStartRegion(int ec, TfShiftDir dir, [MarshalAs(UnmanagedTy... method ShiftEndRegion (line 1978) | void ShiftEndRegion(int ec, TfShiftDir dir, [MarshalAs(UnmanagedType... method IsEmpty (line 1983) | void IsEmpty(int ec, [MarshalAs(UnmanagedType.Bool)] out bool empty); method Collapse (line 1988) | void Collapse(int ec, TfAnchor position); method IsEqualStart (line 1995) | void IsEqualStart(int ec, ITfRange with, TfAnchor position, [Marshal... method IsEqualEnd (line 2002) | void IsEqualEnd(int ec, ITfRange with, TfAnchor position, [MarshalAs... method CompareStart (line 2009) | void CompareStart(int ec, ITfRange with, TfAnchor position, out int ... method CompareEnd (line 2016) | void CompareEnd(int ec, ITfRange with, TfAnchor position, out int re... method AdjustForInsert (line 2022) | void AdjustForInsert(int ec, int count, [MarshalAs(UnmanagedType.Boo... method GetGravity (line 2027) | void GetGravity(out TfGravity start, out TfGravity end); method SetGravity (line 2033) | void SetGravity(int ec, TfGravity start, TfGravity end); method Clone (line 2037) | void Clone(out ITfRange clone); method GetContext (line 2041) | void GetContext(out ITfContext context); type ITfRangeACP (line 2045) | [ComImport] method GetText (line 2056) | void GetText(int ec, /*GetTextFlags*/int flags, method SetText (line 2065) | void SetText(int ec, /*SetTextFlags*/ int flags, method GetFormattedText (line 2072) | void GetFormattedText(int ec, [MarshalAs(UnmanagedType.Interface)] o... method GetEmbedded (line 2079) | void GetEmbedded(int ec, ref Guid guidService, ref Guid iid, [Marsha... method InsertEmbedded (line 2085) | void InsertEmbedded(int ec, int flags, [MarshalAs(UnmanagedType.Inte... method ShiftStart (line 2092) | void ShiftStart(int ec, int count, out int result, IntPtr pHalt); method ShiftEnd (line 2099) | void ShiftEnd(int ec, int count, out int result, IntPtr pHalt); method ShiftStartToRange (line 2105) | void ShiftStartToRange(int ec, ITfRange range, TfAnchor position); method ShiftEndToRange (line 2111) | void ShiftEndToRange(int ec, ITfRange range, TfAnchor position); method ShiftStartRegion (line 2117) | void ShiftStartRegion(int ec, TfShiftDir dir, [MarshalAs(UnmanagedTy... method ShiftEndRegion (line 2123) | void ShiftEndRegion(int ec, TfShiftDir dir, [MarshalAs(UnmanagedType... method IsEmpty (line 2128) | void IsEmpty(int ec, [MarshalAs(UnmanagedType.Bool)] out bool empty); method Collapse (line 2133) | void Collapse(int ec, TfAnchor position); method IsEqualStart (line 2140) | void IsEqualStart(int ec, ITfRange with, TfAnchor position, [Marshal... method IsEqualEnd (line 2147) | void IsEqualEnd(int ec, ITfRange with, TfAnchor position, [MarshalAs... method CompareStart (line 2154) | void CompareStart(int ec, ITfRange with, TfAnchor position, out int ... method CompareEnd (line 2161) | void CompareEnd(int ec, ITfRange with, TfAnchor position, out int re... method AdjustForInsert (line 2167) | void AdjustForInsert(int ec, int count, [MarshalAs(UnmanagedType.Boo... method GetGravity (line 2172) | void GetGravity(out TfGravity start, out TfGravity end); method SetGravity (line 2178) | void SetGravity(int ec, TfGravity start, TfGravity end); method Clone (line 2182) | void Clone(out ITfRange clone); method GetContext (line 2186) | void GetContext(out ITfContext context); method GetExtent (line 2191) | void GetExtent(out int start, out int count); method SetExtent (line 2196) | void SetExtent(int start, int count); type ITfCompositionView (line 2200) | [ComImport] method GetOwnerClsid (line 2207) | void GetOwnerClsid(out Guid clsid); method GetRange (line 2211) | void GetRange(out ITfRange range); type ITfContextOwnerCompositionSink (line 2215) | [ComImport] method OnStartComposition (line 2223) | void OnStartComposition(ITfCompositionView view, [MarshalAs(Unmanage... method OnUpdateComposition (line 2228) | void OnUpdateComposition(ITfCompositionView view, ITfRange rangeNew); method OnEndComposition (line 2232) | void OnEndComposition(ITfCompositionView view); type ITfContextComposition (line 2236) | [ComImport] method StartComposition (line 2246) | void StartComposition(int ecWrite, ITfRange range, [MarshalAs(Unmana... method EnumCompositions (line 2250) | void EnumCompositions([MarshalAs(UnmanagedType.Interface)] out IEnum... method FindComposition (line 2256) | void FindComposition(int ecRead, ITfRange testRange, [MarshalAs(Unma... method TakeOwnership (line 2263) | void TakeOwnership(int ecWrite, ITfCompositionView view, [MarshalAs(... type ITfContextOwnerCompositionServices (line 2268) | [ComImport] method StartComposition (line 2278) | void StartComposition(int ecWrite, ITfRange range, [MarshalAs(Unmana... method EnumCompositions (line 2282) | void EnumCompositions([MarshalAs(UnmanagedType.Interface)] out objec... method FindComposition (line 2288) | void FindComposition(int ecRead, ITfRange testRange, [MarshalAs(Unma... method TakeOwnership (line 2295) | void TakeOwnership(int ecWrite, ITfCompositionView view, [MarshalAs(... method TerminateComposition (line 2300) | [PreserveSig] type IEnumITfCompositionView (line 2305) | [ComImport] method Clone (line 2312) | void Clone(out IEnumTfRanges ranges); method Next (line 2318) | [PreserveSig] method Reset (line 2323) | void Reset(); method Skip (line 2327) | [PreserveSig] type IEnumTfRanges (line 2333) | [ComImport] method Clone (line 2340) | void Clone(out IEnumTfRanges ranges); method Next (line 2346) | [PreserveSig] method Reset (line 2351) | void Reset(); method Skip (line 2355) | [PreserveSig] type ITfEditRecord (line 2360) | [ComImport] method GetSelectionStatus (line 2369) | void GetSelectionStatus([MarshalAs(UnmanagedType.Bool)] out bool sel... method GetTextAndPropertyUpdates (line 2381) | unsafe void GetTextAndPropertyUpdates(int flags, type ITfTextEditSink (line 2388) | [ComImport] method OnEndEdit (line 2395) | void OnEndEdit(ITfContext context, int ecReadOnly, ITfEditRecord edi... type IEnumTfRenderingMarkup (line 2399) | [ComImport] method Clone (line 2406) | void Clone(out IEnumTfRenderingMarkup clone); method Next (line 2412) | [PreserveSig] method Reset (line 2417) | void Reset(); method Skip (line 2421) | [PreserveSig] type ITfContextRenderingMarkup (line 2426) | [ComImport] method GetRenderingMarkup (line 2436) | void GetRenderingMarkup(int editCookie, GetRenderingMarkupFlags flag... method FindNextRenderingMarkup (line 2445) | void FindNextRenderingMarkup(int editCookie, FindRenderingMarkupFlag... type ITfInputProcessorProfiles (line 2452) | [ComImport] method stub_Register (line 2459) | void stub_Register(); method stub_Unregister (line 2463) | void stub_Unregister(); method stub_AddLanguageProfile (line 2474) | void stub_AddLanguageProfile(); method stub_RemoveLanguageProfile (line 2480) | void stub_RemoveLanguageProfile(); method stub_EnumInputProcessorInfo (line 2484) | void stub_EnumInputProcessorInfo(); method stub_GetDefaultLanguageProfile (line 2491) | void stub_GetDefaultLanguageProfile(); method stub_SetDefaultLanguageProfile (line 2497) | void stub_SetDefaultLanguageProfile(); method ActivateLanguageProfile (line 2503) | void ActivateLanguageProfile(ref Guid clsid, short langid, ref Guid ... method GetActiveLanguageProfile (line 2509) | [PreserveSig] method stub_GetLanguageProfileDescription (line 2517) | void stub_GetLanguageProfileDescription(); method GetCurrentLanguage (line 2521) | void GetCurrentLanguage(out short langid); method ChangeCurrentLanguage (line 2525) | [PreserveSig] method GetLanguageList (line 2531) | [PreserveSig] method EnumLanguageProfiles (line 2538) | void EnumLanguageProfiles(short langid, out IEnumTfLanguageProfiles ... method stub_EnableLanguageProfile (line 2546) | void stub_EnableLanguageProfile(); method stub_IsEnabledLanguageProfile (line 2553) | void stub_IsEnabledLanguageProfile(); method stub_EnableLanguageProfileByDefault (line 2560) | void stub_EnableLanguageProfileByDefault(); method stub_SubstituteKeyboardLayout (line 2567) | void stub_SubstituteKeyboardLayout(); type IEnumTfLanguageProfiles (line 2571) | [ComImport] method Clone (line 2578) | void Clone(out IEnumTfLanguageProfiles enumIPP); method Next (line 2584) | [PreserveSig] method Reset (line 2589) | void Reset(); method Skip (line 2593) | void Skip(int count); type ITfLanguageProfileNotifySink (line 2597) | [ComImport] method OnLanguageChange (line 2605) | void OnLanguageChange(short langid, [MarshalAs(UnmanagedType.Bool)] ... method OnLanguageChanged (line 2609) | void OnLanguageChanged(); type ITfDisplayAttributeMgr (line 2613) | [ComImport] method OnUpdateInfo (line 2621) | void OnUpdateInfo(); method stub_EnumDisplayAttributeInfo (line 2625) | void stub_EnumDisplayAttributeInfo(); method GetDisplayAttributeInfo (line 2631) | void GetDisplayAttributeInfo(ref Guid guid, out ITfDisplayAttributeI... type ITfDisplayAttributeInfo (line 2635) | [ComImport] method stub_GetGUID (line 2642) | void stub_GetGUID(); method stub_GetDescription (line 2646) | void stub_GetDescription(); method GetAttributeInfo (line 2650) | void GetAttributeInfo(out TF_DISPLAYATTRIBUTE attr); method stub_SetAttributeInfo (line 2654) | void stub_SetAttributeInfo(); method stub_Reset (line 2658) | void stub_Reset(); type ITfCategoryMgr (line 2662) | [ComImport] method stub_RegisterCategory (line 2671) | void stub_RegisterCategory(); method stub_UnregisterCategory (line 2677) | void stub_UnregisterCategory(); method stub_EnumCategoriesInItem (line 2682) | void stub_EnumCategoriesInItem(); method stub_EnumItemsInCategory (line 2687) | void stub_EnumItemsInCategory(); method stub_FindClosestCategory (line 2694) | void stub_FindClosestCategory(); method stub_RegisterGUIDDescription (line 2701) | void stub_RegisterGUIDDescription(); method stub_UnregisterGUIDDescription (line 2706) | void stub_UnregisterGUIDDescription(); method stub_GetGUIDDescription (line 2711) | void stub_GetGUIDDescription(); method stub_RegisterGUIDDWORD (line 2717) | void stub_RegisterGUIDDWORD(); method stub_UnregisterGUIDDWORD (line 2722) | void stub_UnregisterGUIDDWORD(); method stub_GetGUIDDWORD (line 2727) | void stub_GetGUIDDWORD(); method stub_RegisterGUID (line 2732) | void stub_RegisterGUID(); method GetGUID (line 2737) | [PreserveSig] method stub_IsEqualTfGuidAtom (line 2744) | void stub_IsEqualTfGuidAtom(); type ITfContextOwner (line 2748) | [ComImport] method GetACPFromPoint (line 2757) | void GetACPFromPoint(ref POINT point, GetPositionFromPointFlags flag... method GetTextExt (line 2764) | void GetTextExt(int start, int end, out RECT rect, [MarshalAs(Unmana... method GetScreenExt (line 2768) | void GetScreenExt(out RECT rect); method GetStatus (line 2772) | void GetStatus(out TS_STATUS status); method GetWnd (line 2776) | void GetWnd(out IntPtr hwnd); method GetValue (line 2780) | void GetValue(ref Guid guidAttribute, out object varValue); type ITfContextOwnerServices (line 2785) | [ComImport] method stub_OnLayoutChange (line 2792) | void stub_OnLayoutChange(); method stub_OnStatusChange (line 2796) | void stub_OnStatusChange(); method stub_OnAttributeChange (line 2800) | void stub_OnAttributeChange(); method stub_Serialize (line 2807) | void stub_Serialize(); method stub_Unserialize (line 2814) | void stub_Unserialize(); method stub_ForceLoadProperty (line 2818) | void stub_ForceLoadProperty(); method CreateRange (line 2824) | void CreateRange(Int32 acpStart, Int32 acpEnd, out ITfRangeACP range); type ITfTransitoryExtensionSink (line 2828) | [ComImport] method OnTransitoryExtensionUpdated (line 2839) | void OnTransitoryExtensionUpdated(ITfContext context, int ecReadOnly... type ITfInputScope (line 2843) | [ComImport] method GetInputScopes (line 2851) | void GetInputScopes(out IntPtr ppinputscopes, out int count); method GetPhrase (line 2856) | [PreserveSig] method GetRegularExpression (line 2861) | [PreserveSig] method GetSRGC (line 2866) | [PreserveSig] method GetXML (line 2871) | [PreserveSig] type ITfMouseTrackerACP (line 2877) | [ComImport] method AdviceMouseSink (line 2886) | [PreserveSig] method UnadviceMouseSink (line 2891) | [PreserveSig] type ITfMouseSink (line 2896) | [ComImport] method OnMouseEvent (line 2906) | [PreserveSig] FILE: src/Microsoft.DotNet.Wpf/src/Shared/MS/Win32/WinInet.cs class WinInet (line 8) | internal static class WinInet FILE: src/Microsoft.DotNet.Wpf/src/Shared/OSVersionHelper/watsonreportinghelper.cpp function DWORD (line 36) | DWORD OSVersion::GetMajorVersion() function DWORD (line 41) | DWORD OSVersion::GetMinorVersion() function DWORD (line 46) | DWORD OSVersion::GetBuildNumber() function USHORT (line 51) | USHORT OSVersion::GetServicePackMajor() function USHORT (line 56) | USHORT OSVersion::GetServicePackMinor() FILE: src/Microsoft.DotNet.Wpf/src/Shared/OSVersionHelper/wpfntddk.h function NTSTATUS (line 164) | NTSTATUS function NTAPI (line 192) | NTAPI FILE: src/Microsoft.DotNet.Wpf/src/Shared/RefAssemblyAttrs.cs class BuildInfo (line 22) | internal static class BuildInfo class DllImport (line 67) | internal static class DllImport FILE: src/Microsoft.DotNet.Wpf/src/Shared/System/IO/FileHelper.cs class FileHelper (line 16) | internal static class FileHelper method CreateAndOpenTemporaryFile (line 87) | internal static FileStream CreateAndOpenTemporaryFile( method DeleteTemporaryFile (line 147) | internal static void DeleteTemporaryFile(string filePath) FILE: src/Microsoft.DotNet.Wpf/src/Shared/System/Windows/Ink/KnownIds.cs class DrawingAttributeIds (line 11) | public static class DrawingAttributeIds class KnownIds (line 46) | internal static class KnownIds method ConvertToString (line 292) | internal static string ConvertToString (Guid id) FILE: src/Microsoft.DotNet.Wpf/src/Shared/System/Windows/Interop/OSVersionHelper.cs class OSVersionHelper (line 31) | internal static class OSVersionHelper method OSVersionHelper (line 79) | static OSVersionHelper() method IsWindows10RS5OrGreater (line 126) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindows10RS4OrGreater (line 130) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindows10RS3OrGreater (line 134) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindows10RS2OrGreater (line 138) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindows10RS1OrGreater (line 142) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindows10TH2OrGreater (line 146) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindows10TH1OrGreater (line 150) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindows10OrGreater (line 154) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindows8Point1OrGreater (line 158) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindows8OrGreater (line 162) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindows7SP1OrGreater (line 166) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindows7OrGreater (line 170) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindowsVistaSP2OrGreater (line 174) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindowsVistaSP1OrGreater (line 178) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindowsVistaOrGreater (line 182) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindowsXPSP3OrGreater (line 186) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindowsXPSP2OrGreater (line 190) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindowsXPSP1OrGreater (line 194) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindowsXPOrGreater (line 198) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsWindowsServer (line 202) | [DllImport(DllImport.PresentationNative, CallingConvention = CallingCo... method IsOsVersionOrGreater (line 210) | internal static bool IsOsVersionOrGreater(OperatingSystemVersion osVer) method GetOsVersion (line 251) | internal static OperatingSystemVersion GetOsVersion() FILE: src/Microsoft.DotNet.Wpf/src/Shared/System/Windows/Interop/OperatingSystemVersion.cs type OperatingSystemVersion (line 30) | internal enum OperatingSystemVersion FILE: src/Microsoft.DotNet.Wpf/src/Shared/System/Windows/Markup/ReflectionHelper.cs class ReflectionHelper (line 36) | internal static class ReflectionHelper method Initialize (line 57) | internal static void Initialize(IEnumerable assemblyPaths) method Dispose (line 66) | internal static void Dispose() method GetQualifiedType (line 81) | internal static Type GetQualifiedType(string typeName) method IsNullableType (line 120) | internal static bool IsNullableType(Type type) method IsInternalType (line 125) | internal static bool IsInternalType(Type type) method IsPublicType (line 147) | internal static bool IsPublicType(Type type) method GetFrameworkType (line 164) | internal static Type GetFrameworkType(string assemblyName, Type type) method GetMscorlibType (line 182) | internal static Type GetMscorlibType(Type type) method GetSystemType (line 188) | internal static Type GetSystemType(Type type) method GetReflectionType (line 197) | internal static Type GetReflectionType(object item) method GetTypeConverterAttributeData (line 213) | internal static string GetTypeConverterAttributeData(Type type, out Ty... method GetTypeConverterAttributeData (line 219) | internal static string GetTypeConverterAttributeData(MemberInfo mi, ou... method GetCustomAttributeData (line 227) | private static string GetCustomAttributeData(MemberInfo mi, Type attrT... method GetCustomAttributeData (line 238) | internal static string GetCustomAttributeData(Type t, Type attrType, b... method GetCustomAttributeData (line 250) | private static string GetCustomAttributeData(IList ParseContentToNamespaceEleme... method PrefixesToNamespaces (line 1001) | private IEnumerable PrefixesToNamespaces(string prefixes) method SkipToKnownAttribute (line 1029) | private bool SkipToKnownAttribute() method ScanForCompatibility (line 1058) | private void ScanForCompatibility(int elementDepth) method ScanForEndCompatibility (line 1114) | private void ScanForEndCompatibility(int elementDepth) method PushScope (line 1130) | private void PushScope(int elementDepth) method PopScope (line 1143) | private void PopScope() method HandleAlternateContent (line 1161) | private void HandleAlternateContent(int elementDepth, ref bool more) method HandleChoice (line 1198) | private void HandleChoice(int elementDepth, ref bool more) method HandleFallback (line 1314) | private void HandleFallback(int elementDepth, ref bool more) method HandleIgnorable (line 1380) | private void HandleIgnorable(int elementDepth) method HandleMustUnderstand (line 1415) | private void HandleMustUnderstand(int elementDepth) method HandleProcessContent (line 1435) | private void HandleProcessContent(int elementDepth) method HandlePreserveElements (line 1450) | private void HandlePreserveElements(int elementDepth) method HandlePreserveAttributes (line 1465) | private void HandlePreserveAttributes(int elementDepth) method Error (line 1478) | private void Error(string message, params object[] args) type NamespaceElementPair (line 1626) | private struct NamespaceElementPair method NamespaceElementPair (line 1631) | public NamespaceElementPair(string namespaceName, string itemName) class CompatibilityScope (line 1643) | private class CompatibilityScope method CompatibilityScope (line 1658) | public CompatibilityScope(CompatibilityScope previous, int depth, Xm... method CanIgnore (line 1798) | public bool CanIgnore(string namespaceName) method IsIgnorableAtCurrentScope (line 1810) | public bool IsIgnorableAtCurrentScope(string namespaceName) method ShouldProcessContent (line 1815) | public bool ShouldProcessContent(string namespaceName, string elemen... method Ignorable (line 1831) | public void Ignorable(string namespaceName) method ProcessContent (line 1841) | public void ProcessContent(string namespaceName, string elementName) method PreserveElement (line 1858) | public void PreserveElement(string namespaceName, string elementName) method PreserveAttribute (line 1875) | public void PreserveAttribute(string namespaceName, string attribute... method Verify (line 1908) | public void Verify() class ProcessContentSet (line 1948) | private class ProcessContentSet method ProcessContentSet (line 1955) | public ProcessContentSet(string namespaceName, XmlCompatibilityReade... method ShouldProcessContent (line 1961) | public bool ShouldProcessContent(string elementName) method Add (line 1966) | public void Add(string elementName) class PreserveItemSet (line 2003) | private class PreserveItemSet method PreserveItemSet (line 2010) | public PreserveItemSet(string namespaceName, XmlCompatibilityReader ... method ShouldPreserveItem (line 2016) | public bool ShouldPreserveItem(string itemName) method Add (line 2021) | public void Add(string itemName) FILE: src/Microsoft.DotNet.Wpf/src/Shared/System/Windows/Markup/XmlWrappingReader.cs class XmlWrappingReader (line 20) | internal class XmlWrappingReader : XmlReader, IXmlLineInfo, IXmlNamespac... method XmlWrappingReader (line 32) | internal XmlWrappingReader( XmlReader baseReader ) method GetAttribute (line 68) | public override string GetAttribute( string name ) method GetAttribute (line 73) | public override string GetAttribute( string name, string namespaceURI ) method GetAttribute (line 78) | public override string GetAttribute( int i ) method MoveToAttribute (line 83) | public override bool MoveToAttribute( string name ) method MoveToAttribute (line 88) | public override bool MoveToAttribute( string name, string ns ) method MoveToAttribute (line 93) | public override void MoveToAttribute( int i ) method MoveToFirstAttribute (line 98) | public override bool MoveToFirstAttribute() method MoveToNextAttribute (line 103) | public override bool MoveToNextAttribute() method MoveToElement (line 108) | public override bool MoveToElement() method Read (line 113) | public override bool Read() method Close (line 118) | public override void Close() method Skip (line 123) | public override void Skip() method LookupNamespace (line 128) | public override string LookupNamespace( string prefix ) method LookupPrefix (line 133) | string IXmlNamespaceResolver.LookupPrefix( string namespaceName ) method GetNamespacesInScope (line 138) | IDictionary IXmlNamespaceResolver.GetNamespacesInScope... method ResolveEntity (line 143) | public override void ResolveEntity() method ReadAttributeValue (line 148) | public override bool ReadAttributeValue() method Dispose (line 156) | protected override void Dispose(bool disposing) method HasLineInfo (line 174) | public virtual bool HasLineInfo() FILE: src/Microsoft.DotNet.Wpf/src/Shared/System/Windows/Media/TypeConverterHelper.cs type UriHolder (line 18) | [StructLayout(LayoutKind.Sequential, Pack=1)] class TypeConverterHelper (line 57) | internal static class TypeConverterHelper method GetUriFromUriContext (line 59) | internal static UriHolder GetUriFromUriContext(ITypeDescriptorContext ... FILE: src/Microsoft.DotNet.Wpf/src/Shared/Telemetry/Managed/EventSourceActivity.cs class EventSourceActivity (line 38) | internal sealed class EventSourceActivity : IDisposable method EventSourceActivity (line 57) | internal EventSourceActivity(EventSource eventSource) method EventSourceActivity (line 77) | internal EventSourceActivity(EventSource eventSource, EventSourceOptio... method EventSourceActivity (line 102) | internal EventSourceActivity(EventSource eventSource, EventSourceOptio... method EventSourceActivity (line 121) | internal EventSourceActivity(EventSourceActivity parentActivity) method EventSourceActivity (line 141) | internal EventSourceActivity(EventSourceActivity parentActivity, Event... method Start (line 174) | internal void Start(string eventName) method Start (line 192) | internal void Start(string eventName, T data) method Stop (line 205) | internal void Stop(string eventName) method Stop (line 223) | internal void Stop(string eventName, T data) method Write (line 235) | internal void Write(string eventName) method Write (line 254) | internal void Write(string eventName, EventSourceOptions options) method Write (line 271) | internal void Write(string eventName, T data) method Write (line 289) | internal void Write(string eventName, EventSourceOptions options, T... method Dispose (line 302) | public void Dispose() method Start (line 312) | private void Start(string eventName, ref T data) method Write (line 325) | private void Write(string eventName, ref EventSourceOptions options... method Stop (line 335) | private void Stop(string eventName, ref T data) type State (line 346) | private enum State class EmptyStruct (line 353) | [EventData] method EmptyStruct (line 356) | private EmptyStruct() FILE: src/Microsoft.DotNet.Wpf/src/Shared/Telemetry/Managed/TelemetryEventSource.cs class TelemetryEventSource (line 40) | internal class TelemetryEventSource : EventSource method TelemetryEventSource (line 158) | internal TelemetryEventSource(string eventSourceName) : base(eventSour... method TelemetryEventSource (line 168) | protected TelemetryEventSource() : base(EventSourceSettings.EtwSelfDes... method TelemetryOptions (line 177) | internal static EventSourceOptions TelemetryOptions() method MeasuresOptions (line 186) | internal static EventSourceOptions MeasuresOptions() method CriticalDataOptions (line 195) | internal static EventSourceOptions CriticalDataOptions() FILE: src/Microsoft.DotNet.Wpf/src/Shared/Telemetry/Managed/TraceLoggers/ControlsTraceLogger.cs type TelemetryControls (line 8) | [Flags] class ControlsTraceLogger (line 57) | internal static class ControlsTraceLogger method LogUsedControlsDetails (line 59) | internal static void LogUsedControlsDetails() method AddControl (line 68) | internal static void AddControl(TelemetryControls control) FILE: src/Microsoft.DotNet.Wpf/src/Shared/Telemetry/Managed/TraceLoggers/XpsOMPrintingTraceLogger.cs class XpsOMPrintingTraceLogger (line 11) | internal static class XpsOMPrintingTraceLogger class XpsOMStatus (line 13) | [EventData] method LogXpsOMStatus (line 21) | internal static void LogXpsOMStatus(bool enabled) FILE: src/Microsoft.DotNet.Wpf/src/Shared/Telemetry/Managed/TraceLoggingProvider.cs class TraceLoggingProvider (line 22) | internal static class TraceLoggingProvider method GetProvider (line 28) | internal static EventSource GetProvider() FILE: src/Microsoft.DotNet.Wpf/src/Shared/Tracing/managed/wpf-etw-xaml.cs class EventTrace (line 29) | static internal partial class EventTrace type Level (line 32) | internal enum Level : byte type Keyword (line 46) | [Flags] type Event (line 64) | internal enum Event : ushort method GetGuidForEvent (line 90) | internal static Guid GetGuidForEvent(Event arg) method GetTaskForEvent (line 150) | internal static ushort GetTaskForEvent(Event arg) method GetOpcodeForEvent (line 195) | internal static byte GetOpcodeForEvent(Event arg) method GetVersionForEvent (line 228) | internal static byte GetVersionForEvent(Event arg) FILE: src/Microsoft.DotNet.Wpf/src/Shared/Tracing/managed/wpf-etw.cs class EventTrace (line 26) | static internal partial class EventTrace type Level (line 28) | internal enum Level : byte type Keyword (line 42) | [Flags] type Event (line 60) | internal enum Event : ushort method GetGuidForEvent (line 397) | internal static Guid GetGuidForEvent(Event arg) method GetTaskForEvent (line 1016) | internal static ushort GetTaskForEvent(Event arg) method GetOpcodeForEvent (line 1496) | internal static byte GetOpcodeForEvent(Event arg) method GetVersionForEvent (line 1909) | internal static byte GetVersionForEvent(Event arg) FILE: src/Microsoft.DotNet.Wpf/src/Shared/Tracing/mcwpf/CommandLineParser.cs class CommandLineParser (line 11) | public static class CommandLineParser method Parse (line 23) | public static Dictionary Parse(string[] commandLine) method Parse (line 28) | public static Dictionary Parse(string[] commandLine, b... FILE: src/Microsoft.DotNet.Wpf/src/Shared/Tracing/mcwpf/mcwpf.cs class Program (line 21) | class Program method Main (line 27) | static int Main(string[] cmdline) method GenerateCode (line 88) | static void GenerateCode(XDocument doc, StreamWriter stream, string in... method WriteMapFunction (line 208) | static void WriteMapFunction(string funcName, string retType, strin... method WriteEnum (line 257) | static void WriteEnum(string enumName, TextWriter writer, IEnumerable<... method EnsureDefaults (line 276) | static void EnsureDefaults(Dictionary args) method Usage (line 284) | static void Usage() class ColorConsole (line 290) | class ColorConsole : IDisposable method ColorConsole (line 293) | public ColorConsole(ConsoleColor foreGround) method Dispose (line 299) | public void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/Shared/Tracing/mcwpf/wpf_template.cs class EventTrace (line 29) | static internal partial class EventTrace FILE: src/Microsoft.DotNet.Wpf/src/Shared/Tracing/native/wpf-etw-valuemaps.h type DispatcherPriority (line 10) | enum DispatcherPriority type IntermediateRenderTargetReason (line 25) | enum IntermediateRenderTargetReason type LayoutSourceMap (line 38) | enum LayoutSourceMap type UnexpectedSoftwareFallback (line 45) | enum UnexpectedSoftwareFallback FILE: src/Microsoft.DotNet.Wpf/src/Shared/Tracing/native/wpf-etw.h type MCGEN_TRACE_CONTEXT (line 36) | typedef struct _MCGEN_TRACE_CONTEXT type ULONG (line 61) | typedef type ULONG (line 71) | typedef type ULONG (line 80) | typedef type BOOLEAN (line 86) | typedef function DECLSPEC_NOINLINE (line 138) | DECLSPEC_NOINLINE __inline function DECLSPEC_NOINLINE (line 238) | DECLSPEC_NOINLINE __inline function FORCEINLINE (line 353) | FORCEINLINE function FORCEINLINE (line 441) | FORCEINLINE function FORCEINLINE (line 511) | FORCEINLINE function FORCEINLINE (line 555) | FORCEINLINE function FORCEINLINE (line 586) | FORCEINLINE function ETW_INLINE (line 6522) | ETW_INLINE function ETW_INLINE (line 6575) | ETW_INLINE function ETW_INLINE (line 6613) | ETW_INLINE function ETW_INLINE (line 6663) | ETW_INLINE function ETW_INLINE (line 6716) | ETW_INLINE function ETW_INLINE (line 6774) | ETW_INLINE function ETW_INLINE (line 6835) | ETW_INLINE function ETW_INLINE (line 6895) | ETW_INLINE function ETW_INLINE (line 6943) | ETW_INLINE function ETW_INLINE (line 6997) | ETW_INLINE function ETW_INLINE (line 7048) | ETW_INLINE function ETW_INLINE (line 7096) | ETW_INLINE function ETW_INLINE (line 7147) | ETW_INLINE function ETW_INLINE (line 7201) | ETW_INLINE function ETW_INLINE (line 7261) | ETW_INLINE function ETW_INLINE (line 7309) | ETW_INLINE function ETW_INLINE (line 7362) | ETW_INLINE function ETW_INLINE (line 7413) | ETW_INLINE function ETW_INLINE (line 7461) | ETW_INLINE function ETW_INLINE (line 7516) | ETW_INLINE function ETW_INLINE (line 7570) | ETW_INLINE function ETW_INLINE (line 7627) | ETW_INLINE function ETW_INLINE (line 7684) | ETW_INLINE function ETW_INLINE (line 7732) | ETW_INLINE function ETW_INLINE (line 7783) | ETW_INLINE function ETW_INLINE (line 7834) | ETW_INLINE function ETW_INLINE (line 7891) | ETW_INLINE function ETW_INLINE (line 7948) | ETW_INLINE function ETW_INLINE (line 7999) | ETW_INLINE function ETW_INLINE (line 8053) | ETW_INLINE function ETW_INLINE (line 8101) | ETW_INLINE FILE: src/Microsoft.DotNet.Wpf/src/Shared/cpp/Utils.cxx type WPFUtils (line 21) | namespace WPFUtils { function LONG (line 29) | LONG ReadRegistryString(__in HKEY rootKey, __in LPCWSTR keyName, __in ... function HRESULT (line 61) | HRESULT GetWPFInstallPath(__out_ecount(cchMaxPath) LPWSTR pszPath, siz... FILE: src/Microsoft.DotNet.Wpf/src/Shared/cpp/dwriteloader.cpp type WPFUtils (line 7) | namespace WPFUtils function HMODULE (line 10) | HMODULE LoadDWriteLibraryAndGetProcAddress(void **pfncptrDWriteCreateF... FILE: src/Microsoft.DotNet.Wpf/src/Shared/inc/Utils.hxx type WPFUtils (line 11) | namespace WPFUtils { FILE: src/Microsoft.DotNet.Wpf/src/Shared/inc/ddbanned.h type wchar_t (line 32) | typedef unsigned short wchar_t; type __int64 (line 46) | typedef __int64 (__stdcall *FARPROC)(); type UINT_PTR (line 47) | typedef unsigned __int64 UINT_PTR; type UINT_PTR (line 50) | typedef _W64 unsigned int UINT_PTR; FILE: src/Microsoft.DotNet.Wpf/src/Shared/inc/dwriteloader.h function namespace (line 9) | namespace WPFUtils FILE: src/Microsoft.DotNet.Wpf/src/Shared/inc/osversionhelper.h function namespace (line 32) | namespace WPFUtils function namespace (line 76) | namespace WatsonReportingHelper FILE: src/Microsoft.DotNet.Wpf/src/Shared/internal/multimedia/inc/attributesbase.h function class (line 28) | class CWin32AttributeLock function class (line 71) | class CPropEntry function HRESULT (line 83) | HRESULT function PROPVARIANT (line 125) | PROPVARIANT* function PROPVARIANT (line 146) | PROPVARIANT* function HRESULT (line 188) | HRESULT function HRESULT (line 215) | HRESULT function _LockStore (line 227) | void function _UnlockStore (line 233) | void function BOOL (line 239) | BOOL function virtual (line 270) | virtual function HRESULT (line 283) | HRESULT function HRESULT (line 322) | HRESULT function HRESULT (line 345) | HRESULT function HRESULT (line 371) | HRESULT function HRESULT (line 471) | HRESULT function HRESULT (line 482) | HRESULT _Compare( function BOOL (line 674) | BOOL _IsGuidExcluded( function HRESULT (line 696) | HRESULT function HRESULT (line 721) | HRESULT function HRESULT (line 746) | HRESULT function HRESULT (line 771) | HRESULT function HRESULT (line 796) | HRESULT function HRESULT (line 827) | HRESULT function HRESULT (line 869) | HRESULT function HRESULT (line 912) | HRESULT function HRESULT (line 937) | HRESULT function HRESULT (line 971) | HRESULT function HRESULT (line 1005) | HRESULT function HRESULT (line 1047) | HRESULT function HRESULT (line 1076) | HRESULT function HRESULT (line 1105) | HRESULT function HRESULT (line 1122) | HRESULT function HRESULT (line 1145) | HRESULT function HRESULT (line 1168) | HRESULT function HRESULT (line 1191) | HRESULT function HRESULT (line 1221) | HRESULT function HRESULT (line 1266) | HRESULT function HRESULT (line 1300) | HRESULT function HRESULT (line 1339) | HRESULT function HRESULT (line 1351) | HRESULT function HRESULT (line 1360) | HRESULT function HRESULT (line 1370) | HRESULT function HRESULT (line 1400) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/Shared/internal/multimedia/inc/crescent/wmpdll_i.c type IID (line 52) | typedef struct _IID type IID (line 64) | typedef IID CLSID; FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/AsyncNotify.hpp function public (line 100) | public ref class AsyncNotificationData : public IDisposable FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/AsyncNotifyUnmanaged.hpp type System (line 28) | namespace System type Printing (line 30) | namespace Printing type AsyncNotify (line 32) | namespace AsyncNotify class AsyncNotifyBidiCallbackUnmanaged (line 34) | class AsyncNotifyBidiCallbackUnmanaged : public IPrintAsyncNotifyC... class AsyncNotifyUnidiCallbackUnmanaged (line 89) | class AsyncNotifyUnidiCallbackUnmanaged : public IPrintAsyncNotify... class AsyncNotifyDataObjectUnmanaged (line 142) | class AsyncNotifyDataObjectUnmanaged : public IPrintAsyncNotifyDat... function private (line 200) | private ref class ChannelSafeHandle : public System::Runtime::Inte... function private (line 232) | private ref class AsyncCallBackSafeHandle : public System::Runtime... function private (line 257) | private ref class RegistrationSafeHandle : public System::Runtime:... FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/Driver.hpp type System (line 17) | namespace System type Printing (line 19) | namespace Printing function public (line 28) | public ref class PrintDriver sealed : FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/DriverDataTypes.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing type DriverInstallationCommand (line 13) | enum class DriverInstallationCommand : Int32 FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/EnumDataThunkObject.hpp type MS (line 19) | namespace MS type Internal (line 21) | namespace Internal type PrintWin32Thunk (line 23) | namespace PrintWin32Thunk function private (line 25) | private ref class EnumDataThunkObject FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/Filter.hpp type System (line 17) | namespace System type Printing (line 19) | namespace Printing function public (line 28) | public ref class PrintFilter abstract : FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GDIExporter/FontInfo.hpp function ref (line 18) | ref struct FontStreamContext function ref (line 86) | ref class FontInstallInfo function ref (line 136) | ref class FontInfo FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GDIExporter/gdibitmap.h function GetDIBStride (line 8) | inline int GetDIBStride(int width, int bitcount) function value (line 15) | value class CGDIBitmap FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GDIExporter/gdidevice.h function ref (line 25) | ref class CachedGDIObject function ref (line 74) | ref class CGDIDevice FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GDIExporter/gdipath.h function ref (line 8) | ref class CGDIPath function ref (line 93) | ref class CPolyPolygon FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GDIExporter/gdirt.h function FontSimulatedStyleKey (line 85) | FontSimulatedStyleKey sealed FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GDIExporter/nativemethods.h function CNativeMethods (line 11) | CNativeMethods abstract FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GDIExporter/precomp.hpp type Microsoft (line 40) | namespace Microsoft { namespace Internal { namespace GDIExporter type Internal (line 40) | namespace Internal { namespace GDIExporter type GDIExporter (line 40) | namespace GDIExporter function value (line 43) | value class PointI function ref (line 51) | ref class UnsafeNativeMethods abstract function ref (line 92) | ref class GdiSafeHandle : public InteropServices::SafeHandle function ref (line 123) | ref class GdiSafeDCHandle : public GdiSafeHandle function ref (line 155) | ref class GdiFontResourceSafeHandle : public System::Runtime::InteropS... FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GDIExporter/utils.h function HRESULT (line 16) | inline HRESULT ErrorCode(BOOL rslt) function IsZero (line 32) | inline bool IsZero(double r) function AreClosePixel (line 40) | inline bool AreClosePixel(double a, double b) function AreCloseReal (line 45) | inline bool AreCloseReal(double a, double b) function IsTranslateOrScale (line 50) | inline bool IsTranslateOrScale(Matrix matrix) function IsRenderVisible (line 55) | inline bool IsRenderVisible(Rect rect) type MatrixRotate (line 88) | enum MatrixRotate function ref (line 127) | ref struct GeometryProxy FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GenericDriverLevelThunk.hpp type MS (line 17) | namespace MS type Internal (line 19) | namespace Internal type PrintWin32Thunk (line 21) | namespace PrintWin32Thunk type AttributeNameToInfoLevelMapping (line 23) | namespace AttributeNameToInfoLevelMapping type DriverThunk (line 25) | namespace DriverThunk function private (line 27) | private ref class Win32DriverThunk : public InfoLevelThunk FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GenericDriverThunkFilter.hpp type MS (line 18) | namespace MS type Internal (line 20) | namespace Internal type PrintWin32Thunk (line 22) | namespace PrintWin32Thunk type AttributeNameToInfoLevelMapping (line 24) | namespace AttributeNameToInfoLevelMapping type DriverThunk (line 26) | namespace DriverThunk function private (line 29) | private ref class DriverThunkingProfile sealed : public IThunk... FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GenericJobLevelThunk.hpp type MS (line 17) | namespace MS type Internal (line 19) | namespace Internal type PrintWin32Thunk (line 21) | namespace PrintWin32Thunk type AttributeNameToInfoLevelMapping (line 23) | namespace AttributeNameToInfoLevelMapping type JobThunk (line 25) | namespace JobThunk function private (line 27) | private ref class Win32JobThunk: FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GenericJobThunkFilter.hpp type MS (line 18) | namespace MS type Internal (line 20) | namespace Internal type PrintWin32Thunk (line 22) | namespace PrintWin32Thunk type AttributeNameToInfoLevelMapping (line 24) | namespace AttributeNameToInfoLevelMapping type JobThunk (line 26) | namespace JobThunk function private (line 29) | private ref class JobThunkingProfile sealed : public IThunking... FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GenericPrinterLevelThunk.hpp type MS (line 17) | namespace MS type Internal (line 19) | namespace Internal type PrintWin32Thunk (line 21) | namespace PrintWin32Thunk type AttributeNameToInfoLevelMapping (line 23) | namespace AttributeNameToInfoLevelMapping type PrintQueueThunk (line 25) | namespace PrintQueueThunk function private (line 29) | private ref class Win32PrinterThunk : public InfoLevelThunk FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GenericPrinterThunkFilter.hpp type MS (line 18) | namespace MS type Internal (line 20) | namespace Internal type PrintWin32Thunk (line 22) | namespace PrintWin32Thunk type AttributeNameToInfoLevelMapping (line 24) | namespace AttributeNameToInfoLevelMapping type PrintQueueThunk (line 26) | namespace PrintQueueThunk function private (line 28) | private ref class PrinterThunkingProfile sealed : public IThun... FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GenericTypeMappings.hpp type MS (line 15) | namespace MS type Internal (line 17) | namespace Internal type PrintWin32Thunk (line 19) | namespace PrintWin32Thunk type AttributeNameToInfoLevelMapping (line 21) | namespace AttributeNameToInfoLevelMapping function private (line 23) | private ref class TypeToLevelMap sealed FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/GetDataThunkObject.hpp type MS (line 18) | namespace MS type Internal (line 20) | namespace Internal type PrintWin32Thunk (line 22) | namespace PrintWin32Thunk function private (line 24) | private ref class GetDataThunkObject FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InternalPrintSystemException.hpp type System (line 17) | namespace System type Printing (line 19) | namespace Printing function private (line 23) | private ref class InternalPrintSystemException FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InteropAsyncNotify.hpp type MS (line 8) | namespace MS type Internal (line 10) | namespace Internal type PrintWin32Thunk (line 12) | namespace PrintWin32Thunk type Win32ApiThunk (line 14) | namespace Win32ApiThunk function private (line 17) | private ref class AsyncNotifyNativeMethods abstract FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InteropAttributeValueDictionary.hpp type MS (line 15) | namespace MS type Internal (line 17) | namespace Internal type PrintWin32Thunk (line 19) | namespace PrintWin32Thunk function private (line 23) | private ref class AttributeValueInteropHandler FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InteropDevMode.hpp type MS (line 16) | namespace MS type Internal (line 18) | namespace Internal type PrintWin32Thunk (line 20) | namespace PrintWin32Thunk function ref (line 25) | ref class DeviceMode sealed FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InteropDocInfo.hpp type MS (line 17) | namespace MS type Internal (line 19) | namespace Internal type PrintWin32Thunk (line 21) | namespace PrintWin32Thunk function ref (line 25) | ref class DocInfoThree FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InteropInfoLevelProfile.hpp type MS (line 32) | namespace MS type Internal (line 34) | namespace Internal type PrintWin32Thunk (line 36) | namespace PrintWin32Thunk type AttributeNameToInfoLevelMapping (line 38) | namespace AttributeNameToInfoLevelMapping type InfoLevelMask (line 41) | enum class InfoLevelMask function private (line 55) | private ref struct InfoAttributeData function private (line 64) | private ref class InfoLevelThunk abstract function property (line 75) | property function property (line 82) | property function property (line 90) | property FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InteropInterfaces.hpp type MS (line 18) | namespace MS type Internal (line 20) | namespace Internal type PrintWin32Thunk (line 22) | namespace PrintWin32Thunk function private (line 27) | private interface class IPrinterInfo function property (line 38) | property FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InteropJobInfo.hpp type MS (line 17) | namespace MS type Internal (line 19) | namespace Internal type PrintWin32Thunk (line 21) | namespace PrintWin32Thunk type DirectInteropForJob (line 23) | namespace DirectInteropForJob function private (line 28) | private ref class JobInfoOne : public IPrinterInfo function private (line 188) | private ref class JobInfoTwo : public IPrinterInfo FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InteropLevelCoverageList.hpp type MS (line 24) | namespace MS type Internal (line 26) | namespace Internal type PrintWin32Thunk (line 28) | namespace PrintWin32Thunk type AttributeNameToInfoLevelMapping (line 30) | namespace AttributeNameToInfoLevelMapping function private (line 33) | private ref class InfoLevelCoverageList function private (line 76) | private interface class IThunkingProfile FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InteropPrinterDefaults.hpp type MS (line 16) | namespace MS type Internal (line 18) | namespace Internal type PrintWin32Thunk (line 20) | namespace PrintWin32Thunk class PrinterDefaults (line 23) | class PrinterDefaults : method property (line 38) | property FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InteropPrinterHandler.hpp type MS (line 20) | namespace MS type Internal (line 22) | namespace Internal type PrintWin32Thunk (line 24) | namespace PrintWin32Thunk type DirectInteropForPrintQueue (line 30) | namespace DirectInteropForPrintQueue function private (line 38) | private ref class SafeMemoryHandle : public System::Runtime::Inte... function private (line 136) | private ref class PrinterInfoOneSafeMemoryHandle sealed : public ... function private (line 153) | private ref class PrinterInfoThreeSafeMemoryHandle sealed : publi... function private (line 170) | private ref class PrinterInfoSixSafeMemoryHandle sealed : public ... function private (line 187) | private ref class PrinterInfoSevenSafeMemoryHandle sealed : publi... function private (line 205) | private ref class PrinterInfoEightSafeMemoryHandle sealed : publi... function private (line 223) | private ref class PrinterInfoNineSafeMemoryHandle sealed : public... function private (line 238) | private ref class PropertyCollectionMemorySafeHandle sealed : pub... function private (line 282) | private ref class DocEventFilter function private (line 307) | private ref class PrinterThunkHandler sealed : public PrinterThun... FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InteropPrinterHandlerBase.hpp type MS (line 17) | namespace MS type Internal (line 19) | namespace Internal type PrintWin32Thunk (line 21) | namespace PrintWin32Thunk function private (line 30) | private ref class PrinterThunkHandlerBase abstract : public System... FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InteropPrinterInfo.hpp type MS (line 17) | namespace MS type Internal (line 19) | namespace Internal type PrintWin32Thunk (line 21) | namespace PrintWin32Thunk type DirectInteropForPrintQueue (line 26) | namespace DirectInteropForPrintQueue function private (line 31) | private ref class PrinterInfoOne : public IPrinterInfo function private (line 134) | private ref class PrinterInfoTwoGetter : public IPrinterInfo function private (line 341) | private ref class PrinterInfoTwoSetter sealed : public IPrinterInfo function private (line 561) | private ref class PrinterInfoThree sealed : public IPrinterInfo function private (line 618) | private ref class PrinterInfoFourGetter sealed : public IPrinterInfo function private (line 715) | private ref class PrinterInfoFourSetter sealed : public IPrinterInfo function private (line 809) | private ref class PrinterInfoFiveGetter sealed : public IPrinterInfo function private (line 913) | private ref class PrinterInfoFiveSetter sealed : public IPrinterInfo function private (line 1021) | private ref class PrinterInfoSix sealed : public IPrinterInfo function private (line 1078) | private ref class PrinterInfoSeven sealed : public IPrinterInfo function private (line 1201) | private ref class PrinterInfoEight sealed : public IPrinterInfo function private (line 1262) | private ref class PrinterInfoNine sealed : public IPrinterInfo FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InteropPrinterInfoUnmanagedBuilder.hpp type MS (line 16) | namespace MS type Internal (line 18) | namespace Internal type PrintWin32Thunk (line 20) | namespace PrintWin32Thunk type Win32ApiThunk (line 22) | namespace Win32ApiThunk function ref (line 24) | ref class UnmanagedPrinterInfoLevelBuilder abstract function private (line 169) | private ref class UnmanagedXpsDocEventBuilder abstract FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/InteropWin32ApiThunk.hpp type MS (line 19) | namespace MS type Internal (line 21) | namespace Internal type PrintWin32Thunk (line 23) | namespace PrintWin32Thunk type Win32ApiThunk (line 25) | namespace Win32ApiThunk function private (line 27) | private ref class UnsafeNativeMethods abstract function private (line 306) | private ref class PresentationNativeUnsafeNativeMethods abstract function BOOL (line 344) | static FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/LegacyDevice.hpp type System (line 21) | namespace System { namespace Printing type Printing (line 21) | namespace Printing function private (line 26) | private interface class ILegacyDevice FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/LocalPrintQueue.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing function __gc (line 17) | __gc public class LocalPrintQueue : FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/LocalPrintServer.hpp function property (line 130) | property FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/Monitor.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing function __gc (line 12) | __gc public class Monitor : FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/ObjectsAttributesValuesFactory.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing type Activation (line 12) | namespace Activation function private (line 16) | private ref struct ObjectTypeDelegate function private (line 41) | private ref struct AttributeTypeDelegate function private (line 66) | private ref class ObjectsAttributesValuesFactory sealed function property (line 163) | property FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/Port.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing function public (line 12) | public ref class PrintPort sealed : FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PremiumPrintStream.hpp type System (line 15) | namespace System type Printing (line 17) | namespace Printing function public (line 19) | public ref class PrintQueueStream : function private (line 246) | private ref class WritePrinterAsyncResult : FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintDocumentImageableArea.hpp type System (line 14) | namespace System type Printing (line 16) | namespace Printing function public (line 23) | public ref class PrintDocumentImageableArea function property (line 52) | property function property (line 65) | property function property (line 78) | property function property (line 91) | property function property (line 104) | property FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintJobSettings.hpp type System (line 12) | namespace System type Printing (line 14) | namespace Printing function public (line 20) | public ref class PrintJobSettings function property (line 49) | property FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintProcessor.hpp type System (line 9) | namespace System type Printing (line 11) | namespace Printing function public (line 19) | public ref class PrintProcessor sealed : FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintQueue.hpp function public (line 38) | public ref struct PrintQueueStringProperty function public (line 162) | public ref class PrintQueue : function ref (line 1732) | ref class PartialTrustPrintTicketEventHandler FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintQueueComponent.hpp type System (line 9) | namespace System type Printing (line 11) | namespace Printing function __gc (line 42) | __gc public struct SystemTime function __gc (line 168) | __gc public struct PackageIdentifier function __gc (line 217) | __gc public struct DriverIdentifier function __gc (line 248) | __gc public struct DriverDisplayNameAndIdentifier : public DriverIde... function __gc (line 269) | __gc public __interface IPrintQueueComponent FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintServer.hpp function property (line 501) | property function property (line 512) | property function property (line 523) | property function property (line 535) | property function property (line 546) | property function property (line 558) | property function property (line 570) | property function property (line 581) | property function property (line 592) | property function property (line 604) | property function property (line 616) | property function property (line 627) | property function property (line 638) | property function property (line 651) | property function property (line 670) | property function PrintServer (line 758) | static FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintSystemAttributeValue.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing type IndexedProperties (line 12) | namespace IndexedProperties function property (line 39) | property function property (line 50) | property function property (line 59) | property function property (line 108) | property function property (line 116) | property function property (line 124) | property function property (line 148) | property function public (line 181) | public ref class PrintInt32Property sealed : function ref (line 305) | ref class PrintStringProperty sealed : function ref (line 425) | ref class PrintStreamProperty sealed : function public (line 543) | public ref class PrintQueueAttributeProperty sealed : function public (line 656) | public ref class PrintQueueStatusProperty sealed : function public (line 768) | public ref class PrintBooleanProperty sealed : function public (line 887) | public ref class PrintThreadPriorityProperty sealed : function public (line 1007) | public ref class PrintServerLoggingProperty sealed : function public (line 1128) | public ref class PrintDriverProperty sealed : function public (line 1247) | public ref class PrintPortProperty sealed : function public (line 1366) | public ref class PrintServerProperty sealed : function public (line 1485) | public ref class PrintTicketProperty sealed : function public (line 1606) | public ref class PrintByteArrayProperty sealed : function public (line 1725) | public ref class PrintProcessorProperty sealed : function public (line 1844) | public ref class PrintQueueProperty sealed : function ref (line 1964) | ref class PrintJobPriorityProperty sealed : function ref (line 2086) | ref class PrintSystemJobTypeAttributeValue sealed : function ref (line 2208) | ref class PrintJobStatusProperty sealed : function ref (line 2329) | ref class PrintDateTimeProperty sealed : function ref (line 2446) | ref class PrintSystemTypeProperty sealed : FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintSystemAttributeValueFactory.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing type Activation (line 12) | namespace Activation function property (line 112) | property function property (line 151) | property FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintSystemDelegates.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing function private (line 12) | private ref class PrintSystemDelegates abstract FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintSystemException.hpp type Printing (line 18) | namespace Printing function __gc (line 32) | __gc class PrintSystemException : function __gc (line 161) | __gc class PrintQueueException : function __gc (line 273) | __gc class PrintServerException : function __gc (line 385) | __gc class PrintCommitAttributesException : function private (line 515) | private __gc class InternalPrintSystemException function private (line 575) | private __gc class InternalHResultPrintSystemException function __gc (line 607) | __gc class PrintQueueStreamException : FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintSystemForwardDecl.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing type IndexedProperties (line 12) | namespace IndexedProperties type AsyncNotify (line 86) | namespace AsyncNotify type Printing (line 31) | namespace Printing type IndexedProperties (line 12) | namespace IndexedProperties type AsyncNotify (line 86) | namespace AsyncNotify type Printing (line 84) | namespace Printing type IndexedProperties (line 12) | namespace IndexedProperties type AsyncNotify (line 86) | namespace AsyncNotify type System (line 29) | namespace System type Printing (line 10) | namespace Printing type IndexedProperties (line 12) | namespace IndexedProperties type AsyncNotify (line 86) | namespace AsyncNotify type Printing (line 31) | namespace Printing type IndexedProperties (line 12) | namespace IndexedProperties type AsyncNotify (line 86) | namespace AsyncNotify type Printing (line 84) | namespace Printing type IndexedProperties (line 12) | namespace IndexedProperties type AsyncNotify (line 86) | namespace AsyncNotify type Microsoft (line 59) | namespace Microsoft type Printing (line 61) | namespace Printing type PrintTicket (line 63) | namespace PrintTicket type System (line 82) | namespace System type Printing (line 10) | namespace Printing type IndexedProperties (line 12) | namespace IndexedProperties type AsyncNotify (line 86) | namespace AsyncNotify type Printing (line 31) | namespace Printing type IndexedProperties (line 12) | namespace IndexedProperties type AsyncNotify (line 86) | namespace AsyncNotify type Printing (line 84) | namespace Printing type IndexedProperties (line 12) | namespace IndexedProperties type AsyncNotify (line 86) | namespace AsyncNotify type MS (line 109) | namespace MS type Internal (line 111) | namespace Internal type PrintWin32Thunk (line 113) | namespace PrintWin32Thunk FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintSystemJobInfo.hpp function public (line 41) | public ref class PrintSystemJobInfo : function property (line 413) | property function property (line 420) | property FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintSystemNotifications.hpp type System (line 9) | namespace System type Printing (line 11) | namespace Printing function public (line 13) | public ref class PrintSystemObjectPropertyChangedEventArgs: function public (line 40) | public ref class PrintSystemObjectPropertiesChangedEventArgs: FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintSystemObject.hpp type Printing (line 10) | namespace Printing function property (line 71) | property function property (line 85) | property function property (line 228) | property FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintSystemObjectDataTypes.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintSystemObjectFactory.hpp type System (line 16) | namespace System type Printing (line 18) | namespace Printing type Activation (line 20) | namespace Activation function private (line 22) | private ref class PrintSystemObjectFactory sealed : function property (line 91) | property FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintSystemPathResolver.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing function private (line 21) | private ref class PrintSystemProtocol function private (line 43) | private interface class IPrintSystemPathResolver function private (line 51) | private ref class PrintSystemPathResolver function private (line 83) | private ref class PrintSystemDefaultPathResolver : function private (line 107) | private ref class PrintSystemUNCPathResolver : function property (line 142) | property function property (line 152) | property function private (line 216) | private ref class PrintSystemUNCPathCracker FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintSystemSecurity.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintSystemUtil.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing function private (line 12) | private ref class InternalExceptionResourceManager : System::Resourc... FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintSystemXPSJob.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing function private (line 12) | private ref class PrintSystemXpsJob : function property (line 28) | property FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintableArchivableDocument.hpp type System (line 12) | namespace System type Printing (line 14) | namespace Printing function ref (line 17) | ref class PrintableArchivableDocument FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrinterDataTypes.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing type PrintQueueAttributes (line 59) | enum class PrintQueueAttributes type PrintQueueStatus (line 185) | enum class PrintQueueStatus type EnumeratedPrintQueueTypes (line 287) | enum class EnumeratedPrintQueueTypes type PrintServerEventLoggingTypes (line 333) | enum class PrintServerEventLoggingTypes type PrintJobStatus (line 344) | enum class PrintJobStatus FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/PrintersEnumeration.hpp type DirectInterop (line 14) | namespace DirectInterop function public (line 16) | public __gc class PrintersEnumeration : public IDisposable FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/SerializeReachAsyncResult.hpp type System (line 15) | namespace System type Printing (line 17) | namespace Printing function property (line 43) | property function property (line 53) | property function property (line 63) | property function property (line 73) | property function property (line 83) | property function property (line 93) | property function public (line 116) | public ref class WriteDocumentPaginatorAsyncResult : function public (line 149) | public ref class WriteVisualAsyncResult : function public (line 182) | public ref class WriteDocumentSequenceAsyncResult : function public (line 215) | public ref class WriteFixedDocumentAsyncResult : function public (line 248) | public ref class WriteFixedPageAsyncResult : FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/SerializeReachInterface.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing function public (line 12) | public interface class ISerializeReach FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/SetDataThunkObject.hpp type MS (line 20) | namespace MS type Internal (line 22) | namespace Internal type PrintWin32Thunk (line 24) | namespace PrintWin32Thunk function private (line 26) | private ref class SetDataThunkObject FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/XPSDocumentWriter.hpp type System (line 21) | namespace System type Windows (line 23) | namespace Windows type Xps (line 25) | namespace Xps function public (line 37) | public ref class XpsDocumentWriter: public SerializerWriter function event (line 574) | event WritingProgressChangedEventHandler^ WritingProgressChanged function override (line 587) | virtual function event (line 607) | event WritingCompletedEventHandler^ WritingCompleted function override (line 620) | virtual function event (line 640) | event WritingCancelledEventHandler^ WritingCancelled function override (line 654) | virtual function property (line 779) | property function property (line 786) | property type DocumentWriterState (line 866) | enum class DocumentWriterState function public (line 907) | public ref class VisualsToXpsDocument:SerializerWriterCollator function ref (line 1096) | ref class XpsWriterException : public Exception FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/XPSEventHandlers.hpp type System (line 15) | namespace System type Printing (line 17) | namespace Printing function public (line 46) | public ref class WritingPrintTicketRequiredEventArgs : EventArgs function public (line 85) | public ref class WritingCompletedEventArgs : ComponentModel::AsyncCo... function public (line 95) | public ref class WritingProgressChangedEventArgs : ComponentModel::P... function public (line 131) | public ref class WritingCancelledEventArgs : EventArgs FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/XpsCompatiblePrinter.hpp type MS (line 17) | namespace MS type Internal (line 19) | namespace Internal type PrintWin32Thunk (line 21) | namespace PrintWin32Thunk function private (line 28) | private ref class XpsCompatiblePrinter FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/XpsDeviceSimulatingInteropPrinterHandler.hpp type MS (line 18) | namespace MS type Internal (line 20) | namespace Internal type PrintWin32Thunk (line 22) | namespace PrintWin32Thunk function private (line 28) | private ref class XpsDeviceSimulatingPrintThunkHandler : public Pr... FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/XpsPrintJobStream.hpp type MS (line 16) | namespace MS type Internal (line 18) | namespace Internal type PrintWin32Thunk (line 20) | namespace PrintWin32Thunk function private (line 26) | private ref class XpsPrintJobStream : public Stream FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/XpsPrintStream.hpp type MS (line 17) | namespace MS type Internal (line 19) | namespace Internal type PrintWin32Thunk (line 21) | namespace PrintWin32Thunk function private (line 30) | private ref class XpsPrintStream : public Stream FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/compstui.h type OPTPARAM (line 615) | typedef struct _OPTPARAM { type OPTCOMBO (line 738) | typedef struct _OPTCOMBO { type OPTTYPE (line 799) | typedef struct _OPTTYPE { type EXTPUSH (line 962) | typedef struct _EXTPUSH { type EXTCHKBOX (line 1094) | typedef struct _EXTCHKBOX { type OIEXT (line 1371) | typedef struct _OIEXT { type OPTITEM (line 1408) | typedef struct _OPTITEM { type CPSUICBPARAM (line 1733) | typedef struct _CPSUICBPARAM { type DLGPAGE (line 1955) | typedef struct _DLGPAGE { type COMPROPSHEETUI (line 2117) | typedef struct _COMPROPSHEETUI { type SETRESULT_INFO (line 2326) | typedef struct _SETRESULT_INFO { type INSERTPSUIPAGE_INFO (line 2357) | typedef struct _INSERTPSUIPAGE_INFO { type PSPINFO (line 2381) | typedef struct _PSPINFO { type CPSUIDATABLOCK (line 2425) | typedef struct _CPSUIDATABLOCK { type PROPSHEETUI_INFO (line 3238) | typedef struct _PROPSHEETUI_INFO { type PROPSHEETUI_GETICON_INFO (line 3256) | typedef struct _PROPSHEETUI_GETICON_INFO { type PROPSHEETUI_INFO_HEADER (line 3581) | typedef struct _PROPSHEETUI_INFO_HEADER { FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/printsystemjobenums.hpp type System (line 8) | namespace System type Printing (line 10) | namespace Printing FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/inc/winddiui.h type PRINTPROCESSOR_CAPS_1 (line 22) | typedef struct _PRINTPROCESSOR_CAPS_1 { type DEVICEPROPERTYHEADER (line 41) | typedef struct _DEVICEPROPERTYHEADER { type DOCUMENTPROPERTYHEADER (line 64) | typedef struct _DOCUMENTPROPERTYHEADER { type DEVQUERYPRINT_INFO (line 103) | typedef struct _DEVQUERYPRINT_INFO { type DRIVER_UPGRADE_INFO_1 (line 122) | typedef struct _DRIVER_UPGRADE_INFO_1 { type DRIVER_UPGRADE_INFO_2 (line 127) | typedef struct _DRIVER_UPGRADE_INFO_2 { type DOCEVENT_FILTER (line 221) | typedef struct _DOCEVENT_FILTER { type DOCEVENT_CREATEDCPRE (line 233) | typedef struct _DOCEVENT_CREATEDCPRE { type DOCEVENT_ESCAPE (line 240) | typedef struct _DOCEVENT_ESCAPE { type PRINTER_EVENT_ATTRIBUTES_INFO (line 437) | typedef struct _PRINTER_EVENT_ATTRIBUTES_INFO { type ATTRIBUTE_INFO_1 (line 483) | typedef struct _ATTRIBUTE_INFO_1 { type ATTRIBUTE_INFO_2 (line 493) | typedef struct _ATTRIBUTE_INFO_2 { type ATTRIBUTE_INFO_3 (line 506) | typedef struct _ATTRIBUTE_INFO_3 { type ATTRIBUTE_INFO_4 (line 525) | typedef struct _ATTRIBUTE_INFO_4 { FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/AsyncNotify.cpp function AsynchronousNotificationsSubscription (line 402) | AsynchronousNotificationsSubscription(printObject, function isDisposed (line 529) | isDisposed(false) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/AsyncNotifyUnmanaged.cpp function STDMETHODIMP (line 62) | STDMETHODIMP function STDMETHODIMP (line 114) | STDMETHODIMP function HRESULT (line 140) | HRESULT function STDMETHODIMP (line 190) | STDMETHODIMP function STDMETHODIMP (line 242) | STDMETHODIMP function HRESULT (line 261) | HRESULT function STDMETHODIMP (line 368) | STDMETHODIMP function STDMETHODIMP (line 419) | STDMETHODIMP function STDMETHODIMP (line 445) | STDMETHODIMP function Boolean (line 468) | Boolean function Boolean (line 477) | Boolean function SafeHandle (line 579) | SafeHandle(IntPtr(RegistrationSafeHandle::CreateUnmanagedRegistration(pr... function Boolean (line 622) | Boolean function Boolean (line 633) | Boolean function Boolean (line 660) | Boolean function Boolean (line 669) | Boolean FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/Driver.cpp function PrintFilter (line 45) | PrintFilter(driverName) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/EnumDataThunkObject.cpp function UInt32 (line 479) | UInt32 FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/GDIExporter/FontInfo.cpp function value (line 241) | value class TrueTypeFont FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/GDIExporter/gdibitmap.cpp function ref (line 5) | ref class PaletteSorter function SetQuad (line 134) | void SetQuad(interior_ptr bmi, int i, int r, int g, int b) function HRESULT (line 252) | HRESULT CGDIBitmap::ColorReduction() function value (line 369) | value class CCropper function HRESULT (line 419) | HRESULT CGDIBitmap::CopyCropImage() function DivideAndRoundUp (line 480) | int DivideAndRoundUp(int x, int y) function value (line 485) | value class BandIterator function MoveNext (line 519) | bool MoveNext() function Reset (line 558) | void Reset() function ref (line 799) | ref class GeometryVisual : public DrawingVisual FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/GDIExporter/gdidevice.cpp function HRESULT (line 39) | HRESULT CGDIDevice::InitializeDevice() function HRESULT (line 81) | HRESULT CGDIDevice::FillRect(int x, int y, int width, int height, GdiSaf... function HRESULT (line 88) | HRESULT CGDIDevice::BeginPath(void) function HRESULT (line 94) | HRESULT CGDIDevice::EndPath(void) function HRESULT (line 100) | HRESULT CGDIDevice::FillPath(void) function HRESULT (line 191) | HRESULT CGDIDevice::SetPolyFillMode(int polyfillmode) function BOOL (line 204) | BOOL CGDIDevice::GetDCOrgEx(POINT & Origin) function HRESULT (line 210) | HRESULT CGDIDevice::StretchDIBits( function HRESULT (line 305) | HRESULT CGDIDevice::SetupForIncreasedResolution(int resolutionMultiplier... function HRESULT (line 335) | HRESULT function HRESULT (line 360) | HRESULT CGDIDevice::HrEndDoc(void) function HRESULT (line 420) | HRESULT CGDIDevice::HrEndPage(void) function BOOL (line 463) | BOOL CGDIDevice::SelectClipPath(int iMode) function HRESULT (line 469) | HRESULT CGDIDevice::SetMiterLimit(float eNewLimit) function HRESULT (line 482) | HRESULT CGDIDevice::SetTextColor(COLORREF color) function HRESULT (line 496) | HRESULT CGDIDevice::SetTextAlign(unsigned textAlign) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/GDIExporter/gdipath.cpp function ref (line 23) | ref class GdiGeometryConverter : public CapacityStreamGeometryContext function LineTo (line 549) | virtual void LineTo(Point point, bool isStroked, bool isSmoothJoin) over... function QuadraticBezierTo (line 557) | virtual void QuadraticBezierTo(Point point1, Point point2, bool isStroke... function BezierTo (line 565) | virtual void BezierTo(Point point1, Point point2, Point point3, bool isS... function ArcTo (line 608) | virtual void ArcTo(Point point, Size size, double rotationAngle, bool is... function SetClosedState (line 616) | virtual void SetClosedState(bool closed) override function SetFigureCount (line 621) | virtual void SetFigureCount(int figureCount) override function UpdateMinMax (line 1279) | inline void UpdateMinMax( FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/GDIExporter/gdipen.cpp function IsInteger (line 58) | bool IsInteger(double value) type LOGPEN (line 225) | struct LOGPEN FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/GDIExporter/gdiprintcontext.cpp type tagMXDWEscape (line 8) | struct tagMXDWEscape type MxdwEscapes (line 15) | enum MxdwEscapes FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/GDIExporter/gdirt.cpp function HRESULT (line 103) | HRESULT CGDIRenderTarget::Initialize() function PixelFormat (line 294) | PixelFormat GetLoadFormat(PixelFormat format) function UniformScale (line 500) | bool UniformScale(Matrix mat) function ref (line 631) | ref class StrokeGeometrySplitter : public CapacityStreamGeometryContext function BeginPiece (line 708) | void BeginPiece(Point pieceStartPoint) function EndPiece (line 725) | void EndPiece() function RealBeginFigure (line 754) | void RealBeginFigure(Point startPoint, bool isClosed) function EndFigure (line 778) | void EndFigure() function BeginSegment (line 793) | bool BeginSegment(Point lastPoint, bool isStroked) function ShouldStartPiece (line 824) | bool ShouldStartPiece() function AddRawPoints (line 830) | void AddRawPoints(int count) function AddPoints (line 845) | void AddPoints(int count, int groupSize, int rawPointsPerGroup) function GetAvailablePointCount (line 856) | int GetAvailablePointCount(int groupSize, int rawPointsPerGroup) type PolySegmentType (line 881) | enum class PolySegmentType function LineTo (line 985) | virtual void LineTo(Point point, bool isStroked, bool isSmoothJoin) over... function QuadraticBezierTo (line 994) | virtual void QuadraticBezierTo(Point point1, Point point2, bool isStroke... function BezierTo (line 1003) | virtual void BezierTo(Point point1, Point point2, Point point3, bool isS... function override (line 1012) | virtual void PolyLineTo(System::Collections::Generic::IList^ poin... function override (line 1022) | virtual void PolyBezierTo(System::Collections::Generic::IList^ po... function ArcTo (line 1027) | virtual void ArcTo(Point point, Size size, double rotationAngle, bool is... function SetClosedState (line 1037) | virtual void SetClosedState(bool closed) override function SetFigureCount (line 1041) | virtual void SetFigureCount(int figureCount) override function HRESULT (line 1063) | HRESULT CGDIRenderTarget::StrokePath( function HRESULT (line 1207) | HRESULT CGDIRenderTarget::FillPath( function HRESULT (line 1256) | HRESULT CGDIRenderTarget::FillImage( function GetLinearGradientAxisAligned (line 1387) | void GetLinearGradientAxisAligned(IN LinearGradientBrush^ brush, [Out] b... function GenerateGradientBandVertices (line 1402) | void GenerateGradientBandVertices( function GenerateGradientBandTriangles (line 1431) | void GenerateGradientBandTriangles( function HRESULT (line 1453) | HRESULT CGDIRenderTarget::FillLinearGradient( FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/GDIExporter/gditextrt.cpp function CopyTo (line 598) | void CopyTo(interior_ptr buffer, int len, String ^s) function SelectIndex (line 1098) | int SelectIndex(int index, int itemCount, int% nextIndex) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/GDIExporter/printmsg.cpp function PrintMsg (line 28) | void function PrintModuleName (line 66) | void PrintModuleName( function FinePrint (line 112) | void FinePrint( FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/GDIExporter/utils.cpp function Hypotenuse (line 6) | double Hypotenuse(double x, double y) function MatrixRotate (line 45) | MatrixRotate GetRotation(Matrix matrix) function TransformBounds (line 202) | void function IntersectRect (line 288) | bool IntersectRect( function HRESULT (line 322) | HRESULT MatrixRectangleTransform(Matrix & pmat, int width, int height, R... function FillRule (line 499) | FillRule GeometryProxy::GetFillRule() FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/GetDataThunkObject.cpp function cookie (line 79) | cookie(nullptr) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/InternalPrintSystemException.cpp type System (line 35) | namespace System type Printing (line 37) | namespace Printing FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/InteropInfoLevelProfile.cpp function UInt32 (line 144) | UInt32 function InfoLevelMask (line 284) | InfoLevelMask FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/InteropJobInfo.cpp function jobsCount (line 33) | jobsCount(count) function jobsCount (line 272) | jobsCount(count) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/InteropPrinterHandler.cpp function Boolean (line 209) | Boolean function Boolean (line 218) | Boolean function Boolean (line 324) | Boolean function Boolean (line 368) | Boolean function Boolean (line 410) | Boolean function Boolean (line 453) | Boolean function Boolean (line 1592) | Boolean function Boolean (line 3359) | Boolean function Boolean (line 3387) | Boolean function Boolean (line 3414) | Boolean function Boolean (line 3441) | Boolean function Boolean (line 3469) | Boolean function Boolean (line 3497) | Boolean function Boolean (line 3549) | Boolean function Boolean (line 3558) | Boolean function Boolean (line 3628) | Boolean FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/InteropPrinterInfo.cpp function printersCount (line 90) | printersCount(count) function UInt32 (line 374) | UInt32 function printersCount (line 421) | printersCount(count) function IntPtr (line 1507) | IntPtr function IntPtr (line 1523) | IntPtr function printersCount (line 1570) | printersCount(count) function IntPtr (line 1801) | IntPtr function IntPtr (line 1818) | IntPtr function IntPtr (line 1833) | IntPtr function IntPtr (line 1849) | IntPtr function IntPtr (line 1864) | IntPtr function printersCount (line 1888) | printersCount(count) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/InteropPrinterInfoUnmanagedBuilder.cpp function IntPtr (line 26) | IntPtr function IntPtr (line 123) | IntPtr function IntPtr (line 256) | IntPtr function IntPtr (line 297) | IntPtr function IntPtr (line 325) | IntPtr function IntPtr (line 347) | IntPtr function IntPtr (line 375) | IntPtr function IntPtr (line 439) | IntPtr FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/PremiumPrintStream.cpp function Int64 (line 331) | Int64 function Int32 (line 428) | Int32 function Boolean (line 442) | Boolean function Boolean (line 451) | Boolean function Boolean (line 460) | Boolean function Int64 (line 469) | Int64 function Int64 (line 485) | Int64 function Exception (line 621) | __declspec(noinline) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/PrintProcessor.cpp function PrintFilter (line 40) | PrintFilter(printProcessorName) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/PrintQueue.cpp function Boolean (line 1320) | Boolean function Int32 (line 1608) | Int32 function Int32 (line 1638) | Int32 function Int32 (line 1668) | Int32 function Int32 (line 1698) | Int32 function Int32 (line 1709) | Int32 function Boolean (line 1722) | Boolean function Boolean (line 2763) | Boolean function Boolean (line 2776) | Boolean function Boolean (line 2789) | Boolean function Boolean (line 2802) | Boolean function Boolean (line 2815) | Boolean function Boolean (line 2828) | Boolean function Boolean (line 2841) | Boolean function Boolean (line 2854) | Boolean function Boolean (line 2867) | Boolean function Boolean (line 2880) | Boolean function Boolean (line 2892) | Boolean function Boolean (line 2919) | Boolean function Boolean (line 2972) | Boolean function Boolean (line 3008) | Boolean function Int32 (line 4376) | Int32 function Int32 (line 4386) | Int32 function isPrintTicketHandedOver (line 5142) | isPrintTicketHandedOver(false) function Boolean (line 5171) | Boolean function Int32 (line 5534) | Int32 function Int32 (line 5552) | Int32 function Exception (line 5624) | __declspec(noinline) function Exception (line 5634) | __declspec(noinline) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/PrintServer.cpp function Boolean (line 1611) | Boolean function Boolean (line 1689) | Boolean function PrintServerEventLoggingTypes (line 1767) | PrintServerEventLoggingTypes function Int32 (line 1916) | Int32 function Byte (line 1959) | Byte function Int32 (line 2089) | Int32 function Boolean (line 2168) | Boolean FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/PrintSystemJobInfo.cpp function Boolean (line 916) | Boolean function Boolean (line 927) | Boolean function Boolean (line 938) | Boolean function Boolean (line 949) | Boolean function Boolean (line 960) | Boolean function Boolean (line 971) | Boolean function Boolean (line 982) | Boolean FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/PrintSystemNotifications.cpp function propertyName (line 36) | propertyName(eventName) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/PrintSystemXPSJob.cpp function PrintSystemJob (line 68) | PrintSystemJob(jobInfo) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/SerializeReachAsyncResult.cpp function userDocumentSequence (line 233) | userDocumentSequence(documentSequence) function userFixedDocument (line 273) | userFixedDocument(fixedDocument) function userFixedPage (line 313) | userFixedPage(fixedPage) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/SetDataThunkObject.cpp function Exception (line 246) | __declspec(noinline) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/XPSDocumentWriter.cpp function WritingProgressChangeLevel (line 1707) | WritingProgressChangeLevel function Exception (line 3115) | Exception(message) function Exception (line 3123) | Exception(message, innerException) function Exception (line 3133) | Exception(info, context) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/XPSEventHandlers.cpp function PrintTicketLevel (line 57) | PrintTicketLevel function WritingProgressChangeLevel (line 128) | WritingProgressChangeLevel function _exception (line 143) | _exception(exception) FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/XpsDeviceSimulatingInteropPrinterHandler.cpp function Boolean (line 93) | Boolean function Boolean (line 102) | Boolean function Boolean (line 216) | Boolean function Boolean (line 243) | Boolean function Boolean (line 302) | Boolean FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/XpsPrintJobStream.cpp function Boolean (line 65) | Boolean function Boolean (line 74) | Boolean function Boolean (line 83) | Boolean function Boolean (line 92) | Boolean function Int64 (line 101) | Int64 function Int64 (line 110) | Int64 function Int64 (line 214) | Int64 function DWORD (line 233) | DWORD function BOOL (line 255) | BOOL FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/XpsPrintStream.cpp function Boolean (line 53) | Boolean function Boolean (line 62) | Boolean function Boolean (line 71) | Boolean function Boolean (line 80) | Boolean function Int64 (line 89) | Int64 function Int64 (line 98) | Int64 function Int64 (line 209) | Int64 FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/gdiexporter.cpp type Microsoft (line 9) | namespace Microsoft { namespace Internal { namespace GDIExporter { type Internal (line 9) | namespace Internal { namespace GDIExporter { type GDIExporter (line 9) | namespace GDIExporter { FILE: src/Microsoft.DotNet.Wpf/src/System.Printing/ref/System.Printing.cs type EnumeratedPrintQueueTypes (line 12) | [System.FlagsAttribute] class LocalPrintServer (line 31) | public sealed partial class LocalPrintServer : System.Printing.PrintServer method LocalPrintServer (line 33) | public LocalPrintServer() { } method LocalPrintServer (line 34) | public LocalPrintServer(System.Printing.LocalPrintServerIndexedPropert... method LocalPrintServer (line 35) | public LocalPrintServer(System.Printing.LocalPrintServerIndexedPropert... method LocalPrintServer (line 36) | public LocalPrintServer(System.Printing.PrintSystemDesiredAccess desir... method LocalPrintServer (line 37) | public LocalPrintServer(string[] propertiesFilter) { } method LocalPrintServer (line 38) | public LocalPrintServer(string[] propertiesFilter, System.Printing.Pri... method Commit (line 40) | public sealed override void Commit() { } method ConnectToPrintQueue (line 41) | public bool ConnectToPrintQueue(System.Printing.PrintQueue printer) { ... method ConnectToPrintQueue (line 42) | public bool ConnectToPrintQueue(string printQueuePath) { throw null; } method DisconnectFromPrintQueue (line 43) | public bool DisconnectFromPrintQueue(System.Printing.PrintQueue printe... method DisconnectFromPrintQueue (line 44) | public bool DisconnectFromPrintQueue(string printQueuePath) { throw nu... method GetDefaultPrintQueue (line 45) | public static System.Printing.PrintQueue GetDefaultPrintQueue() { thro... method Refresh (line 46) | public sealed override void Refresh() { } type LocalPrintServerIndexedProperty (line 48) | public enum LocalPrintServerIndexedProperty class PrintDocumentImageableArea (line 64) | public partial class PrintDocumentImageableArea method PrintDocumentImageableArea (line 66) | internal PrintDocumentImageableArea() { } class PrintDriver (line 74) | public sealed partial class PrintDriver : System.Printing.PrintFilter method PrintDriver (line 76) | internal PrintDriver() { } method Commit (line 77) | public sealed override void Commit() { } method InternalDispose (line 78) | protected sealed override void InternalDispose(bool disposing) { } method Refresh (line 79) | public sealed override void Refresh() { } class PrintFilter (line 81) | public abstract partial class PrintFilter : System.Printing.PrintSystemO... method PrintFilter (line 83) | internal PrintFilter() { } method InternalDispose (line 84) | protected override void InternalDispose(bool disposing) { } class PrintJobInfoCollection (line 86) | public partial class PrintJobInfoCollection : System.Printing.PrintSyste... method PrintJobInfoCollection (line 88) | public PrintJobInfoCollection(System.Printing.PrintQueue printQueue, s... method Add (line 89) | public void Add(System.Printing.PrintSystemJobInfo printObject) { } method Dispose (line 90) | protected override void Dispose(bool A_0) { } method GetEnumerator (line 91) | public virtual System.Collections.Generic.IEnumerator GetChildrenCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonApplicationMenuAutomationPeer.cs class RibbonApplicationMenuAutomationPeer (line 26) | public class RibbonApplicationMenuAutomationPeer : RibbonMenuButtonAutom... method RibbonApplicationMenuAutomationPeer (line 33) | public RibbonApplicationMenuAutomationPeer(RibbonApplicationMenu owner) method GetChildrenCore (line 47) | protected override List GetChildrenCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonAutomationPeer.cs class RibbonAutomationPeer (line 30) | public class RibbonAutomationPeer : SelectorAutomationPeer, IExpandColla... method RibbonAutomationPeer (line 32) | public RibbonAutomationPeer(Ribbon owner) method GetClassNameCore (line 37) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 42) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 47) | public override object GetPattern(PatternInterface patternInterface) method GetChildrenCore (line 75) | protected override System.Collections.Generic.List Get... method SetFocusCore (line 218) | protected override void SetFocusCore() method IsOffscreenCore (line 224) | protected override bool IsOffscreenCore() method Collapse (line 257) | public void Collapse() method Expand (line 265) | public void Expand() method CreateItemAutomationPeer (line 283) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method RaiseExpandCollapseAutomationEvent (line 300) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonButtonAutomationPeer.cs class RibbonButtonAutomationPeer (line 25) | public class RibbonButtonAutomationPeer : ButtonAutomationPeer method RibbonButtonAutomationPeer (line 33) | public RibbonButtonAutomationPeer(RibbonButton owner): base(owner) method GetAccessKeyCore (line 44) | protected override string GetAccessKeyCore() method GetClassNameCore (line 57) | protected override string GetClassNameCore() method GetNameCore (line 65) | protected override string GetNameCore() method GetHelpTextCore (line 79) | protected override string GetHelpTextCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonCheckBoxAutomationPeer.cs class RibbonCheckBoxAutomationPeer (line 25) | public class RibbonCheckBoxAutomationPeer : CheckBoxAutomationPeer method RibbonCheckBoxAutomationPeer (line 33) | public RibbonCheckBoxAutomationPeer(RibbonCheckBox owner): base(owner) method GetAccessKeyCore (line 45) | protected override string GetAccessKeyCore() method GetClassNameCore (line 59) | protected override string GetClassNameCore() method GetNameCore (line 67) | protected override string GetNameCore() method GetHelpTextCore (line 81) | protected override string GetHelpTextCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonComboBoxAutomationPeer.cs class RibbonComboBoxAutomationPeer (line 28) | public class RibbonComboBoxAutomationPeer : RibbonMenuButtonAutomationPe... method RibbonComboBoxAutomationPeer (line 35) | public RibbonComboBoxAutomationPeer(RibbonComboBox owner) method GetPattern (line 44) | public override object GetPattern(PatternInterface patternInterface) method GetChildrenCore (line 53) | protected override System.Collections.Generic.List Get... method SetFocusCore (line 75) | protected override void SetFocusCore() method SetValue (line 111) | public void SetValue(string value) method RaiseValuePropertyChangedEvent (line 135) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonContextMenuAutomationPeer.cs class RibbonContextMenuAutomationPeer (line 26) | public class RibbonContextMenuAutomationPeer : ItemsControlAutomationPeer method RibbonContextMenuAutomationPeer (line 28) | public RibbonContextMenuAutomationPeer(RibbonContextMenu owner) method GetClassNameCore (line 33) | protected override string GetClassNameCore() method CreateItemAutomationPeer (line 38) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method GetAutomationControlTypeCore (line 43) | protected override AutomationControlType GetAutomationControlTypeCore() method IsContentElementCore (line 50) | protected override bool IsContentElementCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonContextualTabGroupAutomationPeer.cs class RibbonContextualTabGroupAutomationPeer (line 26) | public class RibbonContextualTabGroupAutomationPeer : FrameworkElementAu... method RibbonContextualTabGroupAutomationPeer (line 28) | public RibbonContextualTabGroupAutomationPeer(RibbonContextualTabGroup... method GetNameCore (line 33) | protected override string GetNameCore() method GetClassNameCore (line 62) | protected override string GetClassNameCore() method IsOffscreenCore (line 69) | override protected bool IsOffscreenCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonContextualTabGroupDataAutomationPeer.cs class RibbonContextualTabGroupDataAutomationPeer (line 28) | public class RibbonContextualTabGroupDataAutomationPeer : ItemAutomation... method RibbonContextualTabGroupDataAutomationPeer (line 30) | public RibbonContextualTabGroupDataAutomationPeer(object item, RibbonC... method Invoke (line 39) | void IInvokeProvider.Invoke() method GetAutomationControlTypeCore (line 51) | protected override AutomationControlType GetAutomationControlTypeCore() method IsContentElementCore (line 58) | protected override bool IsContentElementCore() method GetClassNameCore (line 63) | protected override string GetClassNameCore() method GetPattern (line 73) | public override object GetPattern(PatternInterface patternInterface) method GetWrapper (line 83) | private UIElement GetWrapper() method GetWrapperPeer (line 98) | private AutomationPeer GetWrapperPeer() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonContextualTabGroupItemsControlAutomationPeer.cs class RibbonContextualTabGroupItemsControlAutomationPeer (line 26) | public class RibbonContextualTabGroupItemsControlAutomationPeer : ItemsC... method RibbonContextualTabGroupItemsControlAutomationPeer (line 29) | public RibbonContextualTabGroupItemsControlAutomationPeer(RibbonContex... method CreateItemAutomationPeer (line 34) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method GetPattern (line 39) | public override object GetPattern(PatternInterface patternInterface) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonControlAutomationPeer.cs class RibbonControlAutomationPeer (line 23) | public class RibbonControlAutomationPeer : FrameworkElementAutomationPeer method RibbonControlAutomationPeer (line 25) | public RibbonControlAutomationPeer(FrameworkElement owner) method GetClassNameCore (line 30) | protected override string GetClassNameCore() method IsOffscreenCore (line 37) | override protected bool IsOffscreenCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonControlDataAutomationPeer.cs class RibbonControlDataAutomationPeer (line 22) | public class RibbonControlDataAutomationPeer : ItemAutomationPeer method RibbonControlDataAutomationPeer (line 24) | public RibbonControlDataAutomationPeer(object item, ItemsControlAutoma... method GetAutomationControlTypeCore (line 29) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 34) | protected override string GetClassNameCore() method GetPattern (line 44) | public override object GetPattern(PatternInterface patternInterface) method GetWrapper (line 62) | private UIElement GetWrapper() method GetWrapperPeer (line 77) | private AutomationPeer GetWrapperPeer() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonControlGroupAutomationPeer.cs class RibbonControlGroupAutomationPeer (line 26) | public class RibbonControlGroupAutomationPeer : ItemsControlAutomationPeer method RibbonControlGroupAutomationPeer (line 28) | public RibbonControlGroupAutomationPeer(RibbonControlGroup owner) method CreateItemAutomationPeer (line 33) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method GetClassNameCore (line 38) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 43) | protected override AutomationControlType GetAutomationControlTypeCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonGalleryAutomationPeer.cs class RibbonGalleryAutomationPeer (line 26) | public class RibbonGalleryAutomationPeer : ItemsControlAutomationPeer, I... method RibbonGalleryAutomationPeer (line 30) | public RibbonGalleryAutomationPeer(RibbonGallery owner) method GetPattern (line 39) | public override object GetPattern(PatternInterface patternInterface) method GetClassNameCore (line 49) | protected override string GetClassNameCore() method GetHelpTextCore (line 57) | protected override string GetHelpTextCore() method GetAutomationControlTypeCore (line 73) | protected override AutomationControlType GetAutomationControlTypeCore() method GetChildrenCore (line 79) | protected override List GetChildrenCore() method CreateItemAutomationPeer (line 142) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method GetSelection (line 163) | IRawElementProviderSimple[] ISelectionProvider.GetSelection() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonGalleryCategoryAutomationPeer.cs class RibbonGalleryCategoryAutomationPeer (line 25) | public class RibbonGalleryCategoryAutomationPeer : ItemsControlAutomatio... method RibbonGalleryCategoryAutomationPeer (line 29) | public RibbonGalleryCategoryAutomationPeer(RibbonGalleryCategory owner) method GetChildrenCore (line 38) | protected override List GetChildrenCore() method GetPattern (line 51) | public override object GetPattern(PatternInterface patternInterface) method GetClassNameCore (line 57) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 63) | protected override AutomationControlType GetAutomationControlTypeCore() method IsOffscreenCore (line 70) | override protected bool IsOffscreenCore() method CreateItemAutomationPeer (line 85) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonGalleryCategoryDataAutomationPeer.cs class RibbonGalleryCategoryDataAutomationPeer (line 26) | public class RibbonGalleryCategoryDataAutomationPeer : ItemAutomationPee... method RibbonGalleryCategoryDataAutomationPeer (line 31) | public RibbonGalleryCategoryDataAutomationPeer(object owner, ItemsCont... method GetClassNameCore (line 41) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 47) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 53) | public override object GetPattern(PatternInterface patternInterface) method ScrollIntoView (line 76) | void IScrollItemProvider.ScrollIntoView() method GetWrapper (line 87) | private UIElement GetWrapper() method GetWrapperPeer (line 102) | private AutomationPeer GetWrapperPeer() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonGalleryItemAutomationPeer.cs class RibbonGalleryItemAutomationPeer (line 23) | public class RibbonGalleryItemAutomationPeer : FrameworkElementAutomatio... method RibbonGalleryItemAutomationPeer (line 28) | public RibbonGalleryItemAutomationPeer(RibbonGalleryItem owner) method GetClassNameCore (line 37) | protected override string GetClassNameCore() method GetAccessKeyCore (line 45) | protected override string GetAccessKeyCore() method GetHelpTextCore (line 58) | protected override string GetHelpTextCore() method GetAutomationControlTypeCore (line 74) | protected override AutomationControlType GetAutomationControlTypeCore() method IsOffscreenCore (line 81) | override protected bool IsOffscreenCore() method RaiseAutomationIsSelectedChanged (line 99) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RaiseAutomationSelectionEvent (line 110) | internal void RaiseAutomationSelectionEvent(AutomationEvents eventId) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonGalleryItemDataAutomationPeer.cs class RibbonGalleryItemDataAutomationPeer (line 27) | public class RibbonGalleryItemDataAutomationPeer : ItemAutomationPeer, I... method RibbonGalleryItemDataAutomationPeer (line 32) | public RibbonGalleryItemDataAutomationPeer(object owner, ItemsControlA... method GetClassNameCore (line 43) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 49) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 55) | public override object GetPattern(PatternInterface patternInterface) method ScrollIntoView (line 83) | void IScrollItemProvider.ScrollIntoView() method AddToSelection (line 93) | void ISelectionItemProvider.AddToSelection() method RemoveFromSelection (line 114) | void ISelectionItemProvider.RemoveFromSelection() method Select (line 125) | void ISelectionItemProvider.Select() method GetWrapper (line 163) | private UIElement GetWrapper() method GetWrapperPeer (line 178) | private AutomationPeer GetWrapperPeer() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonGroupAutomationPeer.cs class RibbonGroupAutomationPeer (line 27) | public class RibbonGroupAutomationPeer : ItemsControlAutomationPeer method RibbonGroupAutomationPeer (line 29) | public RibbonGroupAutomationPeer(RibbonGroup owner) method GetChildrenCore (line 34) | protected override System.Collections.Generic.List Get... method GetClassNameCore (line 51) | protected override string GetClassNameCore() method IsOffscreenCore (line 57) | protected override bool IsOffscreenCore() method GetPattern (line 67) | public override object GetPattern(PatternInterface patternInterface) method SetFocusCore (line 78) | protected override void SetFocusCore() method CreateItemAutomationPeer (line 84) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method RaiseExpandCollapseAutomationEvent (line 127) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonGroupDataAutomationPeer.cs class RibbonGroupDataAutomationPeer (line 30) | public class RibbonGroupDataAutomationPeer : ItemAutomationPeer, IScroll... method RibbonGroupDataAutomationPeer (line 32) | public RibbonGroupDataAutomationPeer(object item, RibbonTabAutomationP... method GetPattern (line 37) | public override object GetPattern(PatternInterface patternInterface) method GetAutomationControlTypeCore (line 68) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 73) | protected override string GetClassNameCore() method ScrollIntoView (line 85) | void IScrollItemProvider.ScrollIntoView() method Collapse (line 99) | void IExpandCollapseProvider.Collapse() method Expand (line 111) | void IExpandCollapseProvider.Expand() method GetWrapper (line 142) | private UIElement GetWrapper() method GetWrapperPeer (line 157) | private AutomationPeer GetWrapperPeer() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonGroupHeaderAutomationPeer.cs class RibbonGroupHeaderAutomationPeer (line 24) | public class RibbonGroupHeaderAutomationPeer : FrameworkElementAutomatio... method RibbonGroupHeaderAutomationPeer (line 26) | public RibbonGroupHeaderAutomationPeer(FrameworkElement owner) method GetAutomationControlTypeCore (line 31) | protected override AutomationControlType GetAutomationControlTypeCore() method IsContentElementCore (line 38) | protected override bool IsContentElementCore() method GetClassNameCore (line 43) | protected override string GetClassNameCore() method GetNameCore (line 48) | protected override string GetNameCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonMenuButtonAutomationPeer.cs class RibbonMenuButtonAutomationPeer (line 27) | public class RibbonMenuButtonAutomationPeer : ItemsControlAutomationPeer... method RibbonMenuButtonAutomationPeer (line 34) | public RibbonMenuButtonAutomationPeer(RibbonMenuButton owner) method GetChildrenCore (line 43) | protected override List GetChildrenCore() method GetAccessKeyCore (line 69) | protected override string GetAccessKeyCore() method GetClassNameCore (line 82) | protected override string GetClassNameCore() method GetNameCore (line 90) | protected override string GetNameCore() method GetHelpTextCore (line 116) | protected override string GetHelpTextCore() method GetAutomationControlTypeCore (line 131) | protected override AutomationControlType GetAutomationControlTypeCore() method CreateItemAutomationPeer (line 140) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method GetPattern (line 145) | public override object GetPattern(PatternInterface patternInterface) method Collapse (line 164) | void IExpandCollapseProvider.Collapse() method Expand (line 178) | void IExpandCollapseProvider.Expand() method Move (line 234) | void ITransformProvider.Move(double x, double y) method Resize (line 239) | void ITransformProvider.Resize(double width, double height) method Rotate (line 253) | void ITransformProvider.Rotate(double degrees) method RaiseExpandCollapseAutomationEvent (line 262) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonMenuItemAutomationPeer.cs class RibbonMenuItemAutomationPeer (line 25) | public class RibbonMenuItemAutomationPeer : ItemsControlAutomationPeer method RibbonMenuItemAutomationPeer (line 33) | public RibbonMenuItemAutomationPeer(RibbonMenuItem owner) method GetAccessKeyCore (line 45) | protected override string GetAccessKeyCore() method GetClassNameCore (line 58) | protected override string GetClassNameCore() method GetHelpTextCore (line 66) | protected override string GetHelpTextCore() method GetAutomationControlTypeCore (line 81) | protected override AutomationControlType GetAutomationControlTypeCore() method CreateItemAutomationPeer (line 88) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method RaiseExpandCollapseAutomationEvent (line 95) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RaiseToggleStatePropertyChangedEvent (line 106) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method ConvertToToggleState (line 114) | private static ToggleState ConvertToToggleState(bool value) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonMenuItemDataAutomationPeer.cs class RibbonMenuItemDataAutomationPeer (line 27) | public class RibbonMenuItemDataAutomationPeer : ItemAutomationPeer, IExp... method RibbonMenuItemDataAutomationPeer (line 32) | public RibbonMenuItemDataAutomationPeer(object item, ItemsControlAutom... method GetClassNameCore (line 44) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 55) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 66) | public override object GetPattern(PatternInterface patternInterface) method Expand (line 132) | void IExpandCollapseProvider.Expand() method Collapse (line 163) | void IExpandCollapseProvider.Collapse() method Invoke (line 233) | void IInvokeProvider.Invoke() method Toggle (line 257) | void IToggleProvider.Toggle() method Move (line 326) | void ITransformProvider.Move(double x, double y) method Resize (line 331) | void ITransformProvider.Resize(double width, double height) method Rotate (line 357) | void ITransformProvider.Rotate(double degrees) method GetWrapper (line 367) | private UIElement GetWrapper() method GetWrapperPeer (line 382) | private AutomationPeer GetWrapperPeer() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonQuickAccessToolBarAutomationPeer.cs class RibbonQuickAccessToolBarAutomationPeer (line 28) | public class RibbonQuickAccessToolBarAutomationPeer : ItemsControlAutoma... method RibbonQuickAccessToolBarAutomationPeer (line 30) | public RibbonQuickAccessToolBarAutomationPeer(RibbonQuickAccessToolBar... method GetChildrenCore (line 40) | protected override List GetChildrenCore() method GetPattern (line 56) | public override object GetPattern(PatternInterface patternInterface) method CreateItemAutomationPeer (line 66) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method GetClassNameCore (line 71) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 76) | protected override AutomationControlType GetAutomationControlTypeCore() method RaiseExpandCollapseAutomationEvent (line 83) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method Collapse (line 99) | public void Collapse() method Expand (line 111) | public void Expand() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonRadioButtonAutomationPeer.cs class RibbonRadioButtonAutomationPeer (line 25) | public class RibbonRadioButtonAutomationPeer : RadioButtonAutomationPeer method RibbonRadioButtonAutomationPeer (line 33) | public RibbonRadioButtonAutomationPeer(RibbonRadioButton owner): base(... method GetAccessKeyCore (line 44) | protected override string GetAccessKeyCore() method GetClassNameCore (line 57) | protected override string GetClassNameCore() method GetNameCore (line 65) | protected override string GetNameCore() method GetHelpTextCore (line 79) | protected override string GetHelpTextCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonSeparatorAutomationPeer.cs class RibbonSeparatorAutomationPeer (line 26) | public class RibbonSeparatorAutomationPeer : SeparatorAutomationPeer method RibbonSeparatorAutomationPeer (line 31) | public RibbonSeparatorAutomationPeer(RibbonSeparator owner) : base(owner) method GetClassNameCore (line 37) | protected override string GetClassNameCore() method GetNameCore (line 45) | protected override string GetNameCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonSplitButtonAutomationPeer.cs class RibbonSplitButtonAutomationPeer (line 26) | public class RibbonSplitButtonAutomationPeer : RibbonMenuButtonAutomatio... method RibbonSplitButtonAutomationPeer (line 33) | public RibbonSplitButtonAutomationPeer(RibbonSplitButton owner) method GetAutomationControlTypeCore (line 42) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 47) | public override object GetPattern(PatternInterface patternInterface) method Toggle (line 67) | void IToggleProvider.Toggle() method Invoke (line 99) | void IInvokeProvider.Invoke() method RaiseToggleStatePropertyChangedEvent (line 124) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RaiseInvokeAutomationEvent (line 130) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method ConvertToToggleState (line 136) | private static ToggleState ConvertToToggleState(bool value) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonTabAutomationPeer.cs class RibbonTabAutomationPeer (line 27) | public class RibbonTabAutomationPeer : ItemsControlAutomationPeer method RibbonTabAutomationPeer (line 29) | public RibbonTabAutomationPeer(RibbonTab owner) method GetChildrenCore (line 34) | protected override System.Collections.Generic.List Get... method GetClassNameCore (line 56) | protected override string GetClassNameCore() method IsOffscreenCore (line 62) | protected override bool IsOffscreenCore() method GetBoundingRectangleCore (line 73) | protected override Rect GetBoundingRectangleCore() method CreateItemAutomationPeer (line 90) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method GetVisibleBoundingRectCore (line 96) | internal override Rect GetVisibleBoundingRectCore() method RaiseTabExpandCollapseAutomationEvent (line 137) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... method RaiseTabSelectionEvents (line 150) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonTabDataAutomationPeer.cs class RibbonTabDataAutomationPeer (line 29) | public class RibbonTabDataAutomationPeer : SelectorItemAutomationPeer, I... method RibbonTabDataAutomationPeer (line 31) | public RibbonTabDataAutomationPeer(object item, RibbonAutomationPeer i... method GetPattern (line 36) | public override object GetPattern(PatternInterface patternInterface) method Collapse (line 71) | void IExpandCollapseProvider.Collapse() method Expand (line 88) | void IExpandCollapseProvider.Expand() method RemoveFromSelection (line 141) | void ISelectionItemProvider.RemoveFromSelection() method AddToSelection (line 153) | void ISelectionItemProvider.AddToSelection() method ScrollIntoView (line 169) | void IScrollItemProvider.ScrollIntoView() method GetAutomationControlTypeCore (line 180) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 185) | protected override string GetClassNameCore() method GetWrapper (line 198) | private UIElement GetWrapper() method GetWrapperPeer (line 213) | private AutomationPeer GetWrapperPeer() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonTabHeaderAutomationPeer.cs class RibbonTabHeaderAutomationPeer (line 26) | public class RibbonTabHeaderAutomationPeer : FrameworkElementAutomationPeer method RibbonTabHeaderAutomationPeer (line 28) | public RibbonTabHeaderAutomationPeer(RibbonTabHeader owner) method GetClassNameCore (line 33) | protected override string GetClassNameCore() method IsOffscreenCore (line 40) | override protected bool IsOffscreenCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonTabHeaderDataAutomationPeer.cs class RibbonTabHeaderDataAutomationPeer (line 23) | public class RibbonTabHeaderDataAutomationPeer : ItemAutomationPeer method RibbonTabHeaderDataAutomationPeer (line 25) | public RibbonTabHeaderDataAutomationPeer(object item, RibbonTabHeaderI... method GetAutomationControlTypeCore (line 30) | protected override AutomationControlType GetAutomationControlTypeCore() method IsContentElementCore (line 37) | protected override bool IsContentElementCore() method GetClassNameCore (line 42) | protected override string GetClassNameCore() method GetPattern (line 52) | public override object GetPattern(PatternInterface patternInterface) method GetWrapper (line 60) | private UIElement GetWrapper() method GetWrapperPeer (line 75) | private AutomationPeer GetWrapperPeer() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonTabHeaderItemsControlAutomationPeer.cs class RibbonTabHeaderItemsControlAutomationPeer (line 26) | public class RibbonTabHeaderItemsControlAutomationPeer : ItemsControlAut... method RibbonTabHeaderItemsControlAutomationPeer (line 28) | public RibbonTabHeaderItemsControlAutomationPeer(RibbonTabHeaderItemsC... method CreateItemAutomationPeer (line 33) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonTextBoxAutomationPeer.cs class RibbonTextBoxAutomationPeer (line 29) | public class RibbonTextBoxAutomationPeer : TextBoxAutomationPeer, IInvo... method RibbonTextBoxAutomationPeer (line 37) | public RibbonTextBoxAutomationPeer(RibbonTextBox owner): base(owner) method GetAccessKeyCore (line 48) | protected override string GetAccessKeyCore() method GetClassNameCore (line 61) | protected override string GetClassNameCore() method GetNameCore (line 70) | protected override string GetNameCore() method GetHelpTextCore (line 84) | protected override string GetHelpTextCore() method GetAcceleratorKeyCore (line 102) | protected override string GetAcceleratorKeyCore() method GetPattern (line 119) | public override object GetPattern(PatternInterface patternInterface) method Invoke (line 135) | void IInvokeProvider.Invoke() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonTitleAutomationPeer.cs class RibbonTitleAutomationPeer (line 19) | public class RibbonTitleAutomationPeer : FrameworkElementAutomationPeer method RibbonTitleAutomationPeer (line 21) | public RibbonTitleAutomationPeer(FrameworkElement owner) method GetAutomationControlTypeCore (line 26) | protected override AutomationControlType GetAutomationControlTypeCore() method IsContentElementCore (line 33) | protected override bool IsContentElementCore() method GetClassNameCore (line 38) | protected override string GetClassNameCore() method GetNameCore (line 43) | protected override string GetNameCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonToggleButtonAutomationPeer.cs class RibbonToggleButtonAutomationPeer (line 25) | public class RibbonToggleButtonAutomationPeer : ToggleButtonAutomationPeer method RibbonToggleButtonAutomationPeer (line 33) | public RibbonToggleButtonAutomationPeer(RibbonToggleButton owner): bas... method GetAccessKeyCore (line 44) | protected override string GetAccessKeyCore() method GetClassNameCore (line 57) | protected override string GetClassNameCore() method GetNameCore (line 66) | protected override string GetNameCore() method GetHelpTextCore (line 80) | protected override string GetHelpTextCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonToolTipAutomationPeer.cs class RibbonToolTipAutomationPeer (line 23) | public class RibbonToolTipAutomationPeer : ToolTipAutomationPeer method RibbonToolTipAutomationPeer (line 30) | public RibbonToolTipAutomationPeer(RibbonToolTip owner): base(owner) method GetClassNameCore (line 41) | protected override string GetClassNameCore() method GetNameCore (line 50) | protected override string GetNameCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Automation/Peers/RibbonTwoLineTextAutomationPeer.cs class RibbonTwoLineTextAutomationPeer (line 27) | public class RibbonTwoLineTextAutomationPeer : FrameworkElementAutomatio... method RibbonTwoLineTextAutomationPeer (line 32) | public RibbonTwoLineTextAutomationPeer(RibbonTwoLineText owner) : base... method GetClassNameCore (line 38) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 43) | protected override AutomationControlType GetAutomationControlTypeCore() method IsControlElementCore (line 48) | protected override bool IsControlElementCore() method GetNameCore (line 65) | protected override string GetNameCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/ActivatingKeyTipEventArgs.cs class ActivatingKeyTipEventArgs (line 26) | public class ActivatingKeyTipEventArgs : RoutedEventArgs method ActivatingKeyTipEventArgs (line 30) | public ActivatingKeyTipEventArgs() method InvokeEventHandler (line 136) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Generated/PropertyHelper.cs class PropertyHelper (line 13) | internal static class PropertyHelper method IsDefaultValue (line 15) | public static bool IsDefaultValue(DependencyObject d, DependencyProper... method GetCoercedTransferPropertyValue (line 20) | public static object GetCoercedTransferPropertyValue( method GetCoercedTransferPropertyValue (line 51) | public static object GetCoercedTransferPropertyValue( method TransferProperty (line 110) | public static void TransferProperty(DependencyObject d, DependencyProp... method GetPropertyTransferEnabledMapForObject (line 118) | private static Dictionary GetPropertyTransfe... method IsPropertyTransferEnabled (line 131) | internal static bool IsPropertyTransferEnabled(DependencyObject d, Dep... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Generated/TreeHelper.cs class TreeHelper (line 11) | internal static class TreeHelper method GetVisualParent (line 19) | private static DependencyObject GetVisualParent(DependencyObject eleme... method GetParent (line 36) | public static DependencyObject GetParent(DependencyObject element) method FindTemplatedAncestor (line 53) | public static T FindTemplatedAncestor(FrameworkElement element) whe... method FindVisualAncestor (line 72) | public static T FindVisualAncestor(DependencyObject element) where ... method FindVisualAncestor (line 94) | public static DependencyObject FindVisualAncestor(DependencyObject ele... method FindLogicalAncestor (line 114) | public static T FindLogicalAncestor(DependencyObject element) where... method FindAncestor (line 133) | public static DependencyObject FindAncestor(DependencyObject element, method FindRoot (line 151) | public static DependencyObject FindRoot(DependencyObject element) method FindVisualRoot (line 170) | public static DependencyObject FindVisualRoot(DependencyObject element) method InvalidateMeasureForVisualAncestorPath (line 192) | public static void InvalidateMeasureForVisualAncestorPath... method InvalidateMeasureForVisualAncestorPath (line 201) | public static void InvalidateMeasureForVisualAncestorPath... method InvalidateMeasureForVisualAncestorPath (line 227) | public static void InvalidateMeasureForVisualAncestorPath(DependencyOb... method IsVisualAncestorOf (line 251) | public static bool IsVisualAncestorOf(DependencyObject ancestor, Depen... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/GenericValueConverters.cs class ReferentialEqualityConverter (line 16) | internal sealed class ReferentialEqualityConverter : IMultiValueConverter method Convert (line 27) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 54) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/KeyTipAccessedEventArgs.cs class KeyTipAccessedEventArgs (line 14) | public class KeyTipAccessedEventArgs : RoutedEventArgs method KeyTipAccessedEventArgs (line 16) | public KeyTipAccessedEventArgs() method InvokeEventHandler (line 26) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/KeyTipAdorner.cs class KeyTipAdorner (line 23) | internal class KeyTipAdorner : Adorner method KeyTipAdorner (line 27) | public KeyTipAdorner(UIElement adornedElement, method GetVisualChild (line 48) | protected override Visual GetVisualChild(int index) method MeasureOverride (line 66) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 76) | protected override Size ArrangeOverride(Size finalSize) method LinkKeyTipControl (line 90) | public void LinkKeyTipControl(DependencyObject keyTipElement, KeyTipCo... method UnlinkKeyTipControl (line 134) | public void UnlinkKeyTipControl() method OnKeyTipControlSizeChanged (line 168) | internal void OnKeyTipControlSizeChanged(SizeChangedEventArgs e) method EnsureTransform (line 180) | private void EnsureTransform() method EnsureTransformX (line 189) | private void EnsureTransformX() method EnsureTransformY (line 237) | private void EnsureTransformY() method NudgeToRibbonGroupAxis (line 291) | private double NudgeToRibbonGroupAxis(UIElement placementTarget, doubl... method NudgeIntoAdornerLayerBoundary (line 329) | internal void NudgeIntoAdornerLayerBoundary(AdornerLayer adornerLayer) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/KeyTipControl.cs class KeyTipControl (line 14) | public class KeyTipControl : Control method KeyTipControl (line 16) | static KeyTipControl() method OnSizeChanged (line 32) | private static void OnSizeChanged(object sender, SizeChangedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/KeyTipHorizontalPlacement.cs type KeyTipHorizontalPlacement (line 15) | public enum KeyTipHorizontalPlacement FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/KeyTipService.cs class KeyTipService (line 35) | public class KeyTipService method KeyTipService (line 39) | private KeyTipService() method GetKeyTip (line 59) | public static string GetKeyTip(DependencyObject element) method SetKeyTip (line 68) | public static void SetKeyTip(DependencyObject element, string value) method OnKeyTipChanged (line 74) | private static void OnKeyTipChanged(DependencyObject d, DependencyProp... method GetIsKeyTipScope (line 97) | public static bool GetIsKeyTipScope(DependencyObject element) method SetIsKeyTipScope (line 103) | public static void SetIsKeyTipScope(DependencyObject element, bool value) method OnIsKeyTipScopeChanged (line 113) | private static void OnIsKeyTipScopeChanged(DependencyObject d, Depende... method GetKeyTipStyle (line 118) | public static Style GetKeyTipStyle(DependencyObject element) method SetKeyTipStyle (line 124) | public static void SetKeyTipStyle(DependencyObject element, Style value) method OnKeyTipScopeChanged (line 142) | private static void OnKeyTipScopeChanged(DependencyObject d, Dependenc... method HookKeyTipElementEventHandlers (line 169) | private static void HookKeyTipElementEventHandlers(DependencyObject el... method UnhookKeyTipElementEventHandlers (line 188) | private static void UnhookKeyTipElementEventHandlers(DependencyObject ... method RegisterKeyTipElement (line 207) | private static void RegisterKeyTipElement(DependencyObject element) method UnregisterKeyTipElement (line 213) | private static void UnregisterKeyTipElement(DependencyObject element) method CanUnregisterKeyTipElement (line 221) | private static bool CanUnregisterKeyTipElement(DependencyObject element) method OnKeyTipElementLoaded (line 228) | private static void OnKeyTipElementLoaded(object sender, RoutedEventAr... method OnKeyTipElementUnLoaded (line 233) | private static void OnKeyTipElementUnLoaded(object sender, RoutedEvent... method AddElementForKeyTipScoping (line 238) | private static void AddElementForKeyTipScoping(DependencyObject element) method ProcessKeyTipScopeChange (line 248) | private static void ProcessKeyTipScopeChange(DependencyObject scopeEle... method ProcessScoping (line 267) | private void ProcessScoping() method AddItemToArrayListRef (line 307) | private static void AddItemToArrayListRef(object item, ref ArrayList l... method ReevaluateScopes (line 320) | private void ReevaluateScopes(DependencyObject scopedParent, Dictionar... method AddElementToScope (line 360) | private static void AddElementToScope(DependencyObject scopedParent, D... method FindScope (line 365) | private static DependencyObject FindScope(DependencyObject element) method FindScope (line 370) | private static DependencyObject FindScope(DependencyObject element, bo... method GetCustomSiblingKeyTipElements (line 410) | internal static IEnumerable GetCustomSiblingKeyTipEl... method SetCustomSiblingKeyTipElements (line 416) | internal static void SetCustomSiblingKeyTipElements(DependencyObject e... method OnCustomSiblingKeyTipElementsChanged (line 429) | private static void OnCustomSiblingKeyTipElementsChanged(DependencyObj... method GetKeyTipAutoGenerationElements (line 448) | internal static IEnumerable GetKeyTipAutoGenerationE... method SetKeyTipAutoGenerationElements (line 453) | internal static void SetKeyTipAutoGenerationElements(DependencyObject ... method OnKeyTipAutoGenerationElementsChanged (line 465) | private static void OnKeyTipAutoGenerationElementsChanged(DependencyOb... method IsAutoGeneratedKeyTip (line 486) | private static bool IsAutoGeneratedKeyTip(string keyTip) method GetNextAutoGenerationKeyTip (line 521) | private string GetNextAutoGenerationKeyTip(DependencyObject targetAuto... method AutoGenerateKeyTips (line 566) | private void AutoGenerateKeyTips(WeakHashSet current... method ResetAutoGeneratedKeyTips (line 594) | private void ResetAutoGeneratedKeyTips() type KeyTipState (line 614) | internal enum KeyTipState method IsKeyTipKey (line 627) | private static bool IsKeyTipKey(KeyEventArgs e) method IsKeyTipClosingKey (line 637) | private static bool IsKeyTipClosingKey(KeyEventArgs e) method PreProcessInput (line 679) | private void PreProcessInput(object sender, PreProcessInputEventArgs e) method PostProcessInput (line 713) | private void PostProcessInput(object sender, ProcessInputEventArgs e) method OnPreviewKeyDown (line 732) | private void OnPreviewKeyDown(KeyEventArgs keyArgs) method OnKeyTipKeyDown (line 748) | private void OnKeyTipKeyDown(KeyEventArgs keyArgs) method OnPreviewKeyTipKeyUp (line 767) | private void OnPreviewKeyTipKeyUp(KeyEventArgs keyArgs) method OnEscapeKeyDown (line 808) | private void OnEscapeKeyDown(KeyEventArgs keyArgs) method OnPreviewTextInput (line 821) | private void OnPreviewTextInput(TextCompositionEventArgs textArgs) method FindKeyTipMatches (line 875) | private List FindKeyTipMatches(string text, out Depe... method GetCultureForElement (line 900) | internal static CultureInfo GetCultureForElement(DependencyObject elem... method OnKeyTipExactMatch (line 931) | private void OnKeyTipExactMatch(DependencyObject exactMatchElement) method OnKeyTipPartialMatch (line 989) | private void OnKeyTipPartialMatch(List activeKeyTipE... method OnWindowDeactivated (line 1029) | private void OnWindowDeactivated(object sender, EventArgs e) method OnWindowLocationChanged (line 1034) | private void OnWindowLocationChanged(object sender, EventArgs e) method OnWindowSizeChanged (line 1039) | private void OnWindowSizeChanged(object sender, SizeChangedEventArgs e) method GetGlobalScopeForElement (line 1044) | private DependencyObject GetGlobalScopeForElement(DependencyObject ele... method EnterKeyTipMode (line 1059) | private bool EnterKeyTipMode(DependencyObject scope, bool showKeyTips,... method StartShowKeyTipsTimer (line 1093) | private void StartShowKeyTipsTimer() method ShowKeyTips (line 1106) | private void ShowKeyTips() method ShowKeyTipsForScope (line 1128) | private bool ShowKeyTipsForScope(DependencyObject scopeElement) method ShowKeyTipsForScope (line 1133) | private bool ShowKeyTipsForScope(DependencyObject scopeElement, bool p... method PopKeyTipScope (line 1173) | private void PopKeyTipScope() method HideCurrentShowingKeyTips (line 1210) | private void HideCurrentShowingKeyTips() method Reset (line 1219) | private void Reset() method LeaveKeyTipMode (line 1244) | private void LeaveKeyTipMode() method LeaveKeyTipMode (line 1249) | private void LeaveKeyTipMode(bool restoreFocus) method GetCanClipKeyTip (line 1276) | internal static bool GetCanClipKeyTip(DependencyObject element) method SetCanClipKeyTip (line 1282) | internal static void SetCanClipKeyTip(DependencyObject element, bool v... method GetAdornerLayer (line 1299) | private static AdornerLayer GetAdornerLayer(Visual visual, out bool is... method OnShowingKeyTipChanged (line 1348) | private static void OnShowingKeyTipChanged(DependencyObject element, D... method EnqueueAdornerLayerForPlacementProcessing (line 1438) | private void EnqueueAdornerLayerForPlacementProcessing(AdornerLayer ad... method ShowKeyTipForElement (line 1469) | private bool ShowKeyTipForElement(DependencyObject element) method HideKeyTipForElement (line 1497) | private static void HideKeyTipForElement(DependencyObject element) method LinkKeyTipControlToAdorner (line 1502) | private static void LinkKeyTipControlToAdorner(KeyTipAdorner adorner, ... method UnlinkKeyTipControlFromAdorner (line 1521) | private static void UnlinkKeyTipControlFromAdorner(KeyTipAdorner adorner) method AddActivatingKeyTipHandler (line 1543) | public static void AddActivatingKeyTipHandler(DependencyObject element... method RemoveActivatingKeyTipHandler (line 1548) | public static void RemoveActivatingKeyTipHandler(DependencyObject elem... method AddPreviewKeyTipAccessedHandler (line 1555) | public static void AddPreviewKeyTipAccessedHandler(DependencyObject el... method RemovePreviewKeyTipAccessedHandler (line 1560) | public static void RemovePreviewKeyTipAccessedHandler(DependencyObject... method AddKeyTipAccessedHandler (line 1567) | public static void AddKeyTipAccessedHandler(DependencyObject element, ... method RemoveKeyTipAccessedHandler (line 1572) | public static void RemoveKeyTipAccessedHandler(DependencyObject elemen... method AddKeyTipFocusEventHandler (line 1618) | private static void AddKeyTipFocusEventHandler(KeyTipFocusEventHandler... method RemoveKeyTipFocusEventHandler (line 1641) | private static void RemoveKeyTipFocusEventHandler(KeyTipFocusEventHand... method RaiseKeyTipFocusEvent (line 1666) | private static void RaiseKeyTipFocusEvent(object sender, EventArgs e, ... method DismissKeyTips (line 1697) | public static void DismissKeyTips() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/KeyTipVerticalPlacement.cs type KeyTipVerticalPlacement (line 15) | public enum KeyTipVerticalPlacement FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/InRibbonGallery.cs class InRibbonGallery (line 50) | [TemplatePart(Name = ItemsPresenterTemplatePartName, Type = typeof(Items... method InRibbonGallery (line 59) | static InRibbonGallery() method InRibbonGallery (line 67) | public InRibbonGallery() : base() method OnKeyDown (line 85) | protected override void OnKeyDown(KeyEventArgs e) method TryNavigateToNeighboringElement (line 118) | private bool TryNavigateToNeighboringElement(KeyEventArgs e, FocusNavi... method MeasureOverride (line 150) | protected override Size MeasureOverride(Size constraint) method OnItemsChanged (line 172) | protected override void OnItemsChanged(NotifyCollectionChangedEventArg... method OnRender (line 178) | protected override void OnRender(DrawingContext drawingContext) method UpdateFirstGallery (line 187) | private void UpdateFirstGallery() method PrepareContainerForItemOverride (line 206) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 221) | protected override void ClearContainerForItemOverride(DependencyObject... method OnCreateAutomationPeer (line 230) | protected override AutomationPeer OnCreateAutomationPeer() method OnIsCollapsedChanged (line 275) | private static void OnIsCollapsedChanged(DependencyObject d, Dependenc... method CoerceIsCollapsed (line 281) | private static object CoerceIsCollapsed(DependencyObject d, object bas... method OnIsDropDownOpenChanged (line 298) | private static void OnIsDropDownOpenChanged(DependencyObject d, Depend... method OnControlSizeDefinitionChanged (line 319) | private static void OnControlSizeDefinitionChanged(DependencyObject d,... method GetPixelValueFromRibbonControlLength (line 360) | private double GetPixelValueFromRibbonControlLength(RibbonControlLengt... method UpdateInRibbonGalleryModeProperties (line 377) | private void UpdateInRibbonGalleryModeProperties() method CoerceVisibilityPropertiesOnRibbonGallery (line 458) | private void CoerceVisibilityPropertiesOnRibbonGallery() method PrivateManageRibbonGalleryVisualParent (line 478) | private void PrivateManageRibbonGalleryVisualParent() method CalculateGalleryItemsPresenterMinWidth (line 575) | internal double CalculateGalleryItemsPresenterMinWidth() method OnApplyTemplate (line 597) | public override void OnApplyTemplate() method OnActivatingKeyTip (line 647) | protected override void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) method CoerceCanLineUp (line 678) | private static object CoerceCanLineUp(DependencyObject d, object baseV... method CoerceCanLineDown (line 696) | private static object CoerceCanLineDown(DependencyObject d, object bas... method CoerceCanLineUpDown (line 702) | private static bool CoerceCanLineUpDown(InRibbonGallery irg, bool lineUp) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/NativeMethods.cs class NativeMethods (line 15) | internal static class NativeMethods type SWP (line 33) | [Flags] type SC (line 53) | internal enum SC type HT (line 83) | internal enum HT type WS (line 111) | [Flags] type WM (line 146) | internal enum WM type Message (line 203) | [StructLayout(LayoutKind.Sequential)] type WS_EX (line 214) | [Flags] type GWL (line 246) | internal enum GWL type RECT (line 257) | [StructLayout(LayoutKind.Sequential)] type POINT (line 266) | [StructLayout(LayoutKind.Sequential)] type MARGINS (line 273) | [StructLayout(LayoutKind.Sequential)] class MONITORINFOEX (line 282) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto, Pack = 4)] type WINDOWPOS (line 293) | [StructLayout(LayoutKind.Sequential)] type MF (line 308) | [Flags] method MonitorFromRect (line 317) | [DllImport("user32.dll", ExactSpelling = true)] method GetMonitorInfo (line 320) | [DllImport("user32.dll", EntryPoint = "GetMonitorInfo", CharSet = Char... method GetDoubleClickTime (line 324) | [DllImport("user32.dll", ExactSpelling = true, CharSet = CharSet.Auto)] method MessageBeep (line 327) | [DllImport("user32.dll")] method GetCapture (line 330) | [DllImport("user32.dll", ExactSpelling = true, CharSet = CharSet.Auto)] type DeviceCap (line 336) | internal enum DeviceCap method GetDeviceCaps (line 347) | [DllImport("gdi32.dll", SetLastError = true, ExactSpelling = true, Cha... method IntGetDC (line 350) | [DllImport("user32.dll", SetLastError = true, ExactSpelling = true, En... method GetDC (line 352) | public static IntPtr GetDC(HandleRef hWnd) method IntReleaseDC (line 363) | [DllImport("user32.dll", ExactSpelling = true, EntryPoint = "ReleaseDC... method ReleaseDC (line 365) | public static int ReleaseDC(HandleRef hWnd, HandleRef hDC) class CommonHandles (line 371) | public static class CommonHandles method CommonHandles (line 373) | static CommonHandles() method FromRect (line 397) | internal static NativeMethods.RECT FromRect(Rect rect) method ToRect (line 419) | internal static Rect ToRect(NativeMethods.RECT rc) class HandleCollector (line 436) | internal static class HandleCollector method Add (line 448) | internal static IntPtr Add(IntPtr handle, int type) method RegisterType (line 457) | internal static int RegisterType(string typeName, int expense, int ini... method Remove (line 481) | internal static IntPtr Remove(IntPtr handle, int type) class HandleType (line 490) | private class HandleType method HandleType (line 502) | internal HandleType(string name, int expense, int initialThreshHold) method Add (line 513) | internal void Add() method NeedCollection (line 555) | internal bool NeedCollection() method Remove (line 587) | internal void Remove() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/IContainsStarLayoutManager.cs type IContainsStarLayoutManager (line 10) | internal interface IContainsStarLayoutManager FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/IProvideStarLayoutInfo.cs type IProvideStarLayoutInfo (line 16) | public interface IProvideStarLayoutInfo : IProvideStarLayoutInfoBase method OnStarSizeAllocationCompleted (line 28) | void OnStarSizeAllocationCompleted(); FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/IProvideStarLayoutInfoBase.cs type IProvideStarLayoutInfoBase (line 14) | public interface IProvideStarLayoutInfoBase method OnInitializeLayout (line 20) | void OnInitializeLayout(); FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/ISupportStarLayout.cs type ISupportStarLayout (line 14) | public interface ISupportStarLayout method RegisterStarLayoutProvider (line 20) | void RegisterStarLayoutProvider(IProvideStarLayoutInfoBase starLayoutI... method UnregisterStarLayoutProvider (line 26) | void UnregisterStarLayoutProvider(IProvideStarLayoutInfoBase starLayou... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/RibbonContextualTabGroupsPanel.cs class RibbonContextualTabGroupsPanel (line 19) | public class RibbonContextualTabGroupsPanel : Panel method RibbonContextualTabGroupsPanel (line 21) | static RibbonContextualTabGroupsPanel() method MeasureOverride (line 27) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 99) | protected override Size ArrangeOverride(Size finalSize) method OnRender (line 123) | protected override void OnRender(DrawingContext drawingContext) method OnIsItemsHostChanged (line 163) | protected override void OnIsItemsHostChanged(bool oldIsItemsHost, bool... method OnNotifyRibbonBorderBrushChanged (line 249) | internal void OnNotifyRibbonBorderBrushChanged() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/RibbonGalleryCategoriesPanel.cs class RibbonGalleryCategoriesPanel (line 26) | public class RibbonGalleryCategoriesPanel : Panel, IProvideStarLayoutInf... method RibbonGalleryCategoriesPanel (line 30) | public RibbonGalleryCategoriesPanel() method OnRibbonGalleryCategoriesPanelUnloaded (line 40) | private void OnRibbonGalleryCategoriesPanelUnloaded(object sender, Rou... method OnRibbonGalleryCategoriesPanelLoaded (line 47) | private void OnRibbonGalleryCategoriesPanelLoaded(object sender, Route... method PreComputeMaxRibbonGalleryItemWidthAndHeight (line 65) | private void PreComputeMaxRibbonGalleryItemWidthAndHeight() method InRibbonModeCanLineUp (line 99) | internal bool InRibbonModeCanLineUp() method InRibbonModeCanLineDown (line 104) | internal bool InRibbonModeCanLineDown() method EnsureScrollData (line 112) | private void EnsureScrollData() method ResetScrolling (line 117) | private static void ResetScrolling(RibbonGalleryCategoriesPanel element) method OnScrollChange (line 130) | private void OnScrollChange() method VerifyScrollingData (line 135) | private void VerifyScrollingData(Size viewport, Size extent, Vector of... method ComputeScrollOffsetWithMinimalScroll (line 154) | private static double ComputeScrollOffsetWithMinimalScroll( method CoerceOffset (line 194) | private static double CoerceOffset(double offset, double extent, doubl... method MeasureOverride (line 224) | protected override Size MeasureOverride(Size availableSize) class ScrollData (line 1025) | private class ScrollData method ClearLayout (line 1029) | internal void ClearLayout() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/RibbonGalleryItemsPanel.cs class RibbonGalleryItemsPanel (line 26) | public class RibbonGalleryItemsPanel : Panel method IsAutoLayoutPass (line 32) | private bool IsAutoLayoutPass() method AddScrollDeltaInfo (line 49) | private void AddScrollDeltaInfo(double sumOfHeight, int childrenCount) method GetMinColumnCount (line 62) | private int GetMinColumnCount() method GetMaxColumnCount (line 73) | private int GetMaxColumnCount() method GetMaxColumnWidth (line 87) | private double GetMaxColumnWidth() method GetMaxItemHeight (line 101) | private double GetMaxItemHeight() method SetMaxColumnWidth (line 114) | private void SetMaxColumnWidth(double value) method SetMaxColumnWidthAndHeight (line 133) | private void SetMaxColumnWidthAndHeight(double maxWidth, double maxHei... method GetArrangeWidth (line 148) | private double GetArrangeWidth() method SetArrangeWidth (line 160) | private void SetArrangeWidth(double value) method MeasureOverride (line 182) | protected override Size MeasureOverride(Size availableSize) method InRibbonGalleryModeMeasureOverride (line 202) | private Size InRibbonGalleryModeMeasureOverride(Size availableSize) method RealMeasureOverride (line 306) | private Size RealMeasureOverride(Size availableSize) method ArrangeOverride (line 440) | protected override Size ArrangeOverride(Size finalSize) method InRibbonGalleryModeArrangeOverride (line 458) | private Size InRibbonGalleryModeArrangeOverride(Size finalSize) method RealArrangeOverride (line 519) | private Size RealArrangeOverride(Size finalSize) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/RibbonGroupItemsPanel.cs class RibbonGroupItemsPanel (line 20) | public class RibbonGroupItemsPanel : Panel, IProvideStarLayoutInfo, ICon... method RibbonGroupItemsPanel (line 24) | public RibbonGroupItemsPanel() method MeasureOverride (line 33) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 53) | protected override Size ArrangeOverride(Size finalSize) method OnRibbonGroupItemsPanelUnloaded (line 116) | private void OnRibbonGroupItemsPanelUnloaded(object sender, RoutedEven... method GetStarChildMinWidth (line 123) | private static double GetStarChildMinWidth(FrameworkElement child, ref... method IsStarChild (line 142) | private static bool IsStarChild(UIElement child) method IsStarChild (line 148) | private static bool IsStarChild(UIElement child, out double weight) method CreateStarLayoutCombination (line 160) | private void CreateStarLayoutCombination(Size constraint, method NonStarPassMeasure (line 187) | private Size NonStarPassMeasure(Size availableSize) method StarMeasurePass (line 263) | private Size StarMeasurePass(Size availableSize) method AdjustDesiredWidthForStars (line 297) | private void AdjustDesiredWidthForStars(UIElementCollection children, ... method AdjustDesiredWidthForStarColumn (line 338) | private void AdjustDesiredWidthForStarColumn(UIElementCollection child... method CanChildStretch (line 377) | private static bool CanChildStretch(UIElement child) method AddItemToList (line 404) | private static void AddItemToList(T item, ref List list) method OnStarSizeAllocationCompleted (line 422) | public void OnStarSizeAllocationCompleted() method OnInitializeLayout (line 441) | public void OnInitializeLayout() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/RibbonGroupsPanel.cs class RibbonGroupsPanel (line 22) | public class RibbonGroupsPanel : StackPanel, ISupportStarLayout method RibbonGroupsPanel (line 40) | static RibbonGroupsPanel() method RegisterStarLayoutProvider (line 49) | public void RegisterStarLayoutProvider(IProvideStarLayoutInfoBase star... method UnregisterStarLayoutProvider (line 64) | public void UnregisterStarLayoutProvider(IProvideStarLayoutInfoBase st... method InvalidateCachedMeasure (line 83) | internal void InvalidateCachedMeasure() method OnChildGroupRenderSizeChanged (line 89) | internal void OnChildGroupRenderSizeChanged(RibbonGroup group, double ... method MeasureOverride (line 137) | protected override Size MeasureOverride(Size availableSize) method GetChildrenTotalWidth (line 303) | private double GetChildrenTotalWidth() method InitializeLayoutOnStars (line 318) | private void InitializeLayoutOnStars() method BasicMeasure (line 331) | private Size BasicMeasure(Size constraint, out double remainingSpace) method StarMeasure (line 343) | private Size StarMeasure(Size constraint, method AllocateStarValues (line 366) | private double AllocateStarValues(RibbonGroup ribbonGroup, double rema... method EqualizeStarValues (line 432) | private static void EqualizeStarValues(List starInfoList, method EqualizeLeftOf (line 472) | private static double EqualizeLeftOf(List starInfoList... method DistributeRemainingSpace (line 497) | private static void DistributeRemainingSpace(List star... method CoerceOrientation (line 531) | private static object CoerceOrientation(DependencyObject d, object bas... method ResetNextIncreaseGroupCache (line 536) | private void ResetNextIncreaseGroupCache() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/RibbonMenuItemsPanel.cs class RibbonMenuItemsPanel (line 15) | public class RibbonMenuItemsPanel : VirtualizingStackPanel, ISupportStar... method RibbonMenuItemsPanel (line 19) | static RibbonMenuItemsPanel() method RegisterStarLayoutProvider (line 28) | public void RegisterStarLayoutProvider(IProvideStarLayoutInfoBase star... method UnregisterStarLayoutProvider (line 38) | public void UnregisterStarLayoutProvider(IProvideStarLayoutInfoBase st... method OnIsItemsHostChanged (line 57) | protected override void OnIsItemsHostChanged(bool oldIsItemsHost, bool... method MeasureOverride (line 98) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 192) | protected override Size ArrangeOverride(Size finalSize) method InitializeLayoutOnStars (line 241) | private void InitializeLayoutOnStars() method BringIndexIntoViewInternal (line 253) | internal void BringIndexIntoViewInternal(int index) method GetStarLayoutProviderTargets (line 258) | private HashSet GetStarLayoutProviderTargets() method RemoveFirstGallery (line 279) | internal void RemoveFirstGallery(InRibbonGallery irg) method ReInsertFirstGallery (line 293) | internal void ReInsertFirstGallery(InRibbonGallery irg) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/RibbonQuickAccessToolBarOverflowPanel.cs class RibbonQuickAccessToolBarOverflowPanel (line 15) | public class RibbonQuickAccessToolBarOverflowPanel : Panel method MeasureOverride (line 17) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 36) | protected override Size ArrangeOverride(Size finalSize) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/RibbonQuickAccessToolBarPanel.cs class RibbonQuickAccessToolBarPanel (line 22) | public class RibbonQuickAccessToolBarPanel : VirtualizingPanel method OnItemsChanged (line 26) | protected override void OnItemsChanged(object sender, ItemsChangedEven... method RemoveItem (line 67) | private void RemoveItem(int index) method RepopulateGeneratedChildren (line 124) | private void RepopulateGeneratedChildren() method MeasureOverride (line 170) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 268) | protected override Size ArrangeOverride(Size finalSize) method ValidateMeasure (line 299) | private void ValidateMeasure() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/RibbonScrollButtonVisibilityConverter.cs class RibbonScrollButtonVisibilityConverter (line 17) | public sealed class RibbonScrollButtonVisibilityConverter : IMultiValueC... method Convert (line 36) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 111) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/RibbonTabHeadersPanel.cs method MeasureOverride (line 26) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 173) | protected override Size ArrangeOverride(Size finalSize) method OnRender (line 230) | protected override void OnRender(DrawingContext drawingContext) method OnIsItemsHostChanged (line 268) | protected override void OnIsItemsHostChanged(bool oldIsItemsHost, bool n... method OnNotifyRibbonBorderBrushChanged (line 351) | internal void OnNotifyRibbonBorderBrushChanged() method InitialMeasure (line 364) | private Size InitialMeasure(Size constraint, method FinalMeasure (line 424) | private Size FinalMeasure(Size constraint, method CalculateMaxTabHeaderWidth (line 475) | private double CalculateMaxTabHeaderWidth(double clipWidth, bool forCont... method CalculateMaxPadding (line 534) | private double CalculateMaxPadding(double spaceAvailable) method NotifyDesiredWidthChanged (line 593) | private void NotifyDesiredWidthChanged() method UpdateToolTips (line 632) | private void UpdateToolTips(bool showRegularTabHeaderToolTips, bool show... type RibbonTabHeaderAndIndex (line 643) | private struct RibbonTabHeaderAndIndex method ArrangeRegularTabHeaders (line 658) | private void ArrangeRegularTabHeaders(Size arrangeSize, FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/RibbonTabsPanel.cs class RibbonTabsPanel (line 24) | public class RibbonTabsPanel : Panel, IScrollInfo method MeasureOverride (line 31) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 49) | protected override Size ArrangeOverride(Size finalSize) method SetHorizontalOffset (line 89) | public void SetHorizontalOffset(double offset) method LineLeft (line 114) | public void LineLeft() method LineRight (line 119) | public void LineRight() method MakeVisible (line 125) | public Rect MakeVisible(Visual visual, Rect rectangle) method OnScrollChange (line 168) | private void OnScrollChange() method ComputeScrollOffsetWithMinimalScroll (line 173) | internal static double ComputeScrollOffsetWithMinimalScroll( method MouseWheelDown (line 212) | public void MouseWheelDown() method MouseWheelLeft (line 216) | public void MouseWheelLeft() method MouseWheelRight (line 220) | public void MouseWheelRight() method MouseWheelUp (line 224) | public void MouseWheelUp() method LineDown (line 228) | public void LineDown() method LineUp (line 232) | public void LineUp() method PageDown (line 236) | public void PageDown() method PageLeft (line 240) | public void PageLeft() method PageRight (line 244) | public void PageRight() method PageUp (line 248) | public void PageUp() method SetVerticalOffset (line 252) | public void SetVerticalOffset(double offset) method ValidateInputOffset (line 293) | internal static double ValidateInputOffset(double offset, string param... class ScrollData (line 314) | internal class ScrollData FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/RibbonTitlePanel.cs class RibbonTitlePanel (line 23) | public class RibbonTitlePanel : Panel method MeasureOverride (line 50) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 169) | protected override Size ArrangeOverride(Size finalSize) method CalculateContextualTabGroupStartX (line 239) | private double CalculateContextualTabGroupStartX(RibbonContextualTabGr... method CalculateContextualTabGroupEndX (line 260) | private double CalculateContextualTabGroupEndX(RibbonContextualTabGrou... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Primitives/RibbonWindowSmallIconConverter.cs class RibbonWindowSmallIconConverter (line 18) | public class RibbonWindowSmallIconConverter : IValueConverter method Convert (line 25) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 41) | public object ConvertBack(object value, Type targetType, object parame... method GetSmallIconImageSource (line 50) | private ImageSource GetSmallIconImageSource(ImageSource imageSource) method GetBestMatch (line 86) | private static BitmapFrame GetBestMatch(ReadOnlyCollection method Compare (line 162) | public int Compare(StarLayoutInfo x, StarLayoutInfo y) class PotentialPerStarComparerImpl (line 171) | private class PotentialPerStarComparerImpl : IComparer method Compare (line 175) | public int Compare(StarLayoutInfo x, StarLayoutInfo y) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/Ribbon.cs class Ribbon (line 42) | [StyleTypedProperty(Property = "ContextualTabGroupStyle", StyleTargetTyp... method Ribbon (line 90) | static Ribbon() method Ribbon (line 126) | public Ribbon() method OnApplyTemplate (line 734) | public override void OnApplyTemplate() method NotifyMouseClickedOnTabHeader (line 782) | internal void NotifyMouseClickedOnTabHeader(RibbonTabHeader tabHeader,... method NotifyMouseClickedOnContextualTabGroup (line 862) | internal void NotifyMouseClickedOnContextualTabGroup(RibbonContextualT... method NotifyTabContextualTabGroupHeaderChanged (line 878) | internal void NotifyTabContextualTabGroupHeaderChanged() method NotifyTabHeaderChanged (line 894) | internal void NotifyTabHeaderChanged() method NotifyTabHeadersScrollOwnerChanged (line 902) | internal void NotifyTabHeadersScrollOwnerChanged(ScrollViewer oldScrol... method OnTabHeadersScrollChanged (line 908) | private void OnTabHeadersScrollChanged(object d, ScrollChangedEventArg... method GetLogicalChildren (line 933) | private IEnumerator GetLogicalChildren() method OnPreviewMouseWheel (line 956) | protected override void OnPreviewMouseWheel(MouseWheelEventArgs e) method GetContainerForItemOverride (line 1009) | protected override DependencyObject GetContainerForItemOverride() method IsItemItsOwnContainerOverride (line 1017) | protected override bool IsItemItsOwnContainerOverride(object item) method PrepareContainerForItemOverride (line 1022) | protected override void PrepareContainerForItemOverride(DependencyObje... method OnItemsChanged (line 1073) | protected override void OnItemsChanged(NotifyCollectionChangedEventArg... method OnCreateAutomationPeer (line 1093) | protected override AutomationPeer OnCreateAutomationPeer() method OnSelectionChanged (line 1102) | protected override void OnSelectionChanged(SelectionChangedEventArgs e) class SingleSpaceObject (line 1133) | private class SingleSpaceObject method ToString (line 1135) | public override string ToString() method OnSourceChangedHandler (line 1150) | private static void OnSourceChangedHandler(object o, SourceChangedEven... method UnhookWindowListeners (line 1171) | private void UnhookWindowListeners(Window win) method HookWindowListeners (line 1185) | private void HookWindowListeners(Window win) method OnWindowIconVisibilityChanged (line 1211) | private static void OnWindowIconVisibilityChanged(DependencyObject d, ... method OnIsDropDownOpenChanged (line 1230) | private static void OnIsDropDownOpenChanged(DependencyObject sender, D... method OnCoerceIsDropDownOpen (line 1274) | private static object OnCoerceIsDropDownOpen(DependencyObject sender, ... method RecoerceIsDropDownOpen (line 1292) | private object RecoerceIsDropDownOpen(object arg) method OnIsMinimizedChanged (line 1303) | private static void OnIsMinimizedChanged(DependencyObject sender, Depe... method OnQuickAccessToolBarChanged (line 1328) | private static void OnQuickAccessToolBarChanged(DependencyObject sende... method OnApplicationMenuChanged (line 1353) | private static void OnApplicationMenuChanged(DependencyObject sender, ... method OnCoerceTitle (line 1382) | private static object OnCoerceTitle(DependencyObject sender, object va... method OnCoerceTitleImpl (line 1388) | private static object OnCoerceTitleImpl(Ribbon rib, object value) method OnIsCollapsedChanged (line 1407) | private static void OnIsCollapsedChanged(DependencyObject sender, Depe... method CoerceIsCollapsed (line 1413) | private static object CoerceIsCollapsed(DependencyObject d, object bas... method OnRibbonTabPopupOpening (line 1428) | private void OnRibbonTabPopupOpening() method OnContextualTabGroupsCollectionChanged (line 1441) | private void OnContextualTabGroupsCollectionChanged(object sender, Not... method OnContextualTabGroupsSourceChanged (line 1449) | private static void OnContextualTabGroupsSourceChanged(object sender, ... method OnNotifyContextualTabGroupPropertyChanged (line 1461) | private static void OnNotifyContextualTabGroupPropertyChanged(Dependen... method OnNotifyTabHeaderPropertyChanged (line 1467) | private static void OnNotifyTabHeaderPropertyChanged(DependencyObject ... method OnLoaded (line 1484) | private void OnLoaded(object sender, RoutedEventArgs e) method InitializeSelection (line 1501) | private void InitializeSelection() method ResetSelection (line 1520) | internal void ResetSelection() method GetFirstVisibleTabIndex (line 1526) | private int GetFirstVisibleTabIndex(bool ignoreContextualTabs) method CheckIfWindowIsRibbonWindow (line 1547) | private static bool CheckIfWindowIsRibbonWindow(Window win) method CalculatePopupWidth (line 1556) | private double CalculatePopupWidth() method OnWindowSizeChanged (line 1601) | private void OnWindowSizeChanged(object sender, SizeChangedEventArgs e) method OnRibbonWindowTitleChanged (line 1606) | private void OnRibbonWindowTitleChanged(object sender, EventArgs e) method GetTabIndexForDisplayIndex (line 1614) | internal int GetTabIndexForDisplayIndex(int displayIndex) method GetTabDisplayIndexForIndex (line 1628) | internal int GetTabDisplayIndexForIndex(int index) method RefreshHeaderCollection (line 1637) | private void RefreshHeaderCollection() method CreateDefaultHeaderObject (line 1673) | private static object CreateDefaultHeaderObject() method OnBorderBrushChanged (line 1678) | private static void OnBorderBrushChanged(DependencyObject d, Dependenc... method CoerceIsMinimized (line 1694) | private static object CoerceIsMinimized(DependencyObject d, object bas... method OnItemContainerGeneratorStatusChanged (line 1705) | private void OnItemContainerGeneratorStatusChanged(object sender, Even... method HandleIsVisibleChanged (line 1715) | private void HandleIsVisibleChanged(object sender, DependencyPropertyC... method OnLostMouseCaptureThunk (line 1737) | private static void OnLostMouseCaptureThunk(object sender, MouseEventA... method OnLostMouseCaptureThunk (line 1743) | private void OnLostMouseCaptureThunk(MouseEventArgs e) method OnClickThroughThunk (line 1753) | private static void OnClickThroughThunk(object sender, MouseButtonEven... method OnClickThrough (line 1759) | private void OnClickThrough(MouseButtonEventArgs e) method OnPreviewMouseDown (line 1764) | protected override void OnPreviewMouseDown(MouseButtonEventArgs e) method OnDismissPopupThunk (line 1781) | private static void OnDismissPopupThunk(object sender, RibbonDismissPo... method OnDismissPopup (line 1787) | private void OnDismissPopup(RibbonDismissPopupEventArgs e) method DismissPopupAction (line 1796) | private void DismissPopupAction(bool value) method OnMouseDown (line 1805) | protected override void OnMouseDown(MouseButtonEventArgs e) method OnKeyDown (line 1827) | protected override void OnKeyDown(KeyEventArgs e) method OnArrowControlKeyDown (line 1853) | private bool OnArrowControlKeyDown(Key key) type ArrowKeyControlNavigationScope (line 1891) | private enum ArrowKeyControlNavigationScope method FocusSelectedTabHeader (line 1922) | private bool FocusSelectedTabHeader() method TabArrowKeyControlNavigate (line 1938) | private bool TabArrowKeyControlNavigate(RibbonTab tab, method GetFocusedRibbonGroupIndex (line 1957) | private int GetFocusedRibbonGroupIndex(RibbonTab tab) method TrySetFocusOnRibbonGroupAtIndex (line 1967) | private bool TrySetFocusOnRibbonGroupAtIndex(RibbonTab tab, method QatArrowKeyControlNavigate (line 1988) | private bool QatArrowKeyControlNavigate(bool leftToRight, method TrySetFocusOnQatItemAtIndex (line 2011) | private bool TrySetFocusOnQatItemAtIndex(RibbonQuickAccessToolBar quic... method GetFocusedQatItemIndex (line 2031) | private int GetFocusedQatItemIndex(RibbonQuickAccessToolBar quickAcces... method ArrowKeyControlNavigate (line 2047) | private static bool ArrowKeyControlNavigate(T targetControl, method DeterminePreStartIndexForArrowControlNavigation (line 2139) | private static int DeterminePreStartIndexForArrowControlNavigation(... method ArrowKeyControlNavigate (line 2199) | private bool ArrowKeyControlNavigate(bool navigateLeft, method OnKeyTipEnterFocus (line 2324) | private bool OnKeyTipEnterFocus(object sender, EventArgs e) method OnKeyTipExitRestoreFocus (line 2336) | private bool OnKeyTipExitRestoreFocus(object sender, EventArgs e) method RestoreFocusAndCapture (line 2348) | internal void RestoreFocusAndCapture(bool force) method OnContextMenuOpeningThunk (line 2362) | private static void OnContextMenuOpeningThunk(object sender, ContextMe... method OnContextMenuOpeningInternal (line 2367) | private void OnContextMenuOpeningInternal(ContextMenuEventArgs e) method OnContextMenuClosingThunk (line 2379) | private static void OnContextMenuClosingThunk(object sender, ContextMe... method OnContextMenuClosingInternal (line 2384) | private void OnContextMenuClosingInternal() method RestoreFocusOnContextMenuClose (line 2397) | internal void RestoreFocusOnContextMenuClose() method AddToQATCanExecute (line 2409) | private static void AddToQATCanExecute(object sender, CanExecuteRouted... method AddToQATExecuted (line 2424) | private static void AddToQATExecuted(object sender, ExecutedRoutedEven... method FindElementThatCanBeAddedToQAT (line 2447) | private static DependencyObject FindElementThatCanBeAddedToQAT(Depende... method MaximizeRibbonCanExecute (line 2457) | private static void MaximizeRibbonCanExecute(object sender, CanExecute... method MaximizeRibbonExecuted (line 2472) | private static void MaximizeRibbonExecuted(object sender, ExecutedRout... method MinimizeRibbonCanExecute (line 2486) | private static void MinimizeRibbonCanExecute(object sender, CanExecute... method MinimizeRibbonExecuted (line 2501) | private static void MinimizeRibbonExecuted(object sender, ExecutedRout... method RemoveFromQATCanExecute (line 2515) | private static void RemoveFromQATCanExecute(object sender, CanExecuteR... method RemoveFromQATExecuted (line 2525) | private static void RemoveFromQATExecuted(object sender, ExecutedRoute... method ShowQATAboveCanExecute (line 2544) | private static void ShowQATAboveCanExecute(object sender, CanExecuteRo... method ShowQATAboveExecuted (line 2560) | private static void ShowQATAboveExecuted(object sender, ExecutedRouted... method ShowQATBelowCanExecute (line 2574) | private static void ShowQATBelowCanExecute(object sender, CanExecuteRo... method ShowQATBelowExecuted (line 2590) | private static void ShowQATBelowExecuted(object sender, ExecutedRouted... method OnCloneThunk (line 2610) | private static void OnCloneThunk(object sender, RibbonQuickAccessToolB... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonApplicationMenu.cs class RibbonApplicationMenu (line 28) | [TemplatePart(Name = RibbonApplicationMenu.PopupToggleButtonTemplateName... method RibbonApplicationMenu (line 75) | static RibbonApplicationMenu() method IsItemItsOwnContainerOverride (line 213) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 224) | protected override DependencyObject GetContainerForItemOverride() method ShouldApplyItemContainerStyle (line 249) | protected override bool ShouldApplyItemContainerStyle(DependencyObject... method OnCreateAutomationPeer (line 277) | protected override AutomationPeer OnCreateAutomationPeer() method OnApplyTemplate (line 289) | public override void OnApplyTemplate() method OnPopupOpened (line 333) | private void OnPopupOpened(object sender, EventArgs e) method CoerceToFalse (line 361) | private static object CoerceToFalse(DependencyObject d, object value) method OnActivatingKeyTip (line 370) | protected override void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) method AuxiliaryPaneMoveFocus (line 387) | internal bool AuxiliaryPaneMoveFocus(FocusNavigationDirection direction) method FooterPaneMoveFocus (line 403) | internal bool FooterPaneMoveFocus(FocusNavigationDirection direction) method ItemsPaneMoveFocus (line 419) | internal bool ItemsPaneMoveFocus(FocusNavigationDirection direction) method OnPreviewKeyDown (line 430) | protected override void OnPreviewKeyDown(KeyEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonApplicationMenuItem.cs class RibbonApplicationMenuItem (line 23) | [StyleTypedProperty(Property = "ItemContainerStyle", StyleTargetType = t... method RibbonApplicationMenuItem (line 33) | static RibbonApplicationMenuItem() method IsItemItsOwnContainerOverride (line 47) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 58) | protected override DependencyObject GetContainerForItemOverride() method ShouldApplyItemContainerStyle (line 83) | protected override bool ShouldApplyItemContainerStyle(DependencyObject... method PrepareContainerForItemOverride (line 102) | protected override void PrepareContainerForItemOverride(DependencyObje... method OnApplyTemplate (line 123) | public override void OnApplyTemplate() method CoerceIsSubmenuOpen (line 171) | private static object CoerceIsSubmenuOpen(DependencyObject d, object b... method OnActivatingKeyTip (line 211) | protected override void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) method OnKeyDown (line 226) | protected override void OnKeyDown(KeyEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonApplicationMenuItemLevel.cs type RibbonApplicationMenuItemLevel (line 11) | public enum RibbonApplicationMenuItemLevel FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonApplicationSplitMenuItem.cs class RibbonApplicationSplitMenuItem (line 23) | [StyleTypedProperty(Property = "ItemContainerStyle", StyleTargetType = t... method RibbonApplicationSplitMenuItem (line 31) | static RibbonApplicationSplitMenuItem() method IsItemItsOwnContainerOverride (line 45) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 56) | protected override DependencyObject GetContainerForItemOverride() method ShouldApplyItemContainerStyle (line 81) | protected override bool ShouldApplyItemContainerStyle(DependencyObject... method PrepareContainerForItemOverride (line 100) | protected override void PrepareContainerForItemOverride(DependencyObje... method OnApplyTemplate (line 121) | public override void OnApplyTemplate() method CoerceIsSubmenuOpen (line 169) | private static object CoerceIsSubmenuOpen(DependencyObject d, object b... method OnActivatingKeyTip (line 209) | protected override void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) method OnKeyDown (line 239) | protected override void OnKeyDown(KeyEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonButton.cs class RibbonButton (line 30) | [TemplatePart(Name = RibbonButton.ImageTemplatePart, Type = typeof(Image))] method RibbonButton (line 39) | static RibbonButton() method OnApplyTemplate (line 58) | public override void OnApplyTemplate() method OnCreateAutomationPeer (line 292) | protected override AutomationPeer OnCreateAutomationPeer() method OnMouseLeftButtonDown (line 411) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnCoerceFocusable (line 433) | private static object OnCoerceFocusable(DependencyObject d, object bas... method OnGotKeyboardFocus (line 464) | protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventAr... method OnLostKeyboardFocus (line 470) | protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventA... type Bits (line 480) | private enum Bits method OnClick (line 495) | protected override void OnClick() method OnActivatingKeyTipThunk (line 566) | private static void OnActivatingKeyTipThunk(object sender, ActivatingK... method OnActivatingKeyTip (line 571) | protected virtual void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) method OnKeyTipAccessedThunk (line 579) | private static void OnKeyTipAccessedThunk(object sender, KeyTipAccesse... method OnKeyTipAccessed (line 584) | protected virtual void OnKeyTipAccessed(KeyTipAccessedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonCheckBox.cs class RibbonCheckBox (line 30) | [TemplatePart(Name = RibbonCheckBox.CheckBorderTemplatePart, Type = type... method RibbonCheckBox (line 39) | static RibbonCheckBox() method OnApplyTemplate (line 58) | public override void OnApplyTemplate() method OnCreateAutomationPeer (line 279) | protected override AutomationPeer OnCreateAutomationPeer() method OnMouseLeftButtonDown (line 428) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnCoerceFocusable (line 450) | private static object OnCoerceFocusable(DependencyObject d, object bas... method OnGotKeyboardFocus (line 481) | protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventAr... method OnLostKeyboardFocus (line 487) | protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventA... type Bits (line 497) | private enum Bits method OnClick (line 511) | protected override void OnClick() method OnActivatingKeyTipThunk (line 574) | private static void OnActivatingKeyTipThunk(object sender, ActivatingK... method OnActivatingKeyTip (line 579) | protected virtual void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) method OnKeyTipAccessedThunk (line 587) | private static void OnKeyTipAccessedThunk(object sender, KeyTipAccesse... method OnKeyTipAccessed (line 592) | protected virtual void OnKeyTipAccessed(KeyTipAccessedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonComboBox.cs class RibbonComboBox (line 36) | public class RibbonComboBox : RibbonMenuButton method RibbonComboBox (line 44) | static RibbonComboBox() method InitializeStringContentTemplate (line 53) | private static void InitializeStringContentTemplate() method OnIsEditableChanged (line 89) | private static void OnIsEditableChanged(DependencyObject d, Dependency... method OnTextChanged (line 118) | private static void OnTextChanged(DependencyObject d, DependencyProper... method OnGotKeyboardFocus (line 161) | protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventAr... method OnLostKeyboardFocus (line 187) | protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventA... method ReevalutateFocusVisual (line 193) | private void ReevalutateFocusVisual() type CacheBits (line 1683) | private enum CacheBits FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonCommands.cs class RibbonCommands (line 13) | public static class RibbonCommands method RibbonCommands (line 22) | static RibbonCommands() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonContentPresenter.cs class RibbonContentPresenter (line 20) | public class RibbonContentPresenter : ContentPresenter method RibbonContentPresenter (line 37) | static RibbonContentPresenter() method OnApplyTemplate (line 105) | public override void OnApplyTemplate() method OnTemplateChanged (line 117) | protected override void OnTemplateChanged(DataTemplate oldTemplate, Da... method OnControlSizeDefinitionChanged (line 130) | private static void OnControlSizeDefinitionChanged(DependencyObject d,... method CoerceControlSizeDefinition (line 136) | private static object CoerceControlSizeDefinition(DependencyObject d, ... method OnIsInQuickAccessToolBarChanged (line 141) | private static void OnIsInQuickAccessToolBarChanged(DependencyObject d... method OnIsInControlGroupChanged (line 147) | private static void OnIsInControlGroupChanged(DependencyObject d, Depe... method OnRibbonChanged (line 153) | private static void OnRibbonChanged(DependencyObject d, DependencyProp... method TransferPseudoInheritedProperties (line 158) | private void TransferPseudoInheritedProperties() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonContextMenu.cs class RibbonContextMenu (line 34) | [StyleTypedProperty(Property = "ItemContainerStyle", StyleTargetType = t... method RibbonContextMenu (line 42) | static RibbonContextMenu() method RibbonContextMenu (line 54) | public RibbonContextMenu() method OnCreateAutomationPeer (line 63) | protected override AutomationPeer OnCreateAutomationPeer() method CanRaiseDismissPopups (line 72) | private static bool CanRaiseDismissPopups(UIElement dismissPopupSource) method OnIsOpenChanged (line 92) | private static void OnIsOpenChanged(DependencyObject d, DependencyProp... method RestoreFocusToRibbon (line 125) | private void RestoreFocusToRibbon() method OnKeyDown (line 158) | protected override void OnKeyDown(KeyEventArgs e) method GetDismissPopupSource (line 180) | private UIElement GetDismissPopupSource() method OnClickThroughThunk (line 202) | private static void OnClickThroughThunk(object sender, MouseButtonEven... method OnClickThrough (line 207) | private void OnClickThrough() method ChooseContextMenu (line 247) | internal static RibbonContextMenu ChooseContextMenu(DependencyObject o... method GetDefaultRibbonClientAreaContextMenu (line 275) | private static RibbonContextMenu GetDefaultRibbonClientAreaContextMenu() method GetRibbonControlContextMenu (line 288) | private static RibbonContextMenu GetRibbonControlContextMenu() method GetQATControlContextMenu (line 303) | private static RibbonContextMenu GetQATControlContextMenu() method GetGalleryContextMenu (line 320) | private static RibbonContextMenu GetGalleryContextMenu() method GenerateAddGalleryToQATItem (line 332) | private static RibbonMenuItem GenerateAddGalleryToQATItem(RibbonContex... method GenerateAddToOrRemoveFromQATItem (line 350) | private static RibbonMenuItem GenerateAddToOrRemoveFromQATItem(bool co... method GenerateQATPlacementMenuItem (line 371) | private static RibbonMenuItem GenerateQATPlacementMenuItem(RibbonConte... class PlacementTargetToQATPositionConverter (line 402) | private sealed class PlacementTargetToQATPositionConverter : IValueCon... type ConverterMode (line 404) | public enum ConverterMode { Header, Command }; method PlacementTargetToQATPositionConverter (line 408) | public PlacementTargetToQATPositionConverter(ConverterMode mode) method Convert (line 413) | public object Convert(object value, Type targetType, object paramete... method ConvertBack (line 443) | public object ConvertBack(object value, Type targetType, object para... method GenerateMinimizeTheRibbonItem (line 449) | private static RibbonMenuItem GenerateMinimizeTheRibbonItem(RibbonCont... class IsMinimizedToMinimizeOrMaximizeCommandConverter (line 476) | private sealed class IsMinimizedToMinimizeOrMaximizeCommandConverter :... method Convert (line 478) | public object Convert(object value, Type targetType, object paramete... method ConvertBack (line 489) | public object ConvertBack(object value, Type targetType, object para... method IsItemItsOwnContainerOverride (line 501) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 512) | protected override DependencyObject GetContainerForItemOverride() method ShouldApplyItemContainerStyle (line 537) | protected override bool ShouldApplyItemContainerStyle(DependencyObject... method PrepareContainerForItemOverride (line 550) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 572) | protected override void ClearContainerForItemOverride(DependencyObject... method OnLoaded (line 631) | private void OnLoaded(object sender, RoutedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonContextualTabGroup.cs class RibbonContextualTabGroup (line 31) | [ContentProperty("Header")] method RibbonContextualTabGroup (line 48) | static RibbonContextualTabGroup() method OnHeaderChanged (line 89) | private static void OnHeaderChanged(DependencyObject d, DependencyProp... method OnHeaderChanged (line 100) | protected virtual void OnHeaderChanged(object oldHeader, object newHea... method OnCreateAutomationPeer (line 297) | protected override AutomationPeer OnCreateAutomationPeer() method OnMouseDown (line 307) | protected override void OnMouseDown(MouseButtonEventArgs e) method OnMouseUp (line 363) | protected override void OnMouseUp(MouseButtonEventArgs e) method PrepareTabGroupHeader (line 407) | internal void PrepareTabGroupHeader(object item, method ClearTabGroupHeader (line 430) | internal void ClearTabGroupHeader() method CoerceVisibility (line 435) | private static object CoerceVisibility(DependencyObject d, object base... method OnVisibilityChanged (line 448) | private static void OnVisibilityChanged(DependencyObject sender, Depen... method UpdateTabs (line 453) | private void UpdateTabs(bool clear) method CoerceTabsVisibility (line 480) | private void CoerceTabsVisibility() class TabsEnumerable (line 496) | private class TabsEnumerable : IEnumerable method TabsEnumerable (line 500) | public TabsEnumerable(RibbonContextualTabGroup tabGroup) method GetEnumerator (line 515) | public IEnumerator GetEnumerator() method GetEnumerator (line 538) | IEnumerator IEnumerable.GetEnumerator() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonContextualTabGroupItemsControl.cs class RibbonContextualTabGroupItemsControl (line 24) | public class RibbonContextualTabGroupItemsControl : ItemsControl method RibbonContextualTabGroupItemsControl (line 28) | static RibbonContextualTabGroupItemsControl() method GetContainerForItemOverride (line 122) | protected override DependencyObject GetContainerForItemOverride() method IsItemItsOwnContainerOverride (line 127) | protected override bool IsItemItsOwnContainerOverride(object item) method OnCreateAutomationPeer (line 132) | protected override AutomationPeer OnCreateAutomationPeer() method OnApplyTemplate (line 137) | public override void OnApplyTemplate() method PrepareContainerForItemOverride (line 150) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 157) | protected override void ClearContainerForItemOverride(DependencyObject... method HasTabs (line 169) | private bool HasTabs(FrameworkElement container) method OnNotifyPropertyChanged (line 190) | private static void OnNotifyPropertyChanged(DependencyObject d, Depend... method NotifyPropertyChanged (line 195) | internal void NotifyPropertyChanged(DependencyPropertyChangedEventArgs e) method CoerceItemTemplate (line 207) | private static object CoerceItemTemplate(DependencyObject d, object ba... method CoerceItemContainerStyle (line 218) | private static object CoerceItemContainerStyle(DependencyObject d, obj... method SyncProperties (line 229) | private void SyncProperties() method CoerceVisibility (line 235) | private static object CoerceVisibility(DependencyObject d, object base... method FindHeader (line 247) | internal RibbonContextualTabGroup FindHeader(object content) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonControl.cs class RibbonControl (line 26) | [TemplatePart(Name = PART_ContentPresenter, Type = typeof(RibbonContentP... method RibbonControl (line 43) | static RibbonControl() method OnApplyTemplate (line 121) | public override void OnApplyTemplate() method OnTemplateChanged (line 128) | protected override void OnTemplateChanged(ControlTemplate oldTemplate,... method OnCreateAutomationPeer (line 139) | protected override AutomationPeer OnCreateAutomationPeer() method OnItemForItemContainerChanged (line 148) | private static void OnItemForItemContainerChanged(DependencyObject d, ... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonControlGroup.cs class RibbonControlGroup (line 24) | public class RibbonControlGroup : ItemsControl method RibbonControlGroup (line 31) | static RibbonControlGroup() method OnApplyTemplate (line 51) | public override void OnApplyTemplate() method OnControlSizeDefinitionChanged (line 76) | private static void OnControlSizeDefinitionChanged(DependencyObject d,... method TransferPseudoInheritedProperties (line 82) | private void TransferPseudoInheritedProperties() method CoerceDefaultControlSizeDefinition (line 94) | private static object CoerceDefaultControlSizeDefinition(DependencyObj... method GetContainerForItemOverride (line 155) | protected override DependencyObject GetContainerForItemOverride() method IsItemItsOwnContainerOverride (line 160) | protected override bool IsItemItsOwnContainerOverride(object item) method PrepareContainerForItemOverride (line 165) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 174) | protected override void ClearContainerForItemOverride(DependencyObject... method OnCreateAutomationPeer (line 203) | protected override AutomationPeer OnCreateAutomationPeer() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonControlLength.cs type RibbonControlLength (line 21) | [TypeConverter(typeof(RibbonControlLengthConverter))] method RibbonControlLength (line 37) | public RibbonControlLength(double pixels) method RibbonControlLength (line 46) | public RibbonControlLength(double value, RibbonControlLengthUnitType t... method Equals (line 95) | public override bool Equals(object obj) method Equals (line 110) | public bool Equals(RibbonControlLength other) method GetHashCode (line 118) | public override int GetHashCode() method ToString (line 126) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonControlLengthConverter.cs class RibbonControlLengthConverter (line 21) | public class RibbonControlLengthConverter : TypeConverter method CanConvertFrom (line 44) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 69) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 77) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 115) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... method ToString (line 145) | internal static string ToString(RibbonControlLength length, CultureInf... method FromString (line 170) | internal static RibbonControlLength FromString(string s, CultureInfo c... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonControlLengthUnitType.cs type RibbonControlLengthUnitType (line 18) | public enum RibbonControlLengthUnitType FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonControlService.cs class RibbonControlService (line 28) | public static class RibbonControlService method GetLargeImageSource (line 43) | public static ImageSource GetLargeImageSource(DependencyObject element) method SetLargeImageSource (line 52) | public static void SetLargeImageSource(DependencyObject element, Image... method OnLargeImageSourceChanged (line 58) | private static void OnLargeImageSourceChanged(DependencyObject d, Depe... method GetSmallImageSource (line 74) | public static ImageSource GetSmallImageSource(DependencyObject element) method SetSmallImageSource (line 83) | public static void SetSmallImageSource(DependencyObject element, Image... method OnSmallImageSourceChanged (line 89) | private static void OnSmallImageSourceChanged(DependencyObject d, Depe... method GetLabel (line 109) | public static string GetLabel(DependencyObject element) method SetLabel (line 118) | public static void SetLabel(DependencyObject element, string value) method OnLabelChanged (line 124) | private static void OnLabelChanged(DependencyObject d, DependencyPrope... method GetToolTipTitle (line 143) | public static string GetToolTipTitle(DependencyObject element) method SetToolTipTitle (line 152) | public static void SetToolTipTitle(DependencyObject element, string va... method GetToolTipDescription (line 168) | public static string GetToolTipDescription(DependencyObject element) method SetToolTipDescription (line 177) | public static void SetToolTipDescription(DependencyObject element, str... method GetToolTipImageSource (line 193) | public static ImageSource GetToolTipImageSource(DependencyObject element) method SetToolTipImageSource (line 202) | public static void SetToolTipImageSource(DependencyObject element, Ima... method GetToolTipFooterTitle (line 218) | public static string GetToolTipFooterTitle(DependencyObject element) method SetToolTipFooterTitle (line 227) | public static void SetToolTipFooterTitle(DependencyObject element, str... method GetToolTipFooterDescription (line 243) | public static string GetToolTipFooterDescription(DependencyObject elem... method SetToolTipFooterDescription (line 252) | public static void SetToolTipFooterDescription(DependencyObject elemen... method GetToolTipFooterImageSource (line 268) | public static ImageSource GetToolTipFooterImageSource(DependencyObject... method SetToolTipFooterImageSource (line 277) | public static void SetToolTipFooterImageSource(DependencyObject elemen... method GetRibbon (line 307) | public static Ribbon GetRibbon(DependencyObject element) method SetRibbon (line 316) | internal static void SetRibbon(DependencyObject element, Ribbon value) method GetMouseOverBorderBrush (line 335) | public static Brush GetMouseOverBorderBrush(DependencyObject element) method SetMouseOverBorderBrush (line 344) | public static void SetMouseOverBorderBrush(DependencyObject element, B... method GetMouseOverBackground (line 363) | public static Brush GetMouseOverBackground(DependencyObject element) method SetMouseOverBackground (line 372) | public static void SetMouseOverBackground(DependencyObject element, Br... method GetPressedBorderBrush (line 391) | public static Brush GetPressedBorderBrush(DependencyObject element) method SetPressedBorderBrush (line 400) | public static void SetPressedBorderBrush(DependencyObject element, Bru... method GetPressedBackground (line 419) | public static Brush GetPressedBackground(DependencyObject element) method SetPressedBackground (line 428) | public static void SetPressedBackground(DependencyObject element, Brus... method GetCheckedBackground (line 447) | public static Brush GetCheckedBackground(DependencyObject element) method SetCheckedBackground (line 456) | public static void SetCheckedBackground(DependencyObject element, Brus... method GetCheckedBorderBrush (line 475) | public static Brush GetCheckedBorderBrush(DependencyObject element) method SetCheckedBorderBrush (line 484) | public static void SetCheckedBorderBrush(DependencyObject element, Bru... method GetFocusedBackground (line 503) | public static Brush GetFocusedBackground(DependencyObject element) method SetFocusedBackground (line 512) | public static void SetFocusedBackground(DependencyObject element, Brus... method GetFocusedBorderBrush (line 531) | public static Brush GetFocusedBorderBrush(DependencyObject element) method SetFocusedBorderBrush (line 540) | public static void SetFocusedBorderBrush(DependencyObject element, Bru... method GetCornerRadius (line 561) | public static CornerRadius GetCornerRadius(DependencyObject element) method SetCornerRadius (line 572) | public static void SetCornerRadius(DependencyObject element, CornerRad... method GetControlSizeDefinition (line 598) | public static RibbonControlSizeDefinition GetControlSizeDefinition(Dep... method SetControlSizeDefinition (line 607) | public static void SetControlSizeDefinition(DependencyObject element, ... method OnControlSizeDefinitionChanged (line 613) | private static void OnControlSizeDefinitionChanged(DependencyObject d,... method CoerceControlSizeDefinition (line 629) | private static object CoerceControlSizeDefinition(DependencyObject d, ... method GetDefaultControlSizeDefinition (line 644) | public static RibbonControlSizeDefinition GetDefaultControlSizeDefinit... method SetDefaultControlSizeDefinition (line 650) | public static void SetDefaultControlSizeDefinition(DependencyObject el... method OnDefaultControlSizeDefinitionChanged (line 661) | private static void OnDefaultControlSizeDefinitionChanged(DependencyOb... method CoerceDefaultControlSizeDefinition (line 676) | private static object CoerceDefaultControlSizeDefinition(DependencyObj... method UpdateDefaultControlSizeDefinition (line 696) | private static void UpdateDefaultControlSizeDefinition(DependencyObjec... method GetIsInControlGroup (line 733) | public static bool GetIsInControlGroup(DependencyObject element) method SetIsInControlGroup (line 743) | internal static void SetIsInControlGroup(DependencyObject element, boo... method GetCanAddToQuickAccessToolBarDirectly (line 765) | public static bool GetCanAddToQuickAccessToolBarDirectly(DependencyObj... method SetCanAddToQuickAccessToolBarDirectly (line 771) | public static void SetCanAddToQuickAccessToolBarDirectly(DependencyObj... method GetIsInQuickAccessToolBar (line 794) | public static bool GetIsInQuickAccessToolBar(DependencyObject element) method SetIsInQuickAccessToolBar (line 803) | internal static void SetIsInQuickAccessToolBar(DependencyObject elemen... method GetQuickAccessToolBarControlSizeDefinition (line 822) | public static RibbonControlSizeDefinition GetQuickAccessToolBarControl... method SetQuickAccessToolBarControlSizeDefinition (line 831) | public static void SetQuickAccessToolBarControlSizeDefinition(Dependen... method GetQuickAccessToolBarId (line 851) | public static object GetQuickAccessToolBarId(DependencyObject element) method SetQuickAccessToolBarId (line 860) | public static void SetQuickAccessToolBarId(DependencyObject element, o... method GetShowKeyboardCues (line 873) | public static bool GetShowKeyboardCues(DependencyObject element) method SetShowKeyboardCues (line 882) | internal static void SetShowKeyboardCues(DependencyObject element, boo... method AddDismissPopupHandler (line 899) | public static void AddDismissPopupHandler(DependencyObject element, Ri... method RemoveDismissPopupHandler (line 904) | public static void RemoveDismissPopupHandler(DependencyObject element,... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonControlSizeDefinition.cs class RibbonControlSizeDefinition (line 21) | public class RibbonControlSizeDefinition : Freezable method ValidateWidth (line 104) | private static bool ValidateWidth(object width) method ValidateMinWidth (line 114) | private static bool ValidateMinWidth(object minWidth) method ValidateMaxWidth (line 124) | private static bool ValidateMaxWidth(object maxWidth) method CreateInstanceCore (line 138) | protected override Freezable CreateInstanceCore() method GetFrozenControlSizeDefinition (line 147) | internal static RibbonControlSizeDefinition GetFrozenControlSizeDefini... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonControlSizeDefinitionCollection.cs class RibbonControlSizeDefinitionCollection (line 11) | public class RibbonControlSizeDefinitionCollection : FreezableCollection... method CreateInstanceCore (line 15) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonDismissPopupEventArgs.cs class RibbonDismissPopupEventArgs (line 14) | public class RibbonDismissPopupEventArgs : RoutedEventArgs method RibbonDismissPopupEventArgs (line 21) | public RibbonDismissPopupEventArgs() method RibbonDismissPopupEventArgs (line 26) | public RibbonDismissPopupEventArgs(RibbonDismissPopupMode dismissMode) method InvokeEventHandler (line 46) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonDismissPopupMode.cs type RibbonDismissPopupMode (line 14) | public enum RibbonDismissPopupMode FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonDropDownHelper.cs class RibbonDropDownHelper (line 23) | internal static class RibbonDropDownHelper method OnPopupResizeStarted (line 25) | public static void OnPopupResizeStarted(FrameworkElement itemsPresenter) method ResizePopup (line 36) | public static bool ResizePopup(FrameworkElement itemsPresenter, method ResizePopupActual (line 128) | private static bool ResizePopupActual(FrameworkElement itemsPresenter,... method GetScreenBounds (line 157) | public static Rect GetScreenBounds(FrameworkElement targetElement, Pop... method ClearLocalValues (line 194) | public static void ClearLocalValues(FrameworkElement itemsPresenter, P... method GetMinDropDownSize (line 209) | public static Size GetMinDropDownSize(RibbonMenuItemsPanel itemsHost, ... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonFilterMenuButton.cs class RibbonFilterMenuButton (line 25) | [TemplatePart(Name = CurrentFilterItemTemplatePartName, Type = typeof(Co... method RibbonFilterMenuButton (line 33) | static RibbonFilterMenuButton() method OnApplyTemplate (line 44) | public override void OnApplyTemplate() method OnFilterToggleButtonLoaded (line 54) | private void OnFilterToggleButtonLoaded(object sender, RoutedEventArgs e) method OnIsDropDownOpenChanged (line 91) | internal override void OnIsDropDownOpenChanged(DependencyPropertyChang... method OnAnyMouseDown (line 100) | internal override void OnAnyMouseDown(System.Windows.Input.MouseButton... method OnDismissPopup (line 106) | protected override void OnDismissPopup(RibbonDismissPopupEventArgs e) method OnActivatingKeyTip (line 127) | protected override void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonGallery.cs class RibbonGallery (line 41) | [StyleTypedProperty(Property = "AllFilterItemContainerStyle", StyleTarge... method RibbonGallery (line 56) | static RibbonGallery() method RibbonGallery (line 83) | public RibbonGallery() method OnApplyTemplate (line 96) | public override void OnApplyTemplate() method CoerceVerticalScrollBarVisibility (line 137) | private static object CoerceVerticalScrollBarVisibility(DependencyObje... method OnCoerceCurrentFilterStyle (line 185) | private static object OnCoerceCurrentFilterStyle(DependencyObject d, o... method SetHeaderBindingForCurrentFilterItem (line 208) | internal void SetHeaderBindingForCurrentFilterItem() method OnCurrentFilterTemplateChanged (line 236) | private static void OnCurrentFilterTemplateChanged(DependencyObject d,... method SetTemplateBindingForCurrentFilterItem (line 252) | internal void SetTemplateBindingForCurrentFilterItem() method OnCoerceCurrentFilterTemplate (line 314) | private static object OnCoerceCurrentFilterTemplate(DependencyObject d... method OnItemContainerGeneratorStatusChanged (line 328) | private void OnItemContainerGeneratorStatusChanged(object sender, Even... method OnFilterButtonItemContainerGeneratorStatusChanged (line 344) | private void OnFilterButtonItemContainerGeneratorStatusChanged(object ... method CoerceMaxColumnCount (line 459) | private static object CoerceMaxColumnCount(DependencyObject d, object ... method IsMinMaxColumnCountValid (line 468) | private static bool IsMinMaxColumnCountValid(object value) method OnLayoutPropertyChange (line 582) | private static void OnLayoutPropertyChange(DependencyObject d, Depende... method InvalidateMeasureOnAllCategoriesPanel (line 590) | internal void InvalidateMeasureOnAllCategoriesPanel() method OnSelectionChanged (line 639) | protected virtual void OnSelectionChanged(RoutedPropertyChangedEventAr... method ForceCoerceSelectedItem (line 698) | internal void ForceCoerceSelectedItem() method CoerceSelectedItem (line 711) | private static object CoerceSelectedItem(DependencyObject d, object va... method ForceCoerceSelectedValue (line 802) | internal void ForceCoerceSelectedValue() method CoerceSelectedValue (line 815) | private static object CoerceSelectedValue(DependencyObject d, object v... method OnSelectedValuePathChanged (line 904) | private static void OnSelectedValuePathChanged(DependencyObject d, Dep... method OnIsSynchronizedWithCurrentItemChanged (line 931) | private static void OnIsSynchronizedWithCurrentItemChanged(DependencyO... method UpdateIsSynchronizedWithCurrentItemInternal (line 942) | private void UpdateIsSynchronizedWithCurrentItemInternal() method SynchronizeWithCurrentItem (line 999) | private void SynchronizeWithCurrentItem() method SynchronizeWithCurrentItem (line 1035) | private void SynchronizeWithCurrentItem( method OnInitialized (line 1058) | protected override void OnInitialized(EventArgs e) method OnItemsSourceChanged (line 1064) | protected override void OnItemsSourceChanged(IEnumerable oldValue, IEn... method AddCurrentItemChangedListener (line 1078) | private void AddCurrentItemChangedListener() method RemoveCurrentItemChangedListener (line 1102) | private void RemoveCurrentItemChangedListener() method ReceiveWeakEvent (line 1131) | bool IWeakEventListener.ReceiveWeakEvent(Type managerType, object send... method OnCurrentItemChanged (line 1156) | private void OnCurrentItemChanged() method OnSourceCollectionViewCurrentItemChanged (line 1179) | private void OnSourceCollectionViewCurrentItemChanged() method GetSourceCollectionView (line 1223) | internal static CollectionView GetSourceCollectionView(ItemsControl it... method ChangeSelection (line 1249) | internal void ChangeSelection(object item, RibbonGalleryItem container... method ContainsItem (line 1377) | private bool ContainsItem( method ContainsValue (line 1414) | private bool ContainsValue( method GetSelectableValueFromItem (line 1456) | internal object GetSelectableValueFromItem(object item) method GetSelectableValueFromItem (line 1464) | private object GetSelectableValueFromItem(object item, ContentControl ... method GetInnerText (line 1505) | private static object GetInnerText(object item) method VerifyEqual (line 1519) | internal static bool VerifyEqual(object knownValue, object itemValue) method MoveCurrentTo (line 1524) | private void MoveCurrentTo(CollectionView cv, object item) method MoveCurrentToPosition (line 1532) | private void MoveCurrentToPosition(CollectionView cv, int position) method ForceCoerceHighlightedItem (line 1602) | internal void ForceCoerceHighlightedItem() method CoerceHighlightedItem (line 1615) | private static object CoerceHighlightedItem(DependencyObject d, object... method OnHighlightedItemChangedPrivate (line 1668) | private static void OnHighlightedItemChangedPrivate(DependencyObject d... method OnHighlightedItemChanged (line 1674) | protected virtual void OnHighlightedItemChanged(DependencyPropertyChan... method ChangeHighlight (line 1702) | internal void ChangeHighlight(object item, RibbonGalleryItem container... method CoerceCanUserFilter (line 1807) | private static object CoerceCanUserFilter(DependencyObject d, object b... method OnFilterItemContainerStyleChanged (line 1859) | private static void OnFilterItemContainerStyleChanged(DependencyObject... method OnFilterItemContainerStyleSelectorChanged (line 1887) | private static void OnFilterItemContainerStyleSelectorChanged(Dependen... method OnCoerceFilterItemContainerStyleSelector (line 1901) | private static object OnCoerceFilterItemContainerStyleSelector(Depende... class RibbonGalleryDefaultFilterItemContainerStyleSelector (line 1914) | private class RibbonGalleryDefaultFilterItemContainerStyleSelector : S... method RibbonGalleryDefaultFilterItemContainerStyleSelector (line 1918) | internal RibbonGalleryDefaultFilterItemContainerStyleSelector(Ribbon... method SelectStyle (line 1923) | public override Style SelectStyle(object item, DependencyObject cont... method OnFilterItemTemplateChanged (line 2019) | private static void OnFilterItemTemplateChanged(DependencyObject d, De... method OnFilterItemTemplateSelectorChanged (line 2046) | private static void OnFilterItemTemplateSelectorChanged(DependencyObje... method OnCoerceFilterItemTemplateSelector (line 2059) | private static object OnCoerceFilterItemTemplateSelector(DependencyObj... class RibbonGalleryDefaultFilterItemTemplateSelector (line 2072) | private class RibbonGalleryDefaultFilterItemTemplateSelector : DataTem... method RibbonGalleryDefaultFilterItemTemplateSelector (line 2076) | internal RibbonGalleryDefaultFilterItemTemplateSelector(RibbonGaller... method SelectTemplate (line 2081) | public override DataTemplate SelectTemplate(object item, DependencyO... method IsItemItsOwnContainerOverride (line 2122) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 2127) | protected override DependencyObject GetContainerForItemOverride() method PrepareContainerForItemOverride (line 2137) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 2212) | protected override void ClearContainerForItemOverride(DependencyObject... method OnRibbonIsSelectedChanged (line 2266) | private static void OnRibbonIsSelectedChanged(DependencyObject d, Depe... method OnIsKeyboardFocusWithinChanged (line 2274) | protected override void OnIsKeyboardFocusWithinChanged(DependencyPrope... method RepopulateCategoryFilters (line 2307) | private void RepopulateCategoryFilters() method OnCurrentFilterChanged (line 2345) | private static void OnCurrentFilterChanged(DependencyObject d, Depende... method OnItemsChanged (line 2401) | protected override void OnItemsChanged(NotifyCollectionChangedEventArg... method OnCategoryTemplateChanged (line 2450) | private static void OnCategoryTemplateChanged(DependencyObject d, Depe... method OnCoerceItemTemplate (line 2456) | private static object OnCoerceItemTemplate(DependencyObject d, object ... method OnCategoryStyleChanged (line 2485) | private static void OnCategoryStyleChanged(DependencyObject d, Depende... method OnCoerceItemContainerStyle (line 2491) | private static object OnCoerceItemContainerStyle(DependencyObject d, o... method OnNotifyGalleryItemTemplateOrStylePropertyChanged (line 2523) | private static void OnNotifyGalleryItemTemplateOrStylePropertyChanged(... method IsInInRibbonGalleryMode (line 2582) | internal bool IsInInRibbonGalleryMode() method OnCreateAutomationPeer (line 2596) | protected override AutomationPeer OnCreateAutomationPeer() method OnMouseEnter (line 2614) | protected override void OnMouseEnter(MouseEventArgs e) method OnMouseLeave (line 2626) | protected override void OnMouseLeave(MouseEventArgs e) method OnMouseMove (line 2636) | private static void OnMouseMove(object sender, MouseEventArgs e) method DidMouseMove (line 2642) | internal bool DidMouseMove(MouseEventArgs e) method OnPreviewKeyDown (line 2660) | protected override void OnPreviewKeyDown(KeyEventArgs e) method OnNavigationKeyDown (line 2671) | internal void OnNavigationKeyDown(KeyEventArgs e, DependencyObject foc... method OnDismissPopupThunk (line 2762) | private static void OnDismissPopupThunk(object sender, RibbonDismissPo... method OnDismissPopup (line 2768) | private void OnDismissPopup(RibbonDismissPopupEventArgs e) method OnCommandChanged (line 2863) | private static void OnCommandChanged(DependencyObject d, DependencyPro... method HookCommand (line 2881) | private void HookCommand(ICommand command) method UnhookCommand (line 2892) | private void UnhookCommand(ICommand command) method OnCanExecuteChanged (line 2906) | private void OnCanExecuteChanged(object sender, EventArgs e) method UpdateCanExecute (line 2911) | private void UpdateCanExecute() method OnCommandParameterChanged (line 2923) | private static void OnCommandParameterChanged(DependencyObject d, Depe... method ScrollIntoView (line 3092) | public void ScrollIntoView(object item) method OnLoaded (line 3124) | private static void OnLoaded(object sender, RoutedEventArgs e) method OnUnloaded (line 3136) | private static void OnUnloaded(object sender, RoutedEventArgs e) type Bits (line 3198) | private enum Bits FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonGalleryCategory.cs class RibbonGalleryCategory (line 36) | [StyleTypedProperty(Property = "ItemContainerStyle", StyleTargetType = t... method RibbonGalleryCategory (line 46) | static RibbonGalleryCategory() method RibbonGalleryCategory (line 62) | public RibbonGalleryCategory() method IsItemItsOwnContainerOverride (line 71) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 76) | protected override DependencyObject GetContainerForItemOverride() method PrepareContainerForItemOverride (line 86) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 133) | protected override void ClearContainerForItemOverride(DependencyObject... method OnItemContainerGeneratorStatusChanged (line 191) | private void OnItemContainerGeneratorStatusChanged(object sender, Even... method OnApplyTemplate (line 204) | public override void OnApplyTemplate() method OnNotifyPropertyChanged (line 212) | private static void OnNotifyPropertyChanged(DependencyObject d, Depend... method NotifyPropertyChanged (line 226) | internal void NotifyPropertyChanged(DependencyPropertyChangedEventArgs e) method CoerceItemTemplate (line 246) | private static object CoerceItemTemplate(DependencyObject d, object ba... method CoerceItemContainerStyle (line 256) | private static object CoerceItemContainerStyle(DependencyObject d, obj... method SyncProperties (line 267) | internal void SyncProperties() method CoerceMinColumnCount (line 300) | private static object CoerceMinColumnCount(DependencyObject d, object ... method CoerceMaxColumnCount (line 332) | private static object CoerceMaxColumnCount(DependencyObject d, object ... method OnInitialized (line 425) | protected override void OnInitialized(EventArgs e) method OnItemsSourceChanged (line 431) | protected override void OnItemsSourceChanged(IEnumerable oldValue, IEn... method AddCurrentItemChangedListener (line 446) | internal void AddCurrentItemChangedListener() method RemoveCurrentItemChangedListener (line 457) | internal void RemoveCurrentItemChangedListener() method ReceiveWeakEvent (line 473) | bool IWeakEventListener.ReceiveWeakEvent(Type managerType, object send... method SynchronizeWithCurrentItem (line 489) | private void SynchronizeWithCurrentItem() method OnCurrentItemChanged (line 505) | private void OnCurrentItemChanged() method OnItemsChanged (line 535) | protected override void OnItemsChanged(NotifyCollectionChangedEventArg... method OnCreateAutomationPeer (line 599) | protected override AutomationPeer OnCreateAutomationPeer() method FrameworkPropertyMetadata (line 619) | new FrameworkPropertyMetadata(Visibility.Visible)); method CoerceHeaderVisibility (line 632) | private static object CoerceHeaderVisibility(DependencyObject d, objec... type AverageItemHeightInfo (line 669) | internal struct AverageItemHeightInfo FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonGalleryItem.cs class RibbonGalleryItem (line 30) | public class RibbonGalleryItem : ContentControl, ISyncKeyTipAndContent method RibbonGalleryItem (line 37) | static RibbonGalleryItem() method OnSelected (line 99) | protected internal virtual void OnSelected(RoutedEventArgs e) method OnUnselected (line 142) | protected internal virtual void OnUnselected(RoutedEventArgs e) method OnIsSelectedChanged (line 176) | private static void OnIsSelectedChanged(DependencyObject d, Dependency... method OnIsHighlightedChanged (line 231) | private static void OnIsHighlightedChanged(DependencyObject d, Depende... method OnMouseLeftButtonDown (line 289) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnMouseLeftButtonUp (line 326) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) method OnMouseLeave (line 343) | protected override void OnMouseLeave(MouseEventArgs e) method OnMouseMove (line 368) | protected override void OnMouseMove(MouseEventArgs e) method OnGotKeyboardFocus (line 399) | protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventAr... method OnKeyDown (line 411) | protected override void OnKeyDown(KeyEventArgs e) method OnKeyUp (line 444) | protected override void OnKeyUp(KeyEventArgs e) method OnLostKeyboardFocus (line 467) | protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventA... method SetSelectedOnInput (line 487) | private void SetSelectedOnInput() method OnCreateAutomationPeer (line 498) | protected override AutomationPeer OnCreateAutomationPeer() type Bits (line 708) | private enum Bits method SyncKeyTipAndContent (line 753) | internal void SyncKeyTipAndContent() method OnKeyTipChanged (line 758) | private static void OnKeyTipChanged(DependencyObject d, DependencyProp... method CoerceKeyTip (line 763) | private static object CoerceKeyTip(DependencyObject d, object baseValue) method OnContentChanged (line 768) | private static void OnContentChanged(DependencyObject d, DependencyPro... method CoerceContent (line 773) | private static object CoerceContent(DependencyObject d, object baseValue) method OnActivatingKeyTipThunk (line 778) | private static void OnActivatingKeyTipThunk(object sender, ActivatingK... method OnActivatingKeyTip (line 783) | protected virtual void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) method OnKeyTipAccessedThunk (line 793) | private static void OnKeyTipAccessedThunk(object sender, KeyTipAccesse... method OnKeyTipAccessed (line 798) | protected virtual void OnKeyTipAccessed(KeyTipAccessedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonGroup.cs class RibbonGroup (line 39) | [TemplatePart(Name = RibbonGroup.CollapsedDropDownButtonTemplatePartName... method RibbonGroup (line 55) | static RibbonGroup() method RibbonGroup (line 86) | public RibbonGroup() method OnApplyTemplate (line 117) | public override void OnApplyTemplate() method OnMouseEnter (line 174) | protected override void OnMouseEnter(MouseEventArgs e) method OnMouseLeave (line 186) | protected override void OnMouseLeave(MouseEventArgs e) method OnRenderSizeChanged (line 199) | protected internal override void OnRenderSizeChanged(SizeChangedInfo i... method OnRenderSizeChanged (line 201) | protected override void OnRenderSizeChanged(SizeChangedInfo info) method OnIsCollapsedChanged (line 236) | private static void OnIsCollapsedChanged(DependencyObject d, Dependenc... method CoerceIsCollapsed (line 244) | private static object CoerceIsCollapsed(DependencyObject d, object bas... method OnForegroundChanged (line 574) | private static void OnForegroundChanged(DependencyObject d, Dependency... method OnIsDropDownOpenChanged (line 603) | private static void OnIsDropDownOpenChanged(DependencyObject sender, D... method CoerceIsDropDownOpen (line 637) | private static object CoerceIsDropDownOpen(DependencyObject d, object ... method RegisterToOpenOnLoad (line 662) | private void RegisterToOpenOnLoad() method OpenOnLoad (line 667) | private void OpenOnLoad(object sender, RoutedEventArgs e) method RegisterOpenOnVisible (line 673) | private void RegisterOpenOnVisible() method HandleIsVisibleChanged (line 678) | private void HandleIsVisibleChanged(object sender, DependencyPropertyC... method OnCreateAutomationPeer (line 706) | protected override AutomationPeer OnCreateAutomationPeer() method GetContainerForItemOverride (line 714) | protected override DependencyObject GetContainerForItemOverride() method IsItemItsOwnContainerOverride (line 722) | protected override bool IsItemItsOwnContainerOverride(object item) method PrepareContainerForItemOverride (line 730) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 739) | protected override void ClearContainerForItemOverride(DependencyObject... method OnItemsChanged (line 754) | protected override void OnItemsChanged(NotifyCollectionChangedEventArg... method MeasureOverride (line 760) | protected override Size MeasureOverride(Size availableSize) method PrepareRibbonGroup (line 778) | internal void PrepareRibbonGroup() method ClearRibbonGroup (line 784) | internal void ClearRibbonGroup() method IncreaseGroupSize (line 794) | internal bool IncreaseGroupSize(bool update) method DecreaseGroupSize (line 813) | internal bool DecreaseGroupSize() method GetLargeGroupSizeDefinition (line 832) | private RibbonGroupSizeDefinition GetLargeGroupSizeDefinition() method ReduceGroupSizeDefinition (line 885) | private static RibbonGroupSizeDefinition ReduceGroupSizeDefinition(Rib... method UpdateGroupSizeDefinitionsAsync (line 963) | internal void UpdateGroupSizeDefinitionsAsync() method UpdateGroupSizeDefinitionsCallback (line 972) | private void UpdateGroupSizeDefinitionsCallback() method OnHeaderChanged (line 998) | private static void OnHeaderChanged(DependencyObject d, DependencyProp... method CoerceGroupSizeDefinitions (line 1011) | private static object CoerceGroupSizeDefinitions(DependencyObject d, o... method PrepareContainerSize (line 1051) | private void PrepareContainerSize(DependencyObject element) method ApplyGroupSizeDefinitionBase (line 1095) | private void ApplyGroupSizeDefinitionBase(RibbonGroupSizeDefinitionBas... method SetAppropriatePresenterVisibility (line 1140) | private bool SetAppropriatePresenterVisibility(Visibility itemsPresent... method GetControlDefinitionsForCollapsedGroup (line 1161) | private RibbonControlSizeDefinitionCollection GetControlDefinitionsFor... method ApplyGroupSizeDefinition (line 1190) | private void ApplyGroupSizeDefinition(RibbonGroupSizeDefinition groupS... method ApplyGroupTemplateSizeDefinition (line 1227) | private void ApplyGroupTemplateSizeDefinition(RibbonGroupTemplateSizeD... method OnGroupSizeDefinitionsChanged (line 1267) | private static void OnGroupSizeDefinitionsChanged(DependencyObject d, ... method OnIsInQuickAccessToolBarChanged (line 1284) | private static void OnIsInQuickAccessToolBarChanged(DependencyObject d... method CoerceToolTip (line 1289) | private static object CoerceToolTip(DependencyObject d, object value) method CreateOpacityAnimation (line 1301) | private static DoubleAnimation CreateOpacityAnimation(bool shouldTurnO... type Bits (line 1325) | private enum Bits method OnLostMouseCaptureThunk (line 1383) | private static void OnLostMouseCaptureThunk(object sender, MouseEventA... method OnLostMouseCaptureThunk (line 1389) | private void OnLostMouseCaptureThunk(MouseEventArgs e) method OnClickThroughThunk (line 1400) | private static void OnClickThroughThunk(object sender, MouseButtonEven... method OnClickThrough (line 1406) | private void OnClickThrough(MouseButtonEventArgs e) method OnPreviewMouseDown (line 1411) | protected override void OnPreviewMouseDown(MouseButtonEventArgs e) method OnDismissPopupThunk (line 1425) | private static void OnDismissPopupThunk(object sender, RibbonDismissPo... method OnDismissPopup (line 1431) | private void OnDismissPopup(RibbonDismissPopupEventArgs e) method OnKeyDown (line 1441) | protected override void OnKeyDown(KeyEventArgs e) method OnMouseDownThunk (line 1454) | private static void OnMouseDownThunk(object sender, MouseButtonEventAr... method OnAnyMouseDown (line 1459) | private void OnAnyMouseDown() method OnContextMenuOpeningThunk (line 1468) | private static void OnContextMenuOpeningThunk(object sender, ContextMe... method OnContextMenuOpeningInternal (line 1473) | private void OnContextMenuOpeningInternal() method OnContextMenuClosingThunk (line 1478) | private static void OnContextMenuClosingThunk(object sender, ContextMe... method OnContextMenuClosingInternal (line 1483) | private void OnContextMenuClosingInternal() class RibbonGroupCustomKeyTipSiblings (line 1536) | private class RibbonGroupCustomKeyTipSiblings : IEnumerable GetEnumerator() method GetEnumerator (line 1595) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnu... method OnActivatingKeyTipThunk (line 1622) | private static void OnActivatingKeyTipThunk(object sender, ActivatingK... method OnActivatingKeyTip (line 1627) | protected virtual void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) method SetUnminimizedRibbonKeyTipPlacement (line 1679) | private void SetUnminimizedRibbonKeyTipPlacement(Ribbon ribbon, Activa... method SetMinimizedRibbonKeyTipPlacement (line 1706) | private void SetMinimizedRibbonKeyTipPlacement(Ribbon ribbon, Activati... method OnKeyTipAccessedThunk (line 1737) | private static void OnKeyTipAccessedThunk(object sender, KeyTipAccesse... method OnKeyTipAccessed (line 1742) | protected virtual void OnKeyTipAccessed(KeyTipAccessedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonGroupSizeDefinition.cs class RibbonGroupSizeDefinition (line 21) | [ContentProperty("ControlSizeDefinitions")] method RibbonGroupSizeDefinition (line 26) | public RibbonGroupSizeDefinition() method CreateInstanceCore (line 56) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonGroupSizeDefinitionBase.cs class RibbonGroupSizeDefinitionBase (line 10) | public abstract class RibbonGroupSizeDefinitionBase : Freezable FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonGroupSizeDefinitionBaseCollection.cs class RibbonGroupSizeDefinitionBaseCollection (line 18) | public class RibbonGroupSizeDefinitionBaseCollection : FreezableCollecti... method CreateInstanceCore (line 22) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonGroupTemplateSizeDefinition.cs class RibbonGroupTemplateSizeDefinition (line 13) | [ContentProperty("ContentTemplate")] method CreateInstanceCore (line 35) | protected override Freezable CreateInstanceCore() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonHelper.cs method CoerceRibbonToolTip (line 49) | public static object CoerceRibbonToolTip(DependencyObject d, object value) method OnRibbonToolTipPropertyChanged (line 88) | public static void OnRibbonToolTipPropertyChanged(DependencyObject d, De... method GetIsContentTooltip (line 99) | public static bool GetIsContentTooltip(FrameworkElement visualChild, obj... method SetContentAsToolTip (line 122) | public static void SetContentAsToolTip(FrameworkElement element, Framewo... method FindAndHookPopup (line 147) | internal static void FindAndHookPopup(DependencyObject element, ref Popu... method OnPopupOpenedOrClosed (line 169) | private static void OnPopupOpenedOrClosed(object sender, EventArgs e) class ValueAndValueSource (line 194) | public class ValueAndValueSource type TransferMode (line 1513) | [Flags] type PropertyAndTransferMode (line 1575) | private struct PropertyAndTransferMode FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonImageSize.cs type RibbonImageSize (line 14) | public enum RibbonImageSize FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonKeyTipAndContentSyncHelper.cs type ISyncKeyTipAndContent (line 14) | internal interface ISyncKeyTipAndContent class KeyTipAndContentSyncHelper (line 21) | internal static class KeyTipAndContentSyncHelper method Sync (line 23) | public static void Sync(ISyncKeyTipAndContent syncElement, DependencyP... method OnKeyTipChanged (line 70) | public static void OnKeyTipChanged(ISyncKeyTipAndContent syncElement, ... method CoerceKeyTip (line 88) | public static object CoerceKeyTip(ISyncKeyTipAndContent syncElement, method OnContentPropertyChanged (line 115) | public static void OnContentPropertyChanged(ISyncKeyTipAndContent sync... method CoerceContentProperty (line 133) | public static object CoerceContentProperty(ISyncKeyTipAndContent syncE... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonMenuButton.cs method RibbonMenuButton (line 48) | static RibbonMenuButton() method OnPseudoInheritedPropertyChanged (line 289) | private static void OnPseudoInheritedPropertyChanged(DependencyObject d,... method TransferPseudoInheritedProperties (line 295) | internal virtual void TransferPseudoInheritedProperties() method IsItemItsOwnContainerOverride (line 529) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 540) | protected override DependencyObject GetContainerForItemOverride() method PrepareContainerForItemOverride (line 565) | protected override void PrepareContainerForItemOverride(DependencyObject... method ClearContainerForItemOverride (line 587) | protected override void ClearContainerForItemOverride(DependencyObject e... method ShouldApplyItemContainerStyle (line 601) | protected override bool ShouldApplyItemContainerStyle(DependencyObject c... method OnApplyTemplate (line 669) | public override void OnApplyTemplate() method OnTemplateChanged (line 715) | protected override void OnTemplateChanged(ControlTemplate oldTemplate, C... method OnPreviewKeyDown (line 727) | protected override void OnPreviewKeyDown(KeyEventArgs e) method OnKeyUp (line 746) | protected override void OnKeyUp(KeyEventArgs e) method OnKeyDown (line 766) | protected override void OnKeyDown(KeyEventArgs e) method OnNavigationKeyDown (line 784) | internal void OnNavigationKeyDown(KeyEventArgs e) method OnRibbonIsSelectedChanged (line 886) | private static void OnRibbonIsSelectedChanged(object sender, RoutedPrope... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonMenuItem.cs class RibbonMenuItem (line 35) | [TemplatePart(Name = RibbonMenuItem.ResizeThumbTemplatePartName, Type = ... method RibbonMenuItem (line 47) | static RibbonMenuItem() method OnImageSourceChanged (line 191) | private static void OnImageSourceChanged(DependencyObject d, Dependenc... method CoerceQuickAccessToolBarImageSource (line 221) | private static object CoerceQuickAccessToolBarImageSource(DependencyOb... method OnHasGalleryChanged (line 311) | private static void OnHasGalleryChanged(DependencyObject d, Dependency... method OnItemContainerGeneratorStatusChanged (line 341) | private void OnItemContainerGeneratorStatusChanged(object sender, Even... method CoerceDropDownHeightProperty (line 353) | private static object CoerceDropDownHeightProperty(DependencyObject d,... method CoerceCanUserResizeProperty (line 365) | private static object CoerceCanUserResizeProperty(DependencyObject d, ... method IsItemItsOwnContainerOverride (line 491) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 502) | protected override DependencyObject GetContainerForItemOverride() method ShouldApplyItemContainerStyle (line 527) | protected override bool ShouldApplyItemContainerStyle(DependencyObject... method PrepareContainerForItemOverride (line 540) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 562) | protected override void ClearContainerForItemOverride(DependencyObject... method OnApplyTemplate (line 610) | public override void OnApplyTemplate() method OnMouseEnter (line 687) | protected override void OnMouseEnter(System.Windows.Input.MouseEventArgs e) method OnMouseLeave (line 704) | protected override void OnMouseLeave(System.Windows.Input.MouseEventArgs e) method FocusOrSelect (line 733) | internal void FocusOrSelect() method UpdateIsPressed (line 757) | private void UpdateIsPressed() method HandleLeftKeyDown (line 773) | internal bool HandleLeftKeyDown(DependencyObject originalSource) method OnKeyDown (line 790) | protected override void OnKeyDown(KeyEventArgs e) method OnPreviewKeyUp (line 946) | protected override void OnPreviewKeyUp(KeyEventArgs e) method OnIsKeyboardFocusWithinChanged (line 963) | protected override void OnIsKeyboardFocusWithinChanged(DependencyPropert... method OnGotKeyboardFocus (line 975) | protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e) method OnLostKeyboardFocus (line 996) | protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArg... method OnMouseLeftButtonDown (line 1014) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnPopupResizeStarted (line 1038) | private void OnPopupResizeStarted(object sender, DragStartedEventArgs e) method OnRibbonIsSelectedChanged (line 1452) | private static void OnRibbonIsSelectedChanged(DependencyObject d, Depend... method OnRibbonIsSelectedChanged (line 1474) | private static void OnRibbonIsSelectedChanged(object sender, RoutedPrope... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonQuickAccessToolBar.cs class RibbonQuickAccessToolBar (line 33) | [TemplatePart(Name = MainPanelTemplatePartName, Type = typeof(RibbonQuic... type Bits (line 53) | private enum Bits method RibbonQuickAccessToolBar (line 98) | static RibbonQuickAccessToolBar() method OnIsOverflowOpenChanged (line 162) | private static void OnIsOverflowOpenChanged(DependencyObject sender, D... method OnCoerceIsOverflowOpen (line 192) | private static object OnCoerceIsOverflowOpen(DependencyObject d, objec... method OnHasOverflowItemsChanged (line 229) | private static void OnHasOverflowItemsChanged(DependencyObject sender,... method SetIsOverflowItem (line 263) | internal static void SetIsOverflowItem(DependencyObject element, objec... method GetIsOverflowItem (line 273) | public static bool GetIsOverflowItem(DependencyObject element) method OnApplyTemplate (line 286) | public override void OnApplyTemplate() method InvalidateLayout (line 315) | private void InvalidateLayout() method OnItemsChanged (line 327) | protected override void OnItemsChanged(NotifyCollectionChangedEventArg... method OnCreateAutomationPeer (line 333) | protected override AutomationPeer OnCreateAutomationPeer() method OnClickThroughThunk (line 342) | private static void OnClickThroughThunk(object sender, MouseButtonEven... method OnClickThrough (line 348) | private void OnClickThrough(MouseButtonEventArgs e) method OnLostMouseCaptureThunk (line 354) | private static void OnLostMouseCaptureThunk(object sender, MouseEventA... method OnLostMouseCaptureThunk (line 360) | private void OnLostMouseCaptureThunk(MouseEventArgs e) method OnDismissPopupThunk (line 372) | private static void OnDismissPopupThunk(object sender, RibbonDismissPo... method OnDismissPopup (line 378) | private void OnDismissPopup(RibbonDismissPopupEventArgs e) method OnMouseDownThunk (line 389) | private static void OnMouseDownThunk(object sender, MouseButtonEventAr... method OnAnyMouseDown (line 395) | private void OnAnyMouseDown() method OnKeyDown (line 400) | protected override void OnKeyDown(KeyEventArgs e) method OnContextMenuOpeningThunk (line 419) | private static void OnContextMenuOpeningThunk(object sender, ContextMe... method OnContextMenuOpeningInternal (line 425) | private void OnContextMenuOpeningInternal() method OnContextMenuClosingThunk (line 430) | private static void OnContextMenuClosingThunk(object sender, ContextMe... method OnContextMenuClosingInternal (line 436) | private void OnContextMenuClosingInternal() method GetContainerForItemOverride (line 454) | protected override DependencyObject GetContainerForItemOverride() method IsItemItsOwnContainerOverride (line 459) | protected override bool IsItemItsOwnContainerOverride(object item) method PrepareContainerForItemOverride (line 464) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 475) | protected override void ClearContainerForItemOverride(DependencyObject... method AddCloneHandler (line 488) | public static void AddCloneHandler(DependencyObject element, RibbonQui... method RemoveCloneHandler (line 493) | public static void RemoveCloneHandler(DependencyObject element, Ribbon... method ContainsId (line 503) | internal bool ContainsId(object targetID) class KeyTipAutoGenerationElements (line 543) | private class KeyTipAutoGenerationElements : IEnumerable GetEnumerator() method GetEnumerator (line 617) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnu... method OnActivatingKeyTipThunk (line 627) | private static void OnActivatingKeyTipThunk(object sender, ActivatingK... method OnActivatingKeyTip (line 632) | protected virtual void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) method OnPreviewKeyTipAccessedThunk (line 647) | private static void OnPreviewKeyTipAccessedThunk(object sender, KeyTip... method OnPreviewKeyTipAccessed (line 652) | protected virtual void OnPreviewKeyTipAccessed(KeyTipAccessedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonQuickAccessToolBarCloneEventArgs.cs class RibbonQuickAccessToolBarCloneEventArgs (line 14) | public class RibbonQuickAccessToolBarCloneEventArgs : RoutedEventArgs method RibbonQuickAccessToolBarCloneEventArgs (line 21) | public RibbonQuickAccessToolBarCloneEventArgs(UIElement targetElement) method InvokeEventHandler (line 48) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonRadioButton.cs class RibbonRadioButton (line 30) | [TemplatePart(Name = RibbonRadioButton.ImageTemplatePart, Type = typeof(... method RibbonRadioButton (line 39) | static RibbonRadioButton() method OnApplyTemplate (line 58) | public override void OnApplyTemplate() method OnCreateAutomationPeer (line 294) | protected override AutomationPeer OnCreateAutomationPeer() method OnMouseLeftButtonDown (line 444) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnCoerceFocusable (line 466) | private static object OnCoerceFocusable(DependencyObject d, object bas... method OnGotKeyboardFocus (line 497) | protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventAr... method OnLostKeyboardFocus (line 503) | protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventA... type Bits (line 513) | private enum Bits method OnClick (line 527) | protected override void OnClick() method OnActivatingKeyTipThunk (line 590) | private static void OnActivatingKeyTipThunk(object sender, ActivatingK... method OnActivatingKeyTip (line 595) | protected virtual void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) method OnKeyTipAccessedThunk (line 603) | private static void OnKeyTipAccessedThunk(object sender, KeyTipAccesse... method OnKeyTipAccessed (line 608) | protected virtual void OnKeyTipAccessed(KeyTipAccessedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonSeparator.cs class RibbonSeparator (line 25) | public class RibbonSeparator : Separator method RibbonSeparator (line 32) | static RibbonSeparator() method OnVisualParentChanged (line 91) | protected internal override void OnVisualParentChanged(DependencyObjec... method OnVisualParentChanged (line 93) | protected override void OnVisualParentChanged(DependencyObject oldParent) method OnPropertyChanged (line 132) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method OnCreateAutomationPeer (line 172) | protected override AutomationPeer OnCreateAutomationPeer() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonSplitButton.cs class RibbonSplitButton (line 29) | [TemplatePart(Name = RibbonSplitButton.HeaderButtonTemplatePartName, Typ... method RibbonSplitButton (line 38) | static RibbonSplitButton() method OnApplyTemplate (line 51) | public override void OnApplyTemplate() method OnCreateAutomationPeer (line 68) | protected override AutomationPeer OnCreateAutomationPeer() method OnDropDownToolTipPropertyChanged (line 219) | private static void OnDropDownToolTipPropertyChanged(DependencyObject ... method OnHeaderClicked (line 386) | private void OnHeaderClicked(object sender, RoutedEventArgs e) method OnIsCheckedChanged (line 397) | private static void OnIsCheckedChanged(DependencyObject d, DependencyP... method OnBorderThicknessChanged (line 407) | private static void OnBorderThicknessChanged(DependencyObject d, Depen... method SetBorderThickess (line 412) | private void SetBorderThickess() method TransferPseudoInheritedProperties (line 445) | internal override void TransferPseudoInheritedProperties() method GetHeaderImage (line 504) | private Image GetHeaderImage() method OnActivatingKeyTip (line 523) | protected override void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonSplitButtonLabelPosition.cs type RibbonSplitButtonLabelPosition (line 18) | public enum RibbonSplitButtonLabelPosition FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonSplitMenuItem.cs class RibbonSplitMenuItem (line 23) | [TemplatePart(Name = RibbonSplitMenuItem.ArrowButtonTemplatePart, Type =... method RibbonSplitMenuItem (line 30) | static RibbonSplitMenuItem() method OnDropDownToolTipPropertyChanged (line 144) | private static void OnDropDownToolTipPropertyChanged(DependencyObject ... method OnApplyTemplate (line 154) | public override void OnApplyTemplate() method OnDismissPopup (line 234) | internal override void OnDismissPopup(RibbonDismissPopupEventArgs e) method SetIsPressedBinding (line 245) | private void SetIsPressedBinding() method OnIsPressedInternalChanged (line 267) | private static void OnIsPressedInternalChanged(DependencyObject sender... method OnBorderThicknessChanged (line 273) | private static void OnBorderThicknessChanged(DependencyObject sender, ... method SetBorderThickness (line 279) | private void SetBorderThickness() method OnActivatingKeyTip (line 353) | protected override void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) method OnKeyTipAccessed (line 378) | protected override void OnKeyTipAccessed(KeyTipAccessedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonTab.cs class RibbonTab (line 33) | [StyleTypedProperty(Property = "HeaderStyle", StyleTargetType = typeof(R... method RibbonTab (line 38) | static RibbonTab() method GetContainerForItemOverride (line 233) | protected override DependencyObject GetContainerForItemOverride() method IsItemItsOwnContainerOverride (line 241) | protected override bool IsItemItsOwnContainerOverride(object item) method PrepareContainerForItemOverride (line 246) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 289) | protected override void ClearContainerForItemOverride(DependencyObject... method OnSelected (line 300) | protected virtual void OnSelected(RoutedEventArgs e) method OnUnselected (line 309) | protected virtual void OnUnselected(RoutedEventArgs e) method OnItemsChanged (line 314) | protected override void OnItemsChanged(NotifyCollectionChangedEventArg... method OnKeyDown (line 363) | protected override void OnKeyDown(KeyEventArgs e) method IncreaseNextGroupSize (line 395) | internal bool IncreaseNextGroupSize() method GetNextIncreaseSizeGroup (line 405) | internal RibbonGroup GetNextIncreaseSizeGroup() method IncreaseNextGroupSize (line 420) | private bool IncreaseNextGroupSize(bool update, out RibbonGroup nextRi... method DecreaseNextGroupSize (line 500) | internal bool DecreaseNextGroupSize() method DefaultCyclicalReduceGroup (line 539) | private bool DefaultCyclicalReduceGroup() method OnCreateAutomationPeer (line 590) | protected override AutomationPeer OnCreateAutomationPeer() method PrepareRibbonTab (line 599) | internal void PrepareRibbonTab() method NotifyPropertyChanged (line 612) | internal void NotifyPropertyChanged(DependencyPropertyChangedEventArgs e) method CoerceVisibility (line 628) | private static object CoerceVisibility(DependencyObject d, object value) method OnVisibilityChanged (line 663) | private static void OnVisibilityChanged(DependencyObject sender, Depen... method OnHeaderChanged (line 682) | private static void OnHeaderChanged(DependencyObject d, DependencyProp... method OnIsSelectedChanged (line 693) | private static void OnIsSelectedChanged(DependencyObject sender, Depen... method OnIsEnabledChanged (line 719) | private static void OnIsEnabledChanged(DependencyObject sender, Depend... method OnContextualTabGroupHeaderChanged (line 729) | private static void OnContextualTabGroupHeaderChanged(DependencyObject... method FindRibbonGroupWithName (line 750) | private RibbonGroup FindRibbonGroupWithName(string groupName) method OnNotifyHeaderPropertyChanged (line 772) | private static void OnNotifyHeaderPropertyChanged(DependencyObject d, ... method CoerceHeaderStyle (line 780) | private static object CoerceHeaderStyle(DependencyObject d, object bas... method CoerceHeaderTemplate (line 790) | private static object CoerceHeaderTemplate(DependencyObject d, object ... method OnKeyTipChanged (line 813) | private static void OnKeyTipChanged(DependencyObject d, DependencyProp... method OnActivatingKeyTipThunk (line 835) | private static void OnActivatingKeyTipThunk(object sender, ActivatingK... method OnActivatingKeyTip (line 840) | protected virtual void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) method OnKeyTipAccessedThunk (line 851) | private static void OnKeyTipAccessedThunk(object sender, KeyTipAccesse... method OnKeyTipAccessed (line 856) | protected virtual void OnKeyTipAccessed(KeyTipAccessedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonTabHeader.cs class RibbonTabHeader (line 27) | [TemplatePart(Name = RibbonTabHeader.OuterBorderTemplatePartName, Type =... method RibbonTabHeader (line 32) | static RibbonTabHeader() method RibbonTabHeader (line 52) | public RibbonTabHeader() method OnApplyTemplate (line 264) | public override void OnApplyTemplate() method OnRender (line 276) | protected override void OnRender(DrawingContext drawingContext) method RecalculateTabHeaderLeftAndRightCallback (line 285) | private void RecalculateTabHeaderLeftAndRightCallback() method OnCreateAutomationPeer (line 312) | protected override AutomationPeer OnCreateAutomationPeer() method OnMouseLeftButtonDown (line 320) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnGotKeyboardFocus (line 332) | protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventAr... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonTabHeaderItemsControl.cs class RibbonTabHeaderItemsControl (line 25) | public class RibbonTabHeaderItemsControl : ItemsControl method RibbonTabHeaderItemsControl (line 29) | static RibbonTabHeaderItemsControl() method OnApplyTemplate (line 74) | public override void OnApplyTemplate() method OnCreateAutomationPeer (line 86) | protected override AutomationPeer OnCreateAutomationPeer() method GetContainerForItemOverride (line 95) | protected override DependencyObject GetContainerForItemOverride() method PrepareContainerForItemOverride (line 103) | protected override void PrepareContainerForItemOverride(DependencyObje... method IsItemItsOwnContainerOverride (line 113) | protected override bool IsItemItsOwnContainerOverride(object item) method ScrollIntoView (line 126) | internal void ScrollIntoView(int index) method ScrollContainerIntoView (line 152) | private object ScrollContainerIntoView(object arg) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonTextBox.cs class RibbonTextBox (line 31) | [TemplatePart(Name = RibbonTextBox.ContentHostTemplatePartName, Type = t... method RibbonTextBox (line 41) | static RibbonTextBox() method RibbonTextBox (line 53) | public RibbonTextBox() method OnApplyTemplate (line 62) | public override void OnApplyTemplate() method OnTemplateChanged (line 72) | protected override void OnTemplateChanged(ControlTemplate oldTemplate,... method OnKeyDown (line 145) | protected override void OnKeyDown(KeyEventArgs e) method OnCommandChanged (line 158) | private static void OnCommandChanged(DependencyObject d, DependencyPro... method HookCommand (line 176) | private void HookCommand(ICommand command) method UnhookCommand (line 187) | private void UnhookCommand(ICommand command) method OnCanExecuteChanged (line 201) | private void OnCanExecuteChanged(object sender, EventArgs e) method UpdateCanExecute (line 206) | private void UpdateCanExecute() method OnCommandParameterChanged (line 218) | private static void OnCommandParameterChanged(DependencyObject d, Depe... method OnCreateAutomationPeer (line 476) | protected override AutomationPeer OnCreateAutomationPeer() method OnGotKeyboardFocus (line 573) | protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventAr... method OnLostKeyboardFocus (line 579) | protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventA... type Bits (line 613) | private enum Bits method OnActivatingKeyTipThunk (line 679) | private static void OnActivatingKeyTipThunk(object sender, ActivatingK... method OnActivatingKeyTip (line 684) | protected virtual void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) method OnKeyTipAccessedThunk (line 692) | private static void OnKeyTipAccessedThunk(object sender, KeyTipAccesse... method OnKeyTipAccessed (line 697) | protected virtual void OnKeyTipAccessed(KeyTipAccessedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonToggleButton.cs class RibbonToggleButton (line 30) | [TemplatePart(Name = RibbonToggleButton.ImageTemplatePart, Type = typeof... method RibbonToggleButton (line 40) | static RibbonToggleButton() method OnIsCheckedChanged (line 57) | private static void OnIsCheckedChanged(DependencyObject d, DependencyP... method OnApplyTemplate (line 65) | public override void OnApplyTemplate() method OnCreateAutomationPeer (line 301) | protected override AutomationPeer OnCreateAutomationPeer() method OnMouseLeftButtonDown (line 451) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnCoerceFocusable (line 473) | private static object OnCoerceFocusable(DependencyObject d, object bas... method OnGotKeyboardFocus (line 504) | protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventAr... method OnLostKeyboardFocus (line 510) | protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventA... type Bits (line 520) | private enum Bits method OnClick (line 534) | protected override void OnClick() method OnActivatingKeyTipThunk (line 609) | private static void OnActivatingKeyTipThunk(object sender, ActivatingK... method OnActivatingKeyTip (line 614) | protected virtual void OnActivatingKeyTip(ActivatingKeyTipEventArgs e) method OnKeyTipAccessedThunk (line 622) | private static void OnKeyTipAccessedThunk(object sender, KeyTipAccesse... method OnKeyTipAccessed (line 627) | protected virtual void OnKeyTipAccessed(KeyTipAccessedEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonToolTip.cs class RibbonToolTip (line 26) | public class RibbonToolTip : ToolTip method RibbonToolTip (line 34) | static RibbonToolTip() method RibbonToolTip (line 46) | public RibbonToolTip() method OnPlacementTargetPropertyChanged (line 74) | private static void OnPlacementTargetPropertyChanged(DependencyObject ... method OnIsOpenChanged (line 88) | private static void OnIsOpenChanged(DependencyObject d, DependencyProp... method OnToolTipHeaderPropertyChanged (line 167) | private static void OnToolTipHeaderPropertyChanged(DependencyObject d,... method OnToolTipFooterPropertyChanged (line 245) | private static void OnToolTipFooterPropertyChanged(DependencyObject d,... method CoerceIsOpen (line 277) | private static object CoerceIsOpen(DependencyObject d, object value) method PlaceRibbonToolTip (line 335) | private CustomPopupPlacement[] PlaceRibbonToolTip(Size popupSize, Size... method OnLoaded (line 425) | private void OnLoaded(object sender, RoutedEventArgs e) method OnCreateAutomationPeer (line 439) | protected override AutomationPeer OnCreateAutomationPeer() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonToolTipService.cs class RibbonToolTipService (line 19) | internal class RibbonToolTipService method RibbonToolTipService (line 23) | internal RibbonToolTipService() method OnPostProcessInput (line 32) | private void OnPostProcessInput(object sender, ProcessInputEventArgs e) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonTwoLineText.cs class RibbonTwoLineText (line 31) | [TemplatePart(Name = "PART_TextBlock1", Type = typeof(TextBlock))] method RibbonTwoLineText (line 38) | static RibbonTwoLineText() method GetPathData (line 215) | public static Geometry GetPathData(DependencyObject element) method SetPathData (line 221) | public static void SetPathData(DependencyObject element, Geometry value) method GetHasTwoLines (line 240) | public static bool GetHasTwoLines(DependencyObject element) method SetHasTwoLines (line 246) | public static void SetHasTwoLines(DependencyObject element, bool value) method OnApplyTemplate (line 256) | public override void OnApplyTemplate() method MeasureOverride (line 264) | protected override Size MeasureOverride(Size availableSize) method MeasureWithConstraint (line 335) | private void MeasureWithConstraint(Size availableSize, out TextPointer... method MeasureWithoutConstraint (line 369) | private void MeasureWithoutConstraint(out TextPointer secondLinePointer) method OnCreateAutomationPeer (line 436) | protected override AutomationPeer OnCreateAutomationPeer() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/RibbonWindow.cs class RibbonWindow (line 21) | [TemplatePart(Name = RibbonWindow._clientAreaBorderTemplateName, Type = ... method RibbonWindow (line 45) | static RibbonWindow() method OnTitleChangedCallback (line 65) | private static void OnTitleChangedCallback(DependencyObject d, Depende... method OnTitleChanged (line 71) | internal void OnTitleChanged(EventArgs e) method OnApplyTemplate (line 83) | public override void OnApplyTemplate() method OnMouseLeftButtonDown (line 100) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method MinimizeWindowCanExecute (line 164) | private static void MinimizeWindowCanExecute(object sender, CanExecute... method MinimizeWindowExecuted (line 174) | private static void MinimizeWindowExecuted(object sender, ExecutedRout... method MaximizeWindowCanExecute (line 188) | private static void MaximizeWindowCanExecute(object sender, CanExecute... method MaximizeWindowExecuted (line 198) | private static void MaximizeWindowExecuted(object sender, ExecutedRout... method RestoreWindowCanExecute (line 212) | private static void RestoreWindowCanExecute(object sender, CanExecuteR... method RestoreWindowExecuted (line 222) | private static void RestoreWindowExecuted(object sender, ExecutedRoute... method CloseWindowCanExecute (line 236) | private static void CloseWindowCanExecute(object sender, CanExecuteRou... method CloseWindowExecuted (line 241) | private static void CloseWindowExecuted(object sender, ExecutedRoutedE... method SystemMenuCanExecute (line 255) | private static void SystemMenuCanExecute(object sender, CanExecuteRout... method SystemMenuExecuted (line 260) | private static void SystemMenuExecuted(object sender, ExecutedRoutedEv... method IconMouseLeftButtonDown (line 318) | private void IconMouseLeftButtonDown(object sender, MouseButtonEventArgs e) method IconMouseRightButtonDown (line 373) | private void IconMouseRightButtonDown(object sender, MouseButtonEventArg... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/Ribbon/StringCollectionConverter.cs class StringCollectionConverter (line 18) | public class StringCollectionConverter : TypeConverter method CanConvertFrom (line 26) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 37) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 54) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 98) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Controls/TextSearchInternal.cs class TextSearchInternal (line 28) | internal sealed class TextSearchInternal : DependencyObject method TextSearchInternal (line 35) | private TextSearchInternal(ItemsControl itemsControl) method EnsureInstance (line 49) | internal static TextSearchInternal EnsureInstance(ItemsControl itemsCo... method DoHierarchicalSearch (line 110) | internal bool DoHierarchicalSearch(string nextChar) method DoSearch (line 236) | internal bool DoSearch(string nextChar) method DeleteLastCharacter (line 316) | internal bool DeleteLastCharacter() method FindMatchingPrefix (line 340) | private static int FindMatchingPrefix(ItemsControl itemsControl, strin... method FindMatchingPrefix (line 370) | private static int FindMatchingPrefix(ItemsControl itemsControl, strin... method FindMatchingPrefix (line 483) | internal static int FindMatchingPrefix(ItemsControl itemsControl, stri... method FindMatchingPrefix (line 493) | internal static object FindMatchingPrefix(ItemsControl itemsControl, s... method ResetTimeout (line 526) | private void ResetTimeout() method AddCharToPrefix (line 545) | private void AddCharToPrefix(string newChar) method GetPrimaryTextPath (line 551) | private static string GetPrimaryTextPath(ItemsControl itemsControl, bo... method GetPrimaryText (line 583) | private static string GetPrimaryText(object item, string primaryTextPath) method ConvertToPlainText (line 621) | private static string ConvertToPlainText(object o) method GetPrimaryTextFromItem (line 665) | internal static string GetPrimaryTextFromItem(ItemsControl itemsContro... method CreateBinding (line 673) | private static Binding CreateBinding(object item, string primaryTextPath) method OnTimeout (line 694) | private void OnTimeout(object sender, EventArgs e) method ResetState (line 699) | private void ResetState() method GetInstance (line 745) | private static TextSearchInternal GetInstance(DependencyObject d) method TypeAKey (line 750) | private void TypeAKey(string c) method CauseTimeOut (line 755) | private void CauseTimeOut() method GetCurrentPrefix (line 764) | internal string GetCurrentPrefix() method GetPrimaryText (line 774) | internal static string GetPrimaryText(FrameworkElement element) method GetCulture (line 851) | private static CultureInfo GetCulture(DependencyObject element) class DummyObject (line 892) | private class DummyObject : FrameworkElement class AssemblyHelper (line 934) | internal static class AssemblyHelper method IsXmlNode (line 937) | [System.Runtime.CompilerServices.MethodImplAttribute(System.Runtime.Co... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Input/CommandHelpers.cs class CommandHelpers (line 12) | internal static class CommandHelpers method InvokeCommandSource (line 20) | internal static void InvokeCommandSource(object parameter, object prev... method CanExecuteCommandSource (line 76) | internal static bool CanExecuteCommandSource(object parameter, IComman... type CommandOperation (line 105) | internal enum CommandOperation FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Input/IPreviewCommand.cs type IPreviewCommand (line 12) | public interface IPreviewCommand : ICommand method Preview (line 18) | void Preview (object parameter); method CancelPreview (line 23) | void CancelPreview (); FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/Microsoft/Windows/Input/IPreviewCommandSource.cs type IPreviewCommandSource (line 12) | public interface IPreviewCommandSource : ICommandSource FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Controls.Ribbon/ref/System.Windows.Controls.Ribbon.cs type IPreviewCommand (line 6) | public partial interface IPreviewCommand : System.Windows.Input.ICommand method CancelPreview (line 8) | void CancelPreview(); method Preview (line 9) | void Preview(object parameter); type IPreviewCommandSource (line 11) | public partial interface IPreviewCommandSource : System.Windows.Input.IC... class RibbonApplicationMenuAutomationPeer (line 18) | public partial class RibbonApplicationMenuAutomationPeer : System.Window... method RibbonApplicationMenuAutomationPeer (line 20) | public RibbonApplicationMenuAutomationPeer(System.Windows.Controls.Rib... method GetChildrenCore (line 21) | protected override System.Collections.Generic.List isEqual, Action setNe... method InertiaParameters2D (line 47) | internal InertiaParameters2D() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/InertiaProcessor2D.cs class InertiaProcessor2D (line 40) | public class InertiaProcessor2D method InertiaProcessor2D (line 95) | public InertiaProcessor2D() method Process (line 287) | public bool Process(Int64 timestamp) method Complete (line 315) | public void Complete(Int64 timestamp) method SetParameters (line 325) | [EditorBrowsable(EditorBrowsableState.Never)] method SetInitialTimestamp (line 358) | private void SetInitialTimestamp(Int64 timestamp) method Reset (line 372) | private void Reset() method CheckNotRunning (line 390) | private void CheckNotRunning(string paramName) method SetBehavior (line 406) | private void SetBehavior( method OnTranslationBehaviorChanged (line 434) | private void OnTranslationBehaviorChanged( method OnRotationBehaviorChanged (line 454) | private void OnRotationBehaviorChanged( method OnExpansionBehaviorChanged (line 473) | private void OnExpansionBehaviorChanged( method GetBehavior (line 500) | private static TBehavior GetBehavior( method GetVelocities (line 517) | private ManipulationVelocities2D GetVelocities() method GetIncrementalDelta (line 553) | private static ManipulationDelta2D GetIncrementalDelta( method GetCumulativeDelta (line 579) | private static ManipulationDelta2D GetCumulativeDelta( method Prepare (line 599) | private void Prepare() method Prepare (line 653) | private ExtrapolationState Prepare( method ExtrapolateAndRaiseEvents (line 738) | private bool ExtrapolateAndRaiseEvents(Int64 timestamp, bool forceComp... method GetExtrapolatedValue (line 898) | private static double GetExtrapolatedValue(double initialValue, double... method GetExtrapolatedValueAndUpdateState (line 915) | private static ExtrapolatedValue GetExtrapolatedValueAndUpdateState(Ex... method Process (line 974) | private bool Process(Int64 timestamp, bool forceCompleted) method ScaleValue (line 1036) | private static double ScaleValue(double value, double scale) method GetAbsoluteVector (line 1054) | private static VectorD GetAbsoluteVector(double length, VectorD baseVe... method CheckOriginalValue (line 1081) | private static void CheckOriginalValue(float value, string paramName) method LogLine (line 1091) | private void LogLine(string msg) class InitialState (line 1108) | private class InitialState method Clone (line 1127) | public InitialState Clone() method ToString (line 1134) | public override string ToString() class ExtrapolationState (line 1163) | private class ExtrapolationState method LimitValue (line 1193) | public double LimitValue(double value) method ExtrapolationState (line 1223) | public ExtrapolationState(InitialState initialState) method GetVelocity (line 1245) | public float GetVelocity(long elapsedTimeSinceInitialTimestamp) method ToString (line 1265) | public override string ToString() method AssertValid (line 1280) | public void AssertValid() type ExtrapolationResult (line 1302) | private enum ExtrapolationResult type ExtrapolatedValue (line 1317) | private struct ExtrapolatedValue method ExtrapolatedValue (line 1331) | public ExtrapolatedValue(double value, double delta, double total, E... type ProcessorState (line 1346) | private enum ProcessorState FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/InertiaRotationBehavior2D.cs class InertiaRotationBehavior2D (line 9) | public sealed class InertiaRotationBehavior2D : InertiaParameters2D method CheckValid (line 136) | internal void CheckValid() method SubpropertyName (line 153) | private static string SubpropertyName(string paramName) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/InertiaTranslationBehavior2D.cs class InertiaTranslationBehavior2D (line 9) | public sealed class InertiaTranslationBehavior2D : InertiaParameters2D method CheckValid (line 159) | internal void CheckValid() method SubpropertyName (line 176) | private static string SubpropertyName(string propertyName) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/Lazy.cs class Lazy (line 15) | internal class Lazy method Lazy (line 29) | public Lazy(Func getValue) method Lazy (line 40) | public Lazy(T value) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/Manipulation2DCompletedEventArgs.cs class Manipulation2DCompletedEventArgs (line 16) | public class Manipulation2DCompletedEventArgs: EventArgs method Manipulation2DCompletedEventArgs (line 31) | internal Manipulation2DCompletedEventArgs( FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/Manipulation2DDeltaEventArgs.cs class Manipulation2DDeltaEventArgs (line 16) | public class Manipulation2DDeltaEventArgs: EventArgs method Manipulation2DDeltaEventArgs (line 33) | internal Manipulation2DDeltaEventArgs( FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/Manipulation2DStartedEventArgs.cs class Manipulation2DStartedEventArgs (line 25) | public class Manipulation2DStartedEventArgs: EventArgs method Manipulation2DStartedEventArgs (line 39) | internal Manipulation2DStartedEventArgs(float originX, float originY) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/ManipulationDelta2D.cs class ManipulationDelta2D (line 19) | public class ManipulationDelta2D method ManipulationDelta2D (line 95) | internal ManipulationDelta2D( FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/ManipulationParameters2D.cs class ManipulationParameters2D (line 10) | public abstract class ManipulationParameters2D method ManipulationParameters2D (line 16) | internal ManipulationParameters2D() method Set (line 25) | internal abstract void Set(ManipulationProcessor2D processor); FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/ManipulationPivot2D.cs class ManipulationPivot2D (line 55) | public sealed class ManipulationPivot2D : ManipulationParameters2D method Set (line 139) | internal override void Set(ManipulationProcessor2D processor) method CheckPivotRadius (line 150) | private static void CheckPivotRadius(float value, string paramName) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/ManipulationProcessor2D.cs class ManipulationProcessor2D (line 50) | public class ManipulationProcessor2D : ManipulationSequence.ISettings method ManipulationProcessor2D (line 95) | public ManipulationProcessor2D(Manipulations2D supportedManipulations) method ManipulationProcessor2D (line 111) | public ManipulationProcessor2D( method ProcessManipulators (line 273) | public void ProcessManipulators(Int64 timestamp, IEnumerable queue, Prope... method CalculateWeightedMovingAverage (line 1068) | private static float CalculateWeightedMovingAverage(Queue q... method AdjustOrientation (line 1160) | private static float AdjustOrientation(float value, float baseValue) method CreateManipulatorState (line 1182) | private static ManipulatorState CreateManipulatorState(Manipulator2D m... type ISettings (line 1200) | internal interface ISettings class HistoryQueue (line 1228) | private class HistoryQueue : Queue method HistoryQueue (line 1242) | public HistoryQueue() method Enqueue (line 1251) | public new void Enqueue(ManipulationState item) method Enqueue (line 1261) | public void Enqueue(ManipulationState item, bool stopMark) method Clear (line 1311) | public new void Clear() class SmoothingQueue (line 1322) | private class SmoothingQueue : Queue method SetSmoothingLevel (line 1336) | public void SetSmoothingLevel(double smoothingLevel) method Fill (line 1369) | private void Fill(ManipulationState item, Int64 timestamp) method Enqueue (line 1386) | public new void Enqueue(ManipulationState item) method Clear (line 1437) | public new void Clear() class ManipulatorState (line 1447) | private class ManipulatorState method ManipulatorState (line 1459) | public ManipulatorState(int manipulatorId) type ManipulationState (line 1539) | private struct ManipulationState method ManipulationState (line 1547) | public ManipulationState(in PointF position, float scale, float expa... method ManipulationState (line 1562) | public ManipulationState(Int64 timestamp) : type ProcessorState (line 1571) | private enum ProcessorState FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/ManipulationVelocities2D.cs class ManipulationVelocities2D (line 18) | public class ManipulationVelocities2D method ManipulationVelocities2D (line 79) | internal ManipulationVelocities2D( method ManipulationVelocities2D (line 103) | internal ManipulationVelocities2D( FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/Manipulations2D.cs type Manipulations2D (line 12) | [Flags] class Manipulations2DUtil (line 35) | internal static class Manipulations2DUtil method IsValid (line 43) | public static bool IsValid(this Manipulations2D value) method CheckValue (line 56) | public static void CheckValue(this Manipulations2D value, string prope... method SupportsAny (line 70) | public static bool SupportsAny(this Manipulations2D value, Manipulatio... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/Manipulator2D.cs type Manipulator2D (line 12) | public struct Manipulator2D method Equals (line 56) | public override bool Equals(object obj) method GetHashCode (line 69) | public override int GetHashCode() method Manipulator2D (line 85) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/PointF.cs type PointF (line 12) | internal readonly struct PointF method PointF (line 22) | public PointF(float x, float y) method Equals (line 124) | public override bool Equals(object obj) method GetHashCode (line 136) | public override int GetHashCode() method ToString (line 145) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/Validations.cs class Validations (line 11) | internal static class Validations method IsFinite (line 18) | public static bool IsFinite(float value) method CheckFinite (line 28) | public static void CheckFinite(float value, string paramName) method IsFiniteOrNaN (line 42) | public static bool IsFiniteOrNaN(float value) method CheckFiniteOrNaN (line 52) | public static void CheckFiniteOrNaN(float value, string paramName) method IsFiniteNonNegative (line 66) | public static bool IsFiniteNonNegative(float value) method CheckFiniteNonNegative (line 76) | public static void CheckFiniteNonNegative(float value, string paramName) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/VectorD.cs type VectorD (line 14) | internal struct VectorD method VectorD (line 24) | public VectorD(double x, double y) method Negate (line 93) | public void Negate() method Equals (line 135) | public override bool Equals(object o) method Equals (line 152) | public static bool Equals(VectorD vector1, VectorD vector2) method Equals (line 163) | public bool Equals(VectorD value) method Add (line 191) | public static VectorD Add(VectorD vector1, VectorD vector2) method Add (line 214) | public static PointD Add(VectorD vector, PointD point) method Subtract (line 241) | public static VectorD Subtract(VectorD vector1, VectorD vector2) method Multiply (line 291) | public static VectorD Multiply(double scalar, VectorD vector) method Multiply (line 302) | public static VectorD Multiply(VectorD vector, double scalar) method Divide (line 313) | public static VectorD Divide(VectorD vector, double scalar) method Multiply (line 343) | public static double Multiply(VectorD vector1, VectorD vector2) method Normalize (line 379) | public void Normalize() method CrossProduct (line 399) | public static double CrossProduct(VectorD vector1, VectorD vector2) method Determinant (line 410) | public static double Determinant(VectorD vector1, VectorD vector2) method AngleBetween (line 422) | public static double AngleBetween(VectorD vector1, VectorD vector2) method GetHashCode (line 445) | public override int GetHashCode() method ToString (line 454) | public override string ToString() method ToString (line 465) | public string ToString(IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/System/Windows/Input/Manipulations/VectorF.cs type VectorF (line 13) | internal struct VectorF method VectorF (line 23) | public VectorF(float x, float y) method Negate (line 78) | public void Negate() method Equals (line 120) | public override bool Equals(object o) method Equals (line 137) | public static bool Equals(VectorF vector1, VectorF vector2) method Equals (line 148) | public bool Equals(VectorF value) method Add (line 187) | public static VectorF Add(VectorF vector1, VectorF vector2) method Add (line 198) | public static PointF Add(VectorF vector, PointF point) method Subtract (line 226) | public static VectorF Subtract(VectorF vector1, VectorF vector2) method Multiply (line 276) | public static VectorF Multiply(float scalar, VectorF vector) method Multiply (line 287) | public static VectorF Multiply(VectorF vector, float scalar) method Divide (line 298) | public static VectorF Divide(VectorF vector, float scalar) method Multiply (line 328) | public static float Multiply(VectorF vector1, VectorF vector2) method Normalize (line 363) | public void Normalize() method CrossProduct (line 382) | public static float CrossProduct(VectorF vector1, VectorF vector2) method Determinant (line 393) | public static float Determinant(VectorF vector1, VectorF vector2) method AngleBetween (line 406) | public static float AngleBetween(VectorF vector1, VectorF vector2) method GetHashCode (line 428) | public override int GetHashCode() method ToString (line 437) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations/ref/System.Windows.Input.Manipulations.cs class InertiaExpansionBehavior2D (line 6) | public sealed partial class InertiaExpansionBehavior2D : System.Windows.... method InertiaExpansionBehavior2D (line 8) | public InertiaExpansionBehavior2D() { } class InertiaParameters2D (line 16) | public abstract partial class InertiaParameters2D method InertiaParameters2D (line 18) | internal InertiaParameters2D() { } class InertiaProcessor2D (line 20) | public partial class InertiaProcessor2D method InertiaProcessor2D (line 22) | public InertiaProcessor2D() { } method Complete (line 31) | public void Complete(long timestamp) { } method Process (line 32) | public bool Process(long timestamp) { throw null; } method SetParameters (line 33) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... class InertiaRotationBehavior2D (line 36) | public sealed partial class InertiaRotationBehavior2D : System.Windows.I... method InertiaRotationBehavior2D (line 38) | public InertiaRotationBehavior2D() { } class InertiaTranslationBehavior2D (line 43) | public sealed partial class InertiaTranslationBehavior2D : System.Window... method InertiaTranslationBehavior2D (line 45) | public InertiaTranslationBehavior2D() { } class Manipulation2DCompletedEventArgs (line 51) | public partial class Manipulation2DCompletedEventArgs : System.EventArgs method Manipulation2DCompletedEventArgs (line 53) | internal Manipulation2DCompletedEventArgs() { } class Manipulation2DDeltaEventArgs (line 59) | public partial class Manipulation2DDeltaEventArgs : System.EventArgs method Manipulation2DDeltaEventArgs (line 61) | internal Manipulation2DDeltaEventArgs() { } class Manipulation2DStartedEventArgs (line 68) | public partial class Manipulation2DStartedEventArgs : System.EventArgs method Manipulation2DStartedEventArgs (line 70) | internal Manipulation2DStartedEventArgs() { } class ManipulationDelta2D (line 74) | public partial class ManipulationDelta2D method ManipulationDelta2D (line 76) | internal ManipulationDelta2D() { } class ManipulationParameters2D (line 85) | public abstract partial class ManipulationParameters2D method ManipulationParameters2D (line 87) | internal ManipulationParameters2D() { } class ManipulationPivot2D (line 89) | public sealed partial class ManipulationPivot2D : System.Windows.Input.M... method ManipulationPivot2D (line 91) | public ManipulationPivot2D() { } class ManipulationProcessor2D (line 96) | public partial class ManipulationProcessor2D method ManipulationProcessor2D (line 98) | public ManipulationProcessor2D(System.Windows.Input.Manipulations.Mani... method ManipulationProcessor2D (line 99) | public ManipulationProcessor2D(System.Windows.Input.Manipulations.Mani... method CompleteManipulation (line 106) | public void CompleteManipulation(long timestamp) { } method ProcessManipulators (line 107) | public void ProcessManipulators(long timestamp, System.Collections.Gen... method SetParameters (line 108) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... type Manipulations2D (line 111) | [System.FlagsAttribute] class ManipulationVelocities2D (line 122) | public partial class ManipulationVelocities2D method ManipulationVelocities2D (line 124) | internal ManipulationVelocities2D() { } type Manipulator2D (line 132) | public partial struct Manipulator2D method Manipulator2D (line 134) | public Manipulator2D(int id, float x, float y) { throw null; } method Equals (line 138) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 139) | public override int GetHashCode() { throw null; } FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Presentation/System/Windows/Threading/DispatcherExtensions.cs class DispatcherExtensions (line 8) | public static class DispatcherExtensions method BeginInvoke (line 27) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method BeginInvoke (line 54) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method Invoke (line 73) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method Invoke (line 96) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method Invoke (line 118) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method Invoke (line 144) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Presentation/System/Windows/Threading/TaskExtensions.cs class TaskExtensions (line 8) | public static class TaskExtensions method IsDispatcherOperationTask (line 13) | public static bool IsDispatcherOperationTask(this Task @this) method DispatcherOperationWait (line 21) | public static DispatcherOperationStatus DispatcherOperationWait(this T... method DispatcherOperationWait (line 29) | public static DispatcherOperationStatus DispatcherOperationWait(this T... FILE: src/Microsoft.DotNet.Wpf/src/System.Windows.Presentation/ref/System.Windows.Presentation.cs class DispatcherExtensions (line 6) | public static partial class DispatcherExtensions method BeginInvoke (line 8) | [System.ComponentModel.BrowsableAttribute(false)] method BeginInvoke (line 11) | [System.ComponentModel.BrowsableAttribute(false)] method Invoke (line 14) | [System.ComponentModel.BrowsableAttribute(false)] method Invoke (line 17) | [System.ComponentModel.BrowsableAttribute(false)] method Invoke (line 20) | [System.ComponentModel.BrowsableAttribute(false)] method Invoke (line 23) | [System.ComponentModel.BrowsableAttribute(false)] class TaskExtensions (line 27) | public static partial class TaskExtensions method DispatcherOperationWait (line 29) | public static System.Windows.Threading.DispatcherOperationStatus Dispa... method DispatcherOperationWait (line 30) | public static System.Windows.Threading.DispatcherOperationStatus Dispa... method IsDispatcherOperationTask (line 31) | public static bool IsDispatcherOperationTask(this System.Threading.Tas... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/AcceptedMarkupExtensionExpressionTypeAttribute.cs class AcceptedMarkupExtensionExpressionTypeAttribute (line 6) | [Obsolete("This is not used by the XAML parser. Please look at XamlSetMa... method AcceptedMarkupExtensionExpressionTypeAttribute (line 12) | public AcceptedMarkupExtensionExpressionTypeAttribute(Type? type) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/AmbientAttribute.cs class AmbientAttribute (line 8) | [TypeForwardedFrom("WindowsBase, Version=4.0.0.0, Culture=neutral, Publi... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/ArrayExtension.cs class ArrayExtension (line 15) | [TypeForwardedFrom("PresentationFramework, Version=3.5.0.0, Culture=neut... method ArrayExtension (line 25) | public ArrayExtension() method ArrayExtension (line 32) | public ArrayExtension(Type arrayType) method ArrayExtension (line 41) | public ArrayExtension(Array elements) method AddChild (line 54) | public void AddChild(object value) => _arrayList.Add(value); method AddText (line 61) | public void AddText(string text) => AddChild(text); method ProvideValue (line 80) | public override object ProvideValue(IServiceProvider serviceProvider) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/ConstructorArgumentAttribute.cs class ConstructorArgumentAttribute (line 13) | [TypeForwardedFrom("WindowsBase, Version=4.0.0.0, Culture=neutral, Publi... method ConstructorArgumentAttribute (line 21) | public ConstructorArgumentAttribute(string? argumentName) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/ContentPropertyAttribute.cs class ContentPropertyAttribute (line 12) | [AttributeUsage(AttributeTargets.Class, AllowMultiple=false, Inherited=t... method ContentPropertyAttribute (line 21) | public ContentPropertyAttribute() method ContentPropertyAttribute (line 30) | public ContentPropertyAttribute(string? name) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/ContentWrapperAttribute.cs class ContentWrapperAttribute (line 13) | [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited ... method ContentWrapperAttribute (line 22) | public ContentWrapperAttribute(Type? contentWrapper) method Equals (line 42) | public override bool Equals(object? obj) method GetHashCode (line 52) | public override int GetHashCode() => ContentWrapper?.GetHashCode() ?? 0; FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/DateTimeValueSerializer.cs class DateTimeValueSerializer (line 16) | [TypeForwardedFrom("WindowsBase, Version=4.0.0.0, Culture=neutral, Publi... method DateTimeValueSerializer (line 22) | public DateTimeValueSerializer() { } method CanConvertFromString (line 27) | public override bool CanConvertFromString(string? value, IValueSeriali... method CanConvertToString (line 32) | public override bool CanConvertToString(object? value, IValueSerialize... method ConvertFromString (line 37) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 60) | public override string ConvertToString(object? value, IValueSerializer... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/DependsOnAttribute.cs class DependsOnAttribute (line 17) | [AttributeUsage(AttributeTargets.Property | AttributeTargets.Method, All... method DependsOnAttribute (line 25) | public DependsOnAttribute(string? name) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/DictionaryKeyPropertyAttribute.cs class DictionaryKeyPropertyAttribute (line 8) | [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited... method DictionaryKeyPropertyAttribute (line 12) | public DictionaryKeyPropertyAttribute(string? name) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/IComponentConnector.cs type IComponentConnector (line 16) | [TypeForwardedFrom("WindowsBase, Version=4.0.0.0, Culture=neutral, Publi... method Connect (line 22) | void Connect(int connectionId, object target); method InitializeComponent (line 27) | void InitializeComponent(); FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/INameScope.cs type INameScope (line 13) | [TypeForwardedFrom("WindowsBase, Version=4.0.0.0, Culture=neutral, Publi... method RegisterName (line 21) | void RegisterName(string name, object scopedElement); method UnregisterName (line 27) | void UnregisterName(string name); method FindName (line 32) | object FindName(string name); FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/INameScopeDictionary.cs type INameScopeDictionary (line 8) | public interface INameScopeDictionary : INameScope, IDictionary TypeReferences(object? value, IValueS... method GetSerializerFor (line 103) | public static ValueSerializer? GetSerializerFor(Type type) method GetSerializerFor (line 163) | public static ValueSerializer? GetSerializerFor(PropertyDescriptor des... method GetSerializerFor (line 194) | public static ValueSerializer? GetSerializerFor(Type type, IValueSeria... method GetSerializerFor (line 216) | public static ValueSerializer? GetSerializerFor(PropertyDescriptor des... method GetConvertToException (line 233) | protected Exception GetConvertToException(object? value, Type destinat... method GetConvertFromException (line 253) | protected Exception GetConvertFromException(object? value) method TypeDescriptorRefreshed (line 268) | private static void TypeDescriptorRefreshed(RefreshEventArgs args) method ValueSerializer (line 273) | static ValueSerializer() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/WhitespaceSignificantCollectionAttribute.cs class WhitespaceSignificantCollectionAttribute (line 12) | [AttributeUsage(AttributeTargets.Class, AllowMultiple=false, Inherited=t... method WhitespaceSignificantCollectionAttribute (line 20) | public WhitespaceSignificantCollectionAttribute() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/XData.cs class XData (line 16) | [ContentProperty("Text")] method XData (line 22) | public XData() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/XamlDeferLoadAttribute.cs class XamlDeferLoadAttribute (line 6) | [AttributeUsage(AttributeTargets.Property | AttributeTargets.Class, Allo... method XamlDeferLoadAttribute (line 9) | public XamlDeferLoadAttribute(Type loaderType, Type contentType) method XamlDeferLoadAttribute (line 19) | public XamlDeferLoadAttribute(string loaderType, string contentType) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/XamlSetMarkupExtensionAttribute.cs class XamlSetMarkupExtensionAttribute (line 6) | [AttributeUsage(AttributeTargets.Class, Inherited=true, AllowMultiple=fa... method XamlSetMarkupExtensionAttribute (line 9) | public XamlSetMarkupExtensionAttribute(string? xamlSetMarkupExtensionH... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/XamlSetMarkupExtensionEventArgs.cs class XamlSetMarkupExtensionEventArgs (line 10) | public class XamlSetMarkupExtensionEventArgs : XamlSetValueEventArgs method XamlSetMarkupExtensionEventArgs (line 12) | public XamlSetMarkupExtensionEventArgs(XamlMember member, method XamlSetMarkupExtensionEventArgs (line 22) | internal XamlSetMarkupExtensionEventArgs(XamlMember member, method CallBase (line 32) | public override void CallBase() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/XamlSetTypeConverterAttribute.cs class XamlSetTypeConverterAttribute (line 6) | [AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple ... method XamlSetTypeConverterAttribute (line 9) | public XamlSetTypeConverterAttribute(string? xamlSetTypeConverterHandler) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/XamlSetTypeConverterEventArgs.cs class XamlSetTypeConverterEventArgs (line 12) | public class XamlSetTypeConverterEventArgs : XamlSetValueEventArgs method XamlSetTypeConverterEventArgs (line 14) | public XamlSetTypeConverterEventArgs(XamlMember member, TypeConverter ... method XamlSetTypeConverterEventArgs (line 23) | internal XamlSetTypeConverterEventArgs(XamlMember member, TypeConverte... method CallBase (line 37) | public override void CallBase() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/XamlSetValueEventArgs.cs class XamlSetValueEventArgs (line 10) | public class XamlSetValueEventArgs : EventArgs method XamlSetValueEventArgs (line 12) | public XamlSetValueEventArgs(XamlMember member, object value) method CallBase (line 23) | public virtual void CallBase() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/XmlLangPropertyAttribute.cs class XmlLangPropertyAttribute (line 21) | [AttributeUsage(AttributeTargets.Class, AllowMultiple=false)] method XmlLangPropertyAttribute (line 29) | public XmlLangPropertyAttribute(string? name) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/XmlnsCompatibleWithAttribute.cs class XmlnsCompatibleWithAttribute (line 20) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method XmlnsCompatibleWithAttribute (line 29) | public XmlnsCompatibleWithAttribute(string oldNamespace, string newNam... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/XmlnsDefinitionAttribute.cs class XmlnsDefinitionAttribute (line 33) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method XmlnsDefinitionAttribute (line 46) | public XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespace) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Windows/Markup/XmlnsPrefixAttribute.cs class XmlnsPrefixAttribute (line 28) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method XmlnsPrefixAttribute (line 37) | public XmlnsPrefixAttribute(string xmlNamespace, string prefix) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/AttachableMemberIdentifier.cs class AttachableMemberIdentifier (line 8) | public class AttachableMemberIdentifier : IEquatable IAmbientProvider.GetAllAmbientValues( method GetAllAmbientValues (line 180) | IEnumerable IAmbientProvider.GetAllAmbientValues(params XamlTy... method GetAllAmbientValues (line 196) | IEnumerable IAmbientProvider.GetAllAmbientValues( method GetNamespace (line 248) | string IXamlNamespaceResolver.GetNamespace(string prefix) method GetNamespacePrefixes (line 254) | IEnumerable IXamlNamespaceResolver.GetNamespaceP... method Resolve (line 267) | object IXamlNameResolver.Resolve(string name) method Resolve (line 272) | object IXamlNameResolver.Resolve(string name, out bool isFullyInitiali... method GetFixupToken (line 277) | object IXamlNameResolver.GetFixupToken(IEnumerable names) method GetFixupToken (line 282) | object IXamlNameResolver.GetFixupToken(IEnumerable names, bool... method GetAllNamesAndValuesInScope (line 366) | IEnumerable> IXamlNameResolver.GetAllName... method GetDestinationType (line 387) | public Type GetDestinationType() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Context/XamlCommonFrame.cs class XamlCommonFrame (line 10) | internal abstract class XamlCommonFrame: XamlFrame method XamlCommonFrame (line 24) | public XamlCommonFrame() : base() method XamlCommonFrame (line 28) | public XamlCommonFrame(XamlCommonFrame source) : base(source) method Reset (line 39) | public override void Reset() method AddNamespace (line 49) | public void AddNamespace(string prefix, string xamlNs) method SetNamespaces (line 54) | public void SetNamespaces(Dictionary namespaces) method TryGetNamespaceByPrefix (line 66) | public bool TryGetNamespaceByPrefix(string prefix, out string xamlNs) method GetNamespacePrefixes (line 77) | public IEnumerable GetNamespacePrefixes() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Context/XamlContext.cs class XamlContext (line 13) | internal abstract class XamlContext method XamlContext (line 19) | protected XamlContext(XamlSchemaContext schemaContext) method GetXamlProperty (line 42) | public XamlMember GetXamlProperty(XamlType xamlType, string propertyNa... method GetXamlAttachableProperty (line 53) | public XamlMember GetXamlAttachableProperty(XamlType xamlType, string ... method GetDottedProperty (line 75) | public XamlMember GetDottedProperty(XamlType tagType, string tagNamesp... method GetAttributeNamespace (line 143) | public string GetAttributeNamespace(XamlPropertyName propName, string ... method GetNoDotAttributeProperty (line 163) | public XamlMember GetNoDotAttributeProperty(XamlType tagType, XamlProp... method AddNamespacePrefix (line 220) | public abstract void AddNamespacePrefix(string prefix, string xamlName... method FindNamespaceByPrefix (line 221) | public abstract string FindNamespaceByPrefix(string prefix); method GetNamespacePrefixes (line 222) | public abstract IEnumerable GetNamespacePrefixes(); method GetXamlTypeOrUnknown (line 226) | private XamlType GetXamlTypeOrUnknown(XamlTypeName typeName) method GetXamlType (line 231) | internal XamlType GetXamlType(XamlName typeName) method GetXamlType (line 236) | internal XamlType GetXamlType(XamlName typeName, bool returnUnknownTyp... method GetXamlTypeName (line 242) | internal XamlTypeName GetXamlTypeName(XamlName typeName) method GetXamlType (line 253) | internal XamlType GetXamlType(XamlTypeName typeName) method GetXamlType (line 258) | internal XamlType GetXamlType(XamlTypeName typeName, bool returnUnknow... method GetXamlType (line 263) | internal XamlType GetXamlType(XamlTypeName typeName, bool returnUnknow... method ResolveXamlNameNS (line 307) | private string ResolveXamlNameNS(XamlName name) method ResolveXamlType (line 312) | internal XamlType ResolveXamlType(string qName, bool skipVisibilityCheck) method ResolveDirectiveProperty (line 324) | internal XamlMember ResolveDirectiveProperty(string xamlNS, string name) method IsVisible (line 335) | internal virtual bool IsVisible(XamlMember member, XamlType rootObject... method CreateUnknownMember (line 340) | private XamlMember CreateUnknownMember(XamlType declaringType, string ... method CreateUnknownAttachableMember (line 345) | private XamlMember CreateUnknownAttachableMember(XamlType declaringTyp... method PropertyTypeMatchesGenericTagType (line 350) | private bool PropertyTypeMatchesGenericTagType(XamlType tagType, strin... method GetInstanceOrAttachableProperty (line 368) | private XamlMember GetInstanceOrAttachableProperty(XamlType tagType, s... method GetXamlType (line 383) | private XamlType GetXamlType(string ns, string name, IList t... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Context/XamlObjectWriterFactory.cs class XamlObjectWriterFactory (line 10) | internal class XamlObjectWriterFactory: IXamlObjectWriterFactory method XamlObjectWriterFactory (line 15) | public XamlObjectWriterFactory(ObjectWriterContext context) method GetXamlObjectWriter (line 23) | public XamlObjectWriter GetXamlObjectWriter(XamlObjectWriterSettings s... method GetParentSettings (line 28) | public XamlObjectWriterSettings GetParentSettings() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Context/XamlParserContext.cs class XamlParserContext (line 12) | internal class XamlParserContext : XamlContext method XamlParserContext (line 21) | public XamlParserContext(XamlSchemaContext schemaContext, Assembly loc... method AddNamespacePrefix (line 31) | public override void AddNamespacePrefix(string prefix, string xamlNS) method FindNamespaceByPrefixInParseStack (line 36) | public string FindNamespaceByPrefixInParseStack(string prefix) method FindNamespaceByPrefix (line 62) | public override string FindNamespaceByPrefix(string prefix) method GetNamespacePrefixes (line 80) | public override IEnumerable GetNamespacePrefixes() method IsVisible (line 113) | internal override bool IsVisible(XamlMember member, XamlType rootObjec... method PushScope (line 144) | public void PushScope() method PopScope (line 154) | public void PopScope() method InitBracketCharacterCacheForType (line 159) | internal void InitBracketCharacterCacheForType(XamlType extensionType) method InitLongestConstructor (line 168) | internal void InitLongestConstructor(XamlType xamlType) method CurrentMemberIsWriteVisible (line 293) | public bool CurrentMemberIsWriteVisible() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Context/XamlParserFrame.cs class XamlParserFrame (line 12) | internal class XamlParserFrame: XamlCommonFrame method Reset (line 14) | public override void Reset() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/EventConverter.cs class EventConverter (line 9) | internal class EventConverter : TypeConverter method CanConvertFrom (line 17) | public override bool CanConvertFrom(ITypeDescriptorContext? context, T... method ConvertFrom (line 27) | public override object? ConvertFrom(ITypeDescriptorContext? context, C... method GetRootObjectAndDelegateType (line 42) | internal static void GetRootObjectAndDelegateType(ITypeDescriptorConte... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Events/ObjectCreatedEventArgs.cs class XamlCreatedObjectEventArgs (line 15) | public class XamlCreatedObjectEventArgs : EventArgs method XamlCreatedObjectEventArgs (line 17) | public XamlCreatedObjectEventArgs(Object createdObject) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Events/XamlObjectEventArgs.cs class XamlObjectEventArgs (line 8) | public class XamlObjectEventArgs : EventArgs method XamlObjectEventArgs (line 10) | public XamlObjectEventArgs(object instance) method XamlObjectEventArgs (line 15) | internal XamlObjectEventArgs(object instance, Uri sourceBamlUri, int e... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/IAmbientProvider.cs type IAmbientProvider (line 8) | public interface IAmbientProvider method GetFirstAmbientValue (line 10) | AmbientPropertyValue GetFirstAmbientValue(IEnumerable ceilin... method GetFirstAmbientValue (line 12) | object GetFirstAmbientValue(params XamlType[] types); method GetAllAmbientValues (line 14) | IEnumerable GetAllAmbientValues(IEnumerable GetAllAmbientValues(params XamlType[] types); method GetAllAmbientValues (line 19) | IEnumerable GetAllAmbientValues(IEnumerable... method RemoveProperty (line 21) | bool RemoveProperty(AttachableMemberIdentifier attachableMemberIdentif... method SetProperty (line 24) | void SetProperty(AttachableMemberIdentifier attachableMemberIdentifier... method TryGetProperty (line 30) | [SuppressMessage("Microsoft.Design", "CA1007", Justification = "Kept f... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/IDestinationTypeProvider.cs type IDestinationTypeProvider (line 8) | public interface IDestinationTypeProvider method GetDestinationType (line 10) | Type GetDestinationType(); FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/INamespacePrefixLookup.cs type INamespacePrefixLookup (line 8) | public interface INamespacePrefixLookup method LookupPrefix (line 10) | string LookupPrefix(string ns); FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/IRootObjectProvider.cs type IRootObjectProvider (line 8) | public interface IRootObjectProvider FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/IXamlLineInfo.cs type IXamlLineInfo (line 8) | public interface IXamlLineInfo FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/IXamlLineInfoConsumer.cs type IXamlLineInfoConsumer (line 8) | public interface IXamlLineInfoConsumer method SetLineInfo (line 10) | void SetLineInfo(int lineNumber, int linePosition); FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/IXamlNameProvider.cs type IXamlNameProvider (line 8) | public interface IXamlNameProvider method GetName (line 10) | string GetName(object value); FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/IXamlNameResolver.cs type IXamlNameResolver (line 8) | public interface IXamlNameResolver method Resolve (line 22) | object Resolve(string name); method Resolve (line 30) | object Resolve(string name, out bool isFullyInitialized); method GetFixupToken (line 39) | object GetFixupToken(IEnumerable names); method GetFixupToken (line 50) | object GetFixupToken(IEnumerable names, bool canAssignDirectly); method GetAllNamesAndValuesInScope (line 52) | IEnumerable> GetAllNamesAndValuesInScope(); FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/IXamlNamespaceResolver.cs type IXamlNamespaceResolver (line 8) | public interface IXamlNamespaceResolver method GetNamespace (line 10) | string GetNamespace(string prefix); method GetNamespacePrefixes (line 11) | IEnumerable GetNamespacePrefixes(); FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/IXamlObjectWriterFactory.cs type IXamlObjectWriterFactory (line 8) | public interface IXamlObjectWriterFactory method GetParentSettings (line 10) | XamlObjectWriterSettings GetParentSettings(); method GetXamlObjectWriter (line 12) | XamlObjectWriter GetXamlObjectWriter(XamlObjectWriterSettings settings); FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/IXamlSavedContextProvider.cs type IXamlSavedContextProvider (line 11) | public interface IXamlSavedContextProvider method GetSavedContext (line 13) | XamlSavedContext GetSavedContext(); method GetSavedContext (line 14) | XamlSavedContext GetSavedContext(object instance); FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/IXamlSchemaContextProvider.cs type IXamlSchemaContextProvider (line 8) | public interface IXamlSchemaContextProvider FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/IXamlTemplate.cs type IXamlTemplate (line 17) | internal method RecordXaml (line 23) | void RecordXaml(XamlReader reader, XamlSavedContext templateContext); method PlayXaml (line 24) | XamlReader PlayXaml(); type IXamlTemplate (line 29) | internal method RecordXaml (line 23) | void RecordXaml(XamlReader reader, XamlSavedContext templateContext); method PlayXaml (line 24) | XamlReader PlayXaml(); FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/InfosetObjects/DeferredWriter.cs type DeferringMode (line 10) | internal enum DeferringMode class DeferringWriter (line 18) | internal class DeferringWriter : XamlWriter, IXamlLineInfoConsumer method DeferringWriter (line 28) | public DeferringWriter(ObjectWriterContext context) method Clear (line 34) | public void Clear() method CollectTemplateList (line 52) | public XamlNodeList CollectTemplateList() method WriteGetObject (line 62) | public override void WriteGetObject() method WriteStartObject (line 67) | public override void WriteStartObject(XamlType xamlType) method WriteObject (line 72) | private void WriteObject(XamlType xamlType, bool fromMember, string me... method WriteEndObject (line 107) | public override void WriteEndObject() method WriteStartMember (line 137) | public override void WriteStartMember(XamlMember property) method WriteEndMember (line 166) | public override void WriteEndMember() method WriteValue (line 187) | public override void WriteValue(object value) method WriteNamespace (line 226) | public override void WriteNamespace(NamespaceDeclaration namespaceDec... method Dispose (line 251) | protected override void Dispose(bool disposing) method SetLineInfo (line 280) | public void SetLineInfo(int lineNumber, int linePosition) method StartDeferredList (line 311) | private void StartDeferredList() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/InfosetObjects/ObjectWriterSettings.cs class ObjectWriterSettings (line 12) | internal FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/InfosetObjects/XamlNodes.cs type XamlNodeType (line 8) | public enum XamlNodeType:byte type XamlNode (line 25) | [DebuggerDisplay("{ToString()}")] type InternalNodeType (line 28) | internal enum InternalNodeType:byte { None, StartOfStream, EndOfStream... method XamlNode (line 39) | public XamlNode(XamlNodeType nodeType) method XamlNode (line 59) | public XamlNode(XamlNodeType nodeType, object data) method XamlNode (line 96) | public XamlNode(InternalNodeType internalNodeType) method XamlNode (line 106) | public XamlNode(LineInfo lineInfo) method ToString (line 113) | public override string ToString() method IsEof_Helper (line 264) | internal static bool IsEof_Helper(XamlNodeType nodeType, object data) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/InfosetObjects/XamlObjectWriter.cs class XamlObjectWriter (line 19) | public class XamlObjectWriter : XamlWriter, IXamlLineInfoConsumer, IAddL... method XamlObjectWriter (line 45) | public XamlObjectWriter(XamlSchemaContext schemaContext) method XamlObjectWriter (line 51) | public XamlObjectWriter(XamlSchemaContext schemaContext, XamlObjectWri... method XamlObjectWriter (line 57) | internal XamlObjectWriter(XamlSavedContext savedContext, XamlObjectWri... method Initialize (line 68) | private void Initialize(XamlSchemaContext schemaContext, XamlSavedCont... method CreateRuntime (line 118) | private XamlRuntime CreateRuntime(XamlObjectWriterSettings settings, X... method OnAfterBeginInit (line 140) | protected virtual void OnAfterBeginInit(object value) method OnBeforeProperties (line 154) | protected virtual void OnBeforeProperties(object value) method OnAfterProperties (line 162) | protected virtual void OnAfterProperties(object value) method OnAfterEndInit (line 170) | protected virtual void OnAfterEndInit(object value) method OnSetValue (line 178) | protected virtual bool OnSetValue(object eventSender, XamlMember membe... method HasUnresolvedChildren (line 203) | private bool HasUnresolvedChildren(object parent) method TryCreateParentInstance (line 238) | private void TryCreateParentInstance(ObjectWriterContext ctx) method WriteGetObject (line 248) | public override void WriteGetObject() method WriteStartObject (line 311) | public override void WriteStartObject(XamlType xamlType) method WriteEndObject (line 389) | public override void WriteEndObject() method WriteStartMember (line 570) | public override void WriteStartMember(XamlMember property) method WriteEndMember (line 684) | public override void WriteEndMember() method WriteValue (line 819) | public override void WriteValue(object value) method WriteNamespace (line 892) | public override void WriteNamespace(NamespaceDeclaration namespaceDecl... method Clear (line 939) | public void Clear() method Dispose (line 953) | protected override void Dispose(bool disposing) method ThrowIfDisposed (line 994) | private void ThrowIfDisposed() method SetLineInfo (line 1036) | public void SetLineInfo(int lineNumber, int linePosition) method WithLineInfo (line 1060) | XamlException IAddLineInfo.WithLineInfo(XamlException ex) method GetKeyFromInstance (line 1070) | private object GetKeyFromInstance(object instance, XamlType instanceTy... method GetXamlType (line 1082) | private XamlType GetXamlType(Type clrType) method IsConstructionDirective (line 1095) | private bool IsConstructionDirective(XamlMember xamlMember) method IsTextConstructionDirective (line 1107) | private bool IsTextConstructionDirective(XamlMember xamlMember) method IsDirectiveAllowedOnNullInstance (line 1118) | private bool IsDirectiveAllowedOnNullInstance(XamlMember xamlMember, X... method Logic_CreateAndAssignToParentStart (line 1136) | private void Logic_CreateAndAssignToParentStart(ObjectWriterContext ctx) method Logic_ConvertPositionalParamsToArgs (line 1230) | private void Logic_ConvertPositionalParamsToArgs(ObjectWriterContext ctx) method Logic_CreateFromInitializationValue (line 1268) | private void Logic_CreateFromInitializationValue(ObjectWriterContext ctx) method Logic_CreateFromValue (line 1305) | private object Logic_CreateFromValue(ObjectWriterContext ctx, XamlValu... method Logic_CreateFromValue (line 1311) | private object Logic_CreateFromValue(ObjectWriterContext ctx, XamlValu... method Logic_CreatePropertyValueFromValue (line 1332) | private bool Logic_CreatePropertyValueFromValue(ObjectWriterContext ctx) method Logic_ShouldConvertKey (line 1427) | private bool Logic_ShouldConvertKey(ObjectWriterContext ctx) method IsBuiltInGenericDictionary (line 1452) | private static bool IsBuiltInGenericDictionary(Type type) method Logic_BeginInit (line 1466) | private void Logic_BeginInit(ObjectWriterContext ctx) method Logic_EndInit (line 1488) | private void Logic_EndInit(ObjectWriterContext ctx) method Logic_DeferProvideValue (line 1499) | private void Logic_DeferProvideValue(ObjectWriterContext ctx) method Logic_DuplicatePropertyCheck (line 1515) | private void Logic_DuplicatePropertyCheck(ObjectWriterContext ctx, Xam... method Logic_ApplyCurrentPreconstructionPropertyValues (line 1537) | private void Logic_ApplyCurrentPreconstructionPropertyValues(ObjectWri... method Logic_ApplyCurrentPreconstructionPropertyValues (line 1542) | private void Logic_ApplyCurrentPreconstructionPropertyValues(ObjectWri... method Logic_PushAndPopAProvideValueStackFrame (line 1578) | private object Logic_PushAndPopAProvideValueStackFrame(ObjectWriterCon... method Logic_ApplyPropertyValue (line 1602) | private void Logic_ApplyPropertyValue(ObjectWriterContext ctx, XamlMem... method Logic_CheckBaseUri (line 1663) | private void Logic_CheckBaseUri(ObjectWriterContext ctx, string value) method Logic_AssignProvidedValue (line 1676) | private void Logic_AssignProvidedValue(ObjectWriterContext ctx) method Logic_ProvideValue (line 1686) | private bool Logic_ProvideValue(ObjectWriterContext ctx) method Logic_PendCurrentFixupToken_SetValue (line 1767) | private void Logic_PendCurrentFixupToken_SetValue(ObjectWriterContext ... method Logic_CheckAssignmentToParentStart (line 1775) | private void Logic_CheckAssignmentToParentStart(ObjectWriterContext ctx) method Logic_DoAssignmentToParentCollection (line 1796) | private void Logic_DoAssignmentToParentCollection(ObjectWriterContext ... method Logic_WillParentCollectionAdd (line 1850) | private bool Logic_WillParentCollectionAdd(ObjectWriterContext ctx, Ty... method Logic_AddToParentDictionary (line 1871) | private void Logic_AddToParentDictionary(ObjectWriterContext ctx, obje... method Logic_PendAssignmentToParentCollection (line 1932) | private bool Logic_PendAssignmentToParentCollection(ObjectWriterContex... method Logic_DoAssignmentToParentProperty (line 2000) | private void Logic_DoAssignmentToParentProperty(ObjectWriterContext ctx) method Logic_PendKeyFixupToken (line 2132) | private void Logic_PendKeyFixupToken(ObjectWriterContext ctx, NameFixu... method Logic_RegisterName_OnCurrent (line 2153) | private void Logic_RegisterName_OnCurrent(ObjectWriterContext ctx, str... method Logic_RegisterName_OnParent (line 2161) | private void Logic_RegisterName_OnParent(ObjectWriterContext ctx, stri... method RegisterName (line 2168) | private void RegisterName(ObjectWriterContext ctx, string name, method Logic_SetConnectionId (line 2205) | private void Logic_SetConnectionId(ObjectWriterContext ctx, int connec... method SetValue (line 2211) | private void SetValue(object inst, XamlMember property, object value) method Logic_ValidateXClass (line 2224) | private void Logic_ValidateXClass(ObjectWriterContext ctx, object value) method Logic_AddDependencyForUnresolvedChildren (line 2254) | private void Logic_AddDependencyForUnresolvedChildren(ObjectWriterCont... method GetTokenForUnresolvedChildren (line 2279) | private NameFixupToken GetTokenForUnresolvedChildren(object childThatH... method CompleteNameReferences (line 2298) | private void CompleteNameReferences() method ThrowUnresolvedRefs (line 2365) | private void ThrowUnresolvedRefs(IEnumerable unresolve... method TriggerNameResolution (line 2393) | private void TriggerNameResolution(object instance, string name) method IsFullyInitialized (line 2437) | bool ICheckIfInitialized.IsFullyInitialized(object instance) method CompleteDeferredInitialization (line 2464) | private void CompleteDeferredInitialization(FixupTarget target) method ProcessNameFixup (line 2487) | private void ProcessNameFixup(NameFixupToken token, bool nameResolutio... method ProcessNameFixup_Simple (line 2509) | private void ProcessNameFixup_Simple(NameFixupToken token) method ProcessNameFixup_Reparse (line 2526) | private void ProcessNameFixup_Reparse(NameFixupToken token, bool nameR... method ProcessNameFixup_UpdatePendingAddKey (line 2608) | private void ProcessNameFixup_UpdatePendingAddKey(NameFixupToken token... method ProcessNameFixup_UpdatePendingAddItem (line 2629) | private void ProcessNameFixup_UpdatePendingAddItem(NameFixupToken toke... method ExecutePendingAdds (line 2641) | private void ExecutePendingAdds(XamlType instanceType, object instance) class PendingCollectionAdd (line 2697) | private class PendingCollectionAdd : IAddLineInfo method WithLineInfo (line 2709) | XamlException IAddLineInfo.WithLineInfo(XamlException ex) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/InfosetObjects/XamlObjectWriterSettings.cs class XamlObjectWriterSettings (line 11) | public class XamlObjectWriterSettings : XamlWriterSettings method XamlObjectWriterSettings (line 13) | public XamlObjectWriterSettings() method XamlObjectWriterSettings (line 17) | public XamlObjectWriterSettings(XamlObjectWriterSettings settings) method StripDelegates (line 63) | internal XamlObjectWriterSettings StripDelegates() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/InfosetObjects/XamlReaderSettings.cs class XamlReaderSettings (line 10) | public class XamlReaderSettings method XamlReaderSettings (line 19) | public XamlReaderSettings() method XamlReaderSettings (line 24) | public XamlReaderSettings(XamlReaderSettings settings) : this() method InitializeProvideLineInfo (line 37) | private void InitializeProvideLineInfo() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/InfosetObjects/XamlTextReader.cs class XamlTextReader (line 26) | internal method XamlTextReader (line 40) | public XamlTextReader(XmlReader xmlReader) method XamlTextReader (line 45) | public XamlTextReader(XmlReader xmlReader, XamlTextReaderSettings sett... method XamlTextReader (line 50) | public XamlTextReader(XmlReader xmlReader, XamlSchemaContext schemaCon... method XamlTextReader (line 57) | public XamlTextReader(XmlReader xmlReader, XamlSchemaContext schemaCon... method Initialize (line 64) | private void Initialize(XmlReader givenXmlReader, XamlSchemaContext sc... method Read (line 124) | public override bool Read() method IsXmlNamespaceSupported (line 200) | internal bool IsXmlNamespaceSupported(string xmlNamespace, out string ... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/InfosetObjects/XamlTextReaderSettings.cs class XamlTextReaderSettings (line 18) | internal method XamlTextReaderSettings (line 30) | public XamlTextReaderSettings() method XamlTextReaderSettings (line 35) | public XamlTextReaderSettings(XamlTextReaderSettings settings) : base(... method AddNamespace (line 50) | public void AddNamespace(string prefix, string XamlNamespaceUri) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/InfosetObjects/XamlXmlReader.cs class XamlXmlReader (line 16) | public class XamlXmlReader : XamlReader, IXamlLineInfo method XamlXmlReader (line 27) | public XamlXmlReader(XmlReader xmlReader) method XamlXmlReader (line 34) | public XamlXmlReader(XmlReader xmlReader, XamlXmlReaderSettings settings) method XamlXmlReader (line 41) | public XamlXmlReader(XmlReader xmlReader, XamlSchemaContext schemaCont... method XamlXmlReader (line 49) | public XamlXmlReader(XmlReader xmlReader, XamlSchemaContext schemaCont... method XamlXmlReader (line 57) | public XamlXmlReader(string fileName) method XamlXmlReader (line 63) | public XamlXmlReader(string fileName, XamlXmlReaderSettings settings) method XamlXmlReader (line 70) | public XamlXmlReader(string fileName, XamlSchemaContext schemaContext) method XamlXmlReader (line 78) | public XamlXmlReader(string fileName, XamlSchemaContext schemaContext,... method CreateXmlReader (line 86) | private XmlReader CreateXmlReader(string fileName, XamlXmlReaderSettin... method XamlXmlReader (line 92) | public XamlXmlReader(Stream stream) method XamlXmlReader (line 98) | public XamlXmlReader(Stream stream, XamlXmlReaderSettings settings) method XamlXmlReader (line 104) | public XamlXmlReader(Stream stream, XamlSchemaContext schemaContext) method XamlXmlReader (line 112) | public XamlXmlReader(Stream stream, XamlSchemaContext schemaContext, X... method CreateXmlReader (line 120) | private XmlReader CreateXmlReader(Stream stream, XamlXmlReaderSettings... method XamlXmlReader (line 126) | public XamlXmlReader(TextReader textReader) method XamlXmlReader (line 132) | public XamlXmlReader(TextReader textReader, XamlXmlReaderSettings sett... method XamlXmlReader (line 138) | public XamlXmlReader(TextReader textReader, XamlSchemaContext schemaCo... method XamlXmlReader (line 146) | public XamlXmlReader(TextReader textReader, XamlSchemaContext schemaCo... method CreateXmlReader (line 154) | private XmlReader CreateXmlReader(TextReader textReader, XamlXmlReader... method Initialize (line 160) | private void Initialize(XmlReader givenXmlReader, XamlSchemaContext sc... method Read (line 243) | public override bool Read() method ThrowIfDisposed (line 333) | private void ThrowIfDisposed() method IsXmlNamespaceSupported (line 340) | internal bool IsXmlNamespaceSupported(string xmlNamespace, out string ... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/InfosetObjects/XamlXmlReaderSettings.cs class XamlXmlReaderSettings (line 8) | public class XamlXmlReaderSettings : XamlReaderSettings method XamlXmlReaderSettings (line 17) | public XamlXmlReaderSettings() method XamlXmlReaderSettings (line 21) | public XamlXmlReaderSettings(XamlXmlReaderSettings settings) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/LineInfo.cs class LineInfo (line 8) | internal class LineInfo method LineInfo (line 16) | internal LineInfo(int lineNumber, int linePosition) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/MS/Impl/AssemblyNamespacePair.cs type AssemblyNamespacePair (line 11) | [DebuggerDisplay("{ClrNamespace} {Assembly.FullName}")] method AssemblyNamespacePair (line 17) | public AssemblyNamespacePair(Assembly asm, string clrNamespace) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/MS/Impl/ConcurrentDictionary.cs class ConcurrentDictionary (line 11) | internal class ConcurrentDictionary : IDictionary method ConcurrentDictionary (line 15) | public ConcurrentDictionary() method Add (line 20) | public void Add(K key, V value) method ContainsKey (line 29) | public bool ContainsKey(K key) method Remove (line 50) | public bool Remove(K key) method TryGetValue (line 63) | public bool TryGetValue(K key, out V value) method Clear (line 112) | public void Clear() method GetEnumerator (line 122) | public IEnumerator> GetEnumerator() method TryAdd (line 135) | public bool TryAdd(K key, V value) method TryUpdate (line 149) | public bool TryUpdate(K key, V value, V comparand) method CheckValue (line 171) | private object CheckValue(V value) method Add (line 183) | public void Add(KeyValuePair item) method Contains (line 188) | public bool Contains(KeyValuePair item) method CopyTo (line 193) | public void CopyTo(KeyValuePair[] array, int arrayIndex) method Remove (line 203) | public bool Remove(KeyValuePair item) method GetEnumerator (line 212) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/MS/Impl/KnownStrings.cs class KnownStrings (line 8) | internal static class KnownStrings class KS (line 56) | internal static class KS method Eq (line 61) | public static bool Eq(string a, string b) method Eq (line 66) | public static bool Eq(ReadOnlySpan a, ReadOnlySpan b) method IndexOf (line 74) | public static int IndexOf(string src, string chars) method IndexOf (line 82) | public static int IndexOf(string src, char ch) method EndsWith (line 87) | public static bool EndsWith(string src, string target) method StartsWith (line 92) | public static bool StartsWith(string src, string target) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/MS/Impl/PositionalParameterDescriptor.cs class PositionalParameterDescriptor (line 8) | internal class PositionalParameterDescriptor method PositionalParameterDescriptor (line 13) | public PositionalParameterDescriptor(object value, bool wasText) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/MS/Impl/XamlDirectiveCollection.cs class XamlDirectiveCollection (line 24) | internal class XamlDirectiveCollection method XamlDirectiveCollection (line 29) | public XamlDirectiveCollection(XamlSchemaContext context, DirectiveInf... method GetDirectiveProperty (line 53) | public XamlProperty GetDirectiveProperty(string name) method GetDirectiveElement (line 60) | public XamlType GetDirectiveElement(string name) class DirectiveInfo (line 68) | internal class DirectiveInfo method DirectiveInfo (line 73) | public DirectiveInfo(string name, Type type) class DirectivePropertyInfo (line 80) | [DebuggerDisplay("{Name} typeof({Type.Name} Loc:{AllowedLocation})")] method DirectivePropertyInfo (line 87) | public DirectivePropertyInfo(string name, Type type, XamlTextSyntax ts... class DirectiveTypeInfo (line 96) | internal class DirectiveTypeInfo : DirectiveInfo method DirectiveTypeInfo (line 98) | public DirectiveTypeInfo(Type type) method DirectiveTypeInfo (line 100) | public DirectiveTypeInfo(string name, Type type) : base(name, type) { } class Xaml2006Directives (line 103) | internal static class Xaml2006Directives class XmlDirectives (line 198) | internal static class XmlDirectives FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/MS/Impl/XamlPropertyInfoKey.cs type XamlImplMemberKind (line 25) | enum XamlImplMemberKind { None, Property, Attachable, Event }; class XamlMemberInfoKey (line 27) | class XamlMemberInfoKey method XamlMemberInfoKey (line 35) | public XamlMemberInfoKey(PropertyInfo pi) method XamlMemberInfoKey (line 41) | public XamlMemberInfoKey(MethodInfo miGetter, MethodInfo miSetter) method XamlMemberInfoKey (line 48) | public XamlMemberInfoKey(EventInfo ei) method GetHashCode (line 60) | public override int GetHashCode() method HashCode (line 77) | private static int HashCode(MemberInfo mi) method Equals (line 84) | public override bool Equals(object obj) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/MS/Impl/XmlNsInfo.cs class XmlNsInfo (line 18) | internal class XmlNsInfo method XmlNsInfo (line 117) | internal XmlNsInfo(Assembly assembly, bool fullyQualifyAssemblyName) method EnsureReflectionOnlyAttributeData (line 123) | private void EnsureReflectionOnlyAttributeData() method GetPreferredPrefix (line 135) | internal static string GetPreferredPrefix(string prefix1, string prefix2) method LoadNsDefs (line 153) | private IList LoadNsDefs() method LoadNsDefHelper (line 194) | private void LoadNsDefHelper(IList result, string xml... method LoadClrToXmlNs (line 204) | private ConcurrentDictionary> LoadClrToXmlNs() method LoadInternalsVisibleTo (line 244) | private ICollection LoadInternalsVisibleTo() method LoadInternalsVisibleToHelper (line 279) | private void LoadInternalsVisibleToHelper(List result, s... method LoadOldToNewNs (line 302) | private Dictionary LoadOldToNewNs() method LoadOldToNewNsHelper (line 340) | private void LoadOldToNewNsHelper(Dictionary result, s... method LoadPrefixes (line 355) | private Dictionary LoadPrefixes() method LoadPrefixesHelper (line 392) | private void LoadPrefixesHelper(Dictionary result, str... method LoadRootNamespace (line 407) | private string LoadRootNamespace() method MakeListsImmutable (line 437) | private void MakeListsImmutable(IDictionary> dict) class NamespaceComparer (line 448) | private class NamespaceComparer method NamespaceComparer (line 453) | public NamespaceComparer(XmlNsInfo nsInfo, Assembly assembly) method CompareNamespacesByPreference (line 483) | public int CompareNamespacesByPreference(string ns1, string ns2) method GetNewNs (line 571) | private string GetNewNs(string oldNs) method IncrementSubsumeCount (line 578) | private void IncrementSubsumeCount(string ns) class XmlNsDefinition (line 587) | internal class XmlNsDefinition FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/NameScope.cs class NameScope (line 19) | internal class NameScope : INameScopeDictionary method RegisterName (line 26) | public void RegisterName(string name, object scopedElement) method UnregisterName (line 65) | public void UnregisterName(string name) method FindName (line 87) | public object FindName(string name) method GetEnumerator (line 100) | private IEnumerator> GetEnumerator() => n... method GetEnumerator (line 102) | IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); method GetEnumerator (line 104) | IEnumerator> IEnumerable _nameMap = null; method CopyTo (line 112) | public void CopyTo(KeyValuePair[] array, int arrayIndex) method Remove (line 126) | public bool Remove(KeyValuePair item) method Add (line 141) | public void Add(KeyValuePair item) method Contains (line 156) | public bool Contains(KeyValuePair item) method Add (line 182) | public void Add(string key, object value) method ContainsKey (line 189) | public bool ContainsKey(string key) method Remove (line 197) | public bool Remove(string key) method TryGetValue (line 208) | public bool TryGetValue(string key, out object value) class Enumerator (line 258) | private class Enumerator : IEnumerator> method Enumerator (line 262) | public Enumerator(HybridDictionary nameMap) method Dispose (line 267) | public void Dispose() => GC.SuppressFinalize(this); method MoveNext (line 282) | public bool MoveNext() => _enumerator?.MoveNext() ?? false; method Reset (line 286) | void IEnumerator.Reset() => _enumerator?.Reset(); FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/NameScopeDictionary.cs class NameScopeDictionary (line 20) | internal class NameScopeDictionary : INameScopeDictionary method NameScopeDictionary (line 26) | public NameScopeDictionary() method NameScopeDictionary (line 30) | public NameScopeDictionary(INameScope underlyingNameScope) method RegisterName (line 36) | public void RegisterName(string name, object scopedElement) method UnregisterName (line 78) | public void UnregisterName(string name) method FindName (line 103) | public object FindName(string name) class Enumerator (line 127) | private class Enumerator : IEnumerator> method Enumerator (line 135) | public Enumerator(NameScopeDictionary nameScopeDictionary) method Dispose (line 154) | public void Dispose() method MoveNext (line 180) | public bool MoveNext() method Reset (line 211) | void IEnumerator.Reset() method GetEnumerator (line 224) | private IEnumerator> GetEnumerator() method GetEnumerator (line 230) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 237) | IEnumerator> IEnumerable>.Clear() method CopyTo (line 265) | void ICollection>.CopyTo(KeyValuePair>.Remove(KeyValuePair>.Add(KeyValuePair>.Contains(KeyValuePair.Add(string key, object value) method ContainsKey (line 305) | bool IDictionary.ContainsKey(string key) method Remove (line 310) | bool IDictionary.Remove(string key) method TryGetValue (line 315) | bool IDictionary.TryGetValue(string key, out object va... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/NameValidationHelper.cs class NameValidationHelper (line 19) | internal static class NameValidationHelper method IsValidIdentifierName (line 25) | internal static bool IsValidIdentifierName(string name) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/NamespaceDeclaration.cs class NamespaceDeclaration (line 8) | [DebuggerDisplay("Prefix={Prefix} Namespace={Namespace}")] method NamespaceDeclaration (line 15) | public NamespaceDeclaration(string ns, string prefix) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/ObjectReaderSettings.cs class ObjectReaderSettings (line 7) | public class ObjectReaderSettings : XamlReaderSettings FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/GenericTypeNameParser.cs class GenericTypeNameParser (line 11) | internal class GenericTypeNameParser class TypeNameParserException (line 13) | [Serializable] method TypeNameParserException (line 16) | public TypeNameParserException(string message) method TypeNameParserException (line 21) | protected TypeNameParserException(SerializationInfo si, StreamingCon... method GenericTypeNameParser (line 32) | public GenericTypeNameParser(Func prefixResolver) method ParseIfTrivalName (line 37) | public static XamlTypeName ParseIfTrivalName(string text, Func ParseList(string text, out string error) method P_XamlTypeName (line 136) | private void P_XamlTypeName() method P_SimpleTypeName (line 163) | private void P_SimpleTypeName() method P_TypeParameters (line 193) | private void P_TypeParameters() method P_XamlTypeNameList (line 213) | private void P_XamlTypeNameList() method P_NameListExt (line 226) | private void P_NameListExt() method P_RepeatingSubscript (line 237) | private void P_RepeatingSubscript() method ThrowOnBadInput (line 250) | private void ThrowOnBadInput() method StartStack (line 255) | private void StartStack() method Callout_FoundName (line 263) | private void Callout_FoundName(string prefix, string name) method Callout_EndOfType (line 274) | private void Callout_EndOfType() method Callout_Subscript (line 288) | private void Callout_Subscript(string subscript) method CollectNameFromStack (line 294) | private XamlTypeName CollectNameFromStack() method CollectNameListFromStack (line 311) | private IList CollectNameListFromStack() class TypeNameFrame (line 325) | internal class TypeNameFrame method AllocateTypeArgs (line 333) | public void AllocateTypeArgs() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/GenericTypeNameScanner.cs type GenericTypeNameScannerToken (line 10) | internal enum GenericTypeNameScannerToken { NONE, ERROR, OPEN, CLOSE, CO... class GenericTypeNameScanner (line 12) | internal class GenericTypeNameScanner : Sample_StringParserBase type State (line 14) | internal enum State { START, INNAME, INSUBSCRIPT } method GenericTypeNameScanner (line 32) | public GenericTypeNameScanner(string text) method Read (line 45) | public void Read() method ParseSubscriptSegment (line 102) | internal static int ParseSubscriptSegment(ReadOnlySpan subscript... method StripSubscript (line 152) | internal static ReadOnlySpan StripSubscript(ReadOnlySpan t... method State_Start (line 165) | private void State_Start() method State_InName (line 217) | private void State_InName() method State_InSubscript (line 270) | private void State_InSubscript() method StartMultiCharToken (line 308) | private void StartMultiCharToken() method AddToMultiCharToken (line 316) | private void AddToMultiCharToken() method CollectMultiCharToken (line 323) | private string CollectMultiCharToken() class Sample_StringParserBase (line 335) | internal class Sample_StringParserBase method Sample_StringParserBase (line 342) | public Sample_StringParserBase(string text) method Advance (line 358) | protected bool Advance() method IsWhitespaceChar (line 370) | protected static bool IsWhitespaceChar(char ch) method AdvanceOverWhitespace (line 386) | protected bool AdvanceOverWhitespace() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/MePullParser.cs class MePullParser (line 11) | internal class MePullParser class Found (line 18) | [DebuggerDisplay("{found}")] method MePullParser (line 24) | public MePullParser(XamlParserContext stack) method Parse (line 36) | public IEnumerable Parse(string text, int lineNumber, int li... method SetBrokenRuleString (line 65) | private void SetBrokenRuleString(string ruleString) method Expect (line 74) | private bool Expect(MeTokenType token, string ruleString) method P_MarkupExtension (line 88) | private IEnumerable P_MarkupExtension(Found f) method P_Arguments (line 152) | private IEnumerable P_Arguments(Found f) method P_PositionalArgs (line 213) | private IEnumerable P_PositionalArgs(Found f) method P_NamedArgs (line 296) | private IEnumerable P_NamedArgs(Found f) method P_Value (line 335) | private IEnumerable P_Value(Found f) method P_NamedArg (line 379) | private IEnumerable P_NamedArg(Found f) method NextToken (line 452) | private void NextToken() method Logic_StartElement (line 469) | private XamlNode Logic_StartElement(XamlType xamlType, string xamlName... method Logic_EndObject (line 483) | private XamlNode Logic_EndObject() method Logic_StartMember (line 489) | private XamlNode Logic_StartMember() method Logic_EndMember (line 498) | private XamlNode Logic_EndMember() method Logic_StartPositionalParameters (line 504) | private XamlNode Logic_StartPositionalParameters() method Logic_EndPositionalParameters (line 512) | private XamlNode Logic_EndPositionalParameters() method Logic_Text (line 523) | private XamlNode Logic_Text() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/MeScanner.cs type MeTokenType (line 16) | internal enum MeTokenType class MeScanner (line 37) | internal class MeScanner type StringState (line 49) | private enum StringState { Value, Type, Property }; method MeScanner (line 66) | public MeScanner(XamlParserContext context, string text, int lineNumbe... method Read (line 127) | public void Read() method RemoveEscapes (line 242) | private static string RemoveEscapes(string value) method ResolveTypeName (line 287) | private void ResolveTypeName(string longName) method ResolvePropertyName (line 314) | private void ResolvePropertyName(string longName) method ReadString (line 343) | private string ReadString() method Advance (line 549) | private bool Advance() method IsWhitespaceChar (line 561) | private static bool IsWhitespaceChar(char ch) method AdvanceOverWhitespace (line 577) | private void AdvanceOverWhitespace() method PushBack (line 597) | private void PushBack() method GetBracketCharacterForProperty (line 602) | private SpecialBracketCharacters GetBracketCharacterForProperty(string... class BracketModeParseParameters (line 615) | internal class BracketModeParseParameters method BracketModeParseParameters (line 617) | internal BracketModeParseParameters(XamlParserContext context) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/NamespacePrefixLookup.cs class NamespacePrefixLookup (line 10) | internal class NamespacePrefixLookup : INamespacePrefixLookup method NamespacePrefixLookup (line 14) | public NamespacePrefixLookup(out IEnumerable new... method LookupPrefix (line 23) | public string LookupPrefix(string ns) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/NodeStreamSorter.cs class NodeStreamSorter (line 14) | internal class NodeStreamSorter: IEnumerator class SeenCtorDirectiveFlags (line 25) | private class SeenCtorDirectiveFlags method InitializeObjectFrameStack (line 35) | private void InitializeObjectFrameStack() method StartObjectFrame (line 46) | private void StartObjectFrame() method EndObjectFrame (line 58) | private void EndObjectFrame() type ReorderInfo (line 75) | private struct ReorderInfo method ToString (line 82) | public override string ToString() method NodeStreamSorter (line 89) | public NodeStreamSorter(XamlParserContext context, XamlPullParser pars... method MoveNext (line 115) | public bool MoveNext() method Reset (line 150) | public void Reset() method Dispose (line 158) | public void Dispose() method StartNewNodeStreamWithSettingsPreamble (line 170) | private void StartNewNodeStreamWithSettingsPreamble() method EnqueueInitialExtraXmlNses (line 203) | private void EnqueueInitialExtraXmlNses() method EnqueueInitialXmlState (line 223) | private void EnqueueInitialXmlState() method EnqueueOneXmlDirectiveProperty (line 243) | private void EnqueueOneXmlDirectiveProperty(XamlMember xmlDirectivePro... method ReadAheadAndSortCtorProperties (line 265) | private void ReadAheadAndSortCtorProperties() method ReadAheadToEndObjectOrFirstPropertyElement (line 284) | private void ReadAheadToEndObjectOrFirstPropertyElement() method ReadAheadToEndOfAttributes (line 294) | private void ReadAheadToEndOfAttributes() method ReadAheadToFirstInstancingProperty (line 358) | private void ReadAheadToFirstInstancingProperty() method CheckForOutOfOrderCtorDirectives (line 407) | private bool CheckForOutOfOrderCtorDirectives(XamlNode node) method IsCtorDirective (line 435) | private bool IsCtorDirective(XamlMember member) method IsInstancingMember (line 455) | private bool IsInstancingMember(XamlMember member) method SortContentsOfReadAheadBuffer (line 474) | private void SortContentsOfReadAheadBuffer() method BuildSortingBuffer (line 485) | private void BuildSortingBuffer() method ReloadSortedBuffer (line 525) | private void ReloadSortedBuffer() method MoveList_Process (line 536) | private void MoveList_Process() method MoveList_RemoveStartMemberIndexWithGreatestDepth (line 554) | private bool MoveList_RemoveStartMemberIndexWithGreatestDepth(out int ... method SortMembers (line 581) | private void SortMembers(int start) method AdvanceToNextInstancingMember (line 608) | private bool AdvanceToNextInstancingMember(int current, int depth, out... method AdvanceToNextCtorDirective (line 630) | private bool AdvanceToNextCtorDirective(int current, int depth, out in... method AdvanceOverNoninstancingDirectives (line 652) | private int AdvanceOverNoninstancingDirectives(int start, int depth) method SwapRanges (line 680) | private void SwapRanges(int beginning, int middle, int end) method AdvanceTo (line 701) | private bool AdvanceTo(int start, XamlNodeType nodeType, int searchDep... method BackupTo (line 726) | private bool BackupTo(int start, XamlNodeType nodeType, int searchDept... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/ScannerNodeType.cs type ScannerNodeType (line 8) | internal enum ScannerNodeType type ScannerAttributeKind (line 22) | internal enum ScannerAttributeKind FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/XamlAttribute.cs class XamlAttribute (line 13) | [DebuggerDisplay("{Name.ScopedName}='{Value}' {Kind}")] method XamlAttribute (line 26) | public XamlAttribute(XamlPropertyName propName, string val, IXmlLineIn... method Initialize (line 45) | public void Initialize(XamlParserContext context, XamlType tagType, st... method CheckIsXmlNamespaceDefinition (line 114) | internal bool CheckIsXmlNamespaceDefinition(out string definingPrefix,... method GetXamlAttributeProperty (line 142) | private XamlMember GetXamlAttributeProperty(XamlParserContext context,... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/XamlName.cs class XamlName (line 10) | internal abstract class XamlName method XamlName (line 18) | protected XamlName() : this(string.Empty) { } method XamlName (line 20) | public XamlName(string name) method XamlName (line 25) | public XamlName(string prefix, string name) method ContainsDot (line 39) | public static bool ContainsDot(string name) method IsValidXamlName (line 44) | public static bool IsValidXamlName(string name) method IsValidNameStartChar (line 67) | public static bool IsValidNameStartChar(char ch) method IsValidNameChar (line 72) | public static bool IsValidNameChar(char ch) method IsValidQualifiedNameChar (line 88) | public static bool IsValidQualifiedNameChar(char ch) method IsValidQualifiedNameCharPlus (line 93) | public static bool IsValidQualifiedNameCharPlus(char ch) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/XamlPropertyName.cs class XamlPropertyName (line 8) | internal class XamlPropertyName : XamlName method XamlPropertyName (line 10) | private XamlPropertyName(XamlName owner, string prefix, string name) method Parse (line 24) | public static XamlPropertyName Parse(string longName) method Parse (line 67) | public static XamlPropertyName Parse(string longName, string namespace... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/XamlPullParser.cs class XamlPullParser (line 13) | internal class XamlPullParser method XamlPullParser (line 19) | public XamlPullParser(XamlParserContext context, XamlScanner scanner, ... method Parse (line 55) | public IEnumerable Parse() method P_Element (line 87) | public IEnumerable P_Element() method P_EmptyElement (line 121) | public IEnumerable P_EmptyElement() method P_StartElement (line 172) | public IEnumerable P_StartElement() method P_ElementBody (line 206) | public IEnumerable P_ElementBody() method P_PropertyElement (line 318) | public IEnumerable P_PropertyElement() method P_EmptyPropertyElement (line 347) | public IEnumerable P_EmptyPropertyElement() method P_NonemptyPropertyElement (line 367) | public IEnumerable P_NonemptyPropertyElement() method P_ElementContent (line 448) | public IEnumerable P_ElementContent() method P_PropertyContent (line 648) | public IEnumerable P_PropertyContent() method Logic_LineInfo (line 799) | private XamlNode Logic_LineInfo() method Logic_PrefixDefinition (line 806) | private XamlNode Logic_PrefixDefinition() method Logic_StartObject (line 814) | private XamlNode Logic_StartObject(XamlType xamlType, string xamlNames... method Logic_EndObject (line 824) | private XamlNode Logic_EndObject() method LogicStream_Attribute (line 835) | private IEnumerable LogicStream_Attribute() method Logic_EndOfAttributes (line 865) | private XamlNode Logic_EndOfAttributes() method Logic_StartMember (line 871) | private XamlNode Logic_StartMember(XamlMember member) method Logic_EndMember (line 886) | private XamlNode Logic_EndMember() method Logic_StartContentProperty (line 894) | private XamlNode Logic_StartContentProperty(XamlMember property) method Logic_StartInitProperty (line 907) | private XamlNode Logic_StartInitProperty(XamlType ownerType) method Logic_ApplyFinalTextTrimming (line 918) | private string Logic_ApplyFinalTextTrimming(XamlText text) method Logic_StartGetObjectFromMember (line 956) | private XamlNode Logic_StartGetObjectFromMember(XamlType realType) method Logic_StartItemsProperty (line 966) | private XamlNode Logic_StartItemsProperty(XamlType collectionType) method LogicStream_CheckForStartGetCollectionFromMember (line 1021) | private IEnumerable LogicStream_CheckForStartGetCollectionFr... method Logic_IsDiscardableWhitespace (line 1124) | private bool Logic_IsDiscardableWhitespace(XamlText text) method CanAcceptString (line 1214) | private static bool CanAcceptString(XamlMember property) class XamlUnexpectedParseException (line 1247) | [Serializable] // FxCop advised this be Serializable. method XamlUnexpectedParseException (line 1250) | public XamlUnexpectedParseException() { } method XamlUnexpectedParseException (line 1252) | public XamlUnexpectedParseException(string message) method XamlUnexpectedParseException (line 1255) | public XamlUnexpectedParseException(string message, Exception innerExc... method XamlUnexpectedParseException (line 1258) | public XamlUnexpectedParseException(XamlScanner xamlScanner, ScannerNo... method XamlUnexpectedParseException (line 1261) | protected XamlUnexpectedParseException(SerializationInfo info, FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/XamlQualifiedName.cs class XamlQualifiedName (line 8) | internal class XamlQualifiedName : XamlName method XamlQualifiedName (line 10) | public XamlQualifiedName(string prefix, string name) method IsNameValid (line 25) | internal static bool IsNameValid(string name) method IsNameValid_WithPlus (line 48) | internal static bool IsNameValid_WithPlus(string name) method Parse (line 71) | public static bool Parse(string longName, out string prefix, out strin... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/XamlScanner.cs class XamlScanner (line 14) | internal class XamlScanner method XamlScanner (line 39) | internal XamlScanner(XamlParserContext context, XmlReader xmlReader, X... method Read (line 56) | public void Read() method LoadQueue (line 150) | private void LoadQueue() method DoXmlRead (line 158) | private void DoXmlRead() method ProcessCurrentXmlNode (line 174) | private void ProcessCurrentXmlNode() method ClearAccumulatedText (line 221) | private void ClearAccumulatedText() method ReadElement (line 233) | private void ReadElement() method ReadObjectElement (line 266) | private void ReadObjectElement(XamlName name, bool isEmptyTag) method ReadObjectElement_NoNamespace (line 321) | private void ReadObjectElement_NoNamespace(XamlName name, XamlScannerN... method ReadObjectElement_DirectiveProperty (line 339) | private void ReadObjectElement_DirectiveProperty(XamlMember dirPropert... method ReadObjectElement_Object (line 362) | private bool ReadObjectElement_Object(string xmlns, string name, XamlS... method ReadPropertyElement (line 412) | private void ReadPropertyElement(XamlPropertyName name, XamlType tagTy... method ReadEndElement (line 474) | private void ReadEndElement() method ReadText (line 500) | private void ReadText() method ReadWhitespace (line 508) | private void ReadWhitespace() method ReadNone (line 515) | private void ReadNone() method ReadInnerXDataSection (line 524) | private void ReadInnerXDataSection() method CreateErrorXamlType (line 542) | private XamlType CreateErrorXamlType(XamlName name, string xmlns) method PreprocessAttributes (line 549) | private void PreprocessAttributes() method PreprocessForTypeArguments (line 599) | private void PreprocessForTypeArguments(List attrList) method PostprocessAttributes (line 626) | private void PostprocessAttributes(XamlScannerNode node) method StripUidProperty (line 731) | private void StripUidProperty() method EnqueueAnotherAttribute (line 752) | private void EnqueueAnotherAttribute(bool isEmptyTag) method EnqueueAnyText (line 829) | private void EnqueueAnyText() method EnqueueTextNode (line 842) | private void EnqueueTextNode() method EnqueuePrefixDefinition (line 858) | private void EnqueuePrefixDefinition(XamlAttribute attr) method IsXDataElement (line 874) | private bool IsXDataElement(string xmlns, string name) method LineInfo (line 881) | private XamlException LineInfo(XamlException e) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/XamlScannerNode.cs class XamlScannerNode (line 11) | [DebuggerDisplay("{NodeType}")] method XamlScannerNode (line 14) | public XamlScannerNode(IXmlLineInfo lineInfo) method XamlScannerNode (line 23) | public XamlScannerNode(XamlAttribute attr) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/XamlScannerStack.cs class XamlScannerFrame (line 10) | internal class XamlScannerFrame method XamlScannerFrame (line 18) | public XamlScannerFrame(XamlType xamlType, string ns) class XamlScannerStack (line 25) | internal class XamlScannerStack method XamlScannerStack (line 29) | public XamlScannerStack() method Push (line 35) | public void Push(XamlType type, string ns) method Pop (line 43) | public void Pop() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Parser/XamlText.cs class XamlText (line 11) | [DebuggerDisplay("{Text}")] method XamlText (line 27) | public XamlText(bool spacePreserve) method Paste (line 75) | public void Paste(string text, bool trimLeadingWhitespace, bool conver... method IsWhitespace (line 182) | private static bool IsWhitespace(string text) method IsWhitespaceChar (line 193) | private static bool IsWhitespaceChar(char ch) method CollapseWhitespace (line 201) | private static string CollapseWhitespace(string text) method TrimLeadingWhitespace (line 253) | public static string TrimLeadingWhitespace(string source) method TrimTrailingWhitespace (line 259) | public static string TrimTrailingWhitespace(string source) method HasSurroundingEastAsianChars (line 268) | private static bool HasSurroundingEastAsianChars(int start, int end, s... method ComputeUnicodeScalarValue (line 304) | private static int ComputeUnicodeScalarValue(int takeOneIdx, int takeT... type CodePointRange (line 328) | private struct CodePointRange method CodePointRange (line 332) | public CodePointRange(int min, int max) method IsEastAsianCodePoint (line 368) | private static bool IsEastAsianCodePoint(int unicodeScalarValue) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/ReaderBaseDelegate.cs class ReaderBaseDelegate (line 14) | internal abstract class ReaderBaseDelegate: XamlReader, IXamlLineInfo method ReaderBaseDelegate (line 21) | protected ReaderBaseDelegate(XamlSchemaContext schemaContext) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/ReaderDelegate.cs class ReaderDelegate (line 13) | internal class ReaderDelegate : ReaderBaseDelegate method ReaderDelegate (line 18) | public ReaderDelegate(XamlSchemaContext schemaContext, XamlNodeNextDel... method Read (line 27) | public override bool Read() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/ReaderMultiIndexDelegate.cs type IXamlIndexingReader (line 8) | public interface IXamlIndexingReader class ReaderMultiIndexDelegate (line 19) | internal class ReaderMultiIndexDelegate : ReaderBaseDelegate, IXamlIndex... method ReaderMultiIndexDelegate (line 28) | public ReaderMultiIndexDelegate(XamlSchemaContext schemaContext, XamlN... method Read (line 40) | public override bool Read() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/RefOnly/LooseTypeExtensions.cs class LooseTypeExtensions (line 11) | internal static class LooseTypeExtensions method AssemblyQualifiedNameEquals (line 18) | internal static bool AssemblyQualifiedNameEquals(Type t1, Type t2) method IsWindowsBaseToSystemXamlComparison (line 53) | private static bool IsWindowsBaseToSystemXamlComparison(Assembly a1, A... method IsAssemblyQualifiedNameAssignableFrom (line 69) | internal static bool IsAssemblyQualifiedNameAssignableFrom(Type t1, Ty... method LooselyImplementInterface (line 108) | private static bool LooselyImplementInterface(Type t, Type interfaceType) method IsLooseSubClassOf (line 126) | private static bool IsLooseSubClassOf(Type t1, Type t2) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Replacements/DateTimeConverter2.cs class DateTimeConverter2 (line 15) | internal class DateTimeConverter2 : TypeConverter method CanConvertFrom (line 17) | public override bool CanConvertFrom(ITypeDescriptorContext? context, T... method CanConvertTo (line 27) | public override bool CanConvertTo(ITypeDescriptorContext? context, [No... method ConvertFrom (line 37) | public override object ConvertFrom(ITypeDescriptorContext? context, Cu... method ConvertTo (line 40) | public override object? ConvertTo(ITypeDescriptorContext? context, Cul... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Replacements/DateTimeOffsetConverter2.cs class DateTimeOffsetConverter2 (line 13) | internal class DateTimeOffsetConverter2 : TypeConverter method CanConvertTo (line 15) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method CanConvertFrom (line 25) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method ConvertTo (line 35) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... method ConvertFrom (line 77) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Replacements/TypeListConverter.cs class TypeListConverter (line 14) | internal class TypeListConverter : TypeConverter method CanConvertFrom (line 18) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method ConvertFrom (line 21) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... class StringHelpers (line 39) | internal static class StringHelpers method SplitTypeList (line 41) | public static string[] SplitTypeList(string typeList) => Array.Empty(ITypeDescriptorContext co... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Runtime/ClrObjectRuntime.cs class ClrObjectRuntime (line 17) | internal class ClrObjectRuntime : XamlRuntime method ClrObjectRuntime (line 24) | public ClrObjectRuntime(XamlRuntimeSettings settings, bool isWriter) method UnwrapTargetInvocationException (line 34) | private static Exception UnwrapTargetInvocationException(Exception e) method CreateInstance (line 44) | public override object CreateInstance(XamlType xamlType, object[] args) method CreateInstanceWithCtor (line 70) | protected virtual object CreateInstanceWithCtor(XamlType xamlType, obj... method CreateWithFactoryMethod (line 75) | public override object CreateWithFactoryMethod(XamlType xamlType, stri... method InvokeFactoryMethod (line 108) | protected virtual object InvokeFactoryMethod(Type type, string methodN... method GetFactoryMethod (line 114) | protected MethodInfo GetFactoryMethod(Type type, string methodName, ob... method BindToMethod (line 139) | protected MethodBase BindToMethod(BindingFlags bindingFlags, MethodBas... method CreateFromValue (line 146) | public override object CreateFromValue( method CanConvertToString (line 160) | public override bool CanConvertToString(XAML3.IValueSerializerContext ... method CanConvertFrom (line 177) | public override bool CanConvertFrom(ITypeDescriptorContext context,... method CanConvertTo (line 194) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertToString (line 211) | public override string ConvertToString(XAML3.IValueSerializerContext c... method ConvertToValue (line 228) | public override T ConvertToValue(ITypeDescriptorContext context, Ty... method GetValue (line 245) | public override object GetValue(object obj, XamlMember property, bool ... method GetValue (line 283) | protected virtual object GetValue(XamlMember member, object obj) method SetValue (line 288) | public override void SetValue(object inst, XamlMember property, object... method SetValue (line 310) | protected virtual void SetValue(XamlMember member, object obj, object ... method Add (line 315) | public override void Add(object collection, XamlType collectionType, o... method AddToDictionary (line 332) | public override void AddToDictionary(object collection, XamlType dicti... method GetCollectionItems (line 349) | public override IList GetCollectionItems(object collection, Xa... method GetDictionaryItems (line 374) | public override IEnumerable GetDictionaryItems(object... method AttachedPropertyCount (line 418) | public override int AttachedPropertyCount(object instance) method GetAttachedProperties (line 435) | public override KeyValuePair[] Get... method SetConnectionId (line 460) | public override void SetConnectionId(object root, int connectionId, ob... method InitializationGuard (line 480) | public override void InitializationGuard(XamlType xamlType, object obj... method CallProvideValue (line 507) | public override object CallProvideValue(XAML3.MarkupExtension me, ISer... method SetUriBase (line 525) | public override void SetUriBase(XamlType xamlType, object obj, Uri bas... method SetXmlInstance (line 547) | public override void SetXmlInstance(object inst, XamlMember property, ... method GetConverterInstance (line 575) | public override TConverterBase GetConverterInstance(Xa... method DeferredLoad (line 580) | public override object DeferredLoad(ServiceProviderContext serviceCont... method DeferredSave (line 611) | public override XamlReader DeferredSave(IServiceProvider serviceContext, method ShouldSerialize (line 636) | public override ShouldSerializeResult ShouldSerialize(XamlMember membe... method CreateObjectWithTypeConverter (line 653) | private object CreateObjectWithTypeConverter(ServiceProviderContext se... method CreateDelegate (line 688) | protected virtual Delegate CreateDelegate(Type delegateType, object ta... method GetSettings (line 693) | internal XamlRuntimeSettings GetSettings() method CreateException (line 698) | private XamlException CreateException(string message) method CreateException (line 703) | private XamlException CreateException(string message, Exception innerE... method GetItems (line 718) | private IEnumerator GetItems(object collection, XamlType collectionType) method DictionaryEntriesFromIDictionaryEnumerator (line 743) | private static IEnumerable DictionaryEntriesFromIDict... method DictionaryEntriesFromIEnumerator (line 752) | private static IEnumerable DictionaryEntriesFromIEnum... method DictionaryEntriesFromIEnumeratorKvp (line 760) | private static IEnumerable DictionaryEntriesFromIEnum... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Runtime/DynamicMethodRuntime.cs class DynamicMethodRuntime (line 25) | internal class DynamicMethodRuntime : ClrObjectRuntime method DynamicMethodRuntime (line 128) | internal DynamicMethodRuntime(XamlRuntimeSettings settings, XamlSchema... method GetConverterInstance (line 142) | public override TConverterBase GetConverterInstance(Xa... method CreateFromValue (line 161) | public override object CreateFromValue( method CreateDelegate (line 181) | protected override Delegate CreateDelegate(Type delegateType, object t... method CreateInstanceWithCtor (line 194) | protected override object CreateInstanceWithCtor(XamlType xamlType, ob... method CreateInstanceWithCtor (line 199) | private object CreateInstanceWithCtor(Type type, object[] args) method InvokeFactoryMethod (line 225) | protected override object InvokeFactoryMethod(Type type, string method... method GetValue (line 238) | protected override object GetValue(XamlMember member, object obj) method SetValue (line 256) | protected override void SetValue(XamlMember member, object obj, object... method CreateDelegateCreator (line 274) | private DelegateCreator CreateDelegateCreator(Type targetType) method CreateDelegateCreatorWithoutHelper (line 309) | private DelegateCreator CreateDelegateCreatorWithoutHelper() method CreateFactoryDelegate (line 327) | private FactoryDelegate CreateFactoryDelegate(ConstructorInfo ctor) method CreateFactoryDelegate (line 341) | private FactoryDelegate CreateFactoryDelegate(MethodInfo factory) method LoadArguments (line 357) | private LocalBuilder[] LoadArguments(ILGenerator ilGenerator, MethodBa... method UnloadArguments (line 398) | private void UnloadArguments(ILGenerator ilGenerator, LocalBuilder[] l... method CreateGetDelegate (line 421) | private PropertyGetDelegate CreateGetDelegate(MethodInfo getter) method CreateSetDelegate (line 439) | private PropertySetDelegate CreateSetDelegate(MethodInfo setter) method CreateDynamicMethod (line 460) | private DynamicMethod CreateDynamicMethod(string name, Type returnType... method GetTargetType (line 472) | private Type GetTargetType(MethodInfo instanceMethod) method Emit_Call (line 501) | private static void Emit_Call(ILGenerator ilGenerator, MethodInfo method) method Emit_CastTo (line 507) | private static void Emit_CastTo(ILGenerator ilGenerator, Type toType) method Emit_BoxIfValueType (line 519) | private static void Emit_BoxIfValueType(ILGenerator ilGenerator, Type ... method Emit_ConstInt (line 527) | private static void Emit_ConstInt(ILGenerator ilGenerator, int value) method Emit_LateBoundInvoke (line 567) | private void Emit_LateBoundInvoke(ILGenerator ilGenerator, Type target... method Emit_TypeOf (line 605) | private void Emit_TypeOf(ILGenerator ilGenerator, Type type) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Runtime/PartialTrustTolerantRuntime.cs method PartialTrustTolerantRuntime (line 37) | public PartialTrustTolerantRuntime(XamlRuntimeSettings runtimeSettings, ... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Runtime/XamlRuntimeSettings.cs class XamlRuntimeSettings (line 8) | internal class XamlRuntimeSettings FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/AllowedMemberLocations.cs type AllowedMemberLocations (line 8) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/BuiltInValueConverter.cs class BuiltInValueConverter (line 14) | internal class BuiltInValueConverter : XamlValueConverte... method BuiltInValueConverter (line 19) | internal BuiltInValueConverter(Type converterType, Func _factory.Invoke(); method GetTypeConverter (line 70) | internal static XamlValueConverter GetTypeConverter(Typ... method GetValueSerializer (line 228) | internal static XamlValueConverter GetValueSerializer... class BuiltInValueConverter (line 30) | internal static class BuiltInValueConverter method BuiltInValueConverter (line 19) | internal BuiltInValueConverter(Type converterType, Func _factory.Invoke(); method GetTypeConverter (line 70) | internal static XamlValueConverter GetTypeConverter(Typ... method GetValueSerializer (line 228) | internal static XamlValueConverter GetValueSerializer... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/ClrAttachableEvent.cs class ClrAttachableEvent (line 24) | [DebuggerDisplay("{Name}")] method ClrAttachableEvent (line 28) | internal ClrAttachableEvent(string name, MethodInfo addHandler, Method... method LookupSystemTypeOfProperty (line 44) | protected override Type LookupSystemTypeOfProperty() method LookupCustomAttributes (line 51) | protected override object[] LookupCustomAttributes(Type attrType) method LookupTextSyntax (line 56) | protected override XamlTextSyntax LookupTextSyntax() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/ClrAttachableProperty.cs class ClrAttachedProperty (line 24) | [DebuggerDisplay("{Name}")] method ClrAttachedProperty (line 30) | internal ClrAttachedProperty(string name, MethodInfo getter, MethodInf... method LookupSystemTypeOfProperty (line 50) | protected override Type LookupSystemTypeOfProperty() method LookupCustomAttributes (line 82) | protected override object[] LookupCustomAttributes(Type attrType) method LookupTargetType (line 91) | protected override XamlType LookupTargetType() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/ClrEvent.cs class ClrEvent (line 24) | class ClrEvent : ClrProperty method ClrEvent (line 27) | internal ClrEvent(string name, EventInfo ei, XamlType declaringType) method ClrEvent (line 32) | internal ClrEvent(string name, EventInfo ei, XamlType declaringType, b... method LookupTextSyntax (line 54) | protected override XamlTextSyntax LookupTextSyntax() method LookupSystemTypeOfProperty (line 59) | protected override Type LookupSystemTypeOfProperty() method LookupCustomAttributes (line 64) | protected override object[] LookupCustomAttributes(Type attrType) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/ClrNamespaceUriParser.cs class ClrNamespaceUriParser (line 10) | internal static class ClrNamespaceUriParser method GetUri (line 12) | public static string GetUri(string clrNs, string assemblyName) method TryParseUri (line 17) | public static bool TryParseUri(string uriInput, out string clrNs, out ... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/ClrProperty.cs class ClrProperty (line 24) | [DebuggerDisplay("{Name}")] method ClrProperty (line 48) | protected ClrProperty(string name, XamlType declaringType) method ClrProperty (line 62) | public ClrProperty(string name, PropertyInfo pi, XamlType declaringType) method ClrProperty (line 67) | private ClrProperty(string name, PropertyInfo pi, XamlType declaringTy... method OtherInitialization (line 98) | private void OtherInitialization() method GetXamlNamespaces (line 114) | public override IList GetXamlNamespaces() method ToString (line 264) | public override string ToString() method LookupSystemTypeOfProperty (line 292) | protected virtual Type LookupSystemTypeOfProperty() method LookupCustomAttribute (line 297) | private object LookupCustomAttribute(Type attrType) method LookupCustomAttributes (line 312) | protected virtual object[] LookupCustomAttributes(Type attrType) method LookupIsBrowsable (line 319) | private bool LookupIsBrowsable() method LookupIsObsolete (line 331) | private bool LookupIsObsolete() method LookupTypeOfProperty (line 343) | private XamlType LookupTypeOfProperty() method LookupTextSyntax (line 349) | protected virtual XamlTextSyntax LookupTextSyntax() method LookupDependsOn (line 375) | private XamlProperty LookupDependsOn() method LookupTargetType (line 396) | protected virtual XamlType LookupTargetType() method LookupIsAmbient (line 401) | private bool LookupIsAmbient() method CheckPropertyBit (line 409) | private bool CheckPropertyBit(BoolPropertyBits propertyBit) method LookupPropertyBit (line 425) | private bool LookupPropertyBit(BoolPropertyBits propertyBit) method CheckNonBoolValidBit (line 448) | private bool CheckNonBoolValidBit(NonBoolPropertyValidBits propBit) method SetNonBoolValidBit (line 456) | private void SetNonBoolValidBit(NonBoolPropertyValidBits propBit) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/CollectionReflector.cs class CollectionReflector (line 12) | internal static class CollectionReflector method LookupCollectionKind (line 29) | internal static XamlCollectionKind LookupCollectionKind(Type type, out... method LookupAddMethod (line 82) | internal static MethodInfo LookupAddMethod(Type type, XamlCollectionKi... method TryGetICollectionAdder (line 110) | private static bool TryGetICollectionAdder(Type type, out MethodInfo a... method TryGetCollectionAdder (line 128) | private static bool TryGetCollectionAdder(Type type, bool mayBeICollec... method TryGetIDictionaryAdder (line 175) | private static bool TryGetIDictionaryAdder(Type type, out MethodInfo a... method TryGetDictionaryAdder (line 193) | private static bool TryGetDictionaryAdder(Type type, bool mayBeIDictio... method GetAddMethod (line 238) | internal static MethodInfo GetAddMethod(Type type, Type contentType) method GetEnumeratorMethod (line 243) | internal static MethodInfo GetEnumeratorMethod(Type type) method GetIsReadOnlyMethod (line 255) | internal static MethodInfo GetIsReadOnlyMethod(Type collectionType, Ty... method LookupEnumeratorMethod (line 267) | private static MethodInfo LookupEnumeratorMethod(Type type) method GetGenericInterface (line 278) | private static Type GetGenericInterface(Type type, Type interfaceType,... method GetAddMethod (line 305) | private static MethodInfo GetAddMethod(Type type, int paramCount, out ... method GetBindingFlags (line 340) | private static BindingFlags GetBindingFlags(Type type) method GetMethod (line 353) | private static MethodInfo GetMethod(Type type, string name, Type[] arg... method GetPublicMethod (line 364) | private static MethodInfo GetPublicMethod(Type type, string name, int ... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/DirectiveProperty.cs class DirectiveProperty (line 24) | [DebuggerDisplay("DIRPROP {Name}")] method DirectiveProperty (line 33) | internal DirectiveProperty(XamlSchemaContext context, DirectivePropert... method GetXamlNamespaces (line 52) | public override IList GetXamlNamespaces() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/ImplicitProperty.cs type ImplicitPropertyType (line 22) | enum ImplicitPropertyType class ImplicitProperty (line 29) | [DebuggerDisplay("IMPLICIT {Name}")] method ImplicitProperty (line 39) | public ImplicitProperty() method ImplicitProperty (line 44) | public ImplicitProperty(ImplicitPropertyType implicitType, XamlType pr... method GetXamlNamespaces (line 92) | public override IList GetXamlNamespaces() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/MemberReflector.cs class MemberReflector (line 13) | internal class MemberReflector : Reflector method MemberReflector (line 39) | internal MemberReflector() method MemberReflector (line 44) | internal MemberReflector(bool isEvent) method MemberReflector (line 55) | internal MemberReflector(MethodInfo getter, MethodInfo setter, bool is... method MemberReflector (line 63) | internal MemberReflector(XamlType type, XamlValueConverter : Tuple method ReferenceEqualityTuple (line 12) | public ReferenceEqualityTuple(T1 item1, T2 item2) method Equals (line 17) | public override bool Equals(object obj) method GetHashCode (line 22) | public override int GetHashCode() method ReferenceEqualityTuple (line 30) | public ReferenceEqualityTuple(T1 item1, T2 item2, T3 item3) method Equals (line 35) | public override bool Equals(object obj) method GetHashCode (line 40) | public override int GetHashCode() class ReferenceEqualityTuple (line 28) | internal class ReferenceEqualityTuple : Tuple method ReferenceEqualityTuple (line 12) | public ReferenceEqualityTuple(T1 item1, T2 item2) method Equals (line 17) | public override bool Equals(object obj) method GetHashCode (line 22) | public override int GetHashCode() method ReferenceEqualityTuple (line 30) | public ReferenceEqualityTuple(T1 item1, T2 item2, T3 item3) method Equals (line 35) | public override bool Equals(object obj) method GetHashCode (line 40) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/Reflector.cs class Reflector (line 18) | internal abstract class Reflector method SetCustomAttributeProviderVolatile (line 31) | internal void SetCustomAttributeProviderVolatile(ICustomAttributeProvi... method IsAttributePresent (line 42) | public bool IsAttributePresent(Type attributeType) method GetAttributeString (line 62) | public string GetAttributeString(Type attributeType, out bool checkedI... method GetBracketCharacterAttributes (line 139) | public IReadOnlyDictionary GetBracketCharacterAttributes(T... method GetAttributeValue (line 173) | public T? GetAttributeValue(Type attributeType) where T : struct method GetAttributeType (line 216) | public Type GetAttributeType(Type attributeType) method GetAttributeTypes (line 263) | public Type[] GetAttributeTypes(Type attributeType, int count) method GetAllAttributeContents (line 298) | public List GetAllAttributeContents(Type attributeType) method GetFlag (line 364) | protected static bool? GetFlag(int bitMask, int bitToCheck) method GetValidMask (line 375) | protected static int GetValidMask(int flagMask) method SetFlag (line 384) | protected static void SetFlag(ref int bitMask, int bitToSet, bool value) method SetBit (line 394) | protected static void SetBit(ref int flags, int mask) method TypesAreEqual (line 408) | private static bool TypesAreEqual(Type userType, Type builtInType) method TokenizeBracketCharacters (line 420) | private ReadOnlyDictionary TokenizeBracketCharacters(Type ... method ExtractType (line 441) | private Type ExtractType(CustomAttributeData cad) method ExtractTypes (line 457) | private Type[] ExtractTypes(CustomAttributeData cad, int count) method ExtractType (line 477) | private Type ExtractType(CustomAttributeTypedArgument arg) method Extract (line 492) | private T Extract(CustomAttributeData cad) method EnsureAttributeData (line 508) | protected void EnsureAttributeData() method GetAttribute (line 516) | private CustomAttributeData GetAttribute(Type attributeType) method GetAttributes (line 530) | private void GetAttributes(Type attributeType, IList where T : class method SetIfNull (line 93) | public void SetIfNull(T value) method SetVolatile (line 99) | public void SetVolatile(T value) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/TypeReflector.cs class TypeReflector (line 15) | [Diagnostics.CodeAnalysis.SuppressMessage("Reliability", "CA2002:Do not ... method TypeReflector (line 70) | private TypeReflector() method TypeReflector (line 104) | public TypeReflector(Type underlyingType) method IsVisibleTo (line 125) | internal static bool IsVisibleTo(Type type, Assembly accessingAssembly... method IsInternal (line 157) | internal static bool IsInternal(Type type) method IsPublicOrInternal (line 162) | internal static bool IsPublicOrInternal(MethodBase method) method TryGetPositionalParameters (line 295) | internal bool TryGetPositionalParameters(int paramCount, out IList TryAddPositionalParameters(int paramCount, IL... method TryGetAliasedProperty (line 318) | internal bool TryGetAliasedProperty(XamlDirective directive, out XamlM... method TryAddAliasedProperty (line 355) | internal void TryAddAliasedProperty(XamlDirective directive, XamlMembe... method LookupNameScopeProperty (line 406) | internal static XamlMember LookupNameScopeProperty(XamlType xamlType) method LookupProperty (line 439) | internal PropertyInfo LookupProperty(string name) method LookupEvent (line 451) | internal EventInfo LookupEvent(string name) method LookupAllMembers (line 464) | internal void LookupAllMembers(out ICollection newProper... method LookupRemainingProperties (line 478) | internal IList LookupRemainingProperties() method FilterProperties (line 486) | private IList FilterProperties(PropertyInfo[] propList, ... method FilterEvents (line 548) | private ICollection FilterEvents(EventInfo[] eventList, Lis... method GetNonIndexerProperty (line 602) | private PropertyInfo GetNonIndexerProperty(string name) method IsPrivate (line 621) | private static bool IsPrivate(PropertyInfo pi) method IsPrivate (line 627) | private static bool IsPrivate(EventInfo ei) method IsPrivateOrNull (line 632) | private static bool IsPrivateOrNull(MethodInfo mi) method PickAttachablePropertyAccessors (line 641) | private void PickAttachablePropertyAccessors(List getters, method PickAttachableEventAdder (line 689) | private MethodInfo PickAttachableEventAdder(IEnumerable ad... method LookupAttachableProperty (line 706) | internal bool LookupAttachableProperty(string name, out MethodInfo get... method LookupAttachableEvent (line 723) | internal MethodInfo LookupAttachableEvent(string name) method LookupAllStaticAccessors (line 735) | private void LookupAllStaticAccessors(out Dictionary LookupStaticAdders(string name) method LookupStaticGetters (line 787) | private List LookupStaticGetters(string name) method LookupStaticSetters (line 795) | private List LookupStaticSetters(string name) method PrioritizeAccessors (line 805) | private void PrioritizeAccessors(MemberInfo[] accessors, bool isEvent,... method IsAttachablePropertyAccessor (line 851) | private bool IsAttachablePropertyAccessor(bool isEvent, bool isGetter,... method AddToMultiDict (line 866) | private static void AddToMultiDict(Dictionary... method IsAttachablePropertyGetter (line 909) | private bool IsAttachablePropertyGetter(MethodInfo mi, out string name) method IsAttachablePropertyGetter (line 926) | private bool IsAttachablePropertyGetter(MethodInfo mi) method IsAttachablePropertySetter (line 933) | private bool IsAttachablePropertySetter(MethodInfo mi, out string name) method IsAttachablePropertySetter (line 950) | private bool IsAttachablePropertySetter(MethodInfo mi) method IsAttachableEventAdder (line 957) | private bool IsAttachableEventAdder(MethodInfo mi, out string name) method IsAttachableEventAdder (line 975) | private bool IsAttachableEventAdder(MethodInfo mi) method LookupAllAttachableMembers (line 984) | internal IList LookupAllAttachableMembers(XamlSchemaContex... method GetOrCreateAttachableProperties (line 1001) | private void GetOrCreateAttachableProperties(XamlSchemaContext schemaC... method GetOrCreateAttachableEvents (line 1044) | private void GetOrCreateAttachableEvents(XamlSchemaContext schemaContext, method GetFlag (line 1068) | internal bool? GetFlag(BoolTypeBits typeBit) method SetFlag (line 1073) | internal void SetFlag(BoolTypeBits typeBit, bool value) method GetCustomAttribute (line 1086) | private static object GetCustomAttribute(Type attrType, Type reflected... method GetVisibility (line 1104) | private static TypeVisibility GetVisibility(Type type) type TypeVisibility (line 1127) | private enum TypeVisibility class ThreadSafeDictionary (line 1134) | internal class ThreadSafeDictionary : Dictionary where V :... method ThreadSafeDictionary (line 1138) | internal ThreadSafeDictionary() method TryGetValue (line 1156) | public new bool TryGetValue(K name, out V member) method TryAdd (line 1165) | public new V TryAdd(K name, V member) method SetComplete (line 1185) | private void SetComplete() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/UnknownProperty.cs class UnknownProperty (line 23) | [DebuggerDisplay("UNKNOWN {Name}")] method UnknownProperty (line 36) | public UnknownProperty(string name, XamlType declaringType, string xmlns) method UnknownProperty (line 41) | public UnknownProperty(string name, XamlType declaringType, string xml... method UnknownProperty (line 46) | public UnknownProperty(string name, XamlType declaringType, string xml... method UnknownProperty (line 51) | private UnknownProperty(string name, XamlType declaringType, string xm... method GetXamlNamespaces (line 93) | public override IList GetXamlNamespaces() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/XamlCollectionKind.cs type XamlCollectionKind (line 8) | public enum XamlCollectionKind:byte FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/XamlDirective.cs class XamlDirective (line 13) | public class XamlDirective : XamlMember method XamlDirective (line 18) | internal XamlDirective(ReadOnlyCollection immutableXamlNamespa... method XamlDirective (line 32) | public XamlDirective(IEnumerable xamlNamespaces, string name, ... method XamlDirective (line 52) | public XamlDirective(string xamlNamespace, string name) method GetHashCode (line 63) | public override int GetHashCode() method ToString (line 76) | public override string ToString() method GetXamlNamespaces (line 88) | public override IList GetXamlNamespaces() method NamespacesAreEqual (line 97) | internal static bool NamespacesAreEqual(XamlDirective directive1, Xaml... method LookupInvoker (line 118) | protected sealed override XamlMemberInvoker LookupInvoker() method LookupCustomAttributeProvider (line 123) | protected sealed override ICustomAttributeProvider LookupCustomAttribu... method LookupDependsOn (line 128) | protected sealed override IList LookupDependsOn() method LookupDeferringLoader (line 133) | protected sealed override XamlValueConverter Look... method LookupIsAmbient (line 138) | protected sealed override bool LookupIsAmbient() method LookupIsEvent (line 143) | protected sealed override bool LookupIsEvent() method LookupIsReadOnly (line 148) | protected sealed override bool LookupIsReadOnly() method LookupIsReadPublic (line 153) | protected sealed override bool LookupIsReadPublic() method LookupIsUnknown (line 158) | protected sealed override bool LookupIsUnknown() method LookupIsWriteOnly (line 163) | protected sealed override bool LookupIsWriteOnly() method LookupIsWritePublic (line 168) | protected sealed override bool LookupIsWritePublic() method LookupTargetType (line 173) | protected sealed override XamlType LookupTargetType() method LookupTypeConverter (line 178) | protected sealed override XamlValueConverter LookupType... method LookupType (line 184) | protected sealed override XamlType LookupType() method LookupUnderlyingGetter (line 190) | protected sealed override MethodInfo LookupUnderlyingGetter() method LookupUnderlyingMember (line 195) | protected sealed override MemberInfo LookupUnderlyingMember() method LookupUnderlyingSetter (line 200) | protected sealed override MethodInfo LookupUnderlyingSetter() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/XamlMemberInvoker.cs class XamlMemberInvoker (line 11) | public class XamlMemberInvoker method XamlMemberInvoker (line 19) | protected XamlMemberInvoker() method XamlMemberInvoker (line 23) | public XamlMemberInvoker(XamlMember member) method GetValue (line 51) | public virtual object GetValue(object instance) method SetValue (line 70) | public virtual void SetValue(object instance, object value) method ShouldSerializeValue (line 103) | public virtual ShouldSerializeResult ShouldSerializeValue(object insta... method ThrowIfUnknown (line 155) | private void ThrowIfUnknown() class DirectiveMemberInvoker (line 163) | private class DirectiveMemberInvoker : XamlMemberInvoker method GetValue (line 165) | public override object GetValue(object instance) method SetValue (line 170) | public override void SetValue(object instance, object value) type ShouldSerializeResult (line 177) | public enum ShouldSerializeResult FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/XamlNamespace.cs class XamlNamespace (line 16) | internal class XamlNamespace method XamlNamespace (line 26) | public XamlNamespace(XamlSchemaContext schemaContext) method XamlNamespace (line 32) | public XamlNamespace(XamlSchemaContext schemaContext, string clrNs, st... method Initialize (line 47) | private void Initialize() method GetAllXamlTypes (line 54) | public ICollection GetAllXamlTypes() => _allPublicTypes ??= ... method GetXamlType (line 56) | public XamlType GetXamlType(string typeName, params XamlType[] typeArgs) method TryGetXamlType (line 72) | private XamlType TryGetXamlType(string typeName) method TryGetXamlType (line 97) | private XamlType TryGetXamlType(string typeName, Type[] typeArgs) method MakeArrayType (line 129) | private static Type MakeArrayType(Type elementType, ReadOnlySpan... method MangleGenericTypeName (line 148) | private static string MangleGenericTypeName(ReadOnlySpan typeNam... method ConvertArrayOfXamlTypesToTypes (line 153) | private Type[] ConvertArrayOfXamlTypesToTypes(XamlType[] typeArgs) method TryGetType (line 175) | private Type TryGetType(string typeName) method LookupAllTypes (line 204) | private ICollection LookupAllTypes() method GetClrNamespacePair (line 236) | private AssemblyNamespacePair[] GetClrNamespacePair(string clrNs, stri... method SearchAssembliesForShortName (line 245) | private Type SearchAssembliesForShortName(string shortName) method AddAssemblyNamespacePair (line 269) | internal void AddAssemblyNamespacePair(AssemblyNamespacePair pair) method GetTypeExtensionName (line 293) | private string GetTypeExtensionName(string typeName) => typeName + Kno... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/XamlTypeInvoker.cs class XamlTypeInvoker (line 13) | public class XamlTypeInvoker method XamlTypeInvoker (line 25) | protected XamlTypeInvoker() method XamlTypeInvoker (line 29) | public XamlTypeInvoker(XamlType type) method AddToCollection (line 57) | public virtual void AddToCollection(object instance, object item) method AddToDictionary (line 91) | public virtual void AddToDictionary(object instance, object key, objec... method CreateInstance (line 125) | public virtual object CreateInstance(object[] arguments) method GetAddMethod (line 140) | public virtual MethodInfo GetAddMethod(XamlType contentType) method GetEnumeratorMethod (line 200) | public virtual MethodInfo GetEnumeratorMethod() method GetItems (line 210) | public virtual IEnumerator GetItems(object instance) method ThrowIfUnknown (line 247) | private void ThrowIfUnknown() class DefaultCtorXamlActivator (line 255) | private static class DefaultCtorXamlActivator method CreateInstance (line 261) | public static object CreateInstance(XamlTypeInvoker type) method CallCtorDelegate (line 272) | private static object CallCtorDelegate(XamlTypeInvoker type) method InvokeDelegate (line 279) | private static void InvokeDelegate(Action action, object arg... method EnsureConstructorDelegate (line 285) | private static bool EnsureConstructorDelegate(XamlTypeInvoker type) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/XamlTypeTypeConverter.cs class XamlTypeTypeConverter (line 11) | public class XamlTypeTypeConverter : TypeConverter method CanConvertFrom (line 13) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method ConvertFrom (line 18) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method CanConvertTo (line 32) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertTo (line 37) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... method ConvertXamlTypeToString (line 53) | internal static string ConvertXamlTypeToString(ITypeDescriptorContext ... method ConvertStringToXamlType (line 65) | private static XamlType ConvertStringToXamlType(ITypeDescriptorContext... method GetService (line 88) | private static TService GetService(ITypeDescriptorContext co... method GetXamlTypeOrUnknown (line 93) | private static XamlType GetXamlTypeOrUnknown(XamlSchemaContext schemaC... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/XamlValueConverter.cs class XamlValueConverter (line 11) | public class XamlValueConverter : IEquatable Name; method CreateInstance (line 70) | protected virtual TConverterBase CreateInstance() method GetDefaultName (line 91) | private string GetDefaultName() method Equals (line 106) | public override bool Equals(object obj) method GetHashCode (line 116) | public override int GetHashCode() method Equals (line 132) | public bool Equals(XamlValueConverter other) => this =... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/XaslMember.cs class XaslMember (line 22) | [DebuggerDisplay("{Name}")] method GetXmlNamespaces (line 151) | public override IList GetXmlNamespaces() method SetParentLink (line 239) | public void SetParentLink(XamlType parent) class XaslProperty (line 251) | internal class XaslDirective (line 277) | internal class XaslEvent (line 303) | internal class XaslAttachableMember (line 329) | internal class XaslAttachableProperty (line 345) | internal class XaslAttachableEvent (line 371) | internal FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/XaslMemberReference.cs class XaslMemberRefContext (line 22) | [TypeConverter(typeof(XaslTypeReferenceConverter))] method ResolveXamlType (line 30) | public XamlType ResolveXamlType(string name) class XaslMemberReference (line 37) | internal method XaslMemberReference (line 45) | internal XaslMemberReference(string name) method GetXmlNamespaces (line 169) | public override IList GetXmlNamespaces() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/XaslNamespace.cs class XaslNamespace (line 22) | [ContentProperty("Types")] method GetXamlType (line 86) | public override XamlType GetXamlType(string typeName, XamlType[] typeA... method GetAllXamlTypes (line 103) | public override IEnumerable GetAllXamlTypes() method GetDirectiveType (line 108) | public override XamlType GetDirectiveType(string name) method GetAllDirectiveTypes (line 119) | public override IEnumerable GetAllDirectiveTypes() method GetDirectiveProperty (line 124) | public override XamlProperty GetDirectiveProperty(string name) method GetAllDirectiveProperties (line 135) | public override IEnumerable GetAllDirectiveProperties() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/Schema/XmlNamespace.cs class XmlNamespace (line 21) | class XmlNamespace: XamlNamespace method XmlNamespace (line 26) | public XmlNamespace(XamlSchemaContext context) method GetXamlType (line 41) | public override XamlType GetXamlType(string typeName, XamlType[] typeA... method GetAllXamlTypes (line 46) | public override ICollection GetAllXamlTypes() method GetDirectiveType (line 53) | public override XamlType GetDirectiveType(string name) method GetAllDirectiveTypes (line 63) | public override IEnumerable GetAllDirectiveTypes() method GetDirectiveProperty (line 68) | public override XamlProperty GetDirectiveProperty(string name) method GetAllDirectiveProperties (line 84) | public override IEnumerable GetAllDirectiveProperties() method LoadDirectives (line 99) | private XamlDirectiveCollection LoadDirectives() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/WriterDelegate.cs class WriterDelegate (line 12) | internal class WriterDelegate : XamlWriter, IXamlLineInfoConsumer method WriterDelegate (line 18) | public WriterDelegate(XamlNodeAddDelegate add, XamlLineInfoAddDelegate... method WriteGetObject (line 27) | public override void WriteGetObject() method WriteStartObject (line 33) | public override void WriteStartObject(XamlType xamlType) method WriteEndObject (line 39) | public override void WriteEndObject() method WriteStartMember (line 45) | public override void WriteStartMember(XamlMember member) method WriteEndMember (line 51) | public override void WriteEndMember() method WriteValue (line 57) | public override void WriteValue(object value) method WriteNamespace (line 63) | public override void WriteNamespace(NamespaceDeclaration namespaceDecl... method Dispose (line 69) | protected override void Dispose(bool disposing) method SetLineInfo (line 100) | public void SetLineInfo(int lineNumber, int linePosition) method ThrowIsDisposed (line 116) | private void ThrowIsDisposed() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlBackgroundReader.cs class XamlBackgroundReader (line 14) | public class XamlBackgroundReader : XamlReader, IXamlLineInfo method XamlBackgroundReader (line 36) | public XamlBackgroundReader(XamlReader wrappedReader) method Initialize (line 42) | private void Initialize(XamlReader wrappedReader, int bufferSize) method StartThread (line 78) | public void StartThread() method StartThread (line 83) | public void StartThread(string threadName) method XamlReaderThreadStart (line 99) | private void XamlReaderThreadStart(object none) method SwapBuffers (line 122) | private void SwapBuffers() method AddToBuffer (line 133) | private void AddToBuffer(XamlNode node) method Add (line 144) | private void Add(XamlNodeType nodeType, object data) method AddLineInfo (line 162) | private void AddLineInfo(int lineNumber, int linePosition) method Next (line 174) | private XamlNode Next() method Next_ProcessLineInfo (line 213) | private XamlNode Next_ProcessLineInfo() method InterruptableTransform (line 233) | private void InterruptableTransform(XamlReader reader, XamlWriter writ... method Read (line 270) | public override bool Read() method Dispose (line 331) | protected override void Dispose(bool disposing) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlDeferringLoader.cs class XamlDeferringLoader (line 9) | public abstract class XamlDeferringLoader method Load (line 11) | public abstract object Load(XamlReader xamlReader, IServiceProvider se... method Save (line 13) | public abstract XamlReader Save(object value, IServiceProvider service... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlException.cs class XamlException (line 11) | [Serializable] // FxCop advised this be Serializable. method XamlException (line 14) | public XamlException(string message, Exception innerException, int lin... method XamlException (line 21) | public XamlException(string message, Exception innerException) method SetLineInfo (line 31) | internal void SetLineInfo(int lineNumber, int linePosition) method XamlException (line 59) | public XamlException() { } method XamlException (line 61) | public XamlException(string message) method XamlException (line 66) | protected XamlException(SerializationInfo info, StreamingContext context) method GetObjectData (line 77) | public override void GetObjectData(SerializationInfo info, StreamingCo... class XamlParseException (line 89) | [Serializable] // FxCop advised this be Serializable. method XamlParseException (line 92) | internal XamlParseException(MeScanner meScanner, string message) method XamlParseException (line 95) | internal XamlParseException(XamlScanner xamlScanner, string message) method XamlParseException (line 98) | internal XamlParseException(int lineNumber, int linePosition, string m... method XamlParseException (line 102) | public XamlParseException() { } method XamlParseException (line 104) | public XamlParseException(string message) method XamlParseException (line 107) | public XamlParseException(string message, Exception innerException) method XamlParseException (line 110) | protected XamlParseException(SerializationInfo info, StreamingContext ... class XamlObjectWriterException (line 120) | [Serializable] // FxCop advised this be Serializable. method XamlObjectWriterException (line 124) | public XamlObjectWriterException() { } method XamlObjectWriterException (line 126) | public XamlObjectWriterException(string message) method XamlObjectWriterException (line 129) | public XamlObjectWriterException(string message, Exception innerExcept... method XamlObjectWriterException (line 133) | protected XamlObjectWriterException(SerializationInfo info, StreamingC... class XamlDuplicateMemberException (line 137) | [Serializable] // FxCop advised this be Serializable. method XamlDuplicateMemberException (line 143) | public XamlDuplicateMemberException() { } method XamlDuplicateMemberException (line 145) | public XamlDuplicateMemberException(XamlMember member, XamlType type) method XamlDuplicateMemberException (line 152) | public XamlDuplicateMemberException(string message) method XamlDuplicateMemberException (line 155) | public XamlDuplicateMemberException(string message, Exception innerExc... method XamlDuplicateMemberException (line 158) | protected XamlDuplicateMemberException(SerializationInfo info, Streami... method GetObjectData (line 168) | public override void GetObjectData(SerializationInfo info, StreamingCo... class XamlInternalException (line 179) | [Serializable] // FxCop advised this be Serializable. method XamlInternalException (line 185) | public XamlInternalException() method XamlInternalException (line 188) | public XamlInternalException(string message) method XamlInternalException (line 191) | public XamlInternalException(string message, Exception innerException) method XamlInternalException (line 195) | protected XamlInternalException(SerializationInfo info, StreamingConte... class XamlSchemaException (line 199) | [Serializable] // FxCop advised this be Serializable. method XamlSchemaException (line 203) | public XamlSchemaException() { } method XamlSchemaException (line 205) | public XamlSchemaException(string message) method XamlSchemaException (line 208) | public XamlSchemaException(string message, Exception innerException) method XamlSchemaException (line 211) | protected XamlSchemaException(SerializationInfo info, StreamingContext... class XamlObjectReaderException (line 215) | [Serializable] method XamlObjectReaderException (line 218) | public XamlObjectReaderException() method XamlObjectReaderException (line 222) | public XamlObjectReaderException(string message) method XamlObjectReaderException (line 227) | public XamlObjectReaderException(string message, Exception innerExcept... method XamlObjectReaderException (line 232) | protected XamlObjectReaderException(SerializationInfo info, StreamingC... class XamlXmlWriterException (line 238) | [Serializable] method XamlXmlWriterException (line 241) | public XamlXmlWriterException() method XamlXmlWriterException (line 245) | public XamlXmlWriterException(string message) method XamlXmlWriterException (line 250) | public XamlXmlWriterException(string message, Exception innerException) method XamlXmlWriterException (line 255) | protected XamlXmlWriterException(SerializationInfo info, StreamingCont... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlLanguage.cs class XamlLanguage (line 16) | public static class XamlLanguage method TypeAlias (line 248) | internal static string TypeAlias(Type type) method LookupXamlDirective (line 263) | internal static XamlDirective LookupXamlDirective(string name) method LookupXamlType (line 314) | internal static XamlType LookupXamlType(string typeNamespace, string t... method LookupClrNamespaceType (line 378) | internal static Type LookupClrNamespaceType(AssemblyNamespacePair nsPa... method LookupXmlDirective (line 396) | internal static XamlDirective LookupXmlDirective(string name) method GetAllTypes (line 411) | private static ReadOnlyCollection GetAllTypes() method GetAllDirectives (line 417) | private static ReadOnlyCollection GetAllDirectives() method GetSchemaContext (line 428) | private static XamlSchemaContext GetSchemaContext() method GetXamlDirective (line 441) | private static XamlDirective GetXamlDirective(string name) method GetXamlDirective (line 446) | private static XamlDirective GetXamlDirective(string name, AllowedMemb... method GetXamlDirective (line 452) | private static XamlDirective GetXamlDirective(string name, XamlType xa... method GetXmlDirective (line 459) | private static XamlDirective GetXmlDirective(string name) method GetXamlType (line 465) | private static XamlType GetXamlType(Type type) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlMarkupExtensionWriter.cs class XamlMarkupExtensionWriter (line 10) | internal class XamlMarkupExtensionWriter : XamlWriter method XamlMarkupExtensionWriter (line 20) | public XamlMarkupExtensionWriter(XamlXmlWriter xamlXmlWriter) method XamlMarkupExtensionWriter (line 25) | public XamlMarkupExtensionWriter(XamlXmlWriter xamlXmlWriter, XamlMark... method Initialize (line 31) | private void Initialize(XamlXmlWriter xamlXmlWriter) method Dispose (line 42) | protected override void Dispose(bool disposing) method Reset (line 55) | public void Reset() method LookupPrefix (line 92) | private string LookupPrefix(XamlType type) method LookupPrefix (line 109) | private string LookupPrefix(XamlMember property) method CheckMemberForUniqueness (line 126) | private void CheckMemberForUniqueness(Node objectNode, XamlMember prop... method WriteStartObject (line 143) | public override void WriteStartObject(XamlType type) method WriteGetObject (line 148) | public override void WriteGetObject() method WriteEndObject (line 153) | public override void WriteEndObject() method WriteStartMember (line 158) | public override void WriteStartMember(XamlMember property) method WriteEndMember (line 163) | public override void WriteEndMember() method WriteNamespace (line 168) | public override void WriteNamespace(NamespaceDeclaration namespaceDecl... method WriteValue (line 173) | public override void WriteValue(object value) class Node (line 183) | private class Node class WriterState (line 210) | private abstract class WriterState method WriteStartObject (line 215) | public virtual void WriteStartObject(XamlMarkupExtensionWriter write... method WriteGetObject (line 220) | public virtual void WriteGetObject(XamlMarkupExtensionWriter writer) method WriteEndObject (line 225) | public virtual void WriteEndObject(XamlMarkupExtensionWriter writer) method WriteStartMember (line 230) | public virtual void WriteStartMember(XamlMarkupExtensionWriter write... method WriteEndMember (line 235) | public virtual void WriteEndMember(XamlMarkupExtensionWriter writer) method WriteValue (line 240) | public virtual void WriteValue(XamlMarkupExtensionWriter writer, str... method WriteNamespace (line 245) | public virtual void WriteNamespace(XamlMarkupExtensionWriter writer,... method ContainCharacterToEscape (line 250) | protected static bool ContainCharacterToEscape(string s) method FormatStringInCorrectSyntax (line 255) | protected static string FormatStringInCorrectSyntax(string s) method WritePrefix (line 275) | protected void WritePrefix(XamlMarkupExtensionWriter writer, string ... method WriteString (line 284) | public void WriteString(XamlMarkupExtensionWriter writer, string value) class Start (line 298) | private class Start : WriterState method Start (line 302) | private Start() { } method WriteStartObject (line 309) | public override void WriteStartObject(XamlMarkupExtensionWriter writ... class InObject (line 324) | private abstract class InObject : WriterState method InObject (line 326) | protected InObject() { } method WriteEndObject (line 333) | public override void WriteEndObject(XamlMarkupExtensionWriter writer) method UpdateStack (line 372) | protected void UpdateStack(XamlMarkupExtensionWriter writer, XamlMem... method WriteNonPositionalParameterMember (line 396) | protected void WriteNonPositionalParameterMember(XamlMarkupExtension... class InObjectBeforeMember (line 430) | private class InObjectBeforeMember : InObject method InObjectBeforeMember (line 434) | private InObjectBeforeMember() { } method WriteStartMember (line 446) | public override void WriteStartMember(XamlMarkupExtensionWriter writ... class InObjectAfterMember (line 460) | private class InObjectAfterMember : InObject method InObjectAfterMember (line 464) | private InObjectAfterMember() { } method WriteStartMember (line 476) | public override void WriteStartMember(XamlMarkupExtensionWriter writ... class InPositionalParameters (line 483) | private abstract class InPositionalParameters : WriterState method InPositionalParameters (line 485) | protected InPositionalParameters() method WriteValue (line 494) | public override void WriteValue(XamlMarkupExtensionWriter writer, st... method WriteStartObject (line 501) | public override void WriteStartObject(XamlMarkupExtensionWriter writ... class InPositionalParametersBeforeValue (line 509) | private class InPositionalParametersBeforeValue : InPositionalParameters method InPositionalParametersBeforeValue (line 513) | private InPositionalParametersBeforeValue() { } class InPositionalParametersAfterValue (line 526) | private class InPositionalParametersAfterValue : InPositionalParameters method InPositionalParametersAfterValue (line 530) | private InPositionalParametersAfterValue() { } method WriteEndMember (line 542) | public override void WriteEndMember(XamlMarkupExtensionWriter writer) class InMember (line 555) | private class InMember : WriterState method InMember (line 559) | private InMember() { } method WriteValue (line 566) | public override void WriteValue(XamlMarkupExtensionWriter writer, st... method WriteStartObject (line 572) | public override void WriteStartObject(XamlMarkupExtensionWriter writ... class InMemberAfterValueOrEndObject (line 592) | private class InMemberAfterValueOrEndObject : WriterState method InMemberAfterValueOrEndObject (line 596) | private InMemberAfterValueOrEndObject() { } method WriteEndMember (line 603) | public override void WriteEndMember(XamlMarkupExtensionWriter writer) class XamlMarkupExtensionWriterSettings (line 622) | internal class XamlMarkupExtensionWriterSettings FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlMember.cs class XamlMember (line 16) | public class XamlMember : IEquatable method XamlMember (line 34) | public XamlMember(string name, XamlType declaringType, bool isAttachable) method XamlMember (line 42) | public XamlMember(PropertyInfo propertyInfo, XamlSchemaContext schemaC... method XamlMember (line 47) | public XamlMember(PropertyInfo propertyInfo, XamlSchemaContext schemaC... method XamlMember (line 52) | internal XamlMember(PropertyInfo propertyInfo, XamlSchemaContext schem... method XamlMember (line 65) | public XamlMember(EventInfo eventInfo, XamlSchemaContext schemaContext) method XamlMember (line 70) | public XamlMember(EventInfo eventInfo, XamlSchemaContext schemaContext... method XamlMember (line 75) | internal XamlMember(EventInfo eventInfo, XamlSchemaContext schemaConte... method XamlMember (line 88) | public XamlMember(string attachablePropertyName, MethodInfo getter, Me... method XamlMember (line 94) | public XamlMember(string attachablePropertyName, MethodInfo getter, Me... method XamlMember (line 100) | internal XamlMember(string attachablePropertyName, MethodInfo getter, ... method XamlMember (line 123) | public XamlMember(string attachableEventName, MethodInfo adder, XamlSc... method XamlMember (line 128) | public XamlMember(string attachableEventName, MethodInfo adder, XamlSc... method XamlMember (line 134) | internal XamlMember(string attachableEventName, MethodInfo adder, Xaml... method XamlMember (line 150) | internal XamlMember(string name, MemberReflector reflector) method GetXamlNamespaces (line 343) | public virtual IList GetXamlNamespaces() method ToString (line 348) | public override string ToString() method IsReadVisibleTo (line 492) | internal bool IsReadVisibleTo(Assembly accessingAssembly, Type accessi... method IsWriteVisibleTo (line 511) | internal bool IsWriteVisibleTo(Assembly accessingAssembly, Type access... method LookupInvoker (line 531) | protected virtual XamlMemberInvoker LookupInvoker() method LookupCustomAttributeProvider (line 541) | protected virtual ICustomAttributeProvider LookupCustomAttributeProvid... method LookupDeferringLoader (line 546) | protected virtual XamlValueConverter LookupDeferr... method LookupDependsOn (line 565) | protected virtual IList LookupDependsOn() method LookupSerializationVisibility (line 594) | private DesignerSerializationVisibility? LookupSerializationVisibility() method LookupIsAmbient (line 606) | protected virtual bool LookupIsAmbient() method LookupIsEvent (line 616) | protected virtual bool LookupIsEvent() method LookupIsReadPublic (line 623) | protected virtual bool LookupIsReadPublic() method LookupIsReadOnly (line 634) | protected virtual bool LookupIsReadOnly() method LookupIsUnknown (line 644) | protected virtual bool LookupIsUnknown() method LookupIsWriteOnly (line 654) | protected virtual bool LookupIsWriteOnly() method LookupIsWritePublic (line 666) | protected virtual bool LookupIsWritePublic() method LookupTargetType (line 677) | protected virtual XamlType LookupTargetType() method LookupTypeConverter (line 698) | protected virtual XamlValueConverter LookupTypeConverter() method LookupValueSerializer (line 718) | protected virtual XamlValueConverter LookupValueSeria... method LookupMarkupExtensionBracketCharacters (line 743) | protected virtual IReadOnlyDictionary LookupMarkupExtensio... method LookupType (line 757) | protected virtual XamlType LookupType() method LookupUnderlyingGetter (line 763) | protected virtual MethodInfo LookupUnderlyingGetter() method LookupUnderlyingSetter (line 777) | protected virtual MethodInfo LookupUnderlyingSetter() method LookupUnderlyingMember (line 799) | protected virtual MemberInfo LookupUnderlyingMember() method ValidateGetter (line 840) | private static void ValidateGetter(MethodInfo method, string argumentN... method ValidateSetter (line 853) | private static void ValidateSetter(MethodInfo method, string argumentN... method GetDefaultFlag (line 894) | private static bool GetDefaultFlag(BoolMemberBits flagBit) method CreateReflector (line 899) | private void CreateReflector() method EnsureDefaultValue (line 906) | private void EnsureDefaultValue() method EnsureReflector (line 938) | private void EnsureReflector() method GetFlag (line 946) | private bool GetFlag(BoolMemberBits flagBit) method LookupBooleanValue (line 959) | private bool LookupBooleanValue(BoolMemberBits flag) method LookupConstructorArgument (line 991) | private string LookupConstructorArgument() method LookupSystemType (line 1002) | private Type LookupSystemType() method Equals (line 1037) | public override bool Equals(object obj) method GetHashCode (line 1043) | public override int GetHashCode() method Equals (line 1049) | public bool Equals(XamlMember other) type MemberType (line 1093) | private enum MemberType : byte FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlNodeList.cs class XamlNodeList (line 14) | public class XamlNodeList method XamlNodeList (line 21) | public XamlNodeList(XamlSchemaContext schemaContext) method XamlNodeList (line 27) | public XamlNodeList(XamlSchemaContext schemaContext, int size) method Initialize (line 33) | private void Initialize(XamlSchemaContext schemaContext, int size) method GetReader (line 52) | public XamlReader GetReader() method Add (line 67) | private void Add(XamlNodeType nodeType, object data) method AddLineInfo (line 87) | private void AddLineInfo(int lineNumber, int linePosition) method Index (line 102) | private XamlNode Index(int idx) method Clear (line 112) | public void Clear() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlNodeQueue.cs class XamlNodeQueue (line 13) | public class XamlNodeQueue method XamlNodeQueue (line 22) | public XamlNodeQueue(XamlSchemaContext schemaContext) method Add (line 60) | private void Add(XamlNodeType nodeType, object data) method AddLineInfo (line 73) | private void AddLineInfo(int lineNumber, int linePosition) method Next (line 89) | private XamlNode Next() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlObjectReader.cs class XamlObjectReader (line 21) | public class XamlObjectReader : XamlReader method XamlObjectReader (line 29) | public XamlObjectReader(object instance) method XamlObjectReader (line 34) | public XamlObjectReader(object instance, XamlObjectReaderSettings sett... method XamlObjectReader (line 39) | public XamlObjectReader(object instance, XamlSchemaContext schemaContext) method XamlObjectReader (line 44) | public XamlObjectReader(object instance, XamlSchemaContext schemaConte... method Read (line 88) | public override bool Read() method GetSerializationVisibility (line 184) | internal static DesignerSerializationVisibility GetSerializationVisibi... method GetConstructorArgument (line 191) | internal static string GetConstructorArgument(XamlMember member) method GetDefaultValue (line 198) | internal static bool GetDefaultValue(XamlMember member, out object value) class NameScopeMarkupInfo (line 212) | private class NameScopeMarkupInfo : ObjectMarkupInfo method Resume (line 217) | public void Resume(SerializerContext context) method EnsureNoDuplicateNames (line 223) | public override void EnsureNoDuplicateNames(Stack> n... class ObjectReferenceEqualityComparer (line 231) | private class ObjectReferenceEqualityComparer : IEqualityComparer method Equals (line 233) | public new bool Equals(object x, object y) method GetHashCode (line 238) | public int GetHashCode(object obj) class ValueMarkupInfo (line 245) | private class ValueMarkupInfo : ObjectOrValueMarkupInfo class MemberMarkupInfo (line 249) | private class MemberMarkupInfo : MarkupInfo method Decompose (line 257) | public override List Decompose() method FindNamespace (line 318) | public override void FindNamespace(SerializerContext context) method MemberRequiresNamespaceHoisting (line 332) | private bool MemberRequiresNamespaceHoisting(XamlMember member) method ConvertToXamlReader (line 338) | public static XamlTemplateMarkupInfo ConvertToXamlReader( method ForAttachedProperty (line 356) | public static MemberMarkupInfo ForAttachedProperty method ForDictionaryItems (line 393) | public static MemberMarkupInfo ForDictionaryItems( method ShouldOmitKey (line 472) | public static bool ShouldOmitKey(DictionaryEntry entry, SerializerCo... method ForProperty (line 500) | public static MemberMarkupInfo ForProperty( method ForSequence (line 531) | private static MemberMarkupInfo ForSequence(object source, XamlMembe... method ForDictionary (line 559) | private static MemberMarkupInfo ForDictionary(object source, XamlMem... method ForXmlSerializable (line 586) | private static MemberMarkupInfo ForXmlSerializable(object source, Xa... method ForReadWriteProperty (line 637) | private static MemberMarkupInfo ForReadWriteProperty( method RemoveObjectNodesForCollectionOrDictionary (line 666) | private static void RemoveObjectNodesForCollectionOrDictionary(Membe... method ForSequenceItems (line 698) | public static MemberMarkupInfo ForSequenceItems(object sourceOrValue... method ShouldUnwrapDueToWhitespace (line 801) | private static bool ShouldUnwrapDueToWhitespace(string value, XamlTy... method GetPropertyValueInfo (line 836) | private static ObjectOrValueMarkupInfo GetPropertyValueInfo( method GetPropertyValueInfoInternal (line 847) | private static ObjectOrValueMarkupInfo GetPropertyValueInfoInternal( method ThrowIfPropertiesAreAttached (line 901) | private static void ThrowIfPropertiesAreAttached(object value, XamlM... method ShouldWriteProperty (line 918) | private static bool ShouldWriteProperty(object source, XamlMember pr... class MarkupInfo (line 955) | private abstract class MarkupInfo method FindNamespace (line 958) | public virtual void FindNamespace(SerializerContext context) { } method Decompose (line 959) | public virtual List Decompose() { return null; } class EndObjectMarkupInfo (line 962) | private class EndObjectMarkupInfo : MarkupInfo method EndObjectMarkupInfo (line 966) | private EndObjectMarkupInfo() { XamlNode = new XamlNode(XamlNodeType... class EndMemberMarkupInfo (line 971) | private class EndMemberMarkupInfo : MarkupInfo method EndMemberMarkupInfo (line 975) | private EndMemberMarkupInfo() { XamlNode = new XamlNode(XamlNodeType... class NamespaceMarkupInfo (line 980) | private class NamespaceMarkupInfo : MarkupInfo class ObjectOrValueMarkupInfo (line 984) | private abstract class ObjectOrValueMarkupInfo : MarkupInfo method EnsureNoDuplicateNames (line 986) | public virtual void EnsureNoDuplicateNames(Stack> na... class ObjectMarkupInfo (line 989) | private class ObjectMarkupInfo : ObjectOrValueMarkupInfo method Decompose (line 1000) | public override List Decompose() method SortProperties (line 1007) | private void SortProperties() method ReorderPropertiesWithDO (line 1021) | private void ReorderPropertiesWithDO() method InsertPropertiesWithDO (line 1032) | private void InsertPropertiesWithDO(List propertiesWithDO) method IsMemberOnlyDependentOnAttributableMembers (line 1055) | private bool IsMemberOnlyDependentOnAttributableMembers(XamlMember m... method FindAllAttributableProperties (line 1068) | private HashSet FindAllAttributableProperties(out int posOfF... method SelectAndRemovePropertiesWithDO (line 1087) | private void SelectAndRemovePropertiesWithDO(out List re... method FindNamespace (line 1158) | public override void FindNamespace(SerializerContext context) method FindNamespaceForTypeArguments (line 1178) | private void FindNamespaceForTypeArguments(IList types, Se... method AddItemsProperty (line 1192) | private void AddItemsProperty(object value, SerializerContext contex... method GetMethodParams (line 1211) | private ParameterInfo[] GetMethodParams(MemberInfo memberInfo) method AddFactoryMethodAndValidateArguments (line 1224) | private void AddFactoryMethodAndValidateArguments(Type valueType, Me... method AddArgumentsMembers (line 1300) | private void AddArgumentsMembers(ICollection arguments, SerializerCo... method TryAddPositionalParameters (line 1323) | private bool TryAddPositionalParameters(XamlType xamlType, MemberInf... method AddRecordMembers (line 1389) | protected void AddRecordMembers(object value, SerializerContext cont... method TryGetInstanceDescriptorInfo (line 1394) | private bool TryGetInstanceDescriptorInfo(object value, SerializerCo... method ConvertToInstanceDescriptor (line 1411) | private void ConvertToInstanceDescriptor(SerializerContext context, ... method TryGetDefaultConstructorInfo (line 1422) | private bool TryGetDefaultConstructorInfo(XamlType type, out MemberI... method AddRecordMembers (line 1430) | protected void AddRecordMembers(object value, SerializerContext cont... method AddRecordMembers (line 1463) | private void AddRecordMembers(object value, method AddRecordConstructionMembers (line 1513) | private void AddRecordConstructionMembers(object value, XamlType val... method IsPropertyContent (line 1591) | private bool IsPropertyContent(MemberMarkupInfo propertyInfo, XamlTy... method GetConstructorInfo (line 1609) | private void GetConstructorInfo(object value, XamlType valueXamlType... method CheckTypeCanRoundtrip (line 1708) | private static void CheckTypeCanRoundtrip(ObjectMarkupInfo objInfo) method AssignName (line 1735) | public void AssignName(SerializerContext context) method AssignName (line 1744) | public void AssignName(string name, SerializerContext context) method AddNameProperty (line 1757) | public void AddNameProperty(SerializerContext context) method EnsureNoDuplicateNames (line 1776) | public override void EnsureNoDuplicateNames(Stack> n... method ConvertTypeAndMethodToString (line 1795) | private static string ConvertTypeAndMethodToString(Type type, string... method ForArray (line 1802) | private static ObjectMarkupInfo ForArray(Array value, SerializerCont... method AddAttachedProperties (line 1868) | private static void AddAttachedProperties(object value, ObjectMarkup... method ForNull (line 1902) | private static ObjectMarkupInfo ForNull() method ForObject (line 1907) | public static ObjectMarkupInfo ForObject(object value, SerializerCon... method ForObjectInternal (line 2021) | private static ObjectMarkupInfo ForObjectInternal(object value, Seri... method AddReference (line 2059) | private static void AddReference(object value, ObjectMarkupInfo obje... method ForTypeConverted (line 2064) | private static ObjectMarkupInfo ForTypeConverted(string value, objec... method IsEmptyString (line 2088) | private static bool IsEmptyString(MemberMarkupInfo propertyInfo) method IsNull (line 2101) | private static bool IsNull(MemberMarkupInfo propertyInfo) method PropertyUsedInMethodSignature (line 2108) | private static bool PropertyUsedInMethodSignature(XamlMember propert... method ValidateNamePropertyAndFindName (line 2128) | private static string ValidateNamePropertyAndFindName(MemberMarkupIn... class PropertySorterForXmlSyntax (line 2185) | private class PropertySorterForXmlSyntax : IComparer method Compare (line 2192) | public int Compare(MarkupInfo x, MarkupInfo y) class PropertySorterForCurlySyntax (line 2261) | private class PropertySorterForCurlySyntax : IComparer method Compare (line 2270) | public int Compare(MarkupInfo x, MarkupInfo y) method CanPropertyXamlRoundtrip (line 2321) | internal static bool CanPropertyXamlRoundtrip(XamlMember property, S... method GetXamlSerializableProperties (line 2327) | private static List GetXamlSerializableProperties(XamlTy... class ReferenceMarkupInfo (line 2342) | private class ReferenceMarkupInfo : ObjectMarkupInfo method ReferenceMarkupInfo (line 2347) | public ReferenceMarkupInfo(ObjectMarkupInfo target) method Decompose (line 2356) | public override List Decompose() class ReferenceTable (line 2424) | private class ReferenceTable method ReferenceTable (line 2435) | public ReferenceTable(ReferenceTable parent) method Add (line 2441) | public void Add(object value, ObjectMarkupInfo info) method AddToServiceProviderTable (line 2446) | public void AddToServiceProviderTable(object value, string name) method Find (line 2456) | public ObjectMarkupInfo Find(object value) method FindInServiceProviderTable (line 2468) | public string FindInServiceProviderTable(object value) class SerializerContext (line 2480) | private class SerializerContext method SerializerContext (line 2492) | public SerializerContext(XamlSchemaContext schemaContext, XamlObject... method ReserveDefaultPrefixForRootObject (line 2516) | public void ReserveDefaultPrefixForRootObject(object obj) method GetSortedNamespaceNodes (line 2544) | public List GetSortedNamespaceNodes() method CompareByValue (line 2569) | private static int CompareByValue(KeyValuePair x, Ke... method AllocateIdentifier (line 2575) | public string AllocateIdentifier() method TryHoistNamespaceDeclaration (line 2580) | public bool TryHoistNamespaceDeclaration(NamespaceDeclaration namesp... method FindPrefix (line 2598) | public string FindPrefix(string ns) method GetXamlType (line 2637) | public XamlType GetXamlType(Type clrType) method LocalAssemblyAwareGetXamlType (line 2649) | public XamlType LocalAssemblyAwareGetXamlType(Type clrType) method CanConvertTo (line 2660) | public bool CanConvertTo(TypeConverter converter, Type type) method CanRoundTripString (line 2665) | public bool CanRoundTripString(TypeConverter converter) method CanRoundtripUsingValueSerializer (line 2676) | public bool CanRoundtripUsingValueSerializer(ValueSerializer valueSe... method ConvertToString (line 2685) | public string ConvertToString(ValueSerializer valueSerializer, objec... method ConvertTo (line 2690) | public T ConvertTo(TypeConverter converter, object value) method TryValueSerializeToString (line 2695) | public bool TryValueSerializeToString(ValueSerializer valueSerialize... method TryTypeConvertToString (line 2713) | public bool TryTypeConvertToString(TypeConverter converter, ref obje... method TryConvertToMarkupExtension (line 2727) | public bool TryConvertToMarkupExtension(TypeConverter converter, ref... method ConvertXamlTypeToString (line 2736) | public string ConvertXamlTypeToString(XamlType type) method GetName (line 2743) | public string GetName(object objectToName) method IsPropertyReadVisible (line 2786) | public bool IsPropertyReadVisible(XamlMember property) method IsPropertyWriteVisible (line 2797) | public bool IsPropertyWriteVisible(XamlMember property) class TypeDescriptorAndValueSerializerContext (line 2809) | private class TypeDescriptorAndValueSerializerContext : IValueSerializ... method TypeDescriptorAndValueSerializerContext (line 2813) | public TypeDescriptorAndValueSerializerContext(SerializerContext con... method GetService (line 2833) | public object GetService(Type serviceType) method OnComponentChanged (line 2843) | public void OnComponentChanged() method OnComponentChanging (line 2847) | public bool OnComponentChanging() method LookupPrefix (line 2852) | public string LookupPrefix(string ns) method GetValueSerializerFor (line 2857) | public ValueSerializer GetValueSerializerFor(PropertyDescriptor prop... method GetValueSerializerFor (line 2862) | public ValueSerializer GetValueSerializerFor(Type type) method GetName (line 2869) | public string GetName(object value) class XamlTemplateMarkupInfo (line 2876) | private class XamlTemplateMarkupInfo : ObjectMarkupInfo method XamlTemplateMarkupInfo (line 2891) | public XamlTemplateMarkupInfo(XamlReader reader, SerializerContext c... method Decompose (line 3001) | public override List Decompose() method FindNamespace (line 3011) | public override void FindNamespace(SerializerContext context) class PartiallyOrderedList (line 3020) | private class PartiallyOrderedList : IEnumerable class Entry (line 3026) | private class Entry method Entry (line 3035) | public Entry(TKey key, TValue value) method Equals (line 3043) | public override bool Equals(object obj) method GetHashCode (line 3048) | public override int GetHashCode() method Add (line 3060) | public void Add(TKey key, TValue value) method GetEntryIndex (line 3080) | private int GetEntryIndex(TKey key) method SetOrder (line 3093) | public void SetOrder(TKey predecessor, TKey key) method TopologicalSort (line 3123) | private void TopologicalSort() method DepthFirstSearch (line 3141) | private void DepthFirstSearch(int index) method GetEnumerator (line 3183) | public IEnumerator GetEnumerator() method GetEnumerator (line 3206) | IEnumerator IEnumerable.GetEnumerator() class TypeConverterExtensions (line 3218) | internal static class TypeConverterExtensions method GetConverterInstance (line 3220) | public static TConverter GetConverterInstance(XamlValueC... class XamlMemberExtensions (line 3226) | private static class XamlMemberExtensions method GetNearestMember (line 3232) | internal static XamlMember GetNearestMember(XamlMember member, GetNe... method GetExcludedReadOnlyMember (line 3280) | private static XamlMember GetExcludedReadOnlyMember(XamlType type, s... method MeetsCriterion (line 3293) | private static bool MeetsCriterion(XamlMember member, GetNearestBase... type GetNearestBaseMemberCriterion (line 3309) | internal enum GetNearestBaseMemberCriterion FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlObjectReaderSettings.cs class XamlObjectReaderSettings (line 8) | public class XamlObjectReaderSettings : XamlReaderSettings FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlProperty.cs class XamlProperty (line 15) | internal method GetXamlNamespaces (line 73) | abstract public IList GetXamlNamespaces(); FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlReader.cs class XamlReader (line 7) | [SuppressMessage( method Read (line 14) | public abstract bool Read(); method Skip (line 25) | public virtual void Skip() method Dispose (line 52) | void IDisposable.Dispose() method Dispose (line 60) | protected virtual void Dispose(bool disposing) method Close (line 65) | public void Close() method ReadSubtree (line 72) | public virtual XamlReader ReadSubtree() method SkipFromTo (line 79) | private void SkipFromTo(XamlNodeType startNodeType, XamlNodeType endNo... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlRuntime.cs type IAddLineInfo (line 14) | internal interface IAddLineInfo method WithLineInfo (line 16) | XamlException WithLineInfo(XamlException ex); class XamlRuntime (line 19) | internal abstract class XamlRuntime method CreateInstance (line 23) | public abstract object CreateInstance(XamlType xamlType, object[] args); method CreateWithFactoryMethod (line 25) | public abstract object CreateWithFactoryMethod(XamlType xamlType, stri... method CreateFromValue (line 28) | public abstract object CreateFromValue(ServiceProviderContext serviceC... method CanConvertToString (line 31) | public abstract bool CanConvertToString(IValueSerializerContext contex... method CanConvertFrom (line 33) | public abstract bool CanConvertFrom(ITypeDescriptorContext context,... method CanConvertTo (line 35) | public abstract bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertToString (line 37) | public abstract string ConvertToString(IValueSerializerContext context... method ConvertToValue (line 39) | public abstract T ConvertToValue(ITypeDescriptorContext context, Ty... method DeferredLoad (line 41) | public abstract object DeferredLoad(ServiceProviderContext serviceCont... method DeferredSave (line 45) | public abstract XamlReader DeferredSave(IServiceProvider context, method GetValue (line 49) | public object GetValue(object obj, XamlMember property) method GetValue (line 54) | public abstract object GetValue(object obj, XamlMember property, bool ... method SetValue (line 56) | public abstract void SetValue(object obj, XamlMember property, object ... method SetUriBase (line 58) | public abstract void SetUriBase(XamlType xamlType, object obj, Uri bas... method SetXmlInstance (line 60) | public abstract void SetXmlInstance(object inst, XamlMember property, ... method Add (line 62) | public abstract void Add(object collection, XamlType collectionType, o... method AddToDictionary (line 64) | public abstract void AddToDictionary(object collection, XamlType dicti... method GetCollectionItems (line 66) | public abstract IList GetCollectionItems(object collection, Xa... method GetDictionaryItems (line 68) | public abstract IEnumerable GetDictionaryItems(object... method AttachedPropertyCount (line 70) | public abstract int AttachedPropertyCount(object instance); method GetAttachedProperties (line 72) | public abstract KeyValuePair[] Get... method SetConnectionId (line 74) | public abstract void SetConnectionId(object root, int connectionId, ob... method InitializationGuard (line 76) | public abstract void InitializationGuard(XamlType xamlType, object obj... method CallProvideValue (line 78) | public abstract object CallProvideValue(MarkupExtension me, IServicePr... method ShouldSerialize (line 80) | public abstract ShouldSerializeResult ShouldSerialize(XamlMember membe... method GetConverterInstance (line 82) | public abstract TConverterBase GetConverterInstance(Xa... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlSchemaContext.cs class XamlSchemaContext (line 24) | public class XamlSchemaContext method XamlSchemaContext (line 43) | public XamlSchemaContext() method XamlSchemaContext (line 46) | public XamlSchemaContext(XamlSchemaContextSettings settings) method XamlSchemaContext (line 49) | public XamlSchemaContext(IEnumerable referenceAssemblies) method XamlSchemaContext (line 52) | public XamlSchemaContext(IEnumerable referenceAssemblies, Xa... method GetAllXamlTypes (line 96) | public virtual ICollection GetAllXamlTypes(string xamlNamesp... method GetAllXamlNamespaces (line 103) | public virtual IEnumerable GetAllXamlNamespaces() method GetPreferredPrefix (line 138) | public virtual string GetPreferredPrefix(string xmlns) method GetPrefixForClrNs (line 173) | private string GetPrefixForClrNs(string clrNs, string assemblyName) method InitializePreferredPrefixes (line 215) | private void InitializePreferredPrefixes() method UpdatePreferredPrefixes (line 231) | private void UpdatePreferredPrefixes(XmlNsInfo newNamespaces, Concurre... method GetXamlDirective (line 257) | public virtual XamlDirective GetXamlDirective(string xamlNamespace, st... method GetXamlType (line 274) | public XamlType GetXamlType(XamlTypeName xamlTypeName) method GetXamlType (line 309) | protected internal virtual XamlType GetXamlType(string xamlNamespace, ... method TryGetCompatibleXamlNamespace (line 380) | public virtual bool TryGetCompatibleXamlNamespace(string xamlNamespace... method GetCompatibleNamespace (line 423) | private string GetCompatibleNamespace(string oldNs) method GetXamlType (line 541) | public virtual XamlType GetXamlType(Type type) method GetXamlType (line 548) | internal XamlType GetXamlType(Type type, string alias) method InitBracketCharacterCacheForType (line 566) | internal Dictionary InitBracketChara... method BuildBracketCharacterCacheForType (line 587) | private Dictionary BuildBracketChara... method GetValueConverter (line 613) | protected internal XamlValueConverter GetValueConverte... method GetProperty (line 628) | internal virtual XamlMember GetProperty(PropertyInfo pi) method GetEvent (line 641) | internal virtual XamlMember GetEvent(EventInfo ei) method GetAttachableProperty (line 655) | internal virtual XamlMember GetAttachableProperty(string name, MethodI... method GetAttachableEvent (line 668) | internal virtual XamlMember GetAttachableEvent(string name, MethodInfo... method AreInternalsVisibleTo (line 776) | internal bool AreInternalsVisibleTo(Assembly fromAssembly, Assembly to... method CleanupCollectedAssemblies (line 812) | private static void CleanupCollectedAssemblies(object schemaContextWea... method CleanupCollectedAssemblies (line 824) | private void CleanupCollectedAssemblies() method RegisterAssemblyCleanup (line 874) | private void RegisterAssemblyCleanup() method EnumerateXmlnsInfos (line 890) | private IEnumerable EnumerateXmlnsInfos() method EnumerateStaticAndDynamicXmlnsInfos (line 902) | private IEnumerable EnumerateStaticAndDynamicXmlnsInfos() method GetRootNamespace (line 915) | internal string GetRootNamespace(Assembly asm) method GetXamlNamespaces (line 921) | internal ReadOnlyCollection GetXamlNamespaces(XamlType type) method GetXamlNamespace (line 945) | private XamlNamespace GetXamlNamespace(string xmlns) method GetXmlNsInfo (line 969) | private XmlNsInfo GetXmlNsInfo(Assembly assembly) method GetXmlNsMappings (line 1035) | private ReadOnlyCollection GetXmlNsMappings(Assembly assembly,... method InitializeAssemblyLoadHook (line 1056) | private void InitializeAssemblyLoadHook() method SchemaContextAssemblyLoadEventHandler (line 1090) | private void SchemaContextAssemblyLoadEventHandler(object sender, Asse... method UpdateXmlNsInfo (line 1109) | private void UpdateXmlNsInfo() method UpdateXmlNsInfo (line 1172) | private bool UpdateXmlNsInfo(XmlNsInfo nsInfo) method UpdateNamespaceByUriList (line 1184) | private bool UpdateNamespaceByUriList(XmlNsInfo nsInfo) method CreateDictionary (line 1205) | internal static ConcurrentDictionary CreateDictionary() method CreateDictionary (line 1210) | internal static ConcurrentDictionary CreateDictionary(IEqu... method TryAdd (line 1215) | internal static V TryAdd(ConcurrentDictionary dictionary, ... method TryUpdate (line 1227) | internal static V TryUpdate(ConcurrentDictionary dictionar... method OnAssemblyResolve (line 1247) | protected internal virtual Assembly OnAssemblyResolve(string assemblyN... method ResolveReferenceAssembly (line 1264) | private Assembly ResolveReferenceAssembly(string assemblyName) method AssemblySatisfiesReference (line 1292) | private static bool AssemblySatisfiesReference(AssemblyName assemblyNa... method ResolveAssembly (line 1322) | private Assembly ResolveAssembly(string assemblyName) class AssemblyLoadHandler (line 1384) | private class AssemblyLoadHandler method AssemblyLoadHandler (line 1388) | public AssemblyLoadHandler(XamlSchemaContext schemaContext) method OnAssemblyLoad (line 1393) | private void OnAssemblyLoad(object sender, AssemblyLoadEventArgs args) method Hook (line 1399) | public void Hook() method Unhook (line 1404) | public void Unhook() class WeakReferenceList (line 1410) | private class WeakReferenceList : List, IList whe... method WeakReferenceList (line 1412) | public WeakReferenceList(int capacity) method IndexOf (line 1417) | int IList.IndexOf(T item) method Insert (line 1422) | void IList.Insert(int index, T item) method Add (line 1439) | void ICollection.Add(T item) method Contains (line 1444) | bool ICollection.Contains(T item) method CopyTo (line 1457) | void ICollection.CopyTo(T[] array, int arrayIndex) method Remove (line 1465) | bool ICollection.Remove(T item) method GetEnumerator (line 1475) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 1480) | IEnumerator IEnumerable.GetEnumerator() method Enumerate (line 1485) | private IEnumerable Enumerate() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlSchemaContextSettings.cs class XamlSchemaContextSettings (line 8) | public class XamlSchemaContextSettings method XamlSchemaContextSettings (line 13) | public XamlSchemaContextSettings() method XamlSchemaContextSettings (line 17) | public XamlSchemaContextSettings(XamlSchemaContextSettings settings) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlServices.cs class XamlServices (line 12) | [Diagnostics.CodeAnalysis.SuppressMessage("Reliability", "CA2000:Dispose... method Parse (line 20) | public static object Parse(string xaml) method Load (line 32) | public static object Load(string fileName) method Load (line 43) | public static object Load(Stream stream) method Load (line 54) | public static object Load(TextReader textReader) method Load (line 65) | public static object Load(XmlReader xmlReader) method Load (line 77) | public static object Load(XamlReader xamlReader) method Transform (line 88) | public static void Transform(XamlReader xamlReader, XamlWriter xamlWri... method Transform (line 94) | public static void Transform(XamlReader xamlReader, XamlWriter xamlWri... method Save (line 128) | public static string Save(object instance) method Save (line 139) | public static void Save(string fileName, object instance) method Save (line 156) | public static void Save(Stream stream, object instance) method Save (line 166) | public static void Save(TextWriter writer, object instance) method Save (line 176) | public static void Save(XmlWriter writer, object instance) method Save (line 185) | public static void Save(XamlWriter writer, object instance) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlSubreader.cs class XamlSubreader (line 8) | internal class XamlSubreader : XamlReader, IXamlLineInfo method XamlSubreader (line 17) | public XamlSubreader(XamlReader reader) method Read (line 27) | public override bool Read() method LimitedRead (line 121) | private bool LimitedRead() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlType.cs class XamlType (line 18) | public class XamlType : IEquatable method XamlType (line 38) | protected XamlType(string typeName, IList typeArguments, Xam... method XamlType (line 45) | public XamlType(string unknownTypeNamespace, string unknownTypeName, I... method XamlType (line 56) | public XamlType(Type underlyingType, XamlSchemaContext schemaContext) method XamlType (line 61) | public XamlType(Type underlyingType, XamlSchemaContext schemaContext, ... method XamlType (line 66) | internal XamlType(string alias, Type underlyingType, XamlSchemaContext... method GetMember (line 349) | public XamlMember GetMember(string name) method GetAllMembers (line 362) | public ICollection GetAllMembers() method GetAliasedProperty (line 382) | public XamlMember GetAliasedProperty(XamlDirective directive) method GetAttachableMember (line 397) | public XamlMember GetAttachableMember(string name) method GetAllAttachableMembers (line 411) | public ICollection GetAllAttachableMembers() method CanAssignTo (line 431) | public virtual bool CanAssignTo(XamlType xamlType) method GetPositionalParameters (line 468) | public IList GetPositionalParameters(int parameterCount) method GetXamlNamespaces (line 481) | public virtual IList GetXamlNamespaces() method ToString (line 495) | public override string ToString() method GetQualifiedName (line 607) | internal string GetQualifiedName() method IsVisibleTo (line 620) | internal bool IsVisibleTo(Assembly accessingAssembly) method GetAllExcludedReadOnlyMembers (line 632) | internal ICollection GetAllExcludedReadOnlyMembers() method GetConstructors (line 645) | internal IEnumerable GetConstructors() method GetConstructor (line 661) | internal ConstructorInfo GetConstructor(Type[] paramTypes) method LookupAliasedProperty (line 678) | protected virtual XamlMember LookupAliasedProperty(XamlDirective direc... method LookupAllowedContentTypes (line 725) | protected virtual IList LookupAllowedContentTypes() method LookupBaseType (line 747) | protected virtual XamlType LookupBaseType() method LookupCollectionKind (line 763) | protected virtual XamlCollectionKind LookupCollectionKind() method LookupConstructionRequiresArguments (line 780) | protected virtual bool LookupConstructionRequiresArguments() method LookupContentProperty (line 798) | protected virtual XamlMember LookupContentProperty() method LookupContentWrappers (line 819) | protected virtual IList LookupContentWrappers() method LookupCustomAttributeProvider (line 852) | protected virtual ICustomAttributeProvider LookupCustomAttributeProvid... method LookupDeferringLoader (line 857) | protected virtual XamlValueConverter LookupDeferr... method LookupIsConstructible (line 877) | protected virtual bool LookupIsConstructible() method LookupInvoker (line 916) | protected virtual XamlTypeInvoker LookupInvoker() method LookupIsMarkupExtension (line 921) | protected virtual bool LookupIsMarkupExtension() method LookupIsNameScope (line 926) | protected virtual bool LookupIsNameScope() method LookupIsNullable (line 931) | protected virtual bool LookupIsNullable() method LookupIsUnknown (line 941) | protected virtual bool LookupIsUnknown() method LookupIsWhitespaceSignificantCollection (line 951) | protected virtual bool LookupIsWhitespaceSignificantCollection() method LookupKeyType (line 976) | protected virtual XamlType LookupKeyType() method LookupItemType (line 995) | protected virtual XamlType LookupItemType() method LookupMarkupExtensionReturnType (line 1026) | protected virtual XamlType LookupMarkupExtensionReturnType() method LookupAllAttachableMembers (line 1047) | protected virtual IEnumerable LookupAllAttachableMembers() method LookupAllMembers (line 1058) | protected virtual IEnumerable LookupAllMembers() method LookupMember (line 1095) | protected virtual XamlMember LookupMember(string name, bool skipReadOn... method LookupAttachableMember (line 1132) | protected virtual XamlMember LookupAttachableMember(string name) method LookupPositionalParameters (line 1161) | protected virtual IList LookupPositionalParameters(int param... method LookupUnderlyingType (line 1183) | protected virtual Type LookupUnderlyingType() method LookupIsPublic (line 1188) | protected virtual bool LookupIsPublic() method LookupIsXData (line 1199) | protected virtual bool LookupIsXData() method LookupIsAmbient (line 1204) | protected virtual bool LookupIsAmbient() method LookupTypeConverter (line 1229) | protected virtual XamlValueConverter LookupTypeConverter() method LookupValueSerializer (line 1276) | protected virtual XamlValueConverter LookupValueSeria... method LookupTrimSurroundingWhitespace (line 1320) | protected virtual bool LookupTrimSurroundingWhitespace() method LookupUsableDuringInitialization (line 1339) | protected virtual bool LookupUsableDuringInitialization() method LookupSetMarkupExtensionHandler (line 1359) | protected virtual EventHandler Lookup... method LookupSetTypeConverterHandler (line 1384) | protected virtual EventHandler LookupSe... method AppendTypeName (line 1444) | private void AppendTypeName(StringBuilder sb, bool forceNsInitialization) method CreateReflector (line 1485) | private void CreateReflector() method EnsureReflector (line 1502) | private void EnsureReflector() method GetCollectionKind (line 1510) | private XamlCollectionKind GetCollectionKind() method GetFlag (line 1521) | private bool GetFlag(BoolTypeBits flagBit) method GetPropertyOrUnknown (line 1534) | private XamlMember GetPropertyOrUnknown(string propertyName, bool skip... method GetDefaultFlag (line 1545) | private static bool GetDefaultFlag(BoolTypeBits flagBit) method GetPublicAndInternalConstructors (line 1550) | private IEnumerable GetPublicAndInternalConstructors() method GetReadOnly (line 1561) | internal static ReadOnlyCollection GetReadOnly(IList list) method GetTypeArguments (line 1576) | private static ReadOnlyCollection GetTypeArguments(IList GetTypeArguments(Type type... method GetTypeName (line 1617) | private static string GetTypeName(Type type) method IsNullableGeneric (line 1638) | private bool IsNullableGeneric() method LookupAllExcludedReadOnlyMembers (line 1646) | private ICollection LookupAllExcludedReadOnlyMembers() method LookupAllPositionalParameters (line 1680) | private Dictionary> LookupAllPositionalParameters() method LookupBooleanValue (line 1725) | private bool LookupBooleanValue(BoolTypeBits typeBit) method TryGetAttributeString (line 1803) | private bool TryGetAttributeString(Type attributeType, out string result) method Equals (line 1834) | public override bool Equals(object obj) method GetHashCode (line 1840) | public override int GetHashCode() method Equals (line 1871) | public bool Equals(XamlType other) method TypeArgumentsAreEqual (line 1928) | private static bool TypeArgumentsAreEqual(XamlType xamlType1, XamlType... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlTypeName.cs class XamlTypeName (line 11) | [DebuggerDisplay("{ToString()}")] method XamlTypeName (line 19) | public XamlTypeName() method XamlTypeName (line 23) | public XamlTypeName(string xamlNamespace, string name) method XamlTypeName (line 28) | public XamlTypeName(string xamlNamespace, string name, IEnumerable typeNameList, INames... method Parse (line 92) | public static XamlTypeName Parse(string typeName, IXamlNamespaceResolv... method ParseList (line 107) | public static IList ParseList(string typeNameList, IXaml... method TryParse (line 122) | public static bool TryParse(string typeName, IXamlNamespaceResolver na... method TryParseList (line 132) | public static bool TryParseList(string typeNameList, IXamlNamespaceRes... method ConvertListToStringInternal (line 150) | internal static string ConvertListToStringInternal(IList... method ConvertListToStringInternal (line 157) | internal static void ConvertListToStringInternal(StringBuilder result,... method ParseInternal (line 175) | internal static XamlTypeName ParseInternal(string typeName, Func ParseListInternal(string typeNameL... method ConvertToStringInternal (line 195) | internal string ConvertToStringInternal(Func prefixGen... method ConvertToStringInternal (line 202) | internal void ConvertToStringInternal(StringBuilder result, Func namespaces, out string chosenN... method LookupPrefix (line 432) | internal string LookupPrefix(IList namespaces, out string chos... method IsPrefixEverUsedForAnotherNamespace (line 452) | private bool IsPrefixEverUsedForAnotherNamespace(string prefix, string... method DefinePrefix (line 463) | private string DefinePrefix(string ns) method CheckMemberForUniqueness (line 491) | private void CheckMemberForUniqueness(XamlMember property) method WriteDeferredNamespaces (line 522) | private void WriteDeferredNamespaces(XamlNodeType nodeType) method WriteTypeArguments (line 541) | private void WriteTypeArguments(XamlType type) method WriteUndefinedNamespaces (line 553) | private void WriteUndefinedNamespaces(XamlType type) method TypeArgumentsContainNamespaceThatNeedsDefinition (line 580) | private bool TypeArgumentsContainNamespaceThatNeedsDefinition(XamlType... method BuildTypeArgumentsString (line 607) | private string BuildTypeArgumentsString(IList typeArguments) method ConvertXamlTypeToString (line 623) | private string ConvertXamlTypeToString(XamlType typeArgument) method ConvertXamlTypeToStringHelper (line 630) | private void ConvertXamlTypeToStringHelper(XamlType type, StringBuilde... method GetTypeName (line 665) | internal static string GetTypeName(XamlType type) class Frame (line 676) | private class Frame method TryLookupPrefix (line 717) | public bool TryLookupPrefix(string ns, out string prefix) method TryLookupNamespace (line 728) | public bool TryLookupNamespace(string prefix, out string ns) method AssignNamespacePrefix (line 739) | public void AssignNamespacePrefix(string ns, string prefix) method IsEmpty (line 756) | public bool IsEmpty() method GetSortedPrefixMap (line 761) | public List> GetSortedPrefixMap() method CompareByKey (line 773) | private static int CompareByKey(KeyValuePair x, KeyV... class WriterState (line 779) | private abstract class WriterState method WriteObject (line 781) | public virtual void WriteObject(XamlXmlWriter writer, XamlType type,... method WriteEndObject (line 786) | public virtual void WriteEndObject(XamlXmlWriter writer) method WriteStartMember (line 791) | public virtual void WriteStartMember(XamlXmlWriter writer, XamlMembe... method WriteEndMember (line 796) | public virtual void WriteEndMember(XamlXmlWriter writer) method WriteValue (line 801) | public virtual void WriteValue(XamlXmlWriter writer, string value) method WriteNamespace (line 806) | public virtual void WriteNamespace(XamlXmlWriter writer, NamespaceDe... method WriteMemberAsElement (line 811) | protected static void WriteMemberAsElement(XamlXmlWriter writer) method WriteMemberAsAttribute (line 829) | protected static void WriteMemberAsAttribute(XamlXmlWriter writer) method WriteStartElementForObject (line 870) | protected static void WriteStartElementForObject(XamlXmlWriter write... method WriteStartAttribute (line 880) | private static void WriteStartAttribute(XamlXmlWriter writer, string... method WriteNode (line 892) | protected internal void WriteNode(XamlXmlWriter writer, XamlNode node) class Start (line 941) | private class Start : WriterState method Start (line 945) | private Start() { } method WriteNamespace (line 952) | public override void WriteNamespace(XamlXmlWriter writer, NamespaceD... method WriteObject (line 958) | public override void WriteObject(XamlXmlWriter writer, XamlType type... class End (line 976) | private class End : WriterState method End (line 979) | private End() { } class InRecord (line 987) | private class InRecord : WriterState method InRecord (line 991) | private InRecord() { } method WriteNamespace (line 998) | public override void WriteNamespace(XamlXmlWriter writer, NamespaceD... method WriteStartMember (line 1014) | public override void WriteStartMember(XamlXmlWriter writer, XamlMemb... method WriteEndObject (line 1085) | public override void WriteEndObject(XamlXmlWriter writer) class InRecordTryAttributes (line 1112) | private class InRecordTryAttributes : WriterState method InRecordTryAttributes (line 1116) | private InRecordTryAttributes() { } method WriteNamespace (line 1123) | public override void WriteNamespace(XamlXmlWriter writer, NamespaceD... method WriteStartMember (line 1131) | public override void WriteStartMember(XamlXmlWriter writer, XamlMemb... method WriteEndObject (line 1213) | public override void WriteEndObject(XamlXmlWriter writer) class InMember (line 1223) | private class InMember : WriterState method InMember (line 1227) | private InMember() { } method WriteNamespace (line 1234) | public override void WriteNamespace(XamlXmlWriter writer, NamespaceD... method WriteValue (line 1246) | public override void WriteValue(XamlXmlWriter writer, string value) method WriteXmlSpaceOrThrow (line 1325) | private void WriteXmlSpaceOrThrow(XamlXmlWriter writer, string value) method FindFrameWithXmlSpacePreserve (line 1337) | private Frame FindFrameWithXmlSpacePreserve(XamlXmlWriter writer) method WriteObject (line 1369) | public override void WriteObject(XamlXmlWriter writer, XamlType type... class InMemberAfterValue (line 1416) | private class InMemberAfterValue : WriterState method InMemberAfterValue (line 1420) | private InMemberAfterValue() { } method WriteNamespace (line 1427) | public override void WriteNamespace(XamlXmlWriter writer, NamespaceD... method WriteEndMember (line 1433) | public override void WriteEndMember(XamlXmlWriter writer) method WriteObject (line 1448) | public override void WriteObject(XamlXmlWriter writer, XamlType type... class InMemberAfterValueWithSignificantWhitespace (line 1460) | private class InMemberAfterValueWithSignificantWhitespace : WriterState method InMemberAfterValueWithSignificantWhitespace (line 1464) | private InMemberAfterValueWithSignificantWhitespace() { } method WriteNamespace (line 1471) | public override void WriteNamespace(XamlXmlWriter writer, NamespaceD... method WriteEndMember (line 1477) | public override void WriteEndMember(XamlXmlWriter writer) method WriteObject (line 1496) | public override void WriteObject(XamlXmlWriter writer, XamlType type... class InMemberAfterEndObject (line 1508) | private class InMemberAfterEndObject : WriterState method InMemberAfterEndObject (line 1512) | private InMemberAfterEndObject() { } method WriteNamespace (line 1519) | public override void WriteNamespace(XamlXmlWriter writer, NamespaceD... method WriteValue (line 1525) | public override void WriteValue(XamlXmlWriter writer, string value) method WriteEndMember (line 1531) | public override void WriteEndMember(XamlXmlWriter writer) method WriteObject (line 1537) | public override void WriteObject(XamlXmlWriter writer, XamlType type... class InMemberAttributedMember (line 1545) | private class InMemberAttributedMember : WriterState method InMemberAttributedMember (line 1549) | private InMemberAttributedMember() { } method WriteEndMember (line 1556) | public override void WriteEndMember(XamlXmlWriter writer) class InMemberTryAttributes (line 1578) | private class InMemberTryAttributes : WriterState method InMemberTryAttributes (line 1582) | private InMemberTryAttributes() { } method WriteNamespace (line 1589) | public override void WriteNamespace(XamlXmlWriter writer, NamespaceD... method WriteValue (line 1600) | public override void WriteValue(XamlXmlWriter writer, string value) method WriteObject (line 1608) | public override void WriteObject(XamlXmlWriter writer, XamlType type... class InMemberTryAttributesAfterValue (line 1637) | private class InMemberTryAttributesAfterValue : WriterState method InMemberTryAttributesAfterValue (line 1641) | private InMemberTryAttributesAfterValue() { } method WriteNamespace (line 1648) | public override void WriteNamespace(XamlXmlWriter writer, NamespaceD... method WriteEndMember (line 1661) | public override void WriteEndMember(XamlXmlWriter writer) method WriteObject (line 1667) | public override void WriteObject(XamlXmlWriter writer, XamlType type... class TryContentProperty (line 1682) | private class TryContentProperty : WriterState method TryContentProperty (line 1686) | private TryContentProperty() { } method WriteNamespace (line 1693) | public override void WriteNamespace(XamlXmlWriter writer, NamespaceD... method WriteValue (line 1700) | public override void WriteValue(XamlXmlWriter writer, string value) method WriteObject (line 1717) | public override void WriteObject(XamlXmlWriter writer, XamlType type... class TryContentPropertyInTryAttributesState (line 1725) | private class TryContentPropertyInTryAttributesState : WriterState method TryContentPropertyInTryAttributesState (line 1729) | private TryContentPropertyInTryAttributesState() { } method WriteNamespace (line 1736) | public override void WriteNamespace(XamlXmlWriter writer, NamespaceD... method WriteValue (line 1747) | public override void WriteValue(XamlXmlWriter writer, string value) method WriteObject (line 1766) | public override void WriteObject(XamlXmlWriter writer, XamlType type... class TryCurlyForm (line 1775) | private class TryCurlyForm : WriterState method TryCurlyForm (line 1779) | private TryCurlyForm() { } method WriteNodesInXmlForm (line 1786) | private void WriteNodesInXmlForm(XamlXmlWriter writer) method WriteObject (line 1800) | public override void WriteObject(XamlXmlWriter writer, XamlType type... method WriteEndObject (line 1819) | public override void WriteEndObject(XamlXmlWriter writer) method WriteStartMember (line 1840) | public override void WriteStartMember(XamlXmlWriter writer, XamlMemb... method WriteEndMember (line 1852) | public override void WriteEndMember(XamlXmlWriter writer) method WriteNamespace (line 1864) | public override void WriteNamespace(XamlXmlWriter writer, NamespaceD... method WriteValue (line 1876) | public override void WriteValue(XamlXmlWriter writer, string value) class ExpandPositionalParameters (line 1889) | private class ExpandPositionalParameters : WriterState method ExpandPositionalParameters (line 1893) | private ExpandPositionalParameters() { } method ExpandPositionalParametersIntoProperties (line 1900) | private void ExpandPositionalParametersIntoProperties(XamlXmlWriter ... method GetParametersInfo (line 1959) | private ParameterInfo[] GetParametersInfo(XamlType objectXamlType, i... method GetAllPropertiesWithCAA (line 1994) | private List GetAllPropertiesWithCAA(XamlType objectXaml... method WriteNodes (line 2021) | private void WriteNodes(XamlXmlWriter writer) method ThrowIfFailed (line 2036) | private void ThrowIfFailed(bool fail, string operation) method WriteObject (line 2044) | public override void WriteObject(XamlXmlWriter writer, XamlType type... method WriteEndObject (line 2069) | public override void WriteEndObject(XamlXmlWriter writer) method WriteStartMember (line 2082) | public override void WriteStartMember(XamlXmlWriter writer, XamlMemb... method WriteEndMember (line 2099) | public override void WriteEndMember(XamlXmlWriter writer) method WriteValue (line 2112) | public override void WriteValue(XamlXmlWriter writer, string value) class PositionalParameterStateInfo (line 2129) | private class PositionalParameterStateInfo method PositionalParameterStateInfo (line 2131) | public PositionalParameterStateInfo(XamlXmlWriter xamlXmlWriter) method Reset (line 2172) | public void Reset() class XamlPropertySet (line 2187) | internal class XamlPropertySet method Contains (line 2191) | public bool Contains(XamlMember member) method Add (line 2196) | public void Add(XamlMember member) FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlXmlWriterSettings.cs class XamlXmlWriterSettings (line 8) | public class XamlXmlWriterSettings : XamlWriterSettings method Copy (line 15) | public XamlXmlWriterSettings Copy() FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/ms/Internal/Markup/StringValueSerializer.cs class StringValueSerializer (line 12) | internal sealed class StringValueSerializer : ValueSerializer method StringValueSerializer (line 14) | public StringValueSerializer() { } method CanConvertToString (line 16) | public override bool CanConvertToString(object? value, IValueSerialize... method CanConvertFromString (line 21) | public override bool CanConvertFromString(string? value, IValueSeriali... method ConvertFromString (line 26) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 31) | public override string? ConvertToString(object? value, IValueSerialize... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/ms/Internal/Markup/TypeConverterValueSerializer.cs class TypeConverterValueSerializer (line 15) | internal sealed class TypeConverterValueSerializer : ValueSerializer method TypeConverterValueSerializer (line 19) | public TypeConverterValueSerializer(TypeConverter converter) method CanConvertToString (line 24) | public override bool CanConvertToString(object? value, IValueSerialize... method ConvertToString (line 29) | public override string? ConvertToString(object? value, IValueSerialize... method CanConvertFromString (line 34) | public override bool CanConvertFromString(string? value, IValueSeriali... method ConvertFromString (line 39) | public override object? ConvertFromString(string value, IValueSerializ... FILE: src/Microsoft.DotNet.Wpf/src/System.Xaml/ref/System.Xaml.cs class AcceptedMarkupExtensionExpressionTypeAttribute (line 6) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method AcceptedMarkupExtensionExpressionTypeAttribute (line 10) | public AcceptedMarkupExtensionExpressionTypeAttribute(System.Type type... class AmbientAttribute (line 13) | [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.A... method AmbientAttribute (line 16) | public AmbientAttribute() { } class ArrayExtension (line 18) | [System.Windows.Markup.ContentPropertyAttribute("Items")] method ArrayExtension (line 22) | public ArrayExtension() { } method ArrayExtension (line 23) | public ArrayExtension(System.Array elements) { } method ArrayExtension (line 24) | public ArrayExtension(System.Type arrayType) { } method AddChild (line 29) | public void AddChild(object value) { } method AddText (line 30) | public void AddText(string text) { } method ProvideValue (line 31) | public override object ProvideValue(System.IServiceProvider servicePro... class ConstructorArgumentAttribute (line 33) | [System.AttributeUsageAttribute(System.AttributeTargets.Property, AllowM... method ConstructorArgumentAttribute (line 36) | public ConstructorArgumentAttribute(string argumentName) { } class ContentPropertyAttribute (line 39) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method ContentPropertyAttribute (line 42) | public ContentPropertyAttribute() { } method ContentPropertyAttribute (line 43) | public ContentPropertyAttribute(string name) { } class ContentWrapperAttribute (line 46) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method ContentWrapperAttribute (line 49) | public ContentWrapperAttribute(System.Type contentWrapper) { } method Equals (line 52) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 53) | public override int GetHashCode() { throw null; } class DateTimeValueSerializer (line 55) | public partial class DateTimeValueSerializer : System.Windows.Markup.Val... method DateTimeValueSerializer (line 57) | public DateTimeValueSerializer() { } method CanConvertFromString (line 58) | public override bool CanConvertFromString(string value, System.Windows... method CanConvertToString (line 59) | public override bool CanConvertToString(object value, System.Windows.M... method ConvertFromString (line 60) | public override object ConvertFromString(string value, System.Windows.... method ConvertToString (line 61) | public override string ConvertToString(object value, System.Windows.Ma... class DependsOnAttribute (line 63) | [System.AttributeUsageAttribute(System.AttributeTargets.Method | System.... method DependsOnAttribute (line 66) | public DependsOnAttribute(string name) { } class DictionaryKeyPropertyAttribute (line 70) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method DictionaryKeyPropertyAttribute (line 73) | public DictionaryKeyPropertyAttribute(string name) { } type IComponentConnector (line 76) | public partial interface IComponentConnector method Connect (line 78) | void Connect(int connectionId, object target); method InitializeComponent (line 79) | void InitializeComponent(); type INameScope (line 81) | public partial interface INameScope method FindName (line 83) | object FindName(string name); method RegisterName (line 84) | void RegisterName(string name, object scopedElement); method UnregisterName (line 85) | void UnregisterName(string name); type INameScopeDictionary (line 87) | public partial interface INameScopeDictionary : System.Collections.Gener... type IProvideValueTarget (line 90) | public partial interface IProvideValueTarget type IQueryAmbient (line 95) | public partial interface IQueryAmbient method IsAmbientPropertyAvailable (line 97) | bool IsAmbientPropertyAvailable(string propertyName); type IUriContext (line 99) | public partial interface IUriContext type IValueSerializerContext (line 103) | public partial interface IValueSerializerContext : System.ComponentModel... method GetValueSerializerFor (line 105) | System.Windows.Markup.ValueSerializer GetValueSerializerFor(System.Com... method GetValueSerializerFor (line 106) | System.Windows.Markup.ValueSerializer GetValueSerializerFor(System.Typ... type IXamlTypeResolver (line 108) | public partial interface IXamlTypeResolver method Resolve (line 110) | System.Type Resolve(string qualifiedTypeName); class MarkupExtension (line 112) | public abstract partial class MarkupExtension method MarkupExtension (line 114) | protected MarkupExtension() { } method ProvideValue (line 115) | public abstract object ProvideValue(System.IServiceProvider servicePro... class MarkupExtensionBracketCharactersAttribute (line 117) | [System.AttributeUsageAttribute(System.AttributeTargets.Property, AllowM... method MarkupExtensionBracketCharactersAttribute (line 120) | public MarkupExtensionBracketCharactersAttribute(char openingBracket, ... class MarkupExtensionReturnTypeAttribute (line 124) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method MarkupExtensionReturnTypeAttribute (line 127) | public MarkupExtensionReturnTypeAttribute() { } method MarkupExtensionReturnTypeAttribute (line 128) | public MarkupExtensionReturnTypeAttribute(System.Type returnType) { } method MarkupExtensionReturnTypeAttribute (line 129) | [System.ObsoleteAttribute("The expressionType argument is not used by ... class MemberDefinition (line 135) | public abstract partial class MemberDefinition method MemberDefinition (line 137) | protected MemberDefinition() { } class NameReferenceConverter (line 140) | public partial class NameReferenceConverter : System.ComponentModel.Type... method NameReferenceConverter (line 142) | public NameReferenceConverter() { } method CanConvertFrom (line 143) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 144) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 145) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 146) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class NameScopePropertyAttribute (line 148) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method NameScopePropertyAttribute (line 151) | public NameScopePropertyAttribute(string name) { } method NameScopePropertyAttribute (line 152) | public NameScopePropertyAttribute(string name, System.Type type) { } class NullExtension (line 156) | [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(object))] method NullExtension (line 159) | public NullExtension() { } method ProvideValue (line 160) | public override object ProvideValue(System.IServiceProvider servicePro... class PropertyDefinition (line 162) | public partial class PropertyDefinition : System.Windows.Markup.MemberDe... method PropertyDefinition (line 164) | public PropertyDefinition() { } class Reference (line 172) | [System.Windows.Markup.ContentPropertyAttribute("Name")] method Reference (line 175) | public Reference() { } method Reference (line 176) | public Reference(string name) { } method ProvideValue (line 179) | public override object ProvideValue(System.IServiceProvider servicePro... class RootNamespaceAttribute (line 181) | [System.AttributeUsageAttribute(System.AttributeTargets.Assembly)] method RootNamespaceAttribute (line 184) | public RootNamespaceAttribute(string nameSpace) { } class RuntimeNamePropertyAttribute (line 187) | [System.AttributeUsageAttribute(System.AttributeTargets.Class)] method RuntimeNamePropertyAttribute (line 190) | public RuntimeNamePropertyAttribute(string name) { } class StaticExtension (line 193) | [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(object))] method StaticExtension (line 196) | public StaticExtension() { } method StaticExtension (line 197) | public StaticExtension(string member) { } method ProvideValue (line 202) | public override object ProvideValue(System.IServiceProvider servicePro... class TrimSurroundingWhitespaceAttribute (line 204) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method TrimSurroundingWhitespaceAttribute (line 207) | public TrimSurroundingWhitespaceAttribute() { } class TypeExtension (line 209) | [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(System.... method TypeExtension (line 212) | public TypeExtension() { } method TypeExtension (line 213) | public TypeExtension(string typeName) { } method TypeExtension (line 214) | public TypeExtension(System.Type type) { } method ProvideValue (line 220) | public override object ProvideValue(System.IServiceProvider servicePro... class UidPropertyAttribute (line 222) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method UidPropertyAttribute (line 225) | public UidPropertyAttribute(string name) { } class UsableDuringInitializationAttribute (line 228) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method UsableDuringInitializationAttribute (line 231) | public UsableDuringInitializationAttribute(bool usable) { } class ValueSerializer (line 234) | public abstract partial class ValueSerializer method ValueSerializer (line 236) | protected ValueSerializer() { } method CanConvertFromString (line 237) | public virtual bool CanConvertFromString(string value, System.Windows.... method CanConvertToString (line 238) | public virtual bool CanConvertToString(object value, System.Windows.Ma... method ConvertFromString (line 239) | public virtual object ConvertFromString(string value, System.Windows.M... method ConvertToString (line 240) | public virtual string ConvertToString(object value, System.Windows.Mar... method GetConvertFromException (line 241) | protected System.Exception GetConvertFromException(object value) { thr... method GetConvertToException (line 242) | protected System.Exception GetConvertToException(object value, System.... method GetSerializerFor (line 243) | public static System.Windows.Markup.ValueSerializer GetSerializerFor(S... method GetSerializerFor (line 244) | public static System.Windows.Markup.ValueSerializer GetSerializerFor(S... method GetSerializerFor (line 245) | public static System.Windows.Markup.ValueSerializer GetSerializerFor(S... method GetSerializerFor (line 246) | public static System.Windows.Markup.ValueSerializer GetSerializerFor(S... method TypeReferences (line 247) | public virtual System.Collections.Generic.IEnumerable Typ... class WhitespaceSignificantCollectionAttribute (line 249) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method WhitespaceSignificantCollectionAttribute (line 252) | public WhitespaceSignificantCollectionAttribute() { } class XamlDeferLoadAttribute (line 254) | [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.A... method XamlDeferLoadAttribute (line 257) | public XamlDeferLoadAttribute(string loaderType, string contentType) { } method XamlDeferLoadAttribute (line 258) | public XamlDeferLoadAttribute(System.Type loaderType, System.Type cont... class XamlSetMarkupExtensionAttribute (line 264) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, Inherited... method XamlSetMarkupExtensionAttribute (line 267) | public XamlSetMarkupExtensionAttribute(string xamlSetMarkupExtensionHa... class XamlSetMarkupExtensionEventArgs (line 270) | public partial class XamlSetMarkupExtensionEventArgs : System.Windows.Ma... method XamlSetMarkupExtensionEventArgs (line 272) | public XamlSetMarkupExtensionEventArgs(System.Xaml.XamlMember member, ... method CallBase (line 275) | public override void CallBase() { } class XamlSetTypeConverterAttribute (line 277) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, Inherited... method XamlSetTypeConverterAttribute (line 280) | public XamlSetTypeConverterAttribute(string xamlSetTypeConverterHandle... class XamlSetTypeConverterEventArgs (line 283) | public partial class XamlSetTypeConverterEventArgs : System.Windows.Mark... method XamlSetTypeConverterEventArgs (line 285) | public XamlSetTypeConverterEventArgs(System.Xaml.XamlMember member, Sy... method CallBase (line 289) | public override void CallBase() { } class XamlSetValueEventArgs (line 291) | public partial class XamlSetValueEventArgs : System.EventArgs method XamlSetValueEventArgs (line 293) | public XamlSetValueEventArgs(System.Xaml.XamlMember member, object val... method CallBase (line 297) | public virtual void CallBase() { } class XData (line 299) | [System.Windows.Markup.ContentPropertyAttribute("Text")] method XData (line 302) | public XData() { } class XmlLangPropertyAttribute (line 306) | [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMult... method XmlLangPropertyAttribute (line 309) | public XmlLangPropertyAttribute(string name) { } class XmlnsCompatibleWithAttribute (line 312) | [System.AttributeUsageAttribute(System.AttributeTargets.Assembly, AllowM... method XmlnsCompatibleWithAttribute (line 315) | public XmlnsCompatibleWithAttribute(string oldNamespace, string newNam... class XmlnsDefinitionAttribute (line 319) | [System.AttributeUsageAttribute(System.AttributeTargets.Assembly, AllowM... method XmlnsDefinitionAttribute (line 322) | public XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespa... class XmlnsPrefixAttribute (line 327) | [System.AttributeUsageAttribute(System.AttributeTargets.Assembly, AllowM... method XmlnsPrefixAttribute (line 330) | public XmlnsPrefixAttribute(string xmlNamespace, string prefix) { } class AmbientPropertyValue (line 337) | public partial class AmbientPropertyValue method AmbientPropertyValue (line 339) | public AmbientPropertyValue(System.Xaml.XamlMember property, object va... class AttachableMemberIdentifier (line 343) | public partial class AttachableMemberIdentifier : System.IEquatable(object instance, System.Xaml.Atta... type IAmbientProvider (line 364) | public partial interface IAmbientProvider method GetAllAmbientValues (line 366) | System.Collections.Generic.IEnumerable GetAllAmbientValues(par... method GetFirstAmbientValue (line 369) | System.Xaml.AmbientPropertyValue GetFirstAmbientValue(System.Collectio... method GetFirstAmbientValue (line 370) | object GetFirstAmbientValue(params System.Xaml.XamlType[] types); type IAttachedPropertyStore (line 372) | public partial interface IAttachedPropertyStore method CopyPropertiesTo (line 375) | void CopyPropertiesTo(System.Collections.Generic.KeyValuePair na... method GetFixupToken (line 418) | object GetFixupToken(System.Collections.Generic.IEnumerable na... method Resolve (line 419) | object Resolve(string name); method Resolve (line 420) | object Resolve(string name, out bool isFullyInitialized); type IXamlNamespaceResolver (line 422) | public partial interface IXamlNamespaceResolver method GetNamespace (line 424) | string GetNamespace(string prefix); method GetNamespacePrefixes (line 425) | System.Collections.Generic.IEnumerable xa... method XamlDirective (line 469) | public XamlDirective(string xamlNamespace, string name) : base (defaul... method GetHashCode (line 471) | public override int GetHashCode() { throw null; } method GetXamlNamespaces (line 472) | public override System.Collections.Generic.IList GetXamlNamesp... method LookupCustomAttributeProvider (line 473) | protected sealed override System.Reflection.ICustomAttributeProvider L... method LookupDeferringLoader (line 474) | protected sealed override System.Xaml.Schema.XamlValueConverter method XamlMember (line 582) | public XamlMember(System.Reflection.EventInfo eventInfo, System.Xaml.X... method XamlMember (line 583) | public XamlMember(System.Reflection.EventInfo eventInfo, System.Xaml.X... method XamlMember (line 584) | public XamlMember(System.Reflection.PropertyInfo propertyInfo, System.... method XamlMember (line 585) | public XamlMember(System.Reflection.PropertyInfo propertyInfo, System.... method XamlMember (line 586) | public XamlMember(string attachablePropertyName, System.Reflection.Met... method XamlMember (line 587) | public XamlMember(string attachablePropertyName, System.Reflection.Met... method XamlMember (line 588) | public XamlMember(string attachableEventName, System.Reflection.Method... method XamlMember (line 589) | public XamlMember(string attachableEventName, System.Reflection.Method... method XamlMember (line 590) | public XamlMember(string name, System.Xaml.XamlType declaringType, boo... method Equals (line 614) | public override bool Equals(object obj) { throw null; } method Equals (line 615) | public bool Equals(System.Xaml.XamlMember other) { throw null; } method GetHashCode (line 616) | public override int GetHashCode() { throw null; } method GetXamlNamespaces (line 617) | public virtual System.Collections.Generic.IList GetXamlNamespa... method LookupCustomAttributeProvider (line 618) | protected virtual System.Reflection.ICustomAttributeProvider LookupCus... method LookupDeferringLoader (line 619) | protected virtual System.Xaml.Schema.XamlValueConverter GetAllXa... method GetAllXamlTypes (line 802) | public virtual System.Collections.Generic.ICollection method XamlType (line 845) | protected XamlType(string typeName, System.Collections.Generic.IList ... method GetAllMembers (line 887) | public System.Collections.Generic.ICollection ... method GetAttachableMember (line 888) | public System.Xaml.XamlMember GetAttachableMember(string name) { throw... method GetHashCode (line 889) | public override int GetHashCode() { throw null; } method GetMember (line 890) | public System.Xaml.XamlMember GetMember(string name) { throw null; } method GetPositionalParameters (line 891) | public System.Collections.Generic.IList GetPosit... method GetXamlNamespaces (line 892) | public virtual System.Collections.Generic.IList GetXamlNamespa... method LookupAliasedProperty (line 893) | protected virtual System.Xaml.XamlMember LookupAliasedProperty(System.... method LookupAllAttachableMembers (line 894) | protected virtual System.Collections.Generic.IEnumerable : System.IEquata... method XamlValueConverter (line 1102) | public XamlValueConverter(System.Type converterType, System.Xaml.XamlT... method XamlValueConverter (line 1103) | public XamlValueConverter(System.Type converterType, System.Xaml.XamlT... method CreateInstance (line 1108) | protected virtual TConverterBase CreateInstance() { throw null; } method Equals (line 1109) | public override bool Equals(object obj) { throw null; } method Equals (line 1110) | public bool Equals(System.Xaml.Schema.XamlValueConverter(T... method AllocateConditionArrayHandle (line 52) | internal static SafeConditionMemoryHandle AllocateConditionArrayHandle... class Condition (line 87) | internal abstract class Condition method Condition (line 101) | internal Condition() method SetMarshalData (line 130) | internal void SetMarshalData(T uiaCondition) class BoolCondition (line 158) | private class BoolCondition: Condition method BoolCondition (line 160) | internal BoolCondition(bool b) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/DockPattern.cs class DockPattern (line 16) | public class DockPattern: BasePattern method DockPattern (line 27) | private DockPattern(AutomationElement el, SafePatternHandle hPattern, ... method SetDockPosition (line 65) | public void SetDockPosition( DockPosition dockPosition ) method Wrap (line 140) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... type DockPatternInformation (line 167) | public struct DockPatternInformation method DockPatternInformation (line 177) | internal DockPatternInformation(AutomationElement el, bool useCache) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/ExpandCollapsePattern.cs class ExpandCollapsePattern (line 14) | public class ExpandCollapsePattern: BasePattern method ExpandCollapsePattern (line 25) | private ExpandCollapsePattern(AutomationElement el, SafePatternHandle ... method Expand (line 63) | public void Expand() method Collapse (line 71) | public void Collapse() method Wrap (line 147) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... type ExpandCollapsePatternInformation (line 182) | public struct ExpandCollapsePatternInformation method ExpandCollapsePatternInformation (line 192) | internal ExpandCollapsePatternInformation( AutomationElement el, boo... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/GridItemPattern.cs class GridItemPattern (line 18) | public class GridItemPattern: BasePattern method GridItemPattern (line 29) | internal GridItemPattern(AutomationElement el, SafePatternHandle hPatt... method Wrap (line 148) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... type GridItemPatternInformation (line 183) | public struct GridItemPatternInformation method GridItemPatternInformation (line 193) | internal GridItemPatternInformation(AutomationElement el, bool useCa... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/GridPattern.cs class GridPattern (line 14) | public class GridPattern: BasePattern method GridPattern (line 25) | internal GridPattern(AutomationElement el, SafePatternHandle hPattern,... method GetItem (line 68) | public AutomationElement GetItem(int row, int column) method Wrap (line 144) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... type GridPatternInformation (line 179) | public struct GridPatternInformation method GridPatternInformation (line 189) | internal GridPatternInformation(AutomationElement el, bool useCache) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/HeadingLevel.cs type HeadingLevel (line 15) | internal enum HeadingLevel FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/InvokePattern.cs class InvokePattern (line 23) | public class InvokePattern: BasePattern method InvokePattern (line 34) | private InvokePattern(AutomationElement el, SafePatternHandle hPattern) method Invoke (line 74) | public void Invoke() method Wrap (line 103) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/ItemContainerPattern.cs class ItemContainerPattern (line 17) | public class ItemContainerPattern: BasePattern method ItemContainerPattern (line 28) | private ItemContainerPattern(AutomationElement el, SafePatternHandle h... method FindItemByProperty (line 83) | public AutomationElement FindItemByProperty(AutomationElement startAft... method PropertyValueValidateAndMap (line 124) | private object PropertyValueValidateAndMap(AutomationProperty property... method Wrap (line 182) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/MultipleViewPattern.cs class MultipleViewPattern (line 14) | public class MultipleViewPattern: BasePattern method MultipleViewPattern (line 25) | private MultipleViewPattern(AutomationElement el, SafePatternHandle hP... method GetViewName (line 71) | public string GetViewName( int viewId ) method SetCurrentView (line 79) | public void SetCurrentView( int viewId ) method Wrap (line 153) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... type MultipleViewPatternInformation (line 188) | public struct MultipleViewPatternInformation method MultipleViewPatternInformation (line 198) | internal MultipleViewPatternInformation(AutomationElement el, bool u... method GetSupportedViews (line 225) | public int [] GetSupportedViews() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/NotCondition.cs class NotCondition (line 15) | public class NotCondition : Condition method NotCondition (line 30) | public NotCondition( Condition condition ) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/OrCondition.cs class OrCondition (line 14) | public class OrCondition : Condition method OrCondition (line 29) | public OrCondition( params Condition [ ] conditions ) method GetConditions (line 64) | public Condition [ ] GetConditions() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/PropertyCondition.cs type PropertyConditionFlags (line 16) | public enum PropertyConditionFlags class PropertyCondition (line 32) | public class PropertyCondition : Condition method PropertyCondition (line 48) | public PropertyCondition( AutomationProperty property, object value ) method PropertyCondition (line 59) | public PropertyCondition( AutomationProperty property, object value, P... method Init (line 120) | private void Init(AutomationProperty property, object val, PropertyCon... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/RangeValuePattern.cs class RangeValuePattern (line 21) | public class RangeValuePattern : BasePattern method RangeValuePattern (line 32) | private RangeValuePattern( AutomationElement el, SafePatternHandle hPa... method SetValue (line 85) | public void SetValue(double value) method Wrap (line 173) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... type RangeValuePatternInformation (line 208) | public struct RangeValuePatternInformation method RangeValuePatternInformation (line 218) | internal RangeValuePatternInformation(AutomationElement el, bool use... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/ScrollItemPattern.cs class ScrollItemPattern (line 16) | public class ScrollItemPattern: BasePattern method ScrollItemPattern (line 27) | private ScrollItemPattern(AutomationElement el, SafePatternHandle hPat... method ScrollIntoView (line 63) | public void ScrollIntoView() method Wrap (line 78) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/ScrollPattern.cs class ScrollPattern (line 16) | public class ScrollPattern: BasePattern method ScrollPattern (line 27) | private ScrollPattern(AutomationElement el, SafePatternHandle hPattern... method SetScrollPercent (line 87) | public void SetScrollPercent( double horizontalPercent, double vertica... method Scroll (line 100) | public void Scroll( ScrollAmount horizontalAmount, ScrollAmount vertic... method ScrollHorizontal (line 109) | public void ScrollHorizontal( ScrollAmount amount ) method ScrollVertical (line 118) | public void ScrollVertical( ScrollAmount amount ) method Wrap (line 193) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... type ScrollPatternInformation (line 228) | public struct ScrollPatternInformation method ScrollPatternInformation (line 238) | internal ScrollPatternInformation(AutomationElement el, bool useCache) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/SelectionItemPattern.cs class SelectionItemPattern (line 16) | public class SelectionItemPattern: BasePattern method SelectionItemPattern (line 27) | private SelectionItemPattern(AutomationElement el, SafePatternHandle h... method Select (line 85) | public void Select() method AddToSelection (line 92) | public void AddToSelection() method RemoveFromSelection (line 100) | public void RemoveFromSelection() method Wrap (line 176) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... type SelectionItemPatternInformation (line 211) | public struct SelectionItemPatternInformation method SelectionItemPatternInformation (line 221) | internal SelectionItemPatternInformation(AutomationElement el, bool ... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/SelectionPattern.cs class SelectionPattern (line 16) | public class SelectionPattern: BasePattern method SelectionPattern (line 27) | private SelectionPattern(AutomationElement el, SafePatternHandle hPatt... method Wrap (line 147) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... type SelectionPatternInformation (line 182) | public struct SelectionPatternInformation method SelectionPatternInformation (line 192) | internal SelectionPatternInformation(AutomationElement el, bool useC... method GetSelection (line 213) | public AutomationElement[] GetSelection() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/SynchronizedInputPattern.cs class SynchronizedInputPattern (line 17) | public class SynchronizedInputPattern: BasePattern method SynchronizedInputPattern (line 28) | private SynchronizedInputPattern(AutomationElement el, SafePatternHand... method StartListening (line 81) | public void StartListening(SynchronizedInputType inputType) method Cancel (line 90) | public void Cancel() method Wrap (line 109) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/TableItemPattern.cs class TableItemPattern (line 17) | public class TableItemPattern: GridItemPattern method TableItemPattern (line 28) | private TableItemPattern(AutomationElement el, SafePatternHandle hPatt... method Wrap (line 137) | internal static new object Wrap(AutomationElement el, SafePatternHandl... type TableItemPatternInformation (line 171) | public struct TableItemPatternInformation method TableItemPatternInformation (line 181) | internal TableItemPatternInformation(AutomationElement el, bool useC... method GetRowHeaderItems (line 256) | public AutomationElement[] GetRowHeaderItems() method GetColumnHeaderItems (line 262) | public AutomationElement[] GetColumnHeaderItems() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/TablePattern.cs class TablePattern (line 16) | public class TablePattern: GridPattern method TablePattern (line 27) | private TablePattern(AutomationElement el, SafePatternHandle hPattern,... method Wrap (line 127) | internal static new object Wrap(AutomationElement el, SafePatternHandl... type TablePatternInformation (line 161) | public struct TablePatternInformation method TablePatternInformation (line 171) | internal TablePatternInformation(AutomationElement el, bool useCache) method GetRowHeaders (line 189) | public AutomationElement[] GetRowHeaders() method GetColumnHeaders (line 195) | public AutomationElement[] GetColumnHeaders() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/Text/TextRange.cs class SafeTextRangeHandle (line 17) | internal sealed class SafeTextRangeHandle : SafeHandle method SafeTextRangeHandle (line 21) | internal SafeTextRangeHandle() method ReleaseHandle (line 32) | protected override bool ReleaseHandle() class TextPatternRange (line 44) | public class TextPatternRange method TextPatternRange (line 55) | internal TextPatternRange(SafeTextRangeHandle hTextRange, TextPattern ... method Wrap (line 64) | internal static TextPatternRange Wrap(SafeTextRangeHandle hTextRange, ... method Wrap (line 73) | internal static TextPatternRange [] Wrap(SafeTextRangeHandle [] hTextR... method Clone (line 104) | public TextPatternRange Clone() method Compare (line 116) | public bool Compare(TextPatternRange range) method CompareEndpoints (line 132) | public int CompareEndpoints(TextPatternRangeEndpoint endpoint, TextPat... method ExpandToEnclosingUnit (line 154) | public void ExpandToEnclosingUnit(TextUnit unit) method FindAttribute (line 171) | public TextPatternRange FindAttribute(AutomationTextAttribute attribut... method FindText (line 210) | public TextPatternRange FindText(string text, bool backward, bool igno... method GetAttributeValue (line 229) | public object GetAttributeValue(AutomationTextAttribute attribute) method GetBoundingRectangles (line 262) | public Rect[] GetBoundingRectangles() method GetEnclosingElement (line 274) | public AutomationElement GetEnclosingElement() method GetText (line 284) | public string GetText(int maxLength) method Move (line 306) | public int Move(TextUnit unit, int count) method MoveEndpointByUnit (line 326) | public int MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextU... method MoveEndpointByRange (line 340) | public void MoveEndpointByRange(TextPatternRangeEndpoint endpoint, Tex... method Select (line 352) | public void Select() method AddToSelection (line 360) | public void AddToSelection() method RemoveFromSelection (line 368) | public void RemoveFromSelection() method ScrollIntoView (line 378) | public void ScrollIntoView(bool alignToTop) method GetChildren (line 400) | public AutomationElement[] GetChildren() method ValidateEndpointArgument (line 435) | private void ValidateEndpointArgument(TextPatternRangeEndpoint endpoin... method ValidateRangeArgument (line 444) | private void ValidateRangeArgument(TextPatternRange range, string name) method ValidateUnitArgument (line 460) | private void ValidateUnitArgument(TextUnit unit, string name) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/TextPattern.cs class TextPattern (line 24) | public class TextPattern: BasePattern method TextPattern (line 29) | internal TextPattern(AutomationElement el, SafePatternHandle hPattern) method GetSelection (line 172) | public TextPatternRange [] GetSelection() method GetVisibleRanges (line 185) | public TextPatternRange [] GetVisibleRanges() method RangeFromChild (line 198) | public TextPatternRange RangeFromChild(AutomationElement childElement) method RangeFromPoint (line 214) | public TextPatternRange RangeFromPoint(Point screenLocation) method Wrap (line 271) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... method Compare (line 282) | internal static bool Compare(TextPattern t1, TextPattern t2) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/TogglePattern.cs class TogglePattern (line 16) | public class TogglePattern: BasePattern method TogglePattern (line 27) | private TogglePattern(AutomationElement el, SafePatternHandle hPattern... method Toggle (line 65) | public void Toggle() method Wrap (line 141) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... type TogglePatternInformation (line 176) | public struct TogglePatternInformation method TogglePatternInformation (line 186) | internal TogglePatternInformation(AutomationElement el, bool useCache) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/TransformPattern.cs class TransformPattern (line 14) | public class TransformPattern: BasePattern method TransformPattern (line 25) | private TransformPattern(AutomationElement el, SafePatternHandle hPatt... method Move (line 75) | public void Move( double x, double y ) method Resize (line 88) | public void Resize( double width, double height ) method Rotate (line 98) | public void Rotate( double degrees ) method Wrap (line 175) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... type TransformPatternInformation (line 210) | public struct TransformPatternInformation method TransformPatternInformation (line 220) | internal TransformPatternInformation(AutomationElement el, bool useC... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/TreeWalker.cs class TreeWalker (line 15) | internal sealed class TreeWalker method TreeWalker (line 33) | public TreeWalker(Condition condition) method GetParent (line 85) | public AutomationElement GetParent(AutomationElement element) method GetFirstChild (line 100) | public AutomationElement GetFirstChild(AutomationElement element) method GetLastChild (line 115) | public AutomationElement GetLastChild(AutomationElement element) method GetNextSibling (line 130) | public AutomationElement GetNextSibling(AutomationElement element) method GetPreviousSibling (line 145) | public AutomationElement GetPreviousSibling(AutomationElement element) method Normalize (line 170) | public AutomationElement Normalize(AutomationElement element) method GetParent (line 188) | public AutomationElement GetParent(AutomationElement element, CacheReq... method GetFirstChild (line 206) | public AutomationElement GetFirstChild(AutomationElement element, Cach... method GetLastChild (line 224) | public AutomationElement GetLastChild(AutomationElement element, Cache... method GetNextSibling (line 242) | public AutomationElement GetNextSibling(AutomationElement element, Cac... method GetPreviousSibling (line 260) | public AutomationElement GetPreviousSibling(AutomationElement element,... method Normalize (line 288) | public AutomationElement Normalize(AutomationElement element, CacheReq... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/ValuePattern.cs class ValuePattern (line 16) | public class ValuePattern: BasePattern method ValuePattern (line 28) | internal ValuePattern(AutomationElement el, SafePatternHandle hPattern... method SetValue (line 70) | public void SetValue( string value ) method Wrap (line 163) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... type ValuePatternInformation (line 198) | public struct ValuePatternInformation method ValuePatternInformation (line 208) | internal ValuePatternInformation(AutomationElement el, bool useCache) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/VirtualizedItemPattern.cs class VirtualizedItemPattern (line 16) | public class VirtualizedItemPattern: BasePattern method VirtualizedItemPattern (line 27) | private VirtualizedItemPattern(AutomationElement el, SafePatternHandle... method Realize (line 64) | public void Realize() method Wrap (line 79) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/WindowPattern.cs class WindowPattern (line 18) | public class WindowPattern: BasePattern method WindowPattern (line 29) | private WindowPattern(AutomationElement el, SafePatternHandle hPattern... method SetWindowVisualState (line 89) | public void SetWindowVisualState( WindowVisualState state ) method Close (line 100) | public void Close() method WaitForInputIdle (line 126) | public bool WaitForInputIdle( int milliseconds ) method Wrap (line 202) | internal static object Wrap(AutomationElement el, SafePatternHandle hP... type WindowPatternInformation (line 237) | public struct WindowPatternInformation method WindowPatternInformation (line 247) | internal WindowPatternInformation(AutomationElement el, bool useCache) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/ref/UIAutomationClient.cs class AndCondition (line 6) | public partial class AndCondition : System.Windows.Automation.Condition method AndCondition (line 8) | public AndCondition(params System.Windows.Automation.Condition[] condi... method GetConditions (line 9) | public System.Windows.Automation.Condition[] GetConditions() { throw n... class Automation (line 11) | public static partial class Automation method AddAutomationEventHandler (line 16) | public static void AddAutomationEventHandler(System.Windows.Automation... method AddAutomationFocusChangedEventHandler (line 17) | public static void AddAutomationFocusChangedEventHandler(System.Window... method AddAutomationPropertyChangedEventHandler (line 18) | public static void AddAutomationPropertyChangedEventHandler(System.Win... method AddStructureChangedEventHandler (line 19) | public static void AddStructureChangedEventHandler(System.Windows.Auto... method Compare (line 20) | public static bool Compare(int[] runtimeId1, int[] runtimeId2) { throw... method Compare (line 21) | public static bool Compare(System.Windows.Automation.AutomationElement... method PatternName (line 22) | public static string PatternName(System.Windows.Automation.AutomationP... method PropertyName (line 23) | public static string PropertyName(System.Windows.Automation.Automation... method RemoveAllEventHandlers (line 24) | public static void RemoveAllEventHandlers() { } method RemoveAutomationEventHandler (line 25) | public static void RemoveAutomationEventHandler(System.Windows.Automat... method RemoveAutomationFocusChangedEventHandler (line 26) | public static void RemoveAutomationFocusChangedEventHandler(System.Win... method RemoveAutomationPropertyChangedEventHandler (line 27) | public static void RemoveAutomationPropertyChangedEventHandler(System.... method RemoveStructureChangedEventHandler (line 28) | public static void RemoveStructureChangedEventHandler(System.Windows.A... class AutomationElement (line 30) | public sealed partial class AutomationElement method AutomationElement (line 32) | internal AutomationElement() { } method Equals (line 103) | public override bool Equals(object obj) { throw null; } method FindAll (line 105) | public System.Windows.Automation.AutomationElementCollection FindAll(S... method FindFirst (line 106) | public System.Windows.Automation.AutomationElement FindFirst(System.Wi... method FromHandle (line 107) | public static System.Windows.Automation.AutomationElement FromHandle(S... method FromLocalProvider (line 108) | public static System.Windows.Automation.AutomationElement FromLocalPro... method FromPoint (line 109) | public static System.Windows.Automation.AutomationElement FromPoint(Sy... method GetCachedPattern (line 110) | public object GetCachedPattern(System.Windows.Automation.AutomationPat... method GetCachedPropertyValue (line 111) | public object GetCachedPropertyValue(System.Windows.Automation.Automat... method GetCachedPropertyValue (line 112) | public object GetCachedPropertyValue(System.Windows.Automation.Automat... method GetClickablePoint (line 113) | public System.Windows.Point GetClickablePoint() { throw null; } method GetCurrentPattern (line 114) | public object GetCurrentPattern(System.Windows.Automation.AutomationPa... method GetCurrentPropertyValue (line 115) | public object GetCurrentPropertyValue(System.Windows.Automation.Automa... method GetCurrentPropertyValue (line 116) | public object GetCurrentPropertyValue(System.Windows.Automation.Automa... method GetHashCode (line 117) | public override int GetHashCode() { throw null; } method GetRuntimeId (line 118) | public int[] GetRuntimeId() { throw null; } method GetSupportedPatterns (line 119) | public System.Windows.Automation.AutomationPattern[] GetSupportedPatte... method GetSupportedProperties (line 120) | public System.Windows.Automation.AutomationProperty[] GetSupportedProp... method GetUpdatedCache (line 121) | public System.Windows.Automation.AutomationElement GetUpdatedCache(Sys... method SetFocus (line 124) | public void SetFocus() { } method TryGetCachedPattern (line 125) | public bool TryGetCachedPattern(System.Windows.Automation.AutomationPa... method TryGetClickablePoint (line 126) | public bool TryGetClickablePoint(out System.Windows.Point pt) { throw ... method TryGetCurrentPattern (line 127) | public bool TryGetCurrentPattern(System.Windows.Automation.AutomationP... type AutomationElementInformation (line 128) | public partial struct AutomationElementInformation class AutomationElementCollection (line 156) | public partial class AutomationElementCollection : System.Collections.IC... method AutomationElementCollection (line 158) | internal AutomationElementCollection() { } method CopyTo (line 163) | public virtual void CopyTo(System.Array array, int index) { } method CopyTo (line 164) | public void CopyTo(System.Windows.Automation.AutomationElement[] array... method GetEnumerator (line 165) | public System.Collections.IEnumerator GetEnumerator() { throw null; } type AutomationElementMode (line 167) | public enum AutomationElementMode class AutomationFocusChangedEventArgs (line 172) | public partial class AutomationFocusChangedEventArgs : System.Windows.Au... method AutomationFocusChangedEventArgs (line 174) | public AutomationFocusChangedEventArgs(int idObject, int idChild) : ba... class BasePattern (line 179) | public partial class BasePattern method BasePattern (line 181) | internal BasePattern() { } class CacheRequest (line 184) | public sealed partial class CacheRequest method CacheRequest (line 186) | public CacheRequest() { } method Activate (line 191) | public System.IDisposable Activate() { throw null; } method Add (line 192) | public void Add(System.Windows.Automation.AutomationPattern pattern) { } method Add (line 193) | public void Add(System.Windows.Automation.AutomationProperty property)... method Clone (line 194) | public System.Windows.Automation.CacheRequest Clone() { throw null; } method Pop (line 195) | public void Pop() { } method Push (line 196) | public void Push() { } class ClientSettings (line 198) | public static partial class ClientSettings method RegisterClientSideProviderAssembly (line 200) | public static void RegisterClientSideProviderAssembly(System.Reflectio... method RegisterClientSideProviders (line 201) | public static void RegisterClientSideProviders(System.Windows.Automati... type ClientSideProviderDescription (line 203) | public partial struct ClientSideProviderDescription method ClientSideProviderDescription (line 205) | public ClientSideProviderDescription(System.Windows.Automation.ClientS... method ClientSideProviderDescription (line 206) | public ClientSideProviderDescription(System.Windows.Automation.ClientS... type ClientSideProviderMatchIndicator (line 213) | [System.FlagsAttribute] class Condition (line 220) | public abstract partial class Condition method Condition (line 222) | internal Condition() { } class DockPattern (line 226) | public partial class DockPattern : System.Windows.Automation.BasePattern method DockPattern (line 228) | internal DockPattern() { } method SetDockPosition (line 233) | public void SetDockPosition(System.Windows.Automation.DockPosition doc... type DockPatternInformation (line 234) | public partial struct DockPatternInformation class ExpandCollapsePattern (line 239) | public partial class ExpandCollapsePattern : System.Windows.Automation.B... method ExpandCollapsePattern (line 241) | internal ExpandCollapsePattern() { } method Collapse (line 246) | public void Collapse() { } method Expand (line 247) | public void Expand() { } type ExpandCollapsePatternInformation (line 248) | public partial struct ExpandCollapsePatternInformation class GridItemPattern (line 253) | public partial class GridItemPattern : System.Windows.Automation.BasePat... method GridItemPattern (line 255) | internal GridItemPattern() { } type GridItemPatternInformation (line 264) | public partial struct GridItemPatternInformation class GridPattern (line 273) | public partial class GridPattern : System.Windows.Automation.BasePattern method GridPattern (line 275) | internal GridPattern() { } method GetItem (line 281) | public System.Windows.Automation.AutomationElement GetItem(int row, in... type GridPatternInformation (line 282) | public partial struct GridPatternInformation type HeadingLevel (line 288) | internal enum HeadingLevel class InvokePattern (line 301) | public partial class InvokePattern : System.Windows.Automation.BasePattern method InvokePattern (line 303) | internal InvokePattern() { } method Invoke (line 306) | public void Invoke() { } class ItemContainerPattern (line 308) | public partial class ItemContainerPattern : System.Windows.Automation.Ba... method ItemContainerPattern (line 310) | internal ItemContainerPattern() { } method FindItemByProperty (line 312) | public System.Windows.Automation.AutomationElement FindItemByProperty(... class MultipleViewPattern (line 314) | public partial class MultipleViewPattern : System.Windows.Automation.Bas... method MultipleViewPattern (line 316) | internal MultipleViewPattern() { } method GetViewName (line 322) | public string GetViewName(int viewId) { throw null; } method SetCurrentView (line 323) | public void SetCurrentView(int viewId) { } type MultipleViewPatternInformation (line 324) | public partial struct MultipleViewPatternInformation method GetSupportedViews (line 327) | public int[] GetSupportedViews() { throw null; } class NotCondition (line 330) | public partial class NotCondition : System.Windows.Automation.Condition method NotCondition (line 332) | public NotCondition(System.Windows.Automation.Condition condition) { } class OrCondition (line 335) | public partial class OrCondition : System.Windows.Automation.Condition method OrCondition (line 337) | public OrCondition(params System.Windows.Automation.Condition[] condit... method GetConditions (line 338) | public System.Windows.Automation.Condition[] GetConditions() { throw n... class PropertyCondition (line 340) | public partial class PropertyCondition : System.Windows.Automation.Condi... method PropertyCondition (line 342) | public PropertyCondition(System.Windows.Automation.AutomationProperty ... method PropertyCondition (line 343) | public PropertyCondition(System.Windows.Automation.AutomationProperty ... type PropertyConditionFlags (line 348) | [System.FlagsAttribute] class RangeValuePattern (line 354) | public partial class RangeValuePattern : System.Windows.Automation.BaseP... method RangeValuePattern (line 356) | internal RangeValuePattern() { } method SetValue (line 366) | public void SetValue(double value) { } type RangeValuePatternInformation (line 367) | public partial struct RangeValuePatternInformation class ScrollItemPattern (line 377) | public partial class ScrollItemPattern : System.Windows.Automation.BaseP... method ScrollItemPattern (line 379) | internal ScrollItemPattern() { } method ScrollIntoView (line 381) | public void ScrollIntoView() { } class ScrollPattern (line 383) | public partial class ScrollPattern : System.Windows.Automation.BasePattern method ScrollPattern (line 385) | internal ScrollPattern() { } method Scroll (line 396) | public void Scroll(System.Windows.Automation.ScrollAmount horizontalAm... method ScrollHorizontal (line 397) | public void ScrollHorizontal(System.Windows.Automation.ScrollAmount am... method ScrollVertical (line 398) | public void ScrollVertical(System.Windows.Automation.ScrollAmount amou... method SetScrollPercent (line 399) | public void SetScrollPercent(double horizontalPercent, double vertical... type ScrollPatternInformation (line 400) | public partial struct ScrollPatternInformation class SelectionItemPattern (line 410) | public partial class SelectionItemPattern : System.Windows.Automation.Ba... method SelectionItemPattern (line 412) | internal SelectionItemPattern() { } method AddToSelection (line 421) | public void AddToSelection() { } method RemoveFromSelection (line 422) | public void RemoveFromSelection() { } method Select (line 423) | public void Select() { } type SelectionItemPatternInformation (line 424) | public partial struct SelectionItemPatternInformation class SelectionPattern (line 430) | public partial class SelectionPattern : System.Windows.Automation.BasePa... method SelectionPattern (line 432) | internal SelectionPattern() { } type SelectionPatternInformation (line 440) | public partial struct SelectionPatternInformation method GetSelection (line 444) | public System.Windows.Automation.AutomationElement[] GetSelection() ... class SynchronizedInputPattern (line 447) | public partial class SynchronizedInputPattern : System.Windows.Automatio... method SynchronizedInputPattern (line 449) | internal SynchronizedInputPattern() { } method Cancel (line 454) | public void Cancel() { } method StartListening (line 455) | public void StartListening(System.Windows.Automation.SynchronizedInput... class TableItemPattern (line 457) | public partial class TableItemPattern : System.Windows.Automation.GridIt... method TableItemPattern (line 459) | internal TableItemPattern() { } type TableItemPatternInformation (line 465) | public partial struct TableItemPatternInformation method GetColumnHeaderItems (line 472) | public System.Windows.Automation.AutomationElement[] GetColumnHeader... method GetRowHeaderItems (line 473) | public System.Windows.Automation.AutomationElement[] GetRowHeaderIte... class TablePattern (line 476) | public partial class TablePattern : System.Windows.Automation.GridPattern method TablePattern (line 478) | internal TablePattern() { } type TablePatternInformation (line 485) | public partial struct TablePatternInformation method GetColumnHeaders (line 490) | public System.Windows.Automation.AutomationElement[] GetColumnHeader... method GetRowHeaders (line 491) | public System.Windows.Automation.AutomationElement[] GetRowHeaders()... class TextPattern (line 494) | public partial class TextPattern : System.Windows.Automation.BasePattern method TextPattern (line 496) | internal TextPattern() { } method GetSelection (line 534) | public System.Windows.Automation.Text.TextPatternRange[] GetSelection(... method GetVisibleRanges (line 535) | public System.Windows.Automation.Text.TextPatternRange[] GetVisibleRan... method RangeFromChild (line 536) | public System.Windows.Automation.Text.TextPatternRange RangeFromChild(... method RangeFromPoint (line 537) | public System.Windows.Automation.Text.TextPatternRange RangeFromPoint(... class TogglePattern (line 539) | public partial class TogglePattern : System.Windows.Automation.BasePattern method TogglePattern (line 541) | internal TogglePattern() { } method Toggle (line 546) | public void Toggle() { } type TogglePatternInformation (line 547) | public partial struct TogglePatternInformation class TransformPattern (line 552) | public partial class TransformPattern : System.Windows.Automation.BasePa... method TransformPattern (line 554) | internal TransformPattern() { } method Move (line 561) | public void Move(double x, double y) { } method Resize (line 562) | public void Resize(double width, double height) { } method Rotate (line 563) | public void Rotate(double degrees) { } type TransformPatternInformation (line 564) | public partial struct TransformPatternInformation class TreeWalker (line 571) | public sealed partial class TreeWalker method TreeWalker (line 576) | public TreeWalker(System.Windows.Automation.Condition condition) { } method GetFirstChild (line 578) | public System.Windows.Automation.AutomationElement GetFirstChild(Syste... method GetFirstChild (line 579) | public System.Windows.Automation.AutomationElement GetFirstChild(Syste... method GetLastChild (line 580) | public System.Windows.Automation.AutomationElement GetLastChild(System... method GetLastChild (line 581) | public System.Windows.Automation.AutomationElement GetLastChild(System... method GetNextSibling (line 582) | public System.Windows.Automation.AutomationElement GetNextSibling(Syst... method GetNextSibling (line 583) | public System.Windows.Automation.AutomationElement GetNextSibling(Syst... method GetParent (line 584) | public System.Windows.Automation.AutomationElement GetParent(System.Wi... method GetParent (line 585) | public System.Windows.Automation.AutomationElement GetParent(System.Wi... method GetPreviousSibling (line 586) | public System.Windows.Automation.AutomationElement GetPreviousSibling(... method GetPreviousSibling (line 587) | public System.Windows.Automation.AutomationElement GetPreviousSibling(... method Normalize (line 588) | public System.Windows.Automation.AutomationElement Normalize(System.Wi... method Normalize (line 589) | public System.Windows.Automation.AutomationElement Normalize(System.Wi... class ValuePattern (line 591) | public partial class ValuePattern : System.Windows.Automation.BasePattern method ValuePattern (line 593) | internal ValuePattern() { } method SetValue (line 599) | public void SetValue(string value) { } type ValuePatternInformation (line 600) | public partial struct ValuePatternInformation class VirtualizedItemPattern (line 606) | public partial class VirtualizedItemPattern : System.Windows.Automation.... method VirtualizedItemPattern (line 608) | internal VirtualizedItemPattern() { } method Realize (line 610) | public void Realize() { } class WindowPattern (line 612) | public partial class WindowPattern : System.Windows.Automation.BasePattern method WindowPattern (line 614) | internal WindowPattern() { } method Close (line 626) | public void Close() { } method SetWindowVisualState (line 627) | public void SetWindowVisualState(System.Windows.Automation.WindowVisua... method WaitForInputIdle (line 628) | public bool WaitForInputIdle(int milliseconds) { throw null; } type WindowPatternInformation (line 629) | public partial struct WindowPatternInformation class TextPatternRange (line 642) | public partial class TextPatternRange method TextPatternRange (line 644) | internal TextPatternRange() { } method AddToSelection (line 646) | public void AddToSelection() { } method Clone (line 647) | public System.Windows.Automation.Text.TextPatternRange Clone() { throw... method Compare (line 648) | public bool Compare(System.Windows.Automation.Text.TextPatternRange ra... method CompareEndpoints (line 649) | public int CompareEndpoints(System.Windows.Automation.Text.TextPattern... method ExpandToEnclosingUnit (line 650) | public void ExpandToEnclosingUnit(System.Windows.Automation.Text.TextU... method FindAttribute (line 651) | public System.Windows.Automation.Text.TextPatternRange FindAttribute(S... method FindText (line 652) | public System.Windows.Automation.Text.TextPatternRange FindText(string... method GetAttributeValue (line 653) | public object GetAttributeValue(System.Windows.Automation.AutomationTe... method GetBoundingRectangles (line 654) | public System.Windows.Rect[] GetBoundingRectangles() { throw null; } method GetChildren (line 655) | public System.Windows.Automation.AutomationElement[] GetChildren() { t... method GetEnclosingElement (line 656) | public System.Windows.Automation.AutomationElement GetEnclosingElement... method GetText (line 657) | public string GetText(int maxLength) { throw null; } method Move (line 658) | public int Move(System.Windows.Automation.Text.TextUnit unit, int coun... method MoveEndpointByRange (line 659) | public void MoveEndpointByRange(System.Windows.Automation.Text.TextPat... method MoveEndpointByUnit (line 660) | public int MoveEndpointByUnit(System.Windows.Automation.Text.TextPatte... method RemoveFromSelection (line 661) | public void RemoveFromSelection() { } method ScrollIntoView (line 662) | public void ScrollIntoView(bool alignToTop) { } method Select (line 663) | public void Select() { } FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/Accessible.cs type AccessibleRole (line 20) | internal enum AccessibleRole: int type AccessibleState (line 89) | [Flags] class Accessible (line 125) | internal class Accessible method Accessible (line 141) | private Accessible(IAccessible acc, int idChild) method CreateNativeFromEvent (line 153) | internal static Accessible CreateNativeFromEvent(IntPtr hwnd, int idOb... method Wrap (line 269) | internal static Accessible Wrap(IAccessible acc) method Wrap (line 275) | internal static Accessible Wrap(IAccessible acc, int idChild) method NextSibling (line 314) | internal Accessible NextSibling(Accessible parent) method PreviousSibling (line 341) | internal Accessible PreviousSibling(Accessible parent) method AccessibleChildrenIndex (line 404) | internal int AccessibleChildrenIndex(Accessible parent) method InSameHwnd (line 438) | internal bool InSameHwnd(IntPtr hwnd) method GetFullAccessibleChildByIndex (line 548) | internal static Accessible GetFullAccessibleChildByIndex(Accessible ac... method GetRole (line 570) | internal static AccessibleRole GetRole(IAccessible acc, int idChild) method GetSelection (line 594) | internal Accessible [] GetSelection() method GetFocus (line 639) | internal Accessible GetFocus() method HasState (line 690) | internal bool HasState(AccessibleState testState) method HasState (line 695) | internal static bool HasState(AccessibleState state, AccessibleState t... method HitTest (line 725) | internal Accessible HitTest(int x, int y) method DoDefaultAction (line 783) | internal void DoDefaultAction() method SetFocus (line 799) | internal void SetFocus() method SelectTakeFocusTakeSelection (line 805) | internal void SelectTakeFocusTakeSelection() method SelectTakeFocusAddToSelection (line 811) | internal void SelectTakeFocusAddToSelection() method SelectTakeFocusRemoveFromSelection (line 819) | internal void SelectTakeFocusRemoveFromSelection() method Compare (line 827) | internal static bool Compare(Accessible acc1, Accessible acc2) method AccessibleObjectFromWindow (line 865) | internal static int AccessibleObjectFromWindow(IntPtr hwnd, int idObje... method GetAccessibleChildren (line 900) | internal static object[] GetAccessibleChildren(IAccessible accessibleO... method GetChildAt (line 947) | private static Accessible GetChildAt(IAccessible parent, object [] chi... method SetAccessibleChildrenIndexAndGetChildren (line 976) | private object [] SetAccessibleChildrenIndexAndGetChildren(IAccessible... method Compare (line 1010) | private bool Compare(IAccessible acc, int idChild) method AccessibleFromObject (line 1057) | private static Accessible AccessibleFromObject(object o, IAccessible p... method IAccessibleFromObject (line 1067) | private static void IAccessibleFromObject(object obj, IAccessible pare... method Select (line 1114) | private void Select(int selFlags) method GetChildren (line 1130) | private static object [] GetChildren(IAccessible parent) method GetChildCount (line 1173) | private static int GetChildCount(IAccessible acc) method GetDescription (line 1190) | private static string GetDescription(IAccessible acc, int idChild) method GetDefaultAction (line 1206) | private static string GetDefaultAction(IAccessible acc, int idChild) method GetKeyboardShortcut (line 1222) | private static string GetKeyboardShortcut(IAccessible acc, int idChild) method GetName (line 1239) | private static string GetName(IAccessible acc, int idChild) method GetLocation (line 1255) | internal static NativeMethods.Win32Rect GetLocation(IAccessible acc, i... method HandleIAccessibleException (line 1284) | private static bool HandleIAccessibleException(Exception e) method WashPartialTrustWinformsAccessible (line 1404) | private static IAccessible WashPartialTrustWinformsAccessible(IAccessi... method FixBstr (line 1448) | private static string FixBstr(string bstr) type NavDir (line 1467) | private enum NavDir FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/ClickablePoint.cs class ClickablePoint (line 10) | internal static class ClickablePoint method ClickablePoint (line 17) | static ClickablePoint() method GetPoint (line 53) | internal static bool GetPoint(IntPtr hwnd, List listIn, List r... method SplitRect (line 416) | private static void SplitRect(List listIn, ref CPRect ri, List... method GetClickablePoint (line 436) | private static bool GetClickablePoint(List rectList, out int x... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/CommonGetThemePartSize.cs class ThemePart (line 10) | internal class ThemePart: IDisposable method ThemePart (line 20) | internal ThemePart (IntPtr hwnd, string sClass) method Dispose (line 32) | public void Dispose () method Size (line 48) | internal NativeMethods.SIZE Size (int iPartId, int iStateId) type WINDOWPARTS (line 113) | internal enum WINDOWPARTS type MINBUTTONSTATES (line 154) | internal enum MINBUTTONSTATES type SCROLLBARPARTS (line 162) | internal enum SCROLLBARPARTS type STATUSPARTS (line 176) | internal enum STATUSPARTS type THEMESIZE (line 183) | private enum THEMESIZE method GetThemePartSize (line 200) | [DllImport ("UxTheme.dll", CharSet = CharSet.Auto)] method OpenThemeData (line 203) | [DllImport ("UxTheme.dll", CharSet = CharSet.Auto)] FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/CommonRemoteMemoryBlock.cs class RemoteMemoryBlock (line 23) | internal class RemoteMemoryBlock : SafeHandleZeroOrMinusOneIsInvalid method RemoteMemoryBlock (line 36) | private RemoteMemoryBlock() : base(true) {} method RemoteMemoryBlock (line 38) | internal RemoteMemoryBlock(int cbSize, SafeProcessHandle processHandle... method ReleaseHandle (line 52) | protected override bool ReleaseHandle() method WriteTo (line 75) | internal void WriteTo(IntPtr sourceAddress, IntPtr cbSize) method ReadFrom (line 81) | internal void ReadFrom(IntPtr remoteAddress, IntPtr destAddress, IntPt... method ReadFrom (line 87) | internal void ReadFrom(SafeCoTaskMem destAddress, IntPtr cbSize) method ReadFrom (line 92) | internal void ReadFrom(IntPtr destAddress, IntPtr cbSize) method ReadString (line 100) | internal bool ReadString (out string str, int maxLength) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/CommonXSendMessage.cs class XSendMessage (line 16) | internal static class XSendMessage method GetTextWithinStructure (line 39) | internal static string GetTextWithinStructure(IntPtr hwnd, int uMsg, I... method GetTextWithinStructure (line 45) | internal static unsafe string GetTextWithinStructure(IntPtr hwnd, int ... method GetTextWithinStructureRemoteBitness (line 65) | internal static unsafe string GetTextWithinStructureRemoteBitness( FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/EmptyElement.cs class EmptyElement (line 12) | internal class EmptyElement : IRawElementProviderSimple method EmptyElement (line 21) | protected EmptyElement() method GetPatternProvider (line 41) | object IRawElementProviderSimple.GetPatternProvider(int patternId) method GetPropertyValue (line 46) | object IRawElementProviderSimple.GetPropertyValue(int propertyId) class EmptyGridItem (line 64) | internal sealed class EmptyGridItem : EmptyElement, method EmptyGridItem (line 78) | internal EmptyGridItem(int row, int column, IRawElementProviderSimple ... method GetPatternProvider (line 91) | object IRawElementProviderSimple.GetPatternProvider(int patternId) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/EventManager.cs class EventManager (line 16) | internal static class EventManager method DispatchEvent (line 37) | internal static void DispatchEvent(ProxySimple el, IntPtr hwnd, int ev... method HandleIsReadOnlyProperty (line 139) | private static void HandleIsReadOnlyProperty(ProxySimple el, IntPtr hw... method HandleStructureChangedEventWindow (line 153) | private static void HandleStructureChangedEventWindow(ProxySimple el, ... method HandleCanMinimizeProperty (line 161) | private static void HandleCanMinimizeProperty(ProxySimple el, IntPtr h... method HandleCanMaximizeProperty (line 172) | private static void HandleCanMaximizeProperty(ProxySimple el, IntPtr h... method HandleValueProperty (line 183) | private static void HandleValueProperty(ProxySimple el, IntPtr hwnd, i... method HandleRangeValueProperty (line 192) | private static void HandleRangeValueProperty(ProxySimple el, IntPtr hw... method HandleIsSelectedProperty (line 201) | private static void HandleIsSelectedProperty(ProxySimple el, IntPtr hw... method HandleExpandCollapseStateProperty (line 210) | private static void HandleExpandCollapseStateProperty(ProxySimple el, ... method HandleColumnCountProperty (line 219) | private static void HandleColumnCountProperty(ProxySimple el, IntPtr h... method HandleRowCountProperty (line 228) | private static void HandleRowCountProperty(ProxySimple el, IntPtr hwnd... method HandleColumnProperty (line 237) | private static void HandleColumnProperty(ProxySimple el, IntPtr hwnd, ... method HandleRowProperty (line 246) | private static void HandleRowProperty(ProxySimple el, IntPtr hwnd, int... method HandleColumnHeadersProperty (line 255) | private static void HandleColumnHeadersProperty(ProxySimple el, IntPtr... method HandleRowHeadersProperty (line 264) | private static void HandleRowHeadersProperty(ProxySimple el, IntPtr hw... method HandleIsSelectionRequiredProperty (line 273) | private static void HandleIsSelectionRequiredProperty(ProxySimple el, ... method HandleVerticalViewSizeProperty (line 282) | private static void HandleVerticalViewSizeProperty(ProxySimple el, Int... method HandleHorizontalViewSizeProperty (line 291) | private static void HandleHorizontalViewSizeProperty(ProxySimple el, I... method HandleToggleStateProperty (line 300) | private static void HandleToggleStateProperty(ProxySimple el, IntPtr h... method HandleInvokedEvent (line 309) | private static void HandleInvokedEvent(ProxySimple el, IntPtr hwnd, in... method HandleScrollInvokedEvent (line 323) | private static void HandleScrollInvokedEvent(ProxySimple el, IntPtr hw... method HandleWindowInvokedEvent (line 335) | private static void HandleWindowInvokedEvent(ProxySimple el, IntPtr hw... method HandleMenuItemInvokedEvent (line 347) | private static void HandleMenuItemInvokedEvent(ProxySimple el, IntPtr ... method HandleElementSelectedEvent (line 358) | private static void HandleElementSelectedEvent(ProxySimple el, IntPtr ... method HandleElementAddedToSelectionEvent (line 371) | private static void HandleElementAddedToSelectionEvent(ProxySimple el,... method HandleElementRemovedFromSelectionEvent (line 383) | private static void HandleElementRemovedFromSelectionEvent(ProxySimple... method HandleStructureChangedEventClient (line 395) | private static void HandleStructureChangedEventClient(ProxySimple el, ... method HandleVerticalScrollPercentProperty (line 414) | private static void HandleVerticalScrollPercentProperty(ProxySimple el... method HandleHorizontalScrollPercentProperty (line 423) | private static void HandleHorizontalScrollPercentProperty(ProxySimple ... method HandleInvalidatedEvent (line 433) | private static void HandleInvalidatedEvent(ProxySimple el, IntPtr hwnd... method RaisePropertyChangedEvent (line 438) | private static void RaisePropertyChangedEvent(ProxySimple el, Automati... method GetWindowVisualState (line 446) | private static WindowVisualState GetWindowVisualState(IntPtr hwnd) method HandleTextSelectionChangedEvent (line 465) | private static void HandleTextSelectionChangedEvent(ProxySimple el, In... method InitObjectIdWindow (line 504) | private static void InitObjectIdWindow() method InitObjectIdClient (line 515) | private static void InitObjectIdClient() method InitObjectIdScroll (line 541) | private static void InitObjectIdScroll() method InitObjectIdCaret (line 549) | private static void InitObjectIdCaret() method InitObjectIdMenu (line 555) | private static void InitObjectIdMenu() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/Input.cs type SendMouseInputFlags (line 17) | [Flags] class Input (line 46) | internal sealed class Input method Input (line 57) | private Input() { } method SendMouseInput (line 72) | internal static void SendMouseInput( double x, double y, int data, Sen... method SendKeyboardInput (line 124) | internal static void SendKeyboardInput( Key key, bool press ) method SendKeyboardInputVK (line 152) | internal static void SendKeyboardInputVK(short vk, bool press) method IsExtendedKey (line 182) | private static bool IsExtendedKey(short vk) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/MSAAEventDispatcher.cs class MSAAEventDispatcher (line 16) | internal class MSAAEventDispatcher : MSAAWinEventWrap method MSAAEventDispatcher (line 26) | private MSAAEventDispatcher() method AdviseEventAdded (line 56) | internal void AdviseEventAdded(IntPtr hwnd, AutomationEvent eventId, A... method AdviseEventRemoved (line 103) | internal void AdviseEventRemoved(IntPtr hwnd, AutomationEvent eventId,... method WinEventProc (line 164) | internal override void WinEventProc(int eventId, IntPtr hwnd, int idOb... method EventKeys (line 259) | private AutomationIdentifier[] EventKeys(AutomationEvent eventId, Auto... method IsClientObject (line 265) | private static bool IsClientObject(int idObject, int idChild) method MaybeFireSelectionItemEvent (line 271) | private void MaybeFireSelectionItemEvent(AutomationEvent eventId, Hash... method MaybeFirePropertyChangeEvent (line 290) | private void MaybeFirePropertyChangeEvent(AutomationPattern pattern, A... method MaybeFireStructureChangeEvent (line 311) | private void MaybeFireStructureChangeEvent(int eventId, Hashtable even... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/MSAANativeProvider.cs class MsaaNativeProvider (line 28) | internal class MsaaNativeProvider : MarshalByRefObject, method MsaaNativeProvider (line 49) | protected MsaaNativeProvider(Accessible acc, IntPtr hwnd, MsaaNativePr... method Wrap (line 75) | private static MsaaNativeProvider Wrap(Accessible acc, IntPtr hwnd, Ms... method Wrap (line 118) | internal MsaaNativeProvider Wrap(Accessible acc) method Create (line 127) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method ElementProviderFromPoint (line 217) | IRawElementProviderFragment IRawElementProviderFragmentRoot.ElementPro... method GetFocus (line 230) | IRawElementProviderFragment IRawElementProviderFragmentRoot.GetFocus() method AdviseEventAdded (line 265) | void IRawElementProviderAdviseEvents.AdviseEventAdded(int eventIdAsInt... method AdviseEventRemoved (line 283) | void IRawElementProviderAdviseEvents.AdviseEventRemoved(int eventIdAsI... method Navigate (line 311) | IRawElementProviderFragment IRawElementProviderFragment.Navigate(Navig... method GetRuntimeId (line 347) | int [] IRawElementProviderFragment.GetRuntimeId() method GetEmbeddedFragmentRoots (line 441) | IRawElementProviderSimple [] IRawElementProviderFragment.GetEmbeddedFr... method SetFocus (line 449) | void IRawElementProviderFragment.SetFocus() method GetPatternProvider (line 487) | object IRawElementProviderSimple.GetPatternProvider(int patternId) method GetPropertyValue (line 496) | object IRawElementProviderSimple.GetPropertyValue(int propertyId) method Invoke (line 530) | void IInvokeProvider.Invoke() method Toggle (line 539) | void IToggleProvider.Toggle() method GetSelection (line 566) | IRawElementProviderSimple[] ISelectionProvider.GetSelection() method Select (line 609) | void ISelectionItemProvider.Select() method AddToSelection (line 623) | void ISelectionItemProvider.AddToSelection() method RemoveFromSelection (line 637) | void ISelectionItemProvider.RemoveFromSelection() method SetValue (line 679) | void IValueProvider.SetValue( string val ) method GetNextSibling (line 725) | internal MsaaNativeProvider GetNextSibling() method GetPreviousSibling (line 751) | internal MsaaNativeProvider GetPreviousSibling() method GetFirstChild (line 777) | internal MsaaNativeProvider GetFirstChild() method GetLastChild (line 799) | internal MsaaNativeProvider GetLastChild() method IsPatternSupported (line 823) | internal bool IsPatternSupported(AutomationPattern pattern) method GetPatternProvider (line 871) | protected virtual object GetPatternProvider(AutomationPattern pattern) method GetPropertyValue (line 881) | protected virtual object GetPropertyValue(AutomationProperty idProp) method GetValue (line 957) | protected virtual string GetValue() method SetValue (line 969) | protected virtual void SetValue(string val) method GetParent (line 1021) | private Accessible GetParent() method IsKnownBadWindow (line 1057) | private static bool IsKnownBadWindow(IntPtr hwnd) method DescendantFromPoint (line 1150) | private MsaaNativeProvider DescendantFromPoint(int x, int y, bool null... method CallDoDefaultAction (line 1187) | private void CallDoDefaultAction() type RoleCtrlType (line 1228) | private struct RoleCtrlType method RoleCtrlType (line 1230) | public RoleCtrlType(AccessibleRole role, ControlType ctrlType) type CtrlTypePatterns (line 1283) | private struct CtrlTypePatterns method CtrlTypePatterns (line 1285) | public CtrlTypePatterns(ControlType ctrlType, params AutomationPatte... type RootStatus (line 1334) | internal enum RootStatus { Root, NotRoot, Unknown }; type TristateBool (line 1339) | private enum TristateBool FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/MSAAWinEventWrap.cs class MSAAWinEventWrap (line 20) | internal class MSAAWinEventWrap method MSAAWinEventWrap (line 31) | internal MSAAWinEventWrap(int eventMin, int eventMax) method WinEventProc (line 55) | internal virtual void WinEventProc(int eventId, IntPtr hwnd, int idObj... method Clear (line 60) | internal void Clear() method StartListening (line 73) | internal void StartListening() method StopListening (line 88) | internal void StopListening() method WinEventReentrancyFilter (line 123) | private void WinEventReentrancyFilter(int winEventHook, int eventId, I... method Init (line 167) | private void Init() class WinEvent (line 200) | private class WinEvent method WinEvent (line 202) | internal WinEvent(int eventId, IntPtr hwnd, int idObject, int idChild) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/Main.cs class UIAutomationClientSideProviders (line 15) | internal static class UIAutomationClientSideProviders FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/Misc.cs class Misc (line 21) | internal static class Misc method AccessKey (line 35) | internal static string AccessKey(string s) method AppendToRuntimeId (line 51) | internal static int[] AppendToRuntimeId(int[] baseID, int id) method RectArrayToDoubleArray (line 67) | internal static double[] RectArrayToDoubleArray(Rect[] rectArray) method CheckEnabled (line 85) | internal static void CheckEnabled(IntPtr hwnd) method ClearMenuMode (line 95) | internal static void ClearMenuMode() method CloseHandle (line 116) | internal static bool CloseHandle(IntPtr processHandle) method Compare (line 130) | internal static bool Compare(ProxySimple el1, ProxySimple el2) method DispatchMessage (line 150) | internal static IntPtr DispatchMessage(ref NativeMethods.MSG msg) method EnumChildWindows (line 160) | internal static unsafe bool EnumChildWindows(IntPtr hwnd, NativeMethod... method FindWindowEx (line 173) | internal static IntPtr FindWindowEx(IntPtr hwndParent, IntPtr hwndChil... method GetClassName (line 186) | internal static string GetClassName(IntPtr hwnd) method GetControlName (line 205) | internal static string GetControlName(IntPtr label, bool stripMnemonic) method GetClientRectInScreenCoordinates (line 227) | internal static bool GetClientRectInScreenCoordinates(IntPtr hwnd, ref... method GetClientRect (line 252) | internal static bool GetClientRect(IntPtr hwnd, ref NativeMethods.Win3... method GetComboBoxInfo (line 269) | internal static bool GetComboBoxInfo(IntPtr hwnd, ref NativeMethods.CO... method GetCursorPos (line 282) | internal static bool GetCursorPos(ref NativeMethods.Win32Point pt) method GetDC (line 298) | internal static IntPtr GetDC(IntPtr hwnd) method GetFocusedWindow (line 311) | internal static IntPtr GetFocusedWindow() method GetItemToolTipText (line 318) | internal static string GetItemToolTipText(IntPtr hwnd, IntPtr hwndTool... method GetLabelhwnd (line 368) | internal static IntPtr GetLabelhwnd(IntPtr hwnd) method GetMenuBarInfo (line 422) | internal static bool GetMenuBarInfo(IntPtr hwnd, int idObject, uint it... method GetMenuItemCount (line 435) | internal static int GetMenuItemCount(IntPtr hmenu) method GetMenuItemInfo (line 448) | internal static bool GetMenuItemInfo(IntPtr hmenu, int item, bool byPo... method GetMenuItemRect (line 461) | internal static bool GetMenuItemRect(IntPtr hwnd, IntPtr hmenu, int it... method GetMessage (line 474) | internal static bool GetMessage(ref NativeMethods.MSG msg, IntPtr hwnd... method GetObjectW (line 488) | internal static int GetObjectW(IntPtr hObject, int size, ref NativeMet... method GetParent (line 501) | internal static IntPtr GetParent(IntPtr hwnd) method GetScrollBarInfo (line 514) | internal static bool GetScrollBarInfo(IntPtr hwnd, int fnBar, ref Nati... method GetScrollInfo (line 527) | internal static bool GetScrollInfo(IntPtr hwnd, int fnBar, ref NativeM... method GetTextExtentPoint32 (line 547) | internal static int GetTextExtentPoint32(IntPtr hdc, string text, int ... method GetUnsafeText (line 566) | internal static unsafe string GetUnsafeText(IntPtr hwnd, int uMsg, Int... method GetWindow (line 612) | internal static IntPtr GetWindow(IntPtr hwnd, int cmd) method GetWindowExStyle (line 626) | internal static int GetWindowExStyle(IntPtr hwnd) method GetWindowId (line 640) | internal static int GetWindowId(IntPtr hwnd) method GetWindowParent (line 654) | internal static IntPtr GetWindowParent(IntPtr hwnd) method GetWindowRect (line 669) | internal static bool GetWindowRect(IntPtr hwnd, ref NativeMethods.Win3... method GetWindowStyle (line 682) | internal static int GetWindowStyle(IntPtr hwnd) method GetWindowThreadProcessId (line 695) | internal static uint GetWindowThreadProcessId(IntPtr hwnd, out uint pr... method GlobalAddAtom (line 708) | internal static short GlobalAddAtom(string atomName) method GlobalDeleteAtom (line 719) | internal static short GlobalDeleteAtom(short atom) method InMenuMode (line 727) | internal static bool InMenuMode() method IsBitSet (line 733) | internal static bool IsBitSet(int flags, int bit) method IsEnabled (line 739) | internal static bool IsEnabled(IntPtr hwnd) method IsControlRTL (line 759) | internal static bool IsControlRTL(IntPtr hwnd) method IsLayoutRTL (line 765) | internal static bool IsLayoutRTL(IntPtr hwnd) method IsReadingRTL (line 770) | internal static bool IsReadingRTL(IntPtr hwnd) method IntersectRect (line 775) | internal static bool IntersectRect(ref NativeMethods.Win32Rect rcDest,... method IsCriticalException (line 801) | internal static bool IsCriticalException(Exception e) method IsItemVisible (line 810) | internal static bool IsItemVisible(IntPtr hwnd, ref NativeMethods.Win3... method IsItemVisible (line 823) | internal static bool IsItemVisible(ref NativeMethods.Win32Rect parentR... method IsItemVisible (line 832) | internal static bool IsItemVisible(ref NativeMethods.Win32Rect parentR... method IsItemVisible (line 842) | internal static bool IsItemVisible(ref Rect parentRect, ref NativeMeth... method IsItemVisible (line 852) | internal static bool IsItemVisible(ref Rect parentRect, ref Rect itemR... method IsProgmanWindow (line 863) | internal static bool IsProgmanWindow(IntPtr hwnd) method IsWow64Process (line 876) | internal static bool IsWow64Process(MS.Internal.AutomationProxies.Safe... method MapWindowPoints (line 890) | internal static bool MapWindowPoints(IntPtr hWndFrom, IntPtr hWndTo, r... method MapWindowPoints (line 915) | internal static bool MapWindowPoints(IntPtr hWndFrom, IntPtr hWndTo, r... method MouseClick (line 941) | internal static void MouseClick(int x, int y) method MouseClick (line 949) | internal static void MouseClick(int x, int y, bool fDoubleClick) method MsgWaitForMultipleObjects (line 978) | internal static int MsgWaitForMultipleObjects(SafeWaitHandle handle, b... method OpenProcess (line 1011) | internal static IntPtr OpenProcess(int flags, bool inherit, uint proce... method PostMessage (line 1043) | internal static void PostMessage(IntPtr hwnd, int msg, IntPtr wParam, ... method ProxyGetClassName (line 1054) | internal static string ProxyGetClassName(IntPtr hwnd) method ProxyGetGUIThreadInfo (line 1075) | internal static bool ProxyGetGUIThreadInfo(uint idThread, out NativeMe... method ProxyGetText (line 1151) | internal static string ProxyGetText(IntPtr hwnd) method ProxyGetText (line 1156) | internal static string ProxyGetText(IntPtr hwnd, int length) method ProxyGetTitleBarInfo (line 1175) | internal static bool ProxyGetTitleBarInfo(IntPtr hwnd, out UnsafeNativ... method ProxyGetTitleBarInfoEx (line 1191) | internal static bool ProxyGetTitleBarInfoEx(IntPtr hwnd, out UnsafeNat... method GetTitlebarRects (line 1207) | internal static Rect [] GetTitlebarRects(IntPtr hwnd) method GetTitleBarRect (line 1219) | internal static Rect GetTitleBarRect(IntPtr hwnd) method ProxySendMessage (line 1247) | internal static IntPtr ProxySendMessage(IntPtr hwnd, int msg, IntPtr w... method ProxySendMessageInt (line 1267) | internal static int ProxySendMessageInt(IntPtr hwnd, int msg, IntPtr w... method ProxySendMessage (line 1275) | internal static IntPtr ProxySendMessage(IntPtr hwnd, int msg, IntPtr w... method ProxySendMessageInt (line 1295) | internal static int ProxySendMessageInt(IntPtr hwnd, int msg, IntPtr w... method ProxySendMessage (line 1301) | internal static IntPtr ProxySendMessage(IntPtr hwnd, int msg, IntPtr w... method ProxySendMessageInt (line 1321) | internal static int ProxySendMessageInt(IntPtr hwnd, int msg, IntPtr w... method ProxySendMessage (line 1327) | internal static IntPtr ProxySendMessage(IntPtr hwnd, int msg, IntPtr w... method ProxySendMessage (line 1342) | internal static IntPtr ProxySendMessage(IntPtr hwnd, int msg, out int ... method PtInRect (line 1358) | internal static bool PtInRect(ref NativeMethods.Win32Rect rc, int x, i... method PtInRect (line 1363) | internal static bool PtInRect(ref Rect rc, int x, int y) method PtInWindowRect (line 1369) | internal static bool PtInWindowRect(IntPtr hwnd, int x, int y) method ReadProcessMemory (line 1380) | internal static bool ReadProcessMemory(MS.Internal.AutomationProxies.S... method ReadProcessMemory (line 1393) | internal static bool ReadProcessMemory(MS.Internal.AutomationProxies.S... method RealGetWindowClass (line 1407) | internal static string RealGetWindowClass(IntPtr hwnd) method RegisterHotKey (line 1423) | internal static bool RegisterHotKey(IntPtr hwnd, short atom, int modif... method ReleaseDC (line 1436) | internal static int ReleaseDC(IntPtr hwnd, IntPtr hdc) method RegisterWindowMessage (line 1442) | internal static int RegisterWindowMessage(string msg) method SelectObject (line 1455) | internal static IntPtr SelectObject(IntPtr hdc, IntPtr hObject) method SendInput (line 1462) | internal static int SendInput(int inputs, ref NativeMethods.INPUT ki, ... method SetFocus (line 1480) | internal static bool SetFocus(IntPtr hwnd) method SetScrollPos (line 1598) | internal static int SetScrollPos(IntPtr hwnd, int bar, int pos, bool r... method SetWinEventHook (line 1616) | internal static IntPtr SetWinEventHook(int eventMin, int eventMax, Int... method StripMnemonic (line 1625) | internal static string StripMnemonic(string s) method ThrowWin32ExceptionsIfError (line 1664) | internal static void ThrowWin32ExceptionsIfError(int errorCode) method UnhookWinEvent (line 1709) | internal static bool UnhookWinEvent(IntPtr winEventHook) method UnionRect (line 1716) | internal static bool UnionRect(out NativeMethods.Win32Rect rcDst, ref ... method UnregisterHotKey (line 1729) | internal static bool UnregisterHotKey(IntPtr hwnd, short atom) method VirtualAlloc (line 1742) | internal static IntPtr VirtualAlloc(IntPtr address, UIntPtr size, int ... method VirtualAllocEx (line 1755) | internal static IntPtr VirtualAllocEx(MS.Internal.AutomationProxies.Sa... method VirtualFree (line 1768) | internal static bool VirtualFree(IntPtr address, UIntPtr size, int fre... method VirtualFreeEx (line 1781) | internal static bool VirtualFreeEx(MS.Internal.AutomationProxies.SafeP... method WriteProcessMemory (line 1794) | internal static bool WriteProcessMemory(MS.Internal.AutomationProxies.... method IsWindowInGivenProcess (line 1807) | internal static bool IsWindowInGivenProcess(IntPtr hwnd, string target... method InTheShellProcess (line 1839) | internal static bool InTheShellProcess(IntPtr hwnd) method IsComctrlV6OnOsVerV6orHigher (line 1853) | internal static bool IsComctrlV6OnOsVerV6orHigher(IntPtr hwnd) method EnumToolTipWindows (line 1890) | private static bool EnumToolTipWindows(IntPtr hwnd, ref UnsafeNativeMe... method GetPageSize (line 1933) | private static uint GetPageSize() method EvaluateSendMessageTimeoutError (line 1941) | private static void EvaluateSendMessageTimeoutError(int error) method EvaluateSendMessageTimeoutError (line 1946) | private static void EvaluateSendMessageTimeoutError(int error, bool ig... method GetTitlebarRectsXP (line 1968) | private static Rect[] GetTitlebarRectsXP(IntPtr hwnd) method GetTitlebarRectsEx (line 2039) | private static Rect[] GetTitlebarRectsEx(IntPtr hwnd) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/NonClientArea.cs class NonClientArea (line 23) | internal class NonClientArea: ProxyHwnd, IScrollProvider method NonClientArea (line 27) | internal NonClientArea (IntPtr hwnd) method AdviseEventAdded (line 37) | internal override void AdviseEventAdded (AutomationEvent eventId, Auto... method AdviseEventRemoved (line 57) | internal override void AdviseEventRemoved (AutomationEvent eventId, Au... method PropertyToWinEvent (line 79) | protected override int[] PropertyToWinEvent(AutomationProperty idProp) method Create (line 96) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 101) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method CreateMenuBarItem (line 135) | internal static IRawElementProviderSimple CreateMenuBarItem(IntPtr hwn... method CreateMenuBarItem (line 140) | private static IRawElementProviderSimple CreateMenuBarItem(IntPtr hwnd... method CreateSystemMenu (line 165) | internal static IRawElementProviderSimple CreateSystemMenu(IntPtr hwnd... method CreateSystemMenu (line 170) | private static IRawElementProviderSimple CreateSystemMenu(IntPtr hwnd) method RaiseEvents (line 181) | internal static void RaiseEvents(IntPtr hwnd, int eventId, object idPr... method ElementProviderFromPoint (line 206) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetFocus (line 264) | internal override ProxySimple GetFocus() method GetRuntimeId (line 302) | internal override int [] GetRuntimeId () method GetPatternProvider (line 308) | internal override object GetPatternProvider (AutomationPattern iid) method GetNextSibling (line 323) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 331) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 337) | internal override ProxySimple GetFirstChild () method GetLastChild (line 343) | internal override ProxySimple GetLastChild () method SetScrollPercent (line 353) | void IScrollProvider.SetScrollPercent (double horizontalPercent, doubl... method Scroll (line 359) | void IScrollProvider.Scroll (ScrollAmount horizontalAmount, ScrollAmou... method ReturnNextNonClientChild (line 424) | private ProxyFragment ReturnNextNonClientChild (bool next, NonClientIt... type NonClientItem (line 443) | internal enum NonClientItem method CreateNonClientChild (line 455) | internal ProxyFragment CreateNonClientChild (NonClientItem item) method CreateNonClientMenu (line 519) | internal ProxyHwnd CreateNonClientMenu () method FindGrip (line 558) | private ProxyFragment FindGrip(int x,int y) method FindGripMirrored (line 576) | private ProxyFragment FindGripMirrored(int x, int y) method FindMenus (line 599) | private ProxySimple FindMenus(int x, int y) method RaiseMenuEventsOnClient (line 643) | private static void RaiseMenuEventsOnClient(IntPtr hwnd, int eventId, ... method RaiseEventsOnClient (line 649) | private static void RaiseEventsOnClient(IntPtr hwnd, int eventId, obje... method RaiseEventsOnScroll (line 658) | private static void RaiseEventsOnScroll(IntPtr hwnd, int eventId, obje... method RaiseEventsOnWindow (line 722) | private static void RaiseEventsOnWindow(IntPtr hwnd, int eventId, obje... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/OleObject.cs type IOleObject (line 36) | [ComImport, Guid("00000112-0000-0000-C000-000000000046"), InterfaceTypeA... method Placeholder_SetClientSite (line 39) | void Placeholder_SetClientSite(); method Placeholder_GetClientSite (line 40) | void Placeholder_GetClientSite(); method Placeholder_SetHostNames (line 41) | void Placeholder_SetHostNames(); method Placeholder_Close (line 42) | void Placeholder_Close(); method Placeholder_SetMoniker (line 43) | void Placeholder_SetMoniker(); method Placeholder_GetMoniker (line 44) | void Placeholder_GetMoniker(); method Placeholder_InitFromData (line 45) | void Placeholder_InitFromData(); method GetClipboardData (line 46) | [PreserveSig]int GetClipboardData(int dwReserved, out IDataObject data); method Placeholder_DoVerb (line 47) | void Placeholder_DoVerb(); method Placeholder_EnumVerbs (line 48) | void Placeholder_EnumVerbs(); method Placeholder_OleUpdate (line 49) | void Placeholder_OleUpdate(); method Placeholder_IsUpToDate (line 50) | void Placeholder_IsUpToDate(); method Placeholder_GetUserClassID (line 51) | void Placeholder_GetUserClassID(); method Placeholder_GetUserType (line 52) | void Placeholder_GetUserType(); method Placeholder_SetExtent (line 53) | void Placeholder_SetExtent(); method Placeholder_GetExtent (line 54) | void Placeholder_GetExtent(); method Placeholder_Advise (line 55) | void Placeholder_Advise(); method Placeholder_Unadvise (line 56) | void Placeholder_Unadvise(); method Placeholder_EnumAdvise (line 57) | void Placeholder_EnumAdvise(); method Placeholder_GetMiscStatus (line 58) | void Placeholder_GetMiscStatus(); method Placeholder_SetColorScheme (line 59) | void Placeholder_SetColorScheme(); type IDataObject (line 72) | [ComImport, Guid("0000010E-0000-0000-C000-000000000046"), InterfaceTypeA... method GetData (line 75) | [PreserveSig]int GetData(ref UnsafeNativeMethods.FORMATETC pFormatetc,... method Placeholder_GetDataHere (line 76) | void Placeholder_GetDataHere(); method Placeholder_QueryGetData (line 77) | void Placeholder_QueryGetData(); method Placeholder_GetCanonicalFormatEtc (line 78) | void Placeholder_GetCanonicalFormatEtc(); method Placeholder_SetData (line 79) | void Placeholder_SetData(); method Placeholder_OleEnumFormatEtc (line 80) | void Placeholder_OleEnumFormatEtc(); method Placeholder_DAdvise (line 81) | void Placeholder_DAdvise(); method Placeholder_DUnadvise (line 82) | void Placeholder_DUnadvise(); method Placeholder_EnumDAdvise (line 83) | void Placeholder_EnumDAdvise(); class DataObjectConstants (line 96) | internal static class DataObjectConstants FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/ProxyFragment.cs class ProxyFragment (line 43) | internal class ProxyFragment : ProxySimple, IRawElementProviderFragmentRoot method ProxyFragment (line 53) | internal ProxyFragment (IntPtr hwnd, ProxyFragment parent, int item) :... method GetNextSibling (line 75) | internal virtual ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 83) | internal virtual ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 89) | internal virtual ProxySimple GetFirstChild () method GetLastChild (line 95) | internal virtual ProxySimple GetLastChild () method ElementProviderFromPoint (line 103) | internal virtual ProxySimple ElementProviderFromPoint (int x, int y) method GetFocus (line 109) | internal virtual ProxySimple GetFocus () method ElementProviderFromPoint (line 120) | IRawElementProviderFragment IRawElementProviderFragmentRoot.ElementPro... method GetFocus (line 128) | IRawElementProviderFragment IRawElementProviderFragmentRoot.GetFocus () method Navigate (line 138) | IRawElementProviderFragment IRawElementProviderFragment.Navigate(Navig... method RecursiveRaiseEvents (line 187) | internal override void RecursiveRaiseEvents (object idProp, Automation... method DrillDownFragment (line 207) | internal static ProxySimple DrillDownFragment(ProxyFragment fragment, ... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/ProxyHwnd.cs class ProxyHwnd (line 31) | internal class ProxyHwnd : ProxyFragment, IRawElementProviderAdviseEvents method ProxyHwnd (line 41) | internal ProxyHwnd (IntPtr hwnd, ProxyFragment parent, int item) method AdviseEventAdded (line 63) | internal virtual void AdviseEventAdded(AutomationEvent eventId, Automa... method AdviseEventRemoved (line 92) | internal virtual void AdviseEventRemoved(AutomationEvent eventId, Auto... method ElementProviderFromPoint (line 122) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetAccessKey (line 130) | internal override string GetAccessKey() method GetElementProperty (line 144) | internal override object GetElementProperty (AutomationProperty idProp) method AdviseEventAdded (line 289) | void IRawElementProviderAdviseEvents.AdviseEventAdded(int eventIdAsInt... method AdviseEventRemoved (line 307) | void IRawElementProviderAdviseEvents.AdviseEventRemoved(int eventIdAsI... method PropertyToWinEvent (line 348) | protected virtual int [] PropertyToWinEvent (AutomationProperty idProp) method EventToWinEvent (line 399) | protected virtual ReadOnlySpan EventToW... method PtInClientRect (line 464) | protected static bool PtInClientRect (IntPtr hwnd, int x, int y) method GetLabelAccessKey (line 491) | protected static string GetLabelAccessKey(IntPtr hwnd) method PropertyToWinEvent (line 508) | private ReadOnlySpan PropertyToWinEvent... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/ProxySimple.cs class ProxySimple (line 43) | internal class ProxySimple : IRawElementProviderSimple, IRawElementProvi... method ProxySimple (line 57) | internal ProxySimple(IntPtr hwnd, ProxyFragment parent, int item) method SetFocus (line 109) | internal virtual bool SetFocus() method GetRuntimeId (line 124) | internal virtual int [] GetRuntimeId () method MakeRuntimeId (line 144) | internal int[] MakeRuntimeId() method GetParent (line 174) | internal virtual ProxySimple GetParent() method GetElementProperty (line 180) | internal virtual object GetElementProperty(AutomationProperty idProp) method IsKeyboardFocusable (line 264) | internal virtual bool IsKeyboardFocusable() method IsOffscreen (line 300) | internal virtual bool IsOffscreen() method GetAccessKey (line 332) | internal virtual string GetAccessKey() method GetPatternProvider (line 348) | internal virtual object GetPatternProvider(AutomationPattern iid) method GetEmbeddedFragmentRoots (line 353) | internal virtual ProxySimple[] GetEmbeddedFragmentRoots() method DispatchEvents (line 386) | internal virtual void DispatchEvents(int eventId, object idProp, int i... method RecursiveRaiseEvents (line 391) | internal virtual void RecursiveRaiseEvents(object idProp, AutomationPr... method Navigate (line 441) | IRawElementProviderFragment IRawElementProviderFragment.Navigate(Navig... method GetRuntimeId (line 486) | int [] IRawElementProviderFragment.GetRuntimeId () method GetPatternProvider (line 493) | object IRawElementProviderSimple.GetPatternProvider(int patternId) method GetPropertyValue (line 504) | object IRawElementProviderSimple.GetPropertyValue(int propertyId) method GetEmbeddedFragmentRoots (line 515) | IRawElementProviderSimple[] IRawElementProviderFragment.GetEmbeddedFra... method SetFocus (line 525) | void IRawElementProviderFragment.SetFocus() method GetClickablePoint (line 568) | internal bool GetClickablePoint(out NativeMethods.Win32Point pt, bool ... method GetAccessibleName (line 604) | internal string GetAccessibleName(int item) method IsFocused (line 728) | protected virtual bool IsFocused () method IsHwndElement (line 733) | protected bool IsHwndElement() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/QueueProcessor.cs class QueueProcessor (line 19) | internal class QueueProcessor method QueueProcessor (line 30) | internal QueueProcessor(int initCapacity) method QueueProcessor (line 38) | internal QueueProcessor() : this(4) method StartOnThread (line 55) | internal void StartOnThread () method PostSyncWorkItem (line 67) | internal bool PostSyncWorkItem (QueueItem workItem) method WaitForWork (line 92) | private void WaitForWork() class QueueItem (line 169) | internal abstract class QueueItem method Process (line 180) | internal abstract void Process (); class SyncQueueItem (line 195) | internal class SyncQueueItem : QueueItem method SyncQueueItem (line 206) | internal SyncQueueItem (QueueItem qItem) method Process (line 223) | internal override void Process () class WinEventItem (line 268) | internal class WinEventItem : QueueItem method WinEventItem (line 278) | internal WinEventItem (ref WinEventTracker.EventHookParams hp, WinEv... method Process (line 294) | internal override void Process () class MSAAWinEventItem (line 330) | internal class MSAAWinEventItem : QueueItem method MSAAWinEventItem (line 340) | internal MSAAWinEventItem(MSAAWinEventWrap.StartStopDelegate ssd) method Process (line 355) | internal override void Process() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/SafeCoTaskMem.cs class SafeCoTaskMem (line 9) | internal sealed class SafeCoTaskMem : SafeHandleZeroOrMinusOneIsInvalid method SafeCoTaskMem (line 14) | private SafeCoTaskMem() : base(true) {} method SafeCoTaskMem (line 16) | internal SafeCoTaskMem(int length) : base(true) method GetStringAuto (line 21) | internal string GetStringAuto() method GetStringUni (line 26) | internal string GetStringUni(int length) method ReleaseHandle (line 32) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/SafeProcessHandle.cs class SafeProcessHandle (line 10) | internal sealed class SafeProcessHandle : SafeHandleZeroOrMinusOneIsInvalid method SafeProcessHandle (line 15) | private SafeProcessHandle() : base(true) {} method SafeProcessHandle (line 17) | internal SafeProcessHandle(IntPtr hwnd) : base(true) method ReleaseHandle (line 42) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/SafeThemeHandle.cs class SafeThemeHandle (line 12) | internal sealed class SafeThemeHandle : SafeHandleZeroOrMinusOneIsInvalid method SafeThemeHandle (line 17) | private SafeThemeHandle() : base(true) {} method SafeThemeHandle (line 21) | internal SafeThemeHandle(IntPtr preexistingHandle, bool ownsHandle) : ... method ReleaseHandle (line 26) | protected override bool ReleaseHandle() method CloseThemeData (line 33) | [DllImport("UxTheme.dll", CharSet = CharSet.Auto)/**/] FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/Tom.cs type ITextDocument (line 39) | [ComImport, Guid("8CC497C0-A1DF-11ce-8098-00AA0047BE5D"), InterfaceType(... method Placeholder_Name (line 42) | void Placeholder_Name(); method Placeholder_StoryCount (line 48) | void Placeholder_StoryCount(); method Placeholder_StoryRanges (line 49) | void Placeholder_StoryRanges(); method Placeholder_get_Saved (line 50) | void Placeholder_get_Saved(); method Placeholder_set_Saved (line 51) | void Placeholder_set_Saved(); method Placeholder_get_DefaultTabStop (line 52) | void Placeholder_get_DefaultTabStop(); method Placeholder_set_DefaultTabStop (line 53) | void Placeholder_set_DefaultTabStop(); method Placeholder_New (line 54) | void Placeholder_New(); method Placeholder_Open (line 55) | void Placeholder_Open(); method Placeholder_Save (line 56) | void Placeholder_Save(); method Placeholder_Freeze (line 57) | void Placeholder_Freeze(); method Placeholder_Unfreeze (line 58) | void Placeholder_Unfreeze(); method Placeholder_BeginEditCollection (line 59) | void Placeholder_BeginEditCollection(); method Placeholder_EndEditCollection (line 60) | void Placeholder_EndEditCollection(); method Placeholder_Undo (line 61) | void Placeholder_Undo(); method Placeholder_Redo (line 62) | void Placeholder_Redo(); method Range (line 63) | [return :MarshalAs(UnmanagedType.Interface)] method RangeFromPoint (line 65) | [return :MarshalAs(UnmanagedType.Interface)] type ITextRange (line 77) | [ComImport, Guid("8CC497C2-A1DF-11ce-8098-00AA0047BE5D"), InterfaceType(... method Placeholder_set_Text (line 81) | void Placeholder_set_Text(); method Placeholder_get_Char (line 82) | void Placeholder_get_Char(); method Placeholder_set_Char (line 83) | void Placeholder_set_Char(); method GetDuplicate (line 85) | [return: MarshalAs(UnmanagedType.Interface)] method Placeholder_get_FormattedText (line 87) | void Placeholder_get_FormattedText(); method Placeholder_set_FormattedText (line 88) | void Placeholder_set_FormattedText(); method Collapse (line 95) | void Collapse(TomStartEnd bStart); method Expand (line 96) | int Expand(TomUnit unit); method Placeholder_GetIndex (line 97) | void Placeholder_GetIndex(); method Placeholder_SetIndex (line 98) | void Placeholder_SetIndex(); method SetRange (line 99) | void SetRange(int cp1, int cp2); method InRange (line 100) | TomBool InRange(ITextRange range); method Placeholder_InStory (line 101) | void Placeholder_InStory(); method IsEqual (line 102) | TomBool IsEqual(ITextRange range); method Select (line 103) | void Select(); method StartOf (line 104) | int StartOf(int type, int extend); method EndOf (line 105) | int EndOf(TomUnit unit, TomExtend extend); method Move (line 106) | int Move(TomUnit unit, int count); method MoveStart (line 107) | int MoveStart(TomUnit unit, int count); method MoveEnd (line 108) | int MoveEnd(TomUnit unit, int count); method Placeholder_MoveWhile (line 109) | void Placeholder_MoveWhile(); method Placeholder_MoveStartWhile (line 110) | void Placeholder_MoveStartWhile(); method Placeholder_MoveEndWhile (line 111) | void Placeholder_MoveEndWhile(); method Placeholder_MoveUntil (line 112) | void Placeholder_MoveUntil(); method Placeholder_MoveStartUntil (line 113) | void Placeholder_MoveStartUntil(); method Placeholder_MoveEndUntil (line 114) | void Placeholder_MoveEndUntil(); method FindText (line 115) | int FindText(string bstr, int count, TomMatch flags); method FindTextStart (line 116) | int FindTextStart(string bstr, int count, TomMatch flags); method FindTextEnd (line 117) | int FindTextEnd(string bstr, int count, TomMatch flags); method Placeholder_Delete (line 118) | void Placeholder_Delete(); method Placeholder_Cut (line 119) | void Placeholder_Cut(); method Placeholder_Copy (line 120) | void Placeholder_Copy(); method Placeholder_Paste (line 121) | void Placeholder_Paste(); method Placeholder_CanPaste (line 122) | void Placeholder_CanPaste(); method Placeholder_CanEdit (line 123) | void Placeholder_CanEdit(); method Placeholder_ChangeCase (line 124) | void Placeholder_ChangeCase(); method GetPoint (line 125) | [PreserveSig]int GetPoint(TomGetPoint type, out int px, out int py); method Placeholder_SetPoint (line 126) | void Placeholder_SetPoint(); method ScrollIntoView (line 127) | void ScrollIntoView(TomStartEnd scrollvalue); method GetEmbeddedObject (line 128) | [PreserveSig]int GetEmbeddedObject([MarshalAs(UnmanagedType.IUnknown)]... type ITextSelection (line 139) | [ComImport, Guid("8CC497C1-A1DF-11ce-8098-00AA0047BE5D"), InterfaceType(... method Placeholder_set_Text (line 144) | new void Placeholder_set_Text(); method Placeholder_get_Char (line 145) | new void Placeholder_get_Char(); method Placeholder_set_Char (line 146) | new void Placeholder_set_Char(); method GetDuplicate (line 148) | [return: MarshalAs(UnmanagedType.Interface)] method Placeholder_get_FormattedText (line 150) | new void Placeholder_get_FormattedText(); method Placeholder_set_FormattedText (line 151) | new void Placeholder_set_FormattedText(); method Collapse (line 158) | new void Collapse(TomStartEnd bStart); method Expand (line 159) | new int Expand(TomUnit unit); method Placeholder_GetIndex (line 160) | new void Placeholder_GetIndex(); method Placeholder_SetIndex (line 161) | new void Placeholder_SetIndex(); method SetRange (line 162) | new void SetRange(int cp1, int cp2); method InRange (line 163) | new TomBool InRange(ITextRange range); method Placeholder_InStory (line 164) | new void Placeholder_InStory(); method IsEqual (line 165) | new TomBool IsEqual(ITextRange range); method Select (line 166) | new void Select(); method StartOf (line 167) | new int StartOf(int type, int extend); method EndOf (line 168) | new int EndOf(TomUnit unit, TomExtend extend); method Move (line 169) | new int Move(TomUnit unit, int count); method MoveStart (line 170) | new int MoveStart(TomUnit unit, int count); method MoveEnd (line 171) | new int MoveEnd(TomUnit unit, int count); method Placeholder_MoveWhile (line 172) | new void Placeholder_MoveWhile(); method Placeholder_MoveStartWhile (line 173) | new void Placeholder_MoveStartWhile(); method Placeholder_MoveEndWhile (line 174) | new void Placeholder_MoveEndWhile(); method Placeholder_MoveUntil (line 175) | new void Placeholder_MoveUntil(); method Placeholder_MoveStartUntil (line 176) | new void Placeholder_MoveStartUntil(); method Placeholder_MoveEndUntil (line 177) | new void Placeholder_MoveEndUntil(); method FindText (line 178) | new int FindText(string bstr, int count, TomMatch flags); method FindTextStart (line 179) | new int FindTextStart(string bstr, int count, TomMatch flags); method FindTextEnd (line 180) | new int FindTextEnd(string bstr, int count, TomMatch flags); method Placeholder_Delete (line 181) | new void Placeholder_Delete(); method Placeholder_Cut (line 182) | new void Placeholder_Cut(); method Placeholder_Copy (line 183) | new void Placeholder_Copy(); method Placeholder_Paste (line 184) | new void Placeholder_Paste(); method Placeholder_CanPaste (line 185) | new void Placeholder_CanPaste(); method Placeholder_CanEdit (line 186) | new void Placeholder_CanEdit(); method Placeholder_ChangeCase (line 187) | new void Placeholder_ChangeCase(); method GetPoint (line 188) | [PreserveSig]new int GetPoint(TomGetPoint type, out int px, out int py); method Placeholder_SetPoint (line 189) | new void Placeholder_SetPoint(); method ScrollIntoView (line 190) | new void ScrollIntoView(TomStartEnd scrollvalue); method GetEmbeddedObject (line 191) | [PreserveSig]new int GetEmbeddedObject([MarshalAs(UnmanagedType.IUnkno... method Placeholder_Type (line 194) | void Placeholder_Type(); method Placeholder_MoveLeft (line 195) | void Placeholder_MoveLeft(); method Placeholder_MoveRight (line 196) | void Placeholder_MoveRight(); method Placeholder_MoveUp (line 197) | void Placeholder_MoveUp(); method Placeholder_MoveDown (line 198) | void Placeholder_MoveDown(); method Placeholder_HomeKey (line 199) | void Placeholder_HomeKey(); method Placeholder_EndKey (line 200) | void Placeholder_EndKey(); method Placeholder_TypeText (line 201) | void Placeholder_TypeText(); type ITextFont (line 212) | [ComImport, Guid("8CC497C3-A1DF-11ce-8098-00AA0047BE5D"), InterfaceType(... method Placeholder_GetDuplicate (line 216) | void Placeholder_GetDuplicate(); method Placeholder_SetDuplicate (line 218) | void Placeholder_SetDuplicate(); method Placeholder_CanChange (line 220) | void Placeholder_CanChange(); method Placeholder_IsEqual (line 222) | void Placeholder_IsEqual(); method Placeholder_Reset (line 224) | void Placeholder_Reset(); method Placeholder_GetStyle (line 226) | void Placeholder_GetStyle(); method Placeholder_SetStyle (line 228) | void Placeholder_SetStyle(); method Placeholder_GetBold (line 241) | void Placeholder_GetBold(); method Placeholder_SetBold (line 243) | void Placeholder_SetBold(); method Placeholder_GetKerning (line 260) | void Placeholder_GetKerning(); method Placeholder_SetKerning (line 262) | void Placeholder_SetKerning(); method Placeholder_GetLanguageID (line 264) | void Placeholder_GetLanguageID(); method Placeholder_SetLanguageID (line 266) | void Placeholder_SetLanguageID(); method Placeholder_GetPosition (line 274) | void Placeholder_GetPosition(); method Placeholder_SetPosition (line 276) | void Placeholder_SetPosition(); method Placeholder_GetSpacing (line 290) | void Placeholder_GetSpacing(); method Placeholder_SetSpacing (line 292) | void Placeholder_SetSpacing(); type ITextPara (line 318) | [ComImport, Guid("8CC497C4-A1DF-11CE-8098-00AA0047BE5D"), InterfaceType(... method Placeholder_GetDuplicate (line 322) | void Placeholder_GetDuplicate(); method Placeholder_SetDuplicate (line 324) | void Placeholder_SetDuplicate(); method Placeholder_CanChange (line 326) | void Placeholder_CanChange(); method Placeholder_IsEqual (line 328) | void Placeholder_IsEqual(); method Placeholder_Reset (line 330) | void Placeholder_Reset(); method Placeholder_GetStyle (line 332) | void Placeholder_GetStyle(); method Placeholder_SetStyle (line 334) | void Placeholder_SetStyle(); method Placeholder_GetHyphenation (line 339) | void Placeholder_GetHyphenation(); method Placeholder_SetHyphenation (line 341) | void Placeholder_SetHyphenation(); method Placeholder_GetKeepTogether (line 345) | void Placeholder_GetKeepTogether(); method Placeholder_SetKeepTogether (line 347) | void Placeholder_SetKeepTogether(); method Placeholder_GetKeepWithNext (line 349) | void Placeholder_GetKeepWithNext(); method Placeholder_SetKeepWithNext (line 351) | void Placeholder_SetKeepWithNext(); method Placeholder_GetLineSpacing (line 355) | void Placeholder_GetLineSpacing(); method Placeholder_GetLineSpacingRule (line 357) | void Placeholder_GetLineSpacingRule(); method Placeholder_GetListAlignment (line 359) | void Placeholder_GetListAlignment(); method Placeholder_SetListAlignment (line 361) | void Placeholder_SetListAlignment(); method Placeholder_GetListLevelIndex (line 363) | void Placeholder_GetListLevelIndex(); method Placeholder_SetListLevelIndex (line 365) | void Placeholder_SetListLevelIndex(); method Placeholder_GetListStart (line 367) | void Placeholder_GetListStart(); method Placeholder_SetListStart (line 369) | void Placeholder_SetListStart(); method Placeholder_GetListTab (line 371) | void Placeholder_GetListTab(); method Placeholder_SetListTab (line 373) | void Placeholder_SetListTab(); method Placeholder_GetNoLineNumber (line 378) | void Placeholder_GetNoLineNumber(); method Placeholder_SetNoLineNumber (line 380) | void Placeholder_SetNoLineNumber(); method Placeholder_GetPageBreakBefore (line 382) | void Placeholder_GetPageBreakBefore(); method Placeholder_SetPageBreakBefore (line 384) | void Placeholder_SetPageBreakBefore(); method Placeholder_SetIndents (line 389) | void Placeholder_SetIndents(); method Placeholder_SetLineSpacing (line 391) | void Placeholder_SetLineSpacing(); method Placeholder_GetSpaceAfter (line 393) | void Placeholder_GetSpaceAfter(); method Placeholder_SetSpaceAfter (line 395) | void Placeholder_SetSpaceAfter(); method Placeholder_GetSpaceBefore (line 397) | void Placeholder_GetSpaceBefore(); method Placeholder_SetSpaceBefore (line 399) | void Placeholder_SetSpaceBefore(); method Placeholder_GetWidowControl (line 401) | void Placeholder_GetWidowControl(); method Placeholder_SetWidowControl (line 403) | void Placeholder_SetWidowControl(); method Placeholder_AddTab (line 407) | void Placeholder_AddTab(); method Placeholder_ClearAllTabs (line 409) | void Placeholder_ClearAllTabs(); method Placeholder_DeleteTab (line 411) | void Placeholder_DeleteTab(); method GetTab (line 413) | void GetTab(int iTab, out float tbPos, out TomAlignment tbAlign, out T... type TomAlignment (line 425) | internal enum TomAlignment : int type TomAnimation (line 436) | internal enum TomAnimation : int type TomBool (line 448) | internal enum TomBool : int type TomConst (line 456) | internal enum TomConst : int type TomExtend (line 462) | internal enum TomExtend : int type TomGetPoint (line 468) | [Flags] type TomLeader (line 480) | internal enum TomLeader : int type TomListType (line 488) | [Flags] type TomMatch (line 509) | [Flags] type TomSelectionFlags (line 518) | [Flags] type TomStartEnd (line 528) | internal enum TomStartEnd : int type TomStory (line 534) | internal enum TomStory : int type TomUnderline (line 550) | internal enum TomUnderline : int type TomUnit (line 567) | internal enum TomUnit : int FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WinEventTracker.cs class WinEventTracker (line 33) | internal static class WinEventTracker method AddToNotificationList (line 46) | internal static void AddToNotificationList(IntPtr hwnd, ProxyRaiseEven... method GetCallbackQueue (line 56) | internal static QueueProcessor GetCallbackQueue() method RemoveToNotificationList (line 75) | internal static void RemoveToNotificationList(IntPtr hwnd, ReadOnlySpa... type EvtIdProperty (line 95) | internal struct EvtIdProperty method EvtIdProperty (line 104) | internal EvtIdProperty (int evtId, object idProp) class EventHookParams (line 115) | internal class EventHookParams method StartListening (line 148) | private static void StartListening (ref EventHookParams hp) method StopListening (line 179) | private static void StopListening (ref EventHookParams hp) method WinEventProc (line 195) | private static void WinEventProc(int winEventHook, int eventId, IntPtr... method BuildEventsList (line 337) | private static void BuildEventsList(EventFlag eFlag, IntPtr hwnd, Prox... method IsConsoleProcess (line 471) | private static bool IsConsoleProcess(int processId) type EventFlag (line 515) | private enum EventFlag type EventCreateParams (line 591) | internal struct EventCreateParams method EventCreateParams (line 602) | internal EventCreateParams (IntPtr hwnd, object idProp, ProxyRaiseEv... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WinFormsSpinner.cs class WinformsSpinner (line 17) | internal class WinformsSpinner : ProxyHwnd, IRawElementProviderHwndOverr... method WinformsSpinner (line 28) | internal WinformsSpinner(IntPtr hwnd, IntPtr hwndEdit, IntPtr hwndUpDo... method Create (line 107) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 112) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method GetPatternProvider (line 217) | internal override object GetPatternProvider (AutomationPattern iid) method ElementProviderFromPoint (line 253) | internal override ProxySimple ElementProviderFromPoint(int x, int y) method AdviseEventAdded (line 275) | internal override void AdviseEventAdded(AutomationEvent eventId, Autom... method AdviseEventRemoved (line 283) | internal override void AdviseEventRemoved(AutomationEvent eventId, Aut... method GetOverrideProviderForHwnd (line 301) | IRawElementProviderSimple IRawElementProviderHwndOverride.GetOverrideP... method SetValue (line 324) | void IRangeValueProvider.SetValue (double obj) method SetValue (line 389) | void IValueProvider.SetValue(string val) method IsEdit (line 423) | private bool IsEdit(IntPtr hwnd) type SpinnerType (line 454) | private enum SpinnerType class WinformsSpinnerEdit (line 473) | private class WinformsSpinnerEdit : WinformsSpinner method WinformsSpinnerEdit (line 483) | internal WinformsSpinnerEdit(IntPtr hwnd, IntPtr hwndEdit, IntPtr hw... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsAltTab.cs class WindowsAltTab (line 17) | internal class WindowsAltTab : ProxyHwnd method WindowsAltTab (line 27) | internal WindowsAltTab(IntPtr hwnd, ProxyFragment parent, int item) method Create (line 45) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 50) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method RaiseEvents (line 76) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetNextSibling (line 96) | internal override ProxySimple GetNextSibling(ProxySimple child) method GetPreviousSibling (line 102) | internal override ProxySimple GetPreviousSibling(ProxySimple child) method GetFirstChild (line 108) | internal override ProxySimple GetFirstChild() method GetLastChild (line 114) | internal override ProxySimple GetLastChild() method ElementProviderFromPoint (line 120) | internal override ProxySimple ElementProviderFromPoint(int x, int y) method GetFocus (line 154) | internal override ProxySimple GetFocus() method CreateAltTabItem (line 186) | private ProxySimple CreateAltTabItem(int item) method ItemIndex (line 197) | private int ItemIndex(int row, int column) method GetAltTabInfo (line 231) | internal static bool class WindowsAltTabItem (line 307) | private class WindowsAltTabItem : ProxySimple method WindowsAltTabItem (line 318) | internal WindowsAltTabItem(IntPtr hwnd, WindowsAltTab parent, int item) method GetBoundingRect (line 372) | private NativeMethods.Win32Rect GetBoundingRect() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsButton.cs class WindowsButton (line 14) | internal class WindowsButton : ProxyHwnd, IInvokeProvider, IToggleProvid... method WindowsButton (line 30) | internal WindowsButton (IntPtr hwnd, ProxyFragment parent, ButtonType ... method Create (line 84) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 89) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 146) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetPatternProvider (line 223) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 247) | internal override object GetElementProperty (AutomationProperty idProp) method EventToWinEvent (line 284) | protected override ReadOnlySpan EventTo... method Invoke (line 301) | void IInvokeProvider.Invoke () method GetSelection (line 311) | IRawElementProviderSimple[] ISelectionProvider.GetSelection() method Select (line 358) | void ISelectionItemProvider.Select() method AddToSelection (line 364) | void ISelectionItemProvider.AddToSelection() method RemoveFromSelection (line 370) | void ISelectionItemProvider.RemoveFromSelection() method Toggle (line 412) | void IToggleProvider.Toggle() type ButtonType (line 439) | internal enum ButtonType method Invoke (line 457) | private void Invoke() method InShellTray (line 535) | private bool InShellTray() method IsStartButton (line 547) | private bool IsStartButton() method IsShowAllProgramsButton (line 573) | private bool IsShowAllProgramsButton() method GetRootAncestor (line 593) | private IntPtr GetRootAncestor() method ContainsRadioButtons (line 659) | private unsafe bool ContainsRadioButtons() method FindRadioButtonChild (line 670) | private unsafe bool FindRadioButtonChild(IntPtr hwnd, void* lParam) method GetLocalizedName (line 692) | private string GetLocalizedName() method GetSelection (line 697) | private unsafe IntPtr GetSelection() method FindSelectedRadioButtonChild (line 710) | private unsafe bool FindSelectedRadioButtonChild(IntPtr hwnd, void* lP... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsComboBox.cs class WindowsComboBox (line 31) | internal class WindowsComboBox : ProxyHwnd, IValueProvider, IExpandColla... method WindowsComboBox (line 42) | private WindowsComboBox (IntPtr hwnd, ProxyFragment parent, IntPtr hwn... method Create (line 59) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 64) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method GetPatternProvider (line 83) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 145) | internal override object GetElementProperty (AutomationProperty idProp) method GetEmbeddedFragmentRoots (line 169) | internal override ProxySimple [] GetEmbeddedFragmentRoots () method GetNextSibling (line 204) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 217) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 228) | internal override ProxySimple GetFirstChild () method GetLastChild (line 235) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 247) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method AdviseEventAdded (line 288) | internal override void AdviseEventAdded (AutomationEvent eventId, Auto... method AdviseEventRemoved (line 323) | internal override void AdviseEventRemoved (AutomationEvent eventId, Au... method SetValue (line 364) | void IValueProvider.SetValue (string str) method Expand (line 432) | void IExpandCollapseProvider.Expand () method Collapse (line 446) | void IExpandCollapseProvider.Collapse () method IsSimpleCombo (line 478) | internal bool IsSimpleCombo () method IsDropDownListCombo (line 484) | internal bool IsDropDownListCombo () method GetListItemText (line 490) | internal string GetListItemText (int index) method HostedByComboEx (line 501) | internal static IntPtr HostedByComboEx (IntPtr hwnd) method GetComboInfo (line 514) | internal static bool GetComboInfo(IntPtr hwnd, ref NativeMethods.COMBO... method GetDroppedState (line 553) | internal static bool GetDroppedState (IntPtr hwnd) method Expand (line 558) | internal static void Expand (IntPtr hwnd) method Collapse (line 573) | internal static void Collapse (IntPtr hwnd) type ComboChildren (line 589) | internal enum ComboChildren: int method GetComboType (line 627) | private int GetComboType() method CreateComboButton (line 635) | private ProxySimple CreateComboButton () method CreateListBox (line 648) | private ProxySimple CreateListBox() method CreateListBox (line 659) | private ProxySimple CreateListBox (IntPtr hwndList) method IsComboEx (line 665) | private static bool IsComboEx (IntPtr hwndEx) method IsEditableCombo (line 675) | private bool IsEditableCombo() method SpecialText (line 686) | private static string SpecialText (IntPtr hwnd, int index) method RaiseEvents (line 721) | private static void RaiseEvents (IntPtr hwnd, int eventId, object idPr... method EditPortionEvents (line 782) | private static void EditPortionEvents (IntPtr hwnd, int eventId, objec... method CreateEditPortionEvents (line 797) | private static ReadOnlySpan CreateEditP... method IsComboBoxEx32 (line 831) | private bool IsComboBoxEx32() class WindowsComboButton (line 864) | private class WindowsComboButton: ProxySimple, IInvokeProvider method WindowsComboButton (line 874) | internal WindowsComboButton (IntPtr hwnd, ProxyFragment parent, int ... method GetPatternProvider (line 892) | internal override object GetPatternProvider (AutomationPattern iid) method Invoke (line 937) | void IInvokeProvider.Invoke () FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsContainer.cs class WindowsContainer (line 14) | internal class WindowsContainer : ProxyHwnd, IRawElementProviderHwndOver... method WindowsContainer (line 24) | public WindowsContainer (IntPtr hwnd, ProxyHwnd parent, int item) method Create (line 50) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 55) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method GetElementProperty (line 74) | internal override object GetElementProperty(AutomationProperty idProp) method GetOverrideProviderForHwnd (line 93) | IRawElementProviderSimple IRawElementProviderHwndOverride.GetOverrideP... method IsTopLevelWindow (line 120) | private bool IsTopLevelWindow() method HasTabPageStyle (line 131) | private bool HasTabPageStyle(IntPtr hwnd) method IsTabPage (line 141) | private bool IsTabPage(IntPtr hwnd, out IntPtr hwndTab, out int item) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsEditBox.cs class WindowsEditBox (line 22) | internal class WindowsEditBox : ProxyHwnd, IValueProvider, ITextProvider method WindowsEditBox (line 34) | internal WindowsEditBox (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 66) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 71) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 87) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetAccessKey (line 130) | internal override string GetAccessKey() method GetPatternProvider (line 159) | internal override object GetPatternProvider(AutomationPattern iid) method GetElementProperty (line 180) | internal override object GetElementProperty(AutomationProperty idProp) method ElementProviderFromPoint (line 214) | internal override ProxySimple ElementProviderFromPoint(int x, int y) method GetFocus (line 225) | internal override ProxySimple GetFocus() method GetParent (line 236) | internal override ProxySimple GetParent() method EventToWinEvent (line 252) | protected override ReadOnlySpan EventTo... method SetValue (line 262) | void IValueProvider.SetValue (string str) method GetSelection (line 325) | ITextRangeProvider [] ITextProvider.GetSelection() method GetVisibleRanges (line 332) | ITextRangeProvider [] ITextProvider.GetVisibleRanges() method RangeFromChild (line 340) | ITextRangeProvider ITextProvider.RangeFromChild(IRawElementProviderSim... method RangeFromPoint (line 346) | ITextRangeProvider ITextProvider.RangeFromPoint(Point screenLocation) method CharFromPos (line 434) | internal void CharFromPos(NativeMethods.Win32Point point, out ushort i... method CharFromPosEx (line 449) | internal int CharFromPosEx(NativeMethods.Win32Point point) method GetEditboxtype (line 490) | internal static EditboxType GetEditboxtype (IntPtr hwnd) method GetFirstVisibleChar (line 512) | internal int GetFirstVisibleChar() method GetFirstVisibleLine (line 519) | internal int GetFirstVisibleLine() method GetFont (line 526) | internal IntPtr GetFont() method GetLineCount (line 543) | internal int GetLineCount() method GetLogfont (line 548) | internal NativeMethods.LOGFONT GetLogfont() method GetRect (line 562) | internal Rect GetRect() method GetSel (line 571) | internal void GetSel(out int start, out int end) method GetText (line 577) | internal string GetText() method GetTextLength (line 583) | internal int GetTextLength() method GetVisibleRangePoints (line 588) | internal void GetVisibleRangePoints(out int start, out int end) method IsReadOnly (line 669) | internal bool IsReadOnly() method LineFromChar (line 675) | internal int LineFromChar(int index) method LineIndex (line 684) | internal int LineIndex(int line) method LineScroll (line 691) | internal bool LineScroll(int charactersHorizontal, int linesVertical) method LinesPerPage (line 698) | internal int LinesPerPage() method PosFromChar (line 737) | internal Point PosFromChar(int index) method PosFromCharUR (line 753) | internal Point PosFromCharUR(int index, string text) method SetSel (line 796) | internal void SetSel(int start, int end) method Text (line 809) | internal static string Text(IntPtr hwnd) type EditboxType (line 825) | internal enum EditboxType method GetTextExtentPoint32 (line 844) | private int GetTextExtentPoint32(string text, out NativeMethods.SIZE s... method GetValue (line 876) | private string GetValue() method IsInsideOfCombo (line 888) | private bool IsInsideOfCombo() method IsInsideOfSpinner (line 908) | private bool IsInsideOfSpinner() method IsInsideOfIPAddress (line 924) | private static bool IsInsideOfIPAddress(IntPtr hwnd) method IsInsideOfListView (line 940) | private static bool IsInsideOfListView(IntPtr hwnd) method IntFromLowWord (line 958) | private static int IntFromLowWord(ushort lowWord, int floor) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsEditBoxRange.cs class WindowsEditBoxRange (line 22) | internal class WindowsEditBoxRange : ITextRangeProvider method WindowsEditBoxRange (line 30) | internal WindowsEditBoxRange(WindowsEditBox provider, int start, int end) method Clone (line 54) | ITextRangeProvider ITextRangeProvider.Clone() method Compare (line 59) | bool ITextRangeProvider.Compare(ITextRangeProvider range) method CompareEndpoints (line 67) | int ITextRangeProvider.CompareEndpoints(TextPatternRangeEndpoint endpo... method ExpandToEnclosingUnit (line 77) | void ITextRangeProvider.ExpandToEnclosingUnit(TextUnit unit) method FindAttribute (line 178) | ITextRangeProvider ITextRangeProvider.FindAttribute(int attributeId, o... method FindText (line 193) | ITextRangeProvider ITextRangeProvider.FindText(string text, bool backw... method GetAttributeValue (line 216) | object ITextRangeProvider.GetAttributeValue(int attributeId) method GetBoundingRectangles (line 222) | double[] ITextRangeProvider.GetBoundingRectangles() method GetEnclosingElement (line 284) | IRawElementProviderSimple ITextRangeProvider.GetEnclosingElement() method GetText (line 289) | string ITextRangeProvider.GetText(int maxLength) method Move (line 298) | int ITextRangeProvider.Move(TextUnit unit, int count) method MoveEndpointByUnit (line 352) | int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint end... method MoveEndpointByRange (line 416) | void ITextRangeProvider.MoveEndpointByRange(TextPatternRangeEndpoint e... method Select (line 435) | void ITextRangeProvider.Select() method AddToSelection (line 442) | void ITextRangeProvider.AddToSelection() method RemoveFromSelection (line 447) | void ITextRangeProvider.RemoveFromSelection() method ScrollIntoView (line 452) | void ITextRangeProvider.ScrollIntoView(bool alignToTop) method GetChildren (line 526) | IRawElementProviderSimple[] ITextRangeProvider.GetChildren() method AtParagraphBoundary (line 543) | private static bool AtParagraphBoundary(string text, int index) method AtWordBoundary (line 552) | private static bool AtWordBoundary(string text, int index) method IsApostrophe (line 587) | private static bool IsApostrophe(char ch) method GetAttributeValue (line 596) | private object GetAttributeValue(AutomationTextAttribute attribute) method GetMultilineBoundingRectangles (line 651) | private ArrayList GetMultilineBoundingRectangles(string text, Point ma... method GetHorizontalTextAlignment (line 722) | private static object GetHorizontalTextAlignment(int style) method GetCapStyle (line 739) | private static object GetCapStyle(int style) method GetReadOnly (line 745) | private object GetReadOnly() method GetBackgroundColor (line 751) | private static object GetBackgroundColor() method GetFontName (line 759) | private static object GetFontName(NativeMethods.LOGFONT logfont) method GetFontSize (line 765) | private static object GetFontSize(NativeMethods.LOGFONT logfont) method GetFontWeight (line 780) | private static object GetFontWeight(NativeMethods.LOGFONT logfont) method GetForegroundColor (line 786) | private static object GetForegroundColor() method GetItalic (line 794) | private static object GetItalic(NativeMethods.LOGFONT logfont) method GetStrikethroughStyle (line 800) | private static object GetStrikethroughStyle(NativeMethods.LOGFONT logf... method GetUnderlineStyle (line 806) | private static object GetUnderlineStyle(NativeMethods.LOGFONT logfont) method MoveEndpointForward (line 814) | private int MoveEndpointForward(int index, TextUnit unit, int count, o... method MoveEndpointBackward (line 925) | private int MoveEndpointBackward(int index, TextUnit unit, int count, ... method MoveTo (line 1061) | private void MoveTo(int start, int end) method ValidateEndpoints (line 1072) | private void ValidateEndpoints() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsFormsHelpers.cs class WindowsFormsHelper (line 17) | internal static class WindowsFormsHelper method Create (line 23) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method CreateButton (line 69) | internal static IRawElementProviderSimple CreateButton(IntPtr hwnd) method GetControlState (line 114) | internal static FormControlState GetControlState(IntPtr hwnd) method IsWindowsFormsControl (line 121) | internal static bool IsWindowsFormsControl(string className) method IsWindowsFormsControl (line 128) | internal static bool IsWindowsFormsControl(IntPtr hwnd) method IsWindowsFormsControl (line 133) | internal static bool IsWindowsFormsControl(IntPtr hwnd, ref FormContro... method WindowsFormsID (line 144) | internal static string WindowsFormsID(IntPtr hwnd) method GetControlName (line 151) | internal static string GetControlName(IntPtr hwnd) type FormControlState (line 174) | internal enum FormControlState FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsFormsLinkLabel.cs class FormsLink (line 14) | internal class FormsLink : ProxyHwnd, IInvokeProvider method FormsLink (line 24) | internal FormsLink (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 39) | internal static IRawElementProviderSimple Create (IntPtr hwnd, int idC... method RaiseEvents (line 48) | internal static void RaiseEvents(IntPtr hwnd, int eventId, object idPr... method EventToWinEvent (line 68) | protected override ReadOnlySpan EventTo... method GetPatternProvider (line 83) | internal override object GetPatternProvider(AutomationPattern iid) method SetFocus (line 89) | internal override bool SetFocus() method Invoke (line 100) | void IInvokeProvider.Invoke() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsGrip.cs class WindowsGrip (line 13) | internal class WindowsGrip: ProxyFragment method WindowsGrip (line 23) | public WindowsGrip (IntPtr hwnd, ProxyHwnd parent, int item) method IsGripPresent (line 80) | internal static bool IsGripPresent(IntPtr hwnd, bool onStatusBar) method GetGripSize (line 121) | internal static NativeMethods.SIZE GetGripSize(IntPtr hwnd, bool onSta... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsHyperlink.cs class WindowsHyperlink (line 16) | internal class WindowsHyperlink: ProxyHwnd method WindowsHyperlink (line 26) | private WindowsHyperlink (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 42) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 47) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 59) | internal static void RaiseEvents(IntPtr hwnd, int eventId, object idPr... method EventToWinEvent (line 124) | protected override ReadOnlySpan EventTo... method GetNextSibling (line 141) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 149) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 155) | internal override ProxySimple GetFirstChild () method GetLastChild (line 161) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 183) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetFocus (line 224) | internal override ProxySimple GetFocus () method CreateHyperlinkItem (line 254) | private ProxySimple CreateHyperlinkItem(UnsafeNativeMethods.LITEM link... method GetLinkItem (line 259) | private bool GetLinkItem (int item) method RemoveHTMLAnchorTag (line 281) | private string RemoveHTMLAnchorTag(string text) class WindowsHyperlinkItem (line 342) | internal class WindowsHyperlinkItem : ProxySimple, IInvokeProvider method WindowsHyperlinkItem (line 353) | internal WindowsHyperlinkItem(IntPtr hwnd, ProxyFragment parent, int i... method GetPatternProvider (line 371) | internal override object GetPatternProvider(AutomationPattern iid) method SetFocus (line 377) | internal override bool SetFocus() method Invoke (line 414) | void IInvokeProvider.Invoke() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsIPAddress.cs class WindowsIPAddress (line 18) | internal class WindowsIPAddress: ProxyHwnd, IRawElementProviderHwndOverr... method WindowsIPAddress (line 28) | private WindowsIPAddress (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 46) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 51) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 59) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetPatternProvider (line 80) | internal override object GetPatternProvider (AutomationPattern iid) method ElementProviderFromPoint (line 90) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetOverrideProviderForHwnd (line 100) | IRawElementProviderSimple IRawElementProviderHwndOverride.GetOverrideP... method SetValue (line 113) | void IValueProvider.SetValue (string val) method GetItem (line 170) | IRawElementProviderSimple IGridProvider.GetItem(int row, int column) method GetIPAddressFromString (line 220) | private IPAddress GetIPAddressFromString (String strIPAddress) method GetIndexOfChildWindow (line 239) | private int GetIndexOfChildWindow (IntPtr target) method GetChildWindowFromIndex (line 257) | private IntPtr GetChildWindowFromIndex (int index) class ByteEditBoxOverride (line 293) | internal class ByteEditBoxOverride : ProxyHwnd, IGridItemProvider, IRang... method ByteEditBoxOverride (line 303) | internal ByteEditBoxOverride(IntPtr hwnd, int position) : method GetPatternProvider (line 331) | internal override object GetPatternProvider(AutomationPattern iid) method SetValue (line 359) | void IRangeValueProvider.SetValue(double val) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsListBox.cs class WindowsListBox (line 18) | internal class WindowsListBox: ProxyHwnd, ISelectionProvider method WindowsListBox (line 28) | internal WindowsListBox (IntPtr hwnd, ProxyFragment parent, int item, ... method Create (line 52) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 57) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method RaiseEvents (line 105) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetPatternProvider (line 142) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 166) | internal override object GetElementProperty(AutomationProperty idProp) method GetNextSibling (line 201) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 224) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 255) | internal override ProxySimple GetFirstChild () method GetLastChild (line 267) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 283) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetFocus (line 303) | internal override ProxySimple GetFocus () method GetSelection (line 326) | IRawElementProviderSimple[] ISelectionProvider.GetSelection() method PropertyToWinEvent (line 395) | protected override int[] PropertyToWinEvent(AutomationProperty idProp) method CreateListboxItem (line 420) | private ProxySimple CreateListboxItem (int index) method IsParentedByCombo (line 434) | private bool IsParentedByCombo () method RaiseEventsOnClient (line 439) | private static void RaiseEventsOnClient(IntPtr hwnd, int eventId, obje... method RaiseEventsOnWindow (line 509) | private static void RaiseEventsOnWindow(IntPtr hwnd, int eventId, obje... method GetOtherSelection (line 539) | private int GetOtherSelection(int skipItem) method GetSelectionCount (line 553) | private int GetSelectionCount() method HasSelection (line 562) | private bool HasSelection () method HasOtherSelections (line 575) | private bool HasOtherSelections (int skipItem) method ClearAll (line 591) | private bool ClearAll () method IsMultipleSelection (line 602) | private bool IsMultipleSelection () method IsWinFormCheckedListBox (line 607) | private bool IsWinFormCheckedListBox() class ListboxItem (line 643) | private class ListboxItem : ProxySimple, ISelectionItemProvider, IScro... method ListboxItem (line 654) | internal ListboxItem (IntPtr hwnd, ProxyFragment parent, int item) method GetPatternProvider (line 675) | internal override object GetPatternProvider (AutomationPattern iid) method Select (line 757) | void ISelectionItemProvider.Select () method AddToSelection (line 814) | void ISelectionItemProvider.AddToSelection () method RemoveFromSelection (line 866) | void ISelectionItemProvider.RemoveFromSelection () method ScrollIntoView (line 919) | void IScrollItemProvider.ScrollIntoView () method Toggle (line 939) | void IToggleProvider.Toggle() method IsSelected (line 976) | internal static bool IsSelected (IntPtr hwnd, int item) method Select (line 981) | internal static bool Select (IntPtr hwnd, int item, bool fMultipleSe... method SetFocus (line 1002) | internal override bool SetFocus () method IsFocused (line 1027) | protected override bool IsFocused () method BoundingRect (line 1049) | private NativeMethods.Win32Rect BoundingRect() method Toggle (line 1094) | private void Toggle() method Select (line 1111) | private bool Select(bool fMultipleSelection) method UnSelect (line 1172) | private bool UnSelect (IntPtr hwnd, int item) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsListView.cs class WindowsListView (line 46) | internal class WindowsListView: ProxyHwnd, ISelectionProvider, IScrollPr... method WindowsListView (line 57) | static WindowsListView () method WindowsListView (line 66) | internal WindowsListView (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 95) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 100) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method RaiseEvents (line 110) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetPatternProvider (line 159) | internal override object GetPatternProvider (AutomationPattern iid) method GetNextSibling (line 194) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 258) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 324) | internal override ProxySimple GetFirstChild () method GetLastChild (line 360) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 391) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetFocus (line 462) | internal override ProxySimple GetFocus () method AdviseEventAdded (line 485) | internal override void AdviseEventAdded (AutomationEvent eventId, Auto... method AdviseEventRemoved (line 514) | internal override void AdviseEventRemoved (AutomationEvent eventId, Au... method GetSelection (line 548) | IRawElementProviderSimple[] ISelectionProvider.GetSelection() method Scroll (line 600) | void IScrollProvider.Scroll (ScrollAmount horizontalAmount, ScrollAmou... method SetScrollPercent (line 611) | void IScrollProvider.SetScrollPercent (double horizontalPercent, doubl... method GetItem (line 734) | IRawElementProviderSimple IGridProvider.GetItem(int row, int column) method GetRowHeaders (line 779) | IRawElementProviderSimple [] ITableProvider.GetRowHeaders () method GetColumnHeaders (line 785) | IRawElementProviderSimple [] ITableProvider.GetColumnHeaders () method GetViewName (line 821) | string IMultipleViewProvider.GetViewName (int viewID) method SetCurrentView (line 830) | void IMultipleViewProvider.SetCurrentView (int viewID) method GetSupportedViews (line 847) | int [] IMultipleViewProvider.GetSupportedViews () method SetItemFocused (line 876) | internal static bool SetItemFocused (IntPtr hwnd, int item) method IsItemFocused (line 882) | internal static bool IsItemFocused (IntPtr hwnd, int item) method IsDetailMode (line 890) | internal static bool IsDetailMode (IntPtr hwnd) method IsListMode (line 927) | internal static bool IsListMode (IntPtr hwnd) method IsImplementingGrid (line 938) | internal static bool IsImplementingGrid (IntPtr hwnd) method GetColumnCount (line 960) | internal static int GetColumnCount (IntPtr hwnd) method GetRowCount (line 973) | internal static int GetRowCount (IntPtr hwnd) method GetColumnCountOtherModes (line 986) | internal static int GetColumnCountOtherModes (IntPtr hwnd) method GetRowCountListMode (line 1020) | internal static int GetRowCountListMode (IntPtr hwnd, int itemCount) method IsGroupViewEnabled (line 1080) | internal static bool IsGroupViewEnabled (IntPtr hwnd) method GroupSpecificEvents (line 1086) | internal static void GroupSpecificEvents (IntPtr hwnd, int eventId, ob... method InReportView (line 1175) | internal static bool InReportView (IntPtr hwnd) method RemoveGroupAndRaiseLogicalChangedEvent (line 1182) | internal static void RemoveGroupAndRaiseLogicalChangedEvent (IntPtr hwnd) method RaiseLogicalChangedEvent (line 1189) | internal static void RaiseLogicalChangedEvent (IntPtr hwnd) method GetItemCount (line 1205) | internal static int GetItemCount (IntPtr hwnd) method GetSelectedItemCount (line 1211) | internal static int GetSelectedItemCount (IntPtr hwnd) method GetStartOfSelectedItems (line 1225) | internal static int GetStartOfSelectedItems (IntPtr hwnd) method GetItemNext (line 1233) | internal static int GetItemNext (IntPtr hwnd, int item, int flags) method IsIconView (line 1238) | internal static bool IsIconView(IntPtr hwnd) method ListViewGetView (line 1244) | internal static int ListViewGetView (IntPtr hwnd) method ApproximateViewRect (line 1250) | internal static int ApproximateViewRect (IntPtr hwnd) method Scroll (line 1256) | internal static bool Scroll (IntPtr hwnd, IntPtr dx, IntPtr dy) method GetItemRect (line 1262) | internal static unsafe bool GetItemRect (IntPtr hwnd, int item, int lv... method ListViewIsGroupViewEnabled (line 1279) | internal static bool ListViewIsGroupViewEnabled (IntPtr hwnd) method UnselectAll (line 1285) | internal static bool UnselectAll (IntPtr hwnd) method SelectItem (line 1291) | internal static bool SelectItem (IntPtr hwnd, int item) method UnSelectItem (line 1297) | internal static bool UnSelectItem (IntPtr hwnd, int item) method IsItemSelected (line 1303) | internal static bool IsItemSelected (IntPtr hwnd, int listItem) method ListViewEditable (line 1309) | internal static bool ListViewEditable (IntPtr hwnd) method ListViewInvokable (line 1315) | internal static bool ListViewInvokable(IntPtr hwnd) method ListViewEditLabel (line 1343) | internal static IntPtr ListViewEditLabel(IntPtr hwnd, int item) method ListViewSingleClickActivate (line 1349) | internal static bool ListViewSingleClickActivate (IntPtr hwnd) method MultiSelected (line 1355) | internal static bool MultiSelected (IntPtr hwnd) method Scrollable (line 1361) | internal static bool Scrollable (IntPtr hwnd) method EnsureVisible (line 1367) | internal static bool EnsureVisible (IntPtr hwnd, int item, bool partia... method ListViewGetHeader (line 1375) | internal static IntPtr ListViewGetHeader (IntPtr hwnd) method GetItemText (line 1381) | internal static string GetItemText (IntPtr hwnd, NativeMethods.LVITEM ... method SubitemHitTest (line 1390) | internal static NativeMethods.LVHITTESTINFO_INTERNAL SubitemHitTest (I... method SubitemHitTest (line 1397) | internal static NativeMethods.LVHITTESTINFO_INTERNAL SubitemHitTest (I... method HeaderItemCount (line 1446) | internal static int HeaderItemCount (IntPtr hwnd) method CheckBoxes (line 1452) | internal static bool CheckBoxes (IntPtr hwnd) method GetCheckedState (line 1458) | internal static int GetCheckedState (IntPtr hwnd, int item) method ListViewAutoArrange (line 1466) | internal static bool ListViewAutoArrange (IntPtr hwnd) method FullRowSelect (line 1472) | public static bool FullRowSelect (IntPtr hwnd) method HasJustifyColumnsExStyle (line 1478) | public static bool HasJustifyColumnsExStyle(IntPtr hwnd) method GetSubItemRect (line 1485) | public static unsafe bool GetSubItemRect (IntPtr hwnd, int item, int s... method GetItemToolTipText (line 1502) | internal static string GetItemToolTipText(IntPtr hwnd) method PropertyToWinEvent (line 1539) | protected override int [] PropertyToWinEvent (AutomationProperty idProp) method CreateListViewItem (line 1563) | private ProxyFragment CreateListViewItem(int index) method CreateListViewGroup (line 1569) | private ProxyFragment CreateListViewGroup (int groupID) method CreateListViewItemCheckIfInGroup (line 1577) | private ProxySimple CreateListViewItemCheckIfInGroup (int item) method CreateListViewItemOrStartMenuItem (line 1620) | private ProxyFragment CreateListViewItemOrStartMenuItem(ProxyFragment ... method InStartMenu (line 1639) | private bool InStartMenu() method SetScrollPercent (line 1645) | private bool SetScrollPercent(double fScrollPos, int sbFlag, int cPels... method GetCellInDetailMode (line 1700) | private IRawElementProviderSimple GetCellInDetailMode (int row, int co... method GetCellInOtherModes (line 1708) | private IRawElementProviderSimple GetCellInOtherModes (int row, int co... method GetRowCountOtherModes (line 1738) | private static int GetRowCountOtherModes (IntPtr hwnd) method ListViewList (line 1779) | private static bool ListViewList (IntPtr hwnd) method GetItemPosition (line 1785) | private static unsafe bool GetItemPosition (IntPtr hwnd, int item, out... method GetExtendedListViewStyle (line 1802) | private static int GetExtendedListViewStyle (IntPtr hwnd) method GetItemState (line 1808) | private static int GetItemState (IntPtr hwnd, int item, int stateMask) method SetItemState (line 1813) | private static bool SetItemState (IntPtr hwnd, int item, int stateMask... method PtInListViewHeader (line 1826) | private bool PtInListViewHeader (int x, int y) method RaiseEventsOnClient (line 1843) | private static void RaiseEventsOnClient(IntPtr hwnd, int eventId, obje... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsListViewGroup.cs class WindowsListViewGroup (line 18) | internal class WindowsListViewGroup : ProxyFragment, IGridProvider, IExp... method WindowsListViewGroup (line 28) | internal WindowsListViewGroup (IntPtr hwnd, ProxyFragment parent, int ... method GetPatternProvider (line 51) | internal override object GetPatternProvider(AutomationPattern iid) method GetElementProperty (line 78) | internal override object GetElementProperty (AutomationProperty idProp) method GetNextSibling (line 124) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 177) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 213) | internal override ProxySimple GetFirstChild () method GetLastChild (line 230) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 282) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method IsFocused (line 326) | protected override bool IsFocused () method GetItem (line 359) | IRawElementProviderSimple IGridProvider.GetItem(int row, int column) method CheckControlEnabled (line 402) | private void CheckControlEnabled() method Expand (line 410) | void IExpandCollapseProvider.Expand() method IsCollapsed (line 415) | private bool IsCollapsed() method IsCollapsed (line 420) | internal static bool IsCollapsed(IntPtr hwnd, int groupID) method Collapse (line 435) | void IExpandCollapseProvider.Collapse() method GetFocusInGroup (line 461) | internal static ProxySimple GetFocusInGroup (IntPtr hwnd, ProxyFragmen... method GetColumnCountExternal (line 550) | internal static int GetColumnCountExternal (IntPtr hwnd, int groupID) method GetGroupInfo (line 557) | internal static GroupManager.GroupInfo GetGroupInfo (IntPtr hwnd, int ... method CreateListViewItem (line 589) | private ProxyFragment CreateListViewItem (int index) method ExpandOrCollapse (line 594) | private void ExpandOrCollapse(bool collapse) method GetCellInDetailMode (line 620) | private IRawElementProviderSimple GetCellInDetailMode (int row, int co... method GetCellInOtherModes (line 638) | private IRawElementProviderSimple GetCellInOtherModes(int row, int col... method IsGroupValid (line 660) | private static bool IsGroupValid (IntPtr hwnd, int groupID) method IsNewColumn (line 681) | private static NewItemInDimension IsNewColumn (NativeMethods.Win32Rect... method IsNewRow (line 719) | private static NewItemInDimension IsNewRow (NativeMethods.Win32Rect rc... method GetColumnCount (line 731) | private static int GetColumnCount (IntPtr hwnd, int groupID) method GetRowCount (line 752) | private static int GetRowCount (IntPtr hwnd, int groupID) method GetCountOfItemsInDimension (line 776) | private static int GetCountOfItemsInDimension (IntPtr hwnd, int groupI... method CreateGroupSubsetLink (line 825) | private ProxySimple CreateGroupSubsetLink (int item) type NewItemInDimension (line 839) | private enum NewItemInDimension FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsListViewGroupHelper.cs class GroupManagerCollection (line 16) | internal class GroupManagerCollection method EnsureCreation (line 29) | internal void EnsureCreation(IntPtr hwnd) method Remove (line 37) | internal void Remove(IntPtr hwnd) method Contains (line 43) | internal bool Contains(IntPtr hwnd) class GroupManager (line 97) | internal class GroupManager method GroupManager (line 107) | private GroupManager(int groups, IntPtr hwnd, bool isComctrlV6OnOsVerV... method GetGroupRc (line 123) | internal NativeMethods.Win32Rect GetGroupRc(int id) method GetGroupRcByIndex (line 134) | internal NativeMethods.Win32Rect GetGroupRcByIndex(int index) method GetGroupIds (line 143) | internal int[] GetGroupIds() method IsGroupIdValid (line 155) | internal bool IsGroupIdValid(int groupID) method GetGroupIdByIndex (line 172) | internal int GetGroupIdByIndex(int index) method GroupCount (line 182) | internal int GroupCount() method AreGroupsValid (line 187) | internal bool AreGroupsValid() method GetGroupInfo (line 220) | internal GroupInfo GetGroupInfo(int groupID) method CreateGroupManager (line 232) | internal static GroupManager CreateGroupManager(IntPtr hwnd) method ListViewHasGroup (line 238) | internal static bool ListViewHasGroup(IntPtr hwnd, int groupID) type GroupInfo (line 252) | internal struct GroupInfo method GroupInfo (line 261) | internal GroupInfo(int[] items, int count) method IndexOf (line 301) | internal int IndexOf(int item) method GetGroup (line 348) | private Group GetGroup(int id) method InitializeManager (line 364) | private static unsafe GroupManager InitializeManager(IntPtr hwnd) method GetGroupHeaderHeight (line 463) | private unsafe int GetGroupHeaderHeight() method Add (line 471) | private bool Add(int id, int item) method GetGroupRcInternal (line 484) | private NativeMethods.Win32Rect GetGroupRcInternal(Group group) class SortGroups (line 529) | private class SortGroups : IComparer method SortGroups (line 539) | internal SortGroups(IntPtr hwnd) method Compare (line 554) | int IComparer.Compare(object x, object y) class SortGroupItems (line 586) | private class SortGroupItems : IComparer method SortGroupItems (line 596) | internal SortGroupItems(IntPtr hwnd) method Compare (line 611) | int IComparer.Compare(object x, object y) class Group (line 653) | private class Group method Group (line 663) | internal Group(int id, IntPtr hwnd, bool isComctrlV6OnOsVerV6orHigher) method GetGroupRect (line 697) | internal unsafe NativeMethods.Win32Rect GetGroupRect() method CalculateRectNoHeader (line 710) | internal NativeMethods.Win32Rect CalculateRectNoHeader() method Add (line 763) | internal bool Add(int item) method EnsureCapacity (line 798) | private void EnsureCapacity(int min) method GetScrollbarRect (line 811) | private NativeMethods.Win32Rect GetScrollbarRect() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsListViewGroupSubsetLink.cs class ListViewGroupSubsetLink (line 27) | internal class ListViewGroupSubsetLink: ProxySimple, IInvokeProvider method ListViewGroupSubsetLink (line 37) | internal ListViewGroupSubsetLink (IntPtr hwnd, ProxyFragment parent, i... method GetPatternProvider (line 58) | internal override object GetPatternProvider (AutomationPattern iid) method IsFocused (line 85) | protected override bool IsFocused () method Invoke (line 118) | void IInvokeProvider.Invoke () FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsListViewItem.cs class ListViewItem (line 17) | internal class ListViewItem : ProxyFragment, IInvokeProvider, method ListViewItem (line 29) | internal ListViewItem (IntPtr hwnd, ProxyFragment parent, int item) method GetPatternProvider (line 57) | internal override object GetPatternProvider (AutomationPattern iid) method SetFocus (line 210) | internal override bool SetFocus () method GetElementProperty (line 216) | internal override object GetElementProperty(AutomationProperty propert... method GetNextSibling (line 253) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 273) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 294) | internal override ProxySimple GetFirstChild () method GetLastChild (line 313) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 334) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetFocus (line 358) | internal override ProxySimple GetFocus () method Select (line 381) | void ISelectionItemProvider.Select () method AddToSelection (line 406) | void ISelectionItemProvider.AddToSelection () method RemoveFromSelection (line 444) | void ISelectionItemProvider.RemoveFromSelection () method Invoke (line 513) | void IInvokeProvider.Invoke () method SetValue (line 542) | void IValueProvider.SetValue (string val) method ScrollIntoView (line 654) | void IScrollItemProvider.ScrollIntoView() method GetSubItemCount (line 682) | internal static int GetSubItemCount (IntPtr hwnd) method GetText (line 701) | internal static string GetText (IntPtr hwnd, int item, int subitem) method IsItemWithCheckbox (line 713) | internal static bool IsItemWithCheckbox (IntPtr hwnd, int item) method GetGroupID (line 727) | internal static int GetGroupID (IntPtr hwnd, int lvItem) method SetValue (line 745) | internal static void SetValue (string val, IntPtr hwnd, int item) type CheckState (line 821) | internal enum CheckState: int method IsFocused (line 839) | protected override bool IsFocused () method IsOffscreen (line 847) | internal override bool IsOffscreen() method CreateListViewSubItem (line 884) | private ProxySimple CreateListViewSubItem (int index) method CreateListViewItemCheckbox (line 889) | private ProxySimple CreateListViewItemCheckbox () method IsImplementingGrid (line 895) | private static bool IsImplementingGrid (IntPtr hwnd) method GetListviewitemClickablePoint (line 909) | private bool GetListviewitemClickablePoint (out NativeMethods.Win32Poi... method Click (line 951) | private void Click (NativeMethods.Win32Point clickPoint) method FinishEditing (line 959) | private static void FinishEditing (bool setValueSucceeded, IntPtr hwnd... method GetItemColumnPositionInGroup (line 978) | private int GetItemColumnPositionInGroup () method GetItemRowPositionInGroup (line 1011) | private int GetItemRowPositionInGroup () FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsListViewItemCheckBox.cs class ListViewItemCheckbox (line 19) | internal class ListViewItemCheckbox: ProxySimple, IToggleProvider method ListViewItemCheckbox (line 29) | internal ListViewItemCheckbox (IntPtr hwnd, ProxyFragment parent, int ... method GetPatternProvider (line 47) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 68) | internal override object GetElementProperty(AutomationProperty idProp) method Toggle (line 119) | void IToggleProvider.Toggle() method ListViewCheckBoxRect (line 144) | internal static NativeMethods.Win32Rect ListViewCheckBoxRect (IntPtr h... method GetToggleState (line 210) | private ToggleState GetToggleState () method Toggle (line 236) | private void Toggle() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsListViewItemStartMenu.cs class ListViewItemStartMenu (line 19) | internal class ListViewItemStartMenu : ListViewItem method ListViewItemStartMenu (line 29) | internal ListViewItemStartMenu(IntPtr hwnd, ProxyFragment parent, int ... method GetPatternProvider (line 62) | internal override object GetPatternProvider(AutomationPattern iid) method GetElementProperty (line 77) | internal override object GetElementProperty(AutomationProperty idProp) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsListViewScroll.cs class WindowsListViewScrollBar (line 20) | internal class WindowsListViewScrollBar: WindowsScrollBar, IRangeValuePr... method WindowsListViewScrollBar (line 31) | internal WindowsListViewScrollBar(IntPtr hwnd, ProxyFragment parent, i... method SetValue (line 44) | void IRangeValueProvider.SetValue(double val) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsListViewSubItem.cs class ListViewSubItem (line 17) | internal class ListViewSubItem: ProxySimple, IGridItemProvider, ITableIt... method ListViewSubItem (line 27) | internal ListViewSubItem (IntPtr hwnd, ProxyFragment parent, int item,... method GetPatternProvider (line 47) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 130) | internal override object GetElementProperty(AutomationProperty idProp) method SetFocus (line 204) | internal override bool SetFocus() method SetValue (line 214) | void IValueProvider.SetValue (string val) method GetRowHeaderItems (line 319) | IRawElementProviderSimple [] ITableItemProvider.GetRowHeaderItems () method GetColumnHeaderItems (line 324) | IRawElementProviderSimple [] ITableItemProvider.GetColumnHeaderItems () method ElementProviderFromPoint (line 346) | internal static ProxySimple ElementProviderFromPoint (IntPtr hwnd, Pro... method IsFocused (line 370) | protected override bool IsFocused() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsMenu.cs class WindowsMenu (line 24) | internal class WindowsMenu: ProxyHwnd method WindowsMenu (line 34) | internal WindowsMenu(IntPtr hwnd, ProxyFragment parent, IntPtr hmenu, ... method CreateMenuItemFromEvent (line 112) | internal static ProxySimple CreateMenuItemFromEvent(IntPtr hwndMenu, i... method FixMDIMenuType (line 135) | private void FixMDIMenuType() method Create (line 149) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 154) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method CreateSystemMenu (line 193) | internal static WindowsMenu CreateSystemMenu (IntPtr hwnd, ProxyFragme... method CreateFocusedMenuItem (line 207) | internal static IRawElementProviderSimple CreateFocusedMenuItem(IntPtr... method GetRuntimeId (line 336) | internal override int[] GetRuntimeId() method GetPatternProvider (line 342) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 348) | internal override object GetElementProperty(AutomationProperty idProp) method GetNextSibling (line 391) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 401) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 409) | internal override ProxySimple GetFirstChild () method GetLastChild (line 415) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 423) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetFocus (line 439) | internal override ProxySimple GetFocus() method AdviseEventAdded (line 452) | internal override void AdviseEventAdded (AutomationEvent eventId, Auto... method AdviseEventRemoved (line 467) | internal override void AdviseEventRemoved (AutomationEvent eventId, Au... method CreateMenuItem (line 495) | internal MenuItem CreateMenuItem (int index) method GetMenuBarInfo (line 501) | internal static bool GetMenuBarInfo(IntPtr hwnd, int idObject, uint id... method GetHierarchyParent (line 526) | internal static MenuItem GetHierarchyParent(IntPtr hwnd) method GetSubMenuParent (line 571) | private static bool GetSubMenuParent (IntPtr hwndMenu, out IntPtr menu... method WindowFromSubmenu (line 639) | internal static IntPtr WindowFromSubmenu (IntPtr submenu) method GetSubMenuType (line 661) | internal static MenuType GetSubMenuType (IntPtr hwnd, IntPtr hMenu) method GetMenuItemParent (line 679) | private static int GetMenuItemParent (IntPtr hmenuPossibleParent, IntP... method HmenuFromHwnd (line 712) | internal static IntPtr HmenuFromHwnd (IntPtr hwnd) method IsInSystemMenuMode (line 723) | internal static bool IsInSystemMenuMode() method GetSystemMenuHandle (line 742) | internal static IntPtr GetSystemMenuHandle(IntPtr hwnd) type MenuType (line 765) | internal enum MenuType : int method GetBoundingRectangle (line 790) | private Rect GetBoundingRectangle() method GetLocalizedNameFromType (line 844) | private string GetLocalizedNameFromType() method GetSystemPopupMenu (line 871) | private static IntPtr GetSystemPopupMenu (IntPtr hwnd) method IsSystemPopupMenu (line 888) | private static bool IsSystemPopupMenu (IntPtr hmenu) method IsWindowSubMenu (line 909) | private static bool IsWindowSubMenu(IntPtr hwnd) method GetHighlightedMenuItem (line 914) | private static int GetHighlightedMenuItem(IntPtr hmenu) method GetPopupHwndForHMenu (line 928) | private static IntPtr GetPopupHwndForHMenu(IntPtr hmenu) method MenuEvents (line 948) | private static void MenuEvents (IntPtr hwnd, int eventId, object idPro... method MenuRelatedEvent (line 1053) | private static bool MenuRelatedEvent (AutomationEvent eventId, Automat... method GetSystemPopupParent (line 1077) | private static ProxyFragment GetSystemPopupParent () class MenuParentInfo (line 1132) | private class MenuParentInfo method MenuParentInfo (line 1138) | internal MenuParentInfo (IntPtr hwndParent, int menuItem, MenuType t... class MenuItem (line 1157) | internal class MenuItem : ProxyFragment, IInvokeProvider, IExpandColla... method MenuItem (line 1167) | internal MenuItem (IntPtr hwnd, ProxyFragment parent, int item, IntP... method GetPatternProvider (line 1210) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 1372) | internal override object GetElementProperty (AutomationProperty idProp) method SetFocus (line 1423) | internal override bool SetFocus() method GetAccessKey (line 1522) | internal override string GetAccessKey() method SubMenuAccessKey (line 1543) | internal static string SubMenuAccessKey(string s) method GetNextSibling (line 1565) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 1581) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 1595) | internal override ProxySimple GetFirstChild () method GetLastChild (line 1614) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 1633) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method Invoke (line 1662) | void IInvokeProvider.Invoke () method Expand (line 1682) | void IExpandCollapseProvider.Expand () method Collapse (line 1725) | void IExpandCollapseProvider.Collapse() method Select (line 1782) | void ISelectionItemProvider.Select() method AddToSelection (line 1797) | void ISelectionItemProvider.AddToSelection() method RemoveFromSelection (line 1803) | void ISelectionItemProvider.RemoveFromSelection() method Toggle (line 1830) | void IToggleProvider.Toggle() method IsFocused (line 1863) | protected override bool IsFocused() method IsChecked (line 1878) | private bool IsChecked() method IsRadioCheck (line 1883) | private bool IsRadioCheck() method IsSeparator (line 1898) | private static bool IsSeparator (IntPtr hmenu, int position) method GetKeywordsAccelerators (line 1915) | private string[] GetKeywordsAccelerators() method GetMenuItemType (line 1937) | private MenuItemType GetMenuItemType () method IsSubmenuCollapsed (line 1967) | private bool IsSubmenuCollapsed() method ExpandTopLevelMenu (line 1988) | private bool ExpandTopLevelMenu () method CollapseTopLevelMenu (line 2001) | private bool CollapseTopLevelMenu () method ExpandSubmenu (line 2015) | private bool ExpandSubmenu () method CollapseSubmenu (line 2060) | private bool CollapseSubmenu () method CollapseSubmenusAfter (line 2082) | private bool CollapseSubmenusAfter () method ExpandCollapseSystem (line 2114) | private bool ExpandCollapseSystem(bool fExpand) method FirstOrLastChild (line 2129) | private MenuItem FirstOrLastChild (bool returnFirstChild) method WaitForPopupMenu (line 2158) | private bool WaitForPopupMenu (bool fShow) method WaitForNoFocus (line 2184) | internal bool WaitForNoFocus() method SubtractTicks (line 2211) | private static UInt32 SubtractTicks (UInt32 last, UInt32 first) method ReadyForInput (line 2224) | private bool ReadyForInput () method WaitForMenuMode (line 2259) | private static bool WaitForMenuMode (bool fInMenuMode) method MenuMode (line 2276) | private static bool MenuMode(bool fSet) method KeyBoardNavigate (line 2294) | private bool KeyBoardNavigate () method CalculateKeyboardMoves (line 2348) | private bool CalculateKeyboardMoves (out int cMoves) method IsSystemMenuItem (line 2387) | private bool IsSystemMenuItem () method SingleCollapse (line 2406) | private static void SingleCollapse () method ExpandViaEnter (line 2414) | private static void ExpandViaEnter () method SendAltKey (line 2424) | private static void SendAltKey () method AccelatorKeyCtrl (line 2432) | private static string AccelatorKeyCtrl(string sKeyword, string sCano... method AccelatorFxx (line 2464) | private static string AccelatorFxx (string menuText) method SkipMenuSpaceChar (line 2487) | private static int SkipMenuSpaceChar(string s, int iStart) method GetItemId (line 2500) | private void GetItemId(ref string itemId) method TryMSAAMenuWorkAround (line 2576) | private unsafe string TryMSAAMenuWorkAround(IntPtr dwItemData) type MenuItemType (line 2796) | private enum MenuItemType type MSAAMENUINFO (line 2812) | [StructLayout(LayoutKind.Sequential)] class DestroyedMenuItem (line 2838) | internal class DestroyedMenuItem : ProxyFragment, IInvokeProvider method DestroyedMenuItem (line 2850) | internal DestroyedMenuItem(IntPtr hwnd, int item, IntPtr hwndParent) method GetPatternProvider (line 2886) | internal override object GetPatternProvider(AutomationPattern iid) method SetFocus (line 2906) | internal override bool SetFocus() method GetElementProperty (line 2911) | internal override object GetElementProperty (AutomationProperty idProp) method Invoke (line 2937) | void IInvokeProvider.Invoke() method GetNextSibling (line 2950) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 2955) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 2960) | internal override ProxySimple GetFirstChild () method GetLastChild (line 2965) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 2970) | internal override ProxySimple ElementProviderFromPoint (int x, int y) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsNonControl.cs class WindowsNonControl (line 14) | internal class WindowsNonControl: ProxyHwnd method WindowsNonControl (line 24) | private WindowsNonControl(IntPtr hwnd, ProxyFragment parent, int item) method Create (line 36) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 41) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method GetElementProperty (line 60) | internal override object GetElementProperty (AutomationProperty idProp) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsProgressbar.cs class WindowsProgressBar (line 13) | internal class WindowsProgressBar: ProxyHwnd, IRangeValueProvider method WindowsProgressBar (line 23) | private WindowsProgressBar (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 38) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 43) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 54) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetPatternProvider (line 74) | internal override object GetPatternProvider (AutomationPattern iid) method SetValue (line 83) | void IRangeValueProvider.SetValue (double val) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsRebar.cs class WindowsRebar (line 15) | internal class WindowsRebar: ProxyHwnd, IRawElementProviderHwndOverride method WindowsRebar (line 25) | private WindowsRebar (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 41) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 46) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 55) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetNextSibling (line 77) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 93) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 105) | internal override ProxySimple GetFirstChild () method GetLastChild (line 111) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 118) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetOverrideProviderForHwnd (line 156) | IRawElementProviderSimple IRawElementProviderHwndOverride.GetOverrideP... method CreateRebarItem (line 184) | private RebarBandItem CreateRebarItem (int index) method getRebarBandIDFromPoint (line 197) | private unsafe int getRebarBandIDFromPoint (NativeMethods.Win32Point pt) type CommonControlStyles (line 219) | private enum CommonControlStyles class RebarBandItem (line 246) | private class RebarBandItem: ProxyFragment, IInvokeProvider method RebarBandItem (line 256) | internal RebarBandItem (IntPtr hwnd, ProxyFragment parent, int item) method GetNextSibling (line 309) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 317) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 323) | internal override ProxySimple GetFirstChild () method GetLastChild (line 335) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 342) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetElementProperty (line 354) | internal override object GetElementProperty(AutomationProperty idProp) method Invoke (line 371) | void IInvokeProvider.Invoke () method GetBoundingRectangle (line 393) | internal static Rect GetBoundingRectangle (IntPtr hwnd, int item) class RebarBandChildOverrideProxy (line 471) | private class RebarBandChildOverrideProxy: ProxyHwnd method RebarBandChildOverrideProxy (line 481) | internal RebarBandChildOverrideProxy (IntPtr hwnd, ProxyFragment par... method GetElementProperty (line 506) | internal override object GetElementProperty (AutomationProperty idProp) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsRichEdit.cs class WindowsRichEdit (line 18) | internal class WindowsRichEdit : ProxyHwnd, IValueProvider, ITextProvider method WindowsRichEdit (line 28) | private WindowsRichEdit (IntPtr hwnd, ProxyFragment parent, int style) method Create (line 53) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 58) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method RaiseEvents (line 67) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetPatternProvider (line 99) | internal override object GetPatternProvider(AutomationPattern iid) method GetElementProperty (line 129) | internal override object GetElementProperty(AutomationProperty idProp) method SetValue (line 159) | void IValueProvider.SetValue(string str) method GetSelection (line 223) | ITextRangeProvider [] ITextProvider.GetSelection() method GetVisibleRanges (line 246) | ITextRangeProvider [] ITextProvider.GetVisibleRanges() method RangeFromChild (line 256) | ITextRangeProvider ITextProvider.RangeFromChild(IRawElementProviderSim... method RangeFromPoint (line 263) | ITextRangeProvider ITextProvider.RangeFromPoint(Point screenLocation) method GetVisibleRange (line 338) | internal ITextRange GetVisibleRange() method IsReadOnly (line 457) | internal bool IsReadOnly() method EnsureTextDocument (line 475) | private void EnsureTextDocument() method GetValue (line 499) | private string GetValue() method GetEmbeddedObjectText (line 564) | private void GetEmbeddedObjectText(object embeddedObject, StringBuilde... method IsDocument (line 673) | private bool IsDocument() method OnCommandBar (line 678) | private bool OnCommandBar() method RaiseTextSelectionEvent (line 690) | private void RaiseTextSelectionEvent(int eventId, object idProp, int i... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsRichEditRange.cs class WindowsRichEditRange (line 19) | internal class WindowsRichEditRange : ITextRangeProvider method WindowsRichEditRange (line 21) | internal WindowsRichEditRange(ITextRange range, WindowsRichEdit pattern) method Clone (line 38) | ITextRangeProvider ITextRangeProvider.Clone() method Compare (line 45) | bool ITextRangeProvider.Compare(ITextRangeProvider range) method CompareEndpoints (line 52) | int ITextRangeProvider.CompareEndpoints(TextPatternRangeEndpoint endpo... method ExpandToEnclosingUnit (line 62) | void ITextRangeProvider.ExpandToEnclosingUnit(TextUnit unit) method FindAttribute (line 87) | ITextRangeProvider ITextRangeProvider.FindAttribute(int attributeId, o... method FindText (line 121) | ITextRangeProvider ITextRangeProvider.FindText(string text, bool backw... method GetAttributeValue (line 146) | object ITextRangeProvider.GetAttributeValue(int attributeId) method GetBoundingRectangles (line 156) | double[] ITextRangeProvider.GetBoundingRectangles() method GetEnclosingElement (line 208) | IRawElementProviderSimple ITextRangeProvider.GetEnclosingElement() method GetText (line 214) | string ITextRangeProvider.GetText(int maxLength) method Move (line 248) | int ITextRangeProvider.Move(TextUnit unit, int count) method MoveEndpointByUnit (line 266) | int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint end... method MoveEndpointByRange (line 298) | void ITextRangeProvider.MoveEndpointByRange(TextPatternRangeEndpoint e... method Select (line 320) | void ITextRangeProvider.Select() method AddToSelection (line 334) | void ITextRangeProvider.AddToSelection() method RemoveFromSelection (line 339) | void ITextRangeProvider.RemoveFromSelection() method ScrollIntoView (line 344) | void ITextRangeProvider.ScrollIntoView(bool alignToTop) method GetChildren (line 372) | IRawElementProviderSimple[] ITextRangeProvider.GetChildren() method AttributeValuesAreEqual (line 389) | private static bool AttributeValuesAreEqual(object v1, object v2) method FindAttributeForwards (line 446) | private ITextRangeProvider FindAttributeForwards(AutomationTextAttribu... method FindAttributeBackwards (line 497) | private ITextRangeProvider FindAttributeBackwards(AutomationTextAttrib... method GetAttributeValueForRange (line 550) | private object GetAttributeValueForRange(ITextRange range, AutomationT... method GetAnimationStyle (line 606) | private static object GetAnimationStyle(ITextFont font) method GetBackgroundColor (line 620) | private static object GetBackgroundColor(ITextFont font) method GetBulletStyle (line 648) | private static object GetBulletStyle(ITextPara para) method GetCapStyle (line 669) | private static object GetCapStyle(ITextFont font) method GetFontName (line 696) | private static object GetFontName(ITextRange range) method GetFontSize (line 735) | private static object GetFontSize(ITextFont font) method GetFontWeight (line 748) | private static object GetFontWeight(ITextFont font) method GetForegroundColor (line 761) | private static object GetForegroundColor(ITextFont font) method GetHorizontalTextAlignment (line 789) | private static object GetHorizontalTextAlignment(ITextPara para) method GetIndentationFirstLine (line 804) | private static object GetIndentationFirstLine(ITextPara para) method GetIndentationLeading (line 817) | private static object GetIndentationLeading(ITextPara para) method GetIndentationTrailing (line 830) | private static object GetIndentationTrailing(ITextPara para) method GetHidden (line 843) | private static object GetHidden(ITextFont font) method GetItalic (line 856) | private static object GetItalic(ITextFont font) method GetOutlineStyles (line 869) | private static object GetOutlineStyles(ITextFont font) method GetReadOnly (line 891) | private object GetReadOnly(ITextFont font) method GetStrikethroughStyle (line 912) | private static object GetStrikethroughStyle(ITextFont font) method GetSubscript (line 925) | private static object GetSubscript(ITextFont font) method GetSuperscript (line 938) | private static object GetSuperscript(ITextFont font) method GetTabs (line 951) | private static object GetTabs(ITextPara para) method GetUnderlineStyle (line 973) | private static object GetUnderlineStyle(ITextFont font) method MoveFormatUnit (line 998) | private int MoveFormatUnit(int count) method MoveStartFormatUnit (line 1028) | private int MoveStartFormatUnit(int count) method MoveEndFormatUnit (line 1069) | private int MoveEndFormatUnit(int count) method MoveStartOneFormatUnitForward (line 1110) | private bool MoveStartOneFormatUnitForward() method MoveStartOneFormatUnitBackward (line 1139) | private bool MoveStartOneFormatUnitBackward() method MoveEndOneFormatUnitForward (line 1168) | private bool MoveEndOneFormatUnitForward() method MoveEndOneFormatUnitBackward (line 1197) | private bool MoveEndOneFormatUnitBackward() method RangeGetPoint (line 1228) | internal static bool RangeGetPoint(ITextRange range, TomGetPoint type,... method TomUnitFromTextUnit (line 1240) | private static TomUnit TomUnitFromTextUnit(TextUnit unit, string name) method FirstUnit (line 1282) | private static ITextRange FirstUnit(ITextRange range) method LastUnit (line 1290) | private static ITextRange LastUnit(ITextRange range) method NextUnit (line 1298) | private static bool NextUnit(int end, ITextRange subrange, TomUnit unit) method PreviousUnit (line 1320) | private static bool PreviousUnit(int start, ITextRange subrange, TomUn... method CalculateOneLineRangeRectangle (line 1343) | private static Rect CalculateOneLineRangeRectangle(ITextRange lineRang... method TrimRectangleByRangeCorners (line 1422) | private static bool TrimRectangleByRangeCorners(ITextRange range, ref ... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsScroll.cs class WindowScroll (line 16) | internal static class WindowScroll method SetScrollPercent (line 27) | internal static void SetScrollPercent (IntPtr hwnd, double horizontalP... method Scroll (line 60) | internal static void Scroll (IntPtr hwnd, ScrollAmount HorizontalAmoun... method GetPropertyScroll (line 77) | internal static object GetPropertyScroll (AutomationProperty idProp, I... method Scrollable (line 109) | internal static bool Scrollable (IntPtr hwnd, int sbFlag) method HasScrollableStyle (line 154) | internal static bool HasScrollableStyle(IntPtr hwnd) method IsScrollable (line 172) | internal static bool IsScrollable(IntPtr hwnd) method GetScrollInfo (line 188) | private static double GetScrollInfo(IntPtr hwnd, int sbFlag) method ScrollViewSize (line 246) | private static double ScrollViewSize(IntPtr hwnd, int sbFlag) method SetScrollPercent (line 267) | private static bool SetScrollPercent(IntPtr hwnd, double fScrollPos, i... method ScrollCursor (line 349) | private static bool ScrollCursor(IntPtr hwnd, ScrollAmount amount, int... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsScrollBar.cs class WindowsScrollBar (line 19) | internal class WindowsScrollBar: ProxyHwnd, IRangeValueProvider method WindowsScrollBar (line 29) | internal WindowsScrollBar (IntPtr hwnd, ProxyFragment parent, int item... method Create (line 59) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 64) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 75) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetPatternProvider (line 116) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 186) | internal override object GetElementProperty (AutomationProperty idProp) method GetRuntimeId (line 238) | internal override int[] GetRuntimeId() method GetNextSibling (line 275) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 295) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 313) | internal override ProxySimple GetFirstChild () method GetLastChild (line 319) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 325) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method SetValue (line 345) | void IRangeValueProvider.SetValue (double val) method HasVerticalScrollBar (line 409) | internal static bool HasVerticalScrollBar (IntPtr hwnd) method HasHorizontalScrollBar (line 414) | internal static bool HasHorizontalScrollBar (IntPtr hwnd) method IsScrollBarVertical (line 419) | internal static bool IsScrollBarVertical(IntPtr hwnd, int sbFlag) method IsScrollBarWithThumb (line 428) | internal static bool IsScrollBarWithThumb (IntPtr hwnd, int sbFlag) type ScrollBarItem (line 494) | internal enum ScrollBarItem method CreateScrollBitsItem (line 514) | private ProxySimple CreateScrollBitsItem (ScrollBarItem index) method GetScrollMaxValue (line 528) | private int GetScrollMaxValue(NativeMethods.ScrollInfo si) method GetScrollValue (line 566) | private int GetScrollValue (ScrollBarInfo info) method SetScrollValue (line 613) | private void SetScrollValue (int val) method HasValuePattern (line 706) | private static bool HasValuePattern (IntPtr hwnd, int sbFlag) method IsEnabled (line 723) | private bool IsEnabled() method IsStandAlone (line 746) | private bool IsStandAlone() type ScrollBarInfo (line 774) | private enum ScrollBarInfo FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsScrollBarBits.cs class WindowsScrollBarBits (line 20) | internal class WindowsScrollBarBits: ProxySimple, IInvokeProvider method WindowsScrollBarBits (line 36) | internal WindowsScrollBarBits (IntPtr hwnd, ProxyFragment parent, int ... method CreateFromChildId (line 80) | internal static ProxySimple CreateFromChildId(IntPtr hwnd, ProxyFragme... method GetPatternProvider (line 96) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 107) | internal override object GetElementProperty (AutomationProperty idProp) method Invoke (line 144) | void IInvokeProvider.Invoke () method GetBoundingRectangle (line 202) | internal static Rect GetBoundingRectangle(IntPtr hwnd, ProxyFragment p... method GetVerticalScrollbarBitBoundingRectangle (line 294) | internal static Rect GetVerticalScrollbarBitBoundingRectangle(IntPtr h... method GetHorizontalScrollbarBitBoundingRectangle (line 385) | internal static Rect GetHorizontalScrollbarBitBoundingRectangle(IntPtr... type ScrollBarInfo (line 494) | internal enum ScrollBarInfo method Scroll (line 514) | private void Scroll (ScrollAmount amount, int style) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsSlider.cs class WindowsSlider (line 16) | internal class WindowsSlider: ProxyHwnd, IRangeValueProvider method WindowsSlider (line 26) | private WindowsSlider (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 45) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 50) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 59) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetPatternProvider (line 80) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 86) | internal override object GetElementProperty(AutomationProperty idProp) method GetNextSibling (line 103) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 113) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 121) | internal override ProxySimple GetFirstChild () method GetLastChild (line 127) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 133) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method SetValue (line 153) | void IRangeValueProvider.SetValue (double val) method CreateSliderItem (line 243) | private ProxySimple CreateSliderItem (SItem item) method IsHorizontalSlider (line 248) | private bool IsHorizontalSlider () method IsVerticalSlider (line 253) | private bool IsVerticalSlider () method GetSliderValue (line 258) | private int GetSliderValue () method SetSliderValue (line 271) | private void SetSliderValue (int val) type SItem (line 331) | private enum SItem class SliderItem (line 348) | private class SliderItem: ProxySimple, IInvokeProvider method SliderItem (line 358) | internal SliderItem (IntPtr hwnd, ProxyFragment parent, int item, bo... method GetPatternProvider (line 389) | internal override object GetPatternProvider (AutomationPattern iid) method Invoke (line 427) | void IInvokeProvider.Invoke () method GetBoundingRectangle (line 453) | internal static Rect GetBoundingRectangle (IntPtr hwnd, WindowsSlide... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsSpinner.cs class WindowsSpinner (line 15) | internal class WindowsSpinner : ProxyHwnd, IRangeValueProvider method WindowsSpinner (line 26) | internal WindowsSpinner(IntPtr hwndUpDown, IntPtr hwndEdit, ProxyFragm... method Create (line 45) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 50) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method RaiseEvents (line 80) | internal static void RaiseEvents(IntPtr hwnd, int eventId, object idPr... method GetPatternProvider (line 111) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 127) | internal override object GetElementProperty(AutomationProperty idProp) method ElementProviderFromPoint (line 146) | internal override ProxySimple ElementProviderFromPoint(int x, int y) method GetNextSibling (line 167) | internal override ProxySimple GetNextSibling(ProxySimple child) method GetPreviousSibling (line 175) | internal override ProxySimple GetPreviousSibling(ProxySimple child) method GetFirstChild (line 181) | internal override ProxySimple GetFirstChild() method GetLastChild (line 187) | internal override ProxySimple GetLastChild() method SetValue (line 197) | void IRangeValueProvider.SetValue (double obj) method IsSpinnerEdit (line 263) | internal static bool IsSpinnerEdit(IntPtr hwnd) method GetUpDownFromEdit (line 270) | internal static IntPtr GetUpDownFromEdit(IntPtr hwnd) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsStartMenu.cs class WindowsStartMenu (line 11) | internal class WindowsStartMenu : ProxyHwnd, IRawElementProviderSimple method WindowsStartMenu (line 20) | public WindowsStartMenu(IntPtr hwnd, ProxyHwnd parent, int item) method Create (line 31) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 36) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsStatic.cs class WindowsStatic (line 13) | internal class WindowsStatic: ProxyHwnd method WindowsStatic (line 23) | private WindowsStatic (IntPtr hwnd, ProxyFragment parent, StaticType t... method Create (line 49) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 54) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 106) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetElementProperty (line 128) | internal override object GetElementProperty (AutomationProperty idProp) method IsKeyboardFocusable (line 138) | internal override bool IsKeyboardFocusable() method IsLinkLabel (line 167) | private static bool IsLinkLabel(IntPtr hwnd) method GetStaticTypeFromStyle (line 176) | private static StaticType GetStaticTypeFromStyle(int style) type StaticType (line 231) | private enum StaticType FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsStatusBar.cs class WindowsStatusBar (line 15) | internal class WindowsStatusBar : ProxyHwnd, IGridProvider, IRawElementP... method WindowsStatusBar (line 25) | internal WindowsStatusBar(IntPtr hwnd, ProxyFragment parent, int item,... method Create (line 46) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 51) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 60) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method CreateStatusBarPane (line 87) | internal ProxySimple CreateStatusBarPane (int index) method GetPatternProvider (line 131) | internal override object GetPatternProvider (AutomationPattern iid) method GetNextSibling (line 152) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 176) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 198) | internal override ProxySimple GetFirstChild () method GetLastChild (line 205) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 218) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetItem (line 250) | IRawElementProviderSimple IGridProvider.GetItem(int row, int column) method GetOverrideProviderForHwnd (line 291) | IRawElementProviderSimple IRawElementProviderHwndOverride.GetOverrideP... method GetChildHwnd (line 345) | private static unsafe IntPtr GetChildHwnd(IntPtr hwnd, Rect rc) method FindChildFromRect (line 361) | private static unsafe bool FindChildFromRect(IntPtr hwnd, void* lParam) class WindowsStatusBarPane (line 409) | private class WindowsStatusBarPane : ProxySimple, IGridItemProvider, I... method WindowsStatusBarPane (line 420) | internal WindowsStatusBarPane (IntPtr hwnd, ProxyFragment parent, in... method GetPatternProvider (line 440) | internal override object GetPatternProvider (AutomationPattern iid) method SetValue (line 521) | void IValueProvider.SetValue(string str) method GetBoundingRectangle (line 556) | internal static Rect GetBoundingRectangle (IntPtr hwnd, int item) class WindowsStatusBarPaneChildOverrideProxy (line 635) | private class WindowsStatusBarPaneChildOverrideProxy : ProxyHwnd, IGri... method WindowsStatusBarPaneChildOverrideProxy (line 645) | internal WindowsStatusBarPaneChildOverrideProxy(IntPtr hwnd, ProxyFr... method GetPatternProvider (line 669) | internal override object GetPatternProvider(AutomationPattern iid) method GetElementProperty (line 678) | internal override object GetElementProperty(AutomationProperty idProp) class StatusBarGrip (line 741) | private class StatusBarGrip: ProxyFragment method StatusBarGrip (line 751) | public StatusBarGrip (IntPtr hwnd, ProxyHwnd parent, int item) method GetBoundingRectangle (line 789) | internal static NativeMethods.Win32Rect GetBoundingRectangle (IntPtr... method Create (line 817) | internal static StatusBarGrip Create(IntPtr hwnd, ProxyHwnd parent, ... method HasGrip (line 830) | internal static bool HasGrip(IntPtr hwnd) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsSysHeader.cs class WindowsSysHeader (line 22) | internal class WindowsSysHeader: ProxyHwnd method WindowsSysHeader (line 32) | internal WindowsSysHeader (IntPtr hwnd) method Create (line 49) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 54) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method RaiseEvents (line 66) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetNextSibling (line 114) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 125) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 134) | internal override ProxySimple GetFirstChild () method GetLastChild (line 140) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 148) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetFocus (line 175) | internal override ProxySimple GetFocus () method GetElementProperty (line 189) | internal override object GetElementProperty(AutomationProperty idProp) method GetVisibleHeaderItemRange (line 218) | private void GetVisibleHeaderItemRange( method ScrollIntoView (line 241) | internal void ScrollIntoView(HeaderItem headerItem) method HeaderIsHidden (line 290) | private static bool HeaderIsHidden (IntPtr hwnd) method OrderToIndex (line 296) | private static int OrderToIndex (IntPtr hwnd, int order) method HeaderItemCount (line 301) | private static int HeaderItemCount (IntPtr hwnd) method GetItemFromIndex (line 306) | private int GetItemFromIndex (int index) method CreateHeaderItem (line 323) | private ProxySimple CreateHeaderItem (int index) class HeaderItem (line 347) | internal class HeaderItem: ProxyFragment, IInvokeProvider, IExpandColl... method HeaderItem (line 357) | internal HeaderItem (IntPtr hwnd, ProxyFragment parent, int item) method GetPatternProvider (line 386) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 414) | internal override object GetElementProperty (AutomationProperty idProp) method Invoke (line 460) | void IInvokeProvider.Invoke () method Expand (line 488) | void IExpandCollapseProvider.Expand () method Collapse (line 497) | void IExpandCollapseProvider.Collapse () method IsFocused (line 521) | protected override bool IsFocused () method BoundingRect (line 559) | private NativeMethods.Win32Rect BoundingRect () method RetrievePattern (line 635) | private bool RetrievePattern () method IsPushButton (line 646) | private bool IsPushButton () method IsFilter (line 652) | private bool IsFilter () method GetInvokationPoint (line 659) | private bool GetInvokationPoint (out NativeMethods.Win32Point pt) method IsSplitButton (line 672) | private bool IsSplitButton () method IsItemFocused (line 691) | private bool IsItemFocused () method ClickSplitButton (line 705) | private void ClickSplitButton () method IsExpanded (line 730) | private bool IsExpanded() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsTab.cs class WindowsTab (line 25) | internal class WindowsTab: ProxyHwnd, ISelectionProvider, IScrollProvide... method WindowsTab (line 35) | public WindowsTab (IntPtr hwnd, ProxyFragment parent, int item) method WindowsTab (line 50) | static WindowsTab () method Create (line 63) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 68) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 78) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetPatternProvider (line 126) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 142) | internal override object GetElementProperty(AutomationProperty idProp) method GetNextSibling (line 176) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 203) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 226) | internal override ProxySimple GetFirstChild () method GetLastChild (line 239) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 252) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetFocus (line 288) | internal override ProxySimple GetFocus () method AdviseEventAdded (line 306) | internal override void AdviseEventAdded( method AdviseEventRemoved (line 325) | internal override void AdviseEventRemoved( method GetOverrideProviderForHwnd (line 350) | IRawElementProviderSimple IRawElementProviderHwndOverride.GetOverrideP... method GetSelection (line 379) | IRawElementProviderSimple[] ISelectionProvider.GetSelection() method Scroll (line 445) | void IScrollProvider.Scroll (ScrollAmount horizontalAmount, ScrollAmou... method SetScrollPercent (line 469) | void IScrollProvider.SetScrollPercent (double horizontalPercent, doubl... method GetItemCount (line 640) | internal static int GetItemCount(IntPtr hwnd) method CreateTabItem (line 669) | internal ProxyFragment CreateTabItem(int index) method ScrollToItem (line 674) | internal void ScrollToItem(int index) method IsScrollable (line 695) | internal bool IsScrollable() method IsValidControl (line 701) | internal static bool IsValidControl(IntPtr hwnd) method UpDownControlRaiseEvents (line 716) | internal static void UpDownControlRaiseEvents( method GetUpDownHwnd (line 744) | private IntPtr GetUpDownHwnd() method GetUpDownHwnd (line 748) | private static IntPtr GetUpDownHwnd(IntPtr hwnd) method IsVerticalTab (line 778) | private bool IsVerticalTab() method Scroll (line 790) | private bool Scroll(ScrollAmount amount) method SupportMultipleSelection (line 859) | internal static bool SupportMultipleSelection (IntPtr hwnd) class WindowsTabItem (line 890) | internal class WindowsTabItem : ProxyFragment, ISelectionItemProvider, I... method WindowsTabItem (line 900) | internal WindowsTabItem(IntPtr hwnd, ProxyFragment parent, int item, b... method GetPatternProvider (line 922) | internal override object GetPatternProvider(AutomationPattern iid) method GetElementProperty (line 947) | internal override object GetElementProperty(AutomationProperty idProp) method SetFocus (line 991) | internal override bool SetFocus() method GetNextSibling (line 1017) | internal override ProxySimple GetNextSibling(ProxySimple child) method GetPreviousSibling (line 1026) | internal override ProxySimple GetPreviousSibling(ProxySimple child) method GetFirstChild (line 1032) | internal override ProxySimple GetFirstChild() method GetLastChild (line 1044) | internal override ProxySimple GetLastChild() method Select (line 1055) | void ISelectionItemProvider.Select() method AddToSelection (line 1075) | void ISelectionItemProvider.AddToSelection() method RemoveFromSelection (line 1118) | void ISelectionItemProvider.RemoveFromSelection() method ScrollIntoView (line 1200) | void IScrollItemProvider.ScrollIntoView() method GetName (line 1229) | internal static string GetName(IntPtr hwnd, int item, bool fIsWinform) method GetCurrentSelectedItem (line 1237) | internal static int GetCurrentSelectedItem(IntPtr hwnd) method IsFocused (line 1253) | protected override bool IsFocused() method BoundingRect (line 1268) | private unsafe NativeMethods.Win32Rect BoundingRect() method IsSelectable (line 1280) | private bool IsSelectable() method Select (line 1286) | private void Select() method GetItemHwndByIndex (line 1312) | private IntPtr GetItemHwndByIndex() method GetItemText (line 1338) | private static string GetItemText(IntPtr hwnd, int itemIndex) class WindowsTabChildOverrideProxy (line 1375) | internal class WindowsTabChildOverrideProxy : ProxyHwnd method WindowsTabChildOverrideProxy (line 1389) | internal WindowsTabChildOverrideProxy(IntPtr hwnd, ProxyFragment paren... method GetElementProperty (line 1413) | internal override object GetElementProperty(AutomationProperty idProp) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsTitleBar.cs class WindowsTitleBar (line 19) | internal class WindowsTitleBar: ProxyFragment method WindowsTitleBar (line 29) | public WindowsTitleBar (IntPtr hwnd, ProxyFragment parent, int item) method GetRuntimeId (line 63) | internal override int [] GetRuntimeId () method GetNextSibling (line 84) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 92) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 98) | internal override ProxySimple GetFirstChild () method GetLastChild (line 104) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 109) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method HasTitleBar (line 150) | internal static bool HasTitleBar (IntPtr hwnd) method CreateTitleBarChild (line 155) | internal ProxySimple CreateTitleBarChild (int item) method ReturnNextTitleBarChild (line 195) | private ProxySimple ReturnNextTitleBarChild (bool next, int start) method IsTitleBarVisible (line 216) | private static bool IsTitleBarVisible (IntPtr hwnd) class TitleBarButton (line 236) | private class TitleBarButton: ProxySimple, IInvokeProvider method TitleBarButton (line 246) | public TitleBarButton (IntPtr hwnd, ProxyFragment parent, int item) method GetPatternProvider (line 265) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 276) | internal override object GetElementProperty (AutomationProperty idProp) method Invoke (line 399) | void IInvokeProvider.Invoke () FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsToolbar.cs class WindowsToolbar (line 17) | internal class WindowsToolbar: ProxyHwnd method WindowsToolbar (line 27) | protected WindowsToolbar (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 44) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 49) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method RaiseEvents (line 76) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetNextSibling (line 118) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 145) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 170) | internal override ProxySimple GetFirstChild () method GetLastChild (line 188) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 206) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetFocus (line 226) | internal override ProxySimple GetFocus () method CreateToolbarItem (line 280) | internal ProxySimple CreateToolbarItem (int item) class ToolbarItem (line 345) | internal class ToolbarItem : ProxySimple, IInvokeProvider, IToggleProvider method ToolbarItem (line 355) | internal ToolbarItem(IntPtr hwnd, ProxyFragment parent, int item, int ... method GetPatternProvider (line 419) | internal override object GetPatternProvider(AutomationPattern iid) method GetElementProperty (line 456) | internal override object GetElementProperty(AutomationProperty idProp) method SetFocus (line 497) | internal override bool SetFocus() method Invoke (line 525) | void IInvokeProvider.Invoke() method Toggle (line 534) | void IToggleProvider.Toggle() method GetBoundingRectangle (line 558) | internal static Rect GetBoundingRectangle(IntPtr hwnd, int item) method IsFocused (line 574) | protected override bool IsFocused() method IsSeparator (line 579) | protected bool IsSeparator() method GetItemId (line 620) | private void GetItemId(ref string itemId) method GetItemToolTipText (line 633) | private string GetItemToolTipText() method Invoke (line 639) | private void Invoke() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsToolbarAsMenu.cs class WindowsToolbarAsMenu (line 17) | internal class WindowsToolbarAsMenu : WindowsToolbar method WindowsToolbarAsMenu (line 27) | internal WindowsToolbarAsMenu(IntPtr hwnd, ProxyFragment parent, int i... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsToolbarItemAsMenuItem.cs class ToolbarItemAsMenuItem (line 18) | internal class ToolbarItemAsMenuItem : ToolbarItem method ToolbarItemAsMenuItem (line 28) | internal ToolbarItemAsMenuItem(IntPtr hwnd, ProxyFragment parent, int ... method GetPatternProvider (line 60) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 97) | internal override object GetElementProperty(AutomationProperty idProp) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsTooltip.cs class WindowsTooltip (line 15) | internal class WindowsTooltip : ProxyHwnd method WindowsTooltip (line 26) | private WindowsTooltip (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 42) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 47) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 58) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method AdviseEventAdded (line 71) | internal override void AdviseEventAdded( AutomationEvent eventId, Auto... method AdviseEventRemoved (line 94) | internal override void AdviseEventRemoved( AutomationEvent eventId, Au... method OnToolTipEvents (line 139) | private static void OnToolTipEvents( IntPtr hwnd, int eventId, object ... method IsToolTip (line 165) | private static bool IsToolTip( IntPtr hwnd ) method GetText (line 180) | private string GetText() method GetTitleBarToolTipText (line 203) | private string GetTitleBarToolTipText() method GetTitleBarToolTipTextForDWMEnabled (line 230) | private string GetTitleBarToolTipTextForDWMEnabled() method GetTitleBarToolTipTextHitTest (line 290) | private string GetTitleBarToolTipTextHitTest() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsTreeView.cs class WindowsTreeView (line 16) | internal class WindowsTreeView : ProxyHwnd, ISelectionProvider method WindowsTreeView (line 26) | internal WindowsTreeView (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 45) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 50) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 59) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetPatternProvider (line 131) | internal override object GetPatternProvider (AutomationPattern iid) method GetNextSibling (line 149) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 168) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 208) | internal override ProxySimple GetFirstChild () method GetLastChild (line 222) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 250) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetFocus (line 261) | internal override ProxySimple GetFocus () method GetSelection (line 278) | IRawElementProviderSimple[] ISelectionProvider.GetSelection() method PropertyToWinEvent (line 330) | protected override int [] PropertyToWinEvent (AutomationProperty idProp) method EventToWinEvent (line 345) | protected override ReadOnlySpan EventTo... method CreateTreeViewItem (line 373) | private ProxyFragment CreateTreeViewItem (IntPtr hItem, int depth) method CreateTreeViewItemAndParents (line 378) | private ProxyFragment CreateTreeViewItemAndParents (IntPtr hItem) method CreateParents (line 383) | private ProxyFragment CreateParents (IntPtr hwnd, IntPtr hItem) method Expand (line 404) | private static bool Expand (IntPtr hwnd, IntPtr treeItem) method Collapse (line 410) | private static bool Collapse (IntPtr hwnd, IntPtr treeItem) method IsItemExpanded (line 416) | private static bool IsItemExpanded (IntPtr hwnd, IntPtr treeItem) method SelectItem (line 428) | private static bool SelectItem (IntPtr hwnd, IntPtr treeItem) method GetSelection (line 444) | private static IntPtr GetSelection (IntPtr hwnd) method Parent (line 454) | private static IntPtr Parent (IntPtr hwnd, IntPtr treeItem) method GetNextItem (line 460) | private static IntPtr GetNextItem (IntPtr hwnd, IntPtr treeItem) method GetPreviousItem (line 466) | private static IntPtr GetPreviousItem (IntPtr hwnd, IntPtr treeItem) method GetRoot (line 472) | private static IntPtr GetRoot (IntPtr hwnd) method GetFirstChild (line 478) | private static IntPtr GetFirstChild (IntPtr hwnd, IntPtr treeItem) method GetCheckState (line 488) | private static int GetCheckState (IntPtr hwnd, IntPtr treeItem) method SetCheckState (line 496) | private static unsafe bool SetCheckState (IntPtr hwnd, IntPtr item, bo... method GetNext (line 516) | private static IntPtr GetNext (IntPtr hwnd, IntPtr treeItem, int flag) method GetItemState (line 522) | private static int GetItemState (IntPtr hwnd, IntPtr treeItem, int sta... method TreeViewItem_HasChildren (line 528) | private static bool TreeViewItem_HasChildren (IntPtr hwnd, IntPtr item) method GetItemRect (line 543) | private static unsafe NativeMethods.Win32Rect GetItemRect (IntPtr hwnd... method GetItem (line 570) | private static bool GetItem (IntPtr hwnd, IntPtr item, int mask, out N... method GetItemText (line 579) | private static string GetItemText(IntPtr hwnd, IntPtr item) method SetItemText (line 589) | private static bool SetItemText(IntPtr hwnd, IntPtr item, string text) method TreeItemFromChildID (line 641) | private static IntPtr TreeItemFromChildID(IntPtr hwnd, int idChild) type CheckState (line 682) | private enum CheckState: int type TVItem (line 690) | private enum TVItem class TreeViewItem (line 707) | private class TreeViewItem : ProxyFragment, ISelectionItemProvider, IE... method TreeViewItem (line 717) | internal TreeViewItem (IntPtr hwnd, ProxyFragment parent, IntPtr hIt... method GetNextSibling (line 742) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 751) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 758) | internal override ProxySimple GetFirstChild () method GetLastChild (line 765) | internal override ProxySimple GetLastChild () method GetPatternProvider (line 776) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 840) | internal override object GetElementProperty(AutomationProperty idProp) method IsOffscreen (line 868) | internal override bool IsOffscreen() method SetFocus (line 922) | internal override bool SetFocus () method GetRuntimeId (line 931) | internal override int[] GetRuntimeId() method Select (line 954) | void ISelectionItemProvider.Select () method AddToSelection (line 985) | void ISelectionItemProvider.AddToSelection () method RemoveFromSelection (line 1020) | void ISelectionItemProvider.RemoveFromSelection () method Expand (line 1070) | void IExpandCollapseProvider.Expand () method Collapse (line 1099) | void IExpandCollapseProvider.Collapse () method SetValue (line 1141) | void IValueProvider.SetValue (string val) method Toggle (line 1181) | void IToggleProvider.Toggle() method ScrollIntoView (line 1215) | void IScrollItemProvider.ScrollIntoView() method Invoke (line 1239) | void IInvokeProvider.Invoke() method RaiseStructureChangedEvent (line 1257) | internal void RaiseStructureChangedEvent () method RaiseExpandCollapsedStateChangedEvent (line 1263) | internal void RaiseExpandCollapsedStateChangedEvent () method IsFocused (line 1279) | protected override bool IsFocused () method CheckForElementAvailable (line 1299) | private void CheckForElementAvailable() method NextSibling (line 1314) | private ProxySimple NextSibling (ProxySimple child) method PreviousSibling (line 1324) | private ProxySimple PreviousSibling (ProxySimple child) method FirstChild (line 1332) | private ProxySimple FirstChild () method LastChild (line 1340) | private ProxySimple LastChild () method GetExpandCollapseState (line 1364) | private ExpandCollapseState GetExpandCollapseState() method GetToggleState (line 1380) | private ToggleState GetToggleState () method GetCheckState (line 1430) | private bool GetCheckState() method Invoke (line 1451) | private void Invoke() method IsItemEditable (line 1472) | private bool IsItemEditable() method IsItemSelected (line 1478) | private bool IsItemSelected() method IsItemWithCheckbox (line 1492) | private bool IsItemWithCheckbox () method SimulateClick (line 1534) | private void SimulateClick(NativeMethods.Win32Point pt) method GetItemImageIndex (line 1541) | private bool GetItemImageIndex(out int image, out uint overlay, out ... method GetStateImageMapEnt (line 1561) | private bool GetStateImageMapEnt(int image, ref uint state, ref uint... method GetRoleFromStateImageMap (line 1612) | private bool GetRoleFromStateImageMap(int image, ref uint role) method GetStateFromStateImageMap (line 1618) | private bool GetStateFromStateImageMap(int image, ref uint state) method HasMSAAImageMap (line 1624) | private bool HasMSAAImageMap() method ChildIDFromTVItem (line 1631) | private int ChildIDFromTVItem() type MSAASTATEIMAGEMAPENT (line 1664) | [StructLayout(LayoutKind.Sequential)] FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WindowsUpDown.cs class WindowsUpDown (line 15) | internal class WindowsUpDown : ProxyHwnd, IRangeValueProvider method WindowsUpDown (line 26) | internal WindowsUpDown (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 45) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 50) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method RaiseEvents (line 59) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method RaiseInvokedEvent (line 74) | private static void RaiseInvokedEvent(IntPtr hwnd, int idObject, int i... method CreateSpinButtonItem (line 91) | private ProxySimple CreateSpinButtonItem (SpinItem item) method GetPatternProvider (line 107) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 112) | internal override object GetElementProperty(AutomationProperty idProp) method GetNextSibling (line 143) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 157) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 168) | internal override ProxySimple GetFirstChild () method GetLastChild (line 174) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 180) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method SetValue (line 200) | void IRangeValueProvider.SetValue (double val) method IsInsideOfTab (line 287) | internal bool IsInsideOfTab() method IsWinformUpdown (line 301) | internal static bool IsWinformUpdown (IntPtr hwnd) type SpinItem (line 320) | internal enum SpinItem method HwndBuddy (line 351) | private static IntPtr HwndBuddy(IntPtr hwnd) method IsSpinnerElement (line 363) | private bool IsSpinnerElement() class SpinButtonItem (line 409) | private class SpinButtonItem: ProxySimple, IInvokeProvider method SpinButtonItem (line 420) | internal SpinButtonItem (IntPtr hwnd, ProxyFragment parent, int item) method GetPatternProvider (line 454) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 469) | internal override object GetElementProperty(AutomationProperty idProp) method Invoke (line 505) | void IInvokeProvider.Invoke () method GetBoundingRectangle (line 556) | internal static Rect GetBoundingRectangle(IntPtr hwnd, WindowsUpDown... method GetTabParent (line 618) | private IntPtr GetTabParent() method IsHorizontal (line 631) | private static bool IsHorizontal(IntPtr hwnd) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/AutomationProxies/WordBreaker.cs class TextContainer (line 46) | internal class TextContainer method TextContainer (line 48) | public TextContainer(string text) method BogusFunctionToAvoidWarning (line 80) | private void BogusFunctionToAvoidWarning(object target, TextContainerC... class TextPosition (line 89) | internal class TextPosition : IComparable method TextPosition (line 91) | public TextPosition(int position, TextContainer container) method TextPosition (line 97) | public TextPosition(TextPosition position) method CreateNavigator (line 131) | public TextNavigator CreateNavigator() method CompareTo (line 136) | public int CompareTo(object obj) method GetDistanceTo (line 142) | public int GetDistanceTo(TextPosition pos) method GetElementType (line 147) | public Type GetElementType(LogicalDirection direction) method GetSymbolType (line 152) | public TextSymbolType GetSymbolType(LogicalDirection direction) method GetText (line 161) | public int GetText(LogicalDirection direction, int maxLength, TextPosi... method GetTextLength (line 174) | public int GetTextLength(LogicalDirection direction) class TextNavigator (line 187) | internal class TextNavigator : TextPosition method TextNavigator (line 189) | public TextNavigator(int position, TextContainer container) method TextNavigator (line 193) | public TextNavigator(TextPosition position) method CreatePosition (line 197) | public TextPosition CreatePosition() method Move (line 202) | public void Move(LogicalDirection direction) method MoveToPosition (line 208) | public void MoveToPosition(TextPosition position) method MoveByDistance (line 213) | public void MoveByDistance(int distance) class TextContainerChangedEventArgs (line 228) | internal class TextContainerChangedEventArgs method TextContainerChangedEventArgs (line 231) | private TextContainerChangedEventArgs() class InlineElement (line 234) | internal class InlineElement method InlineElement (line 237) | private InlineElement() type LogicalDirection (line 240) | internal enum LogicalDirection { Forward, Backward } type TextSymbolType (line 241) | internal enum TextSymbolType { Character, EmbeddedObject, ElementStart, ... class WordBreaker (line 249) | internal class WordBreaker method WordBreaker (line 633) | public WordBreaker() : this(null, null, DefaultWindowSize, null) method WordBreaker (line 637) | public WordBreaker(int windowSize) : this(null, null, windowSize, null) method WordBreaker (line 641) | public WordBreaker(TextChunk chunk) : this(null, chunk, DefaultWindowS... method WordBreaker (line 645) | public WordBreaker(CultureInfo culture) : this(null, null, DefaultWind... method WordBreaker (line 649) | public WordBreaker(TextContainer container) : this(container, null, De... method WordBreaker (line 653) | public WordBreaker(TextContainer container, int windowSize) : this(con... method WordBreaker (line 657) | public WordBreaker(TextContainer container, TextChunk chunk) : this(co... method WordBreaker (line 661) | public WordBreaker(TextContainer container, CultureInfo culture) : thi... method WordBreaker (line 665) | public WordBreaker(TextChunk chunk, int windowSize) : this(null, chunk... method WordBreaker (line 669) | public WordBreaker(TextContainer container, TextChunk chunk, int windo... method GenerateText (line 726) | internal static string GenerateText(TextPosition begin, TextPosition end) method MoveNaviForward (line 772) | internal static bool MoveNaviForward(TextNavigator nav) method MoveNaviBackward (line 805) | internal static bool MoveNaviBackward(TextNavigator nav) method GetLexClass (line 836) | internal static int GetLexClass(char input) method ComplexPreproc (line 880) | internal static bool ComplexPreproc(string input, int startIndex, out ... method SimplePreproc (line 932) | internal static bool SimplePreproc(string input, int startIndex, out i... method GeneratePosition (line 1000) | internal static TextPosition GeneratePosition(TextPosition start, int ... method BreakText (line 1042) | internal bool BreakText(TextPosition position, bool isSpelling, out Ar... method BreakText (line 1119) | internal bool BreakText(TextPosition start, TextPosition end, bool isS... method BreakText (line 1163) | internal bool BreakText(string input, bool isSpelling, out ArrayList i... method IsBreakingSymbol (line 1252) | private static bool IsBreakingSymbol(TextNavigator navigator, LogicalD... method IsAtWordBreak (line 1272) | public bool IsAtWordBreak(TextPosition position) method MoveToNextWordBreak (line 1305) | public bool MoveToNextWordBreak(TextNavigator navigator) method MoveToPreviousWordBreak (line 1347) | public bool MoveToPreviousWordBreak(TextNavigator navigator) method OnTextChanged (line 1388) | private void OnTextChanged(object target, TextContainerChangedEventArg... method Sync (line 1428) | private void Sync() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/UnsupportedAutomationProxies/SuperGridProvider.cs class SuperGridProvider (line 32) | class SuperGridProvider : ProxyHwnd method SuperGridProvider (line 43) | internal SuperGridProvider(IntPtr hwnd, ProxyFragment parent, Accessib... method Create (line 58) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 63) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method GetElementProperty (line 85) | internal override object GetElementProperty (AutomationProperty idProp) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/UnsupportedAutomationProxies/WindowsCalendar.cs class WindowsCalendar (line 27) | class WindowsCalendar: ProxyHwnd, ISelectionProvider, IScrollProvider method WindowsCalendar (line 37) | internal WindowsCalendar (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 55) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 60) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method GetPatternProvider (line 95) | internal override object GetPatternProvider (AutomationPattern iid) method GetNextSibling (line 112) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 146) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 179) | internal override ProxySimple GetFirstChild () method GetLastChild (line 185) | internal override ProxySimple GetLastChild () method GetHitTestInfo_V6 (line 197) | private bool GetHitTestInfo_V6( method GetHitTestInfo (line 223) | private bool GetHitTestInfo( method ElementProviderFromPoint (line 250) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method SetScrollPercent (line 349) | void IScrollProvider.SetScrollPercent (double horizontalPercent, doubl... method Scroll (line 408) | void IScrollProvider.Scroll (ScrollAmount horizontalAmount, ScrollAmou... method GetSelection (line 508) | IRawElementProviderSimple [] ISelectionProvider.GetSelection() type CalendarItem (line 585) | internal enum CalendarItem type CalendarData (line 598) | internal enum CalendarData method GetRange (line 615) | static internal unsafe NativeMethods.SYSTEMTIME[] GetRange(IntPtr hwnd) method GetRawValue (line 633) | static unsafe internal NativeMethods.SYSTEMTIME[] GetRawValue( method SetRawValue (line 692) | static internal bool SetRawValue(IntPtr hwnd, DateTime[] aDateTime) method CreateDateTimeFromSystemTime (line 713) | static internal DateTime[] CreateDateTimeFromSystemTime(NativeMethods.... method CreateDateTimeFromSystemTime1 (line 728) | static internal DateTime CreateDateTimeFromSystemTime1(NativeMethods.S... method CreateDateTimeFromSystemTime1 (line 736) | static internal DateTime CreateDateTimeFromSystemTime1(NativeMethods.S... method CreateSystemTimeFromDateTime (line 744) | static internal NativeMethods.SYSTEMTIME CreateSystemTimeFromDateTime(... method HasStyle (line 759) | static internal bool HasStyle(IntPtr hwnd, int calStyle) method IsMultiSelect (line 765) | static internal bool IsMultiSelect(IntPtr hwnd) method GetMonthCount (line 774) | internal int GetMonthCount() method CalcPositions (line 816) | internal void CalcPositions(int iCalendar, out NativeMethods.Win32Rect... method CalcTitleTextExtents (line 875) | internal void CalcTitleTextExtents( method Scroll (line 909) | private bool Scroll(ScrollAmount Amount) method BuildSelectionArray (line 973) | private CalendarDates.CalendarDay[] BuildSelectionArray( method CreateCalendarBits (line 1001) | private ProxySimple CreateCalendarBits (CalendarItem type, int index) method IsVersion6 (line 1026) | private bool IsVersion6() method GetCalendarGridInfo (line 1042) | private bool GetCalendarGridInfo( method GetCalendarGridInfoText (line 1073) | private string GetCalendarGridInfoText( method GetCalendarPartRect (line 1090) | private bool GetCalendarPartRect( method ParseDate (line 1115) | static private NativeMethods.SYSTEMTIME ParseDate (object val) method CalendarIndexFromPoint (line 1147) | private int CalendarIndexFromPoint (int x, int y) method GetCalendarGridInfoText (line 1200) | private static unsafe string GetCalendarGridInfoText( method GetCalendarGridInfo (line 1253) | private static unsafe bool GetCalendarGridInfo( type MCGRIDINFO_32 (line 1323) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] method MCGRIDINFO_32 (line 1339) | internal MCGRIDINFO_32(NativeMethods.MCGRIDINFO gridInfo) type MCGRIDINFO_64 (line 1375) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] method MCGRIDINFO_64 (line 1391) | internal MCGRIDINFO_64(NativeMethods.MCGRIDINFO gridInfo) class CalendarBits (line 1484) | internal class CalendarBits: ProxyFragment method CalendarBits (line 1494) | internal CalendarBits (IntPtr hwnd, ProxyFragment parent, method BoundingRect (line 1553) | virtual protected NativeMethods.Win32Rect BoundingRect() method Invoke (line 1562) | protected void Invoke() class CalendarButton (line 1610) | class CalendarButton: CalendarBits, IInvokeProvider method CalendarButton (line 1620) | internal CalendarButton (IntPtr hwnd, ProxyFragment parent, ButtonIt... method GetPatternProvider (line 1638) | internal override object GetPatternProvider (AutomationPattern iid) method Invoke (line 1663) | void IInvokeProvider.Invoke () type ButtonItem (line 1678) | internal enum ButtonItem method BoundingRect (line 1695) | protected override NativeMethods.Win32Rect BoundingRect() class CalendarYear (line 1781) | class CalendarYear: CalendarBits, IInvokeProvider, IRangeValueProvider method CalendarYear (line 1792) | internal CalendarYear ( method GetPatternProvider (line 1814) | internal override object GetPatternProvider (AutomationPattern iid) method SetValue (line 1838) | void IRangeValueProvider.SetValue (double val) method Invoke (line 1903) | void IInvokeProvider.Invoke () method BoundingRect (line 1920) | protected override NativeMethods.Win32Rect BoundingRect() method GetPropertyRangeValue (line 1956) | private static double GetPropertyRangeValue (AutomationProperty idPr... class CalendarMonth (line 2010) | class CalendarMonth : CalendarBits, IInvokeProvider, IExpandCollapsePr... method CalendarMonth (line 2020) | internal CalendarMonth ( method GetPatternProvider (line 2042) | internal override object GetPatternProvider (AutomationPattern iid) method Invoke (line 2067) | void IInvokeProvider.Invoke () method Expand (line 2077) | void IExpandCollapseProvider.Expand() method Collapse (line 2098) | void IExpandCollapseProvider.Collapse() method BoundingRect (line 2139) | protected override NativeMethods.Win32Rect BoundingRect() method ClearCalendarMenuMode (line 2174) | protected void ClearCalendarMenuMode() method InCalendarMenuMode (line 2198) | private bool InCalendarMenuMode() method MakeReadyForInput (line 2207) | private bool MakeReadyForInput() class CalendarTodayLink (line 2241) | internal class CalendarTodayLink: CalendarBits, IInvokeProvider method CalendarTodayLink (line 2252) | internal CalendarTodayLink ( method GetPatternProvider (line 2271) | internal override object GetPatternProvider (AutomationPattern iid) method Invoke (line 2289) | void IInvokeProvider.Invoke () method BoundingRect (line 2306) | protected override NativeMethods.Win32Rect BoundingRect() class CalendarTodayCircle (line 2341) | class CalendarTodayCircle: CalendarBits method CalendarTodayCircle (line 2343) | internal CalendarTodayCircle(IntPtr hwnd, ProxyFragment parent, int ... class CalendarDates (line 2364) | class CalendarDates : CalendarBits, IGridProvider, ITableProvider method CalendarDates (line 2374) | internal CalendarDates ( method GetPatternProvider (line 2397) | internal override object GetPatternProvider (AutomationPattern iid) method GetNextSibling (line 2418) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 2447) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 2474) | internal override ProxySimple GetFirstChild () method GetLastChild (line 2487) | internal override ProxySimple GetLastChild () method GetItem (line 2511) | IRawElementProviderSimple IGridProvider.GetItem(int row, int column) method GetRowHeaders (line 2550) | IRawElementProviderSimple [] ITableProvider.GetRowHeaders () method GetColumnHeaders (line 2585) | IRawElementProviderSimple [] ITableProvider.GetColumnHeaders () method BoundingRect (line 2633) | protected override NativeMethods.Win32Rect BoundingRect() method CreateCalendarDay (line 2662) | private CalendarDay CreateCalendarDay(int dayIndex) method CreateCalendarWeekNum (line 2687) | private CalendarWeekNum CreateCalendarWeekNum(int weekNumIndex) method CreateCalendarWeekHeader (line 2711) | private CalendarWeekHeader CreateCalendarWeekHeader(int weekHeaderIn... method FromPoint_V6 (line 2739) | private CalendarBits FromPoint_V6(int x, int y, uint hitLocationFlags) method FromPoint (line 2781) | internal CalendarBits FromPoint (int x, int y, uint hitLocationFlags) type DatesItem (line 2876) | protected enum DatesItem class CalendarGridItem (line 2910) | internal class CalendarGridItem: CalendarBits method CalendarGridItem (line 2921) | internal CalendarGridItem (IntPtr hwnd, ProxyFragment parent, int ... class CalendarWeekNum (line 2957) | class CalendarWeekNum: CalendarGridItem method CalendarWeekNum (line 2968) | internal CalendarWeekNum (IntPtr hwnd, ProxyFragment parent, int i... method BoundingRect (line 3079) | protected override NativeMethods.Win32Rect BoundingRect() method RowOfItemIndex (line 3116) | internal static int RowOfItemIndex(int item) method GetStartDowForMonth (line 3133) | private int GetStartDowForMonth (int yr, int mo) method DaysBetweenDates (line 3160) | private int DaysBetweenDates ( method GetWeekNumber (line 3223) | private int GetWeekNumber (NativeMethods.SYSTEMTIME pst, int dowFi... class CalendarWeekHeader (line 3317) | internal class CalendarWeekHeader: CalendarGridItem method CalendarWeekHeader (line 3328) | internal CalendarWeekHeader (IntPtr hwnd, ProxyFragment parent, in... method BoundingRect (line 3416) | protected override NativeMethods.Win32Rect BoundingRect() method ColumnOfItemIndex (line 3460) | internal static int ColumnOfItemIndex(int item) class CalendarDay (line 3478) | internal class CalendarDay : method CalendarDay (line 3491) | internal CalendarDay (IntPtr hwnd, ProxyFragment parent, int item,... method GetPatternProvider (line 3513) | internal override object GetPatternProvider (AutomationPattern iid) method GetElementProperty (line 3525) | internal override object GetElementProperty (AutomationProperty id... method Invoke (line 3550) | void IInvokeProvider.Invoke () method GetRowHeaderItems (line 3603) | IRawElementProviderSimple [] ITableItemProvider.GetRowHeaderItems () method GetColumnHeaderItems (line 3616) | IRawElementProviderSimple [] ITableItemProvider.GetColumnHeaderIte... method Select (line 3630) | void ISelectionItemProvider.Select () method AddToSelection (line 3659) | void ISelectionItemProvider.AddToSelection () method RemoveFromSelection (line 3727) | void ISelectionItemProvider.RemoveFromSelection () method DayIndexFromRowColumn (line 3832) | internal static int DayIndexFromRowColumn(int row, int column) method RowOfDayIndex (line 3836) | internal static int RowOfDayIndex(int dayIndex) method ColumnOfDayIndex (line 3840) | internal static int ColumnOfDayIndex(int dayIndex) method BoundingRect (line 3857) | protected static NativeMethods.Win32Rect BoundingRect( method BoundingRect (line 3881) | protected override NativeMethods.Win32Rect BoundingRect() method GetDateTimeFromCalendarItem (line 3902) | internal static DateTime GetDateTimeFromCalendarItem( method GetDateTimeFromCalendarItem (line 3937) | internal static DateTime GetDateTimeFromCalendarItem( method GetDateTime (line 3987) | private DateTime GetDateTime() method GetAutomationId (line 3993) | private string GetAutomationId() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/UnsupportedAutomationProxies/WindowsDateTimePicker.cs class WindowsDateTimePicker (line 19) | class WindowsDateTimePicker: ProxyHwnd, IValueProvider, IExpandCollapseP... method WindowsDateTimePicker (line 29) | WindowsDateTimePicker (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 51) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 56) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 65) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetPatternProvider (line 101) | internal override object GetPatternProvider (AutomationPattern iid) method GetNextSibling (line 139) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 155) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 168) | internal override ProxySimple GetFirstChild () method GetLastChild (line 174) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 192) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method SetValue (line 211) | void IValueProvider.SetValue (string val) method Expand (line 257) | void IExpandCollapseProvider.Expand () method Collapse (line 289) | void IExpandCollapseProvider.Collapse () method PropertyToWinEvent (line 340) | protected override int [] PropertyToWinEvent (AutomationProperty idProp) method ConvertDateTimeToSystemTime (line 359) | private static NativeMethods.SYSTEMTIME ConvertDateTimeToSystemTime (D... method IsUpDownType (line 373) | private bool IsUpDownType () method IsDropDownType (line 378) | private bool IsDropDownType () method SetValue (line 383) | unsafe private bool SetValue (DateTime DateTimeObject) method IsCalendarPopupVisible (line 390) | internal static bool IsCalendarPopupVisible (IntPtr hwnd, out IntPtr h... method GetItemState (line 397) | private static ExpandCollapseState GetItemState (IntPtr hwnd) type DateTimeItem (line 417) | private enum DateTimeItem: int class DateTimeButton (line 434) | class DateTimeButton: ProxySimple, IInvokeProvider method DateTimeButton (line 445) | internal DateTimeButton (IntPtr hwnd, ProxyFragment parent, int item) method GetPatternProvider (line 463) | internal override object GetPatternProvider (AutomationPattern iid) method Invoke (line 491) | void IInvokeProvider.Invoke () method BoundingRect (line 536) | internal static NativeMethods.Win32Rect BoundingRect (IntPtr hwnd) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Internal/UnsupportedAutomationProxies/windowspager.cs class WindowsPager (line 19) | internal class WindowsPager: ProxyHwnd, IScrollProvider, IRawElementProv... method WindowsPager (line 29) | internal WindowsPager (IntPtr hwnd, ProxyFragment parent, int item) method Create (line 45) | internal static IRawElementProviderSimple Create(IntPtr hwnd, int idCh... method Create (line 50) | private static IRawElementProviderSimple Create(IntPtr hwnd, int idChild) method RaiseEvents (line 59) | internal static void RaiseEvents (IntPtr hwnd, int eventId, object idP... method GetPatternProvider (line 78) | internal override object GetPatternProvider (AutomationPattern iid) method GetNextSibling (line 99) | internal override ProxySimple GetNextSibling (ProxySimple child) method GetPreviousSibling (line 128) | internal override ProxySimple GetPreviousSibling (ProxySimple child) method GetFirstChild (line 156) | internal override ProxySimple GetFirstChild () method GetLastChild (line 168) | internal override ProxySimple GetLastChild () method ElementProviderFromPoint (line 194) | internal override ProxySimple ElementProviderFromPoint (int x, int y) method GetOverrideProviderForHwnd (line 228) | IRawElementProviderSimple IRawElementProviderHwndOverride.GetOverrideP... method SetScrollPercent (line 243) | void IScrollProvider.SetScrollPercent (double horizontalPercent, doubl... method Scroll (line 272) | void IScrollProvider.Scroll (ScrollAmount HorizontalAmount, ScrollAmou... method IsScrollable (line 405) | private bool IsScrollable() method ScrollByPercent (line 411) | private bool ScrollByPercent(double scrollPercent) method ScrollRange (line 451) | private int ScrollRange (ref NativeMethods.Win32Rect rcChild) method RangeToVisibleRatio (line 482) | private double RangeToVisibleRatio() method HasStyle (line 499) | static internal bool HasStyle (IntPtr hwnd, int iStyle) method IsHorizontal (line 505) | static internal bool IsHorizontal (IntPtr hwnd) method GetButtonState (line 511) | static private int GetButtonState (IntPtr hwnd, int iButton) method IsVisible (line 517) | static internal bool IsVisible (IntPtr hwnd, int iButton) type PagerItem (line 533) | private enum PagerItem class PagerButton (line 552) | class PagerButton: ProxySimple, IInvokeProvider method PagerButton (line 562) | internal PagerButton (IntPtr hwnd, ProxyFragment parent, PagerItem i... method GetPatternProvider (line 580) | internal override object GetPatternProvider (AutomationPattern iid) method Invoke (line 621) | void IInvokeProvider.Invoke () method BoundingRect (line 702) | static internal NativeMethods.Win32Rect BoundingRect(IntPtr hwnd, Pa... class PagerChildOverrideProxy (line 779) | class PagerChildOverrideProxy: ProxyHwnd method PagerChildOverrideProxy (line 792) | internal PagerChildOverrideProxy (IntPtr hwnd, ProxyFragment parent,... method GetElementProperty (line 816) | internal override object GetElementProperty (AutomationProperty idProp) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Win32/NativeMethods.cs class NativeMethods (line 23) | internal static class NativeMethods method IntPtrToInt32 (line 620) | public static int IntPtrToInt32(IntPtr intPtr) type MSG (line 627) | [StructLayout (LayoutKind.Sequential)] type LOGFONT (line 641) | [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Unicode)] type SYSTEMTIME (line 663) | [StructLayout (LayoutKind.Sequential)] type NMHDR (line 676) | [StructLayout(LayoutKind.Sequential)] type TBBUTTON (line 684) | [StructLayout (LayoutKind.Sequential, Pack = 1)] type LVHITTESTINFO_INTERNAL (line 750) | [StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Auto)] type LVHITTESTINFO (line 760) | [StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Auto)] method LVHITTESTINFO (line 768) | internal LVHITTESTINFO(LVHITTESTINFO_INTERNAL htinfo) type LVHITTESTINFO_V6 (line 777) | [StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Auto)] method LVHITTESTINFO_V6 (line 786) | internal LVHITTESTINFO_V6(LVHITTESTINFO_INTERNAL htinfo) type LVITEM (line 797) | [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Auto)] type LVITEM_V6 (line 813) | [StructLayout (LayoutKind.Sequential)] type LVGROUP (line 864) | [StructLayout (LayoutKind.Sequential)] method Init (line 878) | internal void Init (int size) type LVGROUP_V6 (line 890) | [StructLayout (LayoutKind.Sequential)] method Init (line 921) | internal void Init (int size) type LVGROUPMETRICS (line 950) | [StructLayout(LayoutKind.Sequential)] method LVGROUPMETRICS (line 965) | internal LVGROUPMETRICS (int size, int flag) type LVITEMINDEX (line 976) | [StructLayout(LayoutKind.Sequential)] method LVITEMINDEX (line 982) | internal LVITEMINDEX (int item, int group) type NMPGSCROLL (line 1016) | [StructLayout(LayoutKind.Sequential)] type NMPGCALCSIZE (line 1028) | [StructLayout(LayoutKind.Sequential)] class Util (line 1037) | internal static class Util method MAKELONG (line 1039) | internal static int MAKELONG (int low, int high) method MAKELPARAM (line 1044) | internal static IntPtr MAKELPARAM (int low, int high) method HIWORD (line 1049) | internal static int HIWORD (int n) method HIDWORD (line 1053) | internal static int HIDWORD(long n) method LOWORD (line 1058) | internal static int LOWORD (int n) method LODWORD (line 1062) | internal static int LODWORD(long n) type Win32Rect (line 1167) | [StructLayout(LayoutKind.Sequential)] method Win32Rect (line 1175) | internal Win32Rect (int left, int top, int right, int bottom) method Win32Rect (line 1183) | internal Win32Rect (Rect rc) method ToRect (line 1222) | internal Rect ToRect(bool isRtoL) method Normalize (line 1228) | internal void Normalize(bool isRtoL) type Win32Point (line 1240) | [StructLayout (LayoutKind.Sequential)] method Win32Point (line 1246) | internal Win32Point (int x, int y) type SIZE (line 1258) | [StructLayout (LayoutKind.Sequential)] method SIZE (line 1264) | internal SIZE (int cx, int cy) type SYSTEM_INFO (line 1283) | [StructLayout(LayoutKind.Sequential, Pack = 1)] type ScrollInfo (line 1309) | [StructLayout(LayoutKind.Sequential)] type ScrollBarInfo (line 1321) | [StructLayout (LayoutKind.Sequential)] type INPUT (line 1371) | [StructLayout(LayoutKind.Sequential)] type INPUTUNION (line 1378) | [StructLayout(LayoutKind.Explicit)] type MOUSEINPUT (line 1387) | [StructLayout(LayoutKind.Sequential)] type KEYBDINPUT (line 1398) | [StructLayout(LayoutKind.Sequential)] type COMBOBOXINFO (line 1464) | [StructLayout (LayoutKind.Sequential)] method COMBOBOXINFO (line 1475) | internal COMBOBOXINFO(int size) type MENUBARINFO (line 1488) | [StructLayout (LayoutKind.Sequential)] type GUITHREADINFO (line 1504) | [StructLayout(LayoutKind.Sequential)] type MENUITEMINFO (line 1547) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type RB_HITTESTINFO (line 1566) | [StructLayout (LayoutKind.Sequential)] type REBARBANDINFO (line 1574) | [StructLayout (LayoutKind.Sequential)] type TVITEM (line 1629) | [StructLayout(LayoutKind.Sequential)] method Init (line 1643) | internal void Init (IntPtr item) type TVHITTESTINFO (line 1658) | [StructLayout (LayoutKind.Sequential)] method TVHITTESTINFO (line 1665) | internal TVHITTESTINFO (int x, int y, uint flg) type TCITEM (line 1799) | [StructLayout(LayoutKind.Sequential)] method Init (line 1810) | internal void Init() method Init (line 1821) | internal void Init(int m) type HDITEM (line 1851) | [StructLayout(LayoutKind.Sequential)] method Init (line 1866) | internal void Init() type HDHITTESTINFO (line 1885) | [StructLayout(LayoutKind.Sequential)] type TOOLINFO (line 1920) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] method Init (line 1932) | internal void Init(int size) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Win32/SafeNativeMethods.cs class SafeNativeMethods (line 12) | internal static class SafeNativeMethods method GetTickCount (line 14) | [DllImport(ExternDll.Kernel32, ExactSpelling = true)] method GetSysColor (line 16) | [DllImport(ExternDll.User32)] method IntersectRect (line 18) | [DllImport(ExternDll.User32, SetLastError = true)] method IsWindowEnabled (line 20) | [DllImport(ExternDll.User32, ExactSpelling = true)] method IsWindowVisible (line 22) | [DllImport(ExternDll.User32, ExactSpelling = true)] method MapVirtualKey (line 24) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode)] method RegisterWindowMessage (line 26) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, SetLastError =... method UnionRect (line 28) | [DllImport(ExternDll.User32, SetLastError = true)] method GetShellWindow (line 30) | [DllImport(ExternDll.User32)] FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Win32/UnsafeNativeMethods.cs class UnsafeNativeMethods (line 15) | internal static class UnsafeNativeMethods method GetDeviceCaps (line 17) | [DllImport(ExternDll.Gdi32)] method GetObjectW (line 19) | [DllImport(ExternDll.Gdi32, SetLastError = true)] method SelectObject (line 21) | [DllImport(ExternDll.Gdi32)] method GetStockObject (line 23) | [DllImport(ExternDll.Gdi32)] method CloseHandle (line 26) | [DllImport(ExternDll.Kernel32, SetLastError = true)] method OpenProcess (line 28) | [DllImport(ExternDll.Kernel32, SetLastError = true)] method GetSystemInfo (line 31) | [DllImport(ExternDll.Kernel32)] method IsWow64Process (line 33) | [DllImport(ExternDll.Kernel32, SetLastError = true)] method NtQueryInformationProcess (line 35) | [DllImport(ExternDll.Ntdll, CharSet = CharSet.Unicode)] method GlobalLock (line 40) | [DllImport(ExternDll.Kernel32, ExactSpelling = true, CharSet = CharSet... method GlobalUnlock (line 42) | [DllImport(ExternDll.Kernel32, ExactSpelling = true, CharSet = CharSet... method VirtualAlloc (line 45) | [DllImport(ExternDll.Kernel32, SetLastError = true)] method VirtualAllocEx (line 47) | [DllImport(ExternDll.Kernel32, SetLastError = true)] method VirtualFree (line 49) | [DllImport(ExternDll.Kernel32, SetLastError = true)] method VirtualFreeEx (line 51) | [DllImport(ExternDll.Kernel32, SetLastError = true)] method ReadProcessMemory (line 61) | [DllImport(ExternDll.Kernel32, SetLastError = true)] method ReadProcessMemory (line 63) | [DllImport(ExternDll.Kernel32, SetLastError = true)] method WriteProcessMemory (line 65) | [DllImport(ExternDll.Kernel32, SetLastError = true)] method AccessibleChildren (line 68) | [DllImport("oleacc.dll")] method AccessibleObjectFromWindow (line 70) | [DllImport("oleacc.dll")] method ObjectFromLresult (line 72) | [DllImport("oleacc.dll")] method WindowFromAccessibleObject (line 74) | [DllImport("oleacc.dll")] method GetProcessHandleFromHwnd (line 82) | [DllImport("oleacc.dll", SetLastError=true)] method ReleaseStgMedium (line 89) | [DllImport("ole32.dll")] type FORMATETC (line 92) | [StructLayout(LayoutKind.Sequential)] type STGMEDIUM (line 103) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] method SetWinEventHook (line 111) | [DllImport("user32.dll")] method UnhookWinEvent (line 114) | [DllImport("user32.dll")] method GlobalAddAtom (line 120) | [DllImport(ExternDll.Kernel32, CharSet = CharSet.Unicode, SetLastError... method MsgWaitForMultipleObjects (line 126) | [DllImport(ExternDll.User32, ExactSpelling = true, SetLastError = true)] method GetMenu (line 132) | [DllImport(ExternDll.User32)] method GetSubMenu (line 134) | [DllImport(ExternDll.User32)] method GetMenuState (line 136) | [DllImport(ExternDll.User32)] method GetMenuString (line 138) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode)] method GetMenuString (line 140) | [DllImport (ExternDll.User32, CharSet = CharSet.Unicode)] method GetMenuItemCount (line 142) | [DllImport(ExternDll.User32, SetLastError = true)] method GetMenuItemID (line 144) | [DllImport(ExternDll.User32)] method GetMenuItemInfo (line 146) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, SetLastError =... method GetMenuItemRect (line 148) | [DllImport(ExternDll.User32, SetLastError = true)] method DispatchMessage (line 156) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode)] method GetMessage (line 158) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, SetLastError =... method PeekMessage (line 160) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode)] method PostMessage (line 162) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, SetLastError =... method SendMessageTimeout (line 164) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, SetLastError =... method SendMessageTimeout (line 166) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, SetLastError =... method SendMessageTimeout (line 168) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, SetLastError =... method SendMessageTimeout (line 170) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, SetLastError =... method SendMessageTimeout (line 172) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, SetLastError =... method TranslateMessage (line 174) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode)] method MonitorFromRect (line 182) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode)] method GetAsyncKeyState (line 188) | [DllImport(ExternDll.User32, ExactSpelling = true)] method RegisterHotKey (line 190) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, SetLastError =... method SendInput (line 192) | [DllImport(ExternDll.User32, SetLastError = true)] method VkKeyScan (line 194) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode)] method UnregisterHotKey (line 196) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, SetLastError =... method GetComboBoxInfo (line 225) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, ExactSpelling ... method GetCursorPos (line 231) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto, ExactSpelling = t... method GetPhysicalCursorPos (line 233) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto, ExactSpelling = t... method DwmIsCompositionEnabled (line 239) | [DllImport(ExternDll.DwmAPI, BestFitMapping = false)] method GetScrollBarInfo (line 245) | [DllImport(ExternDll.User32, SetLastError = true)] method GetScrollInfo (line 247) | [DllImport(ExternDll.User32, SetLastError = true)] method EnumChildWindows (line 253) | [DllImport(ExternDll.User32, ExactSpelling = true, SetLastError = true)] method EnumThreadWindows (line 255) | [DllImport(ExternDll.User32, ExactSpelling = true)] method GetDesktopWindow (line 257) | [DllImport(ExternDll.User32, ExactSpelling = true)] method GetClientRect (line 259) | [DllImport(ExternDll.User32, ExactSpelling = true, SetLastError = true)] method GetGUIThreadInfo (line 261) | [DllImport(ExternDll.User32, SetLastError = true)] method GetTitleBarInfo (line 263) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, ExactSpelling ... method GetWindowRect (line 265) | [DllImport(ExternDll.User32, ExactSpelling = true, SetLastError = true)] method GetWindowThreadProcessId (line 267) | [DllImport(ExternDll.User32, ExactSpelling = true)] method IsWindow (line 269) | [DllImport(ExternDll.User32, ExactSpelling = true)] method RealGetWindowClass (line 271) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, SetLastError =... method SetForegroundWindow (line 273) | [DllImport(ExternDll.User32, ExactSpelling = true)] method GetAltTabInfo (line 276) | [DllImport(ExternDll.User32, ExactSpelling = true, SetLastError = true)] type ALTTABINFO (line 280) | internal struct ALTTABINFO type POINT (line 293) | private struct POINT method POINT (line 298) | public POINT(int x, int y) method IntWindowFromPoint (line 305) | [DllImport(ExternDll.User32, EntryPoint = "WindowFromPoint", ExactSpel... method IntWindowFromPhysicalPoint (line 308) | [DllImport(ExternDll.User32, EntryPoint = "WindowFromPhysicalPoint", E... method WindowFromPhysicalPoint (line 311) | public static IntPtr WindowFromPhysicalPoint(int x, int y) type TITLEBARINFO (line 320) | [StructLayout(LayoutKind.Sequential)] type TITLEBARINFOEX (line 329) | [StructLayout(LayoutKind.Sequential)] type ENUMTOOLTIPWINDOWINFO (line 343) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type ENUMCHILDWINDOWFROMRECT (line 351) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] method GetClassName (line 362) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode, SetLastError =... method GetWindowLong (line 368) | internal static Int32 GetWindowLong(IntPtr hWnd, int nIndex, out int e... method GetProp (line 407) | [DllImport(ExternDll.User32, CharSet = CharSet.Unicode)] method GetDC (line 426) | [DllImport(ExternDll.User32, ExactSpelling = true, SetLastError = true)] method ReleaseDC (line 428) | [DllImport(ExternDll.User32, ExactSpelling = true)] method GetSystemMetrics (line 435) | [DllImport(ExternDll.User32, ExactSpelling = true)] type TCHITTESTINFO (line 442) | [StructLayout(LayoutKind.Sequential)] type LITEM (line 454) | [StructLayout(LayoutKind.Sequential)] type LHITTESTINFO (line 467) | [StructLayout(LayoutKind.Sequential)] FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/MS/Win32/externdll.cs class ExternDll (line 6) | internal class ExternDll method ExternDll (line 9) | private ExternDll() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders/ref/UIAutomationClientSideProviders.cs class UIAutomationClientSideProviders (line 6) | public static partial class UIAutomationClientSideProviders FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/MS/Internal/Automation/UiaCoreProviderApi.cs class UiaCoreProviderApi (line 14) | internal static class UiaCoreProviderApi method UiaReturnRawElementProvider (line 31) | internal static IntPtr UiaReturnRawElementProvider(IntPtr hwnd, IntPtr... method UiaHostProviderFromHwnd (line 36) | internal static IRawElementProviderSimple UiaHostProviderFromHwnd(IntP... method UiaRaiseAutomationPropertyChangedEvent (line 49) | internal static void UiaRaiseAutomationPropertyChangedEvent(IRawElemen... method UiaRaiseAutomationEvent (line 54) | internal static void UiaRaiseAutomationEvent(IRawElementProviderSimple... method UiaRaiseStructureChangedEvent (line 59) | internal static void UiaRaiseStructureChangedEvent(IRawElementProvider... method UiaRaiseAsyncContentLoadedEvent (line 64) | internal static void UiaRaiseAsyncContentLoadedEvent(IRawElementProvid... method UiaRaiseNotificationEvent (line 69) | internal static void UiaRaiseNotificationEvent(IRawElementProviderSimp... method UiaRaiseActiveTextPositionChangedEvent (line 75) | internal static void UiaRaiseActiveTextPositionChangedEvent(IRawElemen... method UiaClientsAreListening (line 80) | internal static bool UiaClientsAreListening() method CheckError (line 98) | private static void CheckError(int hr) method RawUiaReturnRawElementProvider (line 116) | [DllImport(DllImport.UIAutomationCore, EntryPoint = "UiaReturnRawEleme... method RawUiaHostProviderFromHwnd (line 119) | [DllImport(DllImport.UIAutomationCore, EntryPoint = "UiaHostProviderFr... method RawUiaRaiseAutomationPropertyChangedEvent (line 124) | [DllImport(DllImport.UIAutomationCore, EntryPoint = "UiaRaiseAutomatio... method RawUiaRaiseAutomationEvent (line 127) | [DllImport(DllImport.UIAutomationCore, EntryPoint = "UiaRaiseAutomatio... method RawUiaRaiseStructureChangedEvent (line 130) | [DllImport(DllImport.UIAutomationCore, EntryPoint = "UiaRaiseStructure... method RawUiaRaiseAsyncContentLoadedEvent (line 133) | [DllImport(DllImport.UIAutomationCore, EntryPoint = "UiaRaiseAsyncCont... method RawUiaRaiseNotificationEvent (line 136) | [DllImport(DllImport.UIAutomationCore, EntryPoint = "UiaRaiseNotificat... method RawUiaRaiseActiveTextPositionChangedEvent (line 140) | [DllImport(DllImport.UIAutomationCore, EntryPoint = "UiaRaiseActiveTex... method RawUiaClientsAreListening (line 143) | [DllImport(DllImport.UIAutomationCore, EntryPoint = "UiaClientsAreList... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/AutomationInteropProvider.cs class AutomationInteropProvider (line 14) | internal static class AutomationInteropProvider method HostProviderFromHandle (line 56) | public static IRawElementProviderSimple HostProviderFromHandle ( IntPt... method ReturnRawElementProvider (line 70) | public static IntPtr ReturnRawElementProvider (IntPtr hwnd, IntPtr wPa... method RaiseAutomationPropertyChangedEvent (line 94) | public static void RaiseAutomationPropertyChangedEvent(IRawElementProv... method RaiseAutomationEvent (line 109) | public static void RaiseAutomationEvent(AutomationEvent eventId, IRawE... method RaiseStructureChangedEvent (line 161) | public static void RaiseStructureChangedEvent(IRawElementProviderSimpl... method ThrowInvalidArgument (line 180) | private static void ThrowInvalidArgument(string argName) method ValidateArgument (line 186) | private static void ValidateArgument(bool cond, string reason) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IDockProvider.cs type IDockProvider (line 19) | public interface IDockProvider method SetDockPosition (line 25) | void SetDockPosition( DockPosition dockPosition); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IExpandCollapseProvider.cs type IExpandCollapseProvider (line 33) | public interface IExpandCollapseProvider method Expand (line 39) | void Expand(); method Collapse (line 44) | void Collapse(); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IGridItemProvider.cs type IGridItemProvider (line 19) | public interface IGridItemProvider FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IGridProvider.cs type IGridProvider (line 19) | public interface IGridProvider method GetItem (line 27) | IRawElementProviderSimple GetItem(int row, int column); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IInvokeProvider.cs type IInvokeProvider (line 26) | public interface IInvokeProvider method Invoke (line 35) | void Invoke(); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IItemContainerProvider.cs type IItemContainerProvider (line 29) | public interface IItemContainerProvider method FindItemByProperty (line 56) | IRawElementProviderSimple FindItemByProperty(IRawElementProviderSimple... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IMultipleViewProvider.cs type IMultipleViewProvider (line 22) | public interface IMultipleViewProvider method GetViewName (line 33) | string GetViewName( int viewId ); method SetCurrentView (line 38) | void SetCurrentView( int viewId ); method GetSupportedViews (line 47) | int [] GetSupportedViews(); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IRangeValueProvider.cs type IRangeValueProvider (line 36) | public interface IRangeValueProvider method SetValue (line 44) | void SetValue(double value); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IRawElementProviderAdviseEvents.cs type IRawElementProviderAdviseEvents (line 21) | public interface IRawElementProviderAdviseEvents : IRawElementProviderSi... method AdviseEventAdded (line 32) | void AdviseEventAdded(int eventId, int [] properties); method AdviseEventRemoved (line 42) | void AdviseEventRemoved(int eventId, int [] properties); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IRawElementProviderFragment.cs type NavigateDirection (line 19) | public enum NavigateDirection type IRawElementProviderFragment (line 49) | public interface IRawElementProviderFragment : IRawElementProviderSimple method Navigate (line 57) | IRawElementProviderFragment Navigate(NavigateDirection direction); method GetRuntimeId (line 70) | int [ ] GetRuntimeId(); method GetEmbeddedFragmentRoots (line 87) | IRawElementProviderSimple [] GetEmbeddedFragmentRoots(); method SetFocus (line 95) | void SetFocus(); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IRawElementProviderFragmentRoot.cs type IRawElementProviderFragmentRoot (line 22) | public interface IRawElementProviderFragmentRoot : IRawElementProviderFr... method ElementProviderFromPoint (line 37) | IRawElementProviderFragment ElementProviderFromPoint( double x, double... method GetFocus (line 44) | IRawElementProviderFragment GetFocus(); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IRawElementProviderHwndOverride.cs type IRawElementProviderHwndOverride (line 21) | public interface IRawElementProviderHwndOverride : IRawElementProviderSi... method GetOverrideProviderForHwnd (line 30) | IRawElementProviderSimple GetOverrideProviderForHwnd( IntPtr hwnd ); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IScrollItemProvider.cs type IScrollItemProvider (line 20) | public interface IScrollItemProvider method ScrollIntoView (line 28) | void ScrollIntoView(); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IScrollProvider.cs type IScrollProvider (line 33) | public interface IScrollProvider method Scroll (line 43) | void Scroll( ScrollAmount horizontalAmount, ScrollAmount verticalAmoun... method SetScrollPercent (line 55) | void SetScrollPercent( double horizontalPercent, double verticalPercen... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/ISelectionItemProvider.cs type ISelectionItemProvider (line 22) | public interface ISelectionItemProvider method Select (line 29) | void Select(); method AddToSelection (line 34) | void AddToSelection(); method RemoveFromSelection (line 39) | void RemoveFromSelection(); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/ISelectionProvider.cs type ISelectionProvider (line 24) | public interface ISelectionProvider method GetSelection (line 39) | IRawElementProviderSimple [] GetSelection(); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/ISynchronizedInputProvider.cs type ISynchronizedInputProvider (line 21) | public interface ISynchronizedInputProvider method StartListening (line 37) | void StartListening(SynchronizedInputType inputType); method Cancel (line 42) | void Cancel(); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/ITableItemProvider.cs type ITableItemProvider (line 19) | public interface ITableItemProvider : IGridItemProvider method GetRowHeaderItems (line 23) | IRawElementProviderSimple [] GetRowHeaderItems(); method GetColumnHeaderItems (line 26) | IRawElementProviderSimple [] GetColumnHeaderItems(); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/ITableProvider.cs type ITableProvider (line 19) | public interface ITableProvider : IGridProvider method GetRowHeaders (line 23) | IRawElementProviderSimple [] GetRowHeaders(); method GetColumnHeaders (line 26) | IRawElementProviderSimple [] GetColumnHeaders(); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/ITextProvider.cs type ITextProvider (line 21) | public interface ITextProvider method GetSelection (line 44) | ITextRangeProvider [] GetSelection(); method GetVisibleRanges (line 56) | ITextRangeProvider [] GetVisibleRanges(); method RangeFromChild (line 65) | ITextRangeProvider RangeFromChild(IRawElementProviderSimple childEleme... method RangeFromPoint (line 75) | ITextRangeProvider RangeFromPoint(Point screenLocation); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IToggleProvider.cs type IToggleProvider (line 19) | public interface IToggleProvider method Toggle (line 25) | void Toggle( ); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/ITransformProvider.cs type ITransformProvider (line 19) | public interface ITransformProvider method Move (line 30) | void Move( double x, double y ); method Resize (line 40) | void Resize( double width, double height ); method Rotate (line 47) | void Rotate( double degrees ); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IValueProvider.cs type IValueProvider (line 19) | public interface IValueProvider method SetValue (line 26) | void SetValue([MarshalAs(UnmanagedType.LPWStr)] string value); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IVirtualizedItemProvider.cs type IVirtualizedItemProvider (line 28) | public interface IVirtualizedItemProvider method Realize (line 37) | void Realize(); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/System/Windows/Automation/Provider/IWindowProvider.cs type IWindowProvider (line 20) | public interface IWindowProvider method SetVisualState (line 27) | void SetVisualState( WindowVisualState state ); method Close (line 35) | void Close(); method WaitForInputIdle (line 58) | [return: MarshalAs(UnmanagedType.Bool)] FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/ref/UIAutomationProvider.cs class AutomationInteropProvider (line 6) | public static partial class AutomationInteropProvider method HostProviderFromHandle (line 13) | public static System.Windows.Automation.Provider.IRawElementProviderSi... method RaiseAutomationEvent (line 14) | public static void RaiseAutomationEvent(System.Windows.Automation.Auto... method RaiseAutomationPropertyChangedEvent (line 15) | public static void RaiseAutomationPropertyChangedEvent(System.Windows.... method RaiseStructureChangedEvent (line 16) | public static void RaiseStructureChangedEvent(System.Windows.Automatio... method ReturnRawElementProvider (line 17) | public static System.IntPtr ReturnRawElementProvider(System.IntPtr hwn... type IDockProvider (line 19) | public partial interface IDockProvider method SetDockPosition (line 22) | void SetDockPosition(System.Windows.Automation.DockPosition dockPositi... type IExpandCollapseProvider (line 24) | public partial interface IExpandCollapseProvider method Collapse (line 27) | void Collapse(); method Expand (line 28) | void Expand(); type IGridItemProvider (line 30) | public partial interface IGridItemProvider type IGridProvider (line 38) | public partial interface IGridProvider method GetItem (line 42) | System.Windows.Automation.Provider.IRawElementProviderSimple GetItem(i... type IInvokeProvider (line 44) | public partial interface IInvokeProvider method Invoke (line 46) | void Invoke(); type IItemContainerProvider (line 48) | public partial interface IItemContainerProvider method FindItemByProperty (line 50) | System.Windows.Automation.Provider.IRawElementProviderSimple FindItemB... type IMultipleViewProvider (line 52) | public partial interface IMultipleViewProvider method GetSupportedViews (line 55) | int[] GetSupportedViews(); method GetViewName (line 56) | string GetViewName(int viewId); method SetCurrentView (line 57) | void SetCurrentView(int viewId); type IRangeValueProvider (line 59) | public partial interface IRangeValueProvider method SetValue (line 67) | void SetValue(double value); type IRawElementProviderAdviseEvents (line 69) | public partial interface IRawElementProviderAdviseEvents : System.Window... method AdviseEventAdded (line 71) | void AdviseEventAdded(int eventId, int[] properties); method AdviseEventRemoved (line 72) | void AdviseEventRemoved(int eventId, int[] properties); type IRawElementProviderFragment (line 74) | public partial interface IRawElementProviderFragment : System.Windows.Au... method GetEmbeddedFragmentRoots (line 78) | System.Windows.Automation.Provider.IRawElementProviderSimple[] GetEmbe... method GetRuntimeId (line 79) | int[] GetRuntimeId(); method Navigate (line 80) | System.Windows.Automation.Provider.IRawElementProviderFragment Navigat... method SetFocus (line 81) | void SetFocus(); type IRawElementProviderFragmentRoot (line 83) | public partial interface IRawElementProviderFragmentRoot : System.Window... method ElementProviderFromPoint (line 85) | System.Windows.Automation.Provider.IRawElementProviderFragment Element... method GetFocus (line 86) | System.Windows.Automation.Provider.IRawElementProviderFragment GetFocu... type IRawElementProviderHwndOverride (line 88) | public partial interface IRawElementProviderHwndOverride : System.Window... method GetOverrideProviderForHwnd (line 90) | System.Windows.Automation.Provider.IRawElementProviderSimple GetOverri... type IScrollItemProvider (line 92) | public partial interface IScrollItemProvider method ScrollIntoView (line 94) | void ScrollIntoView(); type IScrollProvider (line 96) | public partial interface IScrollProvider method Scroll (line 104) | void Scroll(System.Windows.Automation.ScrollAmount horizontalAmount, S... method SetScrollPercent (line 105) | void SetScrollPercent(double horizontalPercent, double verticalPercent); type ISelectionItemProvider (line 107) | public partial interface ISelectionItemProvider method AddToSelection (line 111) | void AddToSelection(); method RemoveFromSelection (line 112) | void RemoveFromSelection(); method Select (line 113) | void Select(); type ISelectionProvider (line 115) | public partial interface ISelectionProvider method GetSelection (line 119) | System.Windows.Automation.Provider.IRawElementProviderSimple[] GetSele... type ISynchronizedInputProvider (line 121) | public partial interface ISynchronizedInputProvider method Cancel (line 123) | void Cancel(); method StartListening (line 124) | void StartListening(System.Windows.Automation.SynchronizedInputType in... type ITableItemProvider (line 126) | public partial interface ITableItemProvider : System.Windows.Automation.... method GetColumnHeaderItems (line 128) | System.Windows.Automation.Provider.IRawElementProviderSimple[] GetColu... method GetRowHeaderItems (line 129) | System.Windows.Automation.Provider.IRawElementProviderSimple[] GetRowH... type ITableProvider (line 131) | public partial interface ITableProvider : System.Windows.Automation.Prov... method GetColumnHeaders (line 134) | System.Windows.Automation.Provider.IRawElementProviderSimple[] GetColu... method GetRowHeaders (line 135) | System.Windows.Automation.Provider.IRawElementProviderSimple[] GetRowH... type ITextProvider (line 137) | public partial interface ITextProvider method GetSelection (line 141) | System.Windows.Automation.Provider.ITextRangeProvider[] GetSelection(); method GetVisibleRanges (line 142) | System.Windows.Automation.Provider.ITextRangeProvider[] GetVisibleRang... method RangeFromChild (line 143) | System.Windows.Automation.Provider.ITextRangeProvider RangeFromChild(S... method RangeFromPoint (line 144) | System.Windows.Automation.Provider.ITextRangeProvider RangeFromPoint(S... type IToggleProvider (line 146) | public partial interface IToggleProvider method Toggle (line 149) | void Toggle(); type ITransformProvider (line 151) | public partial interface ITransformProvider method Move (line 156) | void Move(double x, double y); method Resize (line 157) | void Resize(double width, double height); method Rotate (line 158) | void Rotate(double degrees); type IValueProvider (line 160) | public partial interface IValueProvider method SetValue (line 164) | void SetValue(string value); type IVirtualizedItemProvider (line 166) | public partial interface IVirtualizedItemProvider method Realize (line 168) | void Realize(); type IWindowProvider (line 170) | public partial interface IWindowProvider method Close (line 178) | void Close(); method SetVisualState (line 179) | void SetVisualState(System.Windows.Automation.WindowVisualState state); method WaitForInputIdle (line 180) | bool WaitForInputIdle(int milliseconds); type NavigateDirection (line 182) | public enum NavigateDirection FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/MS/Internal/Automation/AutomationIdentifierConstants.cs class AutomationIdentifierConstants (line 15) | internal static class AutomationIdentifierConstants method AutomationIdentifierConstants (line 29) | static AutomationIdentifierConstants() type Properties (line 125) | internal enum Properties type Events (line 304) | internal enum Events type Patterns (line 347) | internal enum Patterns type TextAttributes (line 386) | internal enum TextAttributes type ControlTypes (line 435) | internal enum ControlTypes FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/MS/Internal/Automation/UiaCoreTypesApi.cs class UiaCoreTypesApi (line 14) | internal static class UiaCoreTypesApi type AutomationIdType (line 23) | internal enum AutomationIdType method UiaLookupId (line 51) | internal static int UiaLookupId(AutomationIdType type, ref Guid guid) method UiaGetReservedNotSupportedValue (line 56) | internal static object UiaGetReservedNotSupportedValue() method UiaGetReservedMixedAttributeValue (line 63) | internal static object UiaGetReservedMixedAttributeValue() method SupportsWin7Identifiers (line 70) | internal static bool SupportsWin7Identifiers() method CheckError (line 95) | private static void CheckError(int hr) method RawUiaLookupId (line 105) | [DllImport(DllImport.UIAutomationCore, EntryPoint = "UiaLookupId", Cha... method RawUiaGetReservedNotSupportedValue (line 108) | [DllImport(DllImport.UIAutomationCore, EntryPoint = "UiaGetReservedNot... method RawUiaGetReservedMixedAttributeValue (line 111) | [DllImport(DllImport.UIAutomationCore, EntryPoint = "UiaGetReservedMix... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/ActiveTextPositionChangedEventArgs.cs class ActiveTextPositionChangedEventArgs (line 14) | internal sealed class ActiveTextPositionChangedEventArgs : AutomationEv... method ActiveTextPositionChangedEventArgs (line 31) | public ActiveTextPositionChangedEventArgs(ITextRangeProvider textRange) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/AsyncContentLoadedEventArgs.cs class AsyncContentLoadedEventArgs (line 17) | internal sealed class AsyncContentLoadedEventArgs : AutomationEventArgs method AsyncContentLoadedEventArgs (line 35) | public AsyncContentLoadedEventArgs (AsyncContentLoadedState asyncConte... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/AsyncContentLoadedState.cs type AsyncContentLoadedState (line 18) | public enum AsyncContentLoadedState FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/AutomationElementIdentifiers.cs class AutomationElementIdentifiers (line 18) | internal sealed class AutomationElementIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/AutomationEvent.cs class AutomationEvent (line 16) | public class AutomationEvent: AutomationIdentifier method AutomationEvent (line 19) | internal AutomationEvent(int id, string programmaticName) method Register (line 26) | internal static AutomationEvent Register(AutomationIdentifierConstants... method LookupById (line 33) | public static AutomationEvent LookupById(int id) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/AutomationEventArgs.cs class AutomationEventArgs (line 23) | public class AutomationEventArgs: EventArgs method AutomationEventArgs (line 38) | public AutomationEventArgs(AutomationEvent eventId ) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/AutomationIdentifier.cs class AutomationIdentifier (line 23) | public class AutomationIdentifier : IComparable method AutomationIdentifier (line 36) | internal AutomationIdentifier(UiaCoreTypesApi.AutomationIdType type, i... method AutomationIdentifier (line 44) | internal AutomationIdentifier(UiaCoreTypesApi.AutomationIdType type, i... method Equals (line 106) | public override bool Equals( object obj ) method GetHashCode (line 114) | public override int GetHashCode() method CompareTo (line 122) | public int CompareTo(object obj) method Register (line 143) | internal static AutomationIdentifier Register(UiaCoreTypesApi.Automati... method LookupById (line 177) | internal static AutomationIdentifier LookupById(UiaCoreTypesApi.Automa... method IsIdSupported (line 201) | private static bool IsIdSupported(UiaCoreTypesApi.AutomationIdType typ... method IsPropertySupported (line 215) | private static bool IsPropertySupported(int id) method IsEventSupported (line 221) | private static bool IsEventSupported(int id) method IsPatternSupported (line 227) | private static bool IsPatternSupported(int id) method IsTextAttributeSupported (line 233) | private static bool IsTextAttributeSupported(int id) method IsControlTypeSupported (line 239) | private static bool IsControlTypeSupported(int id) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/AutomationNotificationKind.cs type AutomationNotificationKind (line 9) | public enum AutomationNotificationKind FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/AutomationNotificationProcessing.cs type AutomationNotificationProcessing (line 9) | public enum AutomationNotificationProcessing FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/AutomationPattern.cs class AutomationPattern (line 17) | public class AutomationPattern: AutomationIdentifier method AutomationPattern (line 20) | internal AutomationPattern(int id, string programmaticName) method Register (line 27) | internal static AutomationPattern Register(AutomationIdentifierConstan... method LookupById (line 34) | public static AutomationPattern LookupById(int id) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/AutomationProperty.cs class AutomationProperty (line 17) | public class AutomationProperty: AutomationIdentifier method AutomationProperty (line 20) | internal AutomationProperty(int id, string programmaticName) method Register (line 27) | internal static AutomationProperty Register(AutomationIdentifierConsta... method LookupById (line 35) | public static AutomationProperty LookupById(int id) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/AutomationPropertyChangedEventArgs.cs class AutomationPropertyChangedEventArgs (line 21) | internal sealed class AutomationPropertyChangedEventArgs : AutomationEve... method AutomationPropertyChangedEventArgs (line 37) | public AutomationPropertyChangedEventArgs(AutomationProperty property,... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/AutomationTextAttribute.cs class AutomationTextAttribute (line 17) | public class AutomationTextAttribute: AutomationIdentifier method AutomationTextAttribute (line 21) | internal AutomationTextAttribute(int id, string programmaticName) method Register (line 28) | internal static AutomationTextAttribute Register(AutomationIdentifierC... method LookupById (line 35) | public static AutomationTextAttribute LookupById(int id) FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/ControlType.cs class ControlType (line 17) | public class ControlType : AutomationIdentifier method ControlType (line 26) | internal ControlType(int id, string programmaticName) method Register (line 33) | internal static ControlType Register(AutomationIdentifierConstants.Con... method LookupById (line 41) | public static ControlType LookupById(int id) method Register (line 47) | internal static ControlType Register(AutomationIdentifierConstants.Con... method Register (line 62) | internal static ControlType Register(AutomationIdentifierConstants.Con... method Register (line 69) | internal static ControlType Register(AutomationIdentifierConstants.Con... method Register (line 76) | internal static ControlType Register(AutomationIdentifierConstants.Con... method GetRequiredPatternSets (line 93) | public AutomationPattern[][] GetRequiredPatternSets() method GetNeverSupportedPatterns (line 110) | public AutomationPattern[] GetNeverSupportedPatterns() method GetRequiredProperties (line 119) | public AutomationProperty[] GetRequiredProperties() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/DockPatternIdentifiers.cs type DockPosition (line 20) | public enum DockPosition class DockPatternIdentifiers (line 41) | internal static class DockPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/ElementNotAvailableException.cs class ElementNotAvailableException (line 21) | public class ElementNotAvailableException : SystemException method ElementNotAvailableException (line 27) | public ElementNotAvailableException() : base(SR.ElementNotAvailable) method ElementNotAvailableException (line 36) | public ElementNotAvailableException(String message) : base(message) method ElementNotAvailableException (line 46) | public ElementNotAvailableException(string message, Exception innerExc... method ElementNotAvailableException (line 55) | public ElementNotAvailableException(Exception innerException) : base(S... method ElementNotAvailableException (line 64) | protected ElementNotAvailableException(SerializationInfo info, Streami... method GetObjectData (line 77) | public override void GetObjectData(SerializationInfo info, StreamingCo... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/ElementNotEnabledException.cs class ElementNotEnabledException (line 20) | public class ElementNotEnabledException : InvalidOperationException method ElementNotEnabledException (line 26) | public ElementNotEnabledException() method ElementNotEnabledException (line 36) | public ElementNotEnabledException(String message) : base(message) method ElementNotEnabledException (line 46) | public ElementNotEnabledException(string message, Exception innerExce... method ElementNotEnabledException (line 55) | protected ElementNotEnabledException(SerializationInfo info, Streaming... method GetObjectData (line 67) | public override void GetObjectData(SerializationInfo info, StreamingCo... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/ExpandCollapsePatternIdentifiers.cs type ExpandCollapseState (line 20) | public enum ExpandCollapseState class ExpandCollapsePatternIdentifiers (line 36) | internal static class ExpandCollapsePatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/GridItemPatternIdentifiers.cs class GridItemPatternIdentifiers (line 16) | internal static class GridItemPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/GridPatternIdentifiers.cs class GridPatternIdentifiers (line 12) | internal static class GridPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/InvokePatternIdentifiers.cs class InvokePatternIdentifiers (line 23) | internal static class InvokePatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/ItemContainerPatternIdentifiers.cs class ItemContainerPatternIdentifiers (line 14) | internal static class ItemContainerPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/MultipleViewPatternIdentifiers.cs class MultipleViewPatternIdentifiers (line 13) | internal static class MultipleViewPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/NoClickablePointException.cs class NoClickablePointException (line 19) | public class NoClickablePointException : Exception method NoClickablePointException (line 25) | public NoClickablePointException() {} method NoClickablePointException (line 31) | public NoClickablePointException(String message) : base(message) {} method NoClickablePointException (line 38) | public NoClickablePointException(string message, Exception innerExcep... method NoClickablePointException (line 44) | protected NoClickablePointException(SerializationInfo info, StreamingC... method GetObjectData (line 54) | public override void GetObjectData(SerializationInfo info, StreamingCo... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/NotificationEventArgs.cs class NotificationEventArgs (line 12) | internal sealed class NotificationEventArgs : AutomationEventArgs method NotificationEventArgs (line 32) | public NotificationEventArgs(AutomationNotificationKind notificationKind, FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/OrientationType.cs type OrientationType (line 19) | public enum OrientationType FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/Provider/IRawElementProviderSimple.cs type ProviderOptions (line 21) | public enum ProviderOptions type IRawElementProviderSimple (line 57) | public interface IRawElementProviderSimple method GetPatternProvider (line 83) | [return: MarshalAs(UnmanagedType.IUnknown)] method GetPropertyValue (line 92) | object GetPropertyValue(int propertyId); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/Provider/ITextRangeProvider.cs type ITextRangeProvider (line 14) | [ComVisible(true)] method Clone (line 35) | ITextRangeProvider Clone(); method Compare (line 43) | [return: MarshalAs(UnmanagedType.Bool)] method CompareEndpoints (line 56) | int CompareEndpoints(TextPatternRangeEndpoint endpoint, ITextRangeProv... method ExpandToEnclosingUnit (line 64) | void ExpandToEnclosingUnit(TextUnit unit); method FindAttribute (line 74) | ITextRangeProvider FindAttribute(int attribute, object value, [Marshal... method FindText (line 83) | ITextRangeProvider FindText(string text, [MarshalAs(UnmanagedType.Bool... method GetAttributeValue (line 91) | object GetAttributeValue(int attribute); method GetBoundingRectangles (line 103) | double [] GetBoundingRectangles(); method GetEnclosingElement (line 112) | IRawElementProviderSimple GetEnclosingElement(); method GetText (line 119) | string GetText(int maxLength); method Move (line 137) | int Move(TextUnit unit, int count); method MoveEndpointByUnit (line 151) | int MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit uni... method MoveEndpointByRange (line 159) | void MoveEndpointByRange(TextPatternRangeEndpoint endpoint, ITextRange... method Select (line 166) | void Select(); method AddToSelection (line 173) | void AddToSelection(); method RemoveFromSelection (line 180) | void RemoveFromSelection(); method ScrollIntoView (line 187) | void ScrollIntoView([MarshalAs(UnmanagedType.Bool)] bool alignToTop); method GetChildren (line 207) | IRawElementProviderSimple[] GetChildren(); FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/ProxyAssemblyNotLoadedException.cs class ProxyAssemblyNotLoadedException (line 24) | public class ProxyAssemblyNotLoadedException : Exception method ProxyAssemblyNotLoadedException (line 30) | public ProxyAssemblyNotLoadedException() {} method ProxyAssemblyNotLoadedException (line 36) | public ProxyAssemblyNotLoadedException(String message) : base(message) {} method ProxyAssemblyNotLoadedException (line 43) | public ProxyAssemblyNotLoadedException(string message, Exception inne... method ProxyAssemblyNotLoadedException (line 49) | protected ProxyAssemblyNotLoadedException(SerializationInfo info, Stre... method GetObjectData (line 59) | public override void GetObjectData(SerializationInfo info, StreamingCo... FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/RangeValuePatternIdentifiers.cs class RangeValuePatternIdentifiers (line 20) | internal static class RangeValuePatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/ScrollItemPatternIdentifiers.cs class ScrollItemPatternIdentifiers (line 14) | internal static class ScrollItemPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/ScrollPatternIdentifiers.cs type ScrollAmount (line 19) | public enum ScrollAmount class ScrollPatternIdentifiers (line 63) | internal static class ScrollPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/SelectionItemPatternIdentifiers.cs class SelectionItemPatternIdentifiers (line 14) | internal static class SelectionItemPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/SelectionPatternIdentifiers.cs class SelectionPatternIdentifiers (line 14) | internal static class SelectionPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/StructureChangedEventArgs.cs type StructureChangeType (line 33) | public enum StructureChangeType class StructureChangedEventArgs (line 55) | internal sealed class StructureChangedEventArgs : AutomationEventArgs method StructureChangedEventArgs (line 72) | public StructureChangedEventArgs(StructureChangeType structureChangeTy... method GetRuntimeId (line 95) | public int [] GetRuntimeId() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/SynchronizedInputPatternIdentifiers.cs type SynchronizedInputType (line 17) | public enum SynchronizedInputType class SynchronizedInputPatternIdentifiers (line 32) | internal static class SynchronizedInputPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/TableItemPatternIdentifiers.cs class TableItemPatternIdentifiers (line 15) | internal static class TableItemPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/TablePatternIdentifiers.cs type RowOrColumnMajor (line 19) | public enum RowOrColumnMajor class TablePatternIdentifiers (line 34) | internal static class TablePatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/Text/TextEnums.cs type AnimationStyle (line 24) | public enum AnimationStyle type BulletStyle (line 53) | public enum BulletStyle type CapStyle (line 81) | public enum CapStyle type FlowDirections (line 116) | public enum FlowDirections type HorizontalTextAlignment (line 138) | public enum HorizontalTextAlignment type OutlineStyles (line 160) | public enum OutlineStyles type TextPatternRangeEndpoint (line 185) | public enum TextPatternRangeEndpoint type TextUnit (line 202) | public enum TextUnit type TextDecorationLineStyle (line 233) | public enum TextDecorationLineStyle FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/TextPatternIdentifiers.cs type SupportedTextSelection (line 23) | public enum SupportedTextSelection class TextPatternIdentifiers (line 42) | internal static class TextPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/TogglePatternIdentifiers.cs type ToggleState (line 19) | public enum ToggleState class TogglePatternIdentifiers (line 34) | internal static class TogglePatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/TransformPatternIdentifiers.cs class TransformPatternIdentifiers (line 13) | internal static class TransformPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/TreeScope.cs type TreeScope (line 15) | public enum TreeScope FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/ValuePatternIdentifiers.cs class ValuePatternIdentifiers (line 14) | internal static class ValuePatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/VirtualizedItemPatternIdentifiers.cs class VirtualizedItemPatternIdentifiers (line 14) | internal static class VirtualizedItemPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/WindowClosedEventArgs.cs class WindowClosedEventArgs (line 12) | internal sealed class WindowClosedEventArgs : AutomationEventArgs method WindowClosedEventArgs (line 28) | public WindowClosedEventArgs (int [] runtimeId) method GetRuntimeId (line 49) | public int [] GetRuntimeId() FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/System/Windows/Automation/WindowPatternIdentifiers.cs type WindowVisualState (line 23) | public enum WindowVisualState type WindowInteractionState (line 44) | public enum WindowInteractionState class WindowPatternIdentifiers (line 68) | internal static class WindowPatternIdentifiers FILE: src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/ref/UIAutomationTypes.cs class ActiveTextPositionChangedEventArgs (line 6) | public sealed partial class ActiveTextPositionChangedEventArgs : System.... method ActiveTextPositionChangedEventArgs (line 8) | public ActiveTextPositionChangedEventArgs(System.Windows.Automation.Pr... class AsyncContentLoadedEventArgs (line 11) | public sealed partial class AsyncContentLoadedEventArgs : System.Windows... method AsyncContentLoadedEventArgs (line 13) | public AsyncContentLoadedEventArgs(System.Windows.Automation.AsyncCont... type AsyncContentLoadedState (line 17) | public enum AsyncContentLoadedState class AutomationElementIdentifiers (line 23) | public static partial class AutomationElementIdentifiers class AutomationEvent (line 93) | public partial class AutomationEvent : System.Windows.Automation.Automat... method AutomationEvent (line 95) | internal AutomationEvent() { } method LookupById (line 96) | public static System.Windows.Automation.AutomationEvent LookupById(int... class AutomationEventArgs (line 98) | public partial class AutomationEventArgs : System.EventArgs method AutomationEventArgs (line 100) | public AutomationEventArgs(System.Windows.Automation.AutomationEvent e... class AutomationIdentifier (line 104) | public partial class AutomationIdentifier : System.IComparable method AutomationIdentifier (line 106) | internal AutomationIdentifier() { } method CompareTo (line 109) | public int CompareTo(object obj) { throw null; } method Equals (line 110) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 111) | public override int GetHashCode() { throw null; } type AutomationNotificationKind (line 113) | public enum AutomationNotificationKind type AutomationNotificationProcessing (line 121) | public enum AutomationNotificationProcessing class AutomationPattern (line 129) | public partial class AutomationPattern : System.Windows.Automation.Autom... method AutomationPattern (line 131) | internal AutomationPattern() { } method LookupById (line 132) | public static System.Windows.Automation.AutomationPattern LookupById(i... class AutomationProperty (line 134) | public partial class AutomationProperty : System.Windows.Automation.Auto... method AutomationProperty (line 136) | internal AutomationProperty() { } method LookupById (line 137) | public static System.Windows.Automation.AutomationProperty LookupById(... class AutomationPropertyChangedEventArgs (line 139) | public sealed partial class AutomationPropertyChangedEventArgs : System.... method AutomationPropertyChangedEventArgs (line 141) | public AutomationPropertyChangedEventArgs(System.Windows.Automation.Au... class AutomationTextAttribute (line 147) | public partial class AutomationTextAttribute : System.Windows.Automation... method AutomationTextAttribute (line 149) | internal AutomationTextAttribute() { } method LookupById (line 150) | public static System.Windows.Automation.AutomationTextAttribute Lookup... class ControlType (line 152) | public partial class ControlType : System.Windows.Automation.AutomationI... method ControlType (line 154) | internal ControlType() { } method GetNeverSupportedPatterns (line 195) | public System.Windows.Automation.AutomationPattern[] GetNeverSupported... method GetRequiredPatternSets (line 196) | public System.Windows.Automation.AutomationPattern[][] GetRequiredPatt... method GetRequiredProperties (line 197) | public System.Windows.Automation.AutomationProperty[] GetRequiredPrope... method LookupById (line 198) | public static System.Windows.Automation.ControlType LookupById(int id)... class DockPatternIdentifiers (line 200) | public static partial class DockPatternIdentifiers type DockPosition (line 205) | public enum DockPosition class ElementNotAvailableException (line 214) | public partial class ElementNotAvailableException : System.SystemException method ElementNotAvailableException (line 216) | public ElementNotAvailableException() { } method ElementNotAvailableException (line 217) | public ElementNotAvailableException(System.Exception innerException) { } method ElementNotAvailableException (line 218) | protected ElementNotAvailableException(System.Runtime.Serialization.Se... method ElementNotAvailableException (line 219) | public ElementNotAvailableException(string message) { } method ElementNotAvailableException (line 220) | public ElementNotAvailableException(string message, System.Exception i... method GetObjectData (line 222) | public override void GetObjectData(System.Runtime.Serialization.Serial... class ElementNotEnabledException (line 225) | public partial class ElementNotEnabledException : System.InvalidOperatio... method ElementNotEnabledException (line 227) | public ElementNotEnabledException() { } method ElementNotEnabledException (line 228) | protected ElementNotEnabledException(System.Runtime.Serialization.Seri... method ElementNotEnabledException (line 229) | public ElementNotEnabledException(string message) { } method ElementNotEnabledException (line 230) | public ElementNotEnabledException(string message, System.Exception inn... method GetObjectData (line 232) | public override void GetObjectData(System.Runtime.Serialization.Serial... class ExpandCollapsePatternIdentifiers (line 235) | public static partial class ExpandCollapsePatternIdentifiers type ExpandCollapseState (line 240) | public enum ExpandCollapseState class GridItemPatternIdentifiers (line 247) | public static partial class GridItemPatternIdentifiers class GridPatternIdentifiers (line 256) | public static partial class GridPatternIdentifiers class InvokePatternIdentifiers (line 262) | public static partial class InvokePatternIdentifiers class ItemContainerPatternIdentifiers (line 267) | public static partial class ItemContainerPatternIdentifiers class MultipleViewPatternIdentifiers (line 271) | public static partial class MultipleViewPatternIdentifiers class NoClickablePointException (line 277) | public partial class NoClickablePointException : System.Exception method NoClickablePointException (line 279) | public NoClickablePointException() { } method NoClickablePointException (line 280) | protected NoClickablePointException(System.Runtime.Serialization.Seria... method NoClickablePointException (line 281) | public NoClickablePointException(string message) { } method NoClickablePointException (line 282) | public NoClickablePointException(string message, System.Exception inne... method GetObjectData (line 284) | public override void GetObjectData(System.Runtime.Serialization.Serial... class NotificationEventArgs (line 287) | public sealed partial class NotificationEventArgs : System.Windows.Autom... method NotificationEventArgs (line 289) | public NotificationEventArgs(System.Windows.Automation.AutomationNotif... type OrientationType (line 295) | public enum OrientationType class ProxyAssemblyNotLoadedException (line 301) | public partial class ProxyAssemblyNotLoadedException : System.Exception method ProxyAssemblyNotLoadedException (line 303) | public ProxyAssemblyNotLoadedException() { } method ProxyAssemblyNotLoadedException (line 304) | protected ProxyAssemblyNotLoadedException(System.Runtime.Serialization... method ProxyAssemblyNotLoadedException (line 305) | public ProxyAssemblyNotLoadedException(string message) { } method ProxyAssemblyNotLoadedException (line 306) | public ProxyAssemblyNotLoadedException(string message, System.Exceptio... method GetObjectData (line 308) | public override void GetObjectData(System.Runtime.Serialization.Serial... class RangeValuePatternIdentifiers (line 311) | public static partial class RangeValuePatternIdentifiers type RowOrColumnMajor (line 321) | public enum RowOrColumnMajor type ScrollAmount (line 327) | public enum ScrollAmount class ScrollItemPatternIdentifiers (line 335) | public static partial class ScrollItemPatternIdentifiers class ScrollPatternIdentifiers (line 339) | public static partial class ScrollPatternIdentifiers class SelectionItemPatternIdentifiers (line 350) | public static partial class SelectionItemPatternIdentifiers class SelectionPatternIdentifiers (line 359) | public static partial class SelectionPatternIdentifiers class StructureChangedEventArgs (line 367) | public sealed partial class StructureChangedEventArgs : System.Windows.A... method StructureChangedEventArgs (line 369) | public StructureChangedEventArgs(System.Windows.Automation.StructureCh... method GetRuntimeId (line 371) | public int[] GetRuntimeId() { throw null; } type StructureChangeType (line 374) | public enum StructureChangeType type SupportedTextSelection (line 383) | [System.FlagsAttribute] class SynchronizedInputPatternIdentifiers (line 390) | public static partial class SynchronizedInputPatternIdentifiers type SynchronizedInputType (line 397) | public enum SynchronizedInputType class TableItemPatternIdentifiers (line 406) | public static partial class TableItemPatternIdentifiers class TablePatternIdentifiers (line 412) | public static partial class TablePatternIdentifiers class TextPatternIdentifiers (line 419) | public static partial class TextPatternIdentifiers class TogglePatternIdentifiers (line 457) | public static partial class TogglePatternIdentifiers type ToggleState (line 462) | public enum ToggleState class TransformPatternIdentifiers (line 468) | public static partial class TransformPatternIdentifiers type TreeScope (line 475) | [System.FlagsAttribute] class ValuePatternIdentifiers (line 485) | public static partial class ValuePatternIdentifiers class VirtualizedItemPatternIdentifiers (line 491) | public static partial class VirtualizedItemPatternIdentifiers class WindowClosedEventArgs (line 495) | public sealed partial class WindowClosedEventArgs : System.Windows.Autom... method WindowClosedEventArgs (line 497) | public WindowClosedEventArgs(int[] runtimeId) : base (default(System.W... method GetRuntimeId (line 498) | public int[] GetRuntimeId() { throw null; } type WindowInteractionState (line 500) | public enum WindowInteractionState class WindowPatternIdentifiers (line 508) | public static partial class WindowPatternIdentifiers type WindowVisualState (line 520) | public enum WindowVisualState type IRawElementProviderSimple (line 529) | public partial interface IRawElementProviderSimple method GetPatternProvider (line 533) | object GetPatternProvider(int patternId); method GetPropertyValue (line 534) | object GetPropertyValue(int propertyId); type ITextRangeProvider (line 536) | public partial interface ITextRangeProvider method AddToSelection (line 538) | void AddToSelection(); method Clone (line 539) | System.Windows.Automation.Provider.ITextRangeProvider Clone(); method Compare (line 540) | bool Compare(System.Windows.Automation.Provider.ITextRangeProvider ran... method CompareEndpoints (line 541) | int CompareEndpoints(System.Windows.Automation.Text.TextPatternRangeEn... method ExpandToEnclosingUnit (line 542) | void ExpandToEnclosingUnit(System.Windows.Automation.Text.TextUnit unit); method FindAttribute (line 543) | System.Windows.Automation.Provider.ITextRangeProvider FindAttribute(in... method FindText (line 544) | System.Windows.Automation.Provider.ITextRangeProvider FindText(string ... method GetAttributeValue (line 545) | object GetAttributeValue(int attribute); method GetBoundingRectangles (line 546) | double[] GetBoundingRectangles(); method GetChildren (line 547) | System.Windows.Automation.Provider.IRawElementProviderSimple[] GetChil... method GetEnclosingElement (line 548) | System.Windows.Automation.Provider.IRawElementProviderSimple GetEnclos... method GetText (line 549) | string GetText(int maxLength); method Move (line 550) | int Move(System.Windows.Automation.Text.TextUnit unit, int count); method MoveEndpointByRange (line 551) | void MoveEndpointByRange(System.Windows.Automation.Text.TextPatternRan... method MoveEndpointByUnit (line 552) | int MoveEndpointByUnit(System.Windows.Automation.Text.TextPatternRange... method RemoveFromSelection (line 553) | void RemoveFromSelection(); method ScrollIntoView (line 554) | void ScrollIntoView(bool alignToTop); method Select (line 555) | void Select(); type ProviderOptions (line 557) | [System.FlagsAttribute] type AnimationStyle (line 570) | public enum AnimationStyle type BulletStyle (line 581) | public enum BulletStyle type CapStyle (line 591) | public enum CapStyle type FlowDirections (line 602) | [System.FlagsAttribute] type HorizontalTextAlignment (line 610) | public enum HorizontalTextAlignment type OutlineStyles (line 617) | [System.FlagsAttribute] type TextDecorationLineStyle (line 626) | public enum TextDecorationLineStyle type TextPatternRangeEndpoint (line 648) | public enum TextPatternRangeEndpoint type TextUnit (line 653) | public enum TextUnit FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/AssemblyHelper.cs type UncommonAssembly (line 28) | internal enum UncommonAssembly class AssemblyHelper (line 38) | internal static class AssemblyHelper method AssemblyHelper (line 42) | static AssemblyHelper() method IsLoaded (line 88) | internal static bool IsLoaded(UncommonAssembly assemblyEnum) method ExtensionsForSystemDrawing (line 105) | internal static SystemDrawingExtensionMethods? ExtensionsForSystemDraw... method ExtensionsForSystemXml (line 123) | internal static SystemXmlExtensionMethods? ExtensionsForSystemXml(bool... method ExtensionsForSystemXmlLinq (line 141) | internal static SystemXmlLinqExtensionMethods? ExtensionsForSystemXmlL... method ExtensionsForSystemData (line 159) | internal static SystemDataExtensionMethods? ExtensionsForSystemData(bo... method ExtensionsForSystemCore (line 177) | internal static SystemCoreExtensionMethods? ExtensionsForSystemCore(bo... method LoadExtensionFor (line 198) | private static object? LoadExtensionFor(string name) method OnAssemblyLoad (line 217) | private static void OnAssemblyLoad(object? sender, AssemblyLoadEventAr... method OnLoaded (line 222) | private static void OnLoaded(Assembly assembly) type AssemblyRecord (line 248) | private struct AssemblyRecord FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/AvTrace.cs class AvTrace (line 24) | internal class AvTrace method AvTrace (line 34) | public AvTrace( GetTraceSourceDelegate getTraceSourceDelegate, ClearTr... method Refresh (line 54) | public void Refresh() method OnRefresh (line 137) | public static void OnRefresh() method Initialize (line 153) | private void Initialize( ) method ShouldCreateTraceSources (line 186) | private static bool ShouldCreateTraceSources() method IsWpfTracingEnabledInRegistry (line 205) | internal static bool IsWpfTracingEnabledInRegistry() method IsDebuggerAttached (line 237) | internal static bool IsDebuggerAttached() method Trace (line 249) | public string Trace(TraceEventType type, int eventId, string message, ... method TraceStartStop (line 332) | public void TraceStartStop(int eventID, string message, string[] label... method ToStringHelper (line 343) | public static string ToStringHelper(object value) method AntiFormat (line 369) | public static string AntiFormat(string value) method TypeName (line 416) | public static string TypeName(object value) method GetHashCodeHelper (line 429) | public static int GetHashCodeHelper(object value ) method GetTypeHelper (line 452) | public static Type GetTypeHelper(object value) class AvTraceBuilder (line 497) | internal class AvTraceBuilder method AvTraceBuilder (line 501) | public AvTraceBuilder() method AvTraceBuilder (line 506) | public AvTraceBuilder(string message) method Append (line 511) | public void Append(string message) method AppendFormat (line 516) | public void AppendFormat(string message, params object[] args) method AppendFormat (line 526) | public void AppendFormat(string message, object arg1) method AppendFormat (line 531) | public void AppendFormat(string message, object arg1, object arg2) method AppendFormat (line 536) | public void AppendFormat(string message, string arg1) method AppendFormat (line 541) | public void AppendFormat(string message, string arg1, string arg2) method ToString (line 546) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/AvTraceDetails.cs class AvTraceDetails (line 9) | internal class AvTraceDetails method AvTraceDetails (line 11) | public AvTraceDetails( int id, string[] labels ) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/AvTraceFormat.cs class AvTraceFormat (line 9) | internal class AvTraceFormat : AvTraceDetails method AvTraceFormat (line 11) | public AvTraceFormat( AvTraceDetails details, object[] args ) : base(d... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/BaseAppContextSwitches.cs class BaseAppContextSwitches (line 14) | internal static class BaseAppContextSwitches FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/CleanupHelper.cs class CleanupHelper (line 12) | internal class CleanupHelper : DispatcherObject method CleanupHelper (line 14) | internal CleanupHelper(Func callback, // cleanup method method ScheduleCleanup (line 39) | internal void ScheduleCleanup() method DoCleanup (line 54) | internal bool DoCleanup(bool forceCleanup=false) method OnCleanupTick (line 83) | private void OnCleanupTick(object sender, EventArgs e) method OnStarvationTick (line 91) | private void OnStarvationTick(object sender, EventArgs e) class GCDetector (line 132) | private class GCDetector method GCDetector (line 134) | internal GCDetector(CleanupHelper parent) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/ComponentModel/APCustomTypeDescriptor.cs type APCustomTypeDescriptor (line 14) | internal struct APCustomTypeDescriptor : ICustomTypeDescriptor { method APCustomTypeDescriptor (line 28) | internal APCustomTypeDescriptor(ICustomTypeDescriptor parent, object i... method GetProperties (line 48) | public PropertyDescriptorCollection GetProperties() method GetProperties (line 57) | public PropertyDescriptorCollection GetProperties(Attribute[] attributes) method GetAttributes (line 181) | public AttributeCollection GetAttributes() { return _parent.GetAttribu... method GetClassName (line 182) | public string GetClassName() { return _parent.GetClassName(); } method GetComponentName (line 183) | public string GetComponentName() { return _parent.GetComponentName(); } method GetConverter (line 185) | public TypeConverter GetConverter() method GetDefaultEvent (line 198) | public EventDescriptor GetDefaultEvent() { return _parent.GetDefaultEv... method GetDefaultProperty (line 199) | public PropertyDescriptor GetDefaultProperty() { return _parent.GetDef... method GetEditor (line 200) | public object GetEditor(Type editorBaseType) { return _parent.GetEdito... method GetEvents (line 201) | public EventDescriptorCollection GetEvents() { return _parent.GetEvent... method GetEvents (line 202) | public EventDescriptorCollection GetEvents(Attribute[] attributes) { r... method GetPropertyOwner (line 203) | public object GetPropertyOwner(PropertyDescriptor property) { return _... method CanAttachProperty (line 219) | private bool CanAttachProperty(DependencyProperty dp, DependencyObject... method FromObj (line 228) | private static DependencyObject FromObj(object value) method GetRegisteredProperties (line 240) | private DependencyProperty[] GetRegisteredProperties() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/ComponentModel/AttachInfo.cs class AttachInfo (line 16) | internal class AttachInfo method AttachInfo (line 24) | internal AttachInfo(DependencyProperty dp) method CanAttach (line 166) | internal bool CanAttach(DependencyObject instance) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/ComponentModel/AttachedPropertyMethodSelector.cs class AttachedPropertyMethodSelector (line 18) | internal class AttachedPropertyMethodSelector : Binder method SelectMethod (line 26) | public override MethodBase SelectMethod(BindingFlags bindingAttr, Meth... method ParametersMatch (line 58) | private static bool ParametersMatch(ParameterInfo[] parameters, Type[]... method BindToMethod (line 107) | public override MethodBase BindToMethod(BindingFlags bindingAttr, Meth... method BindToField (line 116) | public override FieldInfo BindToField(BindingFlags bindingAttr, FieldI... method ChangeType (line 126) | public override object ChangeType(object value, Type type, CultureInfo... method ReorderArgumentArray (line 135) | public override void ReorderArgumentArray(ref object[] args, object st... method SelectProperty (line 144) | public override PropertyInfo SelectProperty(BindingFlags bindingAttr, ... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/ComponentModel/DPCustomTypeDescriptor.cs type DPCustomTypeDescriptor (line 16) | internal struct DPCustomTypeDescriptor : ICustomTypeDescriptor { method DPCustomTypeDescriptor (line 30) | internal DPCustomTypeDescriptor(ICustomTypeDescriptor parent, Type obj... method GetComponentName (line 54) | public string GetComponentName() method GetProperties (line 74) | public PropertyDescriptorCollection GetProperties() method GetProperties (line 83) | public PropertyDescriptorCollection GetProperties(Attribute[] attributes) method GetAttributes (line 206) | public AttributeCollection GetAttributes() { return _parent.GetAttribu... method GetClassName (line 207) | public string GetClassName() { return _parent.GetClassName(); } method GetConverter (line 209) | public TypeConverter GetConverter() method GetDefaultEvent (line 223) | public EventDescriptor GetDefaultEvent() { return _parent.GetDefaultEv... method GetDefaultProperty (line 224) | public PropertyDescriptor GetDefaultProperty() { return _parent.GetDef... method GetEditor (line 225) | public object GetEditor(Type editorBaseType) { return _parent.GetEdito... method GetEvents (line 226) | public EventDescriptorCollection GetEvents() { return _parent.GetEvent... method GetEvents (line 227) | public EventDescriptorCollection GetEvents(Attribute[] attributes) { r... method GetPropertyOwner (line 228) | public object GetPropertyOwner(PropertyDescriptor property) { return _... method ClearCache (line 244) | internal static void ClearCache() method CreateProperties (line 271) | private PropertyDescriptorCollection CreateProperties() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/ComponentModel/DependencyObjectPropertyDescriptor.cs class DependencyObjectPropertyDescriptor (line 15) | internal sealed class DependencyObjectPropertyDescriptor : PropertyDescr... method DependencyObjectPropertyDescriptor (line 31) | internal DependencyObjectPropertyDescriptor(PropertyDescriptor propert... method DependencyObjectPropertyDescriptor (line 51) | internal DependencyObjectPropertyDescriptor(DependencyProperty dp, Typ... method CanResetValue (line 75) | public override bool CanResetValue(object component) method GetValue (line 84) | public override object GetValue(object component) method ResetValue (line 94) | public override void ResetValue(object component) method SetValue (line 129) | public override void SetValue(object component, object value) method ShouldSerializeValue (line 139) | public override bool ShouldSerializeValue(object component) method AddValueChanged (line 186) | public override void AddValueChanged(object component, EventHandler ha... method RemoveValueChanged (line 209) | public override void RemoveValueChanged(object component, EventHandler... method ClearCache (line 352) | internal static void ClearCache() method GetAttachedPropertyMethod (line 375) | internal static MethodInfo GetAttachedPropertyMethod(DependencyPropert... method CreateAttributeCollection (line 422) | protected override AttributeCollection CreateAttributeCollection() method FromObj (line 442) | private static DependencyObject FromObj(object value) method GetAttachedPropertyAttributes (line 454) | private AttributeCollection GetAttachedPropertyAttributes() method GetAttachedPropertySetMethod (line 541) | private static MethodInfo GetAttachedPropertySetMethod(DependencyPrope... method GetSpecialMethod (line 587) | private MethodInfo GetSpecialMethod(string methodPrefix) method MergeAttributes (line 646) | private void MergeAttributes() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/ComponentModel/DependencyObjectProvider.cs class DependencyObjectProvider (line 20) | internal sealed class DependencyObjectProvider : TypeDescriptionProvider { method DependencyObjectProvider (line 33) | public DependencyObjectProvider() : base(TypeDescriptor.GetProvider(ty... method GetTypeDescriptor (line 66) | public override ICustomTypeDescriptor GetTypeDescriptor(Type objectTyp... method GetExtendedTypeDescriptor (line 76) | public override ICustomTypeDescriptor GetExtendedTypeDescriptor(object... method GetCache (line 96) | public override IDictionary GetCache(object instance) method ClearCache (line 152) | private static void ClearCache() method GetAttachInfo (line 175) | internal static AttachInfo GetAttachInfo(DependencyProperty dp) method GetAttachedPropertyDescriptor (line 207) | internal static DependencyObjectPropertyDescriptor GetAttachedProperty... method GetDependencyPropertyKind (line 229) | internal static DependencyPropertyKind GetDependencyPropertyKind(Depen... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/ComponentModel/DependencyPropertyAttribute.cs class DependencyPropertyAttribute (line 12) | [AttributeUsage(AttributeTargets.Method)] method DependencyPropertyAttribute (line 26) | internal DependencyPropertyAttribute(DependencyProperty dependencyProp... method Equals (line 48) | public override bool Equals(object value) method GetHashCode (line 63) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/ComponentModel/DependencyPropertyKind.cs class DependencyPropertyKind (line 36) | internal class DependencyPropertyKind method DependencyPropertyKind (line 47) | internal DependencyPropertyKind(DependencyProperty dp, Type targetType) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/ComponentModel/PropertyChangeTracker.cs class PropertyChangeTracker (line 11) | internal class PropertyChangeTracker : Expression method PropertyChangeTracker (line 13) | internal PropertyChangeTracker(DependencyObject obj, DependencyPropert... method OnPropertyInvalidation (line 22) | internal override void OnPropertyInvalidation(DependencyObject d, Depe... method Close (line 31) | internal void Close() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/ComponentModel/PropertyDescriptorComparer.cs class PropertyDescriptorComparer (line 11) | internal class PropertyDescriptorComparer : IEqualityComparer method PropertyKey (line 13) | internal PropertyKey(Type attachedType, DependencyProperty prop) method GetHashCode (line 20) | public override int GetHashCode() method Equals (line 25) | public override bool Equals(object obj) method Equals (line 30) | public bool Equals(PropertyKey key) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/ContentType.cs class ContentType (line 49) | internal sealed class ContentType method ContentType (line 71) | internal ContentType(string contentType) method AreTypeAndSubTypeEqual (line 205) | internal bool AreTypeAndSubTypeEqual(ContentType contentType) method AreTypeAndSubTypeEqual (line 224) | internal bool AreTypeAndSubTypeEqual(ContentType contentType, bool all... method ToString (line 258) | public override string ToString() class StrongComparer (line 308) | internal class StrongComparer : IEqualityComparer method Equals (line 314) | public bool Equals(ContentType x, ContentType y) method GetHashCode (line 329) | public int GetHashCode(ContentType obj) class WeakComparer (line 335) | internal class WeakComparer : IEqualityComparer method Equals (line 341) | public bool Equals(ContentType x, ContentType y) method GetHashCode (line 356) | public int GetHashCode(ContentType obj) method ValidateCarriageReturns (line 378) | private static void ValidateCarriageReturns(string contentType) method ParseTypeAndSubType (line 405) | private void ParseTypeAndSubType(ReadOnlySpan typeAndSubType) method ParseParameterAndValue (line 427) | private void ParseParameterAndValue(ReadOnlySpan parameterAndValue) method GetLengthOfParameterValue (line 475) | private static int GetLengthOfParameterValue(ReadOnlySpan s, int... method ValidateToken (line 534) | private static string ValidateToken(string token) method ValidateQuotedStringOrToken (line 560) | private static string ValidateQuotedStringOrToken(string parameterValue) method ValidateQuotedText (line 579) | private static void ValidateQuotedText(ReadOnlySpan quotedText) method IsAllowedCharacter (line 603) | private static bool IsAllowedCharacter(char character) => AllowedChara... method IsAsciiLetterOrDigit (line 611) | private static bool IsAsciiLetterOrDigit(char character) => method IsLinearWhiteSpaceChar (line 622) | private static bool IsLinearWhiteSpaceChar(char ch) => new ReadOnlySpa... method EnsureParameterDictionary (line 627) | private void EnsureParameterDictionary() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/DefaultValueFactory.cs class DefaultValueFactory (line 23) | internal abstract class DefaultValueFactory method CreateDefaultValue (line 36) | internal abstract object CreateDefaultValue(DependencyObject owner, De... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/FreezableDefaultValueFactory.cs class FreezableDefaultValueFactory (line 16) | internal class FreezableDefaultValueFactory : DefaultValueFactory method FreezableDefaultValueFactory (line 21) | internal FreezableDefaultValueFactory(Freezable defaultValue) method CreateDefaultValue (line 48) | internal override object CreateDefaultValue(DependencyObject owner, De... class FreezableDefaultPromoter (line 83) | private class FreezableDefaultPromoter method FreezableDefaultPromoter (line 85) | internal FreezableDefaultPromoter(DependencyObject owner, Dependency... method OnDefaultValueChanged (line 101) | internal void OnDefaultValueChanged(object sender, EventArgs e) method SetFreezableDefaultValue (line 136) | internal void SetFreezableDefaultValue(Freezable mutableDefaultValue) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Generated/AvTraceMessages.cs class TraceDependencyProperty (line 9) | internal static partial class TraceDependencyProperty method Trace (line 73) | public static void Trace(TraceEventType type, AvTraceDetails traceDeta... method TraceActivityItem (line 79) | public static void TraceActivityItem(AvTraceDetails traceDetails, para... method Refresh (line 96) | public static void Refresh() class TraceFreezable (line 101) | internal static partial class TraceFreezable method Trace (line 164) | public static void Trace(TraceEventType type, AvTraceDetails traceDeta... method TraceActivityItem (line 170) | public static void TraceActivityItem(AvTraceDetails traceDetails, para... method Refresh (line 187) | public static void Refresh() class TraceNameScope (line 192) | internal static partial class TraceNameScope method Trace (line 228) | public static void Trace(TraceEventType type, AvTraceDetails traceDeta... method TraceActivityItem (line 234) | public static void TraceActivityItem(AvTraceDetails traceDetails, para... method Refresh (line 251) | public static void Refresh() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/GenericsInstances.cs class GenericsInstances (line 14) | internal static class GenericsInstances method PredicateMethod (line 22) | private static bool PredicateMethod(object item) { return false; } FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/Certificate.cs class CertificatePart (line 17) | internal class CertificatePart method GetCertificate (line 87) | internal X509Certificate2 GetCertificate() method SetCertificate (line 111) | internal void SetCertificate(X509Certificate2 certificate) method CertificatePart (line 130) | internal CertificatePart(System.IO.Packaging.Package container, Uri pa... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/CFStream.cs class CFStream (line 15) | internal class CFStream : Stream method Flush (line 128) | public override void Flush() method Seek (line 140) | public override long Seek( long offset, SeekOrigin origin ) method SetLength (line 186) | public override void SetLength( long newLength ) method Read (line 215) | public override int Read( byte[] buffer, int offset, int count ) method Write (line 247) | public override void Write( byte[] buffer, int offset, int count ) method CheckDisposedStatus (line 280) | internal void CheckDisposedStatus() method CFStream (line 296) | internal CFStream( method Dispose (line 315) | protected override void Dispose(bool disposing) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/CompoundFileDeflateTransform.cs class CompoundFileDeflateTransform (line 28) | internal class CompoundFileDeflateTransform : IDeflateTransform method Decompress (line 40) | public void Decompress(Stream source, Stream sink) method Compress (line 160) | public void Compress(Stream source, Stream sink) method AllocOrRealloc (line 299) | private static void AllocOrRealloc(int size, ref byte[] buffer, ref GC... method ReadBlockHeader (line 334) | private bool ReadBlockHeader(Stream source, method ThrowIfZLibError (line 373) | private static void ThrowIfZLibError(ZLibNative.ErrorCode retVal) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/CompoundFileReference.cs class CompoundFileReference (line 24) | internal abstract class CompoundFileReference: IComparable type RefComponentType (line 33) | private enum RefComponentType : int method CompareTo (line 60) | int IComparable.CompareTo(object ob) method Equals (line 71) | public override bool Equals(object o) method GetHashCode (line 79) | public override int GetHashCode() method Save (line 95) | internal static int Save(CompoundFileReference reference, BinaryWriter... method Load (line 154) | internal static CompoundFileReference Load(BinaryReader reader, out in... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/CompoundFileStorageReference.cs class CompoundFileStorageReference (line 12) | internal class CompoundFileStorageReference : CompoundFileReference, ICo... method CompoundFileStorageReference (line 40) | public CompoundFileStorageReference(string fullName) method Equals (line 48) | public override bool Equals(object o) method GetHashCode (line 63) | public override int GetHashCode() method CompareTo (line 78) | int IComparable.CompareTo(object o) method SetFullName (line 106) | private void SetFullName(string fullName) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/CompoundFileStreamReference.cs class CompoundFileStreamReference (line 12) | internal class CompoundFileStreamReference : CompoundFileReference, ICom... method CompoundFileStreamReference (line 41) | public CompoundFileStreamReference(string fullName) method CompoundFileStreamReference (line 52) | public CompoundFileStreamReference(string storageName, string streamName) method Equals (line 70) | public override bool Equals(object o) method GetHashCode (line 84) | public override int GetHashCode() method CompareTo (line 99) | int IComparable.CompareTo(object o) method SetFullName (line 125) | private void SetFullName(string fullName) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/CompressionTransform.cs class CompressionTransform (line 13) | internal class CompressionTransform : IDataTransform method GetTransformedStream (line 76) | Stream method CompressionTransform (line 96) | public CompressionTransform(TransformEnvironment myEnvironment) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/ContainerUtilities.cs class ContainerUtilities (line 28) | internal static class ContainerUtilities method CalculateDWordPadBytesLength (line 81) | internal static int CalculateDWordPadBytesLength(int length) method WriteByteLengthPrefixedDWordPaddedUnicodeString (line 107) | internal static int WriteByteLengthPrefixedDWordPaddedUnicodeString(Bi... method ReadByteLengthPrefixedDWordPaddedUnicodeString (line 156) | internal static String ReadByteLengthPrefixedDWordPaddedUnicodeString(... method ReadByteLengthPrefixedDWordPaddedUnicodeString (line 172) | internal static String ReadByteLengthPrefixedDWordPaddedUnicodeString(... method CheckAgainstNull (line 258) | internal static void CheckAgainstNull(object paramRef, method ConvertBackSlashPathToStringArrayPath (line 291) | internal static string[] ConvertBackSlashPathToStringArrayPath(string ... method ConvertStringArrayPathToBackSlashPath (line 340) | internal static string ConvertStringArrayPathToBackSlashPath(IList arr... method ConvertStringArrayPathToBackSlashPath (line 369) | internal static string ConvertStringArrayPathToBackSlashPath(IList sto... method CheckStringAgainstNullAndEmpty (line 403) | internal static void CheckStringAgainstNullAndEmpty(string testString, method CheckStringAgainstReservedName (line 419) | internal static void CheckStringAgainstReservedName(string nameString, method IsReservedName (line 433) | internal static bool IsReservedName(string nameString) method CheckStringForEmbeddedPathSeparator (line 447) | internal static void CheckStringForEmbeddedPathSeparator(string testSt... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/InternalSafeNativeCompoundFileConstants.cs class SafeNativeCompoundFileConstants (line 12) | internal static class SafeNativeCompoundFileConstants FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/InternalSafeNativeCompoundFileInterfaces.cs type IStorage (line 15) | internal interface IStorage method CreateStream (line 17) | int CreateStream( method OpenStream (line 24) | int OpenStream( method CreateStorage (line 31) | int CreateStorage( method OpenStorage (line 38) | int OpenStorage( method CopyTo (line 46) | void CopyTo( method MoveElementTo (line 52) | void MoveElementTo( method Commit (line 58) | void Commit( method Revert (line 61) | void Revert(); method EnumElements (line 63) | void EnumElements( method DestroyElement (line 69) | void DestroyElement( method RenameElement (line 72) | void RenameElement( method SetElementTimes (line 76) | void SetElementTimes( method SetClass (line 82) | void SetClass( method SetStateBits (line 85) | void SetStateBits( method Stat (line 89) | void Stat( type IStream (line 94) | internal interface IStream method Read (line 97) | void Read(Byte[] pv, int cb, out int pcbRead); method Write (line 98) | void Write(Byte[] pv, int cb, out int pcbWritten); method Seek (line 101) | void Seek(long dlibMove, int dwOrigin, out long plibNewPosition); method SetSize (line 102) | void SetSize(long libNewSize); method CopyTo (line 103) | void CopyTo(IStream pstm, long cb, out long pcbRead, out long pcbWritt... method Commit (line 104) | void Commit(int grfCommitFlags); method Revert (line 105) | void Revert(); method LockRegion (line 106) | void LockRegion(long libOffset, long cb, int dwLockType); method UnlockRegion (line 107) | void UnlockRegion(long libOffset, long cb, int dwLockType); method Stat (line 108) | void Stat(out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg... method Clone (line 109) | void Clone(out IStream ppstm); type IPropertySetStorage (line 112) | internal interface IPropertySetStorage method Create (line 114) | void Create( method Open (line 122) | [PreserveSig] method Delete (line 129) | void Delete( method Enum (line 133) | void Enum( type IEnumSTATPROPSETSTG (line 138) | internal interface IEnumSTATPROPSETSTG method Next (line 147) | int method Skip (line 154) | void Skip(UInt32 celt); method Reset (line 156) | void Reset(); method Clone (line 158) | void Clone(out IEnumSTATPROPSETSTG ppenum); type IPropertyStorage (line 161) | internal interface IPropertyStorage method ReadMultiple (line 168) | int ReadMultiple( method WriteMultiple (line 174) | void WriteMultiple( method DeleteMultiple (line 181) | void DeleteMultiple( method ReadPropertyNames (line 186) | void ReadPropertyNames( method WritePropertyNames (line 192) | void WritePropertyNames( method DeletePropertyNames (line 198) | void DeletePropertyNames( method Commit (line 203) | void Commit( method Revert (line 207) | void Revert(); method Enum (line 209) | void Enum( method SetTimes (line 213) | void SetTimes( method SetClass (line 219) | void SetClass( method Stat (line 223) | void Stat( type IEnumSTATPROPSTG (line 228) | internal interface IEnumSTATPROPSTG method Next (line 237) | int method Skip (line 244) | void Skip(UInt32 celt); method Reset (line 246) | void Reset(); method Clone (line 248) | void Clone(out IEnumSTATPROPSTG ppenum); type IEnumSTATSTG (line 252) | internal interface IEnumSTATSTG method Next (line 254) | void Next( method Skip (line 260) | void Skip( method Reset (line 263) | void Reset(); method Clone (line 265) | void Clone( FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/NativeCompoundFileAPIs.cs class SafeNativeCompoundFileMethods (line 17) | internal static class SafeNativeCompoundFileMethods method UpdateModeFlagFromFileAccess (line 25) | internal static void UpdateModeFlagFromFileAccess( FileAccess access, ... method SafeStgCreateDocfileOnStream (line 52) | internal static int SafeStgCreateDocfileOnStream( method SafeStgOpenStorageOnStream (line 82) | internal static int SafeStgOpenStorageOnStream( method SafeStgCreateStorageEx (line 114) | internal static int SafeStgCreateStorageEx( method SafeStgOpenStorageEx (line 147) | internal static int SafeStgOpenStorageEx( method SafePropVariantClear (line 180) | internal static int SafePropVariantClear(ref PROPVARIANT pvar) class SafeIStorageImplementation (line 186) | private class SafeIStorageImplementation : IStorage, IPropertySetStora... method SafeIStorageImplementation (line 188) | internal SafeIStorageImplementation(UnsafeNativeCompoundFileMethods.... method SafeIStorageImplementation (line 193) | internal SafeIStorageImplementation(UnsafeNativeCompoundFileMethods.... method Dispose (line 204) | public void Dispose() method Dispose (line 215) | protected virtual void Dispose(bool disposing) method CreateStream (line 243) | int IStorage.CreateStream( method OpenStream (line 273) | int IStorage.OpenStream( method CreateStorage (line 303) | int IStorage.CreateStorage( method OpenStorage (line 333) | int IStorage.OpenStorage( method CopyTo (line 365) | void IStorage.CopyTo( method MoveElementTo (line 381) | void IStorage.MoveElementTo( method Commit (line 397) | void IStorage.Commit( method Revert (line 405) | void IStorage.Revert() method EnumElements (line 411) | void IStorage.EnumElements( method DestroyElement (line 432) | void IStorage.DestroyElement( method RenameElement (line 440) | void IStorage.RenameElement( method SetElementTimes (line 450) | void IStorage.SetElementTimes( method SetClass (line 464) | void IStorage.SetClass( method SetStateBits (line 472) | void IStorage.SetStateBits( method Stat (line 482) | void IStorage.Stat( method Create (line 492) | void IPropertySetStorage.Create( method Open (line 517) | int IPropertySetStorage.Open( method Delete (line 540) | void IPropertySetStorage.Delete( method Enum (line 550) | void IPropertySetStorage.Enum( class SafeIStreamImplementation (line 572) | private class SafeIStreamImplementation : IStream, IDisposable method SafeIStreamImplementation (line 574) | internal SafeIStreamImplementation(UnsafeNativeCompoundFileMethods.U... method Dispose (line 579) | public void Dispose() method Dispose (line 586) | protected virtual void Dispose(bool disposing) method Read (line 605) | void IStream.Read(Byte[] pv, int cb, out int pcbRead) method Write (line 616) | void IStream.Write(Byte[] pv, int cb, out int pcbWritten) method Seek (line 629) | void IStream.Seek(long dlibMove, int dwOrigin, out long plibNewPosit... method SetSize (line 645) | void IStream.SetSize(long libNewSize) method CopyTo (line 656) | void IStream.CopyTo(IStream pstm, long cb, out long pcbRead, out lon... method Commit (line 669) | void IStream.Commit(int grfCommitFlags) method Revert (line 675) | void IStream.Revert() method LockRegion (line 681) | void IStream.LockRegion(long libOffset, long cb, int dwLockType) method UnlockRegion (line 696) | void IStream.UnlockRegion(long libOffset, long cb, int dwLockType) method Stat (line 711) | void IStream.Stat(out System.Runtime.InteropServices.ComTypes.STATST... method Clone (line 717) | void IStream.Clone(out IStream ppstm) class SafeIEnumSTATPROPSETSTGImplementation (line 737) | private class SafeIEnumSTATPROPSETSTGImplementation : IEnumSTATPROPSET... method SafeIEnumSTATPROPSETSTGImplementation (line 739) | internal SafeIEnumSTATPROPSETSTGImplementation(UnsafeNativeCompoundF... method Dispose (line 744) | public void Dispose() method Dispose (line 755) | protected virtual void Dispose(bool disposing) method Next (line 778) | int method Skip (line 793) | void IEnumSTATPROPSETSTG.Skip(UInt32 celt) method Reset (line 799) | void IEnumSTATPROPSETSTG.Reset() method Clone (line 805) | void IEnumSTATPROPSETSTG.Clone(out IEnumSTATPROPSETSTG ppenum) class SafeIPropertyStorageImplementation (line 821) | private class SafeIPropertyStorageImplementation : IPropertyStorage, I... method SafeIPropertyStorageImplementation (line 823) | internal SafeIPropertyStorageImplementation(UnsafeNativeCompoundFile... method Dispose (line 828) | public void Dispose() method Dispose (line 839) | protected virtual void Dispose(bool disposing) method ReadMultiple (line 860) | int IPropertyStorage.ReadMultiple( method WriteMultiple (line 874) | void IPropertyStorage.WriteMultiple( method DeleteMultiple (line 890) | void IPropertyStorage.DeleteMultiple( method ReadPropertyNames (line 902) | void IPropertyStorage.ReadPropertyNames( method WritePropertyNames (line 916) | void IPropertyStorage.WritePropertyNames( method DeletePropertyNames (line 930) | void IPropertyStorage.DeletePropertyNames( method Commit (line 942) | void IPropertyStorage.Commit( method Revert (line 952) | void IPropertyStorage.Revert() method Enum (line 958) | void IPropertyStorage.Enum( method SetTimes (line 978) | void IPropertyStorage.SetTimes( method SetClass (line 992) | void IPropertyStorage.SetClass( method Stat (line 1002) | void IPropertyStorage.Stat( class SafeIEnumSTATPROPSTGImplementation (line 1016) | private class SafeIEnumSTATPROPSTGImplementation : IEnumSTATPROPSTG method SafeIEnumSTATPROPSTGImplementation (line 1018) | internal SafeIEnumSTATPROPSTGImplementation(UnsafeNativeCompoundFile... method Dispose (line 1023) | public void Dispose() method Dispose (line 1034) | protected virtual void Dispose(bool disposing) method Next (line 1057) | int method Skip (line 1072) | void IEnumSTATPROPSTG.Skip(UInt32 celt) method Reset (line 1078) | void IEnumSTATPROPSTG.Reset() method Clone (line 1084) | void IEnumSTATPROPSTG.Clone(out IEnumSTATPROPSTG ppenum) class SafeIEnumSTATSTGImplementation (line 1101) | private class SafeIEnumSTATSTGImplementation : IEnumSTATSTG, IDisposable method SafeIEnumSTATSTGImplementation (line 1103) | internal SafeIEnumSTATSTGImplementation(UnsafeNativeCompoundFileMeth... method Dispose (line 1108) | public void Dispose() method Dispose (line 1119) | protected virtual void Dispose(bool disposing) method Next (line 1135) | void IEnumSTATSTG.Next( method Skip (line 1153) | void IEnumSTATSTG.Skip( method Reset (line 1161) | void IEnumSTATSTG.Reset() method Clone (line 1167) | void IEnumSTATSTG.Clone( FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/PrivateUnsafeNativeCompoundFileMethods.cs class UnsafeNativeCompoundFileMethods (line 18) | internal static class UnsafeNativeCompoundFileMethods method StgCreateDocfileOnILockBytes (line 20) | [DllImport("ole32.dll")] method StgOpenStorageOnILockBytes (line 28) | [DllImport("ole32.dll")] method StgCreateStorageEx (line 38) | [DllImport("ole32.dll")] method StgOpenStorageEx (line 50) | [DllImport("ole32.dll")] method PropVariantClear (line 62) | [DllImport("ole32.dll")] class UnsafeLockBytesOnStream (line 65) | internal class UnsafeLockBytesOnStream : UnsafeNativeILockBytes, IDisp... method UnsafeLockBytesOnStream (line 67) | internal UnsafeLockBytesOnStream( Stream underlyingStream ) method Dispose (line 78) | public void Dispose() method Dispose (line 88) | protected virtual void Dispose(bool disposing) method CheckDisposed (line 101) | private void CheckDisposed() method ReadAt (line 109) | void UnsafeNativeILockBytes.ReadAt ( method WriteAt (line 120) | void UnsafeNativeILockBytes.WriteAt( method Flush (line 137) | void UnsafeNativeILockBytes.Flush() method SetSize (line 144) | void UnsafeNativeILockBytes.SetSize( UInt64 cb ) method LockRegion (line 150) | void UnsafeNativeILockBytes.LockRegion( method UnlockRegion (line 159) | void UnsafeNativeILockBytes.UnlockRegion( method Stat (line 168) | void UnsafeNativeILockBytes.Stat( type UnsafeNativeILockBytes (line 199) | [Guid("0000000a-0000-0000-C000-000000000046")] method ReadAt (line 204) | void ReadAt ( method WriteAt (line 209) | void WriteAt( method Flush (line 214) | void Flush(); method SetSize (line 215) | void SetSize( UInt64 cb ); method LockRegion (line 216) | void LockRegion( method UnlockRegion (line 220) | void UnlockRegion( method Stat (line 224) | void Stat( type UnsafeNativeIStorage (line 230) | [Guid("0000000b-0000-0000-C000-000000000046")] method CreateStream (line 235) | [PreserveSig] method OpenStream (line 242) | [PreserveSig] method CreateStorage (line 249) | [PreserveSig] method OpenStorage (line 256) | [PreserveSig] method CopyTo (line 264) | void CopyTo( method MoveElementTo (line 269) | void MoveElementTo( method Commit (line 274) | void Commit( method Revert (line 276) | void Revert(); method EnumElements (line 277) | void EnumElements( method DestroyElement (line 282) | void DestroyElement( method RenameElement (line 284) | void RenameElement( method SetElementTimes (line 287) | void SetElementTimes( method SetClass (line 292) | void SetClass( method SetStateBits (line 294) | void SetStateBits( method Stat (line 297) | void Stat( type UnsafeNativeIStream (line 302) | [Guid("0000000c-0000-0000-C000-000000000046")] method Read (line 308) | void Read([MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1), Out... method Write (line 309) | void Write([MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1)] By... method Seek (line 312) | void Seek(long dlibMove, int dwOrigin, out long plibNewPosition); method SetSize (line 313) | void SetSize(long libNewSize); method CopyTo (line 314) | void CopyTo(UnsafeNativeIStream pstm, long cb, out long pcbRead, out... method Commit (line 315) | void Commit(int grfCommitFlags); method Revert (line 316) | void Revert(); method LockRegion (line 317) | void LockRegion(long libOffset, long cb, int dwLockType); method UnlockRegion (line 318) | void UnlockRegion(long libOffset, long cb, int dwLockType); method Stat (line 319) | void Stat(out System.Runtime.InteropServices.ComTypes.STATSTG pstats... method Clone (line 320) | void Clone(out UnsafeNativeIStream ppstm); type UnsafeNativeIPropertySetStorage (line 323) | [ComImport] method Create (line 328) | void Create( method Open (line 336) | [PreserveSig] method Delete (line 343) | void Delete( method Enum (line 347) | void Enum( type UnsafeNativeIEnumSTATPROPSETSTG (line 352) | [ComImport] method Next (line 364) | [PreserveSig] method Skip (line 373) | void Skip(UInt32 celt); method Reset (line 375) | void Reset(); method Clone (line 377) | void Clone(out UnsafeNativeIEnumSTATPROPSETSTG ppenum); type UnsafeNativeIPropertyStorage (line 380) | [ComImport] method ReadMultiple (line 390) | [PreserveSig] method WriteMultiple (line 400) | void WriteMultiple( method DeleteMultiple (line 409) | void DeleteMultiple( method ReadPropertyNames (line 415) | void ReadPropertyNames( method WritePropertyNames (line 425) | void WritePropertyNames( method DeletePropertyNames (line 435) | void DeletePropertyNames( method Commit (line 441) | void Commit( method Revert (line 445) | void Revert(); method Enum (line 447) | void Enum( method SetTimes (line 451) | void SetTimes( method SetClass (line 457) | void SetClass( method Stat (line 461) | void Stat( type UnsafeNativeIEnumSTATPROPSTG (line 466) | [ComImport] method Next (line 478) | [PreserveSig] method Skip (line 487) | void Skip(UInt32 celt); method Reset (line 489) | void Reset(); method Clone (line 491) | void Clone(out UnsafeNativeIEnumSTATPROPSTG ppenum); type UnsafeNativeIEnumSTATSTG (line 495) | [Guid("0000000d-0000-0000-C000-000000000046")] method Next (line 500) | void Next( method Skip (line 505) | void Skip( method Reset (line 507) | void Reset(); method Clone (line 508) | void Clone( FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/RightsManagementEncryptedStream.cs class RightsManagementEncryptedStream (line 13) | internal class RightsManagementEncryptedStream: Stream method Flush (line 104) | public override void Flush() method Seek (line 116) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 159) | public override void SetLength(long newLength) method Read (line 191) | public override int Read(byte[] buffer, int offset, int count) method Write (line 209) | public override void Write(byte[] buffer, int offset, int count) method Dispose (line 240) | protected override void Dispose(bool disposing) method RightsManagementEncryptedStream (line 272) | internal RightsManagementEncryptedStream( method ParseStreamLength (line 310) | private void ParseStreamLength() method InternalRead (line 347) | private int InternalRead(long streamPosition, byte[] buffer, int offse... method ReadFromCache (line 436) | private int ReadFromCache(SparseMemoryStream cache, long start, int co... method FindIndexOfBlockAtOffset (line 492) | private int FindIndexOfBlockAtOffset(SparseMemoryStream cache, long st... method FindOffsetOfNextAvailableBlockAfter (line 528) | private long FindOffsetOfNextAvailableBlockAfter(SparseMemoryStream ca... method FetchBlockIntoReadCache (line 548) | private void FetchBlockIntoReadCache(long start, int count) method FlushLength (line 630) | private void FlushLength() method GetBlockNo (line 661) | private static long GetBlockNo(long blockSize, long index) method GetBlockSpanCount (line 672) | private static long GetBlockSpanCount(long blockSize, long index, long... method CalcBlockData (line 687) | private static void CalcBlockData( method CheckDisposed (line 713) | private void CheckDisposed() method FlushCacheIfNecessary (line 721) | private void FlushCacheIfNecessary() method FlushCache (line 732) | private void FlushCache() method InternalReliableRead (line 811) | private int InternalReliableRead(long streamPosition, byte[] buffer, i... method RandomFillUp (line 841) | private void RandomFillUp(Byte[] buffer, int offset, int count) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/RightsManagementEncryptionTransform.cs class RightsManagementEncryptionTransform (line 19) | internal class RightsManagementEncryptionTransform : IDataTransform method RightsManagementEncryptionTransform (line 46) | internal method LoadPublishLicense (line 91) | internal PublishLicense method SavePublishLicense (line 189) | internal void method LoadUseLicense (line 276) | internal UseLicense method SaveUseLicense (line 314) | internal void method DeleteUseLicense (line 360) | internal void method GetEmbeddedUseLicenses (line 383) | internal IDictionary method GetTransformedStream (line 554) | Stream method EnumUseLicenseStreams (line 627) | internal void EnumUseLicenseStreams(UseLicenseStreamCallback callback,... method LoadUseLicenseAndUserFromStream (line 664) | internal UseLicense method LoadUseLicenseForUser (line 742) | private void method DeleteUseLicenseForUser (line 796) | private void method SaveUseLicenseForUser (line 838) | internal void SaveUseLicenseForUser(ContentUser user, UseLicense useLi... class LoadUseLicenseForUserParams (line 911) | private class LoadUseLicenseForUserParams method LoadUseLicenseForUserParams (line 919) | internal method Base32EncodeWithoutPadding (line 969) | private static ReadOnlySpan Base32EncodeWithoutPadding(ReadOnlyS... method MakeUseLicenseStreamName (line 1012) | private static string MakeUseLicenseStreamName() method MakeTypePrefixedUserName (line 1027) | private static string method ParseTypePrefixedUserName (line 1049) | private static void ParseTypePrefixedUserName(string typePrefixedUserN... method LoadUseLicenseFromStream (line 1087) | private UseLicense method LoadUserFromStream (line 1123) | private ContentUser method ReadLengthPrefixedString (line 1167) | private static string method SkipDwordPadding (line 1202) | private static void method WriteDwordPadding (line 1224) | private static void method WriteByteLengthPrefixedDwordPaddedString (line 1243) | private static void FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/StreamWithDictionary.cs class StreamWithDictionary (line 13) | internal class StreamWithDictionary : Stream, IDictionary method StreamWithDictionary (line 19) | internal StreamWithDictionary( Stream wrappedStream, IDictionary wrapp... method Flush (line 53) | public override void Flush() method Seek (line 59) | public override long Seek( long offset, SeekOrigin origin ) method SetLength (line 65) | public override void SetLength( long newLength ) method Read (line 71) | public override int Read( byte[] buffer, int offset, int count ) method Write (line 77) | public override void Write( byte[] buffer, int offset, int count ) method Dispose (line 92) | protected override void Dispose(bool disposing) method Contains (line 110) | bool IDictionary.Contains( object key ) method Add (line 116) | void IDictionary.Add( object key, object val ) method Clear (line 122) | void IDictionary.Clear() method GetEnumerator (line 128) | IDictionaryEnumerator IDictionary.GetEnumerator() method Remove (line 135) | void IDictionary.Remove( object key ) method CopyTo (line 194) | void ICollection.CopyTo( Array array, int index ) method GetEnumerator (line 230) | IEnumerator IEnumerable.GetEnumerator() method CheckDisposed (line 253) | private void CheckDisposed() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/UserUseLicenseDictionaryLoader.cs class UserUseLicenseDictionaryLoader (line 15) | internal class UserUseLicenseDictionaryLoader method UserUseLicenseDictionaryLoader (line 28) | internal UserUseLicenseDictionaryLoader(RightsManagementEncryptionTran... method Load (line 78) | private void Load(RightsManagementEncryptionTransform rmet ) method AddUseLicenseFromStreamToDictionary (line 106) | private void FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/VersionedStream.cs class VersionedStream (line 16) | internal class VersionedStream : Stream method Read (line 27) | public override int Read(byte[] buffer, int offset, int count) method Write (line 41) | public override void Write(byte[] buffer, int offset, int count) method ReadByte (line 51) | public override int ReadByte() method WriteByte (line 65) | public override void WriteByte(byte b) method Seek (line 78) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 87) | public override void SetLength(long newLength) method Flush (line 100) | public override void Flush() method VersionedStream (line 189) | internal VersionedStream(Stream baseStream, VersionedStreamOwner versi... method VersionedStream (line 207) | protected VersionedStream(Stream baseStream) method Dispose (line 233) | protected override void Dispose(bool disposing) method CheckDisposed (line 253) | protected void CheckDisposed() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/VersionedStreamOwner.cs class VersionedStreamOwner (line 17) | internal class VersionedStreamOwner : VersionedStream method Read (line 23) | public override int Read(byte[] buffer, int offset, int count) method Write (line 33) | public override void Write(byte[] buffer, int offset, int count) method ReadByte (line 42) | public override int ReadByte() method WriteByte (line 51) | public override void WriteByte(byte b) method Seek (line 63) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 94) | public override void SetLength(long newLength) method Flush (line 105) | public override void Flush() method VersionedStreamOwner (line 194) | internal VersionedStreamOwner(Stream baseStream, FormatVersion codeVer... method WriteAttempt (line 238) | internal void WriteAttempt() method ReadAttempt (line 279) | internal void ReadAttempt() method ReadAttempt (line 289) | internal void ReadAttempt(bool throwIfEmpty) method PersistVersion (line 337) | private void PersistVersion(FormatVersion version) method EnsureParsed (line 369) | private void EnsureParsed() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompressEmulationStream.cs type IDeflateTransform (line 20) | internal interface IDeflateTransform method Decompress (line 22) | void Decompress(Stream source, Stream sink); method Compress (line 23) | void Compress(Stream source, Stream sink); class CompressEmulationStream (line 29) | internal class CompressEmulationStream : Stream method Read (line 48) | public override int Read(byte[] buffer, int offset, int count) method Seek (line 63) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 102) | public override void SetLength(long newLength) method Write (line 118) | public override void Write(byte[] buffer, int offset, int count) method Flush (line 136) | public override void Flush() method CompressEmulationStream (line 246) | internal CompressEmulationStream(Stream baseStream, Stream tempStream,... method Dispose (line 287) | protected override void Dispose(bool disposing) method CheckDisposed (line 318) | protected void CheckDisposed() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CustomSignedXml.cs class CustomSignedXml (line 18) | internal class CustomSignedXml : SignedXml method GetIdElement (line 26) | public override XmlElement GetIdElement(XmlDocument document, string i... method SelectNodeByIdFromObjects (line 68) | private static XmlElement SelectNodeByIdFromObjects(Signature signatur... method SelectSubObjectNodeForXAdES (line 104) | private static XmlElement SelectSubObjectNodeForXAdES(Signature signat... method SelectSubObjectNodeForXAdESInDataObjects (line 142) | private static XmlElement SelectSubObjectNodeForXAdESInDataObjects(Sig... method GetNetFxSecurityRegistryValue (line 201) | private static long GetNetFxSecurityRegistryValue(string regValueName,... method RequireNCNameIdentifier (line 227) | private static bool RequireNCNameIdentifier() method AllowAmbiguousReferenceTargets (line 247) | private static bool AllowAmbiguousReferenceTargets() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/DeflateEmulationStream.cs class DeflateEmulationTransform (line 21) | internal class DeflateEmulationTransform : IDeflateTransform method Decompress (line 27) | public void Decompress(Stream source, Stream sink) method Compress (line 50) | public void Compress(Stream source, Stream sink) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/ITrackingMemoryStreamFactory.cs type ITrackingMemoryStreamFactory (line 19) | internal interface ITrackingMemoryStreamFactory method Create (line 25) | MemoryStream Create(); method Create (line 31) | MemoryStream Create(int capacity); method ReportMemoryUsageDelta (line 37) | void ReportMemoryUsageDelta(int delta); FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/IgnoreFlushAndCloseStream.cs class IgnoreFlushAndCloseStream (line 17) | internal sealed class IgnoreFlushAndCloseStream : Stream method IgnoreFlushAndCloseStream (line 25) | internal IgnoreFlushAndCloseStream(Stream stream) method Seek (line 122) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 132) | public override void SetLength(long newLength) method Read (line 149) | public override int Read(byte[] buffer, int offset, int count) method Write (line 161) | public override void Write(byte[] buf, int offset, int count) method Flush (line 170) | public override void Flush() method Dispose (line 185) | protected override void Dispose(bool disposing) method ThrowIfStreamDisposed (line 204) | private void ThrowIfStreamDisposed() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/InternalRelationshipCollection.cs class InternalRelationshipCollection (line 21) | internal static class InternalRelationshipCollection method WriteRelationshipsAsXml (line 27) | internal static void WriteRelationshipsAsXml(XmlWriter writer, IEnumer... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/OlePropertyStructs.cs type STATPROPSTG (line 8) | [StructLayout(LayoutKind.Sequential, Pack = 0)] type STATPROPSETSTG (line 17) | [StructLayout(LayoutKind.Sequential, Pack = 0)] type PROPVARIANT (line 73) | [StructLayout(LayoutKind.Sequential, Pack = 0)] type VARTYPE (line 106) | internal enum VARTYPE : short type PropVariantUnion (line 143) | [StructLayout(LayoutKind.Explicit)] type CY (line 472) | [StructLayout(LayoutKind.Sequential, Pack = 0)] type BSTRBLOB (line 482) | [StructLayout(LayoutKind.Sequential, Pack = 0)] type BLOB (line 492) | [StructLayout(LayoutKind.Sequential, Pack = 0)] type CArray (line 502) | [StructLayout(LayoutKind.Sequential, Pack = 0)] type PropSpecType (line 517) | internal enum PropSpecType : int type PROPSPECunion (line 532) | [StructLayout(LayoutKind.Explicit)] type PROPSPEC (line 561) | [StructLayout(LayoutKind.Sequential, Pack = 0)] class FormatId (line 582) | internal static class FormatId class PropertyId (line 605) | internal static class PropertyId FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/PackUriHelper.cs class PackUriHelper (line 17) | internal static class PackUriHelper method IsPackUri (line 44) | internal static bool IsPackUri(Uri uri) method ValidatePartUri (line 65) | internal static ValidatedPartUri ValidatePartUri(Uri partUri) method GetStringForPartUri (line 85) | internal static string GetStringForPartUri(Uri partUri) method PackUriHelper (line 110) | static PackUriHelper() method GetExceptionIfPartUriInvalid (line 130) | private static Exception GetExceptionIfPartUriInvalid(Uri partUri, out... method GetExceptionIfAbsoluteUri (line 190) | private static ArgumentException GetExceptionIfAbsoluteUri(Uri uri) method GetExceptionIfFragmentPresent (line 198) | private static ArgumentException GetExceptionIfFragmentPresent(string ... method GetExceptionIfPartNameEndsWithSlash (line 206) | private static ArgumentException GetExceptionIfPartNameEndsWithSlash(s... method GetExceptionIfPartNameStartsWithTwoSlashes (line 222) | private static ArgumentException GetExceptionIfPartNameStartsWithTwoSl... method GetStringForPartUriFromAnyUri (line 234) | private static string GetStringForPartUriFromAnyUri(Uri partUri) method IsPartNameEmpty (line 269) | private static bool IsPartNameEmpty(string partName) class ValidatedPartUri (line 314) | internal sealed class ValidatedPartUri : Uri, IComparable.CompareTo(ValidatedPartUri otherPa... method Equals (line 357) | bool IEquatable.Equals(ValidatedPartUri otherPartUri) method ValidatedPartUri (line 438) | private ValidatedPartUri(string partUriString, bool isNormalized, bo... method IsRelationshipUri (line 463) | private bool IsRelationshipUri() method GetNormalizedPartUriString (line 521) | private string GetNormalizedPartUriString() method GetNormalizedPartUri (line 532) | private ValidatedPartUri GetNormalizedPartUri() method Compare (line 543) | private int Compare(ValidatedPartUri otherPartUri) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/PackagingExtensions.cs class PackagePartExtensions (line 10) | internal static class PackagePartExtensions method ValidatedContentType (line 13) | public static ContentType ValidatedContentType(this PackagePart packag... class PackageRelationship (line 19) | internal class PackageRelationship FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/PartManifestEntry.cs type PartManifestEntry (line 11) | internal struct PartManifestEntry method PartManifestEntry (line 50) | internal PartManifestEntry(Uri uri, ContentType contentType, String ha... method DoAllSelectorsHaveSameOwningPart (line 79) | private bool DoAllSelectorsHaveSameOwningPart(IEnumerable method MemoryStreamBlock (line 835) | internal MemoryStreamBlock(MemoryStream stream, long offset) method CompareTo (line 876) | int IComparable.CompareTo(MemoryStreamBlock other) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/StorageBasedPackageProperties.cs class StorageBasedPackageProperties (line 39) | internal class StorageBasedPackageProperties : PackageProperties, IDispo... method StorageBasedPackageProperties (line 58) | internal method Dispose (line 418) | protected override void method GetOleProperty (line 495) | private object method SetOleProperty (line 615) | private void method GetDateTimeProperty (line 765) | private Nullable method OpenPropertyStorage (line 775) | private void method GetVtFromPropId (line 799) | private VARTYPE method CheckDisposed (line 858) | private void FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/TrackingMemoryStream.cs class TrackingMemoryStream (line 16) | internal sealed class TrackingMemoryStream : MemoryStream method TrackingMemoryStream (line 19) | internal TrackingMemoryStream(ITrackingMemoryStreamFactory memoryStrea... method TrackingMemoryStream (line 29) | internal TrackingMemoryStream (ITrackingMemoryStreamFactory memoryStre... method Read (line 38) | public override int Read(byte[] buffer, int offset, int count) method Write (line 46) | public override void Write(byte[] buffer, int offset, int count) method SetLength (line 53) | public override void SetLength(long value) method Dispose (line 60) | protected override void Dispose(bool disposing) method ReportIfNeccessary (line 82) | private void ReportIfNeccessary () FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/TrackingMemoryStreamFactory.cs class TrackingMemoryStreamFactory (line 11) | internal class TrackingMemoryStreamFactory : ITrackingMemoryStreamFactory method Create (line 13) | public MemoryStream Create() method Create (line 18) | public MemoryStream Create(int capacity) method ReportMemoryUsageDelta (line 23) | public void ReportMemoryUsageDelta(int delta) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/XmlDigitalSignatureProcessor.cs class XmlDigitalSignatureProcessor (line 28) | internal class XmlDigitalSignatureProcessor method XmlDigitalSignatureProcessor (line 42) | internal XmlDigitalSignatureProcessor(PackageDigitalSignatureManager m... method Sign (line 51) | internal static PackageDigitalSignature Sign( method Verify (line 75) | internal bool Verify() method Verify (line 85) | internal bool Verify(X509Certificate2 signer) method GetPartTransformList (line 198) | internal List GetPartTransformList(Uri partName) method GenerateDigestValue (line 404) | internal static String GenerateDigestValue( method GenerateDigestValue (line 424) | internal static String GenerateDigestValue( method GenerateRelationshipNodeStream (line 484) | internal static Stream GenerateRelationshipNodeStream(IEnumerable ParseTransformsTag(XmlReader reader, Uri p... method ParseRelationshipsTransform (line 405) | private static void ParseRelationshipsTransform(XmlReader reader, Uri ... method GenerateManifest (line 469) | internal static XmlNode GenerateManifest( method GenerateRelationshipSigningReferences (line 528) | private static int GenerateRelationshipSigningReferences( method ParsePartUriAttribute (line 582) | private static Uri ParsePartUriAttribute(String attrValue, out Content... method GenerateRelationshipSigningReference (line 628) | private static XmlNode GenerateRelationshipSigningReference( method GeneratePartSigningReference (line 733) | private static XmlNode GeneratePartSigningReference( method GenerateDigestMethod (line 780) | private static XmlNode GenerateDigestMethod( method GenerateDigestValueNode (line 792) | private static XmlNode GenerateDigestValueNode(XmlDocument xDoc, HashA... method GetRelationships (line 805) | private static IEnumerable Ge... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/XmlSignatureProperties.cs class XmlSignatureProperties (line 19) | internal static class XmlSignatureProperties method LegalFormat (line 47) | internal static bool LegalFormat(String candidateFormat) method AssembleSignatureProperties (line 75) | internal static XmlElement AssembleSignatureProperties( method ParseSigningTime (line 134) | internal static DateTime ParseSigningTime(XmlReader reader, string sig... method ParseSignatureTimeTag (line 218) | private static DateTime ParseSignatureTimeTag(XmlReader reader, out St... method DateTimeToXmlFormattedTime (line 331) | private static String DateTimeToXmlFormattedTime(DateTime dt, string f... method XmlFormattedTimeToDateTime (line 347) | private static DateTime XmlFormattedTimeToDateTime(String s, String fo... method GetIndex (line 368) | private static int GetIndex(String format) method ConvertXmlFormatStringToDateTimeFormatString (line 385) | private static string[] ConvertXmlFormatStringToDateTimeFormatString(S... method VerifyIdAttribute (line 395) | private static bool VerifyIdAttribute(XmlReader reader) method VerifyTargetAttribute (line 412) | private static bool VerifyTargetAttribute(XmlReader reader, string sig... type TimeFormatMapEntry (line 446) | private struct TimeFormatMapEntry method TimeFormatMapEntry (line 448) | public TimeFormatMapEntry(string xmlFormatString, string[] dateTimeP... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/XmlStringTable.cs class XTable (line 14) | internal static class XTable method Get (line 21) | internal static String Get(ID i) type ID (line 33) | internal enum ID : int type TableEntry (line 79) | internal struct TableEntry method TableEntry (line 84) | internal TableEntry(XTable.ID index, string str) { id = index; s = s... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/InheritanceContextChangedEventManager.cs class InheritanceContextChangedEventManager (line 11) | internal class InheritanceContextChangedEventManager : WeakEventManager method InheritanceContextChangedEventManager (line 19) | private InheritanceContextChangedEventManager() method AddListener (line 34) | public static void AddListener(DependencyObject source, IWeakEventList... method RemoveListener (line 51) | public static void RemoveListener(DependencyObject source, IWeakEventL... method AddHandler (line 62) | public static void AddHandler(DependencyObject source, EventHandler method Box (line 15) | internal static object Box(bool? value) => FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/NamedObject.cs class NamedObject (line 13) | internal class NamedObject method NamedObject (line 15) | public NamedObject(string name) method ToString (line 23) | public override string ToString() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/ObservableCollectionDefaultValueFactory.cs class ObservableCollectionDefaultValueFactory (line 14) | internal class ObservableCollectionDefaultValueFactory : DefaultValue... method ObservableCollectionDefaultValueFactory (line 16) | internal ObservableCollectionDefaultValueFactory() method CreateDefaultValue (line 35) | internal override object CreateDefaultValue(DependencyObject owner, De... class ObservableCollectionDefaultPromoter (line 58) | private class ObservableCollectionDefaultPromoter method ObservableCollectionDefaultPromoter (line 60) | internal ObservableCollectionDefaultPromoter(DependencyObject owner,... method OnDefaultValueChanged (line 76) | internal void OnDefaultValueChanged(object sender, NotifyCollectionC... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/PlatformCulture.cs class PlatformCulture (line 11) | internal static class PlatformCulture FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/PriorityChain.cs class PriorityChain (line 6) | internal class PriorityChain method PriorityChain (line 8) | public PriorityChain(DispatcherPriority priority) // NOTE: should be P... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/PriorityItem.cs class PriorityItem (line 6) | internal class PriorityItem method PriorityItem (line 8) | public PriorityItem(T data) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs class PriorityQueue (line 6) | internal class PriorityQueue method PriorityQueue (line 8) | public PriorityQueue() method Enqueue (line 38) | public PriorityItem Enqueue(DispatcherPriority priority, T data) //... method Dequeue (line 57) | public T Dequeue() method Peek (line 79) | public T Peek() method RemoveItem (line 99) | public void RemoveItem(PriorityItem item) method ChangeItemPriority (line 115) | public void ChangeItemPriority(PriorityItem item, DispatcherPriorit... method GetChain (line 131) | private PriorityChain GetChain(DispatcherPriority priority) // NOTE... method InsertItemInPriorityChain (line 171) | private void InsertItemInPriorityChain(PriorityItem item, PriorityC... method InsertItemInPriorityChain (line 202) | internal void InsertItemInPriorityChain(PriorityItem item, Priority... method RemoveItemFromPriorityChain (line 249) | private void RemoveItemFromPriorityChain(PriorityItem item) method InsertItemInSequentialChain (line 306) | internal void InsertItemInSequentialChain(PriorityItem item, Priori... method RemoveItemFromSequentialChain (line 350) | private void RemoveItemFromSequentialChain(PriorityItem item) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/AttachmentService.cs class AttachmentService (line 14) | internal sealed class AttachmentService : IDisposable method AttachmentService (line 21) | private AttachmentService() method SaveWithUI (line 36) | internal static void SaveWithUI(IntPtr parent, Uri source, Uri target) method Dispose (line 67) | public void Dispose() method Dispose (line 73) | private void Dispose(bool disposing) class AttachmentServices (line 116) | [ComImport, Guid("4125DD96-E03A-4103-8F70-E0597D803B9C")] type ISecuritySuppressedIAttachmentExecute (line 126) | [Guid("73DB1241-1E85-4581-8E4F-A81E1D0F8C57")] method SetClientTitle (line 134) | int SetClientTitle(string pszTitle); method SetClientGuid (line 145) | int SetClientGuid(ref Guid guid); method SetLocalPath (line 153) | int SetLocalPath(string pszLocalPath); method SetFileName (line 158) | int SetFileName(string pszFileName); method SetSource (line 164) | int SetSource(string pszSource); method SetReferrer (line 171) | int SetReferrer(string pszReferrer); method CheckPolicy (line 180) | int CheckPolicy(); method Prompt (line 185) | int Prompt(IntPtr hwnd, ATTACHMENT_PROMPT prompt, out ATTACHMENT_ACT... method Save (line 193) | int Save(); method Execute (line 205) | int Execute(IntPtr hwnd, string pszVerb, out IntPtr phProcess); method SaveWithUI (line 213) | int SaveWithUI(IntPtr hwnd); method ClearClientState (line 217) | int ClearClientState(); type ATTACHMENT_PROMPT (line 220) | private enum ATTACHMENT_PROMPT type ATTACHMENT_ACTION (line 228) | private enum ATTACHMENT_ACTION FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/CallbackHandler.cs class CallbackHandler (line 21) | internal sealed class CallbackHandler : IDisposable method CallbackHandler (line 23) | internal CallbackHandler() method WaitForCompletion (line 47) | internal void WaitForCompletion() method Dispose (line 61) | public void Dispose() method OnStatus (line 68) | private int OnStatus(StatusMessage status, int hr, IntPtr pvParam, Int... method Dispose (line 100) | private void Dispose(bool disposing) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/ClientSession.cs class ClientSession (line 16) | internal class ClientSession : IDisposable method ClientSession (line 18) | internal ClientSession(ContentUser user) method ClientSession (line 24) | internal ClientSession( method Dispose (line 54) | public void Dispose() method Dispose (line 60) | protected virtual void Dispose(bool disposing) method DefaultUserClientSession (line 145) | internal static ClientSession DefaultUserClientSession(AuthenticationT... method IsMachineActivated (line 150) | internal bool IsMachineActivated() method ActivateMachine (line 157) | internal void ActivateMachine(AuthenticationType authentication) method IsUserActivated (line 170) | internal bool IsUserActivated() method ActivateUser (line 202) | internal ContentUser ActivateUser( method IsClientLicensorCertificatePresent (line 226) | internal bool IsClientLicensorCertificatePresent() method AcquireClientLicensorCertificate (line 237) | internal void AcquireClientLicensorCertificate() method BuildSecureEnvironment (line 265) | internal void BuildSecureEnvironment(string applicationManifest) method IsActivated (line 290) | private bool IsActivated(ActivationFlags activateFlags) method GetMachineCert (line 297) | internal string GetMachineCert() method EnumerateUsersCertificateIds (line 309) | internal List EnumerateUsersCertificateIds( method DeleteLicense (line 360) | internal void DeleteLicense(string licenseId) method RemoveUsersCertificates (line 368) | internal void RemoveUsersCertificates(EnumerateLicenseFlags certificat... method GetClientLicensorCert (line 387) | private string GetClientLicensorCert() method GetGroupIdentityCert (line 392) | private string GetGroupIdentityCert() method GetLatestCertificate (line 397) | private string GetLatestCertificate(EnumerateLicenseFlags enumerateLic... method EnumerateAllValuesOnSession (line 433) | private static ArrayList EnumerateAllValuesOnSession(SafeRightsManagem... method GetLicenseOnSession (line 452) | internal static string GetLicenseOnSession(SafeRightsManagementSession... method EnumerateLicense (line 503) | internal string EnumerateLicense(EnumerateLicenseFlags enumerateLicens... method SignIssuanceLicense (line 510) | internal PublishLicense SignIssuanceLicense(IssuanceLicense issuanceLi... method AcquireUseLicense (line 564) | internal UseLicense AcquireUseLicense(string publishLicense, bool noUI) method FindNewEntryIndex (line 631) | private static int FindNewEntryIndex(ArrayList oldList, ArrayList newL... method BindUseLicense (line 664) | private CryptoProvider BindUseLicense(string serializedUseLicense, method TryBindUseLicenseToAllIdentites (line 753) | internal CryptoProvider TryBindUseLicenseToAllIdentites(string seriali... method GetActivationUrl (line 853) | private Uri GetActivationUrl(AuthenticationType authentication) method GetCertificationUrl (line 871) | private Uri GetCertificationUrl(AuthenticationType authentication) method GetRegistryPassportCertificationUrl (line 906) | private static Uri GetRegistryPassportCertificationUrl() method GetClientLicensorUrl (line 928) | private Uri GetClientLicensorUrl(AuthenticationType authentication) method GetClientPublishingUrl (line 947) | private Uri GetClientPublishingUrl() method Activate (line 966) | private string Activate( method GetServiceLocation (line 1002) | private Uri GetServiceLocation( method GetOwnerLicense (line 1032) | internal static string GetOwnerLicense(SafeRightsManagementPubHandle i... method GetElementFromCertificateChain (line 1055) | private static string GetElementFromCertificateChain( method GetUnboundLicenseStringAttribute (line 1087) | private static string GetUnboundLicenseStringAttribute( method GetBoundLicenseStringAttribute (line 1126) | private static string GetBoundLicenseStringAttribute( method GetUnboundLicenseDateTimeAttribute (line 1163) | private static DateTime GetUnboundLicenseDateTimeAttribute( method GetBoundLicenseDateTimeAttribute (line 1200) | private static DateTime GetBoundLicenseDateTimeAttribute( method ExtractUserFromCertificateChain (line 1234) | internal static ContentUser ExtractUserFromCertificateChain(string cer... method ExtractIssuedTimeFromCertificateChain (line 1242) | private static DateTime ExtractIssuedTimeFromCertificateChain( method ExtractIssuedTimeFromCertificate (line 1251) | private static DateTime ExtractIssuedTimeFromCertificate( method ExtractUserFromCertificate (line 1274) | internal static ContentUser method ExtractCertificateIdFromCertificateChain (line 1324) | internal static string ExtractCertificateIdFromCertificateChain(string... method ExtractCertificateIdFromCertificate (line 1331) | internal static string method ExtractApplicationSpecificDataFromLicense (line 1353) | internal static Dictionary ExtractApplicationSpecificD... method GetContentIdFromLicense (line 1400) | internal static void GetContentIdFromLicense( method GetGrantsFromBoundUseLicense (line 1454) | private static List GetGrantsFromBoundUseLicense( method GetGrantsFromBoundUseLicenseList (line 1534) | private static List GetGrantsFromBoundUseLicenseList( method GetRightsInfoFromUseLicense (line 1557) | private static List GetRightsInfoFromUseL... method GetRightInfoFromRightGroupQueryHandle (line 1630) | private static RightNameExpirationInfoPair GetRightInfoFromRightGroupQ... method GetContentIdFromPublishLicense (line 1712) | internal static string GetContentIdFromPublishLicense(string publishLi... method GetUseLicenseAcquisitionUriFromPublishLicense (line 1748) | internal static Uri GetUseLicenseAcquisitionUriFromPublishLicense(stri... method GetReferralInfoFromPublishLicense (line 1762) | internal static void GetReferralInfoFromPublishLicense( method GetDistributionPointInfoFromPublishLicense (line 1788) | private static void GetDistributionPointInfoFromPublishLicense( method BuildCommaSeparatedList (line 1855) | internal static string BuildCommaSeparatedList(List stringList) method GetSecurityProviderPath (line 1879) | internal static string GetSecurityProviderPath() method GetRightFromString (line 1909) | internal static Nullable GetRightFromString(string right... method GetStringFromRight (line 1925) | internal static string GetStringFromRight(ContentRight right) method CheckDisposed (line 1953) | private void CheckDisposed() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/Errors.cs class Errors (line 12) | internal static class Errors method GetLocalizedFailureCodeMessageWithDefault (line 14) | internal static string GetLocalizedFailureCodeMessageWithDefault(Right... method ThrowOnErrorCode (line 34) | internal static void ThrowOnErrorCode(int hr) method GetLocalizedFailureCodeMessage (line 66) | private static string GetLocalizedFailureCodeMessage(RightsManagementF... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/InternalSafeNativeMethods.cs class SafeNativeMethods (line 8) | internal static partial class SafeNativeMethods method DRMCreateClientSession (line 10) | internal static int DRMCreateClientSession( method DRMCloseSession (line 39) | internal static int DRMCloseSession( method DRMCloseHandle (line 50) | internal static int DRMCloseHandle( method DRMCloseQueryHandle (line 61) | internal static int DRMCloseQueryHandle( method DRMCloseEnvironmentHandle (line 72) | internal static int DRMCloseEnvironmentHandle( method DRMInitEnvironment (line 79) | internal static int DRMInitEnvironment( method DRMIsActivated (line 114) | internal static int DRMIsActivated( method DRMActivate (line 125) | internal static int DRMActivate( method DRMCreateLicenseStorageSession (line 142) | internal static int DRMCreateLicenseStorageSession( method DRMAcquireLicense (line 169) | internal static int DRMAcquireLicense( method DRMEnumerateLicense (line 188) | internal static int DRMEnumerateLicense( method DRMGetServiceLocation (line 205) | internal static int DRMGetServiceLocation( method DRMDeconstructCertificateChain (line 222) | internal static int DRMDeconstructCertificateChain( method DRMParseUnboundLicense (line 235) | internal static int DRMParseUnboundLicense( method DRMGetUnboundLicenseObjectCount (line 254) | internal static int DRMGetUnboundLicenseObjectCount( method DRMGetBoundLicenseObject (line 265) | internal static int DRMGetBoundLicenseObject( method DRMGetUnboundLicenseObject (line 288) | internal static int DRMGetUnboundLicenseObject( method DRMGetUnboundLicenseAttribute (line 311) | internal static int DRMGetUnboundLicenseAttribute( method DRMGetBoundLicenseAttribute (line 328) | internal static int DRMGetBoundLicenseAttribute( method DRMCreateIssuanceLicense (line 345) | internal static int DRMCreateIssuanceLicense( method DRMCreateUser (line 376) | internal static int DRMCreateUser( method DRMGetUsers (line 399) | internal static int DRMGetUsers( method DRMGetUserRights (line 420) | internal static int DRMGetUserRights( method DRMGetUserInfo (line 443) | internal static int DRMGetUserInfo( method DRMGetRightInfo (line 462) | internal static int DRMGetRightInfo( method DRMCreateRight (line 477) | internal static int DRMCreateRight( method DRMGetIssuanceLicenseTemplate (line 505) | internal static int DRMGetIssuanceLicenseTemplate( method DRMClosePubHandle (line 520) | internal static int DRMClosePubHandle( method DRMAddRightWithUser (line 527) | internal static int DRMAddRightWithUser( method DRMSetMetaData (line 538) | internal static int DRMSetMetaData( method DRMGetIssuanceLicenseInfo (line 557) | internal static int DRMGetIssuanceLicenseInfo( method DRMGetSecurityProvider (line 591) | internal static int DRMGetSecurityProvider( method DRMDeleteLicense (line 606) | internal static int DRMDeleteLicense( method DRMSetNameAndDescription (line 615) | internal static int DRMSetNameAndDescription( method DRMGetNameAndDescription (line 631) | internal static int DRMGetNameAndDescription( method DRMGetSignedIssuanceLicense (line 650) | internal static int DRMGetSignedIssuanceLicense( method DRMGetOwnerLicense (line 675) | internal static int DRMGetOwnerLicense( method DRMCreateBoundLicense (line 686) | internal static int DRMCreateBoundLicense( method DRMCreateEnablingBitsDecryptor (line 710) | internal static int DRMCreateEnablingBitsDecryptor( method DRMCreateEnablingBitsEncryptor (line 734) | internal static int DRMCreateEnablingBitsEncryptor( method DRMDecrypt (line 758) | internal static int DRMDecrypt( method DRMEncrypt (line 775) | internal static int DRMEncrypt( method DRMGetInfo (line 792) | internal static int DRMGetInfo( method DRMGetApplicationSpecificData (line 807) | internal static int DRMGetApplicationSpecificData( method DRMSetApplicationSpecificData (line 824) | internal static int DRMSetApplicationSpecificData( method DRMGetIntervalTime (line 837) | internal static int DRMGetIntervalTime( method DRMSetIntervalTime (line 846) | internal static int DRMSetIntervalTime( method DRMGetRevocationPoint (line 855) | internal static int DRMGetRevocationPoint( method DRMSetRevocationPoint (line 885) | internal static int DRMSetRevocationPoint( FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/IssuanceLicense.cs class IssuanceLicense (line 12) | internal class IssuanceLicense : IDisposable method IssuanceLicense (line 14) | internal IssuanceLicense( method Initialize (line 48) | private void Initialize( method ToString (line 196) | public override string ToString() method UpdateUnsignedPublishLicense (line 220) | internal void UpdateUnsignedPublishLicense(UnsignedPublishLicense unsi... method Dispose (line 350) | public void Dispose() method Dispose (line 356) | protected virtual void Dispose(bool disposing) method AddGrant (line 386) | private void AddGrant(ContentGrant grant) method AddNameDescription (line 403) | private void AddNameDescription(int localeId, LocalizedNameDescription... method AddApplicationSpecificData (line 419) | private void AddApplicationSpecificData(string name, string value) method GetRightHandle (line 429) | private SafeRightsManagementPubHandle GetRightHandle(ContentGrant grant) method GetHandleFromUser (line 464) | private SafeRightsManagementPubHandle GetHandleFromUser(ContentUser user) method GetRightFromHandle (line 496) | private static Nullable GetRightFromHandle(SafeRightsMan... method GetUserFromHandle (line 527) | private static ContentUser GetUserFromHandle(SafeRightsManagementPubHa... method GetIssuanceLicenseUser (line 617) | private ContentUser GetIssuanceLicenseUser(int index, out SafeRightsMa... method GetLocalizedNameDescriptionPair (line 642) | private LocalizedNameDescriptionPair GetLocalizedNameDescriptionPair method GetApplicationSpecificData (line 700) | private Nullable> GetApplicationSpecificD... method GetIssuanceLicenseUserRight (line 762) | private Nullable GetIssuanceLicenseUserRight method GetIssuanceLicenseInfo (line 795) | private void GetIssuanceLicenseInfo( method SetRevocationPoint (line 899) | private void SetRevocationPoint(RevocationPoint revocationPoint) method GetRevocationPoint (line 918) | private RevocationPoint GetRevocationPoint() method CheckDisposed (line 1010) | private void CheckDisposed() method ConvertAuthenticationTypeToString (line 1024) | private string ConvertAuthenticationTypeToString(ContentUser user) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/NativeRightsManagementAPIsConstants.cs type SecurityProviderType (line 10) | internal enum SecurityProviderType: uint type SpecType (line 15) | internal enum SpecType : uint type StatusMessage (line 21) | internal enum StatusMessage: uint type EnumerateLicenseFlags (line 31) | [Flags] type ActivationFlags (line 49) | [Flags] type ServiceType (line 61) | [Flags] type ServiceLocation (line 70) | internal enum ServiceLocation : uint type AcquireLicenseFlags (line 76) | [Flags] type SignIssuanceLicenseFlags (line 86) | [Flags] type DistributionPointInfo (line 98) | internal enum DistributionPointInfo type LicenseAttributeEncoding (line 105) | internal enum LicenseAttributeEncoding class NativeConstants (line 115) | internal static class NativeConstants FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/NativeRightsManagementAPIsStructures.cs class ActivationServerInfo (line 15) | [StructLayout(LayoutKind.Sequential)] class SystemTime (line 24) | [ StructLayout( LayoutKind.Sequential )] method SystemTime (line 27) | internal SystemTime (DateTime dateTime) method SystemTime (line 48) | internal SystemTime(byte[] dataBuffer) method GetDateTime (line 60) | internal DateTime GetDateTime (DateTime defaultValue) class BoundLicenseParams (line 91) | [StructLayout(LayoutKind.Sequential)] FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/PrivateUnsafeNativeMethods.cs method DRMCreateClientSession (line 28) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMCloseSession (line 40) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMCloseHandle (line 50) | [DllImport(ExternDll.PresentationHostDll,SetLastError=false,CharSet=Char... method DRMCloseQueryHandle (line 61) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMCloseEnvironmentHandle (line 72) | [DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet ... method DRMInitEnvironment (line 81) | [DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet ... method DRMIsActivated (line 94) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMActivate (line 100) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMCreateLicenseStorageSession (line 110) | [DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet ... method DRMAcquireLicense (line 122) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMEnumerateLicense (line 132) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetServiceLocation (line 142) | [DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet ... method DRMDeconstructCertificateChain (line 155) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMParseUnboundLicense (line 162) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetUnboundLicenseObjectCount (line 167) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetBoundLicenseObject (line 174) | [DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet ... method DRMGetUnboundLicenseObject (line 184) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetUnboundLicenseAttribute (line 191) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetBoundLicenseAttribute (line 201) | [DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet ... method DRMCreateIssuanceLicense (line 213) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMCreateUser (line 224) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetUsers (line 231) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetUserRights (line 237) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetUserInfo (line 244) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetRightInfo (line 254) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMCreateRight (line 262) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetIssuanceLicenseTemplate (line 272) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMClosePubHandle (line 282) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMAddRightWithUser (line 286) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMSetMetaData (line 293) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetIssuanceLicenseInfo (line 303) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetSecurityProvider (line 317) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMDeleteLicense (line 325) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMSetNameAndDescription (line 330) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetNameAndDescription (line 338) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetSignedIssuanceLicense (line 349) | [DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet ... method DRMGetOwnerLicense (line 366) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMCreateBoundLicense (line 373) | [DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet ... method DRMCreateEnablingBitsDecryptor (line 386) | [DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet ... method DRMCreateEnablingBitsEncryptor (line 398) | [DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet ... method DRMDecrypt (line 410) | [DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet ... method DRMEncrypt (line 423) | [DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet ... method DRMGetInfo (line 436) | [DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet ... method DRMGetApplicationSpecificData (line 447) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMSetApplicationSpecificData (line 456) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetIntervalTime (line 464) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMSetIntervalTime (line 469) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMGetRevocationPoint (line 475) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... method DRMSetRevocationPoint (line 490) | [DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unic... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/RevocationPoint.cs class RevocationPoint (line 17) | internal class RevocationPoint FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/RightNameExpirationInfoPair.cs class RightNameExpirationInfoPair (line 10) | internal class RightNameExpirationInfoPair method RightNameExpirationInfoPair (line 12) | internal RightNameExpirationInfoPair (string rightName, DateTime valid... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/SafeRightsManagementEnvironmentHandle.cs class SafeRightsManagementEnvironmentHandle (line 8) | internal sealed class SafeRightsManagementEnvironmentHandle : SafeHandle method SafeRightsManagementEnvironmentHandle (line 12) | private SafeRightsManagementEnvironmentHandle() method SafeRightsManagementEnvironmentHandle (line 25) | internal SafeRightsManagementEnvironmentHandle(uint handle) method ReleaseHandle (line 31) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/SafeRightsManagementHandle.cs class SafeRightsManagementHandle (line 8) | internal sealed class SafeRightsManagementHandle : SafeHandle method SafeRightsManagementHandle (line 12) | private SafeRightsManagementHandle() method SafeRightsManagementHandle (line 25) | internal SafeRightsManagementHandle(uint handle) method ReleaseHandle (line 31) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/SafeRightsManagementPubHandle.cs class SafeRightsManagementPubHandle (line 8) | internal sealed class SafeRightsManagementPubHandle : SafeHandle method SafeRightsManagementPubHandle (line 12) | private SafeRightsManagementPubHandle() method SafeRightsManagementPubHandle (line 25) | internal SafeRightsManagementPubHandle(uint handle) method ReleaseHandle (line 31) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/SafeRightsManagementQueryHandle.cs class SafeRightsManagementQueryHandle (line 8) | internal sealed class SafeRightsManagementQueryHandle : SafeHandle method SafeRightsManagementQueryHandle (line 12) | private SafeRightsManagementQueryHandle() method SafeRightsManagementQueryHandle (line 25) | internal SafeRightsManagementQueryHandle(uint handle) method ReleaseHandle (line 31) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Security/RightsManagement/SafeRightsManagementSessionHandle.cs class SafeRightsManagementSessionHandle (line 8) | internal sealed class SafeRightsManagementSessionHandle : SafeHandle method SafeRightsManagementSessionHandle (line 12) | private SafeRightsManagementSessionHandle() method SafeRightsManagementSessionHandle (line 25) | internal SafeRightsManagementSessionHandle(uint handle) method ReleaseHandle (line 31) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/ShutDownListener.cs type ShutDownEvents (line 34) | [Flags] class ShutDownListener (line 45) | internal abstract class ShutDownListener : WeakReference method ShutDownListener (line 47) | internal ShutDownListener(object target) method ShutDownListener (line 52) | internal ShutDownListener(object target, ShutDownEvents events) method OnShutDown (line 83) | internal abstract void OnShutDown(object target, object sender, EventA... method StopListening (line 86) | internal void StopListening() method HandleShutDown (line 112) | private void HandleShutDown(object sender, EventArgs e) type PrivateFlags (line 131) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/SystemCoreExtensionMethods.cs class SystemCoreExtensionMethods (line 6) | internal abstract class SystemCoreExtensionMethods method IsIDynamicMetaObjectProvider (line 9) | internal abstract bool IsIDynamicMetaObjectProvider(object item); method NewDynamicPropertyAccessor (line 12) | internal abstract object NewDynamicPropertyAccessor(Type ownerType, st... method GetIndexerAccessor (line 15) | internal abstract object GetIndexerAccessor(int rank); FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/SystemDataExtensionMethods.cs class SystemDataExtensionMethods (line 8) | internal abstract class SystemDataExtensionMethods method IsDataView (line 11) | internal abstract bool IsDataView(IBindingList list); method IsDataRowView (line 14) | internal abstract bool IsDataRowView(object item); method IsSqlNull (line 17) | internal abstract bool IsSqlNull(object value); method IsSqlNullableType (line 20) | internal abstract bool IsSqlNullableType(Type type); method IsDataSetCollectionProperty (line 24) | internal abstract bool IsDataSetCollectionProperty(PropertyDescriptor ... method GetValue (line 27) | internal abstract object GetValue(object item, PropertyDescriptor pd, ... method DetermineWhetherDBNullIsValid (line 31) | internal abstract bool DetermineWhetherDBNullIsValid(object item, stri... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/SystemDrawingExtensionMethods.cs class SystemDrawingExtensionMethods (line 12) | internal abstract class SystemDrawingExtensionMethods method IsBitmap (line 19) | internal abstract bool IsBitmap(object? data); method IsImage (line 26) | internal abstract bool IsImage(object? data); method IsMetafile (line 33) | internal abstract bool IsMetafile(object? data); method GetHandleFromMetafile (line 40) | internal abstract nint GetHandleFromMetafile(object? data); method GetMetafileFromHemf (line 47) | internal abstract object GetMetafileFromHemf(nint hMetafile); method GetBitmap (line 54) | internal abstract object? GetBitmap(object? data); method GetHBitmap (line 64) | internal abstract nint GetHBitmap(object? data, out int width, out int... method GetHBitmapFromBitmap (line 71) | internal abstract nint GetHBitmapFromBitmap(object? data); method ConvertMetafileToHBitmap (line 78) | internal abstract nint ConvertMetafileToHBitmap(nint handle); method GetCommentFromGifStream (line 85) | internal abstract Stream GetCommentFromGifStream(Stream stream); method SaveMetafileToImageStream (line 92) | internal abstract void SaveMetafileToImageStream(MemoryStream metafile... method GetBitmapFromBitmapSource (line 99) | internal abstract object GetBitmapFromBitmapSource(object source); FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/SystemXmlExtensionMethods.cs class SystemXmlExtensionMethods (line 11) | internal abstract class SystemXmlExtensionMethods method IsXmlNode (line 14) | internal abstract bool IsXmlNode(object item); method IsXmlNamespaceManager (line 17) | internal abstract bool IsXmlNamespaceManager(object item); method TryGetValueFromXmlNode (line 20) | internal abstract bool TryGetValueFromXmlNode(object item, string name... method PrepareXmlComparer (line 23) | internal abstract IComparer PrepareXmlComparer(IEnumerable collection,... method IsEmptyXmlDataCollection (line 26) | internal abstract bool IsEmptyXmlDataCollection(object parent); method GetXmlTagName (line 30) | internal abstract string GetXmlTagName(object item, DependencyObject t... method FindXmlNodeWithInnerText (line 33) | internal abstract object FindXmlNodeWithInnerText(IEnumerable items, o... method GetInnerText (line 36) | internal abstract object GetInnerText(object item); FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/SystemXmlLinqExtensionMethods.cs class SystemXmlLinqExtensionMethods (line 8) | internal abstract class SystemXmlLinqExtensionMethods method IsXElement (line 11) | internal abstract bool IsXElement(object item); method GetXElementTagName (line 14) | internal abstract string GetXElementTagName(object item); method IsXLinqCollectionProperty (line 19) | internal abstract bool IsXLinqCollectionProperty(PropertyDescriptor pd); method IsXLinqNonIdempotentProperty (line 23) | internal abstract bool IsXLinqNonIdempotentProperty(PropertyDescriptor... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Threading/ExceptionFilterHelper.cs class ExceptionFilterHelper (line 17) | internal sealed class ExceptionFilterHelper method ExceptionFilterHelper (line 19) | internal ExceptionFilterHelper( InternalRealCallDelegate internalRealC... method TryCatchWhen (line 28) | internal object TryCatchWhen( object source, FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Threading/ExceptionWrapper.cs class ExceptionWrapper (line 11) | internal class ExceptionWrapper method ExceptionWrapper (line 13) | internal ExceptionWrapper() method TryCatchWhen (line 18) | public object TryCatchWhen(object source, Delegate callback, object ar... method InternalRealCall (line 37) | private object InternalRealCall(Delegate callback, object args, int nu... method FilterException (line 124) | private bool FilterException(object source, Exception e) method CatchException (line 138) | private bool CatchException(object source, Exception e, Delegate catch... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/TraceLevelStore.cs class TraceLevelStore (line 10) | internal static class TraceLevelStore method GetTraceLevel (line 29) | internal static PresentationTraceLevel GetTraceLevel(object element) method SetTraceLevel (line 55) | internal static void SetTraceLevel(object element, PresentationTraceLe... type Key (line 90) | private struct Key method Key (line 92) | internal Key(object element, bool useWeakRef) method Key (line 98) | internal Key(object element) method GetHashCode (line 104) | public override int GetHashCode() method Equals (line 118) | public override bool Equals(object o) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Utilities.cs class Utilities (line 13) | internal static class Utilities method SafeDispose (line 46) | internal static void SafeDispose(ref T disposable) where T : IDispo... method SafeRelease (line 54) | internal static void SafeRelease(ref T comObject) where T : class FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/Verify.cs class Verify (line 13) | internal static class Verify method IsApartmentState (line 27) | public static void IsApartmentState(ApartmentState requiredState) method IsNeitherNullNorEmpty (line 40) | public static void IsNeitherNullNorEmpty(string value, string name) method IsNotNull (line 60) | public static void IsNotNull(T obj, string name) where T : class method IsTrue (line 74) | public static void IsTrue(bool expression, string name, string message) method AreNotEqual (line 89) | public static void AreNotEqual(T actual, T notExpected, string para... method FileExists (line 111) | public static void FileExists(string filePath, string parameterName) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/WeakEventTable.cs class WeakEventTable (line 18) | internal class WeakEventTable : DispatcherObject method WeakEventTable (line 29) | private WeakEventTable() method Remove (line 164) | internal void Remove(WeakEventManager manager, object source) method ScheduleCleanup (line 180) | internal void ScheduleCleanup() method Cleanup (line 199) | internal static bool Cleanup() method DoCleanup (line 211) | private bool DoCleanup(bool forceCleanup) method LogAllocation (line 224) | internal void LogAllocation(Type type, int count, int bytes) method LogAllocation (line 236) | void LogAllocation(Dictionary dict, Type type, ... method CleanupOperation (line 259) | private object CleanupOperation(object arg) method Purge (line 273) | private bool Purge(bool purgeAll) method OnShutDown (line 370) | private void OnShutDown() class AllocationRecord (line 457) | class AllocationRecord class WeakEventTableShutDownListener (line 471) | private sealed class WeakEventTableShutDownListener : ShutDownListener method WeakEventTableShutDownListener (line 473) | public WeakEventTableShutDownListener(WeakEventTable target) : base(... method OnShutDown (line 477) | internal override void OnShutDown(object target, object sender, Even... type EventKey (line 489) | private struct EventKey method EventKey (line 491) | internal EventKey(WeakEventManager manager, object source, bool useW... method EventKey (line 498) | internal EventKey(WeakEventManager manager, object source) method GetHashCode (line 515) | public override int GetHashCode() method Equals (line 529) | public override bool Equals(object o) type EventNameKey (line 571) | private struct EventNameKey method EventNameKey (line 573) | public EventNameKey(Type eventSourceType, string eventName) method GetHashCode (line 579) | public override int GetHashCode() method Equals (line 584) | public override bool Equals(object o) class WeakEventLogger (line 613) | static class WeakEventLogger method LogSnapshot (line 617) | public static void LogSnapshot(WeakEventTable table, string title) class Snapshot (line 626) | class Snapshot method Snapshot (line 643) | public Snapshot(string title) method Populate (line 650) | public Snapshot Populate(WeakEventTable table) class LoggerPair (line 710) | class LoggerPair method ToString (line 714) | public override string ToString() { return String.Format("{0}-{1}"... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/WeakReferenceKey.cs class WeakReferenceKey (line 9) | internal class WeakReferenceKey method WeakReferenceKey (line 11) | public WeakReferenceKey(T item) method Equals (line 24) | public override bool Equals(object o) method GetHashCode (line 43) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/SR.cs class SR (line 6) | internal static partial class SR method Get (line 8) | public static string Get(string name) method Get (line 13) | public static string Get(string name, params object[] args) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/AppContextDefaultValues.cs class AppContextDefaultValues (line 13) | internal static partial class AppContextDefaultValues method PopulateDefaultValuesPartial (line 23) | static partial void PopulateDefaultValuesPartial(string platformIdenti... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Collections/ObjectModel/WeakReadOnlyCollection.cs class WeakReadOnlyCollection (line 19) | [Serializable] method WeakReadOnlyCollection (line 30) | public WeakReadOnlyCollection(IList list) { // assumpt... method Contains (line 44) | public bool Contains(T value) { method CopyTo (line 49) | public void CopyTo(T[] array, int index) { method GetEnumerator (line 54) | public IEnumerator GetEnumerator() { method IndexOf (line 59) | public int IndexOf(T value) { method Add (line 85) | void ICollection.Add(T value) { method Clear (line 90) | void ICollection.Clear() { method Insert (line 95) | void IList.Insert(int index, T value) { method Remove (line 100) | bool ICollection.Remove(T value) { method RemoveAt (line 106) | void IList.RemoveAt(int index) { method GetEnumerator (line 111) | IEnumerator IEnumerable.GetEnumerator() { method CopyTo (line 136) | void ICollection.CopyTo(Array array, int index) { method Add (line 223) | int IList.Add(object value) { method Clear (line 229) | void IList.Clear() { method IsCompatibleObject (line 234) | private static bool IsCompatibleObject(object value) { method Contains (line 240) | bool IList.Contains(object value) { method IndexOf (line 247) | int IList.IndexOf(object value) { method Insert (line 254) | void IList.Insert(int index, object value) { method Remove (line 259) | void IList.Remove(object value) { method RemoveAt (line 264) | void IList.RemoveAt(int index) { method CreateDereferencedList (line 269) | private IList CreateDereferencedList() class WeakEnumerator (line 280) | private class WeakEnumerator : IEnumerator, IEnumerator method WeakEnumerator (line 282) | public WeakEnumerator(IEnumerator ie) { method Dispose (line 286) | public void Dispose() { method MoveNext (line 289) | public bool MoveNext() { method Reset (line 306) | void IEnumerator.Reset() { FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Collections/Specialized/CollectionChangedEventManager.cs class CollectionChangedEventManager (line 14) | public class CollectionChangedEventManager : WeakEventManager method CollectionChangedEventManager (line 22) | private CollectionChangedEventManager() method AddListener (line 37) | public static void AddListener(INotifyCollectionChanged source, IWeakE... method RemoveListener (line 48) | public static void RemoveListener(INotifyCollectionChanged source, IWe... method AddHandler (line 62) | public static void AddHandler(INotifyCollectionChanged source, EventHa... method RemoveHandler (line 72) | public static void RemoveHandler(INotifyCollectionChanged source, Even... method NewListenerList (line 90) | protected override ListenerList NewListenerList() method StartListening (line 98) | protected override void StartListening(object source) method StopListening (line 107) | protected override void StopListening(object source) method OnCollectionChanged (line 149) | private void OnCollectionChanged(object sender, NotifyCollectionChange... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/ComponentModel/CurrentChangedEventManager.cs class CurrentChangedEventManager (line 14) | public class CurrentChangedEventManager : WeakEventManager method CurrentChangedEventManager (line 22) | private CurrentChangedEventManager() method AddListener (line 37) | public static void AddListener(ICollectionView source, IWeakEventListe... method RemoveListener (line 48) | public static void RemoveListener(ICollectionView source, IWeakEventLi... method AddHandler (line 62) | public static void AddHandler(ICollectionView source, EventHandler, IN... method ClearItems (line 61) | protected override void ClearItems() method RemoveItem (line 71) | protected override void RemoveItem(int index) method InsertItem (line 82) | protected override void InsertItem(int index, SortDescription item) method SetItem (line 93) | protected override void SetItem(int index, SortDescription item) method OnCollectionChanged (line 105) | private void OnCollectionChanged(NotifyCollectionChangedAction action,... method OnCollectionChanged (line 114) | private void OnCollectionChanged(NotifyCollectionChangedAction action) class EmptySortDescriptionCollection (line 127) | private class EmptySortDescriptionCollection : SortDescriptionCollecti... method ClearItems (line 141) | protected override void ClearItems() method RemoveItem (line 150) | protected override void RemoveItem(int index) method InsertItem (line 159) | protected override void InsertItem(int index, SortDescription item) method SetItem (line 168) | protected override void SetItem(int index, SortDescription item) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Diagnostics/Generated/PresentationTraceSources.cs class PresentationTraceSources (line 10) | public static partial class PresentationTraceSources FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Diagnostics/PresentationTraceSources.cs type PresentationTraceLevel (line 18) | public enum PresentationTraceLevel class PresentationTraceSources (line 45) | public static partial class PresentationTraceSources method GetTraceLevel (line 65) | public static PresentationTraceLevel GetTraceLevel(object element) method SetTraceLevel (line 73) | public static void SetTraceLevel(object element, PresentationTraceLeve... method Refresh (line 88) | public static void Refresh() method CreateTraceSource (line 105) | private static TraceSource CreateTraceSource(string sourceName) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/IO/Packaging/CompoundFile/DataSpaceManager.cs class DataSpaceManager (line 18) | internal class DataSpaceManager class TransformInstance (line 123) | private class TransformInstance method TransformInstance (line 126) | internal TransformInstance( int classType, string name ) : this(clas... method TransformInstance (line 130) | internal TransformInstance( method TransformInstance (line 137) | internal TransformInstance( class DirtyStateTrackingStream (line 215) | private class DirtyStateTrackingStream: Stream method SetLength (line 271) | public override void SetLength(long newLength) method Seek (line 283) | public override long Seek(long offset, SeekOrigin origin) method Read (line 290) | public override int Read(byte[] buffer, int offset, int count) method Write (line 297) | public override void Write(byte[] buffer, int offset, int count) method Flush (line 305) | public override void Flush() method DirtyStateTrackingStream (line 315) | internal DirtyStateTrackingStream(Stream baseStream) method Dispose (line 349) | protected override void Dispose(bool disposing) method CheckDisposed (line 369) | private void CheckDisposed() type DataSpaceDefinition (line 381) | private struct DataSpaceDefinition method DataSpaceDefinition (line 386) | internal DataSpaceDefinition(ArrayList transformStack, Byte[] extraD... method DataSpaceManager (line 415) | static DataSpaceManager() method DataSpaceManager (line 430) | internal DataSpaceManager( StorageRoot containerInstance ) method Dispose (line 491) | public void Dispose() method RemoveContainerFromDataSpaceMap (line 536) | internal void RemoveContainerFromDataSpaceMap(CompoundFileReference ta... method CheckDisposedStatus (line 548) | internal void CheckDisposedStatus() method DefineDataSpace (line 572) | internal void DefineDataSpace( string[] transformStack, string newData... method DataSpaceIsDefined (line 616) | internal bool DataSpaceIsDefined( string dataSpaceLabel ) method SetDataSpaceDefinition (line 627) | private void SetDataSpaceDefinition( string dataSpaceLabel, DataSpaceD... method GetDataSpaceDefinition (line 636) | private DataSpaceDefinition GetDataSpaceDefinition( string dataSpaceLa... method DataSpaceOf (line 646) | internal string DataSpaceOf( CompoundFileReference target ) method GetTransformsForStreamInfo (line 666) | internal List GetTransformsForStreamInfo(StreamInfo st... method DefineDataSpace (line 692) | internal string DefineDataSpace( string[] transformStack ) method InstantiateDataTransformObject (line 714) | private IDataTransform InstantiateDataTransformObject(int transformCla... method TransformLabelIsDefined (line 755) | internal bool TransformLabelIsDefined( string transformLabel ) method SetTransformDefinition (line 767) | private void SetTransformDefinition( string transformLabel, TransformI... method GetTransformInstanceOf (line 776) | private TransformInstance GetTransformInstanceOf( string transformLabel ) method GetPrimaryInstanceStreamOf (line 795) | internal Stream GetPrimaryInstanceStreamOf( string transformLabel ) method GetInstanceDataStorageOf (line 825) | internal StorageInfo GetInstanceDataStorageOf( string transformLabel ) method GetTransformFromName (line 861) | internal IDataTransform GetTransformFromName(string transformLabel) method DefineTransform (line 898) | internal void DefineTransform(string transformClassName, string newTra... method DefineTransform (line 960) | internal string DefineTransform( string transformClassName ) method CallTransformInitializers (line 998) | internal void CallTransformInitializers( TransformInitializationEventA... method ReadDataSpaceMap (line 1008) | private void ReadDataSpaceMap() method WriteDataSpaceMap (line 1090) | private void WriteDataSpaceMap() method ReadDataSpaceDefinitions (line 1166) | private void ReadDataSpaceDefinitions() method WriteDataSpaceDefinitions (line 1227) | private void WriteDataSpaceDefinitions() method ReadTransformDefinitions (line 1285) | private void ReadTransformDefinitions() method WriteTransformDefinitions (line 1384) | private void WriteTransformDefinitions() method CreateDataSpaceMapping (line 1477) | internal void CreateDataSpaceMapping( CompoundFileReference containerR... method CreateDataSpaceStream (line 1492) | internal Stream CreateDataSpaceStream( CompoundFileStreamReference con... method ReadDataSpaceVersionInformation (line 1578) | private void ReadDataSpaceVersionInformation(StorageInfo dataSpaceStor... method EnsureDataSpaceVersionInformation (line 1612) | private void EnsureDataSpaceVersionInformation() method ThrowIfIncorrectReaderVersion (line 1632) | private void ThrowIfIncorrectReaderVersion() method ThrowIfIncorrectUpdaterVersion (line 1656) | private void ThrowIfIncorrectUpdaterVersion() type IDataTransform (line 1678) | internal interface IDataTransform method GetTransformedStream (line 1700) | Stream GetTransformedStream( Stream encodedDataStream, IDictionary tra... class TransformInitializationEventArgs (line 1706) | internal class TransformInitializationEventArgs : EventArgs method TransformInitializationEventArgs (line 1713) | internal TransformInitializationEventArgs( class TransformEnvironment (line 1777) | internal class TransformEnvironment method TransformEnvironment (line 1787) | internal TransformEnvironment( DataSpaceManager host, string instanceL... method GetPrimaryInstanceData (line 1865) | internal Stream GetPrimaryInstanceData() method GetInstanceDataStorage (line 1877) | internal StorageInfo GetInstanceDataStorage() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/IO/Packaging/CompoundFile/FormatVersion.cs class FormatVersion (line 23) | internal class FormatVersion method FormatVersion (line 37) | private FormatVersion() method FormatVersion (line 48) | public FormatVersion(string featureId, VersionPair version) method FormatVersion (line 61) | public FormatVersion(String featureId, method Equals (line 209) | public override bool Equals(Object obj) method GetHashCode (line 237) | public override int GetHashCode() method LoadFromStream (line 275) | public static FormatVersion LoadFromStream(Stream stream) method SaveToStream (line 291) | public int SaveToStream(Stream stream) method IsReadableBy (line 365) | public bool IsReadableBy(VersionPair version) method IsUpdatableBy (line 384) | public bool IsUpdatableBy(VersionPair version) method LoadFromBinaryReader (line 432) | private static FormatVersion LoadFromBinaryReader(BinaryReader reader,... method LoadFromStream (line 506) | internal static FormatVersion LoadFromStream(Stream stream, out Int32 ... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/IO/Packaging/CompoundFile/StorageInfo.cs class StorageInfoCore (line 15) | internal class StorageInfoCore method StorageInfoCore (line 17) | internal StorageInfoCore( method StorageInfoCore (line 21) | internal StorageInfoCore( class StorageInfo (line 69) | public class StorageInfo type EnumeratorTypes (line 110) | private enum EnumeratorTypes method StorageInfo (line 124) | internal StorageInfo( IStorage safeIStorage ) method BuildStorageInfoRelativeToStorage (line 135) | private void BuildStorageInfoRelativeToStorage( StorageInfo parent, st... method StorageInfo (line 147) | internal StorageInfo( StorageInfo parent, string fileName ) method CoreForChildStorage (line 159) | private StorageInfoCore CoreForChildStorage( string storageNname ) method CoreForChildStream (line 186) | internal StreamInfoCore CoreForChildStream( string streamName ) method CreateStream (line 259) | public StreamInfo CreateStream( string name, CompressionOption compres... method CreateStream (line 359) | public StreamInfo CreateStream( string name ) method GetStreamInfo (line 370) | public StreamInfo GetStreamInfo(string name) method StreamExists (line 393) | public bool StreamExists(string name) method DeleteStream (line 409) | public void DeleteStream(string name) method CreateSubStorage (line 428) | public StorageInfo CreateSubStorage( string name ) method GetSubStorageInfo (line 443) | public StorageInfo GetSubStorageInfo(string name) method SubStorageExists (line 463) | public bool SubStorageExists(string name) method DeleteSubStorage (line 473) | public void DeleteSubStorage(string name) method GetStreams (line 503) | public StreamInfo[] GetStreams() method GetSubStorages (line 538) | public StorageInfo[] GetSubStorages() method Create (line 597) | internal void Create() method CreateStorage (line 620) | private StorageInfo CreateStorage(string name) method Delete (line 686) | internal bool Delete( bool recursive , string name) method RemoveSubStorageEntryFromDataSpaceMap (line 719) | internal void RemoveSubStorageEntryFromDataSpaceMap(StorageInfo storag... method DestroyElement (line 741) | internal void DestroyElement( string elementNameInternal ) method FindStatStgOfName (line 858) | internal bool FindStatStgOfName( string streamName, out System.Runtime... method StorageIsEmpty (line 899) | internal bool StorageIsEmpty() method InvalidateEnumerators (line 929) | internal void InvalidateEnumerators() method InvalidateEnumerators (line 937) | private static void InvalidateEnumerators( StorageInfoCore invalidateC... method BuildFullNameFromParentName (line 956) | internal ArrayList BuildFullNameFromParentName() method BuildFullNameInternalFromParentNameInternal (line 975) | internal ArrayList BuildFullNameInternalFromParentNameInternal() method InternalExists (line 1016) | private bool InternalExists() method InternalExists (line 1035) | private bool InternalExists(string name) method CanOpenStorage (line 1068) | private bool CanOpenStorage( string nameInternal ) method VerifyExists (line 1110) | private void VerifyExists() method GetStat (line 1123) | private System.Runtime.InteropServices.ComTypes.STATSTG GetStat() method ConvertFILETIMEToDateTime (line 1142) | private DateTime ConvertFILETIMEToDateTime( System.Runtime.InteropServ... method RecursiveStorageInfoCoreRelease (line 1178) | internal static void RecursiveStorageInfoCoreRelease( StorageInfoCore ... method CheckDisposedStatus (line 1254) | internal void CheckDisposedStatus() method EnsureArrayForEnumeration (line 1298) | private void EnsureArrayForEnumeration( EnumeratorTypes desiredArrayTy... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/IO/Packaging/CompoundFile/StorageRoot.cs class StorageRoot (line 13) | internal class StorageRoot : StorageInfo method StorageRoot (line 52) | private StorageRoot(IStorage root, bool readOnly ) method CreateOnStream (line 84) | internal static StorageRoot CreateOnStream( Stream baseStream ) method CreateOnStream (line 104) | internal static StorageRoot CreateOnStream(Stream baseStream, FileMode... method Open (line 171) | internal static StorageRoot Open( method Open (line 181) | internal static StorageRoot Open( method Open (line 193) | internal static StorageRoot Open( method Open (line 207) | internal static StorageRoot Open( method Open (line 222) | internal static StorageRoot Open( method Close (line 372) | internal void Close() method Flush (line 400) | internal void Flush() method GetDataSpaceManager (line 415) | internal DataSpaceManager GetDataSpaceManager() method GetRootIStorage (line 432) | internal IStorage GetRootIStorage() method CheckRootDisposedStatus (line 440) | internal void CheckRootDisposedStatus() method CreateOnIStorage (line 461) | private static StorageRoot CreateOnIStorage( IStorage root ) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/IO/Packaging/CompoundFile/StreamInfo.cs class StreamInfoCore (line 13) | internal class StreamInfoCore method StreamInfoCore (line 15) | internal StreamInfoCore( method StreamInfoCore (line 19) | internal StreamInfoCore( class StreamInfo (line 58) | public class StreamInfo method BuildStreamInfoRelativeToStorage (line 99) | private void BuildStreamInfoRelativeToStorage( StorageInfo parent, str... method StreamInfo (line 110) | private StreamInfo( StorageRoot root, string streamPath ) : this((Stor... method StreamInfo (line 119) | internal StreamInfo( StorageInfo parent, string streamName ) : this (p... method StreamInfo (line 131) | internal StreamInfo( StorageInfo parent, string streamName, Compressio... method GetStream (line 212) | public Stream GetStream() method GetStream (line 222) | public Stream GetStream( FileMode mode ) method GetStream (line 233) | public Stream GetStream( FileMode mode, FileAccess access ) method Create (line 385) | internal Stream Create() method Create (line 395) | private Stream Create( FileMode mode ) method Create (line 405) | internal Stream Create( string dataSpaceLabel ) method Create (line 416) | private Stream Create( FileMode mode, FileAccess access ) method Create (line 428) | internal Stream Create( FileMode mode, FileAccess access, string dataS... method BuildStreamOnUnderlyingIStream (line 537) | private Stream BuildStreamOnUnderlyingIStream( method CreateTimeReadOnlyCheck (line 562) | private void CreateTimeReadOnlyCheck( FileAccess access ) method CreateStreamOnParentIStorage (line 579) | private IStream CreateStreamOnParentIStorage( method OpenStreamOnParentIStorage (line 622) | private IStream OpenStreamOnParentIStorage( method Delete (line 650) | internal void Delete() method InternalExists (line 682) | internal bool InternalExists() method VerifyExists (line 708) | private void VerifyExists() method CFStreamOfClone (line 718) | private Stream CFStreamOfClone( FileAccess access ) method CheckDisposedStatus (line 736) | internal void CheckDisposedStatus() method CheckAccessMode (line 758) | internal void CheckAccessMode(int grfMode) method EnsureTransformInformation (line 790) | private void EnsureTransformInformation() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/IO/Packaging/CompoundFile/VersionPair.cs class VersionPair (line 23) | internal class VersionPair : IComparable method VersionPair (line 41) | internal VersionPair(Int16 major, Int16 minor) method ToString (line 106) | public override string ToString() => string.Create(null, stackalloc ch... method Equals (line 239) | public override bool Equals(Object obj) method GetHashCode (line 264) | public override int GetHashCode() method CompareTo (line 277) | public int CompareTo(Object obj) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/IO/Packaging/EncryptedPackage.cs class EncryptedPackageEnvelope (line 15) | public class EncryptedPackageEnvelope : IDisposable method EncryptedPackageEnvelope (line 40) | internal method EncryptedPackageEnvelope (line 77) | internal method EncryptedPackageEnvelope (line 122) | internal method EncryptedPackageEnvelope (line 165) | internal method EncryptedPackageEnvelope (line 208) | internal method EncryptedPackageEnvelope (line 234) | internal method Create (line 272) | public static EncryptedPackageEnvelope method Create (line 297) | public static EncryptedPackageEnvelope method CreateFromPackage (line 323) | public static EncryptedPackageEnvelope method CreateFromPackage (line 356) | public static EncryptedPackageEnvelope method Open (line 379) | public static EncryptedPackageEnvelope method Open (line 399) | public static EncryptedPackageEnvelope method Open (line 422) | public static EncryptedPackageEnvelope method Open (line 439) | public static EncryptedPackageEnvelope method IsEncryptedPackageEnvelope (line 461) | public static bool method IsEncryptedPackageEnvelope (line 516) | public static bool method Flush (line 562) | public void Flush() method Close (line 582) | public void Close() method Dispose (line 602) | public void Dispose() method GetPackage (line 670) | public Package GetPackage() method GetPackageStream (line 741) | internal Stream GetPackageStream() method InitializeRMForCreate (line 817) | private void method InitForOpen (line 873) | private void method ContainsEncryptedPackageStream (line 933) | private static bool method EnsurePackageStream (line 944) | private void EnsurePackageStream() method Dispose (line 984) | protected virtual void method CheckDisposed (line 1060) | private void method EmbedPackage (line 1075) | private void method ThrowIfRMEncryptionInfoInvalid (line 1116) | private void ThrowIfRMEncryptionInfoInvalid( FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/IO/Packaging/PackageDigitalSignature.cs type VerifyResult (line 14) | public enum VerifyResult : int class PackageDigitalSignature (line 50) | public class PackageDigitalSignature method GetPartTransformList (line 248) | public List GetPartTransformList(Uri partName) method Verify (line 262) | public VerifyResult Verify() method Verify (line 279) | public VerifyResult Verify(X509Certificate signingCertificate) method PackageDigitalSignature (line 323) | internal PackageDigitalSignature( method PackageDigitalSignature (line 338) | internal PackageDigitalSignature( method Invalidate (line 349) | internal void Invalidate() method GetCertificatePart (line 362) | internal CertificatePart GetCertificatePart() method SetCertificatePart (line 393) | internal void SetCertificatePart(CertificatePart certificatePart) method ThrowIfInvalidated (line 411) | private void ThrowIfInvalidated() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/IO/Packaging/PackageDigitalSignatureManager.cs type CertificateEmbeddingOption (line 19) | public enum CertificateEmbeddingOption : int class SignatureVerificationEventArgs (line 46) | public class SignatureVerificationEventArgs : EventArgs method SignatureVerificationEventArgs (line 80) | internal SignatureVerificationEventArgs(PackageDigitalSignature signat... class PackageDigitalSignatureManager (line 105) | public sealed class PackageDigitalSignatureManager method PackageDigitalSignatureManager (line 322) | public PackageDigitalSignatureManager(Package package) method Sign (line 343) | public PackageDigitalSignature Sign(IEnumerable parts) method Sign (line 357) | public PackageDigitalSignature Sign(IEnumerable parts, X509Certif... method Sign (line 371) | public PackageDigitalSignature Sign(IEnumerable parts, X509Certif... method Sign (line 386) | public PackageDigitalSignature Sign( method Sign (line 436) | public PackageDigitalSignature Sign( method Countersign (line 568) | public PackageDigitalSignature Countersign() method Countersign (line 591) | public PackageDigitalSignature Countersign(X509Certificate certificate) method Countersign (line 621) | public PackageDigitalSignature Countersign(X509Certificate certificate... method VerifySignatures (line 647) | public VerifyResult VerifySignatures(bool exitOnFailure) method RemoveSignature (line 684) | public void RemoveSignature(Uri signatureUri) method RemoveAllSignatures (line 722) | public void RemoveAllSignatures() method GetSignature (line 768) | public PackageDigitalSignature GetSignature(Uri signatureUri) method VerifyCertificate (line 788) | public static X509ChainStatusFlags VerifyCertificate(X509Certificate c... method PromptForSigningCertificate (line 839) | internal static X509Certificate PromptForSigningCertificate(IntPtr hwn... class StringMatchPredicate (line 888) | private class StringMatchPredicate method StringMatchPredicate (line 890) | public StringMatchPredicate(String id) method Match (line 895) | public bool Match(String id) method VerifyPartsExist (line 909) | private void VerifyPartsExist(IEnumerable parts) method VerifySignArguments (line 937) | private void VerifySignArguments(IEnumerable parts, method EnumeratorEmptyCheck (line 990) | private bool EnumeratorEmptyCheck(System.Collections.IEnumerable enume... method InternalRemoveSignature (line 1021) | private void InternalRemoveSignature(Uri signatureUri, int countOfSign... method SafeVisitRelationships (line 1055) | private void SafeVisitRelationships(PackageRelationshipCollection rela... method SafeVisitRelationships (line 1066) | private void SafeVisitRelationships(PackageRelationshipCollection rela... method DeleteCertificateIfReferenceCountBecomesZeroVisitor (line 1084) | private bool DeleteCertificateIfReferenceCountBecomesZeroVisitor(Packa... method DeleteRelationshipOfTypePackageToOriginVisitor (line 1103) | private bool DeleteRelationshipOfTypePackageToOriginVisitor(PackageRel... method DeleteRelationshipToSignature (line 1129) | private bool DeleteRelationshipToSignature(PackageRelationship r, Obje... method DeleteOriginPart (line 1146) | private void DeleteOriginPart() method GetSignatureIndex (line 1170) | private int GetSignatureIndex(Uri uri) method CertificatePartReferenceCount (line 1186) | private int CertificatePartReferenceCount(Uri certificatePartUri) method GenerateSignaturePartName (line 1208) | private Uri GenerateSignaturePartName() method EnsureSignatures (line 1215) | private void EnsureSignatures() method OriginPartExists (line 1262) | private bool OriginPartExists() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/IO/Packaging/RightsManagementInformation.cs class RightsManagementInformation (line 15) | public class RightsManagementInformation method RightsManagementInformation (line 20) | internal method LoadPublishLicense (line 56) | public PublishLicense LoadPublishLicense() method SavePublishLicense (line 81) | public void SavePublishLicense(PublishLicense publishLicense) method LoadUseLicense (line 104) | public UseLicense LoadUseLicense(ContentUser userKey) method SaveUseLicense (line 130) | public void SaveUseLicense(ContentUser userKey, UseLicense useLicense) method DeleteUseLicense (line 149) | public void DeleteUseLicense(ContentUser userKey) method GetEmbeddedUseLicenses (line 164) | public IDictionary GetEmbeddedUseLicenses() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Reflection/ICustomTypeProvider.cs type ICustomTypeProvider (line 9) | public interface ICustomTypeProvider { method GetCustomType (line 11) | Type GetCustomType(); FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Security/RightsManagement/AuthenticationType.cs type AuthenticationType (line 9) | public enum AuthenticationType : int FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Security/RightsManagement/CryptoProvider.cs class CryptoProvider (line 15) | public class CryptoProvider : IDisposable method Dispose (line 34) | public void Dispose() method Encrypt (line 51) | public byte[] Encrypt(byte[] clearText) method Decrypt (line 107) | public byte[] Decrypt(byte[] cryptoText) method Dispose (line 167) | protected virtual void Dispose(bool disposing) method CryptoProvider (line 319) | internal CryptoProvider(List boundLicenseH... method DecryptPublishLicense (line 347) | internal UnsignedPublishLicense DecryptPublishLicense(string serialize... method CheckDisposed (line 370) | private void CheckDisposed() method QueryBlockSize (line 377) | private int QueryBlockSize() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Security/RightsManagement/Exceptions.cs class RightsManagementException (line 14) | [Serializable()] method RightsManagementException (line 22) | public RightsManagementException() : method RightsManagementException (line 31) | public RightsManagementException(string message) : base(message) method RightsManagementException (line 41) | public RightsManagementException(string message, Exception innerExcept... method RightsManagementException (line 53) | public RightsManagementException(RightsManagementFailureCode failureCo... method RightsManagementException (line 71) | public RightsManagementException(RightsManagementFailureCode failureCo... method RightsManagementException (line 87) | public RightsManagementException(RightsManagementFailureCode failureCo... method RightsManagementException (line 106) | public RightsManagementException(RightsManagementFailureCode failureCo... method RightsManagementException (line 120) | protected RightsManagementException(SerializationInfo info, StreamingC... method GetObjectData (line 135) | public override void GetObjectData(SerializationInfo info, StreamingCo... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Security/RightsManagement/Grant.cs class ContentGrant (line 10) | public class ContentGrant method ContentGrant (line 15) | public ContentGrant(ContentUser user, ContentRight right) method ContentGrant (line 24) | public ContentGrant(ContentUser user, ContentRight right, DateTime val... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Security/RightsManagement/LocalizedNameDescriptionPair.cs class LocalizedNameDescriptionPair (line 11) | public class LocalizedNameDescriptionPair method LocalizedNameDescriptionPair (line 16) | public LocalizedNameDescriptionPair(string name, string description) method Equals (line 53) | public override bool Equals(object obj) method GetHashCode (line 70) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Security/RightsManagement/PublishLicense.cs class PublishLicense (line 15) | public class PublishLicense method PublishLicense (line 21) | public PublishLicense(string signedPublishLicense) method DecryptUnsignedPublishLicense (line 67) | public UnsignedPublishLicense DecryptUnsignedPublishLicense(CryptoProv... method ToString (line 132) | public override string ToString() method AcquireUseLicense (line 141) | public UseLicense AcquireUseLicense(SecureEnvironment secureEnvironment) method AcquireUseLicenseNoUI (line 157) | public UseLicense AcquireUseLicenseNoUI(SecureEnvironment secureEnviro... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Security/RightsManagement/Right.cs type ContentRight (line 9) | public enum ContentRight : int FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Security/RightsManagement/RightsManagementFailureCode.cs type RightsManagementFailureCode (line 9) | public enum RightsManagementFailureCode : int FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Security/RightsManagement/SecureEnvironment.cs class SecureEnvironment (line 13) | public class SecureEnvironment : IDisposable method Create (line 22) | public static SecureEnvironment Create(string applicationManifest, method Create (line 43) | public static SecureEnvironment Create(string applicationManifest, method IsUserActivated (line 57) | public static bool IsUserActivated(ContentUser user) method RemoveActivatedUser (line 79) | public static void RemoveActivatedUser(ContentUser user) method GetActivatedUsers (line 119) | public static ReadOnlyCollection GetActivatedUsers() method Dispose (line 167) | public void Dispose() method Dispose (line 204) | protected virtual void Dispose(bool disposing) method CriticalCreate (line 233) | private static SecureEnvironment CriticalCreate(string applicationMani... method CriticalCreate (line 265) | private static SecureEnvironment CriticalCreate( method SecureEnvironment (line 335) | private SecureEnvironment(string applicationManifest, method CheckDisposed (line 351) | private void CheckDisposed() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Security/RightsManagement/UnsignedPublishLicense.cs class UnsignedPublishLicense (line 14) | public class UnsignedPublishLicense method UnsignedPublishLicense (line 19) | public UnsignedPublishLicense() method UnsignedPublishLicense (line 30) | public UnsignedPublishLicense(string publishLicenseTemplate) :this () method Sign (line 59) | public PublishLicense Sign(SecureEnvironment secureEnvironment, out Us... method ToString (line 206) | public override string ToString() method UnsignedPublishLicense (line 232) | internal UnsignedPublishLicense(SafeRightsManagementHandle boundLicens... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Security/RightsManagement/UseLicense.cs class UseLicense (line 13) | public class UseLicense method UseLicense (line 18) | public UseLicense(string useLicense) method ToString (line 80) | public override string ToString() method Bind (line 90) | public CryptoProvider Bind (SecureEnvironment secureEnvironment) method Equals (line 119) | public override bool Equals(object x) method GetHashCode (line 136) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Security/RightsManagement/User.cs class ContentUser (line 13) | public class ContentUser method ContentUser (line 19) | public ContentUser(string name, AuthenticationType authenticationType) method IsAuthenticated (line 82) | public bool IsAuthenticated() method Equals (line 104) | public override bool Equals(object obj) method GetHashCode (line 161) | public override int GetHashCode() method GenericEquals (line 199) | internal bool GenericEquals(ContentUser userObj) class ContentUserComparer (line 220) | internal sealed class ContentUserComparer : IEqualityComparer.Equals(ContentUser user1, Conten... method GetHashCode (line 228) | int IEqualityComparer.GetHashCode(ContentUser user) method CompareToAnyone (line 241) | internal static bool CompareToAnyone(string name) method CompareToOwner (line 246) | internal static bool CompareToOwner(string name) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Security/RightsManagement/UserActivationMode.cs type UserActivationMode (line 9) | public enum UserActivationMode : int FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/AccessibilitySwitches.cs class AccessibilitySwitches (line 19) | internal static class AccessibilitySwitches method SetSwitchDefaults (line 163) | internal static void SetSwitchDefaults(string platformIdentifier, int ... method VerifySwitches (line 182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method VerifyDependencies (line 210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DispatchOnError (line 227) | private static void DispatchOnError(Dispatcher dispatcher, string mess... method WriteEventAndThrow (line 239) | private static void WriteEventAndThrow(string message) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/AttachedPropertyBrowsableAttribute.cs class AttachedPropertyBrowsableAttribute (line 16) | public abstract class AttachedPropertyBrowsableAttribute : Attribute method IsBrowsable (line 46) | internal abstract bool IsBrowsable(DependencyObject d, DependencyPrope... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/AttachedPropertyBrowsableForTypeAttribute.cs class AttachedPropertyBrowsableForTypeAttribute (line 12) | [AttributeUsage(AttributeTargets.Method, AllowMultiple = true)] method AttachedPropertyBrowsableForTypeAttribute (line 28) | public AttachedPropertyBrowsableForTypeAttribute(Type targetType) method Equals (line 78) | public override bool Equals(object obj) method GetHashCode (line 88) | public override int GetHashCode() method IsBrowsable (line 106) | internal override bool IsBrowsable(DependencyObject d, DependencyPrope... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/AttachedPropertyBrowsableWhenAttributePresentAttribute.cs class AttachedPropertyBrowsableWhenAttributePresentAttribute (line 12) | [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] method AttachedPropertyBrowsableWhenAttributePresentAttribute (line 27) | public AttachedPropertyBrowsableWhenAttributePresentAttribute(Type att... method Equals (line 64) | public override bool Equals(object obj) method GetHashCode (line 74) | public override int GetHashCode() method IsBrowsable (line 92) | internal override bool IsBrowsable(DependencyObject d, DependencyPrope... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/BaseCompatibilityPreferences.cs class BaseCompatibilityPreferences (line 10) | public static class BaseCompatibilityPreferences method BaseCompatibilityPreferences (line 14) | static BaseCompatibilityPreferences() method GetReuseDispatcherSynchronizationContextInstance (line 92) | internal static bool GetReuseDispatcherSynchronizationContextInstance() method GetFlowDispatcherSynchronizationContextPriority (line 143) | internal static bool GetFlowDispatcherSynchronizationContextPriority() method GetInlineDispatcherSynchronizationContextSend (line 193) | internal static bool GetInlineDispatcherSynchronizationContextSend() method SetMatchPackageSignatureMethodToPackagePartDigestMethod (line 228) | private static void SetMatchPackageSignatureMethodToPackagePartDigestM... method SetMatchPackageSignatureMethodToPackagePartDigestMethodFromAppSettings (line 236) | private static bool SetMatchPackageSignatureMethodToPackagePartDigestM... method SetMatchPackageSignatureMethodToPackagePartDigestMethodFromRegistry (line 257) | private static void SetMatchPackageSignatureMethodToPackagePartDigestM... type HandleDispatcherRequestProcessingFailureOptions (line 329) | public enum HandleDispatcherRequestProcessingFailureOptions method SetHandleDispatcherRequestProcessingFailureFromAppSettings (line 354) | private static void SetHandleDispatcherRequestProcessingFailureFromApp... method Seal (line 370) | private static void Seal() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Converters/Generated/Int32RectValueSerializer.cs class Int32RectValueSerializer (line 23) | public class Int32RectValueSerializer : ValueSerializer method CanConvertFromString (line 28) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 36) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 50) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 65) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Converters/Generated/PointValueSerializer.cs class PointValueSerializer (line 23) | public class PointValueSerializer : ValueSerializer method CanConvertFromString (line 28) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 36) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 50) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 65) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Converters/Generated/RectValueSerializer.cs class RectValueSerializer (line 23) | public class RectValueSerializer : ValueSerializer method CanConvertFromString (line 28) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 36) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 50) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 65) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Converters/Generated/SizeValueSerializer.cs class SizeValueSerializer (line 23) | public class SizeValueSerializer : ValueSerializer method CanConvertFromString (line 28) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 36) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 50) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 65) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Converters/Generated/VectorValueSerializer.cs class VectorValueSerializer (line 23) | public class VectorValueSerializer : ValueSerializer method CanConvertFromString (line 28) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 36) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 50) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 65) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Data/DataSourceProvider.cs class DataSourceProvider (line 31) | public abstract class DataSourceProvider : INotifyPropertyChanged, ISupp... method DataSourceProvider (line 36) | protected DataSourceProvider() method InitialLoad (line 58) | public void InitialLoad() method Refresh (line 80) | public void Refresh() method DeferRefresh (line 142) | public virtual IDisposable DeferRefresh() method BeginInit (line 153) | void ISupportInitialize.BeginInit() method EndInit (line 161) | void ISupportInitialize.EndInit() method BeginQuery (line 243) | protected virtual void BeginQuery() method OnQueryFinished (line 257) | protected void OnQueryFinished(object newData) method OnQueryFinished (line 275) | protected virtual void OnQueryFinished(object newData, Exception error, method OnPropertyChanged (line 302) | protected virtual void OnPropertyChanged(PropertyChangedEventArgs e) method BeginInit (line 314) | protected virtual void BeginInit() method EndInit (line 323) | protected virtual void EndInit() method EndDefer (line 338) | private void EndDefer() method UpdateWithNewResult (line 348) | private static object UpdateWithNewResult(object arg) method UpdateWithNewResult (line 363) | private void UpdateWithNewResult(Exception error, object newData, Disp... class DeferHelper (line 399) | private class DeferHelper : IDisposable method DeferHelper (line 401) | public DeferHelper(DataSourceProvider provider) method Dispose (line 406) | public void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DeferredReference.cs class DeferredReference (line 24) | internal abstract class DeferredReference method GetValue (line 35) | internal abstract object GetValue(BaseValueSourceInternal valueSource); method GetValueType (line 38) | internal abstract Type GetValueType(); class DeferredMutableDefaultReference (line 43) | internal class DeferredMutableDefaultReference : DeferredReference method DeferredMutableDefaultReference (line 47) | internal DeferredMutableDefaultReference(PropertyMetadata metadata, De... method GetValue (line 58) | internal override object GetValue(BaseValueSourceInternal valueSource) method GetValueType (line 64) | internal override Type GetValueType() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DependencyObject.cs class DependencyObject (line 39) | [System.ComponentModel.TypeDescriptionProvider(typeof(MS.Internal.Compon... method DependencyObject (line 50) | public DependencyObject() method Initialize (line 71) | private void Initialize() method Seal (line 81) | internal virtual void Seal() method Equals (line 137) | public sealed override bool Equals(Object obj) method GetHashCode (line 146) | public sealed override int GetHashCode() method GetValue (line 156) | public object GetValue(DependencyProperty dp) method GetValueEntry (line 178) | internal EffectiveValueEntry GetValueEntry( method GetEffectiveValue (line 295) | private EffectiveValueEntry GetEffectiveValue( method SetValue (line 407) | public void SetValue(DependencyProperty dp, object value) method SetCurrentValue (line 434) | public void SetCurrentValue(DependencyProperty dp, object value) method SetValue (line 453) | internal void SetValue(DependencyProperty dp, bool value) method SetCurrentValue (line 464) | internal void SetCurrentValue(DependencyProperty dp, bool value) method SetValueInternal (line 475) | internal void SetValueInternal(DependencyProperty dp, object value) method SetCurrentValueInternal (line 495) | internal void SetCurrentValueInternal(DependencyProperty dp, object va... method SetDeferredValue (line 512) | internal void SetDeferredValue(DependencyProperty dp, DeferredReferenc... method SetCurrentDeferredValue (line 524) | internal void SetCurrentDeferredValue(DependencyProperty dp, DeferredR... method SetMutableDefaultValue (line 536) | internal void SetMutableDefaultValue(DependencyProperty dp, object value) method SetValue (line 551) | internal void SetValue(DependencyPropertyKey dp, bool value) method SetValue (line 559) | public void SetValue(DependencyPropertyKey key, object value) method SetupPropertyChange (line 579) | private PropertyMetadata SetupPropertyChange(DependencyProperty dp) method SetupPropertyChange (line 598) | private PropertyMetadata SetupPropertyChange(DependencyPropertyKey key... method SetValueCommon (line 616) | private void SetValueCommon( method ProvideSelfAsInheritanceContext (line 828) | internal bool ProvideSelfAsInheritanceContext( object value, Dependenc... method ProvideSelfAsInheritanceContext (line 840) | internal bool ProvideSelfAsInheritanceContext( DependencyObject doValu... method RemoveSelfAsInheritanceContext (line 872) | internal bool RemoveSelfAsInheritanceContext( object value, Dependency... method RemoveSelfAsInheritanceContext (line 884) | internal bool RemoveSelfAsInheritanceContext( DependencyObject doValue... method ClearValue (line 918) | public void ClearValue(DependencyProperty dp) method ClearValue (line 936) | public void ClearValue(DependencyPropertyKey key) method ClearValueCommon (line 956) | private void ClearValueCommon(EntryIndex entryIndex, DependencyPropert... method ContainsValue (line 1011) | internal bool ContainsValue(DependencyProperty dp) method ChangeExpressionSources (line 1028) | internal static void ChangeExpressionSources(Expression expr, Dependen... method CoerceValue (line 1064) | public void CoerceValue(DependencyProperty dp) method InvalidateSubProperty (line 1118) | internal void InvalidateSubProperty(DependencyProperty dp) method NotifySubPropertyChange (line 1136) | internal void NotifySubPropertyChange(DependencyProperty dp) method InvalidateProperty (line 1152) | public void InvalidateProperty(DependencyProperty dp) method InvalidateProperty (line 1173) | internal void InvalidateProperty(DependencyProperty dp, bool preserveC... method UpdateEffectiveValue (line 1204) | internal UpdateResult UpdateEffectiveValue( method ProcessCoerceValue (line 1622) | private void ProcessCoerceValue( method NotifyPropertyChange (line 1710) | internal void NotifyPropertyChange(DependencyPropertyChangedEventArgs ... method EvaluateExpression (line 1755) | private EffectiveValueEntry EvaluateExpression( method EvaluateEffectiveValue (line 1820) | private EffectiveValueEntry EvaluateEffectiveValue( method EvaluateBaseValueCore (line 2001) | internal virtual void EvaluateBaseValueCore( method EvaluateAnimatedValueCore (line 2011) | internal virtual void EvaluateAnimatedValueCore( method OnPropertyChanged (line 2022) | protected virtual void OnPropertyChanged(DependencyPropertyChangedEven... method ShouldSerializeProperty (line 2046) | protected internal virtual bool ShouldSerializeProperty( DependencyPro... method GetValueSource (line 2051) | internal BaseValueSourceInternal GetValueSource(DependencyProperty dp,... method GetValueSource (line 2057) | internal BaseValueSourceInternal GetValueSource(DependencyProperty dp,... method ReadLocalValue (line 2129) | public object ReadLocalValue(DependencyProperty dp) method ReadLocalValueEntry (line 2151) | internal object ReadLocalValueEntry(EntryIndex entryIndex, DependencyP... method GetLocalValueEnumerator (line 2186) | public LocalValueEnumerator GetLocalValueEnumerator() method UpdateSourceDependentLists (line 2344) | internal static void UpdateSourceDependentLists(DependencyObject d, De... method ValidateSources (line 2426) | internal static void ValidateSources(DependencyObject d, DependencySou... method RegisterForAlternativeExpressionStorage (line 2452) | internal static void RegisterForAlternativeExpressionStorage( method HasAnyExpression (line 2470) | internal bool HasAnyExpression() method HasExpression (line 2500) | internal bool HasExpression(EntryIndex entryIndex, DependencyProperty dp) method GetExpression (line 2518) | private static Expression GetExpression(DependencyObject d, Dependency... method AddInheritanceContext (line 2572) | internal virtual void AddInheritanceContext(DependencyObject context, ... method RemoveInheritanceContext (line 2585) | internal virtual void RemoveInheritanceContext(DependencyObject contex... method ShouldProvideInheritanceContext (line 2593) | internal virtual bool ShouldProvideInheritanceContext(DependencyObject... method OnInheritanceContextChanged (line 2606) | internal void OnInheritanceContextChanged(EventArgs args) method OnInheritanceContextChangedCore (line 2655) | internal virtual void OnInheritanceContextChangedCore(EventArgs args) method IsTreeWalkOperation (line 2738) | internal static bool IsTreeWalkOperation(OperationType operation) method Debug_AssertNoInheritanceContextListeners (line 2750) | [Conditional ("DEBUG")] method BeginPropertyInitialization (line 2832) | internal void BeginPropertyInitialization() method EndPropertyInitialization (line 2844) | internal void EndPropertyInitialization() method SetInheritanceParent (line 2888) | private void SetInheritanceParent(DependencyObject newParent) method SetIsSelfInheritanceParent (line 2932) | internal void SetIsSelfInheritanceParent() method SynchronizeInheritanceParent (line 2957) | internal void SynchronizeInheritanceParent(DependencyObject parent) method MergeInheritableProperties (line 2985) | private void MergeInheritableProperties(DependencyObject inheritancePa... method CheckEntryIndex (line 3027) | private EntryIndex CheckEntryIndex(EntryIndex entryIndex, int targetIn... method LookupEntry (line 3046) | internal EntryIndex LookupEntry(int targetIndex) method InsertEntry (line 3102) | private void InsertEntry(EffectiveValueEntry entry, uint entryIndex) method RemoveEntry (line 3152) | private void RemoveEntry(uint entryIndex, DependencyProperty dp) method SetEffectiveValue (line 3181) | internal void SetEffectiveValue(EntryIndex entryIndex, DependencyPrope... method SetEffectiveValue (line 3263) | internal void SetEffectiveValue(EntryIndex entryIndex, DependencyPrope... method UnsetEffectiveValue (line 3339) | internal void UnsetEffectiveValue(EntryIndex entryIndex, DependencyPro... method SetExpressionValue (line 3355) | private void SetExpressionValue(EntryIndex entryIndex, object value, o... method Equals (line 3375) | private bool Equals(DependencyProperty dp, object value1, object value2) type UpdateResult (line 3473) | internal enum UpdateResult type RequestFlags (line 3480) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DependencyObjectType.cs class DependencyObjectType (line 26) | public class DependencyObjectType method FromSystemType (line 36) | public static DependencyObjectType FromSystemType(Type systemType) method FromSystemTypeInternal (line 52) | internal static DependencyObjectType FromSystemTypeInternal(Type syste... method FromSystemTypeRecursive (line 72) | private static DependencyObjectType FromSystemTypeRecursive(Type syste... method IsInstanceOfType (line 140) | public bool IsInstanceOfType(DependencyObject dependencyObject) method IsSubclassOf (line 173) | public bool IsSubclassOf(DependencyObjectType dependencyObjectType) method GetHashCode (line 199) | public override int GetHashCode() method DependencyObjectType (line 205) | private DependencyObjectType() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DependencyProperty.cs class DependencyProperty (line 19) | [TypeConverter("System.Windows.Markup.DependencyPropertyConverter, Prese... method Register (line 30) | public static DependencyProperty Register(string name, Type propertyTy... method Register (line 44) | public static DependencyProperty Register(string name, Type propertyTy... method Register (line 59) | public static DependencyProperty Register(string name, Type propertyTy... method RegisterReadOnly (line 86) | public static DependencyPropertyKey RegisterReadOnly( method RegisterReadOnly (line 100) | public static DependencyPropertyKey RegisterReadOnly( method RegisterAttachedReadOnly (line 154) | public static DependencyPropertyKey RegisterAttachedReadOnly(string na... method RegisterAttachedReadOnly (line 164) | public static DependencyPropertyKey RegisterAttachedReadOnly(string na... method RegisterAttached (line 200) | public static DependencyProperty RegisterAttached(string name, Type pr... method RegisterAttached (line 214) | public static DependencyProperty RegisterAttached(string name, Type pr... method RegisterAttached (line 229) | public static DependencyProperty RegisterAttached(string name, Type pr... method RegisterParameterValidation (line 236) | private static void RegisterParameterValidation(string name, Type prop... method RegisterCommon (line 249) | private static DependencyProperty RegisterCommon(string name, Type pro... method AutoGenerateDefaultValue (line 313) | private static object AutoGenerateDefaultValue( method AutoGeneratePropertyMetadata (line 329) | private static PropertyMetadata AutoGeneratePropertyMetadata( method ValidateMetadataDefaultValue (line 350) | private static void ValidateMetadataDefaultValue( method ValidateFactoryDefaultValue (line 371) | internal void ValidateFactoryDefaultValue(object defaultValue) method ValidateDefaultValueCommon (line 376) | private static void ValidateDefaultValueCommon( method SetupOverrideMetadata (line 444) | private void SetupOverrideMetadata( method OverrideMetadata (line 494) | public void OverrideMetadata(Type forType, PropertyMetadata typeMetadata) method OverrideMetadata (line 515) | public void OverrideMetadata(Type forType, PropertyMetadata typeMetada... method ProcessOverrideMetadata (line 550) | private void ProcessOverrideMetadata( method GetDefaultValue (line 594) | internal object GetDefaultValue(DependencyObjectType dependencyObjectT... method GetDefaultValue (line 604) | internal object GetDefaultValue(Type forType) method GetMetadata (line 619) | public PropertyMetadata GetMetadata(Type forType) method GetMetadata (line 630) | public PropertyMetadata GetMetadata(DependencyObject dependencyObject) method GetMetadata (line 640) | public PropertyMetadata GetMetadata(DependencyObjectType dependencyObj... method AddOwner (line 730) | public DependencyProperty AddOwner(Type ownerType) method AddOwner (line 745) | public DependencyProperty AddOwner(Type ownerType, PropertyMetadata ty... method GetHashCode (line 863) | public override int GetHashCode() method IsValidType (line 873) | public bool IsValidType(object value) method IsValidValue (line 885) | public bool IsValidValue(object value) method VerifyReadOnlyKey (line 923) | internal void VerifyReadOnlyKey( DependencyPropertyKey candidateKey ) method IsValidValueInternal (line 939) | internal bool IsValidValueInternal(object value) method FromName (line 959) | internal static DependencyProperty FromName(string name, Type ownerType) method ToString (line 989) | public override string ToString() method IsValidType (line 995) | internal static bool IsValidType(object value, Type propertyType) type FromNameKey (line 1018) | private readonly struct FromNameKey : IEquatable method FromNameKey (line 1020) | public FromNameKey(string name, Type ownerType) method GetHashCode (line 1028) | public override int GetHashCode() method Equals (line 1033) | public override bool Equals(object o) method Equals (line 1038) | public bool Equals(FromNameKey key) method DependencyProperty (line 1050) | private DependencyProperty(string name, Type propertyType, Type ownerT... method GetUniqueGlobalIndex (line 1090) | internal static int GetUniqueGlobalIndex(Type ownerType, string name) type Flags (line 1143) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DependencyPropertyChangedEventArgs.cs type DependencyPropertyChangedEventArgs (line 9) | public struct DependencyPropertyChangedEventArgs method DependencyPropertyChangedEventArgs (line 25) | public DependencyPropertyChangedEventArgs(DependencyProperty property,... method DependencyPropertyChangedEventArgs (line 39) | internal DependencyPropertyChangedEventArgs(DependencyProperty propert... method DependencyPropertyChangedEventArgs (line 53) | internal DependencyPropertyChangedEventArgs(DependencyProperty propert... method DependencyPropertyChangedEventArgs (line 68) | internal DependencyPropertyChangedEventArgs( method GetHashCode (line 256) | public override int GetHashCode() method Equals (line 263) | public override bool Equals(object obj) method Equals (line 270) | public bool Equals(DependencyPropertyChangedEventArgs args) method WritePrivateFlag (line 302) | private void WritePrivateFlag(PrivateFlags bit, bool value) method ReadPrivateFlag (line 314) | private bool ReadPrivateFlag(PrivateFlags bit) type PrivateFlags (line 323) | private enum PrivateFlags : byte type OperationType (line 346) | internal enum OperationType : byte FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DependencyPropertyKey.cs class DependencyPropertyKey (line 17) | public sealed class DependencyPropertyKey method DependencyPropertyKey (line 31) | internal DependencyPropertyKey(DependencyProperty dp) method OverrideMetadata (line 40) | public void OverrideMetadata( Type forType, PropertyMetadata typeMetad... method SetDependencyProperty (line 52) | internal void SetDependencyProperty(DependencyProperty dp) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DependencyPropertyValueSerializer.cs class DependencyPropertyValueSerializer (line 10) | internal class DependencyPropertyValueSerializer : ValueSerializer method CanConvertToString (line 12) | public override bool CanConvertToString(object value, IValueSerializer... method CanConvertFromString (line 17) | public override bool CanConvertFromString(string value, IValueSerializ... method ConvertToString (line 22) | public override string ConvertToString(object value, IValueSerializerC... method TypeReferences (line 36) | public override IEnumerable TypeReferences(object value, IValueS... method ConvertFromString (line 48) | public override object ConvertFromString(string value, IValueSerialize... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DependencySource.cs class DependencySource (line 14) | internal sealed class DependencySource method DependencySource (line 21) | public DependencySource(DependencyObject d, DependencyProperty dp) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DependentList.cs class DependentList (line 13) | internal class DependentList: MS.Utility.FrugalObjectList method Add (line 15) | public void Add(DependencyObject d, DependencyProperty dp, Expression ... method Remove (line 27) | public void Remove(DependencyObject d, DependencyProperty dp, Expressi... method InvalidateDependents (line 52) | public void InvalidateDependents(DependencyObject source, DependencyPr... method CleanUpDeadWeakReferences (line 80) | private void CleanUpDeadWeakReferences() type Dependent (line 129) | internal struct Dependent method IsValid (line 135) | public bool IsValid() method Dependent (line 148) | public Dependent(DependencyObject o, DependencyProperty p, Expression e) method Equals (line 182) | public override bool Equals(object o) method GetHashCode (line 229) | public override int GetHashCode() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DesignerSerializationOptions.cs type DesignerSerializationOptions (line 9) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DesignerSerializationOptionsAttribute.cs class DesignerSerializationOptionsAttribute (line 11) | [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | Att... method DesignerSerializationOptionsAttribute (line 19) | public DesignerSerializationOptionsAttribute(DesignerSerializationOpti... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/EffectiveValueEntry.cs type EffectiveValueEntry (line 15) | internal struct EffectiveValueEntry method CreateDefaultValueEntry (line 19) | internal static EffectiveValueEntry CreateDefaultValueEntry(Dependency... method EffectiveValueEntry (line 28) | internal EffectiveValueEntry(DependencyProperty dp) method EffectiveValueEntry (line 35) | internal EffectiveValueEntry(DependencyProperty dp, BaseValueSourceInt... method EffectiveValueEntry (line 42) | internal EffectiveValueEntry(DependencyProperty dp, FullValueSource fu... method SetExpressionValue (line 49) | internal void SetExpressionValue(object value, object baseValue) method SetAnimatedValue (line 63) | internal void SetAnimatedValue(object value, object baseValue) method SetCoercedValue (line 83) | internal void SetCoercedValue(object value, object baseValue, bool ski... method ResetAnimatedValue (line 123) | internal void ResetAnimatedValue() method ResetCoercedValue (line 143) | internal void ResetCoercedValue() method ResetValue (line 163) | internal void ResetValue(object value, bool hasExpressionMarker) method RestoreExpressionMarker (line 179) | internal void RestoreExpressionMarker() method ComputeIsDeferred (line 202) | private void ComputeIsDeferred() method GetFlattenedEntry (line 320) | internal EffectiveValueEntry GetFlattenedEntry(RequestFlags requests) method SetAnimationBaseValue (line 428) | internal void SetAnimationBaseValue(object animationBaseValue) method SetCoersionBaseValue (line 452) | internal void SetCoersionBaseValue(object coersionBaseValue) method EnsureModifiedValue (line 531) | private ModifiedValue EnsureModifiedValue(bool useWeakReferenceForBase... method Clear (line 551) | internal void Clear() method WritePrivateFlag (line 562) | private void WritePrivateFlag(FullValueSource bit, bool value) method ReadPrivateFlag (line 574) | private bool ReadPrivateFlag(FullValueSource bit) type FullValueSource (line 591) | internal enum FullValueSource : short type BaseValueSourceInternal (line 613) | internal enum BaseValueSourceInternal : short class ModifiedValue (line 629) | internal class ModifiedValue method SetBaseValue (line 660) | internal void SetBaseValue(object value, bool useWeakReference) class BaseValueWeakReference (line 676) | private class BaseValueWeakReference : WeakReference method BaseValueWeakReference (line 678) | public BaseValueWeakReference(object target) : base(target) {} FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/EntryIndex.cs type EntryIndex (line 17) | internal struct EntryIndex method EntryIndex (line 19) | public EntryIndex(uint index) method EntryIndex (line 25) | public EntryIndex(uint index, bool found) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Expression.cs type ExpressionMode (line 11) | internal enum ExpressionMode class Expression (line 72) | [TypeConverter(typeof(ExpressionConverter))] method Expression (line 78) | internal Expression() : this(ExpressionMode.None) method Expression (line 85) | internal Expression(ExpressionMode mode) method Copy (line 118) | internal virtual Expression Copy( DependencyObject targetObject, Depen... method GetSources (line 129) | internal virtual DependencySource[] GetSources() method GetValue (line 140) | internal virtual object GetValue(DependencyObject d, DependencyPropert... method SetValue (line 152) | internal virtual bool SetValue(DependencyObject d, DependencyProperty ... method OnAttach (line 162) | internal virtual void OnAttach(DependencyObject d, DependencyProperty dp) method OnDetach (line 171) | internal virtual void OnDetach(DependencyObject d, DependencyProperty dp) method OnPropertyInvalidation (line 181) | internal virtual void OnPropertyInvalidation(DependencyObject d, Depen... method ChangeSources (line 197) | internal void ChangeSources(DependencyObject d, DependencyProperty dp,... method MarkAttached (line 259) | internal void MarkAttached() method MarkDetached (line 264) | internal void MarkDetached() type InternalFlags (line 277) | [Flags] FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/ExpressionConverter.cs class ExpressionConverter (line 19) | public class ExpressionConverter : TypeConverter method CanConvertFrom (line 33) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 50) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 70) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 93) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Freezable.cs class Freezable (line 18) | public abstract class Freezable : DependencyObject, ISealable method Freezable (line 39) | protected Freezable() method Clone (line 63) | public Freezable Clone() method CloneCurrentValue (line 84) | public Freezable CloneCurrentValue() method GetAsFrozen (line 105) | public Freezable GetAsFrozen() method GetCurrentValueAsFrozen (line 130) | public Freezable GetCurrentValueAsFrozen() method Freeze (line 167) | public void Freeze() method OnPropertyChanged (line 284) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method CreateInstance (line 314) | protected Freezable CreateInstance() method CreateInstanceCore (line 329) | protected abstract Freezable CreateInstanceCore(); method CloneCore (line 347) | protected virtual void CloneCore(Freezable sourceFreezable) method CloneCurrentValueCore (line 369) | protected virtual void CloneCurrentValueCore(Freezable sourceFreezable) method GetAsFrozenCore (line 395) | protected virtual void GetAsFrozenCore(Freezable sourceFreezable) method GetCurrentValueAsFrozenCore (line 420) | protected virtual void GetCurrentValueAsFrozenCore(Freezable sourceFre... method FreezeCore (line 442) | protected virtual bool FreezeCore(bool isChecking) method GetEventStorage (line 500) | private EventStorage GetEventStorage() method OnChanged (line 523) | protected virtual void OnChanged() method GetChangeHandlersAndInvalidateSubProperties (line 534) | private void GetChangeHandlersAndInvalidateSubProperties(ref EventStor... method ReadPreamble (line 600) | protected void ReadPreamble() method WritePreamble (line 610) | protected void WritePreamble() method WritePostscript (line 627) | protected void WritePostscript() method OnFreezablePropertyChanged (line 644) | protected void OnFreezablePropertyChanged( method OnFreezablePropertyChanged (line 661) | protected void OnFreezablePropertyChanged( method Freeze (line 704) | protected internal static bool Freeze(Freezable freezable, bool isChec... method Seal (line 738) | void ISealable.Seal() method ClearContextAndHandlers (line 750) | internal void ClearContextAndHandlers() method FireChanged (line 766) | internal void FireChanged() method Seal (line 808) | internal override void Seal() method Freeze (line 817) | internal bool Freeze(bool isChecking) method CloneCoreCommon (line 876) | private void CloneCoreCommon(Freezable sourceFreezable, bool useCurren... method EnsureConsistentDispatchers (line 1002) | private static void EnsureConsistentDispatchers(DependencyObject owner... method RemoveContextInformation (line 1034) | private void RemoveContextInformation(DependencyObject context, Depend... method RemoveSingletonContext (line 1096) | private void RemoveSingletonContext() method RemoveContextList (line 1116) | private void RemoveContextList() method AddInheritanceContext (line 1138) | internal override void AddInheritanceContext(DependencyObject context,... method RemoveInheritanceContext (line 1164) | internal override void RemoveInheritanceContext(DependencyObject conte... method AddContextInformation (line 1188) | internal void AddContextInformation(DependencyObject context, Dependen... method ConvertToContextList (line 1211) | private void ConvertToContextList() method AddSingletonContext (line 1244) | private void AddSingletonContext(DependencyObject context, DependencyP... method AddContextToList (line 1277) | private void AddContextToList(DependencyObject context, DependencyProp... method PruneContexts (line 1332) | private void PruneContexts(FrugalObjectList oldL... method GetHandlers (line 1362) | private void GetHandlers(ref EventStorage calledHandlers) method HandlerAdd (line 1393) | private void HandlerAdd(EventHandler handler) method HandlerRemove (line 1416) | private void HandlerRemove(EventHandler handler) method RemoveSingletonHandler (line 1457) | private void RemoveSingletonHandler() method RemoveHandlerList (line 1477) | private void RemoveHandlerList() method ConvertToHandlerList (line 1497) | private void ConvertToHandlerList() method AddSingletonHandler (line 1527) | private void AddSingletonHandler(EventHandler handler) class HandlerContextStorage (line 1774) | private class HandlerContextStorage type FreezableContextPair (line 1784) | private struct FreezableContextPair method FreezableContextPair (line 1786) | public FreezableContextPair(DependencyObject dependObject, Dependenc... class EventStorage (line 1801) | private class EventStorage method EventStorage (line 1803) | public EventStorage(int initialSize) method Add (line 1818) | public void Add(EventHandler e) method Clear (line 1839) | public void Clear() method Debug_VerifyCloneCommon (line 1907) | private static void Debug_VerifyCloneCommon(Freezable original, object... method Debug_VerifyInstance (line 1942) | private static void Debug_VerifyInstance(String methodName, Freezable ... method Debug_DetectContextLeaks (line 1958) | private void Debug_DetectContextLeaks() method Debug_VerifyContextIsValid (line 1996) | private void Debug_VerifyContextIsValid(DependencyObject owner, Depend... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Generated/Int32Rect.cs type Int32Rect (line 20) | [Serializable] method Equals (line 82) | public static bool Equals(Int32Rect int32Rect1, Int32Rect int32Rect2) method Equals (line 108) | public override bool Equals(object o) method Equals (line 130) | public bool Equals(Int32Rect value) method GetHashCode (line 140) | public override int GetHashCode() method Parse (line 161) | public static Int32Rect Parse(string source) method ToString (line 322) | public override string ToString() method ToString (line 336) | public string ToString(IFormatProvider provider) method ToString (line 352) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 368) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Generated/Int32RectConverter.cs class Int32RectConverter (line 22) | public sealed class Int32RectConverter : TypeConverter method CanConvertFrom (line 32) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 50) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 73) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 103) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Generated/Point.cs type Point (line 20) | [Serializable] method Equals (line 80) | public static bool Equals(Point point1, Point point2) method Equals (line 97) | public override bool Equals(object o) method Equals (line 119) | public bool Equals(Point value) method GetHashCode (line 129) | public override int GetHashCode() method Parse (line 141) | public static Point Parse(string source) method ToString (line 257) | public override string ToString() method ToString (line 271) | public string ToString(IFormatProvider provider) method ToString (line 287) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 303) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Generated/PointConverter.cs class PointConverter (line 22) | public sealed class PointConverter : TypeConverter method CanConvertFrom (line 32) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 50) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 73) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 103) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Generated/Rect.cs type Rect (line 20) | [Serializable] method Equals (line 82) | public static bool Equals(Rect rect1, Rect rect2) method Equals (line 108) | public override bool Equals(object o) method Equals (line 130) | public bool Equals(Rect value) method GetHashCode (line 140) | public override int GetHashCode() method Parse (line 161) | public static Rect Parse(string source) method ToString (line 256) | public override string ToString() method ToString (line 270) | public string ToString(IFormatProvider provider) method ToString (line 286) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 302) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Generated/RectConverter.cs class RectConverter (line 22) | public sealed class RectConverter : TypeConverter method CanConvertFrom (line 32) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 50) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 73) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 103) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Generated/Size.cs type Size (line 20) | [Serializable] method Equals (line 80) | public static bool Equals(Size size1, Size size2) method Equals (line 104) | public override bool Equals(object o) method Equals (line 126) | public bool Equals(Size value) method GetHashCode (line 136) | public override int GetHashCode() method Parse (line 155) | public static Size Parse(string source) method ToString (line 248) | public override string ToString() method ToString (line 262) | public string ToString(IFormatProvider provider) method ToString (line 278) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 294) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Generated/SizeConverter.cs class SizeConverter (line 22) | public sealed class SizeConverter : TypeConverter method CanConvertFrom (line 32) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 50) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 73) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 103) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Generated/Vector.cs type Vector (line 20) | [Serializable] method Equals (line 80) | public static bool Equals(Vector vector1, Vector vector2) method Equals (line 97) | public override bool Equals(object o) method Equals (line 119) | public bool Equals(Vector value) method GetHashCode (line 129) | public override int GetHashCode() method Parse (line 141) | public static Vector Parse(string source) method ToString (line 257) | public override string ToString() method ToString (line 271) | public string ToString(IFormatProvider provider) method ToString (line 287) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 303) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Generated/VectorConverter.cs class VectorConverter (line 22) | public sealed class VectorConverter : TypeConverter method CanConvertFrom (line 32) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 50) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 73) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 103) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/ISealable.cs type ISealable (line 13) | internal interface ISealable method Seal (line 26) | void Seal(); FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/IWeakEventListener.cs type IWeakEventListener (line 19) | public interface IWeakEventListener method ReceiveWeakEvent (line 28) | bool ReceiveWeakEvent(Type managerType, object sender, EventArgs e); FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Input/Key.cs type Key (line 12) | [TypeConverter(typeof(KeyConverter))] FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Input/KeyConverter.cs class KeyConverter (line 12) | public class KeyConverter : TypeConverter method CanConvertFrom (line 20) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 32) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 52) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 69) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... method GetKeyFromString (line 103) | private static Key GetKeyFromString(ReadOnlySpan keyToken) method IsDefinedKey (line 315) | private static bool IsDefinedKey(Key key) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Input/KeyInterop.cs class KeyInterop (line 12) | public static class KeyInterop method KeyFromVirtualKey (line 17) | public static Key KeyFromVirtualKey(int virtualKey) method VirtualKeyFromKey (line 713) | public static int VirtualKeyFromKey(Key key) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Input/KeyValueSerializer.cs class KeyValueSerializer (line 13) | public class KeyValueSerializer : ValueSerializer method CanConvertFromString (line 22) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 34) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 48) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 63) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Input/ModifierKeys.cs type ModifierKeys (line 13) | [TypeConverter(typeof(ModifierKeysConverter))] FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Input/ModifierKeysConverter.cs class ModifierKeysConverter (line 13) | public class ModifierKeysConverter : TypeConverter method CanConvertFrom (line 21) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 33) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 53) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 98) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... method ConvertMultipleModifiers (line 125) | private static string ConvertMultipleModifiers(ModifierKeys modifiers) method IsDefinedModifierKeys (line 167) | public static bool IsDefinedModifierKeys(ModifierKeys modifierKeys) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Input/ModifierKeysValueSerializer.cs class ModifierKeysValueSerializer (line 13) | public class ModifierKeysValueSerializer : ValueSerializer method CanConvertFromString (line 22) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 34) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 45) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 60) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Input/TraversalRequest.cs class TraversalRequest (line 9) | [Serializable()] method TraversalRequest (line 16) | public TraversalRequest(FocusNavigationDirection focusNavigationDirect... type FocusNavigationDirection (line 54) | public enum FocusNavigationDirection FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Int32Rect.cs type Int32Rect (line 9) | public partial struct Int32Rect method Int32Rect (line 14) | public Int32Rect(Int32 x, method ValidateForDirtyRect (line 62) | internal void ValidateForDirtyRect(string paramName, int width, int he... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Interop/ComponentDispatcher.cs class ComponentDispatcher (line 25) | public static class ComponentDispatcher method ComponentDispatcher (line 27) | static ComponentDispatcher() method PushModal (line 98) | public static void PushModal() method CriticalPushModal (line 106) | internal static void CriticalPushModal() method PopModal (line 115) | public static void PopModal() method CriticalPopModal (line 123) | internal static void CriticalPopModal() method RaiseIdle (line 132) | [SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate")] method RaiseThreadMessage (line 142) | [SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate")] method CriticalAddThreadPreprocessMessageHandlerFirst (line 199) | internal static void CriticalAddThreadPreprocessMessageHandlerFirst(Th... method CriticalRemoveThreadPreprocessMessageHandlerFirst (line 208) | internal static void CriticalRemoveThreadPreprocessMessageHandlerFirst... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Interop/ComponentDispatcherThread.cs class ComponentDispatcherThread (line 9) | internal class ComponentDispatcherThread method PushModal (line 42) | public void PushModal() method PopModal (line 55) | public void PopModal() method RaiseIdle (line 70) | public void RaiseIdle() method RaiseThreadMessage (line 79) | public bool RaiseThreadMessage(ref MSG msg) method AddThreadPreprocessMessageHandlerFirst (line 150) | public void AddThreadPreprocessMessageHandlerFirst(ThreadMessageEventH... method RemoveThreadPreprocessMessageHandlerFirst (line 159) | public void RemoveThreadPreprocessMessageHandlerFirst(ThreadMessageEve... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Interop/IKeyboardInputSink.cs type IKeyboardInputSink (line 16) | public interface IKeyboardInputSink method RegisterKeyboardInputSink (line 28) | IKeyboardInputSite RegisterKeyboardInputSink(IKeyboardInputSink sink); method TranslateAccelerator (line 42) | bool TranslateAccelerator(ref MSG msg, ModifierKeys modifiers); method TabInto (line 49) | bool TabInto(TraversalRequest request); method OnMnemonic (line 78) | bool OnMnemonic(ref MSG msg, ModifierKeys modifiers); method TranslateChar (line 91) | bool TranslateChar(ref MSG msg, ModifierKeys modifiers); method HasFocusWithin (line 96) | bool HasFocusWithin(); FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Interop/IKeyboardInputSite.cs type IKeyboardInputSite (line 12) | public interface IKeyboardInputSite method Unregister (line 20) | void Unregister(); method OnNoMoreTabStops (line 35) | bool OnNoMoreTabStops(TraversalRequest request); FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Interop/MSG.cs type MSG (line 32) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledC... method MSG (line 39) | internal MSG(IntPtr hwnd, int message, IntPtr wParam, IntPtr lParam, i... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/LocalValueEnumerator.cs type LocalValueEnumerator (line 15) | public struct LocalValueEnumerator : IEnumerator method GetHashCode (line 21) | public override int GetHashCode() method Equals (line 29) | public override bool Equals(object obj) method MoveNext (line 95) | public bool MoveNext() method Reset (line 105) | public void Reset() method LocalValueEnumerator (line 118) | internal LocalValueEnumerator(LocalValueEntry[] snapshot, int count) type LocalValueEntry (line 134) | public struct LocalValueEntry method GetHashCode (line 140) | public override int GetHashCode() method Equals (line 148) | public override bool Equals(object obj) method LocalValueEntry (line 188) | internal LocalValueEntry(DependencyProperty dp, object value) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Markup/DateTimeConverter2.cs class DateTimeConverter2 (line 19) | internal class DateTimeConverter2 : TypeConverter method CanConvertFrom (line 22) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 32) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 42) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 45) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Markup/IReceiveMarkupExtension.cs type IReceiveMarkupExtension (line 6) | [Obsolete("IReceiveMarkupExtension has been deprecated. This interface i... method ReceiveMarkupExtension (line 9) | void ReceiveMarkupExtension(String property, MarkupExtension markupExt... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Markup/InternalTypeHelper.cs class InternalTypeHelper (line 16) | [EditorBrowsable(EditorBrowsableState.Never)] method InternalTypeHelper (line 22) | protected InternalTypeHelper() method CreateInstance (line 29) | protected internal abstract object CreateInstance(Type type, CultureIn... method GetPropertyValue (line 34) | protected internal abstract object GetPropertyValue(PropertyInfo prope... method SetPropertyValue (line 39) | protected internal abstract void SetPropertyValue(PropertyInfo propert... method CreateDelegate (line 44) | protected internal abstract Delegate CreateDelegate(Type delegateType,... method AddEventHandler (line 49) | protected internal abstract void AddEventHandler(EventInfo eventInfo, ... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Markup/Primitives/MarkupObject.cs class MarkupObject (line 12) | public abstract class MarkupObject method MarkupObject (line 17) | internal MarkupObject() { } method GetProperties (line 45) | internal abstract IEnumerable GetProperties(bool mapTo... method AssignRootContext (line 54) | public abstract void AssignRootContext(IValueSerializerContext context); FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Markup/Primitives/MarkupProperty.cs class MarkupProperty (line 14) | public abstract class MarkupProperty method MarkupProperty (line 19) | internal MarkupProperty() { } method VerifyOnlySerializableTypes (line 134) | internal virtual void VerifyOnlySerializableTypes() { } FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Markup/ServiceProviders.cs class ServiceProviders (line 10) | [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrows... method GetService (line 20) | public Object GetService(Type serviceType) method AddService (line 36) | public void AddService(Type serviceType, Object service) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Markup/TypeTypeConverter.cs class TypeTypeConverter (line 15) | internal class TypeTypeConverter : TypeConverter method CanConvertFrom (line 18) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method ConvertFrom (line 21) | public override object ConvertFrom(ITypeDescriptorContext context, Sys... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Media/Converters/Generated/MatrixValueSerializer.cs class MatrixValueSerializer (line 23) | public class MatrixValueSerializer : ValueSerializer method CanConvertFromString (line 28) | public override bool CanConvertFromString(string value, IValueSerializ... method CanConvertToString (line 36) | public override bool CanConvertToString(object value, IValueSerializer... method ConvertFromString (line 50) | public override object ConvertFromString(string value, IValueSerialize... method ConvertToString (line 65) | public override string ConvertToString(object value, IValueSerializerC... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Media/DisableDpiAwarenessAttribute.cs class DisableDpiAwarenessAttribute (line 17) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple=false)] method DisableDpiAwarenessAttribute (line 23) | public DisableDpiAwarenessAttribute( ) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Media/Generated/Matrix.cs type Matrix (line 20) | [Serializable] method Equals (line 91) | public static bool Equals(Matrix matrix1, Matrix matrix2) method Equals (line 119) | public override bool Equals(object o) method Equals (line 141) | public bool Equals(Matrix value) method GetHashCode (line 151) | public override int GetHashCode() method Parse (line 174) | public static Matrix Parse(string source) method ToString (line 271) | public override string ToString() method ToString (line 285) | public string ToString(IFormatProvider provider) method ToString (line 301) | string IFormattable.ToString(string format, IFormatProvider provider) method ConvertToString (line 317) | internal string ConvertToString(string format, IFormatProvider provider) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Media/Generated/MatrixConverter.cs class MatrixConverter (line 22) | public sealed class MatrixConverter : TypeConverter method CanConvertFrom (line 32) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 50) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 73) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 103) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Media/Matrix.cs type Matrix (line 44) | public partial struct Matrix: IFormattable method Matrix (line 58) | public Matrix(double m11, double m12, method SetIdentity (line 94) | public void SetIdentity() method Multiply (line 127) | public static Matrix Multiply(Matrix trans1, Matrix trans2) method Append (line 142) | public void Append(Matrix matrix) method Prepend (line 151) | public void Prepend(Matrix matrix) method Rotate (line 160) | public void Rotate(double angle) method RotatePrepend (line 170) | public void RotatePrepend(double angle) method RotateAt (line 182) | public void RotateAt(double angle, double centerX, double centerY) method RotateAtPrepend (line 194) | public void RotateAtPrepend(double angle, double centerX, double centerY) method Scale (line 205) | public void Scale(double scaleX, double scaleY) method ScalePrepend (line 215) | public void ScalePrepend(double scaleX, double scaleY) method ScaleAt (line 227) | public void ScaleAt(double scaleX, double scaleY, double centerX, doub... method ScaleAtPrepend (line 239) | public void ScaleAtPrepend(double scaleX, double scaleY, double center... method Skew (line 249) | public void Skew(double skewX, double skewY) method SkewPrepend (line 262) | public void SkewPrepend(double skewX, double skewY) method Translate (line 275) | public void Translate(double offsetX, double offsetY) method TranslatePrepend (line 317) | public void TranslatePrepend(double offsetX, double offsetY) method Transform (line 333) | public Point Transform(Point point) method Transform (line 344) | public void Transform(Point[] points) method Transform (line 362) | public Vector Transform(Vector vector) method Transform (line 373) | public void Transform(Vector[] vectors) method Invert (line 427) | public void Invert() method MultiplyVector (line 694) | internal void MultiplyVector(ref double x, ref double y) method MultiplyPoint (line 720) | internal void MultiplyPoint(ref double x, ref double y) method CreateRotationRadians (line 755) | internal static Matrix CreateRotationRadians(double angle) method CreateRotationRadians (line 766) | internal static Matrix CreateRotationRadians(double angle, double cent... method CreateScaling (line 790) | internal static Matrix CreateScaling(double scaleX, double scaleY, dou... method CreateScaling (line 807) | internal static Matrix CreateScaling(double scaleX, double scaleY) method CreateSkewRadians (line 822) | internal static Matrix CreateSkewRadians(double skewX, double skewY) method CreateTranslation (line 839) | internal static Matrix CreateTranslation(double offsetX, double offsetY) method CreateIdentity (line 857) | private static Matrix CreateIdentity() method SetMatrix (line 874) | private void SetMatrix(double m11, double m12, method DeriveMatrixType (line 891) | private void DeriveMatrixType() method Debug_CheckType (line 924) | [Conditional("DEBUG")] FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Media/TextFormattingMode.cs type TextFormattingMode (line 6) | [System.Runtime.CompilerServices.TypeForwardedFrom("PresentationCore, Pu... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/NameScope.cs class NameScope (line 26) | [TypeForwardedFrom("PresentationFramework, Version=3.5.0.0, Culture=neut... method RegisterName (line 36) | public void RegisterName(string name, object scopedElement) method UnregisterName (line 81) | public void UnregisterName(string name) method FindName (line 109) | public object FindName(string name) method NameScopeFromObject (line 121) | internal static INameScope NameScopeFromObject(object obj) method SetNameScope (line 154) | public static void SetNameScope(DependencyObject dependencyObject, INa... method GetNameScope (line 166) | [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] method GetEnumerator (line 184) | private IEnumerator> GetEnumerator() method GetEnumerator (line 190) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 197) | IEnumerator> IEnumerable[] array, int arrayIndex) method Remove (line 243) | public bool Remove(KeyValuePair item) method Add (line 257) | public void Add(KeyValuePair item) method Contains (line 271) | public bool Contains(KeyValuePair item) method Add (line 298) | public void Add(string key, object value) method ContainsKey (line 305) | public bool ContainsKey(string key) method Remove (line 313) | public bool Remove(string key) method TryGetValue (line 323) | public bool TryGetValue(string key, out object value) class Enumerator (line 372) | private class Enumerator : IEnumerator> method Enumerator (line 376) | public Enumerator(HybridDictionary nameMap) method Dispose (line 386) | public void Dispose() method MoveNext (line 403) | public bool MoveNext() method Reset (line 420) | void IEnumerator.Reset() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Point.cs type Point (line 11) | public partial struct Point method Point (line 20) | public Point(double x, double y) method Offset (line 35) | public void Offset(double offsetX, double offsetY) method Add (line 62) | public static Point Add(Point point, Vector vector) method Subtract (line 88) | public static Point Subtract(Point point, Vector vector) method Subtract (line 114) | public static Vector Subtract(Point point1, Point point2) method Multiply (line 130) | public static Point Multiply(Point point, Matrix matrix) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/PropertyMetadata.cs class PropertyMetadata (line 14) | public class PropertyMetadata method PropertyMetadata (line 19) | public PropertyMetadata() method PropertyMetadata (line 27) | public PropertyMetadata(object defaultValue) method PropertyMetadata (line 36) | public PropertyMetadata(PropertyChangedCallback propertyChangedCallback) method PropertyMetadata (line 46) | public PropertyMetadata(object defaultValue, method PropertyMetadata (line 59) | public PropertyMetadata(object defaultValue, method GetDefaultValue (line 128) | internal object GetDefaultValue(DependencyObject owner, DependencyProp... method GetCachedDefaultValue (line 198) | private object GetCachedDefaultValue(DependencyObject owner, Dependenc... method SetCachedDefaultValue (line 210) | private void SetCachedDefaultValue(DependencyObject owner, DependencyP... method ClearCachedDefaultValue (line 238) | internal void ClearCachedDefaultValue(DependencyObject owner, Dependen... method PromoteAllCachedDefaultValues (line 251) | internal static void PromoteAllCachedDefaultValues(DependencyObject ow... method RemoveAllCachedDefaultValues (line 267) | internal static void RemoveAllCachedDefaultValues(Freezable owner) method DefaultValueCacheRemovalCallback (line 291) | private static void DefaultValueCacheRemovalCallback(ArrayList list, i... method DefaultValueCachePromotionCallback (line 312) | private static void DefaultValueCachePromotionCallback(ArrayList list,... method DefaultValueWasSet (line 326) | internal bool DefaultValueWasSet() method DefaultFreezeValueCallback (line 419) | private static bool DefaultFreezeValueCallback( method CreateInstance (line 525) | internal virtual PropertyMetadata CreateInstance() { method Copy (line 533) | internal PropertyMetadata Copy(DependencyProperty dp) { method Merge (line 547) | protected virtual void Merge(PropertyMetadata baseMetadata, Dependency... method InvokeMerge (line 606) | internal void InvokeMerge(PropertyMetadata baseMetadata, DependencyPro... method OnApply (line 622) | protected virtual void OnApply(DependencyProperty dp, Type targetType) method Seal (line 637) | internal void Seal(DependencyProperty dp, Type targetType) type MetadataFlags (line 673) | internal enum MetadataFlags : uint method SetModified (line 715) | private void SetModified(MetadataFlags id) { _flags |= id; } method IsModified (line 716) | private bool IsModified(MetadataFlags id) { return (id & _flags) != 0; } method WriteFlag (line 721) | internal void WriteFlag(MetadataFlags id, bool value) method ReadFlag (line 736) | internal bool ReadFlag(MetadataFlags id) { return (id & _flags) != 0; } FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Rect.cs type Rect (line 14) | public partial struct Rect method Rect (line 21) | public Rect(Point location, method Rect (line 41) | public Rect(double x, method Rect (line 60) | public Rect(Point point1, method Rect (line 75) | public Rect(Point point, method Rect (line 84) | public Rect(Size size) method Contains (line 402) | public bool Contains(Point point) method Contains (line 417) | public bool Contains(double x, double y) method Contains (line 432) | public bool Contains(Rect rect) method IntersectsWith (line 456) | public bool IntersectsWith(Rect rect) method Intersect (line 474) | public void Intersect(Rect rect) method Intersect (line 498) | public static Rect Intersect(Rect rect1, Rect rect2) method Union (line 507) | public void Union(Rect rect) method Union (line 551) | public static Rect Union(Rect rect1, Rect rect2) method Union (line 560) | public void Union(Point point) method Union (line 568) | public static Rect Union(Rect rect, Point point) method Offset (line 578) | public void Offset(Vector offsetVector) method Offset (line 593) | public void Offset(double offsetX, double offsetY) method Offset (line 608) | public static Rect Offset(Rect rect, Vector offsetVector) method Offset (line 618) | public static Rect Offset(Rect rect, double offsetX, double offsetY) method Inflate (line 628) | public void Inflate(Size size) method Inflate (line 638) | public void Inflate(double width, double height) method Inflate (line 671) | public static Rect Inflate(Rect rect, Size size) method Inflate (line 681) | public static Rect Inflate(Rect rect, double width, double height) method Transform (line 696) | public static Rect Transform(Rect rect, Matrix matrix) method Transform (line 708) | public void Transform(Matrix matrix) method Scale (line 718) | public void Scale(double scaleX, double scaleY) method ContainsInternal (line 763) | private bool ContainsInternal(double x, double y) method CreateEmptyRect (line 773) | private static Rect CreateEmptyRect() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Size.cs type Size (line 9) | public partial struct Size method Size (line 18) | public Size(double width, double height) method CreateEmptySize (line 145) | private static Size CreateEmptySize() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/SplashScreen.cs class SplashScreen (line 26) | public class SplashScreen method SplashScreen (line 42) | public SplashScreen(string resourceName) : this(Assembly.GetEntryAssem... method SplashScreen (line 46) | public SplashScreen(Assembly resourceAssembly, string resourceName) method Show (line 59) | public void Show(bool autoClose) method Show (line 64) | public unsafe void Show(bool autoClose, bool topMost) method GetResourceStream (line 100) | private UnmanagedMemoryStream GetResourceStream() method WndProc (line 118) | [UnmanagedCallersOnly(CallConvs = [typeof(CallConvStdcall)])] method CreateWindow (line 122) | private unsafe HWND CreateWindow(HBITMAP hBitmap, int width, int heigh... method Close (line 200) | public void Close(TimeSpan fadeoutDuration) method CloseInternal (line 224) | private object CloseInternal(object fadeOutArg) method Fadeout_Tick (line 267) | private void Fadeout_Tick(object unused, EventArgs args) method DestroyResources (line 291) | private unsafe void DestroyResources(bool finalizer = false) method CreateLayeredWindowFromImgBuffer (line 332) | private unsafe void CreateLayeredWindowFromImgBuffer(Span buffer... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs class Dispatcher (line 20) | public sealed class Dispatcher method Dispatcher (line 22) | static Dispatcher() method FromThread (line 70) | public static Dispatcher FromThread(Thread thread) method CheckAccess (line 192) | [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBro... method VerifyAccess (line 207) | [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBro... method BeginInvokeShutdown (line 228) | public void BeginInvokeShutdown(DispatcherPriority priority) // NOTE: ... method InvokeShutdown (line 237) | public void InvokeShutdown() method CriticalInvokeShutdown (line 243) | internal void CriticalInvokeShutdown() method Run (line 286) | public static void Run() method PushFrame (line 297) | public static void PushFrame(DispatcherFrame frame) method ExitAllFrames (line 323) | public static void ExitAllFrames() method Yield (line 341) | public static DispatcherPriorityAwaitable Yield() method Yield (line 350) | public static DispatcherPriorityAwaitable Yield(DispatcherPriority pri... method BeginInvoke (line 378) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method BeginInvoke (line 404) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method BeginInvoke (line 433) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method BeginInvoke (line 455) | public DispatcherOperation BeginInvoke(Delegate method, params object[... method BeginInvoke (line 480) | public DispatcherOperation BeginInvoke(Delegate method, DispatcherPrio... method Invoke (line 495) | public void Invoke(Action callback) method Invoke (line 512) | public void Invoke(Action callback, DispatcherPriority priority) method Invoke (line 535) | public void Invoke(Action callback, DispatcherPriority priority, Cance... method Invoke (line 563) | public void Invoke(Action callback, DispatcherPriority priority, Cance... method Invoke (line 628) | public TResult Invoke(Func callback) method Invoke (line 648) | public TResult Invoke(Func callback, DispatcherPrior... method Invoke (line 674) | public TResult Invoke(Func callback, DispatcherPrior... method Invoke (line 705) | public TResult Invoke(Func callback, DispatcherPrior... method InvokeAsync (line 769) | public DispatcherOperation InvokeAsync(Action callback) method InvokeAsync (line 792) | public DispatcherOperation InvokeAsync(Action callback, DispatcherPrio... method InvokeAsync (line 818) | public DispatcherOperation InvokeAsync(Action callback, DispatcherPrio... method InvokeAsync (line 842) | public DispatcherOperation InvokeAsync(Func... method InvokeAsync (line 862) | public DispatcherOperation InvokeAsync(Func... method InvokeAsync (line 888) | public DispatcherOperation InvokeAsync(Func... method LegacyBeginInvokeImpl (line 899) | private DispatcherOperation LegacyBeginInvokeImpl(DispatcherPriority p... method InvokeAsyncImpl (line 910) | private void InvokeAsyncImpl(DispatcherOperation operation, Cancellati... method Invoke (line 992) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method Invoke (line 1018) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method Invoke (line 1046) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method Invoke (line 1072) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method Invoke (line 1103) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method Invoke (line 1136) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method Invoke (line 1158) | public object Invoke(Delegate method, params object[] args) method Invoke (line 1183) | public object Invoke(Delegate method, DispatcherPriority priority, par... method Invoke (line 1209) | public object Invoke(Delegate method, TimeSpan timeout, params object[... method Invoke (line 1239) | public object Invoke(Delegate method, TimeSpan timeout, DispatcherPrio... method LegacyInvokeImpl (line 1244) | internal object LegacyInvokeImpl(DispatcherPriority priority, TimeSpan... method InvokeImpl (line 1312) | private object InvokeImpl(DispatcherOperation operation, CancellationT... method DisableProcessing (line 1409) | public DispatcherProcessingDisabled DisableProcessing() method ValidatePriority (line 1531) | public static void ValidatePriority(DispatcherPriority priority, strin... method Dispatcher (line 1717) | private Dispatcher() method Dispatcher (line 1751) | internal Dispatcher(bool isSentinel) method StartShutdownImpl (line 1765) | private void StartShutdownImpl() method ShutdownImpl (line 1808) | private void ShutdownImpl() method ShutdownImplInSecurityContext (line 1829) | private void ShutdownImplInSecurityContext(Object state) method SetPriority (line 1906) | internal bool SetPriority(DispatcherOperation operation, DispatcherPri... method Abort (line 1942) | internal bool Abort(DispatcherOperation operation) method ProcessQueue (line 1972) | private void ProcessQueue() method ShutdownCallbackInternal (line 2041) | private void ShutdownCallbackInternal() method PushFrameImpl (line 2046) | private void PushFrameImpl(DispatcherFrame frame) method GetMessage (line 2098) | private bool GetMessage(ref MSG msg, IntPtr hwnd, int minMessage, int ... method GetMessagePump (line 2150) | private UnsafeNativeMethods.ITfMessagePump GetMessagePump() method TranslateAndDispatchMessage (line 2195) | private void TranslateAndDispatchMessage(ref MSG msg) method WndProcHook (line 2208) | private IntPtr WndProcHook(IntPtr hwnd, int msg, IntPtr wParam, IntPtr... method IsInputPending (line 2271) | private bool IsInputPending() method RequestProcessing (line 2318) | private bool RequestProcessing() method CriticalRequestProcessing (line 2323) | internal bool CriticalRequestProcessing(bool force) method IsWindowNull (line 2373) | private bool IsWindowNull() => _window is null; method RequestForegroundProcessing (line 2375) | private bool RequestForegroundProcessing() method RequestBackgroundProcessing (line 2402) | private bool RequestBackgroundProcessing() method OnRequestProcessingFailure (line 2447) | private void OnRequestProcessingFailure(string methodName) method PromoteTimers (line 2489) | internal void PromoteTimers(int currentTimeInTicks) method AddTimer (line 2556) | internal void AddTimer(DispatcherTimer timer) method RemoveTimer (line 2569) | internal void RemoveTimer(DispatcherTimer timer) method UpdateWin32Timer (line 2582) | internal void UpdateWin32Timer() // Called from DispatcherTimer method UpdateWin32TimerFromDispatcherThread (line 2596) | private object UpdateWin32TimerFromDispatcherThread(object unused) method SetWin32Timer (line 2639) | private void SetWin32Timer(int dueTimeInTicks) method KillWin32Timer (line 2661) | private void KillWin32Timer() method ExceptionFilterStatic (line 2677) | private static bool ExceptionFilterStatic(object source, Exception e) method ExceptionFilter (line 2683) | private bool ExceptionFilter(Exception e) method CatchExceptionStatic (line 2735) | private static bool CatchExceptionStatic(object source, Exception e) method CatchException (line 2742) | private bool CatchException(Exception e) method WrappedInvoke (line 2773) | internal object WrappedInvoke(Delegate callback, object args, int numA... method CombineParameters (line 2778) | private object[] CombineParameters(object arg, object[] args) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherEventArgs.cs class DispatcherEventArgs (line 10) | public class DispatcherEventArgs : EventArgs method DispatcherEventArgs (line 24) | internal DispatcherEventArgs(Dispatcher dispatcher) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherExceptionEventArgs.cs class DispatcherUnhandledExceptionEventArgs (line 10) | public sealed class DispatcherUnhandledExceptionEventArgs : DispatcherEv... method DispatcherUnhandledExceptionEventArgs (line 19) | internal DispatcherUnhandledExceptionEventArgs(Dispatcher dispatcher) method Initialize (line 88) | internal void Initialize(Exception exception, bool handled) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherExceptionFilterEventArgs.cs class DispatcherUnhandledExceptionFilterEventArgs (line 13) | public sealed class DispatcherUnhandledExceptionFilterEventArgs : Dispat... method DispatcherUnhandledExceptionFilterEventArgs (line 22) | internal DispatcherUnhandledExceptionFilterEventArgs(Dispatcher dispat... method Initialize (line 99) | internal void Initialize(Exception exception, bool requestCatch) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherFrame.cs class DispatcherFrame (line 9) | public class DispatcherFrame : DispatcherObject method DispatcherFrame (line 11) | static DispatcherFrame() method DispatcherFrame (line 18) | public DispatcherFrame() : this(true) method DispatcherFrame (line 38) | public DispatcherFrame(bool exitWhenRequested) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherHookEventArgs.cs class DispatcherHookEventArgs (line 9) | public sealed class DispatcherHookEventArgs : EventArgs method DispatcherHookEventArgs (line 17) | public DispatcherHookEventArgs(DispatcherOperation operation) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherHooks.cs class DispatcherHooks (line 9) | public sealed class DispatcherHooks method DispatcherHooks (line 180) | internal DispatcherHooks() method RaiseDispatcherInactive (line 184) | internal void RaiseDispatcherInactive(Dispatcher dispatcher) method RaiseOperationPosted (line 193) | internal void RaiseOperationPosted(Dispatcher dispatcher, DispatcherOp... method RaiseOperationStarted (line 203) | internal void RaiseOperationStarted(Dispatcher dispatcher, DispatcherO... method RaiseOperationCompleted (line 213) | internal void RaiseOperationCompleted(Dispatcher dispatcher, Dispatche... method RaiseOperationPriorityChanged (line 223) | internal void RaiseOperationPriorityChanged(Dispatcher dispatcher, Dis... method RaiseOperationAborted (line 233) | internal void RaiseOperationAborted(Dispatcher dispatcher, DispatcherO... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherObject.cs class DispatcherObject (line 21) | public abstract class DispatcherObject method DetachFromDispatcher (line 40) | internal void DetachFromDispatcher() method MakeSentinel (line 49) | internal void MakeSentinel() method EnsureSentinelDispatcher (line 54) | private static Dispatcher EnsureSentinelDispatcher() method CheckAccess (line 79) | [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBro... method VerifyAccess (line 106) | [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBro... method DispatcherObject (line 121) | protected DispatcherObject() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherOperation.cs class DispatcherOperation (line 16) | public class DispatcherOperation method DispatcherOperation (line 18) | static DispatcherOperation() method DispatcherOperation (line 23) | internal DispatcherOperation( method DispatcherOperation (line 46) | internal DispatcherOperation( method DispatcherOperation (line 62) | internal DispatcherOperation( method DispatcherOperation (line 76) | internal DispatcherOperation( method GetAwaiter (line 152) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method Wait (line 165) | public DispatcherOperationStatus Wait() method Wait (line 180) | public DispatcherOperationStatus Wait(TimeSpan timeout) method Abort (line 246) | public bool Abort() method Invoke (line 394) | internal void Invoke() method InvokeCompletions (line 452) | internal void InvokeCompletions() method InvokeInSecurityContext (line 479) | private static void InvokeInSecurityContext(Object state) method InvokeImpl (line 486) | private void InvokeImpl() method InvokeDelegateCore (line 545) | protected virtual object InvokeDelegateCore() class DispatcherOperationFrame (line 552) | private class DispatcherOperationFrame : DispatcherFrame method DispatcherOperationFrame (line 558) | public DispatcherOperationFrame(DispatcherOperation op, TimeSpan tim... method OnCompletedOrAborted (line 585) | private void OnCompletedOrAborted(object sender, EventArgs e) method OnTimeout (line 590) | private void OnTimeout(object arg) method Exit (line 595) | private void Exit() class DispatcherOperationEvent (line 609) | private class DispatcherOperationEvent method DispatcherOperationEvent (line 611) | public DispatcherOperationEvent(DispatcherOperation op, TimeSpan tim... method OnCompletedOrAborted (line 635) | private void OnCompletedOrAborted(object sender, EventArgs e) method WaitOne (line 646) | public void WaitOne() method DispatcherOperation (line 712) | internal DispatcherOperation( method GetAwaiter (line 744) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method InvokeDelegateCore (line 761) | protected override object InvokeDelegateCore() class DispatcherOperation (line 710) | public class DispatcherOperation : DispatcherOperation method DispatcherOperation (line 18) | static DispatcherOperation() method DispatcherOperation (line 23) | internal DispatcherOperation( method DispatcherOperation (line 46) | internal DispatcherOperation( method DispatcherOperation (line 62) | internal DispatcherOperation( method DispatcherOperation (line 76) | internal DispatcherOperation( method GetAwaiter (line 152) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method Wait (line 165) | public DispatcherOperationStatus Wait() method Wait (line 180) | public DispatcherOperationStatus Wait(TimeSpan timeout) method Abort (line 246) | public bool Abort() method Invoke (line 394) | internal void Invoke() method InvokeCompletions (line 452) | internal void InvokeCompletions() method InvokeInSecurityContext (line 479) | private static void InvokeInSecurityContext(Object state) method InvokeImpl (line 486) | private void InvokeImpl() method InvokeDelegateCore (line 545) | protected virtual object InvokeDelegateCore() class DispatcherOperationFrame (line 552) | private class DispatcherOperationFrame : DispatcherFrame method DispatcherOperationFrame (line 558) | public DispatcherOperationFrame(DispatcherOperation op, TimeSpan tim... method OnCompletedOrAborted (line 585) | private void OnCompletedOrAborted(object sender, EventArgs e) method OnTimeout (line 590) | private void OnTimeout(object arg) method Exit (line 595) | private void Exit() class DispatcherOperationEvent (line 609) | private class DispatcherOperationEvent method DispatcherOperationEvent (line 611) | public DispatcherOperationEvent(DispatcherOperation op, TimeSpan tim... method OnCompletedOrAborted (line 635) | private void OnCompletedOrAborted(object sender, EventArgs e) method WaitOne (line 646) | public void WaitOne() method DispatcherOperation (line 712) | internal DispatcherOperation( method GetAwaiter (line 744) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method InvokeDelegateCore (line 761) | protected override object InvokeDelegateCore() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherOperationStatus.cs type DispatcherOperationStatus (line 10) | public enum DispatcherOperationStatus FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherOperationTaskMapping.cs class DispatcherOperationTaskMapping (line 11) | internal class DispatcherOperationTaskMapping method DispatcherOperationTaskMapping (line 13) | public DispatcherOperationTaskMapping(DispatcherOperation operation) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherOperationTaskSource.cs class DispatcherOperationTaskSource (line 10) | internal abstract class DispatcherOperationTaskSource method Initialize (line 12) | public abstract void Initialize(DispatcherOperation operation); method GetTask (line 13) | public abstract Task GetTask(); method SetCanceled (line 14) | public abstract void SetCanceled(); method SetResult (line 15) | public abstract void SetResult(object result); method SetException (line 16) | public abstract void SetException(Exception exception); method Initialize (line 23) | public override void Initialize(DispatcherOperation operation) method GetTask (line 33) | public override Task GetTask() method SetCanceled (line 43) | public override void SetCanceled() method SetResult (line 53) | public override void SetResult(object result) method SetException (line 63) | public override void SetException(Exception exception) class DispatcherOperationTaskSource (line 19) | internal class DispatcherOperationTaskSource : DispatcherOperat... method Initialize (line 12) | public abstract void Initialize(DispatcherOperation operation); method GetTask (line 13) | public abstract Task GetTask(); method SetCanceled (line 14) | public abstract void SetCanceled(); method SetResult (line 15) | public abstract void SetResult(object result); method SetException (line 16) | public abstract void SetException(Exception exception); method Initialize (line 23) | public override void Initialize(DispatcherOperation operation) method GetTask (line 33) | public override Task GetTask() method SetCanceled (line 43) | public override void SetCanceled() method SetResult (line 53) | public override void SetResult(object result) method SetException (line 63) | public override void SetException(Exception exception) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherPriority.cs type DispatcherPriority (line 11) | public enum DispatcherPriority FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherPriorityAwaitable.cs type DispatcherPriorityAwaitable (line 12) | public struct DispatcherPriorityAwaitable method DispatcherPriorityAwaitable (line 18) | internal DispatcherPriorityAwaitable(Dispatcher dispatcher, Dispatcher... method GetAwaiter (line 28) | public DispatcherPriorityAwaiter GetAwaiter() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherPriorityAwaiter.cs type DispatcherPriorityAwaiter (line 15) | public struct DispatcherPriorityAwaiter : INotifyCompletion method DispatcherPriorityAwaiter (line 22) | internal DispatcherPriorityAwaiter(Dispatcher dispatcher, DispatcherPr... method GetResult (line 44) | public void GetResult() method OnCompleted (line 52) | public void OnCompleted(Action continuation) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherProcessingDisabled.cs type DispatcherProcessingDisabled (line 10) | public struct DispatcherProcessingDisabled : IDisposable method Dispose (line 15) | public void Dispose() method Equals (line 37) | public override bool Equals(object obj) method GetHashCode (line 49) | public override int GetHashCode( ) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherSynchronizationContext.cs class DispatcherSynchronizationContext (line 11) | public sealed class DispatcherSynchronizationContext : SynchronizationCo... method DispatcherSynchronizationContext (line 17) | public DispatcherSynchronizationContext(): this(Dispatcher.CurrentDisp... method DispatcherSynchronizationContext (line 25) | public DispatcherSynchronizationContext(Dispatcher dispatcher): this(d... method DispatcherSynchronizationContext (line 33) | public DispatcherSynchronizationContext(Dispatcher dispatcher, Dispatc... method Send (line 50) | public override void Send(SendOrPostCallback d, Object state) method Post (line 69) | public override void Post(SendOrPostCallback d, Object state) method Wait (line 82) | public override int Wait(IntPtr[] waitHandles, bool waitAll, int milli... method CreateCopy (line 102) | public override SynchronizationContext CreateCopy() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/DispatcherTimer.cs class DispatcherTimer (line 10) | public class DispatcherTimer method DispatcherTimer (line 16) | public DispatcherTimer() : this(DispatcherPriority.Background) // NOT... method DispatcherTimer (line 27) | public DispatcherTimer(DispatcherPriority priority) // NOTE: should be... method DispatcherTimer (line 42) | public DispatcherTimer(DispatcherPriority priority, Dispatcher dispatc... method DispatcherTimer (line 66) | public DispatcherTimer(TimeSpan interval, DispatcherPriority priority,... method Start (line 161) | public void Start() method Stop (line 177) | public void Stop() method Initialize (line 223) | private void Initialize(Dispatcher dispatcher, DispatcherPriority prio... method Restart (line 237) | private void Restart() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/PriorityRange.cs type PriorityRange (line 9) | internal struct PriorityRange method PriorityRange (line 24) | public PriorityRange(DispatcherPriority min, DispatcherPriority max) :... method PriorityRange (line 32) | public PriorityRange(DispatcherPriority min, bool isMinInclusive, Disp... method Contains (line 98) | public bool Contains(DispatcherPriority priority) // NOTE: should be P... method Contains (line 146) | public bool Contains(PriorityRange priorityRange) method Equals (line 193) | public override bool Equals(object o) method Equals (line 208) | public bool Equals(PriorityRange priorityRange) method GetHashCode (line 235) | public override int GetHashCode() method Initialize (line 240) | private void Initialize(DispatcherPriority min, bool isMinInclusive, D... method PriorityRange (line 296) | private PriorityRange(DispatcherPriority min, DispatcherPriority max, ... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/UncommonField.cs class UncommonField (line 9) | internal class UncommonField method UncommonField (line 14) | public UncommonField() : this(default(T)) method UncommonField (line 22) | public UncommonField(T defaultValue) method SetValue (line 40) | public void SetValue(DependencyObject instance, T value) method GetValue (line 75) | public T GetValue(DependencyObject instance) method ClearValue (line 105) | public void ClearValue(DependencyObject instance) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Vector.cs type Vector (line 11) | public partial struct Vector method Vector (line 20) | public Vector(double x, double y) method Normalize (line 56) | public void Normalize() method CrossProduct (line 71) | public static double CrossProduct(Vector vector1, Vector vector2) method AngleBetween (line 84) | public static double AngleBetween(Vector vector1, Vector vector2) method Negate (line 106) | public void Negate() method Add (line 124) | public static Vector Add(Vector vector1, Vector vector2) method Subtract (line 142) | public static Vector Subtract(Vector vector1, Vector vector2) method Add (line 159) | public static Point Add(Vector vector, Point point) method Multiply (line 176) | public static Vector Multiply(Vector vector, double scalar) method Multiply (line 194) | public static Vector Multiply(double scalar, Vector vector) method Divide (line 211) | public static Vector Divide(Vector vector, double scalar) method Multiply (line 227) | public static Vector Multiply(Vector vector, Matrix matrix) method Multiply (line 248) | public static double Multiply(Vector vector1, Vector vector2) method Determinant (line 261) | public static double Determinant(Vector vector1, Vector vector2) FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/WeakEventManager.cs class WeakEventManager (line 78) | public abstract class WeakEventManager : DispatcherObject method WeakEventManager (line 89) | protected WeakEventManager() method WeakEventManager (line 95) | static WeakEventManager() method NewListenerList (line 159) | protected virtual ListenerList NewListenerList() method StartListening (line 167) | protected abstract void StartListening(object source); method StopListening (line 172) | protected abstract void StopListening(object source); method GetCurrentManager (line 177) | protected static WeakEventManager GetCurrentManager(Type managerType) method SetCurrentManager (line 186) | protected static void SetCurrentManager(Type managerType, WeakEventMan... method GetCurrentManager (line 195) | internal static WeakEventManager GetCurrentManager(Type eventSourceTyp... method SetCurrentManager (line 204) | internal static void SetCurrentManager(Type eventSourceType, string ev... method Remove (line 213) | protected void Remove(object source) method ProtectedAddListener (line 221) | protected void ProtectedAddListener(object source, IWeakEventListener ... method ProtectedRemoveListener (line 231) | protected void ProtectedRemoveListener(object source, IWeakEventListen... method ProtectedAddHandler (line 241) | protected void ProtectedAddHandler(object source, Delegate handler) method ProtectedRemoveHandler (line 251) | protected void ProtectedRemoveHandler(object source, Delegate handler) method AddListener (line 258) | private void AddListener(object source, IWeakEventListener listener, D... method RemoveListener (line 297) | private void RemoveListener(object source, object target, Delegate han... method DeliverEvent (line 337) | protected void DeliverEvent(object sender, EventArgs args) method DeliverEventToList (line 371) | protected void DeliverEventToList(object sender, EventArgs args, Liste... method ScheduleCleanup (line 385) | protected void ScheduleCleanup() method Purge (line 394) | protected virtual bool Purge(object source, object data, bool purgeAll) method LogAllocation (line 436) | protected void LogAllocation(Type type, int count, int bytes) method PurgeInternal (line 451) | internal bool PurgeInternal(object source, object data, bool purgeAll) method Cleanup (line 458) | internal static bool Cleanup() method SetCleanupEnabled (line 465) | internal static void SetCleanupEnabled(bool value) type Listener (line 499) | internal struct Listener method Listener (line 501) | public Listener(object target) method Listener (line 509) | public Listener(object target, Delegate handler) method Matches (line 515) | public bool Matches(object target, Delegate handler) class ListenerList (line 534) | protected class ListenerList method ListenerList (line 539) | public ListenerList() method ListenerList (line 547) | public ListenerList(int capacity) method GetListener (line 560) | internal Listener GetListener(int index) method Add (line 592) | public void Add(IWeakEventListener listener) method Remove (line 601) | public void Remove(IWeakEventListener listener) method AddHandler (line 614) | public void AddHandler(Delegate handler) method AddHandlerToCWT (line 628) | private void AddHandlerToCWT(object target, Delegate handler) method RemoveHandler (line 660) | public void RemoveHandler(Delegate handler) method Add (line 710) | internal void Add(Listener listener) method PrepareForWriting (line 736) | public static bool PrepareForWriting(ref ListenerList list) method DeliverEvent (line 749) | public virtual bool DeliverEvent(object sender, EventArgs args, Type... method DeliverEvent (line 762) | internal bool DeliverEvent(ref Listener listener, object sender, Eve... method Purge (line 804) | public bool Purge() method Clone (line 824) | public virtual ListenerList Clone() method CopyTo (line 831) | protected void CopyTo(ListenerList newList) method BeginUse (line 861) | public bool BeginUse() method EndUse (line 869) | public void EndUse() method ListenerList (line 885) | public ListenerList() : base() {} method ListenerList (line 886) | public ListenerList(int capacity) : base(capacity) {} method DeliverEvent (line 888) | public override bool DeliverEvent(object sender, EventArgs e, Type m... method Clone (line 918) | public override ListenerList Clone() class ListenerList (line 882) | protected class ListenerList : ListenerList method ListenerList (line 539) | public ListenerList() method ListenerList (line 547) | public ListenerList(int capacity) method GetListener (line 560) | internal Listener GetListener(int index) method Add (line 592) | public void Add(IWeakEventListener listener) method Remove (line 601) | public void Remove(IWeakEventListener listener) method AddHandler (line 614) | public void AddHandler(Delegate handler) method AddHandlerToCWT (line 628) | private void AddHandlerToCWT(object target, Delegate handler) method RemoveHandler (line 660) | public void RemoveHandler(Delegate handler) method Add (line 710) | internal void Add(Listener listener) method PrepareForWriting (line 736) | public static bool PrepareForWriting(ref ListenerList list) method DeliverEvent (line 749) | public virtual bool DeliverEvent(object sender, EventArgs args, Type... method DeliverEvent (line 762) | internal bool DeliverEvent(ref Listener listener, object sender, Eve... method Purge (line 804) | public bool Purge() method Clone (line 824) | public virtual ListenerList Clone() method CopyTo (line 831) | protected void CopyTo(ListenerList newList) method BeginUse (line 861) | public bool BeginUse() method EndUse (line 869) | public void EndUse() method ListenerList (line 885) | public ListenerList() : base() {} method ListenerList (line 886) | public ListenerList(int capacity) : base(capacity) {} method DeliverEvent (line 888) | public override bool DeliverEvent(object sender, EventArgs e, Type m... method Clone (line 918) | public override ListenerList Clone() FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/WeakEventManagerT.cs class WeakEventManager (line 13) | public class WeakEventManager : WeakEventManager method WeakEventManager (line 22) | private WeakEventManager(string eventName) method AddHandler (line 44) | public static void AddHandler(TEventSource source, string eventName, E... method RemoveHandler (line 54) | public static void RemoveHandler(TEventSource source, string eventName... method NewListenerList (line 72) | protected override ListenerList NewListenerList() method StartListening (line 80) | protected override void StartListening(object source) method StopListening (line 88) | protected override void StopListening(object source) method CurrentManager (line 102) | private static WeakEventManager CurrentManag... FILE: src/Microsoft.DotNet.Wpf/src/WindowsBase/ref/WindowsBase.cs class CollectionChangedEventManager (line 6) | public partial class CollectionChangedEventManager : System.Windows.Weak... method CollectionChangedEventManager (line 8) | internal CollectionChangedEventManager() { } method AddHandler (line 9) | public static void AddHandler(System.Collections.Specialized.INotifyCo... method AddListener (line 10) | public static void AddListener(System.Collections.Specialized.INotifyC... method NewListenerList (line 11) | protected override System.Windows.WeakEventManager.ListenerList NewLis... method RemoveHandler (line 12) | public static void RemoveHandler(System.Collections.Specialized.INotif... method RemoveListener (line 13) | public static void RemoveListener(System.Collections.Specialized.INoti... method StartListening (line 14) | protected override void StartListening(object source) { } method StopListening (line 15) | protected override void StopListening(object source) { } class CurrentChangedEventManager (line 20) | public partial class CurrentChangedEventManager : System.Windows.WeakEve... method CurrentChangedEventManager (line 22) | internal CurrentChangedEventManager() { } method AddHandler (line 23) | public static void AddHandler(System.ComponentModel.ICollectionView so... method AddListener (line 24) | public static void AddListener(System.ComponentModel.ICollectionView s... method NewListenerList (line 25) | protected override System.Windows.WeakEventManager.ListenerList NewLis... method RemoveHandler (line 26) | public static void RemoveHandler(System.ComponentModel.ICollectionView... method RemoveListener (line 27) | public static void RemoveListener(System.ComponentModel.ICollectionVie... method StartListening (line 28) | protected override void StartListening(object source) { } method StopListening (line 29) | protected override void StopListening(object source) { } class CurrentChangingEventArgs (line 31) | public partial class CurrentChangingEventArgs : System.EventArgs method CurrentChangingEventArgs (line 33) | public CurrentChangingEventArgs() { } method CurrentChangingEventArgs (line 34) | public CurrentChangingEventArgs(bool isCancelable) { } class CurrentChangingEventManager (line 39) | public partial class CurrentChangingEventManager : System.Windows.WeakEv... method CurrentChangingEventManager (line 41) | internal CurrentChangingEventManager() { } method AddHandler (line 42) | public static void AddHandler(System.ComponentModel.ICollectionView so... method AddListener (line 43) | public static void AddListener(System.ComponentModel.ICollectionView s... method NewListenerList (line 44) | protected override System.Windows.WeakEventManager.ListenerList NewLis... method RemoveHandler (line 45) | public static void RemoveHandler(System.ComponentModel.ICollectionView... method RemoveListener (line 46) | public static void RemoveListener(System.ComponentModel.ICollectionVie... method StartListening (line 47) | protected override void StartListening(object source) { } method StopListening (line 48) | protected override void StopListening(object source) { } class DependencyPropertyDescriptor (line 50) | public sealed partial class DependencyPropertyDescriptor : System.Compon... method DependencyPropertyDescriptor (line 52) | internal DependencyPropertyDescriptor() : base (default(System.Compone... method AddValueChanged (line 69) | public override void AddValueChanged(object component, System.EventHan... method CanResetValue (line 70) | public override bool CanResetValue(object component) { throw null; } method Equals (line 71) | public override bool Equals(object obj) { throw null; } method FromName (line 72) | public static System.ComponentModel.DependencyPropertyDescriptor FromN... method FromName (line 73) | public static System.ComponentModel.DependencyPropertyDescriptor FromN... method FromProperty (line 74) | public static System.ComponentModel.DependencyPropertyDescriptor FromP... method FromProperty (line 75) | public static System.ComponentModel.DependencyPropertyDescriptor FromP... method GetChildProperties (line 76) | public override System.ComponentModel.PropertyDescriptorCollection Get... method GetEditor (line 77) | public override object GetEditor(System.Type editorBaseType) { throw n... method GetHashCode (line 78) | public override int GetHashCode() { throw null; } method GetValue (line 79) | public override object GetValue(object component) { throw null; } method RemoveValueChanged (line 80) | public override void RemoveValueChanged(object component, System.Event... method ResetValue (line 81) | public override void ResetValue(object component) { } method SetValue (line 82) | public override void SetValue(object component, object value) { } method ShouldSerializeValue (line 83) | public override bool ShouldSerializeValue(object component) { throw nu... method ToString (line 84) | public override string ToString() { throw null; } class ErrorsChangedEventManager (line 86) | public partial class ErrorsChangedEventManager : System.Windows.WeakEven... method ErrorsChangedEventManager (line 88) | internal ErrorsChangedEventManager() { } method AddHandler (line 89) | public static void AddHandler(System.ComponentModel.INotifyDataErrorIn... method NewListenerList (line 90) | protected override System.Windows.WeakEventManager.ListenerList NewLis... method RemoveHandler (line 91) | public static void RemoveHandler(System.ComponentModel.INotifyDataErro... method StartListening (line 92) | protected override void StartListening(object source) { } method StopListening (line 93) | protected override void StopListening(object source) { } class GroupDescription (line 95) | public abstract partial class GroupDescription : System.ComponentModel.I... method GroupDescription (line 97) | protected GroupDescription() { } method GroupNameFromItem (line 103) | public abstract object GroupNameFromItem(object item, int level, Syste... method NamesMatch (line 104) | public virtual bool NamesMatch(object groupName, object itemName) { th... method OnPropertyChanged (line 105) | protected virtual void OnPropertyChanged(System.ComponentModel.Propert... method ShouldSerializeGroupNames (line 106) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method ShouldSerializeSortDescriptions (line 108) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... type ICollectionView (line 111) | public partial interface ICollectionView : System.Collections.IEnumerabl... method Contains (line 129) | bool Contains(object item); method DeferRefresh (line 130) | System.IDisposable DeferRefresh(); method MoveCurrentTo (line 131) | bool MoveCurrentTo(object item); method MoveCurrentToFirst (line 132) | bool MoveCurrentToFirst(); method MoveCurrentToLast (line 133) | bool MoveCurrentToLast(); method MoveCurrentToNext (line 134) | bool MoveCurrentToNext(); method MoveCurrentToPosition (line 135) | bool MoveCurrentToPosition(int position); method MoveCurrentToPrevious (line 136) | bool MoveCurrentToPrevious(); method Refresh (line 137) | void Refresh(); type ICollectionViewFactory (line 139) | public partial interface ICollectionViewFactory method CreateView (line 141) | System.ComponentModel.ICollectionView CreateView(); type ICollectionViewLiveShaping (line 143) | public partial interface ICollectionViewLiveShaping type IEditableCollectionView (line 155) | public partial interface IEditableCollectionView method AddNew (line 165) | object AddNew(); method CancelEdit (line 166) | void CancelEdit(); method CancelNew (line 167) | void CancelNew(); method CommitEdit (line 168) | void CommitEdit(); method CommitNew (line 169) | void CommitNew(); method EditItem (line 170) | void EditItem(object item); method Remove (line 171) | void Remove(object item); method RemoveAt (line 172) | void RemoveAt(int index); type IEditableCollectionViewAddNewItem (line 174) | public partial interface IEditableCollectionViewAddNewItem : System.Comp... method AddNewItem (line 177) | object AddNewItem(object newItem); type IItemProperties (line 179) | public partial interface IItemProperties class ItemPropertyInfo (line 183) | public partial class ItemPropertyInfo method ItemPropertyInfo (line 185) | public ItemPropertyInfo(string name, System.Type type, object descript... type NewItemPlaceholderPosition (line 190) | public enum NewItemPlaceholderPosition class PropertyChangedEventManager (line 196) | public partial class PropertyChangedEventManager : System.Windows.WeakEv... method PropertyChangedEventManager (line 198) | internal PropertyChangedEventManager() { } method AddHandler (line 199) | public static void AddHandler(System.ComponentModel.INotifyPropertyCha... method AddListener (line 200) | public static void AddListener(System.ComponentModel.INotifyPropertyCh... method NewListenerList (line 201) | protected override System.Windows.WeakEventManager.ListenerList NewLis... method Purge (line 202) | protected override bool Purge(object source, object data, bool purgeAl... method RemoveHandler (line 203) | public static void RemoveHandler(System.ComponentModel.INotifyProperty... method RemoveListener (line 204) | public static void RemoveListener(System.ComponentModel.INotifyPropert... method StartListening (line 205) | protected override void StartListening(object source) { } method StopListening (line 206) | protected override void StopListening(object source) { } class PropertyFilterAttribute (line 208) | [System.AttributeUsageAttribute(System.AttributeTargets.Method | System.... method PropertyFilterAttribute (line 212) | public PropertyFilterAttribute(System.ComponentModel.PropertyFilterOpt... method Equals (line 214) | public override bool Equals(object value) { throw null; } method GetHashCode (line 215) | public override int GetHashCode() { throw null; } method Match (line 216) | public override bool Match(object value) { throw null; } type PropertyFilterOptions (line 218) | [System.FlagsAttribute] type SortDescription (line 228) | public partial struct SortDescription method SortDescription (line 230) | public SortDescription(string propertyName, System.ComponentModel.List... method Equals (line 234) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 235) | public override int GetHashCode() { throw null; } class SortDescriptionCollection (line 239) | public partial class SortDescriptionCollection : System.Collections.Obje... method SortDescriptionCollection (line 242) | public SortDescriptionCollection() { } method ClearItems (line 245) | protected override void ClearItems() { } method InsertItem (line 246) | protected override void InsertItem(int index, System.ComponentModel.So... method RemoveItem (line 247) | protected override void RemoveItem(int index) { } method SetItem (line 248) | protected override void SetItem(int index, System.ComponentModel.SortD... type PresentationTraceLevel (line 253) | public enum PresentationTraceLevel class PresentationTraceSources (line 260) | public static partial class PresentationTraceSources method GetTraceLevel (line 274) | public static System.Diagnostics.PresentationTraceLevel GetTraceLevel(... method Refresh (line 275) | public static void Refresh() { } method SetTraceLevel (line 276) | public static void SetTraceLevel(object element, System.Diagnostics.Pr... type CertificateEmbeddingOption (line 281) | public enum CertificateEmbeddingOption class EncryptedPackageEnvelope (line 287) | public partial class EncryptedPackageEnvelope : System.IDisposable method EncryptedPackageEnvelope (line 289) | internal EncryptedPackageEnvelope() { } method Close (line 294) | public void Close() { } method Create (line 295) | public static System.IO.Packaging.EncryptedPackageEnvelope Create(Syst... method Create (line 296) | public static System.IO.Packaging.EncryptedPackageEnvelope Create(stri... method CreateFromPackage (line 297) | public static System.IO.Packaging.EncryptedPackageEnvelope CreateFromP... method CreateFromPackage (line 298) | public static System.IO.Packaging.EncryptedPackageEnvelope CreateFromP... method Dispose (line 299) | public void Dispose() { } method Dispose (line 300) | protected virtual void Dispose(bool disposing) { } method Flush (line 301) | public void Flush() { } method GetPackage (line 302) | public System.IO.Packaging.Package GetPackage() { throw null; } method IsEncryptedPackageEnvelope (line 303) | public static bool IsEncryptedPackageEnvelope(System.IO.Stream stream)... method IsEncryptedPackageEnvelope (line 304) | public static bool IsEncryptedPackageEnvelope(string fileName) { throw... method Open (line 305) | public static System.IO.Packaging.EncryptedPackageEnvelope Open(System... method Open (line 306) | public static System.IO.Packaging.EncryptedPackageEnvelope Open(string... method Open (line 307) | public static System.IO.Packaging.EncryptedPackageEnvelope Open(string... method Open (line 308) | public static System.IO.Packaging.EncryptedPackageEnvelope Open(string... class PackageDigitalSignature (line 311) | public partial class PackageDigitalSignature method PackageDigitalSignature (line 313) | internal PackageDigitalSignature() { } method GetPartTransformList (line 324) | public System.Collections.Generic.List GetPartTransformList(Sy... method Verify (line 325) | public System.IO.Packaging.VerifyResult Verify() { throw null; } method Verify (line 326) | public System.IO.Packaging.VerifyResult Verify(System.Security.Cryptog... class PackageDigitalSignatureManager (line 328) | public sealed partial class PackageDigitalSignatureManager method PackageDigitalSignatureManager (line 330) | public PackageDigitalSignatureManager(System.IO.Packaging.Package pack... method Countersign (line 342) | public System.IO.Packaging.PackageDigitalSignature Countersign() { thr... method Countersign (line 343) | public System.IO.Packaging.PackageDigitalSignature Countersign(System.... method Countersign (line 344) | public System.IO.Packaging.PackageDigitalSignature Countersign(System.... method GetSignature (line 345) | public System.IO.Packaging.PackageDigitalSignature GetSignature(System... method RemoveAllSignatures (line 346) | public void RemoveAllSignatures() { } method RemoveSignature (line 347) | public void RemoveSignature(System.Uri signatureUri) { } method Sign (line 348) | public System.IO.Packaging.PackageDigitalSignature Sign(System.Collect... method Sign (line 349) | public System.IO.Packaging.PackageDigitalSignature Sign(System.Collect... method Sign (line 350) | public System.IO.Packaging.PackageDigitalSignature Sign(System.Collect... method Sign (line 351) | public System.IO.Packaging.PackageDigitalSignature Sign(System.Collect... method Sign (line 352) | public System.IO.Packaging.PackageDigitalSignature Sign(System.Collect... method VerifyCertificate (line 353) | public static System.Security.Cryptography.X509Certificates.X509ChainS... method VerifySignatures (line 354) | public System.IO.Packaging.VerifyResult VerifySignatures(bool exitOnFa... class RightsManagementInformation (line 356) | public partial class RightsManagementInformation method RightsManagementInformation (line 358) | internal RightsManagementInformation() { } method DeleteUseLicense (line 360) | public void DeleteUseLicense(System.Security.RightsManagement.ContentU... method GetEmbeddedUseLicenses (line 361) | public System.Collections.Generic.IDictionary : System.Windows.Weak... method ListenerList (line 1122) | public ListenerList() { } method ListenerList (line 1123) | public ListenerList(int capacity) { } method Add (line 1128) | public void Add(System.Windows.IWeakEventListener listener) { } method AddHandler (line 1129) | public void AddHandler(System.Delegate handler) { } method BeginUse (line 1130) | public bool BeginUse() { throw null; } method Clone (line 1131) | public virtual System.Windows.WeakEventManager.ListenerList Clone() ... method CopyTo (line 1132) | protected void CopyTo(System.Windows.WeakEventManager.ListenerList n... method DeliverEvent (line 1133) | public virtual bool DeliverEvent(object sender, System.EventArgs arg... method EndUse (line 1134) | public void EndUse() { } method PrepareForWriting (line 1135) | public static bool PrepareForWriting(ref System.Windows.WeakEventMan... method Purge (line 1136) | public bool Purge() { throw null; } method Remove (line 1137) | public void Remove(System.Windows.IWeakEventListener listener) { } method RemoveHandler (line 1138) | public void RemoveHandler(System.Delegate handler) { } method ListenerList (line 1142) | public ListenerList() { } method ListenerList (line 1143) | public ListenerList(int capacity) { } method Clone (line 1144) | public override System.Windows.WeakEventManager.ListenerList Clone()... method DeliverEvent (line 1145) | public override bool DeliverEvent(object sender, System.EventArgs e,... method WeakEventManager (line 1150) | internal WeakEventManager() { } method AddHandler (line 1151) | public static void AddHandler(TEventSource source, string eventName, S... method NewListenerList (line 1152) | protected override System.Windows.WeakEventManager.ListenerList NewLis... method RemoveHandler (line 1153) | public static void RemoveHandler(TEventSource source, string eventName... method StartListening (line 1154) | protected override void StartListening(object source) { } method StopListening (line 1155) | protected override void StopListening(object source) { } class WeakEventManager (line 1148) | public partial class WeakEventManager : System... method WeakEventManager (line 1102) | protected WeakEventManager() { } method DeliverEvent (line 1106) | protected void DeliverEvent(object sender, System.EventArgs args) { } method DeliverEventToList (line 1107) | protected void DeliverEventToList(object sender, System.EventArgs args... method GetCurrentManager (line 1108) | protected static System.Windows.WeakEventManager GetCurrentManager(Sys... method NewListenerList (line 1109) | protected virtual System.Windows.WeakEventManager.ListenerList NewList... method ProtectedAddHandler (line 1110) | protected void ProtectedAddHandler(object source, System.Delegate hand... method ProtectedAddListener (line 1111) | protected void ProtectedAddListener(object source, System.Windows.IWea... method ProtectedRemoveHandler (line 1112) | protected void ProtectedRemoveHandler(object source, System.Delegate h... method ProtectedRemoveListener (line 1113) | protected void ProtectedRemoveListener(object source, System.Windows.I... method Purge (line 1114) | protected virtual bool Purge(object source, object data, bool purgeAll... method Remove (line 1115) | protected void Remove(object source) { } method ScheduleCleanup (line 1116) | protected void ScheduleCleanup() { } method SetCurrentManager (line 1117) | protected static void SetCurrentManager(System.Type managerType, Syste... method StartListening (line 1118) | protected abstract void StartListening(object source); method StopListening (line 1119) | protected abstract void StopListening(object source); class ListenerList (line 1120) | protected partial class ListenerList method ListenerList (line 1122) | public ListenerList() { } method ListenerList (line 1123) | public ListenerList(int capacity) { } method Add (line 1128) | public void Add(System.Windows.IWeakEventListener listener) { } method AddHandler (line 1129) | public void AddHandler(System.Delegate handler) { } method BeginUse (line 1130) | public bool BeginUse() { throw null; } method Clone (line 1131) | public virtual System.Windows.WeakEventManager.ListenerList Clone() ... method CopyTo (line 1132) | protected void CopyTo(System.Windows.WeakEventManager.ListenerList n... method DeliverEvent (line 1133) | public virtual bool DeliverEvent(object sender, System.EventArgs arg... method EndUse (line 1134) | public void EndUse() { } method PrepareForWriting (line 1135) | public static bool PrepareForWriting(ref System.Windows.WeakEventMan... method Purge (line 1136) | public bool Purge() { throw null; } method Remove (line 1137) | public void Remove(System.Windows.IWeakEventListener listener) { } method RemoveHandler (line 1138) | public void RemoveHandler(System.Delegate handler) { } method ListenerList (line 1142) | public ListenerList() { } method ListenerList (line 1143) | public ListenerList(int capacity) { } method Clone (line 1144) | public override System.Windows.WeakEventManager.ListenerList Clone()... method DeliverEvent (line 1145) | public override bool DeliverEvent(object sender, System.EventArgs e,... class ListenerList (line 1140) | protected partial class ListenerList : System.Windows.Weak... method ListenerList (line 1122) | public ListenerList() { } method ListenerList (line 1123) | public ListenerList(int capacity) { } method Add (line 1128) | public void Add(System.Windows.IWeakEventListener listener) { } method AddHandler (line 1129) | public void AddHandler(System.Delegate handler) { } method BeginUse (line 1130) | public bool BeginUse() { throw null; } method Clone (line 1131) | public virtual System.Windows.WeakEventManager.ListenerList Clone() ... method CopyTo (line 1132) | protected void CopyTo(System.Windows.WeakEventManager.ListenerList n... method DeliverEvent (line 1133) | public virtual bool DeliverEvent(object sender, System.EventArgs arg... method EndUse (line 1134) | public void EndUse() { } method PrepareForWriting (line 1135) | public static bool PrepareForWriting(ref System.Windows.WeakEventMan... method Purge (line 1136) | public bool Purge() { throw null; } method Remove (line 1137) | public void Remove(System.Windows.IWeakEventListener listener) { } method RemoveHandler (line 1138) | public void RemoveHandler(System.Delegate handler) { } method ListenerList (line 1142) | public ListenerList() { } method ListenerList (line 1143) | public ListenerList(int capacity) { } method Clone (line 1144) | public override System.Windows.WeakEventManager.ListenerList Clone()... method DeliverEvent (line 1145) | public override bool DeliverEvent(object sender, System.EventArgs e,... method WeakEventManager (line 1150) | internal WeakEventManager() { } method AddHandler (line 1151) | public static void AddHandler(TEventSource source, string eventName, S... method NewListenerList (line 1152) | protected override System.Windows.WeakEventManager.ListenerList NewLis... method RemoveHandler (line 1153) | public static void RemoveHandler(TEventSource source, string eventName... method StartListening (line 1154) | protected override void StartListening(object source) { } method StopListening (line 1155) | protected override void StopListening(object source) { } class Int32RectValueSerializer (line 1160) | public partial class Int32RectValueSerializer : System.Windows.Markup.Va... method Int32RectValueSerializer (line 1162) | public Int32RectValueSerializer() { } method CanConvertFromString (line 1163) | public override bool CanConvertFromString(string value, System.Windows... method CanConvertToString (line 1164) | public override bool CanConvertToString(object value, System.Windows.M... method ConvertFromString (line 1165) | public override object ConvertFromString(string value, System.Windows.... method ConvertToString (line 1166) | public override string ConvertToString(object value, System.Windows.Ma... class PointValueSerializer (line 1168) | public partial class PointValueSerializer : System.Windows.Markup.ValueS... method PointValueSerializer (line 1170) | public PointValueSerializer() { } method CanConvertFromString (line 1171) | public override bool CanConvertFromString(string value, System.Windows... method CanConvertToString (line 1172) | public override bool CanConvertToString(object value, System.Windows.M... method ConvertFromString (line 1173) | public override object ConvertFromString(string value, System.Windows.... method ConvertToString (line 1174) | public override string ConvertToString(object value, System.Windows.Ma... class RectValueSerializer (line 1176) | public partial class RectValueSerializer : System.Windows.Markup.ValueSe... method RectValueSerializer (line 1178) | public RectValueSerializer() { } method CanConvertFromString (line 1179) | public override bool CanConvertFromString(string value, System.Windows... method CanConvertToString (line 1180) | public override bool CanConvertToString(object value, System.Windows.M... method ConvertFromString (line 1181) | public override object ConvertFromString(string value, System.Windows.... method ConvertToString (line 1182) | public override string ConvertToString(object value, System.Windows.Ma... class SizeValueSerializer (line 1184) | public partial class SizeValueSerializer : System.Windows.Markup.ValueSe... method SizeValueSerializer (line 1186) | public SizeValueSerializer() { } method CanConvertFromString (line 1187) | public override bool CanConvertFromString(string value, System.Windows... method CanConvertToString (line 1188) | public override bool CanConvertToString(object value, System.Windows.M... method ConvertFromString (line 1189) | public override object ConvertFromString(string value, System.Windows.... method ConvertToString (line 1190) | public override string ConvertToString(object value, System.Windows.Ma... class VectorValueSerializer (line 1192) | public partial class VectorValueSerializer : System.Windows.Markup.Value... method VectorValueSerializer (line 1194) | public VectorValueSerializer() { } method CanConvertFromString (line 1195) | public override bool CanConvertFromString(string value, System.Windows... method CanConvertToString (line 1196) | public override bool CanConvertToString(object value, System.Windows.M... method ConvertFromString (line 1197) | public override object ConvertFromString(string value, System.Windows.... method ConvertToString (line 1198) | public override string ConvertToString(object value, System.Windows.Ma... class DataSourceProvider (line 1203) | public abstract partial class DataSourceProvider : System.ComponentModel... method DataSourceProvider (line 1205) | protected DataSourceProvider() { } method BeginInit (line 1216) | protected virtual void BeginInit() { } method BeginQuery (line 1217) | protected virtual void BeginQuery() { } method DeferRefresh (line 1218) | public virtual System.IDisposable DeferRefresh() { throw null; } method EndInit (line 1219) | protected virtual void EndInit() { } method InitialLoad (line 1220) | public void InitialLoad() { } method OnPropertyChanged (line 1221) | protected virtual void OnPropertyChanged(System.ComponentModel.Propert... method OnQueryFinished (line 1222) | protected void OnQueryFinished(object newData) { } method OnQueryFinished (line 1223) | protected virtual void OnQueryFinished(object newData, System.Exceptio... method Refresh (line 1224) | public void Refresh() { } method BeginInit (line 1225) | void System.ComponentModel.ISupportInitialize.BeginInit() { } method EndInit (line 1226) | void System.ComponentModel.ISupportInitialize.EndInit() { } type FocusNavigationDirection (line 1231) | public enum FocusNavigationDirection type Key (line 1242) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Inpu... class KeyConverter (line 1449) | public partial class KeyConverter : System.ComponentModel.TypeConverter method KeyConverter (line 1451) | public KeyConverter() { } method CanConvertFrom (line 1452) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 1453) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 1454) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 1455) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... class KeyInterop (line 1457) | public static partial class KeyInterop method KeyFromVirtualKey (line 1459) | public static System.Windows.Input.Key KeyFromVirtualKey(int virtualKe... method VirtualKeyFromKey (line 1460) | public static int VirtualKeyFromKey(System.Windows.Input.Key key) { th... class KeyValueSerializer (line 1462) | public partial class KeyValueSerializer : System.Windows.Markup.ValueSer... method KeyValueSerializer (line 1464) | public KeyValueSerializer() { } method CanConvertFromString (line 1465) | public override bool CanConvertFromString(string value, System.Windows... method CanConvertToString (line 1466) | public override bool CanConvertToString(object value, System.Windows.M... method ConvertFromString (line 1467) | public override object ConvertFromString(string value, System.Windows.... method ConvertToString (line 1468) | public override string ConvertToString(object value, System.Windows.Ma... type ModifierKeys (line 1470) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Inpu... class ModifierKeysConverter (line 1481) | public partial class ModifierKeysConverter : System.ComponentModel.TypeC... method ModifierKeysConverter (line 1483) | public ModifierKeysConverter() { } method CanConvertFrom (line 1484) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 1485) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 1486) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 1487) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... method IsDefinedModifierKeys (line 1488) | public static bool IsDefinedModifierKeys(System.Windows.Input.Modifier... class ModifierKeysValueSerializer (line 1490) | public partial class ModifierKeysValueSerializer : System.Windows.Markup... method ModifierKeysValueSerializer (line 1492) | public ModifierKeysValueSerializer() { } method CanConvertFromString (line 1493) | public override bool CanConvertFromString(string value, System.Windows... method CanConvertToString (line 1494) | public override bool CanConvertToString(object value, System.Windows.M... method ConvertFromString (line 1495) | public override object ConvertFromString(string value, System.Windows.... method ConvertToString (line 1496) | public override string ConvertToString(object value, System.Windows.Ma... class TraversalRequest (line 1498) | public partial class TraversalRequest method TraversalRequest (line 1500) | public TraversalRequest(System.Windows.Input.FocusNavigationDirection ... class ComponentDispatcher (line 1507) | public static partial class ComponentDispatcher method PopModal (line 1516) | public static void PopModal() { } method PushModal (line 1517) | public static void PushModal() { } method RaiseIdle (line 1518) | public static void RaiseIdle() { } method RaiseThreadMessage (line 1519) | public static bool RaiseThreadMessage(ref System.Windows.Interop.MSG m... type IKeyboardInputSink (line 1521) | public partial interface IKeyboardInputSink method HasFocusWithin (line 1524) | bool HasFocusWithin(); method OnMnemonic (line 1525) | bool OnMnemonic(ref System.Windows.Interop.MSG msg, System.Windows.Inp... method RegisterKeyboardInputSink (line 1526) | System.Windows.Interop.IKeyboardInputSite RegisterKeyboardInputSink(Sy... method TabInto (line 1527) | bool TabInto(System.Windows.Input.TraversalRequest request); method TranslateAccelerator (line 1528) | bool TranslateAccelerator(ref System.Windows.Interop.MSG msg, System.W... method TranslateChar (line 1529) | bool TranslateChar(ref System.Windows.Interop.MSG msg, System.Windows.... type IKeyboardInputSite (line 1531) | public partial interface IKeyboardInputSite method OnNoMoreTabStops (line 1534) | bool OnNoMoreTabStops(System.Windows.Input.TraversalRequest request); method Unregister (line 1535) | void Unregister(); type MSG (line 1537) | public partial struct MSG type DesignerSerializationOptions (line 1551) | [System.FlagsAttribute] class DesignerSerializationOptionsAttribute (line 1556) | [System.AttributeUsageAttribute(System.AttributeTargets.Field | System.A... method DesignerSerializationOptionsAttribute (line 1559) | public DesignerSerializationOptionsAttribute(System.Windows.Markup.Des... class InternalTypeHelper (line 1562) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.Ed... method InternalTypeHelper (line 1565) | protected InternalTypeHelper() { } method AddEventHandler (line 1566) | protected internal abstract void AddEventHandler(System.Reflection.Eve... method CreateDelegate (line 1567) | protected internal abstract System.Delegate CreateDelegate(System.Type... method CreateInstance (line 1568) | protected internal abstract object CreateInstance(System.Type type, Sy... method GetPropertyValue (line 1569) | protected internal abstract object GetPropertyValue(System.Reflection.... method SetPropertyValue (line 1570) | protected internal abstract void SetPropertyValue(System.Reflection.Pr... type IReceiveMarkupExtension (line 1572) | [System.ObsoleteAttribute("IReceiveMarkupExtension has been deprecated. ... method ReceiveMarkupExtension (line 1575) | void ReceiveMarkupExtension(string property, System.Windows.Markup.Mar... class ServiceProviders (line 1577) | [System.ComponentModel.BrowsableAttribute(false)] method ServiceProviders (line 1581) | public ServiceProviders() { } method AddService (line 1582) | public void AddService(System.Type serviceType, object service) { } method GetService (line 1583) | public object GetService(System.Type serviceType) { throw null; } class MarkupObject (line 1588) | public abstract partial class MarkupObject method MarkupObject (line 1590) | internal MarkupObject() { } method AssignRootContext (line 1595) | public abstract void AssignRootContext(System.Windows.Markup.IValueSer... class MarkupProperty (line 1597) | public abstract partial class MarkupProperty method MarkupProperty (line 1599) | internal MarkupProperty() { } class DisableDpiAwarenessAttribute (line 1619) | [System.AttributeUsageAttribute(System.AttributeTargets.Assembly, AllowM... method DisableDpiAwarenessAttribute (line 1622) | public DisableDpiAwarenessAttribute() { } type Matrix (line 1624) | [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Medi... method Matrix (line 1628) | public Matrix(double m11, double m12, double m21, double m22, double o... method Append (line 1639) | public void Append(System.Windows.Media.Matrix matrix) { } method Equals (line 1640) | public override bool Equals(object o) { throw null; } method Equals (line 1641) | public bool Equals(System.Windows.Media.Matrix value) { throw null; } method Equals (line 1642) | public static bool Equals(System.Windows.Media.Matrix matrix1, System.... method GetHashCode (line 1643) | public override int GetHashCode() { throw null; } method Invert (line 1644) | public void Invert() { } method Multiply (line 1645) | public static System.Windows.Media.Matrix Multiply(System.Windows.Medi... method Parse (line 1649) | public static System.Windows.Media.Matrix Parse(string source) { throw... method Prepend (line 1650) | public void Prepend(System.Windows.Media.Matrix matrix) { } method Rotate (line 1651) | public void Rotate(double angle) { } method RotateAt (line 1652) | public void RotateAt(double angle, double centerX, double centerY) { } method RotateAtPrepend (line 1653) | public void RotateAtPrepend(double angle, double centerX, double cente... method RotatePrepend (line 1654) | public void RotatePrepend(double angle) { } method Scale (line 1655) | public void Scale(double scaleX, double scaleY) { } method ScaleAt (line 1656) | public void ScaleAt(double scaleX, double scaleY, double centerX, doub... method ScaleAtPrepend (line 1657) | public void ScaleAtPrepend(double scaleX, double scaleY, double center... method ScalePrepend (line 1658) | public void ScalePrepend(double scaleX, double scaleY) { } method SetIdentity (line 1659) | public void SetIdentity() { } method Skew (line 1660) | public void Skew(double skewX, double skewY) { } method SkewPrepend (line 1661) | public void SkewPrepend(double skewX, double skewY) { } method ToString (line 1662) | string System.IFormattable.ToString(string format, System.IFormatProvi... method ToString (line 1663) | public override string ToString() { throw null; } method ToString (line 1664) | public string ToString(System.IFormatProvider provider) { throw null; } method Transform (line 1665) | public System.Windows.Point Transform(System.Windows.Point point) { th... method Transform (line 1666) | public void Transform(System.Windows.Point[] points) { } method Transform (line 1667) | public System.Windows.Vector Transform(System.Windows.Vector vector) {... method Transform (line 1668) | public void Transform(System.Windows.Vector[] vectors) { } method Translate (line 1669) | public void Translate(double offsetX, double offsetY) { } method TranslatePrepend (line 1670) | public void TranslatePrepend(double offsetX, double offsetY) { } class MatrixConverter (line 1672) | public sealed partial class MatrixConverter : System.ComponentModel.Type... method MatrixConverter (line 1674) | public MatrixConverter() { } method CanConvertFrom (line 1675) | public override bool CanConvertFrom(System.ComponentModel.ITypeDescrip... method CanConvertTo (line 1676) | public override bool CanConvertTo(System.ComponentModel.ITypeDescripto... method ConvertFrom (line 1677) | public override object ConvertFrom(System.ComponentModel.ITypeDescript... method ConvertTo (line 1678) | public override object ConvertTo(System.ComponentModel.ITypeDescriptor... type TextFormattingMode (line 1680) | public enum TextFormattingMode class MatrixValueSerializer (line 1688) | public partial class MatrixValueSerializer : System.Windows.Markup.Value... method MatrixValueSerializer (line 1690) | public MatrixValueSerializer() { } method CanConvertFromString (line 1691) | public override bool CanConvertFromString(string value, System.Windows... method CanConvertToString (line 1692) | public override bool CanConvertToString(object value, System.Windows.M... method ConvertFromString (line 1693) | public override object ConvertFromString(string value, System.Windows.... method ConvertToString (line 1694) | public override string ConvertToString(object value, System.Windows.Ma... class Dispatcher (line 1699) | public sealed partial class Dispatcher method Dispatcher (line 1701) | internal Dispatcher() { } method BeginInvoke (line 1712) | public System.Windows.Threading.DispatcherOperation BeginInvoke(System... method BeginInvoke (line 1713) | public System.Windows.Threading.DispatcherOperation BeginInvoke(System... method BeginInvoke (line 1714) | [System.ComponentModel.BrowsableAttribute(false)] method BeginInvoke (line 1717) | [System.ComponentModel.BrowsableAttribute(false)] method BeginInvoke (line 1720) | [System.ComponentModel.BrowsableAttribute(false)] method BeginInvokeShutdown (line 1723) | public void BeginInvokeShutdown(System.Windows.Threading.DispatcherPri... method CheckAccess (line 1724) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method DisableProcessing (line 1726) | public System.Windows.Threading.DispatcherProcessingDisabled DisablePr... method ExitAllFrames (line 1727) | public static void ExitAllFrames() { } method FromThread (line 1728) | public static System.Windows.Threading.Dispatcher FromThread(System.Th... method Invoke (line 1729) | public void Invoke(System.Action callback) { } method Invoke (line 1730) | public void Invoke(System.Action callback, System.Windows.Threading.Di... method Invoke (line 1731) | public void Invoke(System.Action callback, System.Windows.Threading.Di... method Invoke (line 1732) | public void Invoke(System.Action callback, System.Windows.Threading.Di... method Invoke (line 1733) | public object Invoke(System.Delegate method, params object[] args) { t... method Invoke (line 1734) | public object Invoke(System.Delegate method, System.TimeSpan timeout, ... method Invoke (line 1735) | public object Invoke(System.Delegate method, System.TimeSpan timeout, ... method Invoke (line 1736) | public object Invoke(System.Delegate method, System.Windows.Threading.... method Invoke (line 1737) | [System.ComponentModel.BrowsableAttribute(false)] method Invoke (line 1740) | [System.ComponentModel.BrowsableAttribute(false)] method Invoke (line 1743) | [System.ComponentModel.BrowsableAttribute(false)] method Invoke (line 1746) | [System.ComponentModel.BrowsableAttribute(false)] method Invoke (line 1749) | [System.ComponentModel.BrowsableAttribute(false)] method Invoke (line 1752) | [System.ComponentModel.BrowsableAttribute(false)] method InvokeAsync (line 1755) | public System.Windows.Threading.DispatcherOperation InvokeAsync(System... method InvokeAsync (line 1756) | public System.Windows.Threading.DispatcherOperation InvokeAsync(System... method InvokeAsync (line 1757) | public System.Windows.Threading.DispatcherOperation InvokeAsync(System... method InvokeAsync (line 1758) | public System.Windows.Threading.DispatcherOperation InvokeAsy... method InvokeAsync (line 1759) | public System.Windows.Threading.DispatcherOperation InvokeAsy... method InvokeAsync (line 1760) | public System.Windows.Threading.DispatcherOperation InvokeAsy... method InvokeShutdown (line 1761) | public void InvokeShutdown() { } method Invoke (line 1762) | public TResult Invoke(System.Func callback) { throw ... method Invoke (line 1763) | public TResult Invoke(System.Func callback, System.W... method Invoke (line 1764) | public TResult Invoke(System.Func callback, System.W... method Invoke (line 1765) | public TResult Invoke(System.Func callback, System.W... method PushFrame (line 1766) | public static void PushFrame(System.Windows.Threading.DispatcherFrame ... method Run (line 1767) | public static void Run() { } method ValidatePriority (line 1768) | public static void ValidatePriority(System.Windows.Threading.Dispatche... method VerifyAccess (line 1769) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method Yield (line 1771) | public static System.Windows.Threading.DispatcherPriorityAwaitable Yie... method Yield (line 1772) | public static System.Windows.Threading.DispatcherPriorityAwaitable Yie... class DispatcherEventArgs (line 1774) | public partial class DispatcherEventArgs : System.EventArgs method DispatcherEventArgs (line 1776) | internal DispatcherEventArgs() { } class DispatcherFrame (line 1779) | public partial class DispatcherFrame : System.Windows.Threading.Dispatch... method DispatcherFrame (line 1781) | public DispatcherFrame() { } method DispatcherFrame (line 1782) | public DispatcherFrame(bool exitWhenRequested) { } class DispatcherHookEventArgs (line 1785) | public sealed partial class DispatcherHookEventArgs : System.EventArgs method DispatcherHookEventArgs (line 1787) | public DispatcherHookEventArgs(System.Windows.Threading.DispatcherOper... class DispatcherHooks (line 1792) | public sealed partial class DispatcherHooks method DispatcherHooks (line 1794) | internal DispatcherHooks() { } class DispatcherObject (line 1802) | public abstract partial class DispatcherObject method DispatcherObject (line 1804) | protected DispatcherObject() { } method CheckAccess (line 1807) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... method VerifyAccess (line 1809) | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.... class DispatcherOperation (line 1812) | public partial class DispatcherOperation method DispatcherOperation (line 1814) | internal DispatcherOperation() { } method Abort (line 1822) | public bool Abort() { throw null; } method GetAwaiter (line 1823) | [System.ComponentModel.BrowsableAttribute(false)] method InvokeDelegateCore (line 1826) | protected virtual object InvokeDelegateCore() { throw null; } method Wait (line 1827) | public System.Windows.Threading.DispatcherOperationStatus Wait() { thr... method Wait (line 1828) | public System.Windows.Threading.DispatcherOperationStatus Wait(System.... method DispatcherOperation (line 1840) | internal DispatcherOperation() { } method GetAwaiter (line 1843) | [System.ComponentModel.BrowsableAttribute(false)] method InvokeDelegateCore (line 1846) | protected override object InvokeDelegateCore() { throw null; } type DispatcherOperationStatus (line 1831) | public enum DispatcherOperationStatus class DispatcherOperation (line 1838) | public partial class DispatcherOperation : System.Windows.Threa... method DispatcherOperation (line 1814) | internal DispatcherOperation() { } method Abort (line 1822) | public bool Abort() { throw null; } method GetAwaiter (line 1823) | [System.ComponentModel.BrowsableAttribute(false)] method InvokeDelegateCore (line 1826) | protected virtual object InvokeDelegateCore() { throw null; } method Wait (line 1827) | public System.Windows.Threading.DispatcherOperationStatus Wait() { thr... method Wait (line 1828) | public System.Windows.Threading.DispatcherOperationStatus Wait(System.... method DispatcherOperation (line 1840) | internal DispatcherOperation() { } method GetAwaiter (line 1843) | [System.ComponentModel.BrowsableAttribute(false)] method InvokeDelegateCore (line 1846) | protected override object InvokeDelegateCore() { throw null; } type DispatcherPriority (line 1848) | public enum DispatcherPriority type DispatcherPriorityAwaitable (line 1863) | public partial struct DispatcherPriorityAwaitable method GetAwaiter (line 1865) | public System.Windows.Threading.DispatcherPriorityAwaiter GetAwaiter()... type DispatcherPriorityAwaiter (line 1867) | public partial struct DispatcherPriorityAwaiter : System.Runtime.Compile... method GetResult (line 1870) | public void GetResult() { } method OnCompleted (line 1871) | public void OnCompleted(System.Action continuation) { } type DispatcherProcessingDisabled (line 1873) | public partial struct DispatcherProcessingDisabled : System.IDisposable method Dispose (line 1875) | public void Dispose() { } method Equals (line 1876) | public override bool Equals(object obj) { throw null; } method GetHashCode (line 1877) | public override int GetHashCode() { throw null; } class DispatcherSynchronizationContext (line 1881) | public sealed partial class DispatcherSynchronizationContext : System.Th... method DispatcherSynchronizationContext (line 1883) | public DispatcherSynchronizationContext() { } method DispatcherSynchronizationContext (line 1884) | public DispatcherSynchronizationContext(System.Windows.Threading.Dispa... method DispatcherSynchronizationContext (line 1885) | public DispatcherSynchronizationContext(System.Windows.Threading.Dispa... method CreateCopy (line 1886) | public override System.Threading.SynchronizationContext CreateCopy() {... method Post (line 1887) | public override void Post(System.Threading.SendOrPostCallback d, objec... method Send (line 1888) | public override void Send(System.Threading.SendOrPostCallback d, objec... method Wait (line 1890) | [System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute] class DispatcherTimer (line 1894) | public partial class DispatcherTimer method DispatcherTimer (line 1896) | public DispatcherTimer() { } method DispatcherTimer (line 1897) | public DispatcherTimer(System.TimeSpan interval, System.Windows.Thread... method DispatcherTimer (line 1898) | public DispatcherTimer(System.Windows.Threading.DispatcherPriority pri... method DispatcherTimer (line 1899) | public DispatcherTimer(System.Windows.Threading.DispatcherPriority pri... method Start (line 1905) | public void Start() { } method Stop (line 1906) | public void Stop() { } class DispatcherUnhandledExceptionEventArgs (line 1908) | public sealed partial class DispatcherUnhandledExceptionEventArgs : Syst... method DispatcherUnhandledExceptionEventArgs (line 1910) | internal DispatcherUnhandledExceptionEventArgs() { } class DispatcherUnhandledExceptionFilterEventArgs (line 1915) | public sealed partial class DispatcherUnhandledExceptionFilterEventArgs ... method DispatcherUnhandledExceptionFilterEventArgs (line 1917) | internal DispatcherUnhandledExceptionFilterEventArgs() { } FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/MS/Win32/DCSafeHandle.cs class DCSafeHandle (line 8) | internal sealed class DCSafeHandle : SafeHandleZeroOrMinusOneIsInvalid method DCSafeHandle (line 10) | private DCSafeHandle() : base(true) { } method ReleaseHandle (line 12) | protected override bool ReleaseHandle() FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/MS/Win32/ExternDll.cs class ExternDll (line 7) | internal static class ExternDll FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/MS/Win32/NativeMethods.cs class NativeMethods (line 13) | internal static class NativeMethods FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/MS/Win32/SafeNativeMethods.cs class SafeNativeMethods (line 26) | internal static class SafeNativeMethods method GetMessageTime (line 28) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = System.Ru... method SetWindowPos (line 32) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/MS/Win32/UnsafeNativeMethods.cs class UnsafeNativeMethods (line 10) | internal static class UnsafeNativeMethods method IsChild (line 12) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method GetFocus (line 16) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method SetParent (line 20) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method TranslateMessage (line 24) | [DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.A... method DispatchMessage (line 28) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto)] method SendMessage (line 32) | [DllImport(ExternDll.User32, CharSet = CharSet.Auto, SetLastError = tr... method GetDeviceCaps (line 36) | [DllImport(ExternDll.Gdi32, ExactSpelling = true, CharSet = CharSet.Au... method IntCreateDC (line 40) | [DllImport(ExternDll.Gdi32, EntryPoint = "CreateDC", CharSet = CharSet... method CreateDC (line 44) | [ResourceExposure(ResourceScope.Process)] method DeleteDC (line 51) | [DllImport(ExternDll.Gdi32, ExactSpelling = true, CharSet = CharSet.Au... FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/System/Windows/Automation/Peers/WindowsFormsHostAutomationPeer.cs class WindowsFormsHostAutomationPeer (line 11) | public sealed class WindowsFormsHostAutomationPeer : FrameworkElementAut... method WindowsFormsHostAutomationPeer (line 14) | public WindowsFormsHostAutomationPeer(WindowsFormsHost owner): base(ow... method GetClassNameCore (line 18) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 24) | protected override AutomationControlType GetAutomationControlTypeCore() method GetHostRawElementProviderCore (line 32) | protected override HostedWindowWrapper GetHostRawElementProviderCore() method GetProvider (line 47) | internal IRawElementProviderSimple GetProvider() FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/System/Windows/Integration/ApplicationInterop.cs class ApplicationInterop (line 16) | internal static class ApplicationInterop method EnableModelessKeyboardInterop (line 43) | public static void EnableModelessKeyboardInterop(SW.Window window) method EnableWindowsFormsInterop (line 54) | public static void EnableWindowsFormsInterop() method ThreadMessageFilter (line 71) | internal static void ThreadMessageFilter(ref MSG msg, ref bool outHand... class WindowFilterList (line 181) | internal class WindowFilterList : WeakReferenceList method FindFilter (line 199) | private static ModelessWindowFilter FindFilter(SW.Window window) method ModelessWindowClosed (line 226) | public static void ModelessWindowClosed(object sender, EventArgs e) class ModelessWindowFilter (line 241) | internal class ModelessWindowFilter : SWF.IMessageFilter method ModelessWindowFilter (line 252) | public ModelessWindowFilter(System.Windows.Window window) method PreFilterMessage (line 260) | public bool PreFilterMessage(ref SWF.Message msg) class WeakReferenceList (line 305) | internal class WeakReferenceList where T : class method WeakReferenceList (line 310) | public WeakReferenceList() method RemoveDeadReferencesFromList (line 321) | protected void RemoveDeadReferencesFromList() method Add (line 354) | public void Add(T obj) method IndexOf (line 364) | internal int IndexOf(T obj) method Remove (line 382) | public bool Remove(T obj) class WindowsFormsHostList (line 397) | internal class WindowsFormsHostList : WeakReferenceList method ActiveWindowList (line 399) | public IEnumerable ActiveWindowList() method FindRootVisual (line 415) | private static SWM.Visual FindRootVisual(SWM.Visual x) FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/System/Windows/Integration/ChildChangedEventArgs.cs class ChildChangedEventArgs (line 9) | public class ChildChangedEventArgs : EventArgs method ChildChangedEventArgs (line 14) | public ChildChangedEventArgs(object previousChild) FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/System/Windows/Integration/Convert.cs class Convert (line 20) | internal static class Convert method ToSystemWindowsInputCursor (line 108) | internal static SWI.Cursor ToSystemWindowsInputCursor(SWF.Cursor swfCu... method ToSystemWindowsFormsCursor (line 122) | internal static SWF.Cursor ToSystemWindowsFormsCursor(SWI.Cursor swiCu... method ToSystemWindowsMediaImagingBitmapImage (line 135) | internal static SWMI.BitmapImage ToSystemWindowsMediaImagingBitmapImag... method ToSystemWindowsInteropMSG (line 169) | internal static System.Windows.Interop.MSG ToSystemWindowsInteropMSG(S... method ToSystemWindowsInputModifierKeys (line 189) | internal static SWI.ModifierKeys ToSystemWindowsInputModifierKeys(SWF.... method SystemDrawingFontToSystemWindowsFontSize (line 208) | internal static double SystemDrawingFontToSystemWindowsFontSize(SD.Fon... method FontSizeToSystemDrawing (line 213) | internal static double FontSizeToSystemDrawing(double initialSize) method ToSystemWindowsFontFamily (line 218) | internal static SWM.FontFamily ToSystemWindowsFontFamily(SD.FontFamily... method ToSystemWindowsFontWeight (line 224) | internal static FontWeight ToSystemWindowsFontWeight(SD.Font sdFont) method ToSystemWindowsFontStyle (line 229) | internal static FontStyle ToSystemWindowsFontStyle(SD.Font sdFont) method ToSystemWindowsSize (line 234) | internal static Size ToSystemWindowsSize(SD.Size size, Vector scale) method ToSystemWindowsSize (line 245) | internal static Size ToSystemWindowsSize(SD.Size size, Vector scale, d... method ToSystemDrawingSize (line 256) | internal static SD.Size ToSystemDrawingSize(Size size, Vector scale) method ToSystemDrawingSize (line 264) | internal static SD.Size ToSystemDrawingSize(Size size, Vector scale, d... method ScaleFactor (line 272) | private static double ScaleFactor(double value, Orientation orientation) method ScaleFactor (line 280) | private static double ScaleFactor(double value, Orientation orientatio... method ConstraintToSystemDrawingSize (line 288) | internal static SD.Size ConstraintToSystemDrawingSize(Size size, Vecto... method ToSystemWindowsFormsPadding (line 297) | internal static Padding ToSystemWindowsFormsPadding(Thickness thickness) method ToBoundedInt (line 305) | internal static int ToBoundedInt(double value) method ToSystemDrawingColor (line 321) | internal static SD.Color ToSystemDrawingColor(SWM.Color color) method ToSystemWindowsFormsMessage (line 331) | internal static SWF.Message ToSystemWindowsFormsMessage(System.Windows... FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/System/Windows/Integration/ElementHost.cs class ElementHost (line 36) | [System.ComponentModel.DesignerCategory("code")] method ElementHost (line 63) | public ElementHost() method GetPreferredSize (line 92) | public override SD.Size GetPreferredSize(SD.Size proposedSize) method OnEnabledChanged (line 254) | protected override void OnEnabledChanged(EventArgs e) method OnChildChanged (line 264) | private void OnChildChanged(UIElement oldChild) method OnLeave (line 281) | protected override void OnLeave(EventArgs e) method OnGotFocus (line 291) | protected override void OnGotFocus(EventArgs e) method InitializeChildProperties (line 298) | private void InitializeChildProperties() method OnVisibleChanged (line 325) | protected override void OnVisibleChanged(EventArgs e) method CallUpdateBackground (line 331) | private void CallUpdateBackground(object sender, EventArgs e) method UpdateBackground (line 336) | private void UpdateBackground() method childFrameworkElement_SizeChanged (line 341) | private void childFrameworkElement_SizeChanged(object sender, SizeChan... method OnPaint (line 378) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method OnPaintBackground (line 389) | [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] method InvokePaintBackgroundAndPaint (line 396) | internal void InvokePaintBackgroundAndPaint(SWF.Control control, SWF.P... method OnPrint (line 406) | [ResourceExposure(ResourceScope.None)] method Select (line 427) | protected override void Select(bool directed, bool forward) method ProcessCmdKey (line 454) | protected override bool ProcessCmdKey(ref System.Windows.Forms.Message... method ProcessMnemonic (line 480) | protected override bool ProcessMnemonic(char charCode) method IsInputChar (line 507) | protected override bool IsInputChar(char charCode) method InputManager_PostProcessInput (line 516) | private void InputManager_PostProcessInput(object sender, SWI.ProcessI... method EnableModelessKeyboardInterop (line 542) | public static void EnableModelessKeyboardInterop(SW.Window window) method OnHandleCreated (line 553) | protected override void OnHandleCreated(EventArgs e) method HwndSourceHook (line 589) | private IntPtr HwndSourceHook(IntPtr hwnd, int msg, IntPtr wParam, Int... method SetHWndSourceWindowPos (line 625) | private void SetHWndSourceWindowPos() method SyncHwndSrcImeStatus (line 636) | internal bool SyncHwndSrcImeStatus() method SetChildElementsIsImeEnabled (line 666) | private static void SetChildElementsIsImeEnabled(SW.DependencyObject e... method OnHwndSrcWmInputLangChange (line 694) | private void OnHwndSrcWmInputLangChange(int msg, IntPtr wParam, IntPtr... method OnHwndSrcWmImeNotify (line 723) | private void OnHwndSrcWmImeNotify(int msg, IntPtr wParam, IntPtr lPara... method OnHwndSourceMsgNotifyElementHost (line 754) | private void OnHwndSourceMsgNotifyElementHost(int msg, IntPtr wParam, ... method WndProc (line 768) | protected override void WndProc(ref Message m) method ScaleCore (line 813) | protected override void ScaleCore(float dx, float dy) method Dispose (line 823) | protected override void Dispose(bool disposing) method DisposeHWndSource (line 853) | private void DisposeHWndSource() method StartPropertyMapping (line 874) | private void StartPropertyMapping() method OnPropertyChangedBackColor (line 913) | private void OnPropertyChangedBackColor(object sender, System.EventArg... method OnPropertyChangedBackgroundImage (line 917) | private void OnPropertyChangedBackgroundImage(object sender, System.Ev... method OnPropertyChangedBackgroundImageLayout (line 921) | private void OnPropertyChangedBackgroundImageLayout(object sender, Sys... method OnPropertyChangedCursor (line 925) | private void OnPropertyChangedCursor(object sender, System.EventArgs e) method OnPropertyChangedEnabled (line 929) | private void OnPropertyChangedEnabled(object sender, System.EventArgs e) method OnPropertyChangedFont (line 933) | private void OnPropertyChangedFont(object sender, System.EventArgs e) method OnPropertyChangedForeColor (line 937) | private void OnPropertyChangedForeColor(object sender, System.EventArg... method OnPropertyChangedRightToLeft (line 941) | private void OnPropertyChangedRightToLeft(object sender, System.EventA... method OnPropertyChangedTabStop (line 945) | private void OnPropertyChangedTabStop(object sender, System.EventArgs e) method OnPropertyChangedVisible (line 949) | private void OnPropertyChangedVisible(object sender, System.EventArgs e) method OnPropertyChangedAutoSize (line 956) | private void OnPropertyChangedAutoSize(object sender, System.EventArgs e) method OnPropertyChangedPadding (line 960) | private void OnPropertyChangedPadding(object sender, System.EventArgs e) method OnPropertyChangedBindingContext (line 964) | private void OnPropertyChangedBindingContext(object sender, System.Eve... method OnPropertyChangedCausesValidation (line 968) | private void OnPropertyChangedCausesValidation(object sender, System.E... method OnPropertyChangedContextMenuStrip (line 972) | private void OnPropertyChangedContextMenuStrip(object sender, System.E... method OnPropertyChangedDock (line 976) | private void OnPropertyChangedDock(object sender, System.EventArgs e) method OnPropertyChangedLocation (line 980) | private void OnPropertyChangedLocation(object sender, System.EventArgs e) method OnPropertyChangedMargin (line 984) | private void OnPropertyChangedMargin(object sender, System.EventArgs e) method OnPropertyChangedParent (line 988) | private void OnPropertyChangedParent(object sender, System.EventArgs e) method OnPropertyChangedRegion (line 992) | private void OnPropertyChangedRegion(object sender, System.EventArgs e) method OnPropertyChangedSize (line 996) | private void OnPropertyChangedSize(object sender, System.EventArgs e) method OnPropertyChangedTabIndex (line 1000) | private void OnPropertyChangedTabIndex(object sender, System.EventArgs e) method OnPropertyChangedText (line 1004) | private void OnPropertyChangedText(object sender, System.EventArgs e) method OnPropertyChangedImeMode (line 1008) | private void OnPropertyChangedImeMode(object sender, System.EventArgs e) method OnPropertyChanged (line 1019) | public virtual void OnPropertyChanged(string propertyName, object value) class AvalonAdapter (line 1462) | internal class AvalonAdapter : SWC.DockPanel, IDisposable, IKeyboardInpu... method AvalonAdapter (line 1466) | [SuppressMessage("Microsoft.Performance", "CA1810:InitializeReferenceT... method AvalonAdapter (line 1484) | public AvalonAdapter(ElementHost hostControl) method Dispose (line 1492) | public void Dispose() method OnGetForceInvalidate (line 1507) | private static object OnGetForceInvalidate(DependencyObject d) method FindSolidColorParent (line 1530) | private static SD.Color FindSolidColorParent(Control whichControl) method OnNoMoreTabStops (line 1557) | public bool OnNoMoreTabStops(SWI.TraversalRequest request, ref bool sh... method Unregister (line 1571) | public void Unregister() method OnNoMoreTabStops (line 1575) | public bool OnNoMoreTabStops(SWI.TraversalRequest request) method ShouldSearchWrapForParentControl (line 1670) | private bool ShouldSearchWrapForParentControl(Control control) method OnCreateAutomationPeer (line 1691) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/System/Windows/Integration/ElementHostAutomationPeer.cs class ElementHostAutomationPeer (line 8) | internal class ElementHostAutomationPeer : FrameworkElementAutomationPeer method ElementHostAutomationPeer (line 12) | public ElementHostAutomationPeer(AvalonAdapter owner) method IsContentElementCore (line 18) | protected override bool IsContentElementCore() method IsControlElementCore (line 23) | protected override bool IsControlElementCore() method GetNameCore (line 28) | protected override string GetNameCore() FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/System/Windows/Integration/ElementHostPropertyMap.cs class ElementHostPropertyMap (line 15) | internal sealed class ElementHostPropertyMap : PropertyMap method ElementHostPropertyMap (line 20) | public ElementHostPropertyMap(ElementHost host) method InitializeDefaultTranslators (line 32) | private void InitializeDefaultTranslators() method BackgroundPropertyTranslator (line 48) | private static void BackgroundPropertyTranslator(object host, string p... method UpdateBackgroundImage (line 57) | [ResourceExposure(ResourceScope.None)] method CursorPropertyTranslator (line 88) | private static void CursorPropertyTranslator(object host, string prope... method EnabledPropertyTranslator (line 107) | private static void EnabledPropertyTranslator(object host, string prop... method FontPropertyTranslator (line 123) | private static void FontPropertyTranslator(object host, string propert... method ImeModePropertyTranslator (line 153) | private static void ImeModePropertyTranslator(object host, string prop... method RightToLeftPropertyTranslator (line 165) | private static void RightToLeftPropertyTranslator(object host, string ... method VisiblePropertyTranslator (line 183) | private static void VisiblePropertyTranslator(object host, string prop... FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/System/Windows/Integration/HostUtils.cs class HostUtils (line 17) | internal static class HostUtils method ConvertZeroToUnbounded (line 41) | public static SD.Size ConvertZeroToUnbounded(SD.Size size) method ConvertZeroOrOneToUnbounded (line 49) | public static SD.Size ConvertZeroOrOneToUnbounded(SD.Size size) method ConvertUnboundedToZero (line 56) | public static SD.Size ConvertUnboundedToZero(SD.Size size) method UnionSizes (line 69) | public static SD.Size UnionSizes(SD.Size size1, SD.Size size2) method IntersectSizes (line 76) | public static SD.Size IntersectSizes(SD.Size size1, SD.Size size2) method GetRootVisual (line 83) | internal static Visual GetRootVisual(Visual descendant) method TransformToRootPoint (line 101) | internal static Point TransformToRootPoint(Visual element, Point point... method TransformToParentPoint (line 107) | internal static Point TransformToParentPoint(Visual element, Visual an... method BrushIsSolidOpaque (line 137) | internal static bool BrushIsSolidOpaque(SWM.Brush c) method SetBackgroundImage (line 143) | internal static void SetBackgroundImage(WinFormsAdapter adapter, Contr... method GetBitmapForWindowsFormsHost (line 153) | [ResourceExposure(ResourceScope.Machine)] method GetBitmapOfControl (line 168) | [ResourceExposure(ResourceScope.Machine)] method GetCoveredPortionOfBitmap (line 189) | [ResourceExposure(ResourceScope.Machine)] method GetFrameworkElementAncestor (line 205) | private static FrameworkElement GetFrameworkElementAncestor(Dependency... method GetBitmapForTransparentWindowsFormsHost (line 219) | [ResourceExposure(ResourceScope.Machine)] method GetBitmapForFrameworkElement (line 263) | internal static RenderTargetBitmap GetBitmapForFrameworkElement(Framew... method GetBitmapFromRenderTargetBitmap (line 273) | [ResourceExposure(ResourceScope.Machine)] method GetRenderTargetBitmapForVisual (line 308) | internal static RenderTargetBitmap GetRenderTargetBitmapForVisual(int ... method GetBitmapForOpaqueWindowsFormsHost (line 322) | [ResourceExposure(ResourceScope.Machine)] method GetScale (line 341) | internal static Vector GetScale(Visual visual) method GetScale (line 347) | internal static Vector GetScale(Visual visual, out bool skewed) method IsRotated (line 360) | internal static bool IsRotated(Visual visual) method PixelsPerInch (line 371) | [ResourceExposure(ResourceScope.None)] method IsZero (line 388) | internal static bool IsZero(double value) method LOWORD (line 395) | internal static int LOWORD(IntPtr ptr) method FontWeightIsBold (line 406) | public static bool FontWeightIsBold(FontWeight fontWeight) method GetCursorSource (line 418) | public static FrameworkElement GetCursorSource(DependencyObject curren... FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/System/Windows/Integration/IntegrationExceptionEventArgs.cs class IntegrationExceptionEventArgs (line 11) | public class IntegrationExceptionEventArgs : EventArgs method IntegrationExceptionEventArgs (line 16) | public IntegrationExceptionEventArgs(bool throwException, Exception ex... FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/System/Windows/Integration/LayoutExceptionEventArgs.cs class LayoutExceptionEventArgs (line 10) | public class LayoutExceptionEventArgs : IntegrationExceptionEventArgs method LayoutExceptionEventArgs (line 15) | public LayoutExceptionEventArgs(Exception exception) FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/System/Windows/Integration/PropertyMap.cs class PropertyMap (line 22) | public class PropertyMap method PropertyMap (line 31) | public PropertyMap() method PropertyMap (line 39) | public PropertyMap(object source) method Add (line 124) | public void Add(String propertyName, PropertyTranslator translator) method ThrowIfPropertyDoesntExistOnSource (line 133) | private void ThrowIfPropertyDoesntExistOnSource(string propertyName) method Apply (line 150) | public void Apply(string propertyName) method ApplyAll (line 167) | public void ApplyAll() method GetProperty (line 175) | private PropertyInfo GetProperty(string propertyName) method Clear (line 188) | public void Clear() method Contains (line 198) | public bool Contains(String propertyName) method Remove (line 208) | public void Remove(String propertyName) method PropertyMappedToEmptyTranslator (line 228) | internal bool PropertyMappedToEmptyTranslator(string propertyName) method EmptyPropertyTranslator (line 236) | internal void EmptyPropertyTranslator(object host, string propertyName... method Reset (line 246) | public void Reset(String propertyName) method ResetAll (line 269) | public void ResetAll() method AddDefaultPropertyTranslators (line 275) | private void AddDefaultPropertyTranslators() method OnPropertyChanged (line 290) | internal void OnPropertyChanged(object host, string propertyName, obje... method RunTranslator (line 305) | internal void RunTranslator(PropertyTranslator translator, object host... FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/System/Windows/Integration/PropertyMappingExceptionEventArgs.cs class PropertyMappingExceptionEventArgs (line 11) | public class PropertyMappingExceptionEventArgs : IntegrationExceptionEve... method PropertyMappingExceptionEventArgs (line 19) | public PropertyMappingExceptionEventArgs(Exception exception, string p... FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/System/Windows/Integration/WindowsFormsHost.cs class WindowsFormsHost (line 31) | [System.ComponentModel.DesignerCategory("code")] method WindowsFormsHost (line 42) | [SuppressMessage("Microsoft.Performance", "CA1810:InitializeReferenceT... method WindowsFormsHost (line 53) | public WindowsFormsHost() method NotifyFocusWithinHost (line 67) | private void NotifyFocusWithinHost() method OnChildGotFocus (line 77) | private void OnChildGotFocus(object sender, EventArgs e) method SyncChildImeEnabledContext (line 85) | private void SyncChildImeEnabledContext() method WndProc (line 121) | protected override IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam,... method OnWmGetObject (line 139) | private IntPtr OnWmGetObject(IntPtr wparam, IntPtr lparam) method GetFocusScopeForElement (line 158) | private static DependencyObject GetFocusScopeForElement(DependencyObje... method ScaleChild (line 178) | protected virtual Vector ScaleChild(Vector newScale) method ScaleChild (line 190) | private void ScaleChild() method OnLayoutError (line 214) | private void OnLayoutError() method MeasureOverride (line 232) | protected override SW.Size MeasureOverride(SW.Size constraint) method ArrangeOverride (line 263) | protected override Size ArrangeOverride(Size finalSize) method OnChildChanged (line 340) | private void OnChildChanged(Control oldChild) method FindBackgroundParent (line 373) | private static SWM.Brush FindBackgroundParent(SW.DependencyObject depe... method PaintBackground (line 400) | internal void PaintBackground() method EnableWindowsFormsInterop (line 421) | public static void EnableWindowsFormsInterop() method TabInto (line 429) | public virtual bool TabInto(SWI.TraversalRequest request) class DummyNativeWindow (line 448) | private class DummyNativeWindow : NativeWindow, IDisposable method DummyNativeWindow (line 451) | public DummyNativeWindow(WindowsFormsHost host) method Dispose (line 454) | public void Dispose() method BuildWindowCore (line 465) | protected override HandleRef BuildWindowCore(HandleRef hwndParent) method DestroyWindowCore (line 492) | protected override void DestroyWindowCore(HandleRef hwnd) method ApplyAllProperties (line 501) | private void ApplyAllProperties(object sender, RoutedEventArgs e) method Dispose (line 509) | protected override void Dispose(bool disposing) method OnCreateAutomationPeer (line 542) | protected override AutomationPeer OnCreateAutomationPeer() method OnPropertyChanged (line 680) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... class WinFormsAdapter (line 714) | [System.ComponentModel.DesignerCategory("code")] method HandleChildActivate (line 737) | public void HandleChildActivate() class FocusTargetControl (line 786) | private class FocusTargetControl : Control method FocusTargetControl (line 788) | public FocusTargetControl() method WinFormsAdapter (line 801) | public WinFormsAdapter(WindowsFormsHost host) method Dispose (line 812) | protected override void Dispose(bool disposing) method FocusNext (line 834) | internal bool FocusNext(SWI.TraversalRequest request) method ProcessDialogKey (line 895) | protected override bool ProcessDialogKey(Keys keyData) method PreProcessMessage (line 929) | internal bool PreProcessMessage(ref Message msg, bool hasFocus) method WinFormsAdapter_HandleCreated (line 946) | private void WinFormsAdapter_HandleCreated(object sender, EventArgs e) method UpdateUIState (line 958) | internal void UpdateUIState(int uiAction) method InputManager_PostProcessInput (line 974) | private void InputManager_PostProcessInput(object sender, SWI.ProcessI... method OnLayout (line 1010) | protected override void OnLayout(SWF.LayoutEventArgs e) method OnPaintBackground (line 1033) | protected override void OnPaintBackground(SWF.PaintEventArgs e) method OnRightToLeftChanged (line 1075) | protected override void OnRightToLeftChanged(EventArgs e) method CallOnParentRightToLeftChanged (line 1084) | private void CallOnParentRightToLeftChanged(Control control) FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/System/Windows/Integration/WindowsFormsHostPropertyMap.cs method WindowsFormsHostPropertyMap (line 18) | public WindowsFormsHostPropertyMap(WindowsFormsHost host) method InitializeDefaultTranslators (line 29) | private void InitializeDefaultTranslators() method BackgroundPropertyTranslator (line 52) | [ResourceExposure(ResourceScope.None)] method FlowDirectionPropertyTranslator (line 98) | private void FlowDirectionPropertyTranslator(object host, string propert... method FontFamilyPropertyTranslator (line 128) | [ResourceExposure(ResourceScope.None)] method FontStylePropertyTranslator (line 148) | [ResourceExposure(ResourceScope.None)] method FontWeightPropertyTranslator (line 179) | [ResourceExposure(ResourceScope.None)] method FontSizePropertyTranslator (line 199) | [ResourceExposure(ResourceScope.None)] FILE: src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/ref/WindowsFormsIntegration.cs class WindowsFormsHostAutomationPeer (line 6) | public sealed partial class WindowsFormsHostAutomationPeer : System.Wind... method WindowsFormsHostAutomationPeer (line 8) | public WindowsFormsHostAutomationPeer(System.Windows.Forms.Integration... method GetAutomationControlTypeCore (line 9) | protected override System.Windows.Automation.Peers.AutomationControlTy... method GetClassNameCore (line 10) | protected override string GetClassNameCore() { throw null; } method GetHostRawElementProviderCore (line 11) | [System.Security.SecurityTreatAsSafeAttribute] class ChildChangedEventArgs (line 17) | public partial class ChildChangedEventArgs : System.EventArgs method ChildChangedEventArgs (line 19) | public ChildChangedEventArgs(object previousChild) { } class ElementHost (line 22) | [System.ComponentModel.DefaultEventAttribute("ChildChanged")] method ElementHost (line 27) | public ElementHost() { } method Dispose (line 169) | protected override void Dispose(bool disposing) { } method EnableModelessKeyboardInterop (line 170) | public static void EnableModelessKeyboardInterop(System.Windows.Window... method GetPreferredSize (line 171) | public override System.Drawing.Size GetPreferredSize(System.Drawing.Si... method IsInputChar (line 172) | protected override bool IsInputChar(char charCode) { throw null; } method OnEnabledChanged (line 173) | protected override void OnEnabledChanged(System.EventArgs e) { } method OnGotFocus (line 174) | protected override void OnGotFocus(System.EventArgs e) { } method OnHandleCreated (line 175) | protected override void OnHandleCreated(System.EventArgs e) { } method OnLeave (line 176) | protected override void OnLeave(System.EventArgs e) { } method OnPaint (line 177) | [System.ComponentModel.BrowsableAttribute(false)] method OnPaintBackground (line 180) | [System.ComponentModel.BrowsableAttribute(false)] method OnPrint (line 183) | protected override void OnPrint(System.Windows.Forms.PaintEventArgs e)... method OnPropertyChanged (line 184) | public virtual void OnPropertyChanged(string propertyName, object valu... method OnVisibleChanged (line 185) | protected override void OnVisibleChanged(System.EventArgs e) { } method ProcessCmdKey (line 186) | protected override bool ProcessCmdKey(ref System.Windows.Forms.Message... method ProcessMnemonic (line 187) | protected override bool ProcessMnemonic(char charCode) { throw null; } method ScaleCore (line 188) | protected override void ScaleCore(float dx, float dy) { } method Select (line 189) | protected override void Select(bool directed, bool forward) { } method WndProc (line 190) | protected override void WndProc(ref System.Windows.Forms.Message m) { } class IntegrationExceptionEventArgs (line 192) | public partial class IntegrationExceptionEventArgs : System.EventArgs method IntegrationExceptionEventArgs (line 194) | public IntegrationExceptionEventArgs(bool throwException, System.Excep... class LayoutExceptionEventArgs (line 198) | public partial class LayoutExceptionEventArgs : System.Windows.Forms.Int... method LayoutExceptionEventArgs (line 200) | public LayoutExceptionEventArgs(System.Exception exception) : base (de... class PropertyMap (line 202) | public partial class PropertyMap method PropertyMap (line 204) | public PropertyMap() { } method PropertyMap (line 205) | public PropertyMap(object source) { } method Add (line 212) | public void Add(string propertyName, System.Windows.Forms.Integration.... method Apply (line 213) | public void Apply(string propertyName) { } method ApplyAll (line 214) | public void ApplyAll() { } method Clear (line 215) | public void Clear() { } method Contains (line 216) | public bool Contains(string propertyName) { throw null; } method Remove (line 217) | public void Remove(string propertyName) { } method Reset (line 218) | public void Reset(string propertyName) { } method ResetAll (line 219) | public void ResetAll() { } class PropertyMappingExceptionEventArgs (line 221) | public partial class PropertyMappingExceptionEventArgs : System.Windows.... method PropertyMappingExceptionEventArgs (line 223) | public PropertyMappingExceptionEventArgs(System.Exception exception, s... class WindowsFormsHost (line 228) | [System.ComponentModel.DefaultEventAttribute("ChildChanged")] method WindowsFormsHost (line 241) | public WindowsFormsHost() { } method ArrangeOverride (line 258) | protected override System.Windows.Size ArrangeOverride(System.Windows.... method BuildWindowCore (line 259) | protected override System.Runtime.InteropServices.HandleRef BuildWindo... method DestroyWindowCore (line 260) | protected override void DestroyWindowCore(System.Runtime.InteropServic... method Dispose (line 261) | protected override void Dispose(bool disposing) { } method EnableWindowsFormsInterop (line 262) | public static void EnableWindowsFormsInterop() { } method MeasureOverride (line 263) | protected override System.Windows.Size MeasureOverride(System.Windows.... method OnCreateAutomationPeer (line 264) | protected override System.Windows.Automation.Peers.AutomationPeer OnCr... method OnPropertyChanged (line 265) | protected override void OnPropertyChanged(System.Windows.DependencyPro... method ScaleChild (line 266) | protected virtual System.Windows.Vector ScaleChild(System.Windows.Vect... method TabInto (line 267) | public virtual bool TabInto(System.Windows.Input.TraversalRequest requ... method WndProc (line 268) | protected override System.IntPtr WndProc(System.IntPtr hwnd, int msg, ... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/DbgXHelper/dbghelpers.cxx function OutputInstance (line 23) | void OutputInstance( function HRESULT (line 55) | HRESULT GetFieldOffset( function HRESULT (line 96) | HRESULT ReadPointerField( function HRESULT (line 131) | HRESULT ReadNonPointerField( function HRESULT (line 171) | HRESULT function HRESULT (line 225) | HRESULT SearchTable( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/DbgXHelper/dbghelpers.hxx function HRESULT (line 45) | HRESULT ReadTypedField( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/DbgXHelper/dbgxhelper.h type ModuleParameters (line 38) | typedef struct { FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/DbgXHelper/debug.cxx function vPrintNativeFieldInfo (line 29) | void function vPrintNativeSymDumpParam (line 45) | void FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/DbgXHelper/event.cxx function ULONG (line 32) | ULONG class EventMonitorCallbacks (line 57) | class EventMonitorCallbacks : public DebugBaseEventCallbacks method EventMonitorCallbacks (line 64) | EventMonitorCallbacks() type MonitorState (line 333) | enum MonitorState { function DWORD (line 343) | DWORD function ReleaseEventCallbacks (line 458) | void function HRESULT (line 500) | HRESULT function HRESULT (line 560) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/DbgXHelper/flags.cxx function ULONG64 (line 81) | ULONG64 function BOOL (line 142) | BOOL function BOOL (line 163) | BOOL function BOOL (line 191) | BOOL function BOOL (line 304) | BOOL FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/DbgXHelper/flags.hxx type _ENUMDEF (line 17) | struct _ENUMDEF { type _FLAGDEF (line 29) | struct _FLAGDEF { type EnumFlagType (line 47) | enum EnumFlagType { type _EnumFlagEntry (line 56) | struct _EnumFlagEntry type _EnumFlagField (line 58) | struct _EnumFlagField { type _EnumFlagEntry (line 74) | struct _EnumFlagEntry { FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/DbgXHelper/input.cxx function HRESULT (line 28) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/DbgXHelper/minnt.h function FORCEINLINE (line 39) | FORCEINLINE function FORCEINLINE (line 50) | FORCEINLINE function FORCEINLINE (line 58) | FORCEINLINE function FORCEINLINE (line 74) | FORCEINLINE function FORCEINLINE (line 90) | FORCEINLINE FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/DbgXHelper/output.cxx function HRESULT (line 27) | HRESULT function HRESULT (line 70) | HRESULT function HRESULT (line 107) | HRESULT function HRESULT (line 137) | HRESULT function HRESULT (line 164) | HRESULT function HRESULT (line 180) | HRESULT function HRESULT (line 196) | HRESULT function HRESULT (line 212) | HRESULT function HRESULT (line 228) | HRESULT function HRESULT (line 255) | HRESULT function HRESULT (line 288) | HRESULT function HRESULT (line 304) | HRESULT function HRESULT (line 314) | HRESULT function HRESULT (line 325) | HRESULT function HRESULT (line 341) | HRESULT function HRESULT (line 353) | HRESULT function HRESULT (line 368) | HRESULT function HRESULT (line 450) | HRESULT function HRESULT (line 502) | HRESULT function HRESULT (line 537) | HRESULT function HRESULT (line 604) | HRESULT function STDMETHODIMP (line 685) | STDMETHODIMP function STDMETHODIMP (line 737) | STDMETHODIMP function STDMETHODIMP (line 755) | STDMETHODIMP function STDMETHODIMP (line 776) | STDMETHODIMP function HRESULT (line 847) | HRESULT function HRESULT (line 880) | HRESULT function HRESULT (line 933) | HRESULT function HRESULT (line 971) | HRESULT function HRESULT (line 1058) | HRESULT function STDMETHODIMP (line 1127) | STDMETHODIMP function HRESULT (line 1140) | HRESULT function __deref_out_opt (line 1218) | __deref_out_opt OutputFilter::QuerySpec ** function HRESULT (line 1244) | HRESULT function HRESULT (line 1330) | HRESULT function HRESULT (line 1434) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/DbgXHelper/output.hxx class OutputControl (line 19) | class OutputControl method AddRef (line 23) | AddRef(THIS) { method Release (line 27) | Release(void) { method OutputControl (line 40) | OutputControl() method OutputControl (line 48) | OutputControl(ULONG OutputControl, method OutputControl (line 58) | OutputControl(__in_opt PDEBUG_CLIENT Client) method ULONG (line 80) | ULONG GetControl() { return OutCtl; } class OutputState (line 118) | class OutputState method HRESULT (line 143) | HRESULT OutputTypePhysical( method HRESULT (line 153) | HRESULT OutputTypePhysical( method HRESULT (line 162) | HRESULT OutputTypeVirtual( method HRESULT (line 172) | HRESULT OutputTypeVirtual( class DefOutputCallbacks (line 205) | class DefOutputCallbacks : method DefOutputCallbacks (line 209) | DefOutputCallbacks() { RefCount = 1; } class DebugOutputCallbacks (line 253) | class DebugOutputCallbacks : public DefOutputCallbacks class OutputReader (line 273) | class OutputReader : public DefOutputCallbacks method OutputReader (line 276) | OutputReader() method FreeOutputCopy (line 303) | void FreeOutputCopy(__deref PSTR Copy) class OutputParser (line 332) | class OutputParser : public OutputReader method OutputParser (line 335) | OutputParser() : OutputReader() class BasicOutputParser (line 379) | class BasicOutputParser : public OutputParser method BasicOutputParser (line 389) | BasicOutputParser(PDEBUG_CLIENT OutputClient, ULONG TotalEntries = 4) method HRESULT (line 412) | HRESULT Ready() { return (CurEntry != NumEntries) ? S_OK : S_FALSE; } method Relook (line 415) | void Relook() { CurEntry = 0; } method HRESULT (line 421) | HRESULT Complete() class BitFieldInfo (line 448) | class BitFieldInfo { method BitFieldInfo (line 450) | BitFieldInfo() { Valid = FALSE; } method BitFieldInfo (line 451) | BitFieldInfo(ULONG InitBitPos, ULONG InitBits) { method BOOL (line 455) | BOOL Compose(ULONG CBitPos, ULONG CBits) class BitFieldParser (line 469) | class BitFieldParser : public OutputParser method Relook (line 475) | void Relook() method HRESULT (line 488) | HRESULT Ready() method HRESULT (line 499) | HRESULT Complete() class OutputFilter (line 577) | class OutputFilter : public OutputReader method OutputFilter (line 580) | OutputFilter(PDEBUG_CLIENT DbgClient) : OutputReader() class QuerySpec (line 611) | class QuerySpec class ReplacementSpec (line 629) | class ReplacementSpec : public QuerySpec FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Array.cs class McgArray (line 30) | public class McgArray : McgType method McgArray (line 32) | internal McgArray( method Initialize (line 46) | public void Initialize(McgArrayDimension[] dimensions) class McgArrayDimension (line 63) | public class McgArrayDimension method McgArrayDimension (line 65) | internal McgArrayDimension( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/CG.cs class CG (line 18) | public partial class CG FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Command.cs class McgCommand (line 29) | public class McgCommand : McgStruct method McgCommand (line 31) | internal McgCommand( method Initialize (line 104) | internal void Initialize(IMcgStructChild[] children) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Elements.cs class CGEvent (line 19) | public partial class CGEvent class CGProperty (line 93) | public partial class CGProperty FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Enum.cs class McgEnum (line 32) | public class McgEnum : McgType method McgEnum (line 34) | internal McgEnum( method Initialize (line 70) | internal void Initialize(IMcgEnumChild[] children) method GetType (line 101) | private string GetType(string name) type IMcgEnumChild (line 281) | public interface IMcgEnumChild {}; class McgEnumValue (line 289) | public class McgEnumValue : IMcgEnumChild method McgEnumValue (line 291) | internal McgEnumValue( class McgBlockCommentedEnumValues (line 310) | public class McgBlockCommentedEnumValues : IMcgEnumChild method McgBlockCommentedEnumValues (line 312) | internal McgBlockCommentedEnumValues( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Field.cs type IMcgStructChild (line 34) | public interface IMcgStructChild {}; class McgEmptyField (line 45) | public class McgEmptyField method McgEmptyField (line 47) | internal McgEmptyField(string name, bool generateClass, bool distingui... class McgField (line 67) | public class McgField : IMcgStructChild method StructChildArrayToFieldArray (line 69) | public static McgField[] StructChildArrayToFieldArray(IMcgStructChild[... method McgField (line 98) | internal McgField(string name, class McgUnion (line 249) | public class McgUnion : IMcgStructChild method McgUnion (line 251) | internal McgUnion( class McgBlockCommentedFields (line 280) | public class McgBlockCommentedFields : IMcgStructChild method McgBlockCommentedFields (line 282) | internal McgBlockCommentedFields( class McgConstant (line 311) | public class McgConstant : IMcgStructChild method McgConstant (line 313) | internal McgConstant( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Generated/Elements.cs class CG (line 19) | [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.9037.0")] class CGElement (line 71) | [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.9037.0")] class CGEvent (line 145) | [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.9037.0")] class CGProperty (line 284) | [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.9037.0")] FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Primitive.cs class McgPrimitive (line 34) | public class McgPrimitive : McgType method McgPrimitive (line 36) | internal McgPrimitive( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Realization.cs class McgRealizationAPI (line 29) | public class McgRealizationAPI method McgRealizationAPI (line 31) | internal McgRealizationAPI( class McgRealization (line 54) | public class McgRealization method McgRealization (line 56) | internal McgRealization( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/RenderData.cs class McgRenderDataInstruction (line 29) | public class McgRenderDataInstruction method McgRenderDataInstruction (line 31) | public McgRenderDataInstruction(string name, method CreateStructName (line 69) | private static string CreateStructName(string pascalCaseStructName) method Initialize (line 97) | internal void Initialize(McgField[] fields, method GetPaddedStructDefinition (line 141) | public Helpers.CodeGenHelpers.PaddedStructData GetPaddedStructDefiniti... method GetPaddedSize (line 178) | public int GetPaddedSize(bool doAnimations) class RenderDataInstructionData (line 301) | public class RenderDataInstructionData method RenderDataInstructionData (line 303) | public RenderDataInstructionData( method AddRenderDataInstruction (line 322) | public void AddRenderDataInstruction(McgRenderDataInstruction renderDa... method FindRenderDataInstruction (line 337) | public McgRenderDataInstruction FindRenderDataInstruction(string name) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Resource.cs class McgResource (line 29) | public class McgResource : McgStruct method McgResource (line 31) | internal McgResource( method Initialize (line 520) | internal void Initialize(IMcgStructChild[] children, McgEmptyField emp... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/ResourceModel.cs class DuceHandle (line 30) | internal class DuceHandle type UnmanagedTypeType (line 44) | public enum UnmanagedTypeType type Modifier (line 58) | [Flags] type CodeSections (line 73) | public enum CodeSections class ResourceModel (line 106) | public class ResourceModel method ResourceModel (line 116) | public ResourceModel(XmlDocument document, string outputDir) method Count (line 145) | public static int Count(McgField[] fields, FieldFilter filter) method Filter (line 163) | public static McgField[] Filter(McgField[] fields, FieldFilter filter) method Filter (line 181) | public static McgType[] Filter(McgType[] types, TypeFilter filter) method Filter (line 199) | public static McgResource[] Filter(McgResource[] types, TypeFilter fil... method IsSimple (line 217) | public static bool IsSimple(McgField field) method IsAnimated (line 225) | public static bool IsAnimated(McgField field) method IsFreezable (line 233) | public static bool IsFreezable(McgField field) method IsVisual (line 241) | public static bool IsVisual(McgField field) method IsVisualAndNotManagedOnly (line 249) | public static bool IsVisualAndNotManagedOnly(McgField field) method HasUnmanagedResource (line 257) | public static bool HasUnmanagedResource(McgField field) method HasUnmanagedResourceNoVisual (line 265) | public static bool HasUnmanagedResourceNoVisual(McgField field) method IsFreezableAndNotAnimatable (line 273) | public static bool IsFreezableAndNotAnimatable(McgField field) method IsAnimatable (line 281) | public static bool IsAnimatable(McgField field) method IsUnmanaged (line 289) | public static bool IsUnmanaged(McgField field) method IsResource (line 297) | public static bool IsResource(McgField field) method IsFreezable (line 305) | public static bool IsFreezable(McgType type) method IsVisual (line 313) | public static bool IsVisual(McgType type) method IsNotNew (line 321) | public static bool IsNotNew(McgField field) method IsCommonlySet (line 329) | public static bool IsCommonlySet(McgField field) method HasUnmanagedResource (line 337) | public static bool HasUnmanagedResource(McgType type) method HasUnmanagedResourceNoVisual (line 346) | public static bool HasUnmanagedResourceNoVisual(McgType type) method IsFreezableAndCollection (line 356) | public static bool IsFreezableAndCollection(McgField field) method IsCollectionAndDoesntHaveUnmanagedResource (line 372) | public static bool IsCollectionAndDoesntHaveUnmanagedResource(McgField... method IsCollectionOfDuceAndDoesntHaveUnmanagedResource (line 387) | public static bool IsCollectionOfDuceAndDoesntHaveUnmanagedResource(Mc... method IsFreezableAndNotCollection (line 412) | public static bool IsFreezableAndNotCollection(McgField field) method IsNotFreezable (line 427) | public static bool IsNotFreezable(McgType type) method IsAnimatable (line 435) | public static bool IsAnimatable(McgType type) method IsNotAnimatable (line 443) | public static bool IsNotAnimatable(McgType type) method IsFreezableAndNotAnimatable (line 451) | public static bool IsFreezableAndNotAnimatable(McgType type) method IsValueType (line 459) | public static bool IsValueType(McgField field) method IsNotValueType (line 467) | public static bool IsNotValueType(McgField field) method IsReferenceTypeAndNotManagedOnly (line 472) | public static bool IsReferenceTypeAndNotManagedOnly(McgField field) method IsBasicField (line 478) | public static bool IsBasicField(McgField field) method IsBasicPublicField (line 492) | public static bool IsBasicPublicField(McgField field) method IsPublicField (line 506) | public static bool IsPublicField(McgField field) method IsAdvancedField (line 514) | public static bool IsAdvancedField(McgField field) method IsAnimatedOrAdvancedParameter (line 528) | public static bool IsAnimatedOrAdvancedParameter(McgField field) method IsTypeNamePen (line 533) | public static bool IsTypeNamePen(McgField field) method IsTypeNameBrush (line 538) | public static bool IsTypeNameBrush(McgField field) method IsTypeNameGlyphRun (line 543) | public static bool IsTypeNameGlyphRun(McgField field) method IsTypeNameDrawing (line 548) | public static bool IsTypeNameDrawing(McgField field) method FindType (line 676) | internal McgType FindType(string name) method CreateTypeObjects (line 703) | private void CreateTypeObjects(XmlDocument document) method CreateEnumValue (line 1034) | private McgEnumValue CreateEnumValue(XmlNode node) method CreateEnumChildArray (line 1053) | private IMcgEnumChild[] CreateEnumChildArray(XmlNode node) method FindField (line 1095) | McgField FindField(McgField[] fields, string name) method CreateTypeReferences (line 1113) | private void CreateTypeReferences(XmlDocument document) method AddGenerationControl (line 1251) | private void AddGenerationControl(int iSection, McgType type) method ShouldGenerate (line 1267) | public bool ShouldGenerate(CodeSections section, McgType type) method CreateGenerationList (line 1277) | private void CreateGenerationList(XmlDocument document) method GetFieldType (line 1462) | private McgType GetFieldType(XmlNode fieldNode) method CreateField (line 1511) | private McgField CreateField(XmlNode node) method CreateStructChildArray (line 1567) | private IMcgStructChild[] CreateStructChildArray(XmlNodeList fieldsNodes) method CreateStructChildArray (line 1582) | private IMcgStructChild[] CreateStructChildArray(XmlNode parent) method CreateEmptyField (line 1617) | private McgEmptyField CreateEmptyField(XmlNodeList emptyFields) method CreateRealization (line 1632) | private McgRealization CreateRealization(XmlNode resourceType) method CreateRealizationAPI (line 1651) | private McgRealizationAPI CreateRealizationAPI(XmlNode realization) method FindCommand (line 1682) | private McgCommand FindCommand(string fullName) method FindResource (line 1702) | private McgResource FindResource(string name) method FindEnum (line 1721) | private McgEnum FindEnum(string name) method FindStruct (line 1741) | private McgStruct FindStruct(string name) method AddType (line 1759) | private void AddType(McgType type) method ToString (line 1773) | internal static string ToString(XmlNode xn, string attr) method ToString (line 1794) | internal static string ToString(XmlNode xn, string attr, string defaul... method ToBoolean (line 1807) | internal static bool ToBoolean(XmlNode xn, string attr, bool defaultVa... method ToInt32 (line 1836) | internal static int ToInt32(XmlNode xn, string attr) method ToInt32 (line 1865) | internal static int ToInt32(XmlNode xn, string attr, int defaultValue) method ToEnum (line 1875) | private static T ToEnum(XmlNode xn, string attr, T defaultValue) method AddCommand (line 1905) | private void AddCommand(McgCommand command) method ThrowValidationException (line 1918) | private static void ThrowValidationException(XmlNode node, string mess... method ThrowValidationException (line 1926) | private static void ThrowValidationException(string message) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Struct.cs class McgStruct (line 32) | public class McgStruct : McgType method McgStruct (line 34) | internal McgStruct( method CreateFullName (line 75) | public static string CreateFullName(string domain, string target, stri... method UsesHandles_Helper (line 363) | private static bool UsesHandles_Helper(McgStruct structType) method CalculateUnpaddedSize (line 415) | private int CalculateUnpaddedSize() method Initialize (line 443) | internal void Initialize(IMcgStructChild[] children, McgStruct extends) method ComputeAllFields (line 449) | private McgField[] ComputeAllFields(Stack containingTypes) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Type.cs class McgType (line 35) | public abstract class McgType method McgType (line 37) | internal McgType( method UnmanagedType (line 286) | public string UnmanagedType(UnmanagedTypeType tt) method ToFormalParam (line 350) | public string ToFormalParam( method ToFormalParam (line 398) | public string ToFormalParam( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/CodeSink.cs class CodeSink (line 20) | public abstract class CodeSink method CodeSink (line 31) | public CodeSink() method Write (line 49) | public void Write(string output) method WriteBlock (line 60) | public void WriteBlock(string output) method BeginBlock (line 81) | public void BeginBlock(int numPrecedingNewlines) method EndBlock (line 105) | public void EndBlock(int numFollowingNewlines) method EndBlock (line 115) | public void EndBlock() method Indent (line 123) | public void Indent(int indentAmount) method Unindent (line 134) | public void Unindent() method InternalWrite (line 164) | protected internal abstract void InternalWrite(string output); method WriteWithIndentation (line 176) | private void WriteWithIndentation(string output) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/DelimitedList.cs type DelimiterPosition (line 20) | public enum DelimiterPosition class DelimitedList (line 26) | public class DelimitedList method DelimitedList (line 35) | public DelimitedList(string delimiter, DelimiterPosition position): th... method DelimitedList (line 39) | public DelimitedList(string delimiter, DelimiterPosition position, boo... method ToString (line 57) | public override string ToString() method Clear (line 63) | public void Clear() method Append (line 68) | public void Append(string[] parameters) method Append (line 79) | public void Append(string sParam) method Append (line 87) | public void Append(string sParam, string comment) method ApplyLastComment (line 144) | private void ApplyLastComment() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/FileCodeSink.cs class FileCodeSink (line 31) | public class FileCodeSink : CodeSink, IDisposable method FileCodeSink (line 40) | public FileCodeSink(string dir, string filename): this(dir, filename, ... method FileCodeSink (line 42) | public FileCodeSink(string dir, string filename, bool createDirIfNeces... method Dispose (line 67) | public void Dispose() method Dispose (line 102) | protected virtual void Dispose(bool disposing) method InternalWrite (line 131) | protected internal override void InternalWrite(string output) method FlushCurrentLine (line 158) | private void FlushCurrentLine() method LogCreation (line 171) | private void LogCreation() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/GeneratorMethods.cs class GeneratorMethods (line 18) | public abstract class GeneratorMethods method AllCaps (line 31) | public static string AllCaps(string stringIn) method FirstCap (line 39) | public static string FirstCap(string stringIn) method EnsureFirstCap (line 49) | public static string EnsureFirstCap(string stringIn) method FirstLower (line 57) | public static string FirstLower(string stringIn) method IndentEachLine (line 70) | public static string IndentEachLine(string s, int iLevel) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/ParameterList.cs class ParameterList (line 16) | public sealed class ParameterList : DelimitedList method ParameterList (line 26) | public ParameterList() : base (",", DelimiterPosition.AfterItem) {} FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/StringCodeSink.cs class StringCodeSink (line 19) | public class StringCodeSink : CodeSink method StringCodeSink (line 28) | public StringCodeSink() method Clear (line 41) | public void Clear() method ToString (line 46) | public override string ToString() method InternalWrite (line 83) | protected internal override void InternalWrite(string output) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/XmlLoader.cs class XmlLoader (line 23) | public class XmlLoader method XmlLoader (line 33) | public XmlLoader(string xmlFile, string schemaFile) method Load (line 49) | static public XmlDocument Load(string xmlFile, string schemaFile) method SchemaValidationCallback (line 99) | private void SchemaValidationCallback(object sender, ValidationEventAr... method XmlValidationCallback (line 109) | private void XmlValidationCallback(object sender, ValidationEventArgs ... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/orlist.cs class OrList (line 16) | public sealed class OrList : DelimitedList method OrList (line 26) | public OrList() : base ("|| ", DelimiterPosition.BeforeItem) {} FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimatableTemplate.cs class AnimatableTemplate (line 27) | public class AnimatableTemplate : Template type AnimatableTemplateInstance (line 29) | private struct AnimatableTemplateInstance method AnimatableTemplateInstance (line 31) | public AnimatableTemplateInstance( method AddTemplateInstance (line 46) | public override void AddTemplateInstance(ResourceModel resourceModel, ... method Go (line 55) | public override void Go(ResourceModel resourceModel) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationBaseTemplate.cs class AnimationBaseTemplate (line 30) | public class AnimationBaseTemplate: Template type AnimationBaseTemplateInstance (line 32) | private struct AnimationBaseTemplateInstance method AnimationBaseTemplateInstance (line 34) | public AnimationBaseTemplateInstance( method AddTemplateInstance (line 54) | public override void AddTemplateInstance(ResourceModel resourceModel, ... method Go (line 62) | public override void Go(ResourceModel resourceModel) method WriteIAnimationGetCurrentValueBody (line 242) | private string WriteIAnimationGetCurrentValueBody(AnimationBaseTemplateI... method WriteTypedGetCurrentValueBody (line 274) | private string WriteTypedGetCurrentValueBody(AnimationBaseTemplateInstan... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationClockResource.cs class AnimationClockResource (line 26) | public class AnimationClockResource : Main.GeneratorBase method AnimationClockResource (line 36) | public AnimationClockResource(ResourceModel rm) : base(rm) {} method Go (line 48) | public override void Go() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationResourceTemplate.cs class AnimationResourceTemplate (line 25) | public class AnimationResourceTemplate: Template type AnimationResourceTemplateInstance (line 27) | private struct AnimationResourceTemplateInstance method AnimationResourceTemplateInstance (line 29) | public AnimationResourceTemplateInstance( method AddTemplateInstance (line 41) | public override void AddTemplateInstance(ResourceModel resourceModel, ... method Go (line 48) | public override void Go(ResourceModel resourceModel) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationTemplate.cs class AnimationTemplate (line 29) | public partial class AnimationTemplate: Template type AnimationTemplateInstance (line 31) | private struct AnimationTemplateInstance method AnimationTemplateInstance (line 33) | public AnimationTemplateInstance( method AddTemplateInstance (line 56) | public override void AddTemplateInstance(ResourceModel resourceModel, ... method Go (line 65) | public override void Go(ResourceModel resourceModel) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationUsingKeyFramesTemplate.cs class AnimationUsingKeyFramesTemplate (line 29) | public class AnimationUsingKeyFramesTemplate: Template type AnimationUsingKeyFramesTemplateInstance (line 31) | private struct AnimationUsingKeyFramesTemplateInstance method AnimationUsingKeyFramesTemplateInstance (line 33) | public AnimationUsingKeyFramesTemplateInstance( method AddTemplateInstance (line 53) | public override void AddTemplateInstance(ResourceModel resourceModel, ... method Go (line 61) | public override void Go(ResourceModel resourceModel) type KeyTimeBlock (line 678) | [[/conditional]] method GetResolvedKeyFrameValue (line 688) | private [[instance.TypeName]] GetResolvedKeyFrameValue(Int32 resolvedK... method KeyFrame (line 695) | private [[instance.TypeName]]KeyFrame GetResolvedKeyFrame(Int32 resolv... method ResolveKeyTimes (line 745) | private void ResolveKeyTimes() method ResolvePacedKeyTimes (line 965) | private void ResolvePacedKeyTimes() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/CommandStructure.cs class CommandStructure (line 61) | public class CommandStructure : Main.GeneratorBase method CommandStructure (line 71) | public CommandStructure(ResourceModel rm) : base(rm) method Go (line 86) | public override void Go() method WriteRedirectionCommand (line 189) | private void WriteRedirectionCommand(PaddedCommand command) method WriteDwmCommand (line 194) | private void WriteDwmCommand(PaddedCommand command) method WriteRedirectionOrDwmCommand (line 199) | private void WriteRedirectionOrDwmCommand( method WriteCommand (line 236) | private void WriteCommand(PaddedCommand command) method MakeSwitchCaseStatement (line 332) | private StringBuilder MakeSwitchCaseStatement(List s) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/CommandType.cs class CommandType (line 47) | public class CommandType : Main.GeneratorBase method CommandType (line 57) | public CommandType(ResourceModel rm) : base(rm) method Go (line 72) | public override void Go() method RedirectionTypeAsHex (line 447) | private string RedirectionTypeAsHex(uint value) method DwmTypeAsHex (line 452) | private string DwmTypeAsHex(uint value) method MilTypeAsHex (line 457) | private string MilTypeAsHex(uint value) method PadWithSpaces (line 462) | private string PadWithSpaces(string str, int spaces) method UnmanagedTypeHeader (line 474) | private string UnmanagedTypeHeader( method BeginEnum (line 495) | private string BeginEnum(string strName, bool flags) method EndEnum (line 502) | private string EndEnum(string strName, bool flags) method EmitRedirectionCommand (line 508) | private void EmitRedirectionCommand(PaddedCommand command, uint value) method EmitRedirectionEnum (line 521) | private void EmitRedirectionEnum(McgEnum enumType) method EmitMilEnum (line 530) | private void EmitMilEnum(McgEnum enumType) method EmitEnum (line 539) | private void EmitEnum(StringCodeSink strSink, McgEnum enumType) method EmitDwmCommand (line 592) | private void EmitDwmCommand(PaddedCommand command, uint value) method EmitCommand (line 605) | private void EmitCommand(PaddedCommand command, uint value) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/DiscreteKeyFrameTemplate.cs type DiscreteKeyFrameTemplateInstance (line 33) | private struct DiscreteKeyFrameTemplateInstance method DiscreteKeyFrameTemplateInstance (line 35) | public DiscreteKeyFrameTemplateInstance( method AddTemplateInstance (line 52) | public override void AddTemplateInstance(ResourceModel resourceModel, Xm... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/DuceResource.cs method DuceResource (line 37) | public DuceResource(ResourceModel rm) : base(rm) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/EasingKeyFrameTemplate.cs type EasingKeyFrameTemplateInstance (line 33) | private struct EasingKeyFrameTemplateInstance method EasingKeyFrameTemplateInstance (line 35) | public EasingKeyFrameTemplateInstance( method AddTemplateInstance (line 52) | public override void AddTemplateInstance(ResourceModel resourceModel, Xm... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/Elements.cs method Elements (line 36) | public Elements(CG data) : base (data) {} method Go (line 44) | public override void Go() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/FrameworkElementTemplate.cs class FrameworkElementTemplate (line 29) | public class FrameworkElementTemplate: Template type FrameworkElementTemplateInstance (line 31) | private struct FrameworkElementTemplateInstance method FrameworkElementTemplateInstance (line 33) | public FrameworkElementTemplateInstance( method AddTemplateInstance (line 55) | public override void AddTemplateInstance(ResourceModel resourceModel, ... method Go (line 64) | public override void Go(ResourceModel resourceModel) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/IAnimatableHelper.cs class IAnimatableHelper (line 24) | public class IAnimatableHelper : GeneratorMethods method WriteImplementation (line 27) | public static string WriteImplementation() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/KeyFrameCollectionTemplate.cs class KeyFrameCollectionTemplate (line 29) | public class KeyFrameCollectionTemplate: Template type KeyFrameCollectionTemplateInstance (line 31) | private struct KeyFrameCollectionTemplateInstance method KeyFrameCollectionTemplateInstance (line 33) | public KeyFrameCollectionTemplateInstance( method AddTemplateInstance (line 50) | public override void AddTemplateInstance(ResourceModel resourceModel, ... method Go (line 57) | public override void Go(ResourceModel resourceModel) method Remove (line 462) | void IList.Remove(object keyFrame) method Remove (line 470) | public void Remove([[instance.TypeName]]KeyFrame keyFrame) method RemoveAt (line 486) | public void RemoveAt(int index) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/KeyFrameTemplate.cs class KeyFrameTemplate (line 31) | public class KeyFrameTemplate: Template type KeyFrameTemplateInstance (line 33) | private struct KeyFrameTemplateInstance method KeyFrameTemplateInstance (line 35) | public KeyFrameTemplateInstance( method AddTemplateInstance (line 52) | public override void AddTemplateInstance(ResourceModel resourceModel, ... method Go (line 59) | public override void Go(ResourceModel resourceModel) method InterpolateValue (line 201) | public [[instance.TypeName]] InterpolateValue( method InterpolateValueCore (line 219) | protected abstract [[instance.TypeName]] InterpolateValueCore( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/LinearKeyFrameTemplate.cs type LinearKeyFrameTemplateInstance (line 33) | private struct LinearKeyFrameTemplateInstance method LinearKeyFrameTemplateInstance (line 35) | public LinearKeyFrameTemplateInstance( method AddTemplateInstance (line 52) | public override void AddTemplateInstance(ResourceModel resourceModel, Xm... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ManagedEnum.cs class ManagedEnums (line 25) | public class ManagedEnums : Main.GeneratorBase method ManagedEnums (line 34) | public ManagedEnums(ResourceModel rm) : base(rm) method Go (line 51) | public override void Go() method WriteEnumHeader (line 120) | void WriteEnumHeader(FileCodeSink enumFile, McgEnum enumType, string f... method WriteEnumDefinitionFile (line 159) | void WriteEnumDefinitionFile(McgEnum enumType, StringCodeSink enumValu... method WriteEnumValidationFile (line 202) | void WriteEnumValidationFile(McgEnum enumType, StringCodeSink checkEnu... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ManagedResource.cs class ManagedResources (line 28) | public partial class ManagedResources : Main.GeneratorBase method ManagedResources (line 38) | public ManagedResources(ResourceModel rm) : base(rm) method Go (line 53) | public override void Go() method WriteClassDeclaration (line 295) | private string WriteClassDeclaration(string name, bool isClass, ListAddRef(); method RRETURN (line 144) | Cleanup: class CResourceFactory (line 158) | [inline]] method CResourceFactory (line 164) | private: method Create (line 170) | public: FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/CodeGenHelpers.cs class CodeGenHelpers (line 26) | public class CodeGenHelpers method IsEmpty (line 28) | public static bool IsEmpty(string s) method WriteFieldStatementsWithSeparator (line 33) | internal static string WriteFieldStatementsWithSeparator(McgField[] fi... method WriteFieldStatementsFirstLastWithSeparator (line 44) | internal static string WriteFieldStatementsFirstLastWithSeparator(McgF... method WriteFieldStatements (line 73) | internal static string WriteFieldStatements(McgField[] fields, string ... method WriteFieldStatement (line 85) | internal static string WriteFieldStatement(McgField field, string stat... method ThrowValidationException (line 106) | internal static void ThrowValidationException(XmlNode node, string mes... method ThrowValidationException (line 114) | internal static void ThrowValidationException(string message) type ParameterType (line 121) | internal enum ParameterType method AppendParameters (line 137) | internal static void AppendParameters( method AppendParameter (line 148) | internal static void AppendParameter( method AppendStructParameters (line 166) | internal static int AppendStructParameters( method AppendStructParameters (line 181) | internal static int AppendStructParameters( method AppendParameter (line 351) | internal static void AppendParameter( method ConvertToValueType (line 502) | internal static string ConvertToValueType(McgType type, string fieldName) method FormatComment (line 537) | internal static string FormatComment(string comment, method FormatComment (line 574) | internal static string FormatComment(string comment, method FormatParam (line 696) | internal static string FormatParam(string fieldName, method FormatParamUnmanaged (line 740) | internal static string FormatParamUnmanaged(string fieldName, class PaddedStructData (line 776) | public class PaddedStructData method PaddedStructData (line 778) | public PaddedStructData( method PaddedStructData (line 791) | public PaddedStructData( method BuildMarshaledFieldNames (line 814) | internal void BuildMarshaledFieldNames() class AlignmentEntry (line 872) | public class AlignmentEntry method AlignmentEntry (line 874) | public AlignmentEntry( method SortStructForAlignment (line 916) | internal static PaddedStructData SortStructForAlignment( method AddFlagsToList (line 1084) | public static void AddFlagsToList(DelimitedList list, T value) // W... method SplitEnumFlags (line 1099) | public static T[] SplitEnumFlags(T value) // Would be "where T:Enum... class AlignedFieldOffsetHelper (line 1131) | public class AlignedFieldOffsetHelper method AlignedFieldOffsetHelper (line 1133) | public AlignedFieldOffsetHelper(int alignment, int packing) method MoveToNextEntry (line 1179) | public void MoveToNextEntry(int fieldOffset, int fieldSize) method GetPadding (line 1192) | private static int GetPadding(int offset, int alignment) method CreatePaddingFields (line 1205) | private IEnumerable CreatePaddingFields(int padding) method GetNextName (line 1223) | private string GetNextName(string baseName) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/CollectionHelper.cs class CollectionHelper (line 25) | public class CollectionHelper : GeneratorMethods method UpdateResource (line 27) | public static string UpdateResource(McgResource resource) method Collection_Clear (line 37) | public static string Collection_Clear(McgResource resource, string type) method Collection_Insert (line 99) | public static string Collection_Insert(McgResource resource, string ty... method Collection_Remove (line 130) | public static string Collection_Remove(McgResource resource, string ty... method Collection_RemoveAt (line 183) | public static string Collection_RemoveAt(McgResource resource, string ... method Collection_RemoveFreezableAt (line 207) | private static string Collection_RemoveFreezableAt(McgResource resourc... method Collection_CheckAllNotNullAndFirePropertyChanged (line 226) | public static string Collection_CheckAllNotNullAndFirePropertyChanged(... method Collection_Add (line 254) | public static string Collection_Add(McgResource resource, string type, s... method Collection_CheckNullInsert (line 288) | public static string Collection_CheckNullInsert(McgResource resource, st... method Collection_SetValue (line 304) | public static string Collection_SetValue(McgResource resource, string ty... method WriteCopyToCommon (line 391) | public static string WriteCopyToCommon(McgResource resource) method WriteCollectionSummary (line 407) | public static string WriteCollectionSummary(McgResource resource) method WriteCollectionConstructors (line 436) | public static string WriteCollectionConstructors(McgResource resource) method WritePreamble (line 464) | public [[resource.Name]](IEnumerable<[[type]]> collection) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/EmptyClassHelper.cs class EmptyClassHelper (line 25) | public partial class EmptyClassHelper : GeneratorMethods method WriteEmptyClass (line 41) | public static string WriteEmptyClass(McgResource resource) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/EnumHelper.cs class EnumHelper (line 26) | public class EnumHelper : GeneratorMethods method FormatNativeEnum (line 31) | public static string FormatNativeEnum(McgEnum e) method FormatManagedEnum (line 99) | public static string FormatManagedEnum(McgEnum e) method GetEnumMembers (line 145) | private static string GetEnumMembers(McgEnum e) method FormatEnumValue (line 206) | private static string FormatEnumValue(McgEnumValue enumValue) method GetManagedEnumInheritance (line 243) | private static string GetManagedEnumInheritance(McgEnum e) method GetManagedEnumForceSize (line 265) | private static string GetManagedEnumForceSize(McgEnum e) method GetNativeEnumForceSize (line 296) | private static string GetNativeEnumForceSize(McgEnum e) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/ManagedStyle.cs class ManagedStyle (line 23) | public class ManagedStyle : GeneratorMethods method WriteFileHeader (line 37) | public static string WriteFileHeader(string filename) method WriteFileHeader (line 49) | public static string WriteFileHeader(string filename, string source) method WriteSection (line 68) | public static string WriteSection(string section) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/PaddedCommand.cs type PaddedCommandOrigin (line 47) | public enum PaddedCommandOrigin class PaddedCommandCollection (line 61) | public class PaddedCommandCollection method PaddedCommandCollection (line 63) | public PaddedCommandCollection(ResourceModel resourceModel) class PaddedCommand (line 110) | public class PaddedCommand method PaddedCommand (line 120) | public PaddedCommand(ResourceModel resourceModel, McgCommand command) method PaddedCommand (line 190) | public PaddedCommand(ResourceModel resourceModel, McgResource resource) method PaddedCommand (line 266) | public PaddedCommand( method PrependField (line 436) | private void PrependField(McgField field) method AppendField (line 473) | private void AppendField(McgField field) method PrependTypeField (line 489) | private void PrependTypeField() method PrependHandleField (line 520) | private void PrependHandleField() method AppendCollectionSizeField (line 548) | private void AppendCollectionSizeField() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/StringHelpers.cs class StringHelpers (line 27) | public class StringHelpers method FilterString (line 29) | internal static string FilterString(string text, char filter) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/StructHelper.cs class StructHelper (line 26) | public class StructHelper : GeneratorMethods method FormatNativeStructure (line 31) | public static string FormatNativeStructure(McgResource resource) method FormatManagedStructure (line 67) | public static string FormatManagedStructure(McgResource resource) method GetNativeStructMembers (line 93) | private static string GetNativeStructMembers(McgResource resource) method WriteChild (line 105) | private static void WriteChild(CodeSink cs, IMcgStructChild child) method WriteBlockCommentedFields (line 131) | private static void WriteBlockCommentedFields(CodeSink cs, McgBlockCom... method WriteUnion (line 152) | private static void WriteUnion(CodeSink cs, McgUnion union) method WriteField (line 185) | private static void WriteField(CodeSink cs, McgField field) method WriteConstant (line 224) | private static void WriteConstant(CodeSink cs, McgConstant constant) method GetManagedStructMembers (line 241) | private static StringBuilder GetManagedStructMembers(McgResource resou... method GetNativeClassBlockComment (line 293) | private static StringBuilder GetNativeClassBlockComment(McgResource re... method GetManagedClassBlockComment (line 330) | private static StringBuilder GetManagedClassBlockComment(McgResource r... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/Style.cs method WriteFileHeader (line 33) | public static void WriteFileHeader( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/ResourceGenerator.cs class GeneratorBase (line 27) | public abstract class GeneratorBase : GeneratorMethods method GeneratorBase (line 29) | protected GeneratorBase(ResourceModel rm) method Go (line 34) | public abstract void Go(); class ResourceGenerator (line 39) | public class ResourceGenerator method ResourceGenerator (line 48) | private ResourceGenerator() method Main (line 74) | public static void Main(string[] args) class Arguments (line 132) | private class Arguments method ProcessArgs (line 154) | private static void ProcessArgs( method ReportArgumentError (line 202) | public static void ReportArgumentError(string message) method LoadDocument (line 215) | private static XmlDocument LoadDocument(string xmlFile, string schemaF... method DisplayLogo (line 234) | private static void DisplayLogo() method Usage (line 248) | private static void Usage() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/SimpleGenerator.cs class GeneratorBase (line 29) | public abstract class GeneratorBase : GeneratorMethods method GeneratorBase (line 31) | protected GeneratorBase(CG data) method Go (line 36) | public abstract void Go(); class SimpleGenerator (line 41) | public class SimpleGenerator method SimpleGenerator (line 50) | private SimpleGenerator() method Main (line 76) | public static void Main(string[] args) class Arguments (line 131) | private class Arguments method ProcessArgs (line 153) | private static void ProcessArgs( method ReportArgumentError (line 205) | public static void ReportArgumentError(string message) method DisplayLogo (line 217) | private static void DisplayLogo() method Usage (line 231) | private static void Usage() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/CommandLineArguments.cs type CommandLineArgumentType (line 17) | [Flags] class CommandLineArgumentAttribute (line 62) | [AttributeUsage(AttributeTargets.Field)] method CommandLineArgumentAttribute (line 69) | public CommandLineArgumentAttribute(CommandLineArgumentType type) class DefaultCommandLineArgumentAttribute (line 118) | [AttributeUsage(AttributeTargets.Field)] method DefaultCommandLineArgumentAttribute (line 125) | public DefaultCommandLineArgumentAttribute(CommandLineArgumentType type) class CommandLineArgumentParser (line 155) | public class CommandLineArgumentParser method CommandLineArgumentParser (line 162) | public CommandLineArgumentParser(Type argumentSpecification, ErrorRepo... method GetAttribute (line 208) | private static CommandLineArgumentAttribute GetAttribute(FieldInfo field) method ReportUnrecognizedArgument (line 218) | private void ReportUnrecognizedArgument(string argument) method ParseArgumentList (line 229) | private bool ParseArgumentList(string[] args, object destination) method Parse (line 299) | public bool Parse(string[] args, object destination) method IndentLength (line 399) | private static int IndentLength(int lineLength) method LexFileArguments (line 404) | private bool LexFileArguments(string fileName, out string[] arguments) method LongName (line 513) | private static string LongName(CommandLineArgumentAttribute attribute,... method ShortName (line 518) | private static string ShortName(CommandLineArgumentAttribute attribute... method ExplicitShortName (line 523) | private static bool ExplicitShortName(CommandLineArgumentAttribute att... method ElementType (line 528) | private static Type ElementType(FieldInfo field) method Flags (line 536) | private static CommandLineArgumentType Flags(CommandLineArgumentAttrib... method IsCollectionType (line 546) | private static bool IsCollectionType(Type type) method IsValidElementType (line 551) | private static bool IsValidElementType(Type type) class Argument (line 561) | private class Argument method Argument (line 563) | public Argument(CommandLineArgumentAttribute attribute, FieldInfo fi... method Finish (line 589) | public bool Finish(object destination) method ReportMissingRequiredArgument (line 599) | private bool ReportMissingRequiredArgument() method ReportDuplicateArgumentValue (line 612) | private void ReportDuplicateArgumentValue(string value) method SetValue (line 617) | public bool SetValue(string value, object destination) method ReportBadArgumentValue (line 654) | private void ReportBadArgumentValue(string value) method ParseValue (line 659) | private bool ParseValue(Type type, string stringData, out object value) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/IndentedWriter.cs class IndentedWriter (line 14) | public class IndentedWriter : StreamWriter method IndentedWriter (line 20) | public IndentedWriter(Stream stream) method SetNewLine (line 39) | private void SetNewLine() type Indent (line 53) | public struct Indent : IDisposable method Indent (line 60) | public Indent(IndentedWriter writer, int indent) method Dispose (line 71) | public void Dispose() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/Utility.cs class Utility (line 17) | public sealed class Utility method Utility (line 27) | private Utility() {} method ParseCommandLineArguments (line 37) | public static bool ParseCommandLineArguments(string [] arguments, obje... method ParseCommandLineArguments (line 50) | public static bool ParseCommandLineArguments(string[] arguments, objec... method CommandLineArgumentsUsage (line 61) | public static string CommandLineArgumentsUsage(Type argumentType) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/D3DX9/color_dx9.hpp type dxlayer (line 10) | namespace dxlayer type color_t (line 16) | struct color_t : public basetypes::color_b... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/D3DX9/dx9layercommon.hpp type dxlayer::basetypes (line 16) | struct dxlayer::basetypes FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/D3DX9/extensions_dx9.hpp type dxlayer (line 20) | namespace dxlayer class math_extensions_t (line 32) | class math_extensions_t method make_quaternion_from_rotation_matrix (line 36) | inline static quaternion_t make_quaternion_from_rotati... method transform_coord (line 45) | inline static vector3_t transform_coord(const vector3_... method transform_normal (line 54) | inline static vector3_t transform_normal(const vector3... method transform_array (line 63) | inline static std::vector> transform_array( method T (line 80) | static T to_radian(T degrees) method get_pi (line 87) | inline static float get_pi() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/D3DX9/matrix_dx9.hpp type dxlayer (line 17) | namespace dxlayer class matrix_t (line 21) | class matrix_t method matrix_t (line 28) | inline matrix_t(Args&&...args) : base_t(std::forward(args)...) method matrix_t (line 34) | inline matrix_t(const matrix_t& source) method decompose (line 86) | inline std::tuple, quaternion_t inverse(__out float& determinant) const method inverse (line 121) | inline matrix_t inverse() const method multiply_by (line 134) | inline matrix_t multiply_by(const matrix_t multiply_transpose(const matrix_t transpose() const method rotation_axis (line 179) | inline static matrix_t rotation_axis(const vector3_t get_rotation_x(float angle) method get_rotation_y (line 197) | inline static matrix_t get_rotation_y(float angle) method get_rotation_z (line 206) | inline static matrix_t get_rotation_z(float angle) method get_scaling (line 215) | inline static matrix_t get_scaling(float sx, float sy,... method get_translation (line 224) | inline static matrix_t get_translation(float x, float ... method get_ortho_rh (line 233) | inline static matrix_t get_ortho_rh(float w, float h, ... method get_lookat_rh (line 242) | inline static matrix_t get_lookat_rh( method get_lookat_lh (line 254) | inline static matrix_t get_lookat_lh( method get_perspective_fov_lh (line 266) | inline static matrix_t get_perspective_fov_lh(float fo... method get_identity (line 275) | inline static matrix_t get_identity() method reset_to_identity (line 284) | inline void reset_to_identity() method is_identity (line 290) | inline bool is_identity() const method make_rotation (line 296) | inline static matrix_t make_rotation(const quaternion_... method swap (line 315) | inline static void swap(matrix_t& a, matrix_t (line 20) | class quaternion_t : public basetypes::qua... method quaternion_t (line 25) | inline quaternion_t(Args&&...args) : base_t(std::forward(args)... method quaternion_t (line 30) | inline quaternion_t& operator=(const quaternion_t& q) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/D3DX9/shader_compiler_dx9.hpp type dxlayer (line 19) | namespace dxlayer class buffer_d3dx (line 23) | class buffer_d3dx : public buffer, public ID3DXBuffer method buffer_d3dx (line 31) | inline buffer_d3dx(ID3DXBuffer* buf) : m_buf(buf) method data (line 37) | inline virtual data get_buffer_data() override method LPVOID (line 46) | inline virtual LPVOID __stdcall GetBufferPointer(void) override method DWORD (line 51) | inline virtual DWORD __stdcall GetBufferSize(void) override method HRESULT (line 56) | inline virtual HRESULT __stdcall QueryInterface(REFIID iid, LPVOID *... method ULONG (line 61) | inline virtual ULONG __stdcall AddRef(void) override method ULONG (line 66) | inline virtual ULONG __stdcall Release(void) override class shader_t (line 77) | class shader_t method HRESULT (line 81) | static inline HRESULT compile( method HRESULT (line 167) | static HRESULT handle_errors_and_transform_hresult( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/D3DX9/vector2_dx9.hpp type dxlayer (line 13) | namespace dxlayer class vector2_t (line 17) | class vector2_t : public basetypes::vector... method vector2_t (line 23) | vector2_t(Args&&...args) method vector2_t (line 29) | inline vector2_t& operator=(const vector2_t& v) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/D3DX9/vector3_dx9.hpp type dxlayer (line 16) | namespace dxlayer class vector3_t (line 20) | class vector3_t method vector3_t (line 26) | inline vector3_t(Args&&...args) : base_t(std::forward(args)...) method vector3_t (line 31) | inline vector3_t& operator=(const vector3_t& v) method create (line 40) | inline static vector3_tcreate(const T& source) method normalize (line 99) | inline vector3_tnormalize() const method length_sq (line 108) | inline float length_sq() const method compute_bounding_box (line 116) | inline static vector3pair_t compute_bounding_box( method compute_bounding_box (line 134) | inline static vector3pair_t compute_bounding_box( method compute_bounding_box (line 142) | inline static vector3pair_t compute_bounding_box( method dot_product (line 152) | inline static float dot_product(const vector3_t& v1, c... method cross_product (line 158) | inline static vector3_t cross_product(const vector3_t<... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/D3DX9/vector4_dx9.hpp type dxlayer (line 16) | namespace dxlayer class vector4_t (line 20) | class vector4_t : public basetypes::vector... method vector4_t (line 25) | vector4_t(Args&&...args) : base_t(std::forward(args)...) method vector4_t (line 30) | inline vector4_t& operator=(const vector4_t& v) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/Factories/factory9.hpp type dxlayer (line 19) | namespace dxlayer FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/Factories/xmfactory.hpp type dxlayer (line 26) | namespace dxlayer FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/base/color_base_t.hpp type dxlayer (line 10) | namespace dxlayer type basetypes::color_base_t (line 15) | struct basetypes::color_base_t : public D3DCOLORVALUE method color_base_t (line 21) | inline color_base_t(FLOAT r, FLOAT g, FLOAT b, FLOAT a) method color_base_t (line 24) | inline color_base_t() method color_base_t (line 27) | inline color_base_t(const color_base_t& c) method color_base_t (line 30) | inline color_base_t(uint32_t argb) method color_base_t (line 88) | inline color_base_t& operator=(const color_base_t& c) method color_base_t (line 98) | inline color_base_t& operator+=(const color_base_t& c) method color_base_t (line 108) | inline color_base_t& operator-=(const color_base_t& c) method color_base_t (line 118) | inline color_base_t& operator*=(float f) method color_base_t (line 128) | inline color_base_t& operator/=(float f) method color_base_t (line 142) | inline color_base_t operator+() const method color_base_t (line 147) | inline color_base_t operator-() const method color_base_t (line 156) | inline color_base_t operator+(const color_base_t& c) const method color_base_t (line 161) | inline color_base_t operator-(const color_base_t& c) const method color_base_t (line 166) | inline color_base_t operator*(float f) const method color_base_t (line 171) | inline color_base_t operator/(float f) const method T (line 201) | inline static const T& clamp(const T& min, const T& max, const T& va... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/base/matrix_base_t.hpp type dxlayer (line 11) | namespace dxlayer type basetypes::matrix_base_t (line 15) | struct basetypes::matrix_base_t : public D3DMATRIX method matrix_base_t (line 21) | inline matrix_base_t() : D3DMATRIX() {} method matrix_base_t (line 22) | inline matrix_base_t(const D3DMATRIX& mat) method matrix_base_t (line 24) | inline matrix_base_t(const FLOAT* values) method matrix_base_t (line 33) | inline matrix_base_t( method matrix_base_t (line 46) | inline matrix_base_t(const matrix_base_t& mat) method matrix_base_t (line 54) | inline matrix_base_t(const matrix_base_t* mat) method FLOAT (line 61) | inline FLOAT operator()(UINT row, UINT col) const method FLOAT (line 66) | inline FLOAT& operator()(UINT row, UINT col) method vector4_base_t (line 71) | inline const vector4_base_t operator[](int x) const method matrix_base_t (line 111) | inline matrix_base_t& operator=(matrix_base_t mat) method matrix_base_t (line 136) | inline matrix_base_t& operator+=(const matrix_base_t& mat) method matrix_base_t (line 161) | inline matrix_base_t& operator-=(const matrix_base_t& mat) method matrix_base_t (line 187) | inline matrix_base_t& operator*=(FLOAT f) method matrix_base_t (line 212) | inline matrix_base_t& operator/=(FLOAT f) method matrix_base_t (line 241) | inline matrix_base_t operator+() const method matrix_base_t (line 253) | inline matrix_base_t operator-() const method matrix_base_t (line 271) | inline matrix_base_t operator+(const matrix_base_t& rhs) const method matrix_base_t (line 276) | inline matrix_base_t operator-(const matrix_base_t& rhs) const method matrix_base_t (line 281) | inline matrix_base_t operator*(FLOAT f) const method matrix_base_t (line 286) | inline matrix_base_t operator/(FLOAT f) const method matrix_base_t (line 326) | inline matrix_base_t& set(const matrix_base_t& mat) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/base/quaternion_base_t.hpp type dxlayer (line 10) | namespace dxlayer type basetypes::quaternion_base_t (line 14) | struct basetypes::quaternion_base_t method quaternion_base_t (line 21) | inline quaternion_base_t() : x(0), y(0), z(0), w(0) {} method quaternion_base_t (line 22) | inline quaternion_base_t(const float* values) method quaternion_base_t (line 24) | inline quaternion_base_t(float x, float y, float z, float w) method quaternion_base_t (line 45) | inline quaternion_base_t& operator=(const quaternion_base_t& q) method quaternion_base_t (line 55) | inline quaternion_base_t& operator+=(const quaternion_base_t& q) method quaternion_base_t (line 65) | inline quaternion_base_t& operator-=(const quaternion_base_t& q) method quaternion_base_t (line 75) | inline quaternion_base_t& operator*=(float f) method quaternion_base_t (line 85) | inline quaternion_base_t& operator/=(float f) method quaternion_base_t (line 99) | inline quaternion_base_t operator+() const method quaternion_base_t (line 104) | inline quaternion_base_t operator-() const method quaternion_base_t (line 116) | inline quaternion_base_t operator+(const quaternion_base_t& q) const method quaternion_base_t (line 121) | inline quaternion_base_t operator-(const quaternion_base_t& q) const method quaternion_base_t (line 126) | inline quaternion_base_t operator*(float f) const method quaternion_base_t (line 131) | inline quaternion_base_t operator/(float f) const FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/base/vector2_base_t.hpp type dxlayer (line 10) | namespace dxlayer type basetypes::vector2_base_t (line 15) | struct basetypes::vector2_base_t method vector2_base_t (line 23) | inline vector2_base_t() : x(0), y(0) {} method vector2_base_t (line 24) | inline vector2_base_t(const FLOAT* values) method vector2_base_t (line 26) | inline vector2_base_t(FLOAT x, FLOAT y) method vector2_base_t (line 28) | inline vector2_base_t(const vector2_base_t& v) method vector2_base_t (line 45) | inline vector2_base_t& operator+=(const vector2_base_t& v) method vector2_base_t (line 53) | inline vector2_base_t& operator-=(const vector2_base_t& v) method vector2_base_t (line 61) | inline vector2_base_t& operator*=(float r) method vector2_base_t (line 69) | inline vector2_base_t& operator/=(float r) method vector2_base_t (line 77) | inline vector2_base_t& operator=(const vector2_base_t& v) method vector2_base_t (line 88) | inline vector2_base_t operator+() const method vector2_base_t (line 93) | inline vector2_base_t operator-() const method vector2_base_t (line 101) | inline vector2_base_t operator+ (const vector2_base_t& v) const method vector2_base_t (line 108) | inline vector2_base_t operator- (const vector2_base_t& v) const method vector2_base_t (line 115) | inline vector2_base_t operator* (float r) const method vector2_base_t (line 122) | inline vector2_base_t operator/ (float r) const FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/base/vector3_base_t.hpp type dxlayer (line 10) | namespace dxlayer type basetypes::vector3_base_t (line 15) | struct basetypes::vector3_base_t method vector3_base_t (line 24) | inline vector3_base_t() : x(0), y(0), z(0) {} method vector3_base_t (line 25) | inline vector3_base_t(const FLOAT* values) method vector3_base_t (line 27) | inline vector3_base_t(FLOAT x, FLOAT y, FLOAT z) method vector3_base_t (line 29) | inline vector3_base_t(const vector3_base_t& v) method vector3_base_t (line 49) | inline vector3_base_t& operator += (const vector3_base_t& v) method vector3_base_t (line 58) | inline vector3_base_t& operator -= (const vector3_base_t& v) method vector3_base_t (line 67) | inline vector3_base_t& operator *= (float f) method vector3_base_t (line 76) | inline vector3_base_t& operator /= (float f) method vector3_base_t (line 85) | inline vector3_base_t& operator=(const vector3_base_t& v) method vector3_base_t (line 99) | inline vector3_base_t operator + () const method vector3_base_t (line 104) | inline vector3_base_t operator - () const method vector3_base_t (line 113) | inline vector3_base_t operator + (const vector3_base_t& v) const method vector3_base_t (line 118) | inline vector3_base_t operator - (const vector3_base_t& v) const method vector3_base_t (line 123) | inline vector3_base_t operator * (float f) const method vector3_base_t (line 128) | inline vector3_base_t operator / (float f) const method vector3_base_t (line 134) | inline vector3_base_t operator*(float f, const vector3_base_t& v) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/base/vector4_base_t.hpp type dxlayer (line 11) | namespace dxlayer type basetypes::vector4_base_t (line 16) | struct basetypes::vector4_base_t method vector4_base_t (line 23) | inline vector4_base_t() : x(0), y(0), z(0), w(0) {} method vector4_base_t (line 24) | inline vector4_base_t(const vector4_base_t& v) method vector4_base_t (line 26) | inline vector4_base_t(const FLOAT* values) method vector4_base_t (line 28) | inline vector4_base_t(const vector3_base_t& xyz, FLOAT w) : method vector4_base_t (line 30) | inline vector4_base_t(FLOAT x, FLOAT y, FLOAT z, FLOAT w) method vector4_base_t (line 51) | inline vector4_base_t& operator +=(const vector4_base_t& v) method vector4_base_t (line 61) | inline vector4_base_t& operator -=(const vector4_base_t& v) method vector4_base_t (line 71) | inline vector4_base_t& operator *=(float f) method vector4_base_t (line 81) | inline vector4_base_t& operator /=(float f) method vector4_base_t (line 91) | inline vector4_base_t& operator =(const vector4_base_t& v) method vector4_base_t (line 105) | inline vector4_base_t operator+() const method vector4_base_t (line 110) | inline vector4_base_t operator-() const method vector4_base_t (line 119) | inline vector4_base_t operator+(const vector4_base_t& v) const method vector4_base_t (line 124) | inline vector4_base_t operator-(const vector4_base_t& v) const method vector4_base_t (line 129) | inline vector4_base_t operator*(float f) const method vector4_base_t (line 134) | inline vector4_base_t operator/(float f) const FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/color_xm.hpp type dxlayer (line 10) | namespace dxlayer type color_t (line 16) | struct color_t : public basetypes::color_b... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/extensions_xm.hpp type dxlayer (line 20) | namespace dxlayer class math_extensions_t (line 33) | class math_extensions_t method make_quaternion_from_rotation_matrix (line 37) | inline static quaternion_t make_quaternion_from_rotati... method transform_coord (line 43) | inline static vector3_t transform_coord(const vector3_... method transform_normal (line 49) | inline static vector3_t transform_normal(const vector3... method transform_array (line 55) | inline static std::vector> transform_array( method to_radian (line 78) | static float to_radian(float degrees) method get_pi (line 84) | inline static float get_pi() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/matrix_xm.hpp type dxlayer (line 14) | namespace dxlayer class matrix_t (line 19) | class matrix_t : public basetypes::matrix_... method matrix_t (line 27) | inline matrix_t() : base_t() {} method matrix_t (line 28) | inline matrix_t(const base_t& mat) : base_t(mat){} method matrix_t (line 29) | inline matrix_t(const D3DMATRIX& mat): base_t(mat) {} method matrix_t (line 30) | inline matrix_t(const FLOAT* values) : base_t(values) {} method matrix_t (line 31) | inline matrix_t( method matrix_t (line 42) | inline matrix_t(const matrix_t& mat) : base_t(mat) {} method matrix_t (line 43) | inline matrix_t(const matrix_t* mat) : base_t(*mat) {} method matrix_t (line 45) | inline matrix_t(const DirectX::XMMATRIX& mat) method matrix_t (line 98) | inline matrix_t& operator*=(const base_t& mat) method matrix_t (line 108) | inline matrix_t operator*(const base_t& rhs) const method matrix_t (line 117) | inline matrix_t operator*(FLOAT f) const method friend (line 123) | inline friend matrix_t operator*(FLOAT f, const matrix_t& mat) method decompose (line 134) | inline std::tuple, quaternion_t inverse(__out float& determinant) const method inverse (line 170) | inline matrix_t inverse() const method multiply_by (line 185) | inline matrix_t multiply_by(const matrix_t multiply_transpose(const matrix_t transpose() const method rotation_axis (line 204) | inline static matrix_t rotation_axis(const vector3_t get_rotation_x(float angle) method get_rotation_y (line 216) | inline static matrix_t get_rotation_y(float angle) method get_rotation_z (line 222) | inline static matrix_t get_rotation_z(float angle) method get_scaling (line 228) | inline static matrix_t get_scaling(float sx, float sy,... method get_translation (line 234) | inline static matrix_t get_translation(float x, float ... method get_ortho_rh (line 240) | inline static matrix_t get_ortho_rh(float viewWidth, f... method get_lookat_rh (line 246) | inline static matrix_t get_lookat_rh( method get_lookat_lh (line 255) | inline static matrix_t get_lookat_lh( method get_perspective_fov_lh (line 264) | inline static matrix_t get_perspective_fov_lh(float fo... method get_identity (line 272) | inline static matrix_t get_identity() method reset_to_identity (line 278) | inline void reset_to_identity() method is_identity (line 285) | inline bool is_identity() const method make_rotation (line 293) | inline static matrix_t make_rotation(const quaternion_... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/quaternion_xm.hpp type dxlayer (line 14) | namespace dxlayer class quaternion_t (line 19) | class quaternion_t : public basetypes::qua... method quaternion_t (line 25) | inline quaternion_t() : base_t() {} method quaternion_t (line 26) | inline quaternion_t(const FLOAT* values) : base_t(values) {} method quaternion_t (line 27) | inline quaternion_t(FLOAT x, FLOAT y, FLOAT z, FLOAT w) method quaternion_t (line 30) | inline quaternion_t(const vector4_t& vec4) method quaternion_t (line 33) | inline quaternion_t(const DirectX::XMFLOAT4 xmFloat4) method quaternion_t (line 36) | inline quaternion_t(const DirectX::XMVECTOR& xmVector) method quaternion_t (line 39) | inline quaternion_t& operator=(const quaternion_t& q) method make_xmfloat4 (line 86) | inline static DirectX::XMFLOAT4 make_xmfloat4(const DirectX::XMVECTO... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/shader_compiler_xm.hpp type dxlayer (line 19) | namespace dxlayer class buffer_xm (line 23) | class buffer_xm : public buffer, public ID3DBlob method buffer_xm (line 30) | inline buffer_xm(ID3DBlob* blob) : m_blob(blob) {} method data (line 33) | virtual data get_buffer_data() override method LPVOID (line 40) | virtual LPVOID __stdcall GetBufferPointer() override method SIZE_T (line 45) | virtual SIZE_T __stdcall GetBufferSize() override method HRESULT (line 50) | virtual HRESULT __stdcall QueryInterface(REFIID riid, void ** ppvObj... method ULONG (line 55) | virtual ULONG __stdcall AddRef(void) override method ULONG (line 60) | virtual ULONG __stdcall Release(void) override function HRESULT (line 75) | static inline HRESULT compile( function if (line 269) | if ((hResult == D3DERR_INVALIDCALL) || FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/vector2_xm.hpp type dxlayer (line 13) | namespace dxlayer class vector2_t (line 16) | class vector2_t : public basetypes::vector... method vector2_t (line 22) | vector2_t(Args&&...args) method vector2_t (line 28) | inline vector2_t& operator=(const vector2_t& v) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/vector3_xm.hpp type dxlayer (line 15) | namespace dxlayer class vector3_t (line 20) | class vector3_t method vector3_t (line 26) | vector3_t() : base_t(){} method vector3_t (line 27) | vector3_t(const base_t& vec): base_t(vec){} method vector3_t (line 28) | vector3_t(const vector3_t& v) :base_t(v.x, v.y, v.z){} method vector3_t (line 29) | vector3_t(FLOAT* values) : base_t(values) {} method vector3_t (line 30) | vector3_t(FLOAT x, FLOAT y, FLOAT z): base_t(x,y,z) {} method vector3_t (line 32) | vector3_t(const DirectX::XMFLOAT3& xmFloat3) method vector3_t (line 36) | vector3_t(const DirectX::XMVECTOR& xmVector) method vector3_t (line 40) | inline vector3_t& operator=(const vector3_t& v) method create (line 49) | inline static vector3_tcreate(const T& source) method vector3_t (line 108) | vector3_t operator+(const vector3_t& v) const method vector3_t (line 113) | vector3_t operator-(const vector3_t& v) const method vector3_t (line 118) | vector3_t& operator+=(const vector3_t& v) method vector3_t (line 124) | vector3_t operator*(float d) const method vector3_t (line 129) | vector3_t& operator*=(float d) method vector3_t (line 135) | vector3_t operator*(float d, const vector3_t& v) method normalize (line 142) | inline vector3_t normalize() const method length_sq (line 150) | inline float length_sq() const method compute_bounding_box (line 158) | inline static vector3pair_t compute_bounding_box( method compute_bounding_box (line 176) | inline static vector3pair_t compute_bounding_box( method compute_bounding_box (line 184) | inline static vector3pair_t compute_bounding_box( method dot_product (line 192) | inline static float dot_product(const vector3_t& v1, c... method cross_product (line 200) | inline static vector3_t cross_product(const vector3_t<... method make_xmfloat3 (line 220) | inline static DirectX::XMFLOAT3 make_xmfloat3(const DirectX::XMVECTO... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/vector4_xm.hpp type dxlayer (line 11) | namespace dxlayer class vector4_t (line 16) | class vector4_t : public basetypes::vector... method vector4_t (line 23) | inline vector4_t() : base_t() {} method vector4_t (line 24) | inline vector4_t(const vector4_t& v): base_t(v) {} method vector4_t (line 25) | inline vector4_t(const FLOAT* values): base_t(values) {} method vector4_t (line 26) | inline vector4_t(const vector3_t& xyz, FLOAT w) :base_... method vector4_t (line 27) | inline vector4_t(FLOAT x, FLOAT y, FLOAT z, FLOAT w) method vector4_t (line 29) | inline vector4_t(const DirectX::XMFLOAT4& values) method vector4_t (line 32) | inline vector4_t& operator=(const vector4_t& v) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/XMath/xmcommon.hpp type dxlayer (line 12) | namespace dxlayer type basetypes (line 32) | struct basetypes type vector2_base_t (line 37) | struct vector2_base_t type vector3_base_t (line 42) | struct vector3_base_t type vector4_base_t (line 47) | struct vector4_base_t type quaternion_base_t (line 51) | struct quaternion_base_t type matrix_base_t (line 55) | struct matrix_base_t type color_base_t (line 60) | struct color_base_t FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/interfaces/color_t.hpp type dxlayer (line 11) | namespace dxlayer type color_t (line 14) | struct color_t : basetypes::color_base_t FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/interfaces/dxlcommon.hpp type dxlayer (line 22) | namespace dxlayer type dxapi (line 24) | enum class dxapi { d3dx9, xmath } class vector2_t (line 27) | class vector2_t class vector3_t (line 28) | class vector3_t class vector4_t (line 29) | class vector4_t class quaternion_t (line 30) | class quaternion_t class matrix_t (line 31) | class matrix_t type vector3pair_t (line 33) | struct vector3pair_t method vector3pair_t (line 71) | inline vector3pair_t(const vector3_t& first, const vector3_t... method vector3pair_t (line 78) | vector3pair_t(Args&&...args) method vector3pair_t (line 84) | inline vector3pair_t(vector3pair_t&& source) type color_t (line 35) | struct color_t type dummy_t (line 42) | struct dummy_t type basetypes (line 49) | struct basetypes type axis_2d (line 60) | enum class axis_2d {X, Y} type axis_3d (line 62) | enum class axis_3d {X, Y, Z} type axis_4d (line 64) | enum class axis_4d {X, Y, Z, W} type vector3pair_t (line 69) | struct vector3pair_t: public std::pair, vector3_t& first, const vector3_t... method vector3pair_t (line 78) | vector3pair_t(Args&&...args) method vector3pair_t (line 84) | inline vector3pair_t(vector3pair_t&& source) class winerror (line 101) | class winerror class dxerror (line 108) | class dxerror : public winerror class hresult (line 115) | class hresult : public winerror method hresult (line 119) | inline hresult(HRESULT hr) : hr(hr) method hresult (line 126) | inline hresult() : hresult(E_FAIL) {} method HRESULT (line 128) | inline HRESULT get_hr() const { return hr; } class errcode (line 134) | class errcode : public winerror method errcode (line 138) | inline errcode(DWORD err) : err_code(err) method errcode (line 145) | inline errcode() : errcode(static_cast(-1)) {} method DWORD (line 147) | inline DWORD get_err() { return err_code; } class dxlayer_exception (line 154) | class dxlayer_exception: public std::exception method dxlayer_exception (line 159) | inline dxlayer_exception(const winerror& error) method dxlayer_exception (line 162) | inline dxlayer_exception() method dxlayer_exception (line 165) | inline dxlayer_exception(const char* message) method winerror (line 168) | inline const winerror& get_error() const class dxlayer_assert (line 180) | class dxlayer_assert method check (line 184) | static void check(bool expr) class invalid_index_assert (line 193) | class invalid_index_assert : public dxlayer_assert method terminate (line 196) | inline static void __declspec(noreturn) terminate() type comparer (line 206) | struct comparer method is_essentially_equal_to (line 213) | static inline bool is_essentially_equal_to(const Floating& a, const ... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/interfaces/extensions.hpp type dxlayer (line 16) | namespace dxlayer class math_extensions_t (line 26) | class math_extensions_t FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/interfaces/matrix_t.hpp type dxlayer (line 16) | namespace dxlayer class matrix_t (line 22) | class matrix_t: public basetypes::matrix_base_t method matrix_t (line 27) | inline matrix_t(Args&&...args) : base_t(std::forward(args)...) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/interfaces/quaternion_t.hpp type dxlayer (line 11) | namespace dxlayer class quaternion_t (line 17) | class quaternion_t : public basetypes::quaternion_base_t method quaternion_t (line 22) | quaternion_t(Args&&...args) : base_t(std::forward(args)...) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/interfaces/shader_compiler_t.hpp type dxlayer (line 14) | namespace dxlayer type macro (line 17) | struct macro type data (line 26) | struct data method data (line 31) | inline data(void far* buffer, int64_t buffer_size) class buffer (line 36) | class buffer class shader_t (line 46) | class shader_t FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/interfaces/vector2_t.hpp type dxlayer (line 11) | namespace dxlayer class vector2_t (line 17) | class vector2_t : public basetypes::vector2_base_t method vector2_t (line 23) | vector2_t(Args&&...args) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/interfaces/vector3_t.hpp type dxlayer (line 11) | namespace dxlayer class vector3_t (line 18) | class vector3_t : public basetypes::vector3_base_t method vector3_t (line 23) | vector3_t(Args&&...args) method create (line 32) | inline static vector3_t create(const T& source) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DirectXLayer/interfaces/vector4_t.hpp type dxlayer (line 10) | namespace dxlayer class vector4_t (line 16) | class vector4_t: public basetypes::vector4_base_t method vector4_t (line 21) | vector4_t(Args&&...args) : base_t(std::forward(args)...) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DynamicCall/DelayCall.cpp type wpf (line 10) | namespace wpf { type util (line 11) | namespace util { type DynamicCall (line 12) | namespace DynamicCall { FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DynamicCall/DelayCall.h function namespace (line 20) | namespace wpf { type DelayCall (line 404) | typedef DelayCall DynCall; type DelayCall (line 405) | typedef DelayCall DynCallNoCache; FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/DynamicCall/ModuleHandle.h function namespace (line 16) | namespace wpf { FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/effects/effectlist.cpp function STDMETHODIMP (line 36) | STDMETHODIMP function STDMETHODIMP (line 111) | STDMETHODIMP function STDMETHODIMP (line 143) | STDMETHODIMP function STDMETHODIMP (line 165) | STDMETHODIMP function STDMETHODIMP (line 245) | STDMETHODIMP function STDMETHODIMP (line 279) | STDMETHODIMP function STDMETHODIMP (line 313) | STDMETHODIMP function STDMETHODIMP (line 351) | STDMETHODIMP function STDMETHODIMP (line 383) | STDMETHODIMP function STDMETHODIMP (line 497) | STDMETHODIMP function STDMETHODIMP (line 527) | STDMETHODIMP function STDMETHODIMP (line 560) | STDMETHODIMP function HRESULT (line 585) | HRESULT WINAPI MILCreateEffectList( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/effects/effectlist.h type ParamBlock (line 32) | struct ParamBlock FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/bitmap.cpp function STDMETHODIMP (line 40) | STDMETHODIMP function STDMETHODIMP (line 87) | STDMETHODIMP function HRESULT (line 337) | HRESULT CWGXBitmap::Init( function HRESULT (line 344) | HRESULT CWGXBitmap::CopyPixelsHelper( function HRESULT (line 429) | HRESULT CWGXBitmap::CopyPixels( function STDMETHODIMP (line 546) | STDMETHODIMP CWGXBitmap::GetPixelFormat( function STDMETHODIMP (line 555) | STDMETHODIMP CWGXBitmap::CopyPalette( function STDMETHODIMP (line 608) | STDMETHODIMP CWGXBitmap::SetPalette( function STDMETHODIMP (line 638) | STDMETHODIMP CWGXBitmap::Unlock( function STDMETHODIMP (line 656) | STDMETHODIMP CWGXBitmap::SetResolution( function HRESULT (line 721) | HRESULT CWGXBitmap::HrLock( function HRESULT (line 972) | HRESULT CreateBitmapFromSourceRect( function HRESULT (line 1049) | HRESULT CWGXBitmapLockState::CheckNoLocks() function HRESULT (line 1063) | HRESULT CWGXBitmapLockState::LockRead() function HRESULT (line 1102) | HRESULT CWGXBitmapLockState::LockWrite() function VOID (line 1129) | VOID CWGXBitmapLockState::UnlockRead() function VOID (line 1147) | VOID CWGXBitmapLockState::UnlockWrite() function STDMETHODIMP (line 1194) | STDMETHODIMP CWGXBitmapLock::HrFindInterface( function HRESULT (line 1217) | HRESULT CWGXBitmapLock::Init( function HRESULT (line 1268) | HRESULT CWGXBitmapLock::CheckValid() function DWORD (line 1282) | DWORD CWGXBitmapLock::GetFlags() function HRESULT (line 1306) | HRESULT CWGXBitmapLock::GetStride( function HRESULT (line 1341) | HRESULT CWGXBitmapLock::GetPixelFormat( function HRESULT (line 1399) | HRESULT CWGXBitmapLockUnaligned::HrInit( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/bitmap.h function class (line 30) | class CWGXBitmapLockState type SurfaceData (line 292) | struct SurfaceData function HRESULT (line 334) | HRESULT Init( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/bitmapwrappers.cpp function m_pIWGXBitmapSource (line 103) | m_pIWGXBitmapSource(pIWGXBitmapSource) function STDMETHODIMP (line 142) | STDMETHODIMP function STDMETHODIMP (line 167) | STDMETHODIMP function STDMETHODIMP (line 186) | STDMETHODIMP CWGXWrapperBitmapSource::HrFindInterface( function m_pIWGXLock (line 218) | m_pIWGXLock(pIWGXLock) function STDMETHODIMP (line 246) | STDMETHODIMP CWGXWrapperBitmapLock::HrFindInterface( function HRESULT (line 302) | HRESULT CWGXWrapperBitmapLock::GetStride( function HRESULT (line 317) | HRESULT CWGXWrapperBitmapLock::GetPixelFormat( function m_pIWGXBitmap (line 332) | m_pIWGXBitmap(pIWGXBitmap) function STDMETHODIMP (line 369) | STDMETHODIMP function STDMETHODIMP (line 394) | STDMETHODIMP function STDMETHODIMP (line 414) | STDMETHODIMP function STDMETHODIMP (line 445) | STDMETHODIMP function STDMETHODIMP (line 453) | STDMETHODIMP function STDMETHODIMP (line 463) | STDMETHODIMP CWGXWrapperBitmap::HrFindInterface( function m_pIWICLock (line 503) | m_pIWICLock(pIWICLock) function STDMETHODIMP (line 531) | STDMETHODIMP CWICWrapperBitmapLock::HrFindInterface( function HRESULT (line 588) | HRESULT CWICWrapperBitmapLock::GetStride( function HRESULT (line 603) | HRESULT CWICWrapperBitmapLock::GetPixelFormat( function m_pIWICBitmapSource (line 620) | m_pIWICBitmapSource(pIWICBitmapSource) function STDMETHODIMP (line 657) | STDMETHODIMP function STDMETHODIMP (line 681) | STDMETHODIMP function STDMETHODIMP (line 700) | STDMETHODIMP CWICWrapperBitmapSource::HrFindInterface( function m_pIBitmap (line 725) | m_pIBitmap(pIBitmap) function STDMETHODIMP (line 762) | STDMETHODIMP function STDMETHODIMP (line 777) | STDMETHODIMP function STDMETHODIMP (line 794) | STDMETHODIMP function STDMETHODIMP (line 813) | STDMETHODIMP function STDMETHODIMP (line 844) | STDMETHODIMP function STDMETHODIMP (line 856) | STDMETHODIMP FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/bitmapwrappers.h function HRESULT (line 193) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/colorutils.h type ColorPalette (line 6) | struct ColorPalette function class (line 13) | class BitmapData FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/halftone.cpp function Convert_32bppARGB_8Gray (line 199) | void FASTCALL function Convert_32bppARGB_Grayscale (line 238) | void FASTCALL function Convert_4Gray_32bppARGB (line 284) | void FASTCALL function Convert_2Gray_32bppARGB (line 338) | void FASTCALL function Convert_8Gray_32bppARGB (line 392) | void FASTCALL function GammaConvert_128bppABGR_32bppARGB (line 433) | void FASTCALL function GammaConvert_32bppARGB_128bppABGR (line 479) | void FASTCALL FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/scanoperation.cpp function BOOL (line 35) | BOOL IsInterchangeFormat(MilPixelFormat::Enum fmt) function GetNearestInterchangeFormat (line 47) | MilPixelFormat::Enum GetNearestInterchangeFormat(MilPixelFormat::Enum fmt) function ScanOpFunc (line 127) | ScanOpFunc GetOp_SrcOver_or_SrcOverAL( function ScanOpFunc (line 252) | ScanOpFunc GetOp_ConvertFormat_InterchangeToNonHalftoned( function ScanOpFunc (line 396) | ScanOpFunc GetOp_ConvertFormat_ToInterchange( function ScanOpFunc (line 563) | ScanOpFunc GetOp_Copy( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/scanoperation.h type ColorPalette (line 15) | struct ColorPalette type PipelineParams (line 25) | struct PipelineParams type OpSpecificData (line 45) | struct OpSpecificData { function class (line 71) | class COwnedOSD : public OpSpecificData type ScanOpParams (line 88) | struct ScanOpParams type const (line 188) | typedef VOID (FASTCALL *ScanOpFunc)( function OpSpecificData (line 196) | struct OSDPalette : public OpSpecificData FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/scanpipeline.cpp function VOID (line 49) | VOID CScanPipeline::UpdatePipelinePointers( function VOID (line 120) | VOID function VOID (line 171) | VOID function VOID (line 188) | VOID function INT_PTR (line 205) | INT_PTR CScanPipeline::ConvertPipelinePointerToOffset( function VOID (line 231) | VOID **CScanPipeline::ConvertOffsetToPipelinePointer( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/scanpipeline.h type PipelineItem (line 31) | struct PipelineItem function class (line 47) | class CSPIntermediateBuffers function class (line 158) | class CScanPipeline FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/scanpipelinebuilder.cpp function HRESULT (line 99) | HRESULT function HRESULT (line 136) | HRESULT function HRESULT (line 166) | HRESULT function HRESULT (line 204) | HRESULT function HRESULT (line 246) | HRESULT function HRESULT (line 325) | HRESULT function HRESULT (line 425) | HRESULT function HRESULT (line 450) | HRESULT function HRESULT (line 549) | HRESULT function BufferLocation (line 580) | BufferLocation ScanPipelineBuilder::GetFreeIntermediateBuffer() function VOID (line 607) | VOID ScanPipelineBuilder::ReleaseBuffer(BufferLocation bloc) function VOID (line 630) | VOID ScanPipelineBuilder::PingPongBuffer(Subpipe sp) function VOID (line 656) | VOID ScanPipelineBuilder::ReuseBuffer(Subpipe sp) function VOID (line 676) | VOID ScanPipelineBuilder::EnforcePipelineDone() function HRESULT (line 694) | HRESULT ScanPipelineBuilder::ConvertDestBufferReferences() function HRESULT (line 736) | HRESULT ScanPipelineBuilder::AddBufferReference( function HRESULT (line 760) | HRESULT ScanPipelineBuilder::AddBufferReference( function HRESULT (line 821) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/scanpipelinebuilder.h type BufferLocation (line 19) | enum BufferLocation { function IsIntermediateBuffer (line 30) | inline bool IsIntermediateBuffer(BufferLocation bloc) function class (line 38) | class ScanPipelineBuilder FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/soalphamultiply.cpp function VOID (line 51) | VOID FASTCALL function VOID (line 83) | VOID FASTCALL function VOID (line 120) | VOID FASTCALL function VOID (line 154) | VOID FASTCALL function VOID (line 188) | VOID FASTCALL function VOID (line 232) | VOID FASTCALL FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/soblend.cpp function VOID (line 94) | VOID FASTCALL function VOID (line 181) | VOID FASTCALL function VOID (line 307) | VOID FASTCALL function VOID (line 459) | VOID FASTCALL function VOID (line 514) | VOID FASTCALL function VOID (line 552) | VOID FASTCALL function VOID (line 608) | VOID FASTCALL function VOID (line 628) | VOID FASTCALL FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/soblend_sse2.cpp function VOID (line 35) | VOID FASTCALL function SrcOverAL_32bppPARGB_32bppPARGB_SSE2_4Pixel (line 123) | void SrcOverAL_32bppPARGB_32bppPARGB_SSE2_4Pixel(const ARGB *pSrc, const... function SrcOverAL_32bppPARGB_32bppPARGB_SSE2 (line 311) | void FASTCALL FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/soconvert.cpp function VOID (line 72) | VOID FASTCALL function VOID (line 106) | VOID FASTCALL function VOID (line 139) | VOID FASTCALL function VOID (line 178) | VOID FASTCALL function VOID (line 218) | VOID FASTCALL function VOID (line 247) | VOID FASTCALL function VOID (line 272) | VOID FASTCALL function VOID (line 297) | VOID FASTCALL function VOID (line 323) | VOID FASTCALL function VOID (line 345) | VOID FASTCALL function VOID (line 367) | VOID FASTCALL function VOID (line 384) | VOID FASTCALL function VOID (line 409) | VOID FASTCALL function VOID (line 442) | VOID FASTCALL function VOID (line 461) | VOID FASTCALL function VOID (line 488) | VOID FASTCALL function VOID (line 510) | VOID FASTCALL function VOID (line 533) | VOID FASTCALL function VOID (line 554) | VOID FASTCALL function VOID (line 585) | VOID FASTCALL FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/socopy.cpp function VOID (line 44) | VOID FASTCALL function VOID (line 57) | VOID FASTCALL function VOID (line 70) | VOID FASTCALL function VOID (line 83) | VOID FASTCALL function VOID (line 96) | VOID FASTCALL function VOID (line 109) | VOID FASTCALL function VOID (line 126) | VOID FASTCALL function VOID (line 139) | VOID FASTCALL function VOID (line 156) | VOID FASTCALL FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/sodither.cpp function VOID (line 100) | VOID FASTCALL function VOID (line 144) | VOID FASTCALL function VOID (line 186) | VOID FASTCALL function VOID (line 265) | VOID FASTCALL FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/sogammaconvert.cpp function VOID (line 52) | VOID FASTCALL function VOID (line 77) | VOID FASTCALL function VOID (line 99) | VOID FASTCALL function VOID (line 121) | VOID FASTCALL function VOID (line 143) | VOID FASTCALL function VOID (line 165) | VOID FASTCALL FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/soquantize.cpp function VOID (line 56) | VOID FASTCALL function VOID (line 77) | VOID FASTCALL function VOID (line 98) | VOID FASTCALL function VOID (line 123) | VOID FASTCALL function VOID (line 145) | VOID FASTCALL function VOID (line 167) | VOID FASTCALL function VOID (line 184) | VOID FASTCALL function VOID (line 207) | VOID FASTCALL function MIL_FORCEINLINE (line 238) | MIL_FORCEINLINE UINT16 Saturate16bpc(INT i) function VOID (line 255) | VOID FASTCALL function INT (line 272) | inline INT Saturate10Bit(INT x) function INT (line 285) | inline INT Saturate3Bit(INT x) function VOID (line 300) | VOID FASTCALL function VOID (line 338) | VOID FASTCALL FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/systembitmap.cpp function HRESULT (line 33) | HRESULT CSystemMemoryBitmap::Create( function STDMETHODIMP (line 98) | STDMETHODIMP CSystemMemoryBitmap::HrFindInterface( function HRESULT (line 137) | HRESULT CSystemMemoryBitmap::Lock( function HRESULT (line 280) | HRESULT CSystemMemoryBitmap::IsDynamicResource( function HRESULT (line 295) | HRESULT CSystemMemoryBitmap::Init( function HRESULT (line 341) | HRESULT CSystemMemoryBitmap::Init( function HRESULT (line 531) | HRESULT CClientMemoryBitmap::HrInit( function STDMETHODIMP (line 622) | STDMETHODIMP CDummySource::HrFindInterface( function HRESULT (line 652) | HRESULT CDummySource::CopyPixels( function STDMETHODIMP (line 739) | STDMETHODIMP CDummySource::GetPixelFormat( function STDMETHODIMP (line 755) | STDMETHODIMP CDummySource::CopyPalette( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/systembitmap.h function HRESULT (line 38) | HRESULT Init( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/writeprotectedbitmap.cpp function HRESULT (line 61) | HRESULT CWriteProtectedBitmap::Create( function HRESULT (line 104) | HRESULT CWriteProtectedBitmap::Lock( function HRESULT (line 154) | HRESULT CWriteProtectedBitmap::Unlock( function HRESULT (line 193) | HRESULT CWriteProtectedBitmap::Init( function HRESULT (line 294) | HRESULT CWriteProtectedBitmap::ProtectBitmap() function HRESULT (line 322) | HRESULT CWriteProtectedBitmap::UnprotectBitmap() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/writeprotectedbitmap.h function class (line 35) | class CWriteProtectedBitmap : public CSystemMemoryBitmap FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/Arithmetic.h function MIL_FORCEINLINE (line 47) | MIL_FORCEINLINE HRESULT AddUINT(UINT a, UINT b, __out_ecount(1) __deref_... function MIL_FORCEINLINE (line 65) | MIL_FORCEINLINE HRESULT MultiplyUINT(UINT a, UINT b, __out_ecount(1) __d... function HRESULT (line 108) | inline HRESULT function MIL_FORCEINLINE (line 165) | MIL_FORCEINLINE BOOL function MIL_FORCEINLINE (line 174) | MIL_FORCEINLINE BOOL FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/AssertEntry.h function class (line 24) | class CAssertEntry FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/DelegatingIUnknown.h function BEGIN_INTERFACE (line 17) | BEGIN_INTERFACE function override (line 83) | inline STDMETHOD_(ULONG, Release)(THIS) override FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/DpiScale.h type DpiScale (line 29) | struct DpiScale function other (line 125) | inline bool operator==(const DpiScale& other) const function other (line 135) | inline bool operator!=(const DpiScale& other) const function DpiScale (line 177) | inline DpiScale operator*(float factor) const function DpiScale (line 196) | inline DpiScale operator* (const DpiScale other) const function DpiScale (line 232) | inline DpiScale operator/(float divisor) const function DpiScale (line 253) | inline DpiScale operator/(DpiScale other) const function DefaultPixelsPerInch (line 295) | inline static float DefaultPixelsPerInch() function DpiScale (line 300) | inline static const DpiScale& PrimaryDisplayDpi() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/DpiUtil.h function namespace (line 26) | namespace wpf function AreDpiAwarenessContextsEqual (line 104) | static bool AreDpiAwarenessContextsEqual(DPI_AWARENESS_CONTEXT dpiContex... function UINT (line 136) | static UINT GetDpiForSystem() function DPI_AWARENESS_CONTEXT (line 162) | static DPI_AWARENESS_CONTEXT GetWindowDpiAwarenessContext(HWND hWnd) function DPI_AWARENESS_CONTEXT (line 189) | static DPI_AWARENESS_CONTEXT SetThreadDpiAwarenessContext(DPI_AWARENESS_... type DpiUtilT (line 215) | typedef DpiUtilT DpiUtil; function DpiAwarenessContextValue (line 237) | enum class DpiAwarenessContextValue : int function DpiAwarenessContextValue (line 364) | static inline DpiAwarenessContextValue GetThreadDpiAwarenessContextValue() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/GenericTableMap.h function CGenericTableElement (line 17) | MtExtern(CGenericTableMapData) function EnumerateElement (line 85) | bool EnumerateElement(__deref_opt_inout_ecount_opt(1) Key **ppKey, __der... function ULONG (line 100) | ULONG GetCount() function BOOL (line 111) | BOOL IsEmpty() function BOOL (line 122) | BOOL RemoveElement(Key key) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/List.h function BOOLEAN (line 45) | BOOLEAN IsEmpty() function TEntry (line 68) | TEntry *PeekAtHead() function TEntry (line 84) | TEntry *PeekAtTail() function TEntry (line 100) | TEntry *PeekNext(TEntry *pEntry) function TEntry (line 107) | TEntry *PeekPrevious(TEntry *pEntry) function RemoveFromList (line 114) | void RemoveFromList(TEntry *pEntry) function TEntry (line 122) | TEntry *RemoveHeadEntry() function TEntry (line 149) | TEntry *RemoveTailEntry() function ValidateList (line 176) | bool ValidateList() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/MILInterlocked.h function __int64 (line 42) | __int64 MILInterlockedCompareExchange64( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/MILRect.h type LTRB (line 82) | typedef enum LTRB { LTRB_Parameters } LTRB; type XYWH (line 83) | typedef enum XYWH { XYWH_Parameters } XYWH; function namespace (line 88) | namespace RectUniqueness type TBaseRect (line 101) | typedef TBaseRect BaseRectType; function DoesContain (line 395) | bool DoesContain( function DoesIntersectInclusive (line 426) | bool DoesIntersectInclusive( function VOID (line 486) | VOID SetEmpty() function VOID (line 499) | VOID SetInfinite() function Inflate (line 521) | void Inflate( function Deflate (line 557) | void Deflate( function Offset (line 607) | void Offset( function OffsetNoCheck (line 644) | void OffsetNoCheck( function Intersect (line 675) | bool Intersect( function InclusiveUnion (line 728) | void InclusiveUnion( function TMilRect (line 1005) | static TMilRect* ReinterpretBaseType(__inout_ecount_opt(1) TBaseRect *base) function TMilRect (line 1009) | static const TMilRect* ReinterpretBaseType(__inout_ecount_opt(1) const T... function TMilRect_ (line 1155) | static TMilRect_* ReinterpretBaseType(__inout_ecount_opt(1) TBaseRect *b... function TMilRect_ (line 1160) | static const TMilRect_* ReinterpretBaseType(__inout_ecount_opt(1) const ... type TMilRect_ (line 1171) | typedef TMilRect_ CMilRectF; type TMilRect_ (line 1173) | typedef type TMilRect (line 1181) | typedef TMilRect CMilRectU; function CMilRectF (line 1257) | inline CMilRectF MilRectLToMilRectF(__in const CMilRectL &rc) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/MILRectF_WH.h function class (line 36) | class CMilPointAndSizeF : public MilPointAndSizeF function VOID (line 85) | VOID SetEmpty() function VOID (line 107) | VOID Inflate( function BOOL (line 136) | BOOL Intersect(__in_ecount(1) const CMilPointAndSizeF &rc) function BOOL (line 197) | BOOL Union( type CMilPointAndSizeF (line 276) | typedef CMilPointAndSizeF CMilPointAndSizeF; FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/RefCountBase.cpp function ULONG (line 30) | ULONG function ULONG (line 36) | ULONG FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/RefCountBase.h function DECLARE_INTERFACE (line 27) | DECLARE_INTERFACE(IMILRefCount) function class (line 48) | class CMILRefCountBase : public IMILRefCount FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/ResourceCache.cpp type _RTL_BITMAP (line 30) | struct _RTL_BITMAP { class CMILResourceCacheIndexManager (line 105) | class CMILResourceCacheIndexManager function HRESULT (line 182) | HRESULT function HRESULT (line 217) | HRESULT function HRESULT (line 246) | HRESULT function HRESULT (line 265) | HRESULT class CMILCacheableResourceDummy (line 290) | class CMILCacheableResourceDummy : method IsValid (line 297) | bool IsValid(void) const override { return false; } function STDMETHODIMP (line 355) | STDMETHODIMP function STDMETHODIMP (line 565) | STDMETHODIMP function HRESULT (line 703) | HRESULT function HRESULT (line 762) | HRESULT function HRESULT (line 818) | HRESULT function HRESULT (line 937) | HRESULT function HRESULT (line 956) | HRESULT function HRESULT (line 1028) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/ResourceCache.h function class (line 93) | class CMILCacheableResource : function class (line 181) | class CMILResourceIndex function class (line 210) | class CMILSimpleResourceCache FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/SehException.h function namespace (line 12) | namespace wpf FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/Xmm.h function class (line 48) | class CXmmValue function MIL_FORCEINLINE (line 765) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 807) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 872) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 929) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 986) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 1034) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 1099) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 1156) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 1213) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 1261) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 1315) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 1366) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 1412) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 1458) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 1504) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 1554) | MIL_FORCEINLINE __out_ecount(1) CXmmValue& function MIL_FORCEINLINE (line 1673) | MIL_FORCEINLINE __out_ecount(1) CXmmBytes& function MIL_FORCEINLINE (line 1763) | MIL_FORCEINLINE __out_ecount(1) CXmmWords& function MIL_FORCEINLINE (line 1853) | MIL_FORCEINLINE __out_ecount(1) CXmmWords& function MIL_FORCEINLINE (line 1900) | MIL_FORCEINLINE __out_ecount(1) CXmmWords& function MIL_FORCEINLINE (line 1947) | MIL_FORCEINLINE __out_ecount(1) CXmmWords& function MIL_FORCEINLINE (line 2006) | MIL_FORCEINLINE __out_ecount(1) CXmmWords& function MIL_FORCEINLINE (line 2117) | MIL_FORCEINLINE __out_ecount(1) CXmmDWords& function MIL_FORCEINLINE (line 2209) | MIL_FORCEINLINE __out_ecount(1) CXmmDWords& function MIL_FORCEINLINE (line 2256) | MIL_FORCEINLINE __out_ecount(1) CXmmDWords& function MIL_FORCEINLINE (line 2299) | MIL_FORCEINLINE __out_ecount(1) CXmmQWords& function MIL_FORCEINLINE (line 2342) | MIL_FORCEINLINE __out_ecount(1) CXmmQWords& function MIL_FORCEINLINE (line 2570) | MIL_FORCEINLINE __out_ecount(1) CXmmFloat& function MIL_FORCEINLINE (line 2610) | MIL_FORCEINLINE __out_ecount(1) CXmmFloat& function MIL_FORCEINLINE (line 2694) | MIL_FORCEINLINE __out_ecount(1) CXmmFloat& function MIL_FORCEINLINE (line 2734) | MIL_FORCEINLINE __out_ecount(1) CXmmFloat& function MIL_FORCEINLINE (line 2836) | MIL_FORCEINLINE __out_ecount(1) CXmmFloat& function MIL_FORCEINLINE (line 2939) | MIL_FORCEINLINE __out_ecount(1) CXmmFloat& FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/basetypes.h type FLOAT (line 20) | typedef FLOAT REAL; type MilColorB (line 105) | typedef MilColorB ARGB; type UINT64 (line 106) | typedef UINT64 ARGB64; type MilColorF (line 107) | typedef MilColorF ABGR128; type AGRB64TEXEL (line 135) | struct AGRB64TEXEL // Note that it's 'AGRB', not 'ARGB' type DllLoadState (line 141) | enum DllLoadState FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/dynarray.h function T (line 47) | T *GetDataBuffer() const function __out (line 59) | __out T& At(UINT n) const function VOID (line 136) | VOID ShrinkToSize() function HRESULT (line 186) | HRESULT AddMultiple( function HRESULT (line 223) | HRESULT DetachData( function HRESULT (line 233) | HRESULT ReplaceWith( function VOID (line 268) | VOID AdjustCount( function VOID (line 277) | VOID SetCount( function VOID (line 294) | VOID DecrementCount() function BOOL (line 324) | BOOL Remove(__in_ecount(1) const T &t) function HRESULT (line 366) | HRESULT RemoveAt( function HRESULT (line 406) | HRESULT InsertAt( function HRESULT (line 467) | HRESULT RemoveAtOrderNotPreserved( function HRESULT (line 505) | HRESULT ShiftLeft( function HRESULT (line 531) | HRESULT Copy(__in_ecount(1) const DynArray &other) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/dynarrayimpl.cpp function ANALYSIS_COMMA_PARAM (line 76) | ANALYSIS_COMMA_PARAM(ElementSize(eltSize)) function UINT (line 145) | UINT eltSize class DynArrayImpl (line 483) | class DynArrayImpl class DynArrayImpl (line 484) | class DynArrayImpl FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/engine.h function namespace (line 32) | namespace OSVersion { FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/etwtrace.cpp function HRESULT (line 25) | HRESULT function HRESULT (line 64) | HRESULT CETWTraceProvider::UnRegister() function ULONG (line 88) | ULONG WINAPI type CUSTOMTRACEEVENT (line 169) | struct CUSTOMTRACEEVENT : public EVENT_TRACE_HEADER FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/etwtrace.h function class (line 23) | class CETWTraceProvider FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/heap.h function TElement (line 62) | TElement GetTopElement() const; function GreaterThan (line 93) | bool GreaterThan(UINT index1, UINT index2) const FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/mem.cpp function GpFree (line 48) | void GpFree(void *memblock) function VOID (line 71) | VOID FreeHeap(void *pv) function PVOID (line 97) | PVOID AllocHeap( function PVOID (line 120) | PVOID AllocHeapClear( function PVOID (line 150) | PVOID ReallocHeap( function HRESULT (line 175) | HRESULT function MIDL_user_free (line 246) | void __RPC_API MIDL_user_free(_Pre_maybenull_ _Post_invalid_ void __RPC_... FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/milcom.cpp function ULONG (line 29) | ULONG CMILCOMBase::InternalAddRef() function ULONG (line 42) | ULONG CMILCOMBase::InternalRelease() function HRESULT (line 63) | HRESULT CMILCOMBase::InternalQueryInterface( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/milcom.h function class (line 24) | class CMILCOMBase : public IUnknown function class (line 65) | class CObjectUniqueness function AddRef (line 158) | AddRef(void) { return 0; } function Release (line 159) | Release(void) { return 0; } FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/pixelformatutils.cpp function BOOL (line 75) | BOOL function BOOL (line 95) | BOOL function BOOL (line 170) | BOOL function BOOL (line 206) | BOOL function D3DFormatToPixelFormat (line 244) | MilPixelFormat::Enum function D3DFORMAT (line 311) | D3DFORMAT function ARGB (line 360) | ARGB function ARGB (line 395) | ARGB function Unpremultiply (line 430) | void function Premultiply (line 452) | void function UINT (line 472) | UINT function MilColorB (line 524) | MilColorB Convert_MilColorF_scRGB_To_MilColorB_sRGB( function MilColorF (line 558) | MilColorF function MilColorB (line 594) | MilColorB function D3DCOLOR (line 620) | D3DCOLOR function D3DCOLOR (line 644) | D3DCOLOR function Put_sRGB_Alpha_In_D3DCOLOR_WithNoAlpha (line 665) | void function Convert_sRGB_UINT16_To_scRGB_float (line 699) | float function UINT16 (line 746) | UINT16 function HRESULT (line 808) | HRESULT HrGetRequiredBufferSize( function HRESULT (line 820) | HRESULT HrGetRequiredBufferSize( function HRESULT (line 867) | HRESULT HrGetRequiredBufferSize( function HRESULT (line 893) | HRESULT HrGetRequiredBufferSize( function HRESULT (line 929) | HRESULT HrCheckBufferSize( function HRESULT (line 965) | HRESULT HrCheckBufferSize( function HRESULT (line 990) | HRESULT HrCheckBufferSize( function HRESULT (line 1025) | HRESULT HrCheckBufferSize( function HRESULT (line 1043) | HRESULT HrCheckBufferSize( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/pixelformatutils.h type ColorSpace (line 35) | enum ColorSpace { function class (line 56) | class CMilColorF : public MilColorF function Unpremultiply (line 108) | void Unpremultiply(__inout_ecount(1) MilColorF *pColor); function BOOL (line 229) | inline BOOL function BOOL (line 284) | inline BOOL function BOOL (line 302) | inline BOOL function BOOL (line 331) | inline BOOL function HRESULT (line 348) | inline HRESULT function HRESULT (line 420) | inline HRESULT function MIL_FORCEINLINE (line 462) | MIL_FORCEINLINE UINT BitsToBytes(UINT cBits) function UINT (line 597) | inline UINT function UINT (line 645) | inline UINT function HRESULT (line 676) | inline HRESULT function HRESULT (line 702) | inline HRESULT function HRESULT (line 712) | inline HRESULT function HRESULT (line 738) | inline HRESULT function HRESULT (line 764) | inline HRESULT function HRESULT (line 774) | inline HRESULT function MIL_FORCEINLINE (line 801) | MIL_FORCEINLINE BYTE function ARGB (line 819) | inline ARGB function D3DCOLOR (line 867) | D3DCOLOR Convert_MilColorF_sRGB_To_D3DCOLOR_ZeroAlpha(__in_ecount(1) con... function MIL_FORCEINLINE (line 977) | MIL_FORCEINLINE VOID function MIL_FORCEINLINE (line 998) | MIL_FORCEINLINE VOID FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/processorfeatures.h function class (line 18) | class CCPUInfo FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/real.cpp function REAL (line 505) | REAL GpModF(REAL x, REAL y) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/real.h function namespace (line 85) | namespace GpRealInstrinsics type FPUENV (line 259) | struct FPUENV function class (line 291) | class CFloatFPU function FASTCALL (line 703) | FASTCALL CFloatFPU::CeilingF(float x) function FASTCALL (line 715) | FASTCALL CFloatFPU::FloorF(float x) function FASTCALL (line 727) | FASTCALL CFloatFPU::FloorFFast(float x) function FASTCALL (line 760) | FASTCALL GpFloor(float x) { return(CFloatFPU::FloorFPU(x)); ... function FASTCALL (line 761) | FASTCALL GpTrunc(float x) { return(CFloatFPU::Trunc(x)); ... function FASTCALL (line 762) | FASTCALL GpCeiling(float x) { return(CFloatFPU::CeilingFPU(x)); ... function FASTCALL (line 763) | FASTCALL GpRound(float x) { return(CFloatFPU::RoundWithHalvesUp(x)... function FASTCALL (line 765) | FASTCALL GpFloorSat(float x) { return(CFloatFPU::FloorSat(x)); ... function FASTCALL (line 766) | FASTCALL GpTruncSat(float x) { return(CFloatFPU::TruncSat(x)); ... function FASTCALL (line 767) | FASTCALL GpCeilingSat(float x) { return(CFloatFPU::CeilingSat(x)); ... function FASTCALL (line 768) | FASTCALL GpRoundSat(float x) { return(CFloatFPU::RoundSat(x)); ... function FASTCALL (line 770) | FASTCALL GpIsNaNF(const float &x) { return(CFloatFPU::IsNaNF(x)); } function FASTCALL (line 880) | FASTCALL CFloatFPU::SmallRound(float x) function FASTCALL (line 902) | FASTCALL CFloatFPU::SmallFloor(float x) function FASTCALL (line 924) | FASTCALL CFloatFPU::SmallCeiling(float x) function FASTCALL (line 941) | FASTCALL CFloatFPU::SmallRoundEx(float x) function FASTCALL (line 961) | FASTCALL CFloatFPU::SmallFloorEx(float x) function FASTCALL (line 981) | FASTCALL CFloatFPU::SmallCeilingEx(float x) function FASTCALL (line 1010) | FASTCALL CFloatFPU::OffsetToRounded(float x) function class (line 1154) | class CDoubleFPU function FASTCALL (line 1193) | FASTCALL CDoubleFPU::InternalRound(double x) function FASTCALL (line 1210) | FASTCALL CDoubleFPU::Floor(double x) function FASTCALL (line 1226) | FASTCALL CDoubleFPU::Trunc(double x) function FASTCALL (line 1232) | FASTCALL CDoubleFPU::Ceiling(double x) function FASTCALL (line 1238) | FASTCALL CDoubleFPU::Round(double x) function FASTCALL (line 1244) | FASTCALL GpFloor(double x) {return(CDoubleFPU::Floor(x)); } function FASTCALL (line 1245) | FASTCALL GpTrunc(double x) {return(CDoubleFPU::Trunc(x)); } function FASTCALL (line 1246) | FASTCALL GpCeiling(double x) {return(CDoubleFPU::Ceiling(x)); } function FASTCALL (line 1247) | FASTCALL GpRound(double x) {return(CDoubleFPU::Round(x)); } function class (line 1287) | class FPUStateSandbox function BOOL (line 1436) | inline BOOL IsCloseReal(const REAL a, const REAL b) function BOOL (line 1461) | inline BOOL IsClosePointF( function REAL (line 1483) | inline REAL DegToRad(REAL rDegree) function REAL (line 1488) | inline REAL RadToDeg(REAL rRad) function DegToRad (line 1494) | inline double DegToRad(double rDegree) function RadToDeg (line 1499) | inline double RadToDeg(double rRad) function IsNaNOrIsEqualTo (line 1504) | inline bool IsNaNOrIsEqualTo(REAL rMaybeNaN, REAL rTestNumber) function BitwiseEquals (line 1520) | inline bool BitwiseEquals(FLOAT value1, FLOAT value2) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/rgnutils.cpp function HRESULT (line 37) | HRESULT function HRESULT (line 93) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/scopeguard.h function namespace (line 10) | namespace wpf function Resource (line 111) | inline Resource& resource() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/utc.cpp function ULONGLONG (line 25) | ULONGLONG ConvertTime( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/utc.h type ULONGLONG (line 20) | typedef ULONGLONG UTC_TIME; FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/utils.cpp function DbgCheckAPI (line 22) | void DbgCheckAPI(HRESULT hr) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/utils.h function DOUBLE (line 48) | inline DOUBLE function ClampMinFloat (line 61) | inline float function INT (line 104) | inline INT function REAL (line 117) | inline REAL function DOUBLE (line 130) | inline DOUBLE function REAL (line 143) | inline REAL function DOUBLE (line 158) | inline DOUBLE function APIError (line 343) | inline void APIError(const char *pszMessage) function ReleaseHandle (line 360) | static inline void ReleaseHandle(HANDLE& handle) function MIL_FORCEINLINE (line 377) | MIL_FORCEINLINE function MIL_FORCEINLINE (line 386) | MIL_FORCEINLINE function RectWidth (line 396) | inline int RectWidth(__in const RECT &rc) function RectHeight (line 401) | inline int RectHeight(__in const RECT &rc) function IsRectEmpty (line 407) | inline bool IsRectEmpty(__in const RECT &rc) function UINT64 (line 439) | inline UINT64 WrapHandleInUInt64(HANDLE handle) function HANDLE (line 458) | inline HANDLE UnwrapHandleFromUInt64(UINT64 handle) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/common/shared/win32error.h function namespace (line 10) | namespace wpf FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_base.cpp function m_pFactory (line 25) | m_pFactory(pFactory) function HRESULT (line 39) | HRESULT CMILObject::HrFindInterface( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_base.h function class (line 24) | class CMILObject : function __allocator (line 106) | __allocator __out_bcount(cb) void * operator new[](size_t cb); function override (line 123) | Release(void) override FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_basebrushes.cpp function HRESULT (line 33) | HRESULT CGradientColorData::SetColors( function HRESULT (line 110) | HRESULT function HRESULT (line 151) | HRESULT function HRESULT (line 190) | HRESULT CGradientColorData::ApplyOpacity( function CMILObject (line 228) | CMILObject(pFactory) function HRESULT (line 256) | HRESULT function HRESULT (line 277) | HRESULT function MilPoint2F (line 343) | MilPoint2F const *pptDirPointOrEndPoint2 function const (line 359) | void function HRESULT (line 378) | HRESULT function HRESULT (line 411) | HRESULT CMILBrushGradient::AddColorWithPosition( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_basebrushes.h type BrushTypes (line 17) | enum BrushTypes function class (line 27) | class CMILBrush : public IUnknown function class (line 67) | class CGradientColorData FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_brush.cpp function CMILObject (line 36) | CMILObject(pFactory) function BOOL (line 111) | BOOL CMILBrushSolid::HasZeroAlpha() const function HRESULT (line 131) | HRESULT CMILBrushSolid::HrFindInterface( function HRESULT (line 176) | HRESULT CMILBrushBitmap::Create( function HRESULT (line 260) | HRESULT function HRESULT (line 274) | HRESULT function HRESULT (line 489) | HRESULT function HRESULT (line 527) | HRESULT function HRESULT (line 557) | HRESULT function HRESULT (line 669) | HRESULT CMILBrushBitmap::HrFindInterface( function CMILBrushGradient (line 695) | CMILBrushGradient(pFactory) function HRESULT (line 717) | HRESULT CMILBrushLinearGradient::Create( function HRESULT (line 786) | HRESULT function CMILBrushGradient (line 820) | CMILBrushGradient(pFactory) function HRESULT (line 843) | HRESULT CMILBrushRadialGradient::Create( function MilPoint2F (line 905) | const MilPoint2F & function HRESULT (line 930) | HRESULT function HRESULT (line 982) | HRESULT function HRESULT (line 1011) | HRESULT function HRESULT (line 1043) | HRESULT function HRESULT (line 1069) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_brush.h type BitmapToXSpaceTransform (line 226) | struct BitmapToXSpaceTransform FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_codecfactory.cpp function BOOL (line 45) | BOOL CodecDll::EnsureLoaded() function HRESULT (line 70) | HRESULT WINAPI CodecDll::MILCreateImagingFactory( function STDMETHODIMP (line 83) | STDMETHODIMP CMILFactory::GetImagingFactory( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_codecfactory.h function class (line 38) | class CodecDll FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_factory.cpp function HRESULT (line 29) | HRESULT WINAPI function HRESULT (line 75) | HRESULT function HRESULT (line 138) | HRESULT function HRESULT (line 166) | HRESULT function STDMETHODIMP (line 250) | STDMETHODIMP function STDMETHODIMP (line 320) | STDMETHODIMP function HRESULT (line 517) | HRESULT function HRESULT (line 626) | HRESULT function HRESULT (line 708) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_lightdata.cpp function HRESULT (line 163) | HRESULT function HRESULT (line 186) | HRESULT function HRESULT (line 219) | HRESULT function MilColorF (line 439) | MilColorF function HRESULT (line 761) | HRESULT function HRESULT (line 943) | HRESULT function HRESULT (line 1010) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_lightdata.h function class (line 26) | class CMILLightData FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_lights.cpp function override (line 55) | override HRESULT function override (line 122) | override HRESULT function override (line 155) | override void function override (line 234) | override HRESULT function override (line 284) | override void function override (line 427) | override HRESULT function override (line 478) | override void FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_lights.h function class (line 33) | class CMILLight function class (line 79) | class CMILLightAmbient : function class (line 120) | class CMILLightDirectional : FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_mesh3d.cpp function CMILObject (line 43) | CMILObject(pFactory) function __checkReturn (line 150) | __checkReturn HRESULT function HRESULT (line 468) | HRESULT function HRESULT (line 517) | HRESULT function HRESULT (line 559) | HRESULT function HRESULT (line 613) | HRESULT function HRESULT (line 664) | HRESULT function HRESULT (line 704) | HRESULT function HRESULT (line 795) | HRESULT function HRESULT (line 823) | HRESULT function HRESULT (line 849) | HRESULT function HRESULT (line 937) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_mesh3d.h function STDMETHOD (line 154) | STDMETHOD(SetPosition)( function HRESULT (line 175) | HRESULT GetTextureCoordinateBounds( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_rendercontext.h type CContextState (line 20) | struct CContextState function DisplaySettings (line 189) | DisplaySettings const * GetCurrentOrDefaultDisplaySettings() function DisplaySettings (line 211) | DisplaySettings const * GetDisplaySettingsFromDisplaySet(CDisplaySet con... function IDpiProvider (line 229) | IDpiProvider const* GetDpiProvider() const function SetDpiProvider (line 236) | void SetDpiProvider(IDpiProvider* pDpiProvider) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_renderstate.cpp function CMILObject (line 24) | CMILObject(pFactory) function HRESULT (line 59) | HRESULT CMILRenderState::SetSourceRectangle(__in_ecount_opt(1) const Mil... function HRESULT (line 84) | HRESULT CMILRenderState::SetLocalTransform( function HRESULT (line 108) | HRESULT CMILRenderState::SetInterpolationMode( function HRESULT (line 123) | HRESULT CMILRenderState::SetAntiAliasMode( function CRenderState (line 139) | CRenderState * function HRESULT (line 149) | HRESULT CMILRenderState::HrFindInterface( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_renderstate.h type RenderStateOptions (line 17) | struct RenderStateOptions function class (line 27) | class CRenderState FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_shader.cpp function CMILShader (line 34) | CMILShader(pFactory) function STDMETHODIMP (line 60) | STDMETHODIMP function STDMETHODIMP (line 108) | STDMETHODIMP function HRESULT (line 136) | HRESULT function CMILShaderBrush (line 191) | CMILShaderBrush(pFactory) function HRESULT (line 238) | HRESULT function CMILShaderBrush (line 284) | CMILShaderBrush(pFactory) function HRESULT (line 343) | HRESULT function HRESULT (line 362) | HRESULT function CMILShaderBrush (line 408) | CMILShaderBrush(pFactory) function HRESULT (line 455) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_shader.h type ShaderTypes (line 25) | enum ShaderTypes function class (line 38) | class CMILShader : FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/api_utils.cpp function HRESULT (line 36) | HRESULT HrValidateInitializeCall( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/api/exports.cpp function ULONG (line 15) | ULONG function ULONG (line 23) | ULONG function HRESULT (line 53) | HRESULT function HRESULT (line 111) | HRESULT function HRESULT (line 165) | HRESULT function HRESULT (line 200) | HRESULT function HRESULT (line 211) | HRESULT function HRESULT (line 220) | HRESULT function HRESULT (line 240) | HRESULT function HRESULT (line 251) | HRESULT function HRESULT (line 262) | HRESULT function HRESULT (line 273) | HRESULT function HRESULT (line 283) | HRESULT function HRESULT (line 392) | HRESULT function HRESULT (line 402) | HRESULT function HRESULT (line 411) | HRESULT function HRESULT (line 424) | HRESULT function HRESULT (line 457) | HRESULT function HRESULT (line 476) | HRESULT function HRESULT (line 509) | HRESULT class CStreamDescriptor (line 531) | class CStreamDescriptor class CManagedStreamWrapper (line 623) | class CManagedStreamWrapper : function STDMETHODIMP (line 716) | STDMETHODIMP function STDMETHODIMP (line 745) | STDMETHODIMP function STDMETHODIMP (line 755) | STDMETHODIMP function STDMETHODIMP (line 767) | STDMETHODIMP function STDMETHODIMP (line 776) | STDMETHODIMP function STDMETHODIMP (line 788) | STDMETHODIMP function STDMETHODIMP (line 803) | STDMETHODIMP function STDMETHODIMP (line 811) | STDMETHODIMP function STDMETHODIMP (line 819) | STDMETHODIMP function STDMETHODIMP (line 825) | STDMETHODIMP function STDMETHODIMP (line 835) | STDMETHODIMP function STDMETHODIMP (line 845) | STDMETHODIMP function STDMETHODIMP (line 853) | STDMETHODIMP function STDMETHODIMP (line 861) | STDMETHODIMP function HRESULT (line 916) | HRESULT function HRESULT (line 931) | HRESULT function HRESULT (line 947) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/ClockWrapper.cpp function IMFClock (line 43) | IMFClock* function HRESULT (line 109) | HRESULT function HRESULT (line 216) | HRESULT function HRESULT (line 248) | HRESULT function __override (line 273) | __override function HRESULT (line 293) | HRESULT function IMFTimer (line 348) | IMFTimer* function __override (line 439) | __override function HRESULT (line 500) | HRESULT function HRESULT (line 788) | HRESULT function HRESULT (line 848) | HRESULT function STDMETHODIMP (line 875) | STDMETHODIMP function __override (line 932) | __override function __override (line 954) | __override function STDMETHODIMP (line 977) | STDMETHODIMP FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/ClockWrapper.h function interface (line 24) | interface RenderClock function class (line 34) | class TimerWrapper : public RenderClock FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/CompositionNotifier.cpp function HRESULT (line 41) | HRESULT function HRESULT (line 62) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/CompositionNotifier.h function class (line 24) | class CompositionNotifier FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/DummyPlayer.cpp function HRESULT (line 30) | HRESULT function STDMETHODIMP (line 66) | STDMETHODIMP function STDMETHODIMP (line 116) | STDMETHODIMP function STDMETHODIMP (line 124) | STDMETHODIMP function STDMETHODIMP (line 132) | STDMETHODIMP function STDMETHODIMP (line 155) | STDMETHODIMP function STDMETHODIMP (line 202) | STDMETHODIMP function HRESULT (line 259) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/EvrFilterWrapper.cpp function HRESULT (line 36) | HRESULT function ULONG (line 83) | ULONG function ULONG (line 92) | ULONG function STDMETHODIMP (line 113) | STDMETHODIMP function STDMETHODIMP (line 149) | STDMETHODIMP function STDMETHODIMP (line 177) | STDMETHODIMP function STDMETHODIMP (line 190) | STDMETHODIMP function STDMETHODIMP (line 203) | STDMETHODIMP function STDMETHODIMP (line 216) | STDMETHODIMP function STDMETHODIMP (line 229) | STDMETHODIMP function STDMETHODIMP (line 260) | STDMETHODIMP function STDMETHODIMP (line 273) | STDMETHODIMP function STDMETHODIMP (line 290) | STDMETHODIMP function STDMETHODIMP (line 308) | STDMETHODIMP function STDMETHODIMP (line 323) | STDMETHODIMP function STDMETHODIMP (line 337) | STDMETHODIMP function STDMETHODIMP (line 351) | STDMETHODIMP function STDMETHODIMP (line 365) | STDMETHODIMP function STDMETHODIMP (line 379) | STDMETHODIMP function STDMETHODIMP (line 393) | STDMETHODIMP function STDMETHODIMP (line 408) | STDMETHODIMP function HRESULT (line 464) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/EvrFilterWrapper.h function class (line 24) | class CEvrFilterWrapper : IMediaSeeking FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/EvrPresenter.h function namespace (line 31) | namespace RenderState type RealComObject (line 45) | typedef RealComObject EvrPresenterObj; type ProcessSamplesData (line 546) | struct ProcessSamplesData FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/MediaInstance.cpp function HRESULT (line 32) | HRESULT function HRESULT (line 60) | HRESULT function STDMETHODIMP (line 83) | STDMETHODIMP function UINT (line 119) | UINT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/MediaInstance.h function class (line 24) | class MediaInstance : public CMILCOMBase FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/PresenterWrapper.cpp function HRESULT (line 30) | HRESULT function HRESULT (line 182) | HRESULT function DWORD (line 210) | DWORD function DWORD (line 235) | DWORD FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/PresenterWrapper.h function class (line 7) | class PresenterWrapper FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/SampleQueue.h function namespace (line 24) | namespace SampleThreads function class (line 34) | class SampleQueue FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/SampleScheduler.h function class (line 24) | class SampleScheduler FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/SharedState.cpp function HRESULT (line 25) | HRESULT function UINT (line 34) | UINT function UINT (line 56) | UINT function LONGLONG (line 166) | LONGLONG function LONGLONG (line 236) | LONGLONG function LONGLONG (line 260) | LONGLONG FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/SharedState.h function class (line 12) | class SharedState FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/StateThread.cpp function HRESULT (line 51) | HRESULT function HRESULT (line 102) | HRESULT function HRESULT (line 169) | HRESULT function HRESULT (line 197) | HRESULT function HRESULT (line 223) | HRESULT function STDMETHODIMP (line 278) | STDMETHODIMP function HRESULT (line 398) | HRESULT function DWORD (line 484) | DWORD function HRESULT (line 626) | HRESULT function DWORD (line 690) | DWORD __stdcall function HRESULT (line 713) | HRESULT function HRESULT (line 925) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/StateThread.h type CGuard (line 220) | typedef CGuard CCriticalSectionGuard_t; type CUnGuard (line 221) | typedef CUnGuard CCriticalSectionUnGuard_t; FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/UniqueList.h function Node (line 31) | struct Node : ListNodeT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/UpdateState.cpp function HRESULT (line 10) | HRESULT function HRESULT (line 218) | HRESULT function STDMETHODIMP (line 296) | STDMETHODIMP function __override (line 311) | __override function HRESULT (line 454) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/Wmp11ClientSite.cpp function HRESULT (line 47) | HRESULT function STDMETHODIMP (line 80) | STDMETHODIMP function STDMETHODIMP (line 94) | STDMETHODIMP function STDMETHODIMP (line 154) | STDMETHODIMP function STDMETHODIMP (line 170) | STDMETHODIMP function STDMETHODIMP (line 189) | STDMETHODIMP function STDMETHODIMP (line 204) | STDMETHODIMP FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/WmpClientSite.cpp function HRESULT (line 62) | HRESULT function STDMETHODIMP (line 95) | STDMETHODIMP function STDMETHODIMP (line 109) | STDMETHODIMP function STDMETHODIMP (line 123) | STDMETHODIMP function STDMETHODIMP (line 187) | STDMETHODIMP function HRESULT (line 233) | HRESULT function HRESULT (line 274) | HRESULT function HRESULT (line 324) | HRESULT function STDMETHODIMP (line 379) | STDMETHODIMP function STDMETHODIMP (line 452) | STDMETHODIMP function STDMETHODIMP (line 467) | STDMETHODIMP FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/WmpEventHandler.cpp function HRESULT (line 62) | HRESULT function STDMETHODIMP (line 87) | STDMETHODIMP function STDMETHODIMP (line 130) | STDMETHODIMP function HRESULT (line 1138) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/WmpEventHandler.h function STDMETHOD (line 50) | STDMETHOD(GetIDsOfNames)( function STDMETHOD (line 58) | STDMETHOD(GetTypeInfo)( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/WmpPlayer.cpp function STDMETHODIMP (line 66) | STDMETHODIMP function HRESULT (line 99) | HRESULT function STDMETHODIMP (line 144) | STDMETHODIMP function STDMETHODIMP (line 198) | STDMETHODIMP function STDMETHODIMP (line 229) | STDMETHODIMP function STDMETHODIMP (line 269) | STDMETHODIMP function STDMETHODIMP (line 303) | STDMETHODIMP function STDMETHODIMP (line 329) | STDMETHODIMP function STDMETHODIMP (line 355) | STDMETHODIMP function STDMETHODIMP (line 397) | STDMETHODIMP function STDMETHODIMP (line 435) | STDMETHODIMP function STDMETHODIMP (line 467) | STDMETHODIMP function STDMETHODIMP (line 496) | STDMETHODIMP function STDMETHODIMP (line 538) | STDMETHODIMP function STDMETHODIMP (line 578) | STDMETHODIMP function STDMETHODIMP (line 596) | STDMETHODIMP function STDMETHODIMP (line 620) | STDMETHODIMP function STDMETHODIMP (line 640) | STDMETHODIMP function STDMETHODIMP (line 664) | STDMETHODIMP function STDMETHODIMP (line 693) | STDMETHODIMP function STDMETHODIMP (line 730) | STDMETHODIMP function STDMETHODIMP (line 770) | STDMETHODIMP function STDMETHODIMP (line 802) | STDMETHODIMP function STDMETHODIMP (line 833) | STDMETHODIMP function STDMETHODIMP (line 860) | STDMETHODIMP function STDMETHODIMP (line 905) | STDMETHODIMP function STDMETHODIMP (line 928) | STDMETHODIMP FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/WmpStateEngine.h type CGuard (line 739) | typedef CGuard CriticalSectionGuard_t; function class (line 741) | class SubArcMethodStack FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/WmpStateEngineProxy.h function namespace (line 101) | namespace WmpStateEngineProxy FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/activate.cpp function HRESULT (line 48) | HRESULT function HRESULT (line 100) | HRESULT function STDMETHODIMP (line 142) | STDMETHODIMP function STDMETHODIMP (line 172) | STDMETHODIMP function STDMETHODIMP (line 207) | STDMETHODIMP function HRESULT (line 324) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/activate.h function class (line 26) | class MFLockWrapper : public CCriticalSection type RealComObject (line 72) | typedef RealComObject MFActivateObj; FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/avloader.cpp class CAVLoaderInternal (line 29) | class CAVLoaderInternal function HRESULT (line 129) | HRESULT function HRESULT (line 165) | HRESULT function HRESULT (line 184) | HRESULT function HRESULT (line 211) | HRESULT function HRESULT (line 230) | HRESULT function HRESULT (line 248) | HRESULT function HRESULT (line 263) | HRESULT function HRESULT (line 278) | HRESULT function HRESULT (line 302) | HRESULT function HRESULT (line 317) | HRESULT function HRESULT (line 332) | HRESULT function HRESULT (line 346) | HRESULT function HRESULT (line 404) | HRESULT function HRESULT (line 431) | HRESULT function HRESULT (line 486) | HRESULT function HRESULT (line 546) | HRESULT function HRESULT (line 618) | HRESULT function HRESULT (line 698) | HRESULT function HRESULT (line 735) | HRESULT function HRESULT (line 773) | HRESULT function HRESULT (line 802) | HRESULT function HRESULT (line 831) | HRESULT function HRESULT (line 862) | HRESULT function HRESULT (line 882) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/avloader.h function class (line 28) | class CAVLoader FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/avtrace.h function class (line 118) | class AutoTrace FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/d3ddevicewrapper.h function HRESULT (line 40) | static HRESULT Create( function STDMETHOD (line 91) | STDMETHOD(SetCursorProperties)( function STDMETHOD (line 107) | STDMETHOD(CreateAdditionalSwapChain)( function STDMETHOD (line 120) | STDMETHOD(Reset)( function STDMETHOD (line 286) | STDMETHOD(SetDepthStencilSurface)( function STDMETHOD (line 478) | STDMETHOD(SetNPatchMode)( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/dxvamanagerwrapper.cpp function HRESULT (line 75) | HRESULT CDXVAManagerWrapper::Initialize() function HRESULT (line 90) | HRESULT CDXVAManagerWrapper::Create( function STDMETHODIMP (line 136) | STDMETHODIMP function STDMETHODIMP (line 178) | STDMETHODIMP function STDMETHODIMP (line 190) | STDMETHODIMP function STDMETHODIMP (line 202) | STDMETHODIMP function STDMETHODIMP (line 214) | STDMETHODIMP function STDMETHODIMP (line 257) | STDMETHODIMP function STDMETHODIMP (line 274) | STDMETHODIMP function STDMETHODIMP (line 298) | STDMETHODIMP FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/eventproxy.cpp function HRESULT (line 158) | HRESULT CEventProxy::RaiseEvent( function ULONG (line 206) | ULONG CEventProxy::AddRef() function ULONG (line 211) | ULONG CEventProxy::Release() function HRESULT (line 224) | HRESULT CEventProxy::QueryInterface(REFIID riid, void **ppvObject) function HRESULT (line 253) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/eventproxy.h function class (line 29) | class CEventProxyDescriptor function class (line 51) | class CEventProxy : FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/evrpresenter.cpp function HRESULT (line 45) | HRESULT function HRESULT (line 101) | HRESULT function STDMETHODIMP (line 133) | STDMETHODIMP function STDMETHODIMP (line 201) | STDMETHODIMP function STDMETHODIMP (line 234) | STDMETHODIMP function STDMETHODIMP (line 263) | STDMETHODIMP function STDMETHODIMP (line 407) | STDMETHODIMP function HRESULT (line 461) | HRESULT function STDMETHODIMP (line 516) | STDMETHODIMP function STDMETHODIMP (line 542) | STDMETHODIMP function STDMETHODIMP (line 578) | STDMETHODIMP function STDMETHODIMP (line 620) | STDMETHODIMP function STDMETHODIMP (line 646) | STDMETHODIMP function STDMETHODIMP (line 682) | STDMETHODIMP function STDMETHODIMP (line 727) | STDMETHODIMP function HRESULT (line 792) | HRESULT function STDMETHODIMP (line 847) | STDMETHODIMP function STDMETHODIMP (line 933) | STDMETHODIMP function STDMETHODIMP (line 1009) | STDMETHODIMP function STDMETHODIMP (line 1052) | STDMETHODIMP function STDMETHODIMP (line 1088) | STDMETHODIMP function STDMETHODIMP (line 1115) | STDMETHODIMP function HRESULT (line 1150) | HRESULT function DWORD (line 1172) | DWORD function DWORD (line 1211) | DWORD function HRESULT (line 1293) | HRESULT function HRESULT (line 1319) | HRESULT function HRESULT (line 1344) | HRESULT function HRESULT (line 1413) | HRESULT function HRESULT (line 1588) | HRESULT function HRESULT (line 1622) | HRESULT function HRESULT (line 1666) | HRESULT function HRESULT (line 1716) | HRESULT function HRESULT (line 1769) | HRESULT function HRESULT (line 1874) | HRESULT function HRESULT (line 2017) | HRESULT function HRESULT (line 2162) | HRESULT function HRESULT (line 2187) | HRESULT function HRESULT (line 2215) | HRESULT function HRESULT (line 2288) | HRESULT function HRESULT (line 2322) | HRESULT function HRESULT (line 2351) | HRESULT function HRESULT (line 2422) | HRESULT function HRESULT (line 2477) | HRESULT function HRESULT (line 2521) | HRESULT function HRESULT (line 2557) | HRESULT function HRESULT (line 2663) | HRESULT function STDMETHODIMP (line 2713) | STDMETHODIMP function STDMETHODIMP (line 2783) | STDMETHODIMP function STDMETHODIMP (line 2985) | STDMETHODIMP function STDMETHODIMP (line 3004) | STDMETHODIMP function HRESULT (line 3042) | HRESULT function STDMETHODIMP (line 3126) | STDMETHODIMP function STDMETHODIMP (line 3173) | STDMETHODIMP function HRESULT (line 3217) | HRESULT function HRESULT (line 3340) | HRESULT function HRESULT (line 3375) | HRESULT function HRESULT (line 3455) | HRESULT function HRESULT (line 3501) | HRESULT function HRESULT (line 3552) | HRESULT function HRESULT (line 3580) | HRESULT function HRESULT (line 3648) | HRESULT function HRESULT (line 3661) | HRESULT function HRESULT (line 3674) | HRESULT function HRESULT (line 3704) | HRESULT function HRESULT (line 3723) | HRESULT function HRESULT (line 3733) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/fakepp.cpp function HRESULT (line 86) | HRESULT CFakePP::Initialize() function HRESULT (line 103) | HRESULT function HRESULT (line 129) | HRESULT function HRESULT (line 174) | HRESULT function DWORD (line 196) | DWORD WINAPI CFakePP::StaticThreadProc(VOID *pv) function STDMETHODIMP (line 298) | STDMETHODIMP function STDMETHODIMP (line 325) | STDMETHODIMP function STDMETHODIMP (line 383) | STDMETHODIMP function STDMETHODIMP (line 408) | STDMETHODIMP function STDMETHODIMP (line 426) | STDMETHODIMP function STDMETHODIMP (line 451) | STDMETHODIMP function STDMETHODIMP (line 493) | STDMETHODIMP function STDMETHODIMP (line 517) | STDMETHODIMP function STDMETHODIMP (line 541) | STDMETHODIMP function STDMETHODIMP (line 562) | STDMETHODIMP function STDMETHODIMP (line 583) | STDMETHODIMP function STDMETHODIMP (line 591) | STDMETHODIMP CFakePP::IsBuffering( function STDMETHODIMP (line 607) | STDMETHODIMP CFakePP::CanPause( function STDMETHODIMP (line 623) | STDMETHODIMP CFakePP::GetDownloadProgress( function STDMETHODIMP (line 639) | STDMETHODIMP CFakePP::GetBufferingProgress( function STDMETHODIMP (line 663) | STDMETHODIMP function STDMETHODIMP (line 687) | STDMETHODIMP function STDMETHODIMP (line 711) | STDMETHODIMP function STDMETHODIMP (line 735) | STDMETHODIMP function STDMETHODIMP (line 762) | STDMETHODIMP function STDMETHODIMP (line 788) | STDMETHODIMP function STDMETHODIMP (line 815) | STDMETHODIMP function STDMETHODIMP (line 829) | STDMETHODIMP function STDMETHODIMP (line 859) | STDMETHODIMP function STDMETHODIMP (line 875) | STDMETHODIMP function STDMETHODIMP (line 919) | STDMETHODIMP function HRESULT (line 942) | HRESULT function HRESULT (line 1101) | HRESULT function STDMETHODIMP (line 1114) | STDMETHODIMP function STDMETHODIMP (line 1130) | STDMETHODIMP function STDMETHODIMP (line 1171) | STDMETHODIMP function HRESULT (line 1199) | HRESULT function HRESULT (line 1222) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/fakepp.h function SetFrameDuration (line 189) | void SetFrameDuration(DWORD dwFrameDuration) { m_dwFrameDuration = dwFra... function SetFrames (line 190) | void SetFrames(UINT uiFrames) { m_uiFrames = uiFrames; } function SetVideoWidth (line 191) | void SetVideoWidth(UINT uiVideoWidth) { m_uiVideoWidth = uiVideoWidth; } function SetVideoHeight (line 192) | void SetVideoHeight(UINT uiVideoHeight) { m_uiVideoHeight = uiVideoHeigh... type Status (line 220) | enum Status FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/hwmediabuffer.cpp function __override (line 58) | __override function __override (line 95) | __override function __override (line 157) | __override function __override (line 181) | __override function HRESULT (line 268) | HRESULT function HRESULT (line 316) | HRESULT function HRESULT (line 365) | HRESULT function HRESULT (line 419) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/hwmediabuffer.h function class (line 26) | class CHWMFMediaBuffer : public CMFMediaBuffer FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/internal.h function interface (line 27) | interface IMediaDeviceConsumer FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/mediabuffer.cpp function HRESULT (line 85) | HRESULT function HRESULT (line 117) | HRESULT function HRESULT (line 200) | HRESULT function HRESULT (line 228) | HRESULT CMFMediaBuffer::Unlock() function HRESULT (line 247) | HRESULT CMFMediaBuffer::GetCurrentLength( function HRESULT (line 268) | HRESULT CMFMediaBuffer::SetCurrentLength( function HRESULT (line 288) | HRESULT CMFMediaBuffer::GetMaxLength( function STDMETHODIMP (line 329) | STDMETHODIMP function HRESULT (line 356) | HRESULT function HRESULT (line 374) | HRESULT CMFMediaBuffer::HrFindInterface( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/mediaeventproxy.cpp function HRESULT (line 40) | HRESULT function HRESULT (line 80) | HRESULT function HRESULT (line 172) | HRESULT function HRESULT (line 204) | HRESULT function STDMETHODIMP (line 247) | STDMETHODIMP function __override (line 283) | __override function HRESULT (line 409) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/mediaeventproxy.h function class (line 26) | class CMediaEventProxy FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/milav.cpp function HRESULT (line 33) | HRESULT function AvDllShutdown (line 59) | void function HRESULT (line 74) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/milav.h function class (line 29) | class CMILAV function class (line 47) | class NoDllRefCount FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/playerstate.cpp function HRESULT (line 98) | HRESULT function HRESULT (line 197) | HRESULT function AreStringsEqual (line 290) | bool FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/playerstate.h function namespace (line 26) | namespace ActionState type OptionalString (line 76) | struct OptionalString type PlayerState (line 115) | struct PlayerState FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/samplequeue.cpp function HRESULT (line 105) | HRESULT function HRESULT (line 134) | HRESULT function HRESULT (line 180) | HRESULT function HRESULT (line 235) | HRESULT function HRESULT (line 434) | HRESULT function HRESULT (line 529) | HRESULT function HRESULT (line 594) | HRESULT function HRESULT (line 757) | HRESULT function HRESULT (line 868) | HRESULT function HRESULT (line 1098) | HRESULT function HRESULT (line 1193) | HRESULT function HRESULT (line 1366) | HRESULT function HRESULT (line 1511) | HRESULT function BYTE (line 1694) | BYTE FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/samplescheduler.cpp function HRESULT (line 64) | HRESULT function HRESULT (line 83) | HRESULT function HRESULT (line 156) | HRESULT function HRESULT (line 192) | HRESULT function HRESULT (line 236) | HRESULT function HRESULT (line 286) | HRESULT function HRESULT (line 332) | HRESULT function LONGLONG (line 489) | LONGLONG function HRESULT (line 588) | HRESULT function HRESULT (line 639) | HRESULT function HRESULT (line 992) | HRESULT function LONGLONG (line 1025) | LONGLONG FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/swmediabuffer.cpp function __override (line 47) | __override function __override (line 75) | __override function __override (line 136) | __override function __override (line 174) | __override function HRESULT (line 226) | HRESULT function HRESULT (line 281) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/swmediabuffer.h function class (line 26) | class CSWMFMediaBuffer : public CMFMediaBuffer FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/util.cpp function HRESULT (line 37) | HRESULT function DWORD (line 63) | DWORD function HRESULT (line 96) | HRESULT class MediaDeviceConsumer (line 137) | class MediaDeviceConsumer : public IMediaDeviceConsumer method MediaDeviceConsumer (line 143) | MediaDeviceConsumer() : m_pIDirect3DDevice9(NULL) method GetIDirect3DDevice9 (line 158) | void function GetUnderlyingDevice (line 168) | void function HRESULT (line 181) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/av/wmpstateengine.cpp function HRESULT (line 47) | HRESULT function HRESULT (line 126) | HRESULT function HRESULT (line 210) | HRESULT function HRESULT (line 265) | HRESULT function HRESULT (line 321) | HRESULT function HRESULT (line 404) | HRESULT function HRESULT (line 440) | HRESULT function HRESULT (line 562) | HRESULT function HRESULT (line 596) | HRESULT function HRESULT (line 619) | HRESULT function HRESULT (line 647) | HRESULT function HRESULT (line 670) | HRESULT function HRESULT (line 693) | HRESULT function HRESULT (line 716) | HRESULT function HRESULT (line 739) | HRESULT function HRESULT (line 762) | HRESULT function HRESULT (line 786) | HRESULT function HRESULT (line 809) | HRESULT function HRESULT (line 1072) | HRESULT function HRESULT (line 1101) | HRESULT function HRESULT (line 1128) | HRESULT function HRESULT (line 1164) | HRESULT function HRESULT (line 1212) | HRESULT function STDMETHODIMP (line 1255) | STDMETHODIMP function __override (line 1278) | __override function HRESULT (line 1386) | HRESULT function HRESULT (line 1451) | HRESULT function HRESULT (line 1659) | HRESULT function HRESULT (line 1689) | HRESULT function HRESULT (line 1816) | HRESULT function HRESULT (line 1978) | HRESULT function HRESULT (line 2049) | HRESULT function HRESULT (line 2138) | HRESULT function HRESULT (line 2240) | HRESULT function HRESULT (line 2340) | HRESULT function HRESULT (line 2395) | HRESULT function HRESULT (line 2438) | HRESULT function HRESULT (line 2492) | HRESULT function HRESULT (line 2566) | HRESULT function HRESULT (line 2613) | HRESULT function HRESULT (line 2645) | HRESULT function HRESULT (line 2734) | HRESULT function HRESULT (line 2789) | HRESULT function HRESULT (line 2830) | HRESULT function HRESULT (line 2879) | HRESULT function HRESULT (line 2911) | HRESULT function HRESULT (line 2961) | HRESULT function HRESULT (line 3000) | HRESULT function HRESULT (line 3075) | HRESULT function HRESULT (line 3137) | HRESULT function HRESULT (line 3188) | HRESULT function HRESULT (line 3233) | HRESULT function HRESULT (line 3259) | HRESULT function HRESULT (line 3291) | HRESULT function HRESULT (line 3332) | HRESULT function HRESULT (line 3383) | HRESULT function HRESULT (line 3431) | HRESULT function HRESULT (line 3497) | HRESULT function HRESULT (line 3538) | HRESULT function HRESULT (line 3618) | HRESULT function HRESULT (line 3670) | HRESULT function HRESULT (line 3721) | HRESULT function HRESULT (line 3775) | HRESULT function HRESULT (line 3871) | HRESULT function HRESULT (line 3923) | HRESULT function HRESULT (line 4049) | HRESULT function HRESULT (line 4129) | HRESULT function HRESULT (line 4159) | HRESULT function HRESULT (line 4267) | HRESULT function HRESULT (line 4303) | HRESULT function HRESULT (line 4375) | HRESULT function HRESULT (line 4417) | HRESULT function HRESULT (line 4474) | HRESULT function HRESULT (line 4503) | HRESULT function HRESULT (line 4536) | HRESULT function HRESULT (line 4580) | HRESULT function HRESULT (line 4621) | HRESULT FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/3dutils.cpp function CalcHomogeneousClipTo2D (line 29) | void CalcHomogeneousClipTo2D( function DWORD (line 110) | inline DWORD ComputeOutCode( function ClipLine4D (line 192) | bool ClipLine4D( function CalcProjectedBounds (line 681) | void function Calc2DBoundsAndIdealSamplingEstimates (line 706) | void function IsUniformNonZeroVec3 (line 820) | bool function IsFiniteVec3 (line 848) | bool function DegToRadF (line 866) | float FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/AliasedClip.h function class (line 17) | class CAliasedClip FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/AssertDllInUse.h function class (line 28) | class CAssertDllInUse FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/BaseMatrix.cpp function BOOL (line 58) | BOOL CBaseMatrix::IsIdentity() const function BOOL (line 70) | BOOL CBaseMatrix::IsTranslateOrScale() const function BOOL (line 84) | BOOL CBaseMatrix::IsPureTranslate() const function BOOL (line 99) | BOOL CBaseMatrix::IsPure2DScale() const function BOOL (line 115) | BOOL CBaseMatrix::IsPureNonNegative2DScale() const function BOOL (line 127) | BOOL CBaseMatrix::IsIsotropic() const function BOOL (line 143) | BOOL CBaseMatrix::Is2DAxisAlignedPreserving() const function BOOL (line 157) | BOOL CBaseMatrix::Is2DAxisAlignedPreservingNonNegativeScale() const function BOOL (line 172) | BOOL CBaseMatrix::Is2DAxisAlignedPreservingApproximate() const function BOOL (line 189) | BOOL CBaseMatrix::Is2DAxisAlignedPreservingOrNaN() const function BOOL (line 210) | BOOL CBaseMatrix::Is2DAffineOrNaN() const function UINT (line 259) | UINT count function VOID (line 306) | VOID function MIL_FORCEINLINE (line 368) | MIL_FORCEINLINE function const (line 450) | void CBaseMatrix::Transform2DBounds( function const (line 470) | void CBaseMatrix::Transform2DBoundsConservative( function BOOL (line 478) | BOOL CBaseMatrix::Invert( function VOID (line 508) | VOID function VOID (line 532) | VOID CBaseMatrix::Scale(REAL scaleX, REAL scaleY) function VOID (line 538) | VOID CBaseMatrix::Rotate(REAL angle) function VOID (line 543) | VOID CBaseMatrix::RotateAt2D(FLOAT angle, FLOAT x, FLOAT y) function VOID (line 548) | VOID CBaseMatrix::Translate(REAL offsetX, REAL offsetY) function VOID (line 553) | VOID CBaseMatrix::Shear2D(FLOAT xshear, FLOAT yshear) function REAL (line 652) | REAL function REAL (line 700) | REAL function VOID (line 755) | VOID function VOID (line 803) | VOID function VOID (line 857) | VOID function BOOL (line 1202) | BOOL function VOID (line 1242) | VOID CBaseMatrix::Multiply(__in_ecount(1) const CBaseMatrix& m) function VOID (line 1248) | VOID CBaseMatrix::PreMultiply(__in_ecount(1) const CBaseMatrix& m) function VOID (line 1374) | VOID WINAPI MatrixAppendRotateAt2D( function VOID (line 1395) | VOID WINAPI MatrixAppendTranslate2D( function VOID (line 1405) | VOID WINAPI MatrixPrependTranslate2D( function VOID (line 1415) | VOID WINAPI MatrixAppendRotate2D( function VOID (line 1424) | VOID WINAPI MatrixAppendScale2D( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/BufferDispenser.cpp function m_ptrBuffer (line 32) | m_ptrBuffer(IncrAlignTo(reinterpret_cast(pvBuffer), FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/BufferDispenser.h function class (line 27) | class CBufferDispenser FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/CoordinateSpace.h function namespace (line 107) | namespace CoordinateSpaceId function namespace (line 620) | namespace CoordinateSpace FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/D3DLoader.h function class (line 29) | class CD3DLoader function class (line 61) | class CD3DModuleLoader FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/Display.h type DisplaySettings (line 60) | struct DisplaySettings function class (line 73) | class DisplayId type RenderingMode (line 114) | typedef enum type GlyphBlendingParameters (line 123) | struct GlyphBlendingParameters type DisplaySettings (line 130) | struct DisplaySettings function class (line 177) | class CDisplaySet FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/Dump.cpp function MILDebugOutput (line 23) | void _cdecl MILDebugOutput(__in PCWSTR pFormat, ...) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/EnhancedContrastTable.h function class (line 37) | class EnhancedContrastTable FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/Gamma.h type GammaTable (line 36) | struct GammaTable type GammaRatios (line 53) | struct GammaRatios FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/GradientTexture.h type DynArray (line 50) | typedef DynArray CGradientStopCollection; function class (line 55) | class CGradientSpanInfo function class (line 178) | class CGradientTextureGenerator FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/InternalRT.h type CContextState (line 17) | struct CContextState type DrawGlyphsParameters (line 22) | struct DrawGlyphsParameters type BrushContext (line 26) | struct BrushContext type InternalRenderTargetType (line 32) | enum InternalRenderTargetType function STDMETHOD (line 149) | STDMETHOD(EndLayer)( function DECLARE_INTERFACE (line 193) | DECLARE_INTERFACE(IRenderTargetHWNDInternal) FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/MILDC.h function class (line 33) | class CMILDeviceContext FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/MILMatrix.cpp function BOOL (line 63) | BOOL CMILMatrix::Invert() FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/MILMatrix.h function class (line 23) | class CMILMatrix : public CBaseMatrix function SetToIdentity (line 97) | void SetToIdentity() function InferAffineMatrix (line 102) | void InferAffineMatrix( function Transform2DBoundsConservative (line 126) | void Transform2DBoundsConservative( function BOOL (line 145) | BOOL Invert( function VOID (line 159) | VOID Multiply( FILE: src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/MatrixBuilder.h type CMatrix (line 35) | typedef CMatrix