SYMBOL INDEX (4478 symbols across 496 files) FILE: Tools/WickedSick.ForumScraper/FluentNhibernateLocalSessionFactoryObject.cs class FluentNhibernateLocalSessionFactoryObject (line 13) | public class FluentNhibernateLocalSessionFactoryObject : LocalSessionFac... method PostProcessConfiguration (line 29) | protected override void PostProcessConfiguration(Configuration config) FILE: Tools/WickedSick.ForumScraper/ICreateUpdateRepository.cs type ICreateUpdateRepository (line 8) | public interface ICreateUpdateRepository method Create (line 10) | bool Create(TEntity entity); method Create (line 11) | bool Create(IEnumerable items); method Update (line 12) | bool Update(TEntity entity); FILE: Tools/WickedSick.ForumScraper/IDeleteRepository.cs type IDeleteRepository (line 8) | public interface IDeleteRepository method Delete (line 10) | bool Delete(TEntity entity); method Delete (line 11) | bool Delete(IEnumerable entities); FILE: Tools/WickedSick.ForumScraper/IReadOnlyRepository.cs type IReadOnlyRepository (line 9) | public interface IReadOnlyRepository where TEntity : class method FindBy (line 11) | TEntity FindBy(TKey id); method All (line 12) | IQueryable All(); method FindBy (line 13) | TEntity FindBy(Expression> expression); method FilterBy (line 14) | IQueryable FilterBy(Expression> expression); FILE: Tools/WickedSick.ForumScraper/IRepository.cs type IRepository (line 8) | public interface IRepository : IReadOnlyRepository FILE: Tools/WickedSick.ForumScraper/Program.cs class Program (line 14) | class Program method Main (line 26) | static void Main(string[] args) method ExtractMembers (line 31) | private static void ExtractMembers() FILE: Tools/WickedSick.ForumScraper/Repository.cs class Repository (line 11) | public class Repository : IRepository where T : class method Create (line 22) | public bool Create(T entity) method Create (line 28) | public bool Create(IEnumerable items) method Update (line 37) | public bool Update(T entity) method Delete (line 43) | public bool Delete(T entity) method Delete (line 49) | public bool Delete(IEnumerable entities) method FindBy (line 62) | public T FindBy(K id) method All (line 67) | public IQueryable All() method FindBy (line 72) | public T FindBy(Expression> expression) method FilterBy (line 77) | public IQueryable FilterBy(Expression> expression) FILE: Tools/WickedSick.ForumScraper/SLForumMember.cs class SLForumMember (line 8) | public class SLForumMember FILE: Tools/WickedSick.ForumScraper/SLForumMemberMap.cs class SLForumMemberMap (line 9) | public class SLForumMemberMap: ClassMap method SLForumMemberMap (line 11) | public SLForumMemberMap() FILE: Tools/WickedSick.ForumScraper/SLForumMemberRepository.cs class SLForumMemberRepository (line 8) | public class SLForumMemberRepository: Repository, IS... FILE: Tools/WickedSick.ForumScraper/SLForumScraper.cs class SLForumScraper (line 11) | public static class SLForumScraper method ScrapeMembers (line 13) | public static IEnumerable ScrapeMembers(string url) method parseMember (line 22) | private static SLForumMember parseMember(HtmlNode node) method GetPage (line 43) | private static HtmlDocument GetPage(string url) FILE: Tools/WickedSick.MVVM/DialogEx/DialogCompleteParameters.cs class DialogCompleteParameters (line 4) | internal class DialogCompleteParameters : IDialogCompleteParameters method DialogCompleteParameters (line 6) | public DialogCompleteParameters(bool? result, object data) FILE: Tools/WickedSick.MVVM/DialogEx/DialogControl.cs class DialogControl (line 16) | [DesignTimeVisible(false)] method DialogControl (line 29) | public DialogControl() method TryShowDialog (line 69) | private static void TryShowDialog(DependencyObject target, DependencyP... method TryShowDialog (line 78) | private void TryShowDialog() FILE: Tools/WickedSick.MVVM/DialogEx/DialogViewModel.cs class DialogViewModel (line 6) | public class DialogViewModel : DialogViewModel method DialogViewModel (line 21) | public DialogViewModel() method Changed_Execute (line 72) | private void Changed_Execute(IDialogCompleteParameters parameter) method RequestChange_Execute (line 88) | private void RequestChange_Execute(TBuilder parameter) method RequestChange_CanExecute (line 100) | private bool RequestChange_CanExecute(TBuilder parameter) class DialogViewModel (line 10) | public class DialogViewModel : DialogViewModel method DialogViewModel (line 21) | public DialogViewModel() method Changed_Execute (line 72) | private void Changed_Execute(IDialogCompleteParameters parameter) method RequestChange_Execute (line 88) | private void RequestChange_Execute(TBuilder parameter) method RequestChange_CanExecute (line 100) | private bool RequestChange_CanExecute(TBuilder parameter) class DialogViewModel (line 14) | public class DialogViewModel : ViewModelBase method DialogViewModel (line 21) | public DialogViewModel() method Changed_Execute (line 72) | private void Changed_Execute(IDialogCompleteParameters parameter) method RequestChange_Execute (line 88) | private void RequestChange_Execute(TBuilder parameter) method RequestChange_CanExecute (line 100) | private bool RequestChange_CanExecute(TBuilder parameter) FILE: Tools/WickedSick.MVVM/DialogEx/IDialogCompleteParameters.cs type IDialogCompleteParameters (line 4) | public interface IDialogCompleteParameters FILE: Tools/WickedSick.MVVM/ObservableObject.cs class ObservableObject (line 5) | public abstract class ObservableObject : INotifyPropertyChanged method OnPropertyChanged (line 9) | protected virtual void OnPropertyChanged(string propertyName) FILE: Tools/WickedSick.MVVM/RelayCommand.cs class RelayCommand (line 6) | public class RelayCommand : ICommand method RelayCommand (line 11) | public RelayCommand(Action execute) method RelayCommand (line 16) | public RelayCommand(Action execute, Func canExecute) method CanExecute (line 22) | public bool CanExecute(object parameter) method ForceCanExecuteChanged (line 29) | public void ForceCanExecuteChanged() method Execute (line 36) | public void Execute(object parameter = null) method RelayCommand (line 47) | public RelayCommand(Action execute) method RelayCommand (line 52) | public RelayCommand(Action execute, Func canExecute) method CanExecute (line 62) | public bool CanExecute(object parameter) method ForceCanExecuteChanged (line 69) | public void ForceCanExecuteChanged() method Execute (line 76) | public void Execute(object parameter) class RelayCommand (line 42) | public class RelayCommand : ICommand method RelayCommand (line 11) | public RelayCommand(Action execute) method RelayCommand (line 16) | public RelayCommand(Action execute, Func canExecute) method CanExecute (line 22) | public bool CanExecute(object parameter) method ForceCanExecuteChanged (line 29) | public void ForceCanExecuteChanged() method Execute (line 36) | public void Execute(object parameter = null) method RelayCommand (line 47) | public RelayCommand(Action execute) method RelayCommand (line 52) | public RelayCommand(Action execute, Func canExecute) method CanExecute (line 62) | public bool CanExecute(object parameter) method ForceCanExecuteChanged (line 69) | public void ForceCanExecuteChanged() method Execute (line 76) | public void Execute(object parameter) FILE: Tools/WickedSick.MVVM/TreeViewEx/TreeViewBehavior.cs class TreeViewBehavior (line 7) | public class TreeViewBehavior : Behavior method OnSelectedItemPropertyChanged (line 18) | private static void OnSelectedItemPropertyChanged(DependencyObject d, ... method OnAttached (line 27) | protected override void OnAttached() method AssociatedObject_SelectedItemChanged (line 33) | private void AssociatedObject_SelectedItemChanged(object sender, Route... method OnDetaching (line 38) | protected override void OnDetaching() FILE: Tools/WickedSick.MVVM/ViewModelBase.cs class ViewModelBase (line 4) | public abstract class ViewModelBase : ObservableObject FILE: Tools/WickedSick.Thea.VisualStudioInterop/ComMessageFilter.cs class ComMessageFilter (line 6) | public class ComMessageFilter : IOleMessageFilter method Register (line 12) | public static void Register() method Revoke (line 19) | public static void Revoke() method HandleInComingCall (line 25) | public int HandleInComingCall(int dwCallType, IntPtr hTaskCaller, int ... method RetryRejectedCall (line 30) | public int RetryRejectedCall(IntPtr hTaskCallee, int dwTickCount, int ... method MessagePending (line 40) | public int MessagePending(IntPtr hTaskCallee, int dwTickCount, int dwP... method CoRegisterMessageFilter (line 45) | [DllImport("Ole32.dll")] type IOleMessageFilter (line 49) | [ComImport(), Guid("00000016-0000-0000-C000-000000000046"), method HandleInComingCall (line 53) | [PreserveSig] method RetryRejectedCall (line 56) | [PreserveSig] method MessagePending (line 59) | [PreserveSig] FILE: Tools/WickedSick.Thea.VisualStudioInterop/ConsoleTest.cs class ConsoleTest (line 11) | public class ConsoleTest method Main (line 13) | public static void Main(string[] args) FILE: Tools/WickedSick.Thea.VisualStudioInterop/ContextNotAvailableException.cs class ContextNotAvailableException (line 6) | public class ContextNotAvailableException : Exception method ContextNotAvailableException (line 8) | public ContextNotAvailableException(COMException cex) FILE: Tools/WickedSick.Thea.VisualStudioInterop/NativeMethods.cs class NativeMethods (line 6) | internal class NativeMethods method GetRunningObjectTable (line 8) | [DllImport("ole32.dll")] method CreateBindCtx (line 11) | [DllImport("ole32.dll")] FILE: Tools/WickedSick.Thea.VisualStudioInterop/VisualStudioBroker.cs class VisualStudioBroker (line 7) | public class VisualStudioBroker method GetInstances (line 9) | public static IEnumerable GetInstances() method IsVisualStudio (line 18) | private static bool IsVisualStudio(Process p) method InstanceFromProcess (line 23) | private static VisualStudioInstance InstanceFromProcess(Process p) FILE: Tools/WickedSick.Thea.VisualStudioInterop/VisualStudioInstance.cs class VisualStudioInstance (line 10) | public class VisualStudioInstance method GetDebugger (line 14) | protected dynamic GetDebugger() method VisualStudioInstance (line 30) | public VisualStudioInstance(int processID) method Attach (line 72) | public bool Attach() method GetExpression (line 109) | public string GetExpression(string expression) method ExecuteStatement (line 141) | public void ExecuteStatement(string expression) method GetDebuggedProcesses (line 156) | public IEnumerable GetDebuggedProcesses() method HandleCOMException (line 176) | private void HandleCOMException(COMException cex) method IsContextNotAvailable (line 196) | private static bool IsContextNotAvailable(COMException cex) method IsRejectedCall (line 204) | private static bool IsRejectedCall(COMException cex) FILE: Tools/WickedSick.Thea/App.xaml.cs class App (line 8) | public partial class App : Application method Initialize (line 10) | public void Initialize() method Current_DispatcherUnhandledException (line 27) | private void Current_DispatcherUnhandledException(object sender, Syste... method CleanUp (line 37) | public void CleanUp(object dataContext) FILE: Tools/WickedSick.Thea/Controls/LayoutDisplay.xaml.cs class LayoutDisplay (line 10) | public partial class LayoutDisplay : UserControl method LayoutMetricsPropertyChanged (line 21) | private static void LayoutMetricsPropertyChanged(DependencyObject d, D... method LayoutDisplay (line 29) | public LayoutDisplay() method UserControl_SizeChanged (line 34) | private void UserControl_SizeChanged(object sender, SizeChangedEventAr... method InitBackground (line 39) | protected void InitBackground() method CreateBackgroundLine (line 55) | protected Line CreateBackgroundLine(double x1, double y1, double x2, d... method Update (line 70) | protected void Update(LayoutMetrics metrics) method Fit (line 98) | protected void Fit() FILE: Tools/WickedSick.Thea/Controls/PerformanceTicker.xaml.cs class PerformanceTicker (line 13) | public partial class PerformanceTicker : UserControl method DataPropertyChanged (line 24) | private static void DataPropertyChanged(DependencyObject d, Dependency... method PerformanceTicker (line 39) | public PerformanceTicker() method AttachData (line 55) | protected void AttachData(ObservableCollection data) method DetachData (line 61) | protected void DetachData(ObservableCollection data) method data_CollectionChanged (line 67) | private void data_CollectionChanged(object sender, System.Collections.... method AddFrameInfo (line 80) | private void AddFrameInfo(FrameInfo newfi) method ChartCanvas_SizeChanged (line 93) | private void ChartCanvas_SizeChanged(object sender, SizeChangedEventAr... method UpdateScrollBar (line 106) | protected void UpdateScrollBar() method ChartScrollBar_ValueChanged (line 114) | private void ChartScrollBar_ValueChanged(object sender, RoutedProperty... FILE: Tools/WickedSick.Thea/Controls/Pill.xaml.cs class Pill (line 6) | public partial class Pill : UserControl method Pill (line 8) | public Pill() method MetricsChanged (line 41) | protected void MetricsChanged() FILE: Tools/WickedSick.Thea/Helpers/FaydeInterop.cs class FaydeInterop (line 17) | public class FaydeInterop : IJavascriptContext method FaydeInterop (line 22) | public FaydeInterop(Browser browser) method InvalidateCache (line 38) | public void InvalidateCache() method GetVisualTree (line 49) | public IEnumerable GetVisualTree() method CreateVisualViewModel (line 61) | protected VisualViewModel CreateVisualViewModel(DebugInteropCache cache) method GetVisualIDsInHitTest (line 76) | public IEnumerable GetVisualIDsInHitTest() method AttachToVisualStudio (line 86) | public void AttachToVisualStudio(VisualStudioInstance instance) method GetDependencyProperties (line 92) | public IEnumerable GetDependencyProperties() method GetStorages (line 103) | public IEnumerable GetStorages(int id) method GetLayoutMetrics (line 115) | public LayoutMetrics GetLayoutMetrics(int id) method VerifyInterop (line 129) | protected bool VerifyInterop() method Execute (line 140) | public void Execute(string script) method Eval (line 156) | public string Eval(string expression) method EvalAgainstStackFrame (line 170) | public string EvalAgainstStackFrame(string expression) method RunFunc (line 189) | private string RunFunc(string functionName, string args = null) method RefreshIsThisOnStackFrame (line 196) | private void RefreshIsThisOnStackFrame(VisualViewModel vvm) method ParseJson (line 208) | private static T ParseJson(string json) where T : class method DeserializeList (line 224) | private static List DeserializeList(string json) method DeserializeList (line 235) | private static List DeserializeList(string json) FILE: Tools/WickedSick.Thea/Helpers/IJavascriptContext.cs type IJavascriptContext (line 4) | public interface IJavascriptContext method Execute (line 7) | void Execute(string expression); method Eval (line 8) | string Eval(string expression); FILE: Tools/WickedSick.Thea/IEnumerableEx.cs class IEnumerableEx (line 8) | public static class IEnumerableEx method MergeInto (line 10) | public static void MergeInto(this IList src, IList dest, Func... method Except (line 40) | public static IEnumerable Except(this IEnumerable first, IEnu... method Intersect (line 46) | public static IEnumerable Intersect(this IEnumerable first, I... class AnonymousComparer (line 53) | public class AnonymousComparer : IEqualityComparer method Equals (line 57) | public bool Equals(T x, T y) method GetHashCode (line 62) | public int GetHashCode(T obj) FILE: Tools/WickedSick.Thea/MainWindow.xaml.cs class MainWindow (line 6) | public partial class MainWindow : Window method MainWindow (line 8) | public MainWindow() method OnClosed (line 15) | private void OnClosed() FILE: Tools/WickedSick.Thea/Models/DebugInteropCache.cs class DebugInteropCache (line 6) | [DataContract] FILE: Tools/WickedSick.Thea/Models/DependencyPropertyCache.cs class DependencyPropertyCache (line 5) | [DataContract] FILE: Tools/WickedSick.Thea/Models/DependencyValue.cs class DependencyValue (line 5) | public class DependencyValue : ObservableObject FILE: Tools/WickedSick.Thea/Models/FrameInfo.cs class FrameInfo (line 4) | public class FrameInfo FILE: Tools/WickedSick.Thea/Models/LayoutMetrics.cs class LayoutMetrics (line 8) | public class LayoutMetrics method LayoutMetrics (line 10) | public LayoutMetrics() method FromJson (line 38) | public static LayoutMetrics FromJson(string json) method InitProps (line 46) | protected void InitProps() class JsLayoutMetrics (line 73) | internal class JsLayoutMetrics method ToClr (line 75) | public LayoutMetrics ToClr() type JsPoint (line 140) | internal struct JsPoint method ToClr (line 147) | public Point ToClr() type JsSize (line 157) | internal struct JsSize method ToClr (line 164) | public Size ToClr() type JsRect (line 174) | internal struct JsRect method ToClr (line 185) | public Rect ToClr() FILE: Tools/WickedSick.Thea/Models/PropertyStorageWrapper.cs type PropertyPrecedence (line 7) | public enum PropertyPrecedence class PropertyStorageWrapper (line 18) | public class PropertyStorageWrapper : MVVM.ObservableObject FILE: Tools/WickedSick.Thea/Models/TimelineGroup.cs class TimelineGroup (line 5) | public class TimelineGroup FILE: Tools/WickedSick.Thea/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Tools/WickedSick.Thea/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Tools/WickedSick.Thea/Resources/BoolFontWeightConverter.cs class BoolFontWeightConverter (line 7) | public class BoolFontWeightConverter : IValueConverter method Convert (line 9) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 16) | public object ConvertBack(object value, Type targetType, object parame... FILE: Tools/WickedSick.Thea/Resources/BoolSolidColorBrushConverter.cs class BoolSolidColorBrushConverter (line 8) | public class BoolSolidColorBrushConverter : IValueConverter method Convert (line 12) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 19) | public object ConvertBack(object value, Type targetType, object parame... FILE: Tools/WickedSick.Thea/Resources/BoolVisibilityConverter.cs class BoolVisibilityConverter (line 7) | public class BoolVisibilityConverter : IValueConverter method Convert (line 14) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 23) | public object ConvertBack(object value, Type targetType, object parame... FILE: Tools/WickedSick.Thea/Resources/RelativeSizeValueConverter.cs class RelativeSizeValueConverter (line 9) | class RelativeSizeValueConverter : IMultiValueConverter method Convert (line 11) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 19) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: Tools/WickedSick.Thea/ViewModels/ChooseVisualStudioViewModel.cs class ChooseVisualStudioViewModel (line 7) | public class ChooseVisualStudioViewModel : ViewModelBase method ChooseVisualStudioViewModel (line 9) | public ChooseVisualStudioViewModel() method Refresh_Execute (line 53) | private void Refresh_Execute() FILE: Tools/WickedSick.Thea/ViewModels/ExamineViewModel.cs class ExamineViewModel (line 11) | public class ExamineViewModel : ViewModelBase method CreateAndRun (line 13) | public static ExamineViewModel CreateAndRun(IJavascriptContext jsConte... method Run (line 64) | protected void Run() FILE: Tools/WickedSick.Thea/ViewModels/LoadViewModel.cs class LoadViewModel (line 12) | public class LoadViewModel : ViewModelBase, IDisposable method LoadViewModel (line 16) | public LoadViewModel() method Refresh_Execute (line 72) | private void Refresh_Execute() method Refresh_CanExecute (line 78) | private bool Refresh_CanExecute() method DoRefresh (line 83) | private void DoRefresh() method ContinueRefresh (line 98) | private void ContinueRefresh(Exception error, List browsers) method FinishRefresh (line 103) | private void FinishRefresh(List browsers) method Dispose (line 119) | public void Dispose() method OnPropertyChanged (line 129) | protected override void OnPropertyChanged(string propertyName) FILE: Tools/WickedSick.Thea/ViewModels/MainViewModel.cs class MainViewModel (line 14) | public class MainViewModel : ViewModelBase, IDisposable method MainViewModel (line 19) | public MainViewModel() method CreateLoadCommand (line 106) | private DialogViewModel CreateLoadCommand() method Load (line 122) | public void Load() method CreateExamineCommand (line 142) | private DialogViewModel CreateExamineCommand() method CreateChooseVisualStudioCommand (line 165) | private DialogViewModel CreateChooseVisua... method AttachToBrowser (line 178) | private void AttachToBrowser(Browser browser) method AttachToVisualStudio (line 192) | private void AttachToVisualStudio(VisualStudioInterop.VisualStudioInst... method StartTimer (line 209) | private void StartTimer() method _Timer_Tick (line 217) | private void _Timer_Tick(object sender, EventArgs e) method RefreshTree (line 232) | private void RefreshTree() method RefreshThisVisual (line 243) | private void RefreshThisVisual(List allVisuals) method RefreshHitTestVisuals (line 255) | private void RefreshHitTestVisuals(List allVisuals) method RefreshDPs (line 267) | private void RefreshDPs() method Dispose (line 276) | public void Dispose() method OnPropertyChanged (line 285) | protected override void OnPropertyChanged(string propertyName) method UpdateSelectedVisual (line 292) | protected void UpdateSelectedVisual() FILE: Tools/WickedSick.Thea/ViewModels/PerformanceViewModel.cs class PerformanceViewModel (line 10) | public class PerformanceViewModel : ViewModelBase method Update (line 25) | public void Update() method GetFrameInfo (line 35) | protected FrameInfo GetFrameInfo() FILE: Tools/WickedSick.Thea/ViewModels/TimelineViewModel.cs class TimelineViewModel (line 13) | public class TimelineViewModel : MVVM.ViewModelBase method TimelineViewModel (line 32) | public TimelineViewModel() method CalculateTimelineMax (line 48) | private void CalculateTimelineMax() method Items_CollectionChanged (line 58) | private void Items_CollectionChanged(object sender, System.Collections... method Update (line 63) | public void Update() method GetTimelineGroups (line 74) | protected IEnumerable GetTimelineGroups() FILE: Tools/WickedSick.Thea/ViewModels/VisualViewModel.cs class VisualViewModel (line 9) | public class VisualViewModel : ViewModelBase FILE: Tools/WickedSick.Thea/Views/ChooseVisualStudioWindow.xaml.cs class ChooseVisualStudioWindow (line 6) | public partial class ChooseVisualStudioWindow : Window method ChooseVisualStudioWindow (line 8) | public ChooseVisualStudioWindow() method ListBox_SelectionChanged (line 13) | private void ListBox_SelectionChanged(object sender, SelectionChangedE... method Cancel_Click (line 19) | private void Cancel_Click(object sender, RoutedEventArgs e) FILE: Tools/WickedSick.Thea/Views/ExamineWindow.xaml.cs class ExamineWindow (line 19) | public partial class ExamineWindow : Window method ExamineWindow (line 21) | public ExamineWindow() FILE: Tools/WickedSick.Thea/Views/LoadWindow.xaml.cs class LoadWindow (line 6) | public partial class LoadWindow : Window method LoadWindow (line 8) | public LoadWindow() method ListBox_SelectionChanged (line 13) | private void ListBox_SelectionChanged(object sender, System.Windows.Co... FILE: Tools/WickedSick.Thea/Views/PerformanceView.xaml.cs class PerformanceView (line 20) | public partial class PerformanceView : UserControl method PerformanceView (line 22) | public PerformanceView() FILE: Tools/WickedSick.Thea/Views/TimelineView.xaml.cs class TimelineView (line 5) | public partial class TimelineView : UserControl method TimelineView (line 7) | public TimelineView() FILE: Tools/WickedSick.Thea/Views/VisualTree.xaml.cs class VisualTree (line 5) | public partial class VisualTree : UserControl method VisualTree (line 7) | public VisualTree() FILE: dist/fayde.d.ts class ThemedLibrary (line 5) | class ThemedLibrary extends nullstone.Library { class ThemedLibraryResolver (line 20) | class ThemedLibraryResolver extends nullstone.LibraryResolver { type Enum (line 29) | interface Enum { type Uri (line 33) | interface Uri extends nullstone.Uri { class ResourceTypeManager (line 35) | class ResourceTypeManager extends nullstone.TypeManager { class BasicClipboard (line 47) | class BasicClipboard implements IClipboard { type IClipboard (line 56) | interface IClipboard { class NetscapeClipboard (line 63) | class NetscapeClipboard implements IClipboard { type CollectionChangedAction (line 72) | enum CollectionChangedAction { class CollectionChangedEventArgs (line 78) | class CollectionChangedEventArgs implements nullstone.IEventArgs { type INotifyCollectionChanged (line 92) | interface INotifyCollectionChanged { class PropertyChangedEventArgs (line 98) | class PropertyChangedEventArgs implements nullstone.IEventArgs { type INotifyPropertyChanged (line 102) | interface INotifyPropertyChanged { class ObservableCollection (line 108) | class ObservableCollection implements nullstone.IEnumerable, nulls... class DeepObservableCollection (line 129) | class DeepObservableCollection extends ObservableCollection { type IFilterItemFunc (line 137) | interface IFilterItemFunc { type IFilterItemIndexFunc (line 140) | interface IFilterItemIndexFunc { class FilteredCollection (line 143) | class FilteredCollection extends DeepObservableCollection { class ItemPropertyChangedEventArgs (line 157) | class ItemPropertyChangedEventArgs extends PropertyChangedEventArgs { class ReadOnlyObservableCollection (line 163) | class ReadOnlyObservableCollection implements nullstone.ICollection extends DependencyProperty { type IDataContextStorage (line 337) | interface IDataContextStorage extends IPropertyStorage { class DataContextStore (line 340) | class DataContextStore extends PropertyStore { type IDPReactionCallback (line 351) | interface IDPReactionCallback { class DONode (line 362) | class DONode extends XamlNode { class DependencyObject (line 369) | class DependencyObject extends XamlObject implements ICloneable, Provide... type IUIReactionCallback (line 395) | interface IUIReactionCallback { type IInheritedStorage (line 405) | interface IInheritedStorage extends IPropertyStorage { type IIsPropertyInheritable (line 408) | interface IIsPropertyInheritable { class InheritedStore (line 411) | class InheritedStore extends PropertyStore { type Orientation (line 424) | enum Orientation { type Visibility (line 428) | enum Visibility { type CursorType (line 432) | enum CursorType { type HorizontalAlignment (line 452) | enum HorizontalAlignment { type VerticalAlignment (line 458) | enum VerticalAlignment { type FlowDirection (line 464) | enum FlowDirection { type FontWeight (line 468) | enum FontWeight { type TextAlignment (line 480) | enum TextAlignment { type TextDecorations (line 486) | enum TextDecorations { type LineStackingStrategy (line 490) | enum LineStackingStrategy { class InheritableOwner (line 515) | class InheritableOwner { class UINode (line 530) | class UINode extends DONode { class UIElement (line 559) | class UIElement extends DependencyObject implements Providers.IIsPropert... class ResourcesStore (line 647) | class ResourcesStore extends PropertyStore { class ActualSizeStore (line 658) | class ActualSizeStore extends PropertyStore { class FENode (line 669) | class FENode extends UINode implements Providers.IStyleHolder, Providers... class FrameworkElement (line 690) | class FrameworkElement extends UIElement implements IResourcable, Provid... type IContentAnnotation (line 739) | interface IContentAnnotation { type ITextContentAnnotation (line 744) | interface ITextContentAnnotation { class Border (line 751) | class Border extends FrameworkElement { type IIsEnabledStorage (line 769) | interface IIsEnabledStorage extends IPropertyStorage { class IsEnabledStore (line 772) | class IsEnabledStore extends PropertyStore { type KeyboardNavigationMode (line 784) | enum KeyboardNavigationMode { type ModifierKeys (line 792) | enum ModifierKeys { type IModifiersOn (line 800) | interface IModifiersOn { class Keyboard (line 805) | class Keyboard { type IIsEnabledListener (line 814) | interface IIsEnabledListener { class ControlNode (line 818) | class ControlNode extends FENode { class Control (line 836) | class Control extends FrameworkElement implements Providers.IIsPropertyI... type ITemplateVisualStateDefinition (line 892) | interface ITemplateVisualStateDefinition { type ITemplatePartDefinition (line 897) | interface ITemplatePartDefinition { class ContentControlNode (line 904) | class ContentControlNode extends ControlNode { class ContentControl (line 913) | class ContentControl extends Control { type TextWrapping (line 933) | enum TextWrapping { type ScrollBarVisibility (line 938) | enum ScrollBarVisibility { type TextTrimming (line 944) | enum TextTrimming { type ClickMode (line 949) | enum ClickMode { type PlacementMode (line 954) | enum PlacementMode { type SelectionMode (line 961) | enum SelectionMode { type MediaElementState (line 966) | enum MediaElementState { type SelectionOnFocus (line 974) | enum SelectionOnFocus { class ButtonBase (line 984) | class ButtonBase extends ContentControl { class Button (line 1028) | class Button extends Primitives.ButtonBase { class XamlObjectCollection (line 1035) | class XamlObjectCollection extends XamlObject impl... class PanelNode (line 1063) | class PanelNode extends FENode { class Panel (line 1070) | class Panel extends FrameworkElement { class Canvas (line 1085) | class Canvas extends Panel { class ToggleButton (line 1096) | class ToggleButton extends ButtonBase { class CheckBox (line 1114) | class CheckBox extends Primitives.ToggleButton { class ColumnDefinition (line 1119) | class ColumnDefinition extends DependencyObject implements minerva.contr... class ColumnDefinitionCollection (line 1130) | class ColumnDefinitionCollection extends XamlObjectCollection { class ItemCollection (line 1835) | class ItemCollection extends XamlObjectCollection implements IItemC... class ItemsPanelTemplate (line 1862) | class ItemsPanelTemplate extends Markup.FrameworkTemplate { class ItemsPresenterNode (line 1867) | class ItemsPresenterNode extends FENode { class ItemsPresenter (line 1874) | class ItemsPresenter extends FrameworkElement { class ListBox (line 1886) | class ListBox extends Primitives.Selector { class MediaElement (line 1912) | class MediaElement extends FrameworkElement { class RoutedEventArgs (line 1934) | class RoutedEventArgs implements nullstone.IEventArgs { type Key (line 1941) | enum Key { class KeyboardEventArgs (line 2027) | class KeyboardEventArgs extends RoutedEventArgs { class KeyEventArgs (line 2029) | class KeyEventArgs extends KeyboardEventArgs { class TextBoxBase (line 2038) | class TextBoxBase extends Control { class PasswordBox (line 2093) | class PasswordBox extends TextBoxBase { class ProgressBar (line 2103) | class ProgressBar extends Primitives.RangeBase { class RadioButton (line 2120) | class RadioButton extends Primitives.ToggleButton { class _RichTextBoxView (line 2131) | class _RichTextBoxView { class RichTextBox (line 2133) | class RichTextBox extends Control { class RowDefinition (line 2140) | class RowDefinition extends DependencyObject implements minerva.controls... class RowDefinitionCollection (line 2151) | class RowDefinitionCollection extends XamlObjectCollection { class Slider (line 2157) | class Slider extends Primitives.RangeBase { class StackPanel (line 2194) | class StackPanel extends Panel { class TextBlockNode (line 2202) | class TextBlockNode extends FENode { class TextBlock (line 2215) | class TextBlock extends FrameworkElement { class TextBox (line 2254) | class TextBox extends TextBoxBase { class ToolTip (line 2283) | class ToolTip extends ContentControl { class Point (line 2317) | class Point extends minerva.Point { class ToolTipService (line 2322) | class ToolTipService { type VirtualizationMode (line 2336) | enum VirtualizationMode { class VirtualizingPanel (line 2340) | class VirtualizingPanel extends Panel { class VirtualizingStackPanel (line 2354) | class VirtualizingStackPanel extends VirtualizingPanel implements Primit... type ICloneable (line 2387) | interface ICloneable { class DataTemplate (line 2394) | class DataTemplate extends Markup.FrameworkTemplate { type IDependencyPropertyChangedEventArgs (line 2399) | interface IDependencyPropertyChangedEventArgs { class DependencyPropertyChangedEventArgs (line 2404) | class DependencyPropertyChangedEventArgs implements nullstone.IEventArgs... class HierarchicalDataTemplate (line 2410) | class HierarchicalDataTemplate extends DataTemplate { class LayoutInformation (line 2420) | class LayoutInformation { class NameScope (line 2426) | class NameScope { type IResourcable (line 2437) | interface IResourcable { class ResourceDictionaryCollection (line 2440) | class ResourceDictionaryCollection extends XamlObjectCollection extends nullstone.Event { class RoutedPropertyChangedEvent (line 2470) | class RoutedPropertyChangedEvent extends RoutedEvent extends RoutedEventArgs { class RoutedPropertyChangingEvent (line 2479) | class RoutedPropertyChangingEvent extends RoutedEvent extends RoutedEventArgs { class SetterCollection (line 2494) | class SetterCollection extends XamlObjectCollection { class Setter (line 2501) | class Setter extends DependencyObject { class SizeChangedEventArgs (line 2514) | class SizeChangedEventArgs extends RoutedEventArgs { class Style (line 2521) | class Style extends DependencyObject { class TemplateBinding (line 2535) | class TemplateBinding implements nullstone.markup.IMarkupExtension { class TriggerAction (line 2542) | class TriggerAction extends DependencyObject { class TriggerActionCollection (line 2545) | class TriggerActionCollection extends XamlObjectCollection { class TriggerBase (line 2548) | class TriggerBase extends DependencyObject { class EventTrigger (line 2552) | class EventTrigger extends TriggerBase { class TriggerCollection (line 2564) | class TriggerCollection extends XamlObjectCollection { class VisualTreeEnum (line 2574) | class VisualTreeEnum { class VisualTreeHelper (line 2579) | class VisualTreeHelper { type VisualTreeDirection (line 2596) | enum VisualTreeDirection { type IWalker (line 2602) | interface IWalker { type IStyleWalker (line 2605) | interface IStyleWalker extends IWalker { type IDeepTreeWalker (line 2608) | interface IDeepTreeWalker extends IWalker { type ITabNavigationWalker (line 2612) | interface ITabNavigationWalker { class TabNavigationWalker (line 2618) | class TabNavigationWalker implements ITabNavigationWalker { class Binding (line 2630) | class Binding implements nullstone.markup.IMarkupExtension, ICloneable { class CollectionViewSource (line 2659) | class CollectionViewSource extends DependencyObject { class DataErrorsChangedEventArgs (line 2667) | class DataErrorsChangedEventArgs implements nullstone.IEventArgs { type RelativeSourceMode (line 2673) | enum RelativeSourceMode { type BindingMode (line 2679) | enum BindingMode { type UpdateSourceTrigger (line 2685) | enum UpdateSourceTrigger { type IBindingData (line 2692) | interface IBindingData { type ICollectionView (line 2713) | interface ICollectionView extends nullstone.IEnumerable { type IDataErrorInfo (line 2721) | interface IDataErrorInfo { type INotifyDataErrorInfo (line 2728) | interface INotifyDataErrorInfo { type IValueConverter (line 2736) | interface IValueConverter { class RelativeSource (line 2743) | class RelativeSource implements nullstone.markup.IMarkupExtension, IClon... type ITextReactionCallback (line 2757) | interface ITextReactionCallback { class TextElementNode (line 2763) | class TextElementNode extends DONode { class TextElement (line 2769) | class TextElement extends DependencyObject implements Providers.IIsPrope... class Block (line 2795) | class Block extends TextElement { class BlockCollection (line 2799) | class BlockCollection extends XamlObjectCollection { class Inline (line 2805) | class Inline extends TextElement { class InlineCollection (line 2814) | class InlineCollection extends XamlObjectCollection { class LineBreak (line 2820) | class LineBreak extends Inline { class Paragraph (line 2824) | class Paragraph extends Block { class Run (line 2833) | class Run extends Inline implements Providers.IIsPropertyInheritable { class Section (line 2843) | class Section extends TextElement { class Span (line 2852) | class Span extends Inline { class Underline (line 2862) | class Underline extends Span { type ITimeline (line 2865) | interface ITimeline { class Application (line 2869) | class Application extends DependencyObject implements IResourcable, ITim... type ITimerListener (line 2907) | interface ITimerListener { class ClockTimer (line 2910) | class ClockTimer { class Exception (line 2919) | class Exception { class ArgumentException (line 2924) | class ArgumentException extends Exception { class ArgumentNullException (line 2927) | class ArgumentNullException extends Exception { class InvalidOperationException (line 2930) | class InvalidOperationException extends Exception { class XamlParseException (line 2933) | class XamlParseException extends Exception { class XamlMarkupParseException (line 2937) | class XamlMarkupParseException extends Exception { class NotSupportedException (line 2940) | class NotSupportedException extends Exception { class IndexOutOfRangeException (line 2943) | class IndexOutOfRangeException extends Exception { class ArgumentOutOfRangeException (line 2946) | class ArgumentOutOfRangeException extends Exception { class AttachException (line 2949) | class AttachException extends Exception { class InvalidJsonException (line 2953) | class InvalidJsonException extends Exception { class TargetInvocationException (line 2958) | class TargetInvocationException extends Exception { class UnknownTypeException (line 2962) | class UnknownTypeException extends Exception { class FormatException (line 2966) | class FormatException extends Exception { class FocusManager (line 2970) | class FocusManager { type IInputState (line 2987) | interface IInputState { class InputManager (line 2991) | class InputManager { class Inspection (line 3028) | class Inspection { class Surface (line 3035) | class Surface extends minerva.engine.Surface { class Theme (line 3064) | class Theme { type IThemeManager (line 3085) | interface IThemeManager { class Expression (line 3093) | class Expression { class BindingExpressionBase (line 3104) | class BindingExpressionBase extends Expression implements IPropertyPathW... class BindingExpression (line 3147) | class BindingExpression extends BindingExpressionBase { class DeferredValueExpression (line 3152) | class DeferredValueExpression extends Expression { type IEventBindingArgs (line 3158) | interface IEventBindingArgs { class EventBindingExpression (line 3163) | class EventBindingExpression extends Expression { class TemplateBindingExpression (line 3183) | class TemplateBindingExpression extends Expression { type ICommand (line 3201) | interface ICommand { type IKeyInterop (line 3214) | interface IKeyInterop { class KeyboardNavigation (line 3220) | class KeyboardNavigation { class MouseEventArgs (line 3242) | class MouseEventArgs extends RoutedEventArgs { class MouseButtonEventArgs (line 3247) | class MouseButtonEventArgs extends MouseEventArgs { class MouseWheelEventArgs (line 3250) | class MouseWheelEventArgs extends MouseEventArgs { type MouseInputType (line 3256) | enum MouseInputType { type IMouseInterop (line 3265) | interface IMouseInterop { class TouchEventArgs (line 3274) | class TouchEventArgs extends RoutedEventArgs { type Touch (line 3280) | interface Touch { type TouchList (line 3286) | interface TouchList { type TouchEvent (line 3289) | interface TouchEvent extends UIEvent { type ITouchDevice (line 3293) | interface ITouchDevice { type TouchInputType (line 3300) | enum TouchInputType { type ITouchInterop (line 3308) | interface ITouchInterop { class TouchPoint (line 3314) | class TouchPoint { class VirtualKeyboard (line 3321) | class VirtualKeyboard { class TimeSpan (line 3326) | class TimeSpan { type DayOfWeek (line 3368) | enum DayOfWeek { type DateTimeKind (line 3377) | enum DateTimeKind { class DateTime (line 3382) | class DateTime { class Calendar (line 3431) | class Calendar { type CalendarWeekRule (line 3442) | enum CalendarWeekRule { class DateTimeFormatInfo (line 3447) | class DateTimeFormatInfo { type IFormattable (line 3488) | interface IFormattable { class NumberFormatInfo (line 3496) | class NumberFormatInfo { type IValidationFunc (line 3538) | interface IValidationFunc { type IAutoApplier (line 3541) | interface IAutoApplier { class ObservableObject (line 3551) | class ObservableObject implements INotifyPropertyChanged { class ViewModelBase (line 3557) | class ViewModelBase extends ObservableObject { type IDialogViewModelSettings (line 3561) | interface IDialogViewModelSettings { class DialogViewModel (line 3567) | class DialogViewModel extends ViewModelBase { type IEntity (line 3583) | interface IEntity extends INotifyPropertyChanged, Data.INotifyDataErrorI... class Entity (line 3589) | class Entity implements IEntity { type IOverlayCompleteParameters (line 3603) | interface IOverlayCompleteParameters { class Route (line 3609) | class Route { type IRedirector (line 3621) | interface IRedirector { type IViewModelProvider (line 3624) | interface IViewModelProvider { class RelayCommand (line 3630) | class RelayCommand implements Input.ICommand { type IEventFilter (line 3639) | interface IEventFilter { class EventBinding (line 3643) | class EventBinding implements nullstone.markup.IMarkupExtension { class StaticResource (line 3666) | class StaticResource implements nullstone.markup.IMarkupExtension { class Brush (line 3676) | class Brush extends DependencyObject implements minerva.IBrush { class Geometry (line 3690) | class Geometry extends DependencyObject implements minerva.IGeometry { class GeometryCollection (line 3703) | class GeometryCollection extends XamlObjectCollection { class EllipseGeometry (line 3709) | class EllipseGeometry extends Geometry { class GeneralTransform (line 3720) | class GeneralTransform extends DependencyObject { class InternalTransform (line 3726) | class InternalTransform extends GeneralTransform implements minerva.ITra... type ShapeFlags (line 3738) | enum ShapeFlags { type PenLineCap (line 3745) | enum PenLineCap { type PenLineJoin (line 3751) | enum PenLineJoin { type FillRule (line 3756) | enum FillRule { type SweepDirection (line 3760) | enum SweepDirection { class GeometryGroup (line 3766) | class GeometryGroup extends Geometry { class Color (line 3776) | class Color implements ICloneable { class GradientBrush (line 3938) | class GradientBrush extends Brush { type IGradientStop (line 3954) | interface IGradientStop { class GradientStop (line 3958) | class GradientStop extends DependencyObject implements IGradientStop { class GradientStopCollection (line 3965) | class GradientStopCollection extends XamlObjectCollection { class LineGeometry (line 3972) | class LineGeometry extends Geometry { class LinearGradientBrush (line 3981) | class LinearGradientBrush extends GradientBrush { class Matrix (line 3995) | class Matrix { type IMatrix3DChangedListener (line 4012) | interface IMatrix3DChangedListener { class Matrix3D (line 4016) | class Matrix3D { class Projection (line 4043) | class Projection extends DependencyObject implements minerva.IProjection { class Matrix3DProjection (line 4057) | class Matrix3DProjection extends Projection { class PathFigure (line 4068) | class PathFigure extends DependencyObject { class PathFigureCollection (line 4086) | class PathFigureCollection extends XamlObjectCollection { class PathGeometry (line 4092) | class PathGeometry extends Geometry implements minerva.shapes.path.IPath... class PathSegment (line 4106) | class PathSegment extends DependencyObject { class PathSegmentCollection (line 4109) | class PathSegmentCollection extends XamlObjectCollection { class ArcSegment (line 4119) | class ArcSegment extends PathSegment { class BezierSegment (line 4132) | class BezierSegment extends PathSegment { class LineSegment (line 4141) | class LineSegment extends PathSegment { class PolyBezierSegment (line 4146) | class PolyBezierSegment extends PathSegment { class PolyLineSegment (line 4152) | class PolyLineSegment extends PathSegment { class PolyQuadraticBezierSegment (line 4158) | class PolyQuadraticBezierSegment extends PathSegment { class QuadraticBezierSegment (line 4164) | class QuadraticBezierSegment extends PathSegment { class PlaneProjection (line 4173) | class PlaneProjection extends Projection { class RadialGradientBrush (line 4203) | class RadialGradientBrush extends GradientBrush { class RectangleGeometry (line 4221) | class RectangleGeometry extends Geometry { class SolidColorBrush (line 4232) | class SolidColorBrush extends Brush { class TextOptions (line 4243) | class TextOptions { class TileBrush (line 4250) | class TileBrush extends Brush { class Transform (line 4263) | class Transform extends GeneralTransform implements minerva.ITransform { class MatrixTransform (line 4276) | class MatrixTransform extends Transform { class RotateTransform (line 4284) | class RotateTransform extends Transform { class ScaleTransform (line 4293) | class ScaleTransform extends Transform { class SkewTransform (line 4304) | class SkewTransform extends Transform { class TranslateTransform (line 4315) | class TranslateTransform extends Transform { class TransformCollection (line 4322) | class TransformCollection extends XamlObjectCollection { class TransformGroup (line 4326) | class TransformGroup extends Transform { class NavigationService (line 4337) | class NavigationService { class RedirectRoute (line 4348) | class RedirectRoute extends Route { class RouteMapper (line 4355) | class RouteMapper extends DependencyObject { class RouteMapping (line 4365) | class RouteMapping extends DependencyObject { class UriMapper (line 4374) | class UriMapper extends DependencyObject { class UriMapping (line 4382) | class UriMapping extends DependencyObject { class CornerRadius (line 4390) | class CornerRadius extends minerva.CornerRadius implements ICloneable { type DurationType (line 4393) | enum DurationType { class Duration (line 4398) | class Duration implements ICloneable { class FontFamily (line 4412) | class FontFamily implements ICloneable { class KeyTime (line 4418) | class KeyTime implements ICloneable { class Length (line 4434) | class Length { class Rect (line 4436) | class Rect extends minerva.Rect { class Size (line 4439) | class Size extends minerva.Size { class Thickness (line 4442) | class Thickness extends minerva.Thickness { class BError (line 4449) | class BError { type ITimelineEvent (line 4498) | interface ITimelineEvent { type ITimelineGroup (line 4503) | interface ITimelineGroup { class TimelineProfile (line 4509) | class TimelineProfile { type ITextOwner (line 4525) | interface ITextOwner { type EmitChangedType (line 4530) | enum EmitChangedType { class Proxy (line 4535) | class Proxy implements ITextOwner { class DoubleCollection (line 4573) | class DoubleCollection extends XamlObjectCollection { class Shape (line 4578) | class Shape extends FrameworkElement { class Ellipse (line 4607) | class Ellipse extends Shape { class Line (line 4614) | class Line extends Shape { class Path (line 4628) | class Path extends Shape { class PointCollection (line 4636) | class PointCollection implements nullstone.ICollection { class Polygon (line 4656) | class Polygon extends Shape { class Polyline (line 4668) | class Polyline extends Shape { class Rectangle (line 4680) | class Rectangle extends Shape { class ValidationError (line 4702) | class ValidationError { type ValidationErrorEventAction (line 4711) | enum ValidationErrorEventAction { class ValidationErrorEventArgs (line 4717) | class ValidationErrorEventArgs extends RoutedEventArgs { type ICursorAdvancer (line 4724) | interface ICursorAdvancer { class TextBoxCursorAdvancer (line 4736) | class TextBoxCursorAdvancer implements ICursorAdvancer { class PasswordBoxCursorAdvancer (line 4750) | class PasswordBoxCursorAdvancer implements ICursorAdvancer { type IItemContainersOwner (line 4766) | interface IItemContainersOwner { type IItemContainersManager (line 4772) | interface IItemContainersManager { class ItemContainersManager (line 4784) | class ItemContainersManager implements IItemContainersManager { type IContainerGenerator (line 4801) | interface IContainerGenerator { type IContainerEnumerator (line 4809) | interface IContainerEnumerator extends nullstone.IEnumerator { type IRange (line 4815) | interface IRange { type IRangeCoercer (line 4823) | interface IRangeCoercer { class RangeCoercer (line 4828) | class RangeCoercer implements IRangeCoercer { class TextBoxContentProxy (line 4851) | class TextBoxContentProxy { class TextBoxViewNode (line 4860) | class TextBoxViewNode extends FENode { class TextBoxView (line 4863) | class TextBoxView extends FrameworkElement { class VirtualizingPanelContainerOwner (line 4883) | class VirtualizingPanelContainerOwner implements minerva.IVirtualizingCo... class DragCompletedEventArgs (line 4892) | class DragCompletedEventArgs extends RoutedEventArgs { class DragDeltaEventArgs (line 4898) | class DragDeltaEventArgs extends RoutedEventArgs { class DragStartedEventArgs (line 4903) | class DragStartedEventArgs extends RoutedEventArgs { class OverlayNode (line 4911) | class OverlayNode extends FENode { class Overlay (line 4923) | class Overlay extends FrameworkElement { class OverlayClosedEventArgs (line 4960) | class OverlayClosedEventArgs implements nullstone.IEventArgs { class ScrollData (line 4967) | class ScrollData implements minerva.IScrollData { type ScrollEventType (line 4985) | enum ScrollEventType { class ScrollEventArgs (line 4996) | class ScrollEventArgs extends RoutedEventArgs { class SelectionChangedEventArgs (line 5003) | class SelectionChangedEventArgs extends RoutedEventArgs { class SelectorSelection (line 5010) | class SelectorSelection { type StyleIndex (line 5038) | enum StyleIndex { type StyleMask (line 5044) | enum StyleMask { type IImplicitStyleHolder (line 5051) | interface IImplicitStyleHolder { class ImplicitStyleBroker (line 5055) | class ImplicitStyleBroker { type IStyleHolder (line 5063) | interface IStyleHolder { class LocalStyleBroker (line 5066) | class LocalStyleBroker { type IOutValue (line 5074) | interface IOutValue { class PropertyPath (line 5077) | class PropertyPath implements ICloneable { type IPropertyPathParserData (line 5094) | interface IPropertyPathParserData { type PropertyNodeType (line 5099) | enum PropertyNodeType { class PropertyPathParser (line 5105) | class PropertyPathParser { type IPropertyPathWalkerListener (line 5112) | interface IPropertyPathWalkerListener { type IPropertyPathNode (line 5116) | interface IPropertyPathNode { type ICollectionViewNode (line 5127) | interface ICollectionViewNode extends IPropertyPathNode { type IPropertyPathNodeListener (line 5130) | interface IPropertyPathNodeListener { class PropertyPathWalker (line 5134) | class PropertyPathWalker implements IPropertyPathNodeListener { type ITouchHandler (line 5155) | interface ITouchHandler { class ActiveTouchBase (line 5158) | class ActiveTouchBase { type IOffset (line 5182) | interface IOffset { class TouchInteropBase (line 5186) | class TouchInteropBase implements Fayde.Input.ITouchInterop, ITouchHandl... class NonPointerTouchInterop (line 5197) | class NonPointerTouchInterop extends TouchInteropBase { class PointerTouchInterop (line 5209) | class PointerTouchInterop extends TouchInteropBase { type IActiveObject (line 5221) | interface IActiveObject { type IObjectActor (line 5236) | interface IObjectActor { type IPropertyActor (line 5243) | interface IPropertyActor { type IResourcesActor (line 5256) | interface IResourcesActor { type EasingMode (line 5264) | enum EasingMode { type FillBehavior (line 5269) | enum FillBehavior { class RepeatBehavior (line 5275) | class RepeatBehavior { type IClockData (line 5290) | interface IClockData { class Timeline (line 5295) | class Timeline extends DependencyObject implements ITimeline { class TimelineCollection (line 5335) | class TimelineCollection extends XamlObjectCollection { class AnimationBase (line 5339) | class AnimationBase extends Timeline { type IAnimationStorage (line 5353) | interface IAnimationStorage { class AnimationStore (line 5362) | class AnimationStore { class AnimationUsingKeyFrames (line 5371) | class AnimationUsingKeyFrames extends AnimationBase { class BeginStoryboard (line 5383) | class BeginStoryboard extends TriggerAction { class ColorAnimation (line 5390) | class ColorAnimation extends AnimationBase { class ColorAnimationUsingKeyFrames (line 5414) | class ColorAnimationUsingKeyFrames extends AnimationUsingKeyFrames { type IOutValue (line 5420) | interface IOutValue { type IKeyFrameListener (line 5423) | interface IKeyFrameListener { type IKeyFrame (line 5426) | interface IKeyFrame { class KeyFrame (line 5432) | class KeyFrame extends DependencyObject implements IKeyFrame { class KeyFrameCollection (line 5448) | class KeyFrameCollection extends XamlObjectCollection { class ColorKeyFrame (line 5460) | class ColorKeyFrame extends KeyFrame { class DiscreteColorKeyFrame (line 5464) | class DiscreteColorKeyFrame extends ColorKeyFrame { class EasingColorKeyFrame (line 5467) | class EasingColorKeyFrame extends ColorKeyFrame { class LinearColorKeyFrame (line 5472) | class LinearColorKeyFrame extends ColorKeyFrame { class SplineColorKeyFrame (line 5475) | class SplineColorKeyFrame extends ColorKeyFrame { type ICurvePoint (line 5482) | interface ICurvePoint { type IQuadraticCurve (line 5486) | interface IQuadraticCurve { type ICubicCurve (line 5491) | interface ICubicCurve { type ISubdiviedCubicCurve (line 5497) | interface ISubdiviedCubicCurve { class Curves (line 5501) | class Curves { class DoubleAnimation (line 5513) | class DoubleAnimation extends AnimationBase { class DoubleAnimationUsingKeyFrames (line 5537) | class DoubleAnimationUsingKeyFrames extends AnimationUsingKeyFrames { class DoubleKeyFrame (line 5543) | class DoubleKeyFrame extends KeyFrame { class DiscreteDoubleKeyFrame (line 5547) | class DiscreteDoubleKeyFrame extends DoubleKeyFrame { class EasingDoubleKeyFrame (line 5550) | class EasingDoubleKeyFrame extends DoubleKeyFrame { class LinearDoubleKeyFrame (line 5555) | class LinearDoubleKeyFrame extends DoubleKeyFrame { class SplineDoubleKeyFrame (line 5558) | class SplineDoubleKeyFrame extends DoubleKeyFrame { type IEasingFunction (line 5565) | interface IEasingFunction { class EasingFunctionBase (line 5568) | class EasingFunctionBase extends DependencyObject implements IEasingFunc... class BackEase (line 5576) | class BackEase extends EasingFunctionBase { class BounceEase (line 5581) | class BounceEase extends EasingFunctionBase { class CircleEase (line 5588) | class CircleEase extends EasingFunctionBase { class CubicEase (line 5591) | class CubicEase extends EasingFunctionBase { class ElasticEase (line 5594) | class ElasticEase extends EasingFunctionBase { class ExponentialEase (line 5601) | class ExponentialEase extends EasingFunctionBase { class PowerEase (line 5606) | class PowerEase extends EasingFunctionBase { class QuadraticEase (line 5611) | class QuadraticEase extends EasingFunctionBase { class QuarticEase (line 5614) | class QuarticEase extends EasingFunctionBase { class QuinticEase (line 5617) | class QuinticEase extends EasingFunctionBase { class SineEase (line 5620) | class SineEase extends EasingFunctionBase { class KeySpline (line 5625) | class KeySpline extends DependencyObject { class ObjectAnimationUsingKeyFrames (line 5639) | class ObjectAnimationUsingKeyFrames extends AnimationUsingKeyFrames { class ObjectKeyFrame (line 5644) | class ObjectKeyFrame extends KeyFrame { class DiscreteObjectKeyFrame (line 5649) | class DiscreteObjectKeyFrame extends ObjectKeyFrame { class PointAnimation (line 5654) | class PointAnimation extends AnimationBase { class PointAnimationUsingKeyFrames (line 5678) | class PointAnimationUsingKeyFrames extends AnimationUsingKeyFrames { class PointKeyFrame (line 5684) | class PointKeyFrame extends KeyFrame { class DiscretePointKeyFrame (line 5688) | class DiscretePointKeyFrame extends PointKeyFrame { class EasingPointKeyFrame (line 5691) | class EasingPointKeyFrame extends PointKeyFrame { class LinearPointKeyFrame (line 5696) | class LinearPointKeyFrame extends PointKeyFrame { class SplinePointKeyFrame (line 5699) | class SplinePointKeyFrame extends PointKeyFrame { type IStoryboadResolution (line 5706) | interface IStoryboadResolution { class Storyboard (line 5710) | class Storyboard extends Timeline { class Effect (line 5733) | class Effect extends DependencyObject implements minerva.IEffect { class BlurEffect (line 5742) | class BlurEffect extends Effect { class DropShadowEffect (line 5748) | class DropShadowEffect extends Effect { class ImageSource (line 5766) | class ImageSource extends DependencyObject implements minerva.controls.i... type IBitmapSourceWatcher (line 5784) | interface IBitmapSourceWatcher { class BitmapSource (line 5789) | class BitmapSource extends ImageSource { class BitmapImage (line 5801) | class BitmapImage extends BitmapSource { class ImageBrush (line 5815) | class ImageBrush extends TileBrush { type IInterpolator (line 5835) | interface IInterpolator { type ICoordinates (line 5847) | interface ICoordinates { type IExtender (line 5854) | interface IExtender { type IRadialPointData (line 5864) | interface IRadialPointData { class VisualState (line 5878) | class VisualState extends DependencyObject { class VisualStateCollection (line 5882) | class VisualStateCollection extends XamlObjectCollection { class VisualStateChangedEventArgs (line 5886) | class VisualStateChangedEventArgs implements nullstone.IEventArgs { class VisualStateGroup (line 5892) | class VisualStateGroup extends DependencyObject { class VisualStateGroupCollection (line 5911) | class VisualStateGroupCollection extends XamlObjectCollection Flatten(FENode node) FILE: litmus/LitmusTests/MainViewModel.cs class MainViewModel (line 15) | public class MainViewModel : INotifyPropertyChanged FILE: litmus/LitmusTests/ScrollTestOverride.cs class ScrollTestOverride (line 15) | public class ScrollTestOverride : Control method ScrollTestOverride (line 17) | public ScrollTestOverride() method OnApplyTemplate (line 22) | public override void OnApplyTemplate() FILE: litmus/LitmusTests/Tests/ArcSegmentTest.xaml.cs class ArcSegmentTest (line 15) | public partial class ArcSegmentTest : UserControl method ArcSegmentTest (line 17) | public ArcSegmentTest() FILE: litmus/LitmusTests/Tests/ArcViewModel.cs class ArcViewModel (line 7) | public class ArcViewModel : INotifyPropertyChanged method OnPropertyChanged (line 121) | protected void OnPropertyChanged(string propertyName) FILE: litmus/LitmusTests/Tests/BorderTest.xaml.cs class BorderTest (line 15) | public partial class BorderTest : UserControl method BorderTest (line 17) | public BorderTest() FILE: litmus/LitmusTests/Tests/BrushTest.xaml.cs class BrushTest (line 15) | public partial class BrushTest : UserControl method BrushTest (line 17) | public BrushTest() FILE: litmus/LitmusTests/Tests/ContentControlTest.xaml.cs class ContentControlTest (line 15) | public partial class ContentControlTest : UserControl method ContentControlTest (line 17) | public ContentControlTest() FILE: litmus/LitmusTests/Tests/ContentPresenterTest.xaml.cs class ContentPresenterTest (line 15) | public partial class ContentPresenterTest : UserControl method ContentPresenterTest (line 17) | public ContentPresenterTest() FILE: litmus/LitmusTests/Tests/DoubleListBox.xaml.cs class DoubleListBox (line 8) | public partial class DoubleListBox : UserControl method DoubleListBox (line 12) | public DoubleListBox() method Add_Click (line 23) | private void Add_Click(object sender, RoutedEventArgs e) method Remove_Click (line 31) | private void Remove_Click(object sender, RoutedEventArgs e) class TestClass (line 41) | public class TestClass FILE: litmus/LitmusTests/Tests/GridSplitterTest.xaml.cs class GridSplitterTest (line 15) | public partial class GridSplitterTest : UserControl method GridSplitterTest (line 17) | public GridSplitterTest() FILE: litmus/LitmusTests/Tests/ImageBrushTest.xaml.cs class ImageBrushTest (line 15) | public partial class ImageBrushTest : UserControl method ImageBrushTest (line 17) | public ImageBrushTest() FILE: litmus/LitmusTests/Tests/ImageTest.xaml.cs class ImageTest (line 15) | public partial class ImageTest : UserControl method ImageTest (line 17) | public ImageTest() FILE: litmus/LitmusTests/Tests/ItemsControl.xaml.cs class ItemsControl (line 15) | public partial class ItemsControl : UserControl method ItemsControl (line 17) | public ItemsControl() FILE: litmus/LitmusTests/Tests/Layout.xaml.cs class Layout (line 15) | public partial class Layout : UserControl method Layout (line 17) | public Layout() FILE: litmus/LitmusTests/Tests/ListBoxSelectionTest.xaml.cs class ListBoxSelectionTest (line 15) | public partial class ListBoxSelectionTest : UserControl method ListBoxSelectionTest (line 17) | public ListBoxSelectionTest() FILE: litmus/LitmusTests/Tests/ListBoxTest.xaml.cs class ListBoxTest (line 16) | public partial class ListBoxTest : UserControl method ListBoxTest (line 18) | public ListBoxTest() method ListBoxTest_LayoutUpdated (line 24) | private void ListBoxTest_LayoutUpdated(object sender, EventArgs e) method Walk (line 30) | private void Walk(DependencyObject cur, int tabLevel = 1) FILE: litmus/LitmusTests/Tests/MapTest.xaml.cs class MapTest (line 15) | public partial class MapTest : UserControl method MapTest (line 17) | public MapTest() FILE: litmus/LitmusTests/Tests/PathTest.xaml.cs class PathTest (line 15) | public partial class PathTest : UserControl method PathTest (line 17) | public PathTest() FILE: litmus/LitmusTests/Tests/RectangleTest.xaml.cs class RectangleTest (line 15) | public partial class RectangleTest : UserControl method RectangleTest (line 17) | public RectangleTest() FILE: litmus/LitmusTests/Tests/ResourceTest.xaml.cs class ResourceTest (line 15) | public partial class ResourceTest : UserControl method ResourceTest (line 17) | public ResourceTest() FILE: litmus/LitmusTests/Tests/ScrollBarTest.xaml.cs class ScrollBarTest (line 17) | public partial class ScrollBarTest : UserControl method ScrollBarTest (line 19) | public ScrollBarTest() method ScrollBarTest_LayoutUpdated (line 25) | void ScrollBarTest_LayoutUpdated(object sender, EventArgs e) method thumb_MouseEnter (line 38) | void thumb_MouseEnter(object sender, MouseEventArgs e) method thumb_MouseLeave (line 43) | private void thumb_MouseLeave(object sender, MouseEventArgs e) FILE: litmus/LitmusTests/Tests/ScrollViewerTest.xaml.cs class ScrollViewerTest (line 15) | public partial class ScrollViewerTest : UserControl method ScrollViewerTest (line 17) | public ScrollViewerTest() FILE: litmus/LitmusTests/Tests/ShapeStretch.xaml.cs class ShapeStretch (line 15) | public partial class ShapeStretch : UserControl method ShapeStretch (line 17) | public ShapeStretch() FILE: litmus/LitmusTests/Tests/TextBoxTest.xaml.cs class TextBoxTest (line 15) | public partial class TextBoxTest : UserControl method TextBoxTest (line 17) | public TextBoxTest() FILE: litmus/LitmusTests/Tests/TooltipTest.xaml.cs class TooltipTest (line 15) | public partial class TooltipTest : UserControl method TooltipTest (line 17) | public TooltipTest() FILE: litmus/LitmusTests/Tests/TransformTest.xaml.cs class TransformTest (line 15) | public partial class TransformTest : UserControl method TransformTest (line 17) | public TransformTest() method Test (line 23) | private void Test() FILE: litmus/LitmusTests/Tests/nfldraft.xaml.cs class nfldraft (line 15) | public partial class nfldraft : UserControl method nfldraft (line 17) | public nfldraft() FILE: proto/benchmarks/matrix/Matrix3D.js function Matrix3D (line 3) | function Matrix3D() { FILE: src/Clipboard/BasicClipboard.ts class BasicClipboard (line 2) | class BasicClipboard implements IClipboard { method CopyText (line 3) | CopyText(text: string) { method GetTextContents (line 9) | GetTextContents(callback: (text: string) => void) { FILE: src/Clipboard/Create.ts function Create (line 2) | function Create(): IClipboard { FILE: src/Clipboard/IClipboard.ts type IClipboard (line 2) | interface IClipboard { function memoizePlaceholder (line 21) | function memoizePlaceholder(key: string): HTMLDivElement { FILE: src/Clipboard/NetscapeClipboard.ts class NetscapeClipboard (line 4) | class NetscapeClipboard implements IClipboard { method constructor (line 7) | constructor() { method CopyText (line 13) | CopyText(text: string) { method GetTextContents (line 25) | GetTextContents(callback: (text: string) => void) { function selectContent (line 39) | function selectContent(element: HTMLDivElement) { function tryRequestPrivilege (line 49) | function tryRequestPrivilege() { FILE: src/Collections/CollectionChangedEventArgs.ts type CollectionChangedAction (line 2) | enum CollectionChangedAction { class CollectionChangedEventArgs (line 10) | class CollectionChangedEventArgs implements nullstone.IEventArgs { method Reset (line 17) | static Reset(allValues: any[]): CollectionChangedEventArgs { method Replace (line 26) | static Replace(newValue: any, oldValue: any, index: number): Collectio... method Add (line 35) | static Add(newValue: any, index: number): CollectionChangedEventArgs { method AddRange (line 44) | static AddRange(newValues: any[], index: number): CollectionChangedEve... method Remove (line 53) | static Remove(oldValue: any, index: number): CollectionChangedEventArgs { FILE: src/Collections/DeepObservableCollection.ts class DeepObservableCollection (line 4) | class DeepObservableCollection extends ObservableCollection { method constructor (line 6) | constructor() { method _OnCollectionChanged (line 11) | private _OnCollectionChanged(sender: any, e: CollectionChangedEventArg... method _OnItemPropertyChanged (line 27) | private _OnItemPropertyChanged(sender: T, e: PropertyChangedEventArgs) { FILE: src/Collections/FilteredCollection.ts type IFilterItemFunc (line 2) | interface IFilterItemFunc { type IFilterItemIndexFunc (line 5) | interface IFilterItemIndexFunc { class FilteredCollection (line 9) | class FilteredCollection extends DeepObservableCollection { method Source (line 11) | get Source () { return this._Source; } method Source (line 12) | set Source (value: DeepObservableCollection) { this._SetSource(valu... method Filter (line 15) | get Filter () { method Filter (line 19) | set Filter (value: IFilterItemIndexFunc) { method constructor (line 26) | constructor (filter?: IFilterItemIndexFunc, source?: DeepObservable... method _SetSource (line 32) | private _SetSource (source: DeepObservableCollection) { method _OnSourceCollectionChanged (line 45) | private _OnSourceCollectionChanged (sender: any, e: CollectionChangedE... method _OnSourceItemPropertyChanged (line 49) | private _OnSourceItemPropertyChanged (sender: any, e: ItemPropertyChan... method Update (line 56) | Update () { FILE: src/Collections/INotifyCollectionChanged.ts type INotifyCollectionChanged (line 2) | interface INotifyCollectionChanged { FILE: src/Collections/ItemPropertyChangedEventArgs.ts class ItemPropertyChangedEventArgs (line 4) | class ItemPropertyChangedEventArgs extends PropertyChangedEventArgs { method constructor (line 6) | constructor(item: T, propertyName: string) { FILE: src/Collections/ObservableCollection.ts class ObservableCollection (line 5) | class ObservableCollection implements nullstone.IEnumerable, nulls... method getEnumerator (line 8) | getEnumerator (): nullstone.IEnumerator { method Count (line 15) | get Count (): number { method ToArray (line 19) | ToArray (): T[] { method GetValueAt (line 23) | GetValueAt (index: number): T { method SetValueAt (line 30) | SetValueAt (index: number, value: T) { method Add (line 39) | Add (value: T) { method AddRange (line 45) | AddRange (values: T[]) { method Insert (line 55) | Insert (index: number, value: T) { method IndexOf (line 67) | IndexOf (value: T): number { method Contains (line 71) | Contains (value: T): boolean { method Remove (line 75) | Remove (value: T): boolean { method RemoveAt (line 85) | RemoveAt (index: number) { method Clear (line 93) | Clear () { method _RaisePropertyChanged (line 100) | private _RaisePropertyChanged (propertyName: string) { FILE: src/Collections/ReadOnlyObservableCollection.ts class ReadOnlyObservableCollection (line 2) | class ReadOnlyObservableCollection implements nullstone.ICollection) { method GetValueAt (line 18) | GetValueAt (index: number) { method getEnumerator (line 22) | getEnumerator (): nullstone.IEnumerator { method ToArray (line 26) | ToArray (): T[] { method IndexOf (line 30) | IndexOf (value: T): number { method Contains (line 34) | Contains (value: T): boolean { method _OnCollectionChanged (line 38) | private _OnCollectionChanged (sender: any, args: CollectionChangedEven... method _OnPropertyChanged (line 42) | private _OnPropertyChanged (sender: any, args: PropertyChangedEventArg... method SetValueAt (line 46) | SetValueAt (index: number, value: T) { method Insert (line 50) | Insert (index: number, value: T) { method Add (line 54) | Add (value: T) { method Remove (line 58) | Remove (value: T): boolean { method RemoveAt (line 62) | RemoveAt (index: number) { method Clear (line 66) | Clear () { FILE: src/Controls/Border.ts class Border (line 5) | class Border extends FrameworkElement { method CreateLayoutUpdater (line 6) | CreateLayoutUpdater (): minerva.controls.border.BorderUpdater { method constructor (line 23) | constructor () { FILE: src/Controls/Button.ts class Button (line 4) | class Button extends Primitives.ButtonBase { method constructor (line 5) | constructor() { method OnApplyTemplate (line 10) | OnApplyTemplate() { method OnIsEnabledChanged (line 15) | OnIsEnabledChanged(e: IDependencyPropertyChangedEventArgs) { FILE: src/Controls/Canvas.ts class Canvas (line 4) | class Canvas extends Panel { method CreateLayoutUpdater (line 5) | CreateLayoutUpdater() { return new minerva.controls.canvas.CanvasUpdat... method GetTop (line 8) | static GetTop(d: DependencyObject): number { return d.GetValue(Canvas.... method SetTop (line 9) | static SetTop(d: DependencyObject, value: number) { d.SetValue(Canvas.... method GetLeft (line 11) | static GetLeft(d: DependencyObject): number { return d.GetValue(Canvas... method SetLeft (line 12) | static SetLeft(d: DependencyObject, value: number) { d.SetValue(Canvas... FILE: src/Controls/CheckBox.ts class CheckBox (line 4) | class CheckBox extends Primitives.ToggleButton { method constructor (line 5) | constructor() { FILE: src/Controls/ColumnDefinition.ts class ColumnDefinition (line 5) | class ColumnDefinition extends DependencyObject implements minerva.contr... method setActualWidth (line 16) | setActualWidth (value: number) { function ConvertColumnDefinition (line 23) | function ConvertColumnDefinition (o: any): ColumnDefinition { class ColumnDefinitionCollection (line 45) | class ColumnDefinitionCollection extends XamlObjectCollection boolean): boolean { method OnIsEnabledChanged (line 142) | OnIsEnabledChanged(e: IDependencyPropertyChangedEventArgs) { method OnMouseLeftButtonDown (line 148) | OnMouseLeftButtonDown(e: Input.MouseButtonEventArgs) { method OnMouseEnter (line 156) | OnMouseEnter(e: Input.MouseEventArgs) { method OnMouseLeave (line 160) | OnMouseLeave(e: Input.MouseEventArgs) { method OnTouchMove (line 165) | OnTouchMove(e: Input.TouchEventArgs) { method OnTouchDown (line 169) | OnTouchDown(e: Input.TouchEventArgs) { method OnTouchLeave (line 177) | OnTouchLeave(e: Input.TouchEventArgs) { method OnKeyDown (line 182) | OnKeyDown(e: Input.KeyEventArgs) { method _CheckWatermarkVisibility (line 236) | private _CheckWatermarkVisibility() { method OnGotFocus (line 241) | OnGotFocus(e: RoutedEventArgs) { method OnLostFocus (line 245) | OnLostFocus(e: RoutedEventArgs) { method _OnChildKeyDown (line 251) | private _OnChildKeyDown(sender, e: Input.KeyEventArgs) { method OnSelectionChanged (line 254) | OnSelectionChanged(e: Primitives.SelectionChangedEventArgs) { method _OnToggleChecked (line 259) | private _OnToggleChecked(sender, e) { this.IsDropDownOpen = true; } method _OnToggleUnchecked (line 260) | private _OnToggleUnchecked(sender, e) { this.IsDropDownOpen = false; } method _PopupClickedOutside (line 262) | private _PopupClickedOutside() { method _UpdateDisplayedItem (line 265) | private _UpdateDisplayedItem(selectedItem: any) { method _UpdatePopupSizeAndPosition (line 319) | private _UpdatePopupSizeAndPosition(sender, e: nullstone.IEventArgs) { method _UpdatePopupMaxHeight (line 378) | private _UpdatePopupMaxHeight(height: number) { FILE: src/Controls/ComboBoxItem.ts class ComboBoxItem (line 4) | class ComboBoxItem extends ListBoxItem { method constructor (line 5) | constructor() { method OnMouseLeftButtonUp (line 10) | OnMouseLeftButtonUp(e: Input.MouseButtonEventArgs) { method OnTouchUp (line 16) | OnTouchUp(e: Input.TouchEventArgs) { FILE: src/Controls/ContentControl.ts class ContentControlNode (line 4) | class ContentControlNode extends ControlNode { method constructor (line 9) | constructor (xobj: ContentControl) { method GetDefaultVisualTree (line 13) | GetDefaultVisualTree (): UIElement { method OnContentChanged (line 29) | OnContentChanged (o: any, n: any) { method OnTemplateChanged (line 34) | OnTemplateChanged (oldTemplate: ControlTemplate, newTemplate: ControlT... method CleanOldContent (line 40) | private CleanOldContent (content: any) { class ContentControl (line 56) | class ContentControl extends Control { method CreateNode (line 59) | CreateNode (): ContentControlNode { method OnContentPropertyChanged (line 70) | private OnContentPropertyChanged (args: DependencyPropertyChangedEvent... method OnContentUriPropertyChanged (line 75) | private OnContentUriPropertyChanged (args: DependencyPropertyChangedEv... method constructor (line 90) | constructor () { method OnContentChanged (line 95) | OnContentChanged (oldContent: any, newContent: any) { method OnContentTemplateChanged (line 98) | OnContentTemplateChanged (oldContentTemplate: DataTemplate, newContent... method OnContentUriChanged (line 101) | OnContentUriChanged (oldSourceUri: Uri, newSourceUri: Uri) { method _OnLoadedUri (line 104) | private _OnLoadedUri (xm: nullstone.markup.Markup) { method _OnErroredUri (line 108) | private _OnErroredUri (err: any, src: Uri) { FILE: src/Controls/ContentPresenter.ts function getFallbackTemplate (line 8) | function getFallbackTemplate (app: Application): DataTemplate { class ContentPresenterNode (line 12) | class ContentPresenterNode extends FENode { method ContentRoot (line 14) | get ContentRoot(): UIElement { return this._ContentRoot; } method constructor (line 17) | constructor(xobj: ContentPresenter) { method DoApplyTemplateWithError (line 21) | DoApplyTemplateWithError(error: BError): boolean { method ClearRoot (line 52) | ClearRoot() { method _ContentChanged (line 58) | _ContentChanged(args: IDependencyPropertyChangedEventArgs) { method _ContentTemplateChanged (line 69) | _ContentTemplateChanged() { method _ShouldInvalidateImplicitTemplate (line 74) | private _ShouldInvalidateImplicitTemplate(oldValue: any, newValue: any... method _GetContentTemplate (line 85) | private _GetContentTemplate(type: Function): DataTemplate { class ContentPresenter (line 116) | class ContentPresenter extends FrameworkElement { method CreateNode (line 118) | CreateNode(): ContentPresenterNode { return new ContentPresenterNode(t... FILE: src/Controls/Control.ts type IIsEnabledListener (line 6) | interface IIsEnabledListener { class ControlNode (line 11) | class ControlNode extends FENode { method constructor (line 17) | constructor(xobj: Control) { method TabTo (line 21) | TabTo() { method ApplyTemplateWithError (line 26) | ApplyTemplateWithError(error: BError): boolean { method DoApplyTemplateWithError (line 32) | DoApplyTemplateWithError(error: BError): boolean { method GetDefaultVisualTree (line 52) | GetDefaultVisualTree(): UIElement { return undefined; } method OnIsAttachedChanged (line 54) | OnIsAttachedChanged(newIsAttached: boolean) { method OnParentChanged (line 62) | OnParentChanged(oldParentNode: XamlNode, newParentNode: XamlNode) { method OnTemplateChanged (line 67) | OnTemplateChanged(oldTemplate: ControlTemplate, newTemplate: ControlTe... method IsEnabled (line 77) | get IsEnabled(): boolean { return this.XObject.IsEnabled; } method IsEnabled (line 78) | set IsEnabled(value: boolean) { method OnIsEnabledChanged (line 82) | OnIsEnabledChanged(oldValue: boolean, newValue: boolean) { method Focus (line 93) | Focus(recurse?: boolean): boolean { method CanCaptureMouse (line 97) | CanCaptureMouse(): boolean { return this.XObject.IsEnabled; } class Control (line 100) | class Control extends FrameworkElement implements Providers.IIsPropertyI... method CreateNode (line 102) | CreateNode(): ControlNode { return new ControlNode(this); } method CreateLayoutUpdater (line 103) | CreateLayoutUpdater() { return new minerva.controls.control.ControlUpd... method constructor (line 105) | constructor() { method IsInheritable (line 144) | IsInheritable(propd: DependencyProperty): boolean { method IsFocused (line 168) | get IsFocused() { return this.XamlNode.IsFocused; } method GetTemplateChild (line 170) | GetTemplateChild(childName: string, type?: Function): DependencyObject { method ApplyTemplate (line 182) | ApplyTemplate(): boolean { method GetDefaultStyle (line 190) | GetDefaultStyle(): Style { method OnIsEnabledChanged (line 195) | OnIsEnabledChanged(e: IDependencyPropertyChangedEventArgs) { } method OnGotFocus (line 197) | OnGotFocus(e: RoutedEventArgs) { method OnLostFocus (line 201) | OnLostFocus(e: RoutedEventArgs) { method UpdateVisualState (line 206) | UpdateVisualState(useTransitions?: boolean) { method GoToStates (line 211) | GoToStates(gotoFunc: (state: string) => boolean) { method GoToStateCommon (line 216) | GoToStateCommon(gotoFunc: (state: string) => boolean): boolean { method GoToStateFocus (line 223) | GoToStateFocus(gotoFunc: (state: string) => boolean): boolean { method GoToStateSelection (line 228) | GoToStateSelection(gotoFunc: (state: string) => boolean): boolean { method UpdateValidationState (line 232) | UpdateValidationState (valid?: boolean) { method GoToStateValidation (line 241) | GoToStateValidation (valid: boolean, gotoFunc: (state: string) => bool... type ITemplateVisualStateDefinition (line 262) | interface ITemplateVisualStateDefinition { type ITemplatePartDefinition (line 268) | interface ITemplatePartDefinition { FILE: src/Controls/ControlTemplate.ts class ControlTemplate (line 4) | class ControlTemplate extends Markup.FrameworkTemplate { method Validate (line 8) | Validate(): string { FILE: src/Controls/Dialog.ts function clickResultPropertyChanged (line 4) | function clickResultPropertyChanged (dobj: DependencyObject, args: IDepe... function buttonClicked (line 14) | function buttonClicked (sender: Primitives.ButtonBase, args) { class Dialog (line 20) | class Dialog extends ContentControl { method OnDialogResultChanged (line 27) | private OnDialogResultChanged (args: IDependencyPropertyChangedEventAr... method GetClickResult (line 42) | static GetClickResult (dobj: DependencyObject): boolean { method SetClickResult (line 46) | static SetClickResult (dobj: DependencyObject, value: boolean) { method constructor (line 50) | constructor () { FILE: src/Controls/Enums.ts type TextWrapping (line 3) | enum TextWrapping { type ScrollBarVisibility (line 10) | enum ScrollBarVisibility { type TextTrimming (line 18) | enum TextTrimming { type ClickMode (line 25) | enum ClickMode { type PlacementMode (line 32) | enum PlacementMode { type SelectionMode (line 41) | enum SelectionMode { type MediaElementState (line 48) | enum MediaElementState { type SelectionOnFocus (line 60) | enum SelectionOnFocus { FILE: src/Controls/Frame.ts function createErrorDoc (line 7) | function createErrorDoc(error: any): nullstone.markup.xaml.XamlMarkup { function getErrorPage (line 20) | function getErrorPage(app: Application, error: string): Page { class Frame (line 24) | class Frame extends ContentControl implements Navigation.INavigate { method OnIsLoadingChanged (line 41) | OnIsLoadingChanged(oldIsLoading: boolean, newIsLoading: boolean) { method constructor (line 51) | constructor() { method GoToStates (line 57) | GoToStates(gotoFunc: (state: string) => boolean) { method GoToStateLoading (line 61) | GoToStateLoading(gotoFunc: (state: string) => boolean): boolean { method Navigate (line 65) | Navigate(uri: Uri): boolean { method GoForward (line 69) | GoForward() { method GoBackward (line 73) | GoBackward() { method StopLoading (line 77) | StopLoading() { method _FrameLoaded (line 81) | private _FrameLoaded(sender, e: RoutedEventArgs) { method _HandleDeepLink (line 88) | private _HandleDeepLink() { method _LoadContent (line 92) | private _LoadContent(source: Uri) { method _HandleSuccess (line 126) | private _HandleSuccess(page: Page) { method _HandleError (line 133) | private _HandleError(error: any) { method _SetPage (line 139) | private _SetPage(page: Page) { method SourcePropertyChanged (line 148) | private SourcePropertyChanged(args: IDependencyPropertyChangedEventArg... FILE: src/Controls/Grid.ts class GridNode (line 4) | class GridNode extends PanelNode { method ColumnDefinitionsChanged (line 7) | ColumnDefinitionsChanged (coldef: ColumnDefinition, index: number, add... method RowDefinitionsChanged (line 22) | RowDefinitionsChanged (rowdef: RowDefinition, index: number, add: bool... class Grid (line 38) | class Grid extends Panel { method CreateNode (line 40) | CreateNode(): GridNode { return new GridNode(this); } method CreateLayoutUpdater (line 41) | CreateLayoutUpdater () { return new minerva.controls.grid.GridUpdater(... method GetColumn (line 44) | static GetColumn (d: DependencyObject): number { return d.GetValue(Gri... method SetColumn (line 45) | static SetColumn (d: DependencyObject, value: number) { d.SetValue(Gri... method GetColumnSpan (line 48) | static GetColumnSpan (d: DependencyObject): number { return d.GetValue... method SetColumnSpan (line 49) | static SetColumnSpan (d: DependencyObject, value: number) { d.SetValue... method GetRow (line 52) | static GetRow (d: DependencyObject): number { return d.GetValue(Grid.R... method SetRow (line 53) | static SetRow (d: DependencyObject, value: number) { d.SetValue(Grid.R... method GetRowSpan (line 56) | static GetRowSpan (d: DependencyObject): number { return d.GetValue(Gr... method SetRowSpan (line 57) | static SetRowSpan (d: DependencyObject, value: number) { d.SetValue(Gr... method constructor (line 66) | constructor () { FILE: src/Controls/GridLength.ts class GridLength (line 5) | class GridLength implements minerva.controls.grid.IGridLength, ICloneable { method constructor (line 8) | constructor(value?: number, unitType?: GridUnitType) { method Equals (line 12) | static Equals(gl1: GridLength, gl2: GridLength): boolean { method Clone (line 15) | Clone(): GridLength { FILE: src/Controls/HeaderedContentControl.ts class HeaderedContentControl (line 4) | class HeaderedContentControl extends ContentControl { method constructor (line 10) | constructor() { method OnHeaderChanged (line 15) | OnHeaderChanged(oldHeader: any, newHeader: any) { } method OnHeaderTemplateChanged (line 16) | OnHeaderTemplateChanged(oldHeaderTemplate: DataTemplate, newHeaderTemp... FILE: src/Controls/HyperlinkButton.ts type Target (line 4) | type Target = string|Frame; class HyperlinkButton (line 6) | class HyperlinkButton extends Primitives.ButtonBase { method constructor (line 12) | constructor() { method OnApplyTemplate (line 17) | OnApplyTemplate() { method OnClick (line 22) | OnClick() { FILE: src/Controls/Image.ts class Image (line 6) | class Image extends FrameworkElement { method CreateLayoutUpdater (line 7) | CreateLayoutUpdater() { method _SourceCoercer (line 11) | private static _SourceCoercer(d: DependencyObject, propd: DependencyPr... method OnImageErrored (line 30) | OnImageErrored(source: Media.Imaging.BitmapSource, error: Error) { method OnImageLoaded (line 34) | OnImageLoaded(source: Media.Imaging.BitmapSource) { method OnImageChanged (line 40) | OnImageChanged(source: Media.Imaging.BitmapSource) { method OnSourceChanged (line 46) | OnSourceChanged(oldSource: Media.Imaging.ImageSource, newSource: Media... FILE: src/Controls/Internal/CursorAdvancer.ts type ICursorAdvancer (line 2) | interface ICursorAdvancer { class TextBoxCursorAdvancer (line 15) | class TextBoxCursorAdvancer implements ICursorAdvancer { method constructor (line 16) | constructor (private $textOwner: Text.ITextOwner) { method CursorDown (line 19) | CursorDown (cursor: number, isPage: boolean): number { method CursorUp (line 24) | CursorUp (cursor: number, isPage: boolean): number { method CursorNextWord (line 29) | CursorNextWord (cursor: number): number { method CursorPrevWord (line 34) | CursorPrevWord (cursor: number): number { method CursorNextChar (line 39) | CursorNextChar (cursor: number): number { method CursorPrevChar (line 46) | CursorPrevChar (cursor: number): number { method CursorLineBegin (line 53) | CursorLineBegin (cursor: number): number { method CursorLineEnd (line 60) | CursorLineEnd (cursor: number): number { method CursorBegin (line 70) | CursorBegin (cursor: number): number { method CursorEnd (line 74) | CursorEnd (cursor: number): number { class PasswordBoxCursorAdvancer (line 79) | class PasswordBoxCursorAdvancer implements ICursorAdvancer { method constructor (line 80) | constructor (private $textOwner: Text.ITextOwner) { method CursorDown (line 83) | CursorDown (cursor: number, isPage: boolean): number { method CursorUp (line 87) | CursorUp (cursor: number, isPage: boolean): number { method CursorNextWord (line 91) | CursorNextWord (cursor: number): number { method CursorPrevWord (line 95) | CursorPrevWord (cursor: number): number { method CursorNextChar (line 99) | CursorNextChar (cursor: number): number { method CursorPrevChar (line 106) | CursorPrevChar (cursor: number): number { method CursorLineBegin (line 113) | CursorLineBegin (cursor: number): number { method CursorLineEnd (line 117) | CursorLineEnd (cursor: number): number { method CursorBegin (line 121) | CursorBegin (cursor: number): number { method CursorEnd (line 125) | CursorEnd (cursor: number): number { FILE: src/Controls/Internal/ItemContainersManager.ts type IItemContainersOwner (line 6) | interface IItemContainersOwner { type IItemContainersManager (line 12) | interface IItemContainersManager { class ItemContainersManager (line 27) | class ItemContainersManager implements IItemContainersManager { method IsRecycling (line 32) | get IsRecycling (): boolean { method constructor (line 39) | constructor(public Owner: IItemContainersOwner) { } method IndexFromContainer (line 41) | IndexFromContainer(container: UIElement): number { return this._Contai... method ContainerFromIndex (line 42) | ContainerFromIndex(index: number): UIElement { return this._Containers... method ItemFromContainer (line 43) | ItemFromContainer(container: UIElement): any { method ContainerFromItem (line 49) | ContainerFromItem(item: any): UIElement { method OnItemsAdded (line 58) | OnItemsAdded(index: number, newItems: any[]) { method OnItemsRemoved (line 66) | OnItemsRemoved(index: number, oldItems: any[]) { method DisposeContainers (line 71) | DisposeContainers(index?: number, count?: number): UIElement[] { method CreateGenerator (line 101) | CreateGenerator(index: number, count: number): IContainerGenerator { method GetEnumerator (line 146) | GetEnumerator(start?: number, count?: number): IContainerEnumerator { type IContainerGenerator (line 172) | interface IContainerGenerator { type IContainerEnumerator (line 180) | interface IContainerEnumerator extends nullstone.IEnumerator { FILE: src/Controls/Internal/RangeCoercer.ts type IRange (line 2) | interface IRange { type IRangeCoercer (line 11) | interface IRangeCoercer { class RangeCoercer (line 16) | class RangeCoercer implements IRangeCoercer { method Minimum (line 25) | get Minimum(): number { return this.Range.Minimum; } method Maximum (line 26) | get Maximum(): number { return this.Range.Maximum; } method Value (line 27) | get Value(): number { return this.Range.Value; } method constructor (line 29) | constructor(public Range: IRange, public OnCoerceMaximum: (val: any) =... method OnMinimumChanged (line 34) | OnMinimumChanged(oldMinimum: number, newMinimum: number) { method OnMaximumChanged (line 54) | OnMaximumChanged(oldMaximum: number, newMaximum: number) { method OnValueChanged (line 75) | OnValueChanged(oldValue: number, newValue: number) { method CoerceMaximum (line 92) | CoerceMaximum() { method CoerceValue (line 100) | CoerceValue() { FILE: src/Controls/Internal/TextBoxContentProxy.ts class TextBoxContentProxy (line 2) | class TextBoxContentProxy { method setElement (line 5) | setElement(fe: FrameworkElement, view: TextBoxView) { method setHorizontalScrollBar (line 23) | setHorizontalScrollBar(sbvis: ScrollBarVisibility) { method setVerticalScrollBar (line 34) | setVerticalScrollBar(sbvis: ScrollBarVisibility) { FILE: src/Controls/Internal/TextBoxView.ts class TextBoxViewNode (line 6) | class TextBoxViewNode extends FENode { class TextBoxView (line 10) | class TextBoxView extends FrameworkElement { method CreateLayoutUpdater (line 13) | CreateLayoutUpdater () { method constructor (line 19) | constructor () { method _InlineChanged (line 25) | private _InlineChanged (obj?: any) { method setFontProperty (line 37) | setFontProperty (propd: DependencyProperty, value: any) { method setFontAttr (line 41) | setFontAttr (attrName: string, value: any) { method setCaretBrush (line 47) | setCaretBrush (value: Media.Brush) { method setIsFocused (line 53) | setIsFocused (isFocused: boolean) { method setIsReadOnly (line 61) | setIsReadOnly (isReadOnly: boolean) { method setTextAlignment (line 69) | setTextAlignment (textAlignment: TextAlignment) { method setTextWrapping (line 79) | setTextWrapping (textWrapping: TextWrapping) { method setSelectionStart (line 89) | setSelectionStart (selectionStart: number) { method setSelectionLength (line 97) | setSelectionLength (selectionLength: number) { method setText (line 106) | setText (text: string) { method GetCursorFromPoint (line 132) | GetCursorFromPoint (point: Point): number { FILE: src/Controls/Internal/VirtualizingPanelContainerOwner.ts class VirtualizingPanelContainerOwner (line 9) | class VirtualizingPanelContainerOwner implements minerva.IVirtualizingCo... method constructor (line 10) | constructor (private $$panel: VirtualizingPanel) { method itemCount (line 13) | get itemCount (): number { method createGenerator (line 19) | createGenerator (index: number, count: number): minerva.IVirtualizingG... method remove (line 44) | remove (index: number, count: number) { FILE: src/Controls/ItemCollection.ts type IItemCollection (line 4) | interface IItemCollection extends nullstone.ICollection { class ItemCollection (line 14) | class ItemCollection extends XamlObjectCollection implements IItemC... method ToArray (line 17) | ToArray (): any[] { method Count (line 21) | get Count (): number { method GetValueAt (line 27) | GetValueAt (index: number): XamlObject { method GetRange (line 34) | GetRange (startIndex: number, endIndex: number): XamlObject[] { method SetValueAt (line 38) | SetValueAt (index: number, value: XamlObject): boolean { method SetValueAtImpl (line 44) | SetValueAtImpl (index: number, value: any) { method Add (line 53) | Add (value: XamlObject): number { method AddImpl (line 60) | AddImpl (value: any): number { method AddRange (line 66) | AddRange (values: any[]) { method AddRangeImpl (line 75) | AddRangeImpl (values: any[]) { method Insert (line 81) | Insert (index: number, value: XamlObject): boolean { method InsertImpl (line 89) | InsertImpl (index: number, value: XamlObject) { method IndexOf (line 100) | IndexOf (value: XamlObject): number { method Contains (line 104) | Contains (value: XamlObject): boolean { method Remove (line 108) | Remove (value: XamlObject): boolean { method RemoveImpl (line 114) | RemoveImpl (value: XamlObject) { method RemoveAt (line 122) | RemoveAt (index: number): boolean { method RemoveAtImpl (line 130) | RemoveAtImpl (index: number) { method Clear (line 135) | Clear (): boolean { method ClearImpl (line 141) | ClearImpl () { method _ValidateReadOnly (line 147) | private _ValidateReadOnly () { FILE: src/Controls/ItemsControl.ts class ItemsControlNode (line 4) | class ItemsControlNode extends ControlNode { method constructor (line 6) | constructor(xobj: ItemsControl) { method GetDefaultVisualTree (line 11) | GetDefaultVisualTree(): UIElement { class ItemsControl (line 19) | class ItemsControl extends Control { method CreateNode (line 21) | CreateNode(): ItemsControlNode { return new ItemsControlNode(this); } method IsItemsControl (line 23) | get IsItemsControl(): boolean { return true; } method GetIsItemsHost (line 32) | static GetIsItemsHost(d: DependencyObject): boolean { return d.GetValu... method SetIsItemsHost (line 33) | static SetIsItemsHost(d: DependencyObject, value: boolean) { d.SetValu... method OnDisplayMemberPathChanged (line 41) | OnDisplayMemberPathChanged(e: IDependencyPropertyChangedEventArgs) { method OnItemsSourceChanged (line 46) | OnItemsSourceChanged(e: IDependencyPropertyChangedEventArgs) { method OnItemTemplateChanged (line 82) | OnItemTemplateChanged (e: IDependencyPropertyChangedEventArgs) { method ItemContainersManager (line 89) | get ItemContainersManager(): Internal.IItemContainersManager { return ... method constructor (line 91) | constructor() { method PrepareContainerForItem (line 100) | PrepareContainerForItem(container: UIElement, item: any) { method ClearContainerForItem (line 105) | ClearContainerForItem(container: UIElement, item: any) { method GetContainerForItem (line 116) | GetContainerForItem(): UIElement { return new ContentPresenter(); } method IsItemItsOwnContainer (line 117) | IsItemItsOwnContainer(item: any): boolean { return item instanceof UIE... method _OnItemsUpdated (line 121) | private _OnItemsUpdated(sender: any, e: Collections.CollectionChangedE... method _OnItemsSourceUpdated (line 128) | private _OnItemsSourceUpdated(sender: any, e: Collections.CollectionCh... method OnItemsChanged (line 155) | OnItemsChanged(e: Collections.CollectionChangedEventArgs) { method OnItemsAdded (line 172) | OnItemsAdded(index: number, newItems: any[]) { method OnItemsRemoved (line 178) | OnItemsRemoved(index: number, oldItems: any[]) { method UpdateContainerTemplate (line 185) | private UpdateContainerTemplate(container: UIElement, item: any) { method _GetDisplayMemberTemplate (line 204) | private _GetDisplayMemberTemplate(): DataTemplate { function toArray (line 215) | function toArray(value: any): any[] { function create (line 230) | function create (dmp: string) { FILE: src/Controls/ItemsPanelTemplate.ts class ItemsPanelTemplate (line 4) | class ItemsPanelTemplate extends Markup.FrameworkTemplate { method GetVisualTree (line 5) | GetVisualTree(bindingSource: DependencyObject): Panel { FILE: src/Controls/ItemsPresenter.ts function getFallbackTemplate (line 13) | function getFallbackTemplate(ic: ItemsControl): ItemsPanelTemplate { class ItemsPresenterNode (line 19) | class ItemsPresenterNode extends FENode { method constructor (line 21) | constructor(xobj: ItemsPresenter) { method ElementRoot (line 26) | get ElementRoot(): Panel { return this._ElementRoot; } method DoApplyTemplateWithError (line 28) | DoApplyTemplateWithError(error: BError): boolean { class ItemsPresenter (line 52) | class ItemsPresenter extends FrameworkElement { method CreateNode (line 55) | CreateNode(): ItemsPresenterNode { return new ItemsPresenterNode(this); } method ItemsControl (line 57) | get ItemsControl(): ItemsControl { method Panel (line 60) | get Panel(): Panel { method Get (line 65) | static Get(panel: Panel): ItemsPresenter { method OnItemsAdded (line 73) | OnItemsAdded(index: number, newItems: any[]) { method OnItemsRemoved (line 87) | OnItemsRemoved(index: number, oldItems: any[]) { FILE: src/Controls/ListBox.ts type IOutValue (line 6) | interface IOutValue { class ListBox (line 9) | class ListBox extends Primitives.Selector { method constructor (line 15) | constructor() { method ScrollIntoView (line 20) | ScrollIntoView(item: any) { method _NavigateByPage (line 69) | private _NavigateByPage(forward: boolean) { method _ScrollInDirection (line 102) | private _ScrollInDirection(key: Input.Key) { method _IsOnCurrentPage (line 107) | private _IsOnCurrentPage(item: any, itemsHostRectOut?: IOutValue, list... method _GetFirstItemOnCurrentPage (line 159) | private _GetFirstItemOnCurrentPage(startingIndex: number, forward: boo... method OnItemContainerStyleChanged (line 176) | OnItemContainerStyleChanged(args: IDependencyPropertyChangedEventArgs) { method OnKeyDown (line 187) | OnKeyDown(args: Input.KeyEventArgs) { method _GetIsVerticalOrientation (line 268) | private _GetIsVerticalOrientation(): boolean { method IsItemItsOwnContainer (line 280) | IsItemItsOwnContainer(item: any): boolean { method GetContainerForItem (line 284) | GetContainerForItem(): UIElement { method PrepareContainerForItem (line 292) | PrepareContainerForItem(element: UIElement, item: any) { method OnGotFocus (line 300) | OnGotFocus(e: RoutedEventArgs) { method OnLostFocus (line 305) | OnLostFocus(e: RoutedEventArgs) { method NotifyListItemGotFocus (line 310) | NotifyListItemGotFocus(lbi: ListBoxItem) { method NotifyListItemLostFocus (line 314) | NotifyListItemLostFocus(lbi: ListBoxItem) { method OnItemsSourceChanged (line 318) | OnItemsSourceChanged(e: IDependencyPropertyChangedEventArgs) { FILE: src/Controls/ListBoxItem.ts class ListBoxItem (line 4) | class ListBoxItem extends ContentControl { method ParentSelector (line 6) | get ParentSelector(): Primitives.Selector { return this._ParentSelecto... method ParentSelector (line 7) | set ParentSelector(value: Primitives.Selector) { method constructor (line 18) | constructor() { method OnApplyTemplate (line 23) | OnApplyTemplate() { method OnMouseLeftButtonDown (line 28) | OnMouseLeftButtonDown(e: Input.MouseButtonEventArgs) { method OnMouseEnter (line 37) | OnMouseEnter(e: Input.MouseEventArgs) { method OnMouseLeave (line 41) | OnMouseLeave(e: Input.MouseEventArgs) { method OnTouchMove (line 46) | OnTouchMove(e: Input.TouchEventArgs) { method OnTouchDown (line 50) | OnTouchDown(e: Input.TouchEventArgs) { method OnTouchUp (line 59) | OnTouchUp(e: Input.TouchEventArgs) { method OnGotFocus (line 64) | OnGotFocus(e: RoutedEventArgs) { method OnLostFocus (line 71) | OnLostFocus(e: RoutedEventArgs) { method GoToStateSelection (line 79) | GoToStateSelection(gotoFunc: (state: string) => boolean): boolean { method OnIsSelectedChanged (line 87) | private OnIsSelectedChanged(args: IDependencyPropertyChangedEventArgs) { FILE: src/Controls/MediaElement.ts class MediaElement (line 7) | class MediaElement extends FrameworkElement { method CreateLayoutUpdater (line 8) | CreateLayoutUpdater() { method _SourceCoercer (line 12) | private static _SourceCoercer(d: DependencyObject, propd: DependencyPr... method OnAutoPlayChanged (line 32) | protected OnAutoPlayChanged(oldValue: boolean, newValue: boolean) { method OnSourceChanged (line 38) | OnSourceChanged(oldSource: Media.Videos.VideoSourceBase, newSource: Me... method OnVideoErrored (line 53) | OnVideoErrored(source: Media.Videos.VideoSourceBase, error: Error) { method OnVideoCanPlay (line 57) | OnVideoCanPlay(source: Media.Videos.VideoSourceBase) { method OnVideoChanged (line 63) | OnVideoChanged(source: Media.Videos.VideoSourceBase) { method Play (line 69) | Play() { method Pause (line 73) | Pause() { FILE: src/Controls/Page.ts class Page (line 4) | class Page extends UserControl { method constructor (line 8) | constructor() { method GetAsync (line 13) | static GetAsync(initiator: DependencyObject, url: string): Promise { method AddingToCollection (line 8) | AddingToCollection(value: UIElement, error: BError): boolean { method RemovedFromCollection (line 14) | RemovedFromCollection(value: UIElement, isValueSafe: boolean) { method _RaiseCleared (line 19) | _RaiseCleared (values: UIElement[]) { method _RaiseItemAdded (line 22) | _RaiseItemAdded(value: UIElement, index: number) { method _RaiseItemRemoved (line 25) | _RaiseItemRemoved(value: UIElement, index: number) { method _RaiseItemReplaced (line 28) | _RaiseItemReplaced(removed: UIElement, added: UIElement, index: number) { class PanelNode (line 33) | class PanelNode extends FENode { method constructor (line 36) | constructor(xobj: Panel) { method AttachVisualChild (line 39) | AttachVisualChild(uie: UIElement, error: BError): boolean { method DetachVisualChild (line 44) | DetachVisualChild(uie: UIElement, error: BError): boolean { class Panel (line 51) | class Panel extends FrameworkElement { method CreateNode (line 53) | CreateNode(): PanelNode { return new PanelNode(this); } method CreateLayoutUpdater (line 54) | CreateLayoutUpdater() { return new minerva.controls.panel.PanelUpdater... method GetZIndex (line 59) | static GetZIndex(uie: UIElement): number { return uie.GetValue(Panel.Z... method SetZIndex (line 60) | static SetZIndex(uie: UIElement, value: number) { uie.SetValue(Panel.Z... method constructor (line 64) | constructor() { FILE: src/Controls/PasswordBox.ts class PasswordBox (line 4) | class PasswordBox extends TextBoxBase { method constructor (line 10) | constructor () { method DisplayText (line 21) | get DisplayText (): string { FILE: src/Controls/Primitives/ButtonBase.ts class ButtonBase (line 5) | class ButtonBase extends ContentControl { method constructor (line 25) | constructor() { method OnIsPressedChanged (line 30) | OnIsPressedChanged(args: IDependencyPropertyChangedEventArgs) { method OnIsEnabledChanged (line 34) | OnIsEnabledChanged(e: IDependencyPropertyChangedEventArgs) { method OnMouseEnter (line 45) | OnMouseEnter(e: Input.MouseEventArgs) { method OnMouseLeave (line 57) | OnMouseLeave(e: Input.MouseEventArgs) { method OnMouseMove (line 68) | OnMouseMove(e: Input.MouseEventArgs) { method OnMouseLeftButtonDown (line 77) | OnMouseLeftButtonDown(e: Input.MouseButtonEventArgs) { method OnMouseLeftButtonUp (line 98) | OnMouseLeftButtonUp(e: Input.MouseButtonEventArgs) { method OnGotFocus (line 118) | OnGotFocus(e: RoutedEventArgs) { method OnLostFocus (line 123) | OnLostFocus(e: RoutedEventArgs) { method OnTouchMove (line 137) | OnTouchMove(e: Input.TouchEventArgs) { method OnTouchDown (line 144) | OnTouchDown(e: Input.TouchEventArgs) { method OnTouchUp (line 158) | OnTouchUp(e: Input.TouchEventArgs) { method OnClick (line 169) | OnClick() { method _DoWithSuspend (line 181) | private _DoWithSuspend(action: () => void) { method UpdateVisualState (line 191) | UpdateVisualState(useTransitions?: boolean) { method GoToStateCommon (line 196) | GoToStateCommon(gotoFunc: (state: string) => boolean): boolean { method _CaptureMouseInternal (line 206) | private _CaptureMouseInternal() { method _ReleaseMouseCaptureInternal (line 210) | private _ReleaseMouseCaptureInternal() { method _IsValidPosition (line 214) | private _IsValidPosition(pos: Point): boolean { method OnCommandChanged (line 219) | private OnCommandChanged(args: IDependencyPropertyChangedEventArgs) { method OnCommandCanExecuteChanged (line 230) | private OnCommandCanExecuteChanged(sender, e) { method OnCommandParameterChanged (line 233) | private OnCommandParameterChanged(args: IDependencyPropertyChangedEven... FILE: src/Controls/Primitives/DragEventArgs.ts class DragCompletedEventArgs (line 4) | class DragCompletedEventArgs extends RoutedEventArgs { method constructor (line 8) | constructor(horizontal: number, vertical: number, canceled: boolean) { class DragDeltaEventArgs (line 17) | class DragDeltaEventArgs extends RoutedEventArgs { method constructor (line 20) | constructor(horizontal: number, vertical: number) { class DragStartedEventArgs (line 28) | class DragStartedEventArgs extends RoutedEventArgs { method constructor (line 31) | constructor(horizontal: number, vertical: number) { FILE: src/Controls/Primitives/IScrollInfo.ts type IScrollInfo (line 2) | interface IScrollInfo { FILE: src/Controls/Primitives/Overlay.ts class OverlayNode (line 7) | class OverlayNode extends FENode { method EnsureLayer (line 14) | EnsureLayer () { method EnsureMask (line 22) | EnsureMask () { method _OnMaskMouseDown (line 31) | private _OnMaskMouseDown (sender, args: Input.MouseButtonEventArgs) { method UpdateMask (line 35) | UpdateMask () { method OnIsAttachedChanged (line 45) | OnIsAttachedChanged (newIsAttached: boolean) { method RegisterInitiator (line 55) | RegisterInitiator (initiator: UIElement) { class Overlay (line 62) | class Overlay extends FrameworkElement { method CreateNode (line 65) | CreateNode (): OverlayNode { method CreateLayoutUpdater (line 69) | CreateLayoutUpdater (): OverlayUpdater { method constructor (line 89) | constructor () { method InitBindings (line 95) | InitBindings () { method _OnVisualChanged (line 106) | private _OnVisualChanged (args: IDependencyPropertyChangedEventArgs) { method _OnVisualUriChanged (line 116) | private _OnVisualUriChanged (args: IDependencyPropertyChangedEventArgs) { method _OnVisualViewModelChanged (line 125) | private _OnVisualViewModelChanged (args: IDependencyPropertyChangedEve... method _SetVisualUri (line 134) | private _SetVisualUri (uri: Uri) { method _ClearVisualUri (line 148) | private _ClearVisualUri () { method _OnIsOpenChanged (line 158) | private _OnIsOpenChanged (args: IDependencyPropertyChangedEventArgs) { method _DoOpen (line 170) | private _DoOpen () { method _DoClose (line 176) | private _DoClose (result?: boolean) { method Open (line 193) | Open () { method Close (line 197) | Close (result?: boolean) { method _GetDialogResult (line 209) | private _GetDialogResult (): boolean { method FindOverlay (line 217) | static FindOverlay (visual: UIElement): Overlay { FILE: src/Controls/Primitives/OverlayClosedEventArgs.ts class OverlayClosedEventArgs (line 2) | class OverlayClosedEventArgs implements nullstone.IEventArgs { method constructor (line 6) | constructor (result: boolean, data: any) { FILE: src/Controls/Primitives/Popup.ts class PopupNode (line 6) | class PopupNode extends FENode { method OnIsAttachedChanged (line 12) | OnIsAttachedChanged (newIsAttached: boolean) { method EnsureOverlay (line 22) | EnsureOverlay (): Canvas { method EnsureCatcher (line 30) | EnsureCatcher (): Canvas { method UpdateCatcher (line 42) | UpdateCatcher () { method _RaiseClickedOutside (line 58) | private _RaiseClickedOutside (sender, e) { method RegisterInitiator (line 62) | RegisterInitiator (initiator: UIElement) { class Popup (line 69) | class Popup extends FrameworkElement { method CreateNode (line 71) | CreateNode (): PopupNode { return new PopupNode(this); } method CreateLayoutUpdater (line 72) | CreateLayoutUpdater () { return new PopupUpdater(); } method WatchOutsideClick (line 86) | WatchOutsideClick (callback: () => void, closure: any) { FILE: src/Controls/Primitives/RangeBase.ts class RangeBase (line 4) | class RangeBase extends Controls.Control { method OnMinimumChanged (line 17) | OnMinimumChanged(oldMin: number, newMin: number) { } method OnMaximumChanged (line 18) | OnMaximumChanged(oldMax: number, newMax: number) { } method OnValueChanged (line 19) | OnValueChanged(oldVal: number, newVal: number) { method constructor (line 26) | constructor() { function numberValidator (line 35) | function numberValidator(d: DependencyObject, propd: DependencyProperty,... function changeValidator (line 44) | function changeValidator(d: DependencyObject, propd: DependencyProperty,... FILE: src/Controls/Primitives/RepeatButton.ts class RepeatButton (line 4) | class RepeatButton extends ButtonBase { method constructor (line 16) | constructor() { method OnApplyTemplate (line 22) | OnApplyTemplate() { method OnDelayChanged (line 27) | OnDelayChanged(args: IDependencyPropertyChangedEventArgs) { method OnIntervalChanged (line 31) | OnIntervalChanged(args: IDependencyPropertyChangedEventArgs) { method OnIsEnabledChanged (line 37) | OnIsEnabledChanged(e: IDependencyPropertyChangedEventArgs) { method OnKeyDown (line 43) | OnKeyDown(e: Input.KeyEventArgs) { method OnKeyUp (line 50) | OnKeyUp(e: Input.KeyEventArgs) { method OnLostFocus (line 58) | OnLostFocus(e: RoutedEventArgs) { method OnMouseEnter (line 66) | OnMouseEnter(e: Input.MouseEventArgs) { method OnMouseLeave (line 75) | OnMouseLeave(e: Input.MouseEventArgs) { method OnMouseLeftButtonDown (line 83) | OnMouseLeftButtonDown(e: Input.MouseButtonEventArgs) { method OnMouseLeftButtonUp (line 92) | OnMouseLeftButtonUp(e: Input.MouseButtonEventArgs) { method OnMouseMove (line 102) | OnMouseMove(e: Input.MouseEventArgs) { method _UpdateMousePosition (line 106) | private _UpdateMousePosition(e: Input.MouseEventArgs) { method _UpdateRepeatState (line 116) | private _UpdateRepeatState() { method _StartRepeatingAfterDelay (line 127) | private _StartRepeatingAfterDelay() { method _OnTimeout (line 131) | private _OnTimeout() { FILE: src/Controls/Primitives/ScrollBar.ts class ScrollBar (line 6) | class ScrollBar extends RangeBase { method IsDragging (line 16) | get IsDragging(): boolean { method constructor (line 24) | constructor() { method OnApplyTemplate (line 44) | OnApplyTemplate() { method OnMaximumChanged (line 98) | OnMaximumChanged(oldMax: number, newMax: number) { method OnMinimumChanged (line 102) | OnMinimumChanged(oldMin: number, newMin: number) { method OnValueChanged (line 106) | OnValueChanged(oldValue: number, newValue: number) { method _OnThumbDragStarted (line 111) | private _OnThumbDragStarted(sender, e: DragStartedEventArgs) { method _OnThumbDragDelta (line 114) | private _OnThumbDragDelta(sender, e: DragDeltaEventArgs) { method _OnThumbDragCompleted (line 138) | private _OnThumbDragCompleted(sender, e: DragCompletedEventArgs) { method _SmallDecrement (line 142) | private _SmallDecrement(sender, e: RoutedEventArgs) { method _SmallIncrement (line 150) | private _SmallIncrement(sender, e: RoutedEventArgs) { method _LargeDecrement (line 158) | private _LargeDecrement(sender, e: RoutedEventArgs) { method _LargeIncrement (line 166) | private _LargeIncrement(sender, e: RoutedEventArgs) { method _HandleSizeChanged (line 175) | private _HandleSizeChanged(sender, e: nullstone.IEventArgs) { method _OnOrientationChanged (line 178) | private _OnOrientationChanged() { method _UpdateTrackLayout (line 188) | private _UpdateTrackLayout() { method _UpdateThumbSize (line 203) | private _UpdateThumbSize(trackLength: number): number { method _GetTrackLength (line 240) | private _GetTrackLength(): number { method _ConvertViewportSizeToDisplayUnits (line 265) | private _ConvertViewportSizeToDisplayUnits(trackLength: number): number { method _RaiseScroll (line 269) | private _RaiseScroll(type: Primitives.ScrollEventType) { FILE: src/Controls/Primitives/ScrollData.ts class ScrollData (line 2) | class ScrollData implements minerva.IScrollData { method invalidate (line 18) | invalidate () { FILE: src/Controls/Primitives/ScrollEventArgs.ts type ScrollEventType (line 4) | enum ScrollEventType { class ScrollEventArgs (line 17) | class ScrollEventArgs extends RoutedEventArgs { method constructor (line 20) | constructor(scrollEventType: ScrollEventType, value: number) { FILE: src/Controls/Primitives/SelectionChangedEventArgs.ts class SelectionChangedEventArgs (line 4) | class SelectionChangedEventArgs extends RoutedEventArgs { method constructor (line 7) | constructor(oldValues: any[], newValues: any[]) { FILE: src/Controls/Primitives/Selector.ts class Selector (line 4) | class Selector extends ItemsControl { method SynchronizeWithCurrentItem (line 27) | private get SynchronizeWithCurrentItem(): boolean { method constructor (line 33) | constructor() { method SelectedItems (line 38) | get SelectedItems(): Collections.ObservableCollection { method _OnIsSynchronizedWithCurrentItemChanged (line 44) | private _OnIsSynchronizedWithCurrentItemChanged(args: IDependencyPrope... method _OnSelectedIndexChanged (line 54) | private _OnSelectedIndexChanged(args: IDependencyPropertyChangedEventA... method _OnSelectedItemChanged (line 64) | private _OnSelectedItemChanged(args: IDependencyPropertyChangedEventAr... method _OnSelectedValueChanged (line 77) | private _OnSelectedValueChanged(args: IDependencyPropertyChangedEventA... method _OnSelectedValuePathChanged (line 82) | private _OnSelectedValuePathChanged(args: IDependencyPropertyChangedEv... method _OnSelectionModeChanged (line 86) | private _OnSelectionModeChanged(args: DependencyPropertyChangedEventAr... method OnApplyTemplate (line 96) | OnApplyTemplate() { method OnItemsChanged (line 106) | OnItemsChanged(e: Collections.CollectionChangedEventArgs) { method OnItemsSourceChanged (line 146) | OnItemsSourceChanged(args: IDependencyPropertyChangedEventArgs) { method OnItemContainerStyleChanged (line 164) | OnItemContainerStyleChanged(oldStyle, newStyle) { } method ClearContainerForItem (line 166) | ClearContainerForItem(element: UIElement, item: any) { method PrepareContainerForItem (line 173) | PrepareContainerForItem(element: UIElement, item: any) { method _GetValueFromItem (line 183) | _GetValueFromItem(item: any) { method _SelectItemFromValue (line 190) | private _SelectItemFromValue(selectedValue: any, ignoreSelectedValue?:... method SelectAll (line 210) | SelectAll() { method _OnCurrentItemChanged (line 214) | private _OnCurrentItemChanged(sender, e: nullstone.IEventArgs) { method _RaiseSelectionChanged (line 222) | _RaiseSelectionChanged(oldVals: any[], newVals: any[]) { method OnSelectionChanged (line 259) | OnSelectionChanged(args: SelectionChangedEventArgs) { } method NotifyListItemClicked (line 261) | NotifyListItemClicked(lbi: ListBoxItem) { method NotifyListItemLoaded (line 264) | NotifyListItemLoaded(lbi: ListBoxItem) { method NotifyListItemGotFocus (line 270) | NotifyListItemGotFocus(lbi: ListBoxItem) { } method NotifyListItemLostFocus (line 271) | NotifyListItemLostFocus(lbi: ListBoxItem) { } FILE: src/Controls/Primitives/SelectorSelection.ts class SelectorSelection (line 2) | class SelectorSelection { method IsUpdating (line 10) | get IsUpdating(): boolean { return this._IsUpdating; } method constructor (line 12) | constructor(owner: Selector) { method _HandleOwnerSelectionChanged (line 17) | private _HandleOwnerSelectionChanged(sender, e: Collections.Collection... method RepopulateSelectedItems (line 67) | RepopulateSelectedItems() { method ClearSelection (line 79) | ClearSelection(ignoreSelectedValue?: boolean) { method Select (line 100) | Select(item: any) { method _SelectSingle (line 122) | private _SelectSingle(item: any, selIndex: number) { method _SelectExtended (line 126) | private _SelectExtended(item: any, selIndex: number) { method _SelectMultiple (line 146) | private _SelectMultiple(item: any, selIndex: number) { method SelectRange (line 149) | SelectRange(startIndex: number, endIndex: number) { method SelectAll (line 166) | SelectAll(items: any[]) { method SelectOnly (line 190) | SelectOnly(item: any) { method Unselect (line 201) | Unselect(item: any) { method AddToSelected (line 212) | AddToSelected(item: any) { method RemoveFromSelected (line 222) | RemoveFromSelected(item: any) { method ReplaceSelection (line 235) | ReplaceSelection(item: any) { method UpdateSelectorProperties (line 260) | UpdateSelectorProperties(item: any, index: number, value: any) { method UpdateCollectionView (line 273) | UpdateCollectionView(item: any) { function except (line 284) | function except(arr1: T[], arr2: T[]): T[] { FILE: src/Controls/Primitives/Thumb.ts class Thumb (line 4) | class Thumb extends Control { method constructor (line 17) | constructor() { method OnApplyTemplate (line 22) | OnApplyTemplate() { method OnDraggingChanged (line 27) | private OnDraggingChanged(args: IDependencyPropertyChangedEventArgs) { method OnGotFocus (line 31) | OnGotFocus(e: RoutedEventArgs) { method OnLostFocus (line 35) | OnLostFocus(e: RoutedEventArgs) { method _FocusChanged (line 39) | private _FocusChanged(hasFocus: boolean) { method OnLostMouseCapture (line 44) | OnLostMouseCapture(e: Input.MouseEventArgs) { method OnMouseEnter (line 50) | OnMouseEnter(e: Input.MouseEventArgs) { method OnMouseLeave (line 54) | OnMouseLeave(e: Input.MouseEventArgs) { method OnMouseLeftButtonDown (line 58) | OnMouseLeftButtonDown(e: Input.MouseButtonEventArgs) { method OnMouseMove (line 77) | OnMouseMove(e: Input.MouseEventArgs) { method OnLostTouchCapture (line 88) | OnLostTouchCapture(e: Input.TouchEventArgs) { method OnTouchEnter (line 95) | OnTouchEnter(e: Input.TouchEventArgs) { method OnTouchLeave (line 100) | OnTouchLeave(e: Input.TouchEventArgs) { method OnTouchDown (line 105) | OnTouchDown(e: Input.TouchEventArgs) { method OnTouchUp (line 125) | OnTouchUp(e: Input.TouchEventArgs) { method OnTouchMove (line 132) | OnTouchMove(e: Input.TouchEventArgs) { method CancelDrag (line 145) | CancelDrag() { method _RaiseDragStarted (line 152) | private _RaiseDragStarted() { method _RaiseDragDelta (line 155) | private _RaiseDragDelta(x: number, y: number) { method _RaiseDragCompleted (line 158) | private _RaiseDragCompleted(canceled: boolean) { method GoToStateCommon (line 162) | GoToStateCommon(gotoFunc: (state: string) => boolean): boolean { FILE: src/Controls/Primitives/ToggleButton.ts class ToggleButton (line 4) | class ToggleButton extends ButtonBase { method constructor (line 14) | constructor() { method OnApplyTemplate (line 19) | OnApplyTemplate() { method OnContentChanged (line 24) | OnContentChanged(oldContent: any, newContent: any) { method OnClick (line 28) | OnClick() { method UpdateVisualState (line 32) | UpdateVisualState(useTransitions?: boolean) { method OnIsCheckedChanged (line 50) | OnIsCheckedChanged(args: IDependencyPropertyChangedEventArgs) { method OnToggle (line 62) | OnToggle() { FILE: src/Controls/ProgressBar.ts class ProgressBar (line 4) | class ProgressBar extends Primitives.RangeBase { method OnIsIndeterminateChanged (line 10) | private OnIsIndeterminateChanged(args: IDependencyPropertyChangedEvent... method OnMinimumChanged (line 15) | OnMinimumChanged(oldMinimum: number, newMinimum: number) { method OnMaximumChanged (line 19) | OnMaximumChanged(oldMaximum: number, newMaximum: number) { method OnValueChanged (line 23) | OnValueChanged(oldValue: number, newValue: number) { method constructor (line 28) | constructor() { method OnApplyTemplate (line 33) | OnApplyTemplate() { method GoToStates (line 49) | GoToStates(gotoFunc: (state: string) => boolean) { method _OnTrackSizeChanged (line 56) | private _OnTrackSizeChanged(sender, e) { method _UpdateIndicator (line 59) | private _UpdateIndicator() { FILE: src/Controls/RadioButton.ts class RadioButton (line 4) | class RadioButton extends Primitives.ToggleButton { method OnGroupNameChanged (line 7) | OnGroupNameChanged(args: IDependencyPropertyChangedEventArgs) { method constructor (line 12) | constructor() { method OnIsCheckedChanged (line 18) | OnIsCheckedChanged(e: IDependencyPropertyChangedEventArgs) { method OnToggle (line 23) | OnToggle() { method UpdateRadioButtonGroup (line 27) | UpdateRadioButtonGroup() { function register (line 81) | function register(groupName: string, radioButton: RadioButton) { function unregister (line 90) | function unregister(groupName: string, radioButton: RadioButton) { FILE: src/Controls/RichTextBox.ts class _RichTextBoxView (line 4) | class _RichTextBoxView { class RichTextBox (line 8) | class RichTextBox extends Control { method constructor (line 12) | constructor() { FILE: src/Controls/RowDefinition.ts class RowDefinition (line 5) | class RowDefinition extends DependencyObject implements minerva.controls... method setActualHeight (line 16) | setActualHeight (value: number) { function ConvertRowDefinition (line 23) | function ConvertRowDefinition (o: any): RowDefinition { class RowDefinitionCollection (line 45) | class RowDefinitionCollection extends XamlObjectCollection { method _RaiseItemAdded (line 46) | _RaiseItemAdded (value: RowDefinition, index: number) { method _RaiseItemRemoved (line 54) | _RaiseItemRemoved (value: RowDefinition, index: number) { function ConvertRowDefinitionCollection (line 64) | function ConvertRowDefinitionCollection (o: any): RowDefinitionCollection { FILE: src/Controls/ScrollContentPresenter.ts class ScrollContentPresenter (line 5) | class ScrollContentPresenter extends ContentPresenter implements Primiti... method CreateLayoutUpdater (line 6) | CreateLayoutUpdater() { method ScrollOwner (line 16) | get ScrollOwner(): ScrollViewer { return this._ScrollData.scrollOwner; } method ScrollOwner (line 17) | set ScrollOwner(value: ScrollViewer) { this._ScrollData.scrollOwner = ... method CanHorizontallyScroll (line 18) | get CanHorizontallyScroll(): boolean { return this._ScrollData.canHori... method CanHorizontallyScroll (line 19) | set CanHorizontallyScroll(value: boolean) { method CanVerticallyScroll (line 26) | get CanVerticallyScroll(): boolean { return this._ScrollData.canVertic... method CanVerticallyScroll (line 27) | set CanVerticallyScroll(value: boolean) { method ExtentWidth (line 34) | get ExtentWidth(): number { return this._ScrollData.extentWidth; } method ExtentHeight (line 35) | get ExtentHeight(): number { return this._ScrollData.extentHeight; } method ViewportWidth (line 36) | get ViewportWidth(): number { return this._ScrollData.viewportWidth; } method ViewportHeight (line 37) | get ViewportHeight(): number { return this._ScrollData.viewportHeight; } method HorizontalOffset (line 38) | get HorizontalOffset(): number { return this._ScrollData.offsetX; } method VerticalOffset (line 39) | get VerticalOffset(): number { return this._ScrollData.offsetY; } method LineUp (line 40) | LineUp(): boolean { return this.SetVerticalOffset(this._ScrollData.off... method LineDown (line 41) | LineDown(): boolean { return this.SetVerticalOffset(this._ScrollData.o... method LineLeft (line 42) | LineLeft(): boolean { return this.SetHorizontalOffset(this._ScrollData... method LineRight (line 43) | LineRight(): boolean { return this.SetHorizontalOffset(this._ScrollDat... method MouseWheelUp (line 44) | MouseWheelUp(): boolean { return this.SetVerticalOffset(this._ScrollDa... method MouseWheelDown (line 45) | MouseWheelDown(): boolean { return this.SetVerticalOffset(this._Scroll... method MouseWheelLeft (line 46) | MouseWheelLeft(): boolean { return this.SetHorizontalOffset(this._Scro... method MouseWheelRight (line 47) | MouseWheelRight(): boolean { return this.SetHorizontalOffset(this._Scr... method PageUp (line 48) | PageUp(): boolean { return this.SetVerticalOffset(this._ScrollData.off... method PageDown (line 49) | PageDown(): boolean { return this.SetVerticalOffset(this._ScrollData.o... method PageLeft (line 50) | PageLeft(): boolean { return this.SetHorizontalOffset(this._ScrollData... method PageRight (line 51) | PageRight(): boolean { return this.SetHorizontalOffset(this._ScrollDat... method MakeVisible (line 52) | MakeVisible(uie: UIElement, viewport: minerva.Rect): minerva.Rect { method SetHorizontalOffset (line 83) | SetHorizontalOffset(offset: number): boolean { method SetVerticalOffset (line 97) | SetVerticalOffset(offset: number): boolean { method OnApplyTemplate (line 112) | OnApplyTemplate() { function computeScrollOffsetWithMinimalScroll (line 146) | function computeScrollOffsetWithMinimalScroll(topView, bottomView, topCh... FILE: src/Controls/ScrollViewer.ts class ScrollViewer (line 6) | class ScrollViewer extends ContentControl { method _ScrollBarVisibilityChanged (line 7) | private static _ScrollBarVisibilityChanged(d: DependencyObject, args: ... method GetHorizontalScrollBarVisibility (line 30) | static GetHorizontalScrollBarVisibility(d: DependencyObject): ScrollBa... method SetHorizontalScrollBarVisibility (line 31) | static SetHorizontalScrollBarVisibility(d: DependencyObject, value: Sc... method HorizontalScrollBarVisibility (line 32) | get HorizontalScrollBarVisibility(): ScrollBarVisibility { return this... method HorizontalScrollBarVisibility (line 33) | set HorizontalScrollBarVisibility(value: ScrollBarVisibility) { this.S... method GetVerticalScrollBarVisibility (line 36) | static GetVerticalScrollBarVisibility(d: DependencyObject): ScrollBarV... method SetVerticalScrollBarVisibility (line 37) | static SetVerticalScrollBarVisibility(d: DependencyObject, value: Scro... method VerticalScrollBarVisibility (line 38) | get VerticalScrollBarVisibility(): ScrollBarVisibility { return this.G... method VerticalScrollBarVisibility (line 39) | set VerticalScrollBarVisibility(value: ScrollBarVisibility) { this.Set... method constructor (line 68) | constructor() { method ScrollInfo (line 75) | get ScrollInfo(): Primitives.IScrollInfo { return this._ScrollInfo; } method ScrollInfo (line 76) | set ScrollInfo(value: Primitives.IScrollInfo) { method InvalidateScrollInfo (line 84) | InvalidateScrollInfo() { method _UpdateScrollBarVisibility (line 110) | private _UpdateScrollBarVisibility() { method _UpdateScrollBar (line 155) | private _UpdateScrollBar (orientation: Orientation, value: number) { method OnApplyTemplate (line 174) | OnApplyTemplate() { method OnMouseLeftButtonDown (line 188) | OnMouseLeftButtonDown(e: Input.MouseButtonEventArgs) { method OnMouseWheel (line 193) | OnMouseWheel(e: Input.MouseWheelEventArgs) { method OnTouchDown (line 212) | OnTouchDown(e: Input.TouchEventArgs) { method OnTouchUp (line 227) | OnTouchUp(e: Input.TouchEventArgs) { method OnTouchMove (line 234) | OnTouchMove(e: Input.TouchEventArgs) { method OnKeyDown (line 248) | OnKeyDown(e: Input.KeyEventArgs) { method ScrollInDirection (line 295) | ScrollInDirection(key: Input.Key) { method ScrollToHorizontalOffset (line 323) | ScrollToHorizontalOffset(offset: number) { this._HandleHorizontalScrol... method ScrollToVerticalOffset (line 324) | ScrollToVerticalOffset(offset: number) { this._HandleVerticalScroll(ne... method LineUp (line 326) | LineUp() { this._HandleVerticalScroll(new Primitives.ScrollEventArgs(P... method LineDown (line 327) | LineDown() { this._HandleVerticalScroll(new Primitives.ScrollEventArgs... method LineLeft (line 328) | LineLeft() { this._HandleHorizontalScroll(new Primitives.ScrollEventAr... method LineRight (line 329) | LineRight() { this._HandleHorizontalScroll(new Primitives.ScrollEventA... method PageHome (line 331) | PageHome() { this._HandleHorizontalScroll(new Primitives.ScrollEventAr... method PageEnd (line 332) | PageEnd() { this._HandleHorizontalScroll(new Primitives.ScrollEventArg... method PageUp (line 334) | PageUp() { this._HandleVerticalScroll(new Primitives.ScrollEventArgs(P... method PageDown (line 335) | PageDown() { this._HandleVerticalScroll(new Primitives.ScrollEventArgs... method PageLeft (line 336) | PageLeft() { this._HandleHorizontalScroll(new Primitives.ScrollEventAr... method PageRight (line 337) | PageRight() { this._HandleHorizontalScroll(new Primitives.ScrollEventA... method _HandleScroll (line 339) | private _HandleScroll(orientation: Orientation, e: Primitives.ScrollEv... method _HandleHorizontalScroll (line 344) | private _HandleHorizontalScroll(e: Primitives.ScrollEventArgs): boolean { method _HandleVerticalScroll (line 377) | private _HandleVerticalScroll(e: Primitives.ScrollEventArgs): boolean { FILE: src/Controls/Slider.ts class Slider (line 7) | class Slider extends Primitives.RangeBase { method constructor (line 17) | constructor() { method OnApplyTemplate (line 33) | OnApplyTemplate() { method OnIsEnabledChanged (line 70) | OnIsEnabledChanged(e: IDependencyPropertyChangedEventArgs) { method OnMinimumChanged (line 75) | OnMinimumChanged(oldMin: number, newMin: number) { method OnMaximumChanged (line 79) | OnMaximumChanged(oldMax: number, newMax: number) { method OnValueChanged (line 83) | OnValueChanged(oldValue: number, newValue: number) { method _HandleSizeChanged (line 88) | private _HandleSizeChanged(sender, e: SizeChangedEventArgs) { method _OnOrientationChanged (line 91) | private _OnOrientationChanged() { method _UpdateTrackLayout (line 99) | private _UpdateTrackLayout() { method _OnThumbDragStarted (line 158) | private _OnThumbDragStarted(sender, e: Primitives.DragStartedEventArgs) { method _OnThumbDragDelta (line 162) | private _OnThumbDragDelta(sender, e: Primitives.DragDeltaEventArgs) { method OnMouseEnter (line 178) | OnMouseEnter(e: Input.MouseEventArgs) { method OnMouseLeave (line 185) | OnMouseLeave(e: Input.MouseEventArgs) { method OnMouseLeftButtonDown (line 192) | OnMouseLeftButtonDown(e: Input.MouseButtonEventArgs) { method OnLostMouseCapture (line 200) | OnLostMouseCapture(e: Input.MouseEventArgs) { method OnKeyDown (line 205) | OnKeyDown(e: Input.KeyEventArgs) { method OnGotFocus (line 231) | OnGotFocus(e: RoutedEventArgs) { method OnLostFocus (line 235) | OnLostFocus(e: RoutedEventArgs) { FILE: src/Controls/StackPanel.ts class StackPanel (line 4) | class StackPanel extends Panel { method CreateLayoutUpdater (line 5) | CreateLayoutUpdater () { FILE: src/Controls/TextBlock.ts class TextBlockNode (line 6) | class TextBlockNode extends FENode { method constructor (line 15) | constructor (xobj: TextBlock) { method GetInheritedEnumerator (line 19) | GetInheritedEnumerator (): nullstone.IEnumerator { method TextChanged (line 26) | TextChanged (args: IDependencyPropertyChangedEventArgs) { method InlinesChanged (line 43) | InlinesChanged (inline: Documents.Inline, index: number, isAdd: boolea... method InlineChanged (line 74) | InlineChanged(obj?: any) { class TextBlock (line 86) | class TextBlock extends FrameworkElement { method CreateNode (line 89) | CreateNode (): TextBlockNode { method CreateLayoutUpdater (line 93) | CreateLayoutUpdater () { method constructor (line 128) | constructor () { method IsInheritable (line 144) | IsInheritable (propd: DependencyProperty): boolean { FILE: src/Controls/TextBox.ts class TextBox (line 4) | class TextBox extends TextBoxBase { method constructor (line 22) | constructor () { method OnApplyTemplate (line 38) | OnApplyTemplate () { method DisplayText (line 45) | get DisplayText (): string { method OnMouseEnter (line 49) | OnMouseEnter (e: Input.MouseEventArgs) { method OnMouseLeave (line 54) | OnMouseLeave (e: Input.MouseEventArgs) { method OnGotFocus (line 59) | OnGotFocus (e: RoutedEventArgs) { method OnLostFocus (line 64) | OnLostFocus (e: RoutedEventArgs) { method GoToStateCommon (line 69) | GoToStateCommon (gotoFunc: (state: string) => boolean): boolean { method SelectAll (line 79) | SelectAll () { method Select (line 83) | Select (start: number, length: number) { FILE: src/Controls/TextBoxBase.ts class TextBoxBase (line 8) | class TextBoxBase extends Control { method constructor (line 39) | constructor(eventsMask: Text.EmitChangedType) { method _SyncFont (line 48) | private _SyncFont() { method CreateView (line 61) | CreateView(): Internal.TextBoxView { method Cursor (line 65) | get Cursor(): CursorType { method selectBasedonSelectionMode (line 72) | private selectBasedonSelectionMode() { method OnApplyTemplate (line 104) | OnApplyTemplate() { method OnLostFocus (line 109) | OnLostFocus(e: RoutedEventArgs) { method OnGotFocus (line 114) | OnGotFocus(e: RoutedEventArgs) { method OnMouseLeftButtonDown (line 120) | OnMouseLeftButtonDown(e: Input.MouseButtonEventArgs) { method OnMouseLeftButtonUp (line 132) | OnMouseLeftButtonUp(e: Input.MouseButtonEventArgs) { method OnMouseMove (line 142) | OnMouseMove(e: Input.MouseEventArgs) { method OnTouchDown (line 150) | OnTouchDown(e: Input.TouchEventArgs) { method OnTouchUp (line 164) | OnTouchUp(e: Input.TouchEventArgs) { method OnTouchMove (line 174) | OnTouchMove(e: Input.TouchEventArgs) { method OnKeyDown (line 184) | OnKeyDown(args: Input.KeyEventArgs) { method PostOnKeyDown (line 302) | PostOnKeyDown(args: Input.KeyEventArgs) { method _KeyDownBackSpace (line 323) | private _KeyDownBackSpace(modifiers: Input.IModifiersOn): boolean { method _KeyDownDelete (line 348) | private _KeyDownDelete(modifiers: Input.IModifiersOn): boolean { method _KeyDownPageDown (line 373) | private _KeyDownPageDown(modifiers: Input.IModifiersOn): boolean { method _KeyDownPageUp (line 389) | private _KeyDownPageUp(modifiers: Input.IModifiersOn): boolean { method _KeyDownHome (line 405) | private _KeyDownHome(modifiers: Input.IModifiersOn): boolean { method _KeyDownEnd (line 425) | private _KeyDownEnd(modifiers: Input.IModifiersOn): boolean { method _KeyDownLeft (line 445) | private _KeyDownLeft(modifiers: Input.IModifiersOn): boolean { method _KeyDownRight (line 467) | private _KeyDownRight(modifiers: Input.IModifiersOn): boolean { method _KeyDownDown (line 489) | private _KeyDownDown(modifiers: Input.IModifiersOn): boolean { method _KeyDownUp (line 501) | private _KeyDownUp(modifiers: Input.IModifiersOn): boolean { function positiveIntValidator (line 540) | function positiveIntValidator(dobj: DependencyObject, propd: DependencyP... FILE: src/Controls/ToolTip.ts class ToolTip (line 4) | class ToolTip extends ContentControl { method TooltipParent (line 18) | get TooltipParent(): FrameworkElement { return this._TooltipParent; } method TooltipParent (line 19) | set TooltipParent(value: FrameworkElement) { method constructor (line 34) | constructor() { method OnApplyTemplate (line 39) | OnApplyTemplate() { method OnHorizontalOffsetChanged (line 44) | private OnHorizontalOffsetChanged(args: DependencyPropertyChangedEvent... method OnVerticalOffsetChanged (line 48) | private OnVerticalOffsetChanged(args: DependencyPropertyChangedEventAr... method OnIsOpenChanged (line 52) | private OnIsOpenChanged(args: DependencyPropertyChangedEventArgs) { method OnOffsetChanged (line 63) | private OnOffsetChanged(horizontalOffset: number, verticalOffset: numb... method OnLayoutUpdated (line 68) | private OnLayoutUpdated(sender: any, e: nullstone.IEventArgs) { method OnTooltipParentDataContextChanged (line 72) | private OnTooltipParentDataContextChanged(sender: any, args: IDependen... method HookupParentPopup (line 77) | private HookupParentPopup() { method OnPopupOpened (line 93) | private OnPopupOpened(sender: any, e: nullstone.IEventArgs) { method OnPopupClosed (line 99) | private OnPopupClosed(sender: any, e: nullstone.IEventArgs) { method PerformPlacement (line 105) | private PerformPlacement(horizontalOffset: number, verticalOffset: num... method GoToStates (line 187) | GoToStates(gotoFunc: (state: string) => boolean) { FILE: src/Controls/ToolTipService.ts function toolTipChanged (line 11) | function toolTipChanged(dobj: DependencyObject, args: DependencyProperty... class ToolTipService (line 24) | class ToolTipService { method GetToolTip (line 26) | static GetToolTip(dobj: DependencyObject): ToolTip { return dobj.GetVa... method SetToolTip (line 27) | static SetToolTip(dobj: DependencyObject, value: ToolTip) { dobj.SetVa... method GetPlacement (line 30) | static GetPlacement(dobj: DependencyObject): PlacementMode { return do... method SetPlacement (line 31) | static SetPlacement(dobj: DependencyObject, value: PlacementMode) { do... method GetPlacementTarget (line 34) | static GetPlacementTarget(dobj: DependencyObject): UIElement { return ... method SetPlacementTarget (line 35) | static SetPlacementTarget(dobj: DependencyObject, value: UIElement) { ... method MousePosition (line 37) | static get MousePosition(): Point { class ToolTipServiceSlave (line 44) | class ToolTipServiceSlave { method SetRootVisual (line 54) | SetRootVisual(owner: UIElement) { method OnRootMouseMove (line 67) | private OnRootMouseMove(sender: any, e: Input.MouseEventArgs) { method RegisterTooltip (line 71) | RegisterTooltip(owner: UIElement, tooltip: any) { method UnregisterTooltip (line 84) | UnregisterTooltip(owner: UIElement) { method OnOwnerMouseEnter (line 111) | private OnOwnerMouseEnter(sender: any, e: Input.MouseEventArgs) { method OnOwnerMouseLeave (line 115) | private OnOwnerMouseLeave(sender: any, e: Input.MouseEventArgs) { method OnOwnerMouseLeftButtonDown (line 124) | private OnOwnerMouseLeftButtonDown(sender: any, e: Input.MouseButtonEv... method OnOwnerKeyDown (line 139) | private OnOwnerKeyDown(sender: any, e: Input.KeyEventArgs) { method OnOwnerMouseEnterInternal (line 157) | private OnOwnerMouseEnterInternal(sender: any, source: any) { method ConvertToToolTip (line 182) | private ConvertToToolTip(o: any): ToolTip { method OpenAutomaticToolTip (line 197) | private OpenAutomaticToolTip() { method CloseAutomaticToolTip (line 212) | private CloseAutomaticToolTip() { function isSpecialKey (line 245) | function isSpecialKey(key: Input.Key): boolean { FILE: src/Controls/UserControl.ts class UserControl (line 4) | class UserControl extends Control { method CreateLayoutUpdater (line 8) | CreateLayoutUpdater () { method InitializeComponent (line 12) | InitializeComponent () { method constructor (line 16) | constructor() { FILE: src/Controls/VirtualizingPanel.ts type VirtualizationMode (line 4) | enum VirtualizationMode { class VirtualizingPanel (line 10) | class VirtualizingPanel extends Panel { method GetVirtualizationMode (line 12) | static GetVirtualizationMode(d: DependencyObject): VirtualizationMode ... method SetVirtualizationMode (line 13) | static SetVirtualizationMode(d: DependencyObject, value: Virtualizatio... method GetIsVirtualizing (line 16) | static GetIsVirtualizing(d: DependencyObject): boolean { return d.GetV... method SetIsVirtualizing (line 17) | static SetIsVirtualizing(d: DependencyObject, value: boolean) { d.SetV... method ItemsControl (line 19) | get ItemsControl(): ItemsControl { method OnItemsAdded (line 24) | OnItemsAdded(index: number, newItems: any[]) { method OnItemsRemoved (line 27) | OnItemsRemoved(index: number, oldItems: any[]) { FILE: src/Controls/VirtualizingStackPanel.ts class VirtualizingStackPanel (line 9) | class VirtualizingStackPanel extends VirtualizingPanel implements Primit... method CreateLayoutUpdater (line 10) | CreateLayoutUpdater() { method ScrollOwner (line 19) | get ScrollOwner(): ScrollViewer { method ScrollOwner (line 23) | set ScrollOwner(value: ScrollViewer) { method CanHorizontallyScroll (line 27) | get CanHorizontallyScroll(): boolean { method CanHorizontallyScroll (line 32) | set CanHorizontallyScroll(value: boolean) { method CanVerticallyScroll (line 40) | get CanVerticallyScroll(): boolean { method CanVerticallyScroll (line 44) | set CanVerticallyScroll(value: boolean) { method ExtentWidth (line 52) | get ExtentWidth(): number { method ExtentHeight (line 56) | get ExtentHeight(): number { method ViewportWidth (line 60) | get ViewportWidth(): number { method ViewportHeight (line 64) | get ViewportHeight(): number { method HorizontalOffset (line 68) | get HorizontalOffset(): number { method VerticalOffset (line 72) | get VerticalOffset(): number { method LineUp (line 76) | LineUp(): boolean { method LineDown (line 83) | LineDown(): boolean { method LineLeft (line 90) | LineLeft(): boolean { method LineRight (line 97) | LineRight(): boolean { method MouseWheelUp (line 104) | MouseWheelUp(): boolean { method MouseWheelDown (line 111) | MouseWheelDown(): boolean { method MouseWheelLeft (line 118) | MouseWheelLeft(): boolean { method MouseWheelRight (line 125) | MouseWheelRight(): boolean { method PageUp (line 132) | PageUp(): boolean { method PageDown (line 137) | PageDown(): boolean { method PageLeft (line 142) | PageLeft(): boolean { method PageRight (line 147) | PageRight(): boolean { method MakeVisible (line 152) | MakeVisible(uie: UIElement, rectangle: minerva.Rect): minerva.Rect { method SetHorizontalOffset (line 191) | SetHorizontalOffset(offset: number): boolean { method SetVerticalOffset (line 213) | SetVerticalOffset(offset: number): boolean { method OnItemsAdded (line 238) | OnItemsAdded(index: number, newItems: any[]) { method OnItemsRemoved (line 251) | OnItemsRemoved(index: number, oldItems: any[]) { FILE: src/Core/Clone.ts type ICloneable (line 1) | interface ICloneable { function Clone (line 6) | function Clone (value: any): any { function extend (line 20) | function extend (obj: any, ...args: any[]): any { FILE: src/Core/DPReaction.ts type IDPReactionCallback (line 2) | interface IDPReactionCallback { function DPReaction (line 6) | function DPReaction(propd: DependencyProperty, callback?: IDPRea... function reaction (line 14) | function reaction(callback: IDPReactionCallback) { function lReaction (line 20) | function lReaction(callback: IDPReactionCallback) { FILE: src/Core/DataTemplate.ts class DataTemplate (line 4) | class DataTemplate extends Markup.FrameworkTemplate { FILE: src/Core/DependencyObject.ts class DONode (line 10) | class DONode extends XamlNode { method constructor (line 12) | constructor(xobj: DependencyObject) { method OnParentChanged (line 16) | OnParentChanged(oldParentNode: XamlNode, newParentNode: XamlNode) { method DataContext (line 24) | get DataContext(): any { return this.XObject.DataContext; } method DataContext (line 25) | set DataContext(value: any) { method OnDataContextChanged (line 30) | OnDataContextChanged(oldDataContext: any, newDataContext: any) { class DependencyObject (line 47) | class DependencyObject extends XamlObject implements ICloneable, Provide... method constructor (line 54) | constructor() { method CreateNode (line 58) | CreateNode(): DONode { return new DONode(this); } method GetValue (line 60) | GetValue(propd: DependencyProperty): any { method SetValue (line 66) | SetValue(propd: DependencyProperty, value: any) { method SetValueInternal (line 73) | SetValueInternal(propd: DependencyProperty, value: any) { method SetCurrentValue (line 124) | SetCurrentValue(propd: DependencyProperty, value: any) { method ClearValue (line 132) | ClearValue(propd: DependencyProperty) { method ReadLocalValue (line 145) | ReadLocalValue(propd: DependencyProperty): any { method ReadLocalValueInternal (line 158) | ReadLocalValueInternal(propd: DependencyProperty): any { method _AddExpression (line 163) | private _AddExpression(propd: DependencyProperty, expr: Expression) { method _RemoveExpression (line 167) | private _RemoveExpression(propd: DependencyProperty) { method _HasDeferredValueExpression (line 174) | _HasDeferredValueExpression(propd: DependencyProperty) { method GetBindingExpression (line 178) | GetBindingExpression(propd: DependencyProperty): Data.BindingExpressio... method HasValueOrExpression (line 183) | HasValueOrExpression(propd: DependencyProperty): boolean { method SetBinding (line 188) | SetBinding(propd: DependencyProperty, binding: Data.Binding): Data.Bin... method CloneCore (line 199) | CloneCore(source: DependencyObject) { method ListenToChanged (line 210) | ListenToChanged (propd: DependencyProperty, func: (sender, args: IDepe... FILE: src/Core/DependencyProperty.ts type IOutIsValid (line 3) | interface IOutIsValid { type IType (line 7) | interface IType { class DependencyProperty (line 10) | class DependencyProperty { method Register (line 32) | static Register (name: string, getTargetType: () => IType, ownerType: ... method RegisterReadOnly (line 44) | static RegisterReadOnly (name: string, getTargetType: () => IType, own... method RegisterAttached (line 57) | static RegisterAttached (name: string, getTargetType: () => IType, own... method RegisterCore (line 70) | static RegisterCore (name: string, getTargetType: () => IType, ownerTy... method RegisterReadOnlyCore (line 83) | static RegisterReadOnlyCore (name: string, getTargetType: () => IType,... method RegisterAttachedCore (line 97) | static RegisterAttachedCore (name: string, getTargetType: () => IType,... method RegisterImmutable (line 111) | static RegisterImmutable(name: string, getTargetType: () => IType, ... method RegisterInheritable (line 123) | static RegisterInheritable (name: string, getTargetType: () => IType, ... method RegisterFull (line 137) | static RegisterFull (name: string, getTargetType: () => IType, ownerTy... method FinishRegister (line 155) | private FinishRegister () { method ExtendTo (line 196) | ExtendTo (type: any): DependencyProperty { method ValidateSetValue (line 223) | ValidateSetValue (dobj: Fayde.DependencyObject, value: any, isValidOut... method GetDependencyProperty (line 237) | static GetDependencyProperty (ownerType: any, name: string, noError?: ... class ImmutableDependencyProperty (line 253) | class ImmutableDependencyProperty extends DependencyProperty { method Initialize (line 256) | Initialize (dobj: Fayde.DependencyObject): T { FILE: src/Core/DependencyPropertyChangedEventArgs.ts type IDependencyPropertyChangedEventArgs (line 1) | interface IDependencyPropertyChangedEventArgs { class DependencyPropertyChangedEventArgs (line 6) | class DependencyPropertyChangedEventArgs implements nullstone.IEventArgs... FILE: src/Core/Enums.ts type Orientation (line 2) | enum Orientation { type Visibility (line 8) | enum Visibility { type CursorType (line 19) | enum CursorType { type HorizontalAlignment (line 43) | enum HorizontalAlignment { type VerticalAlignment (line 51) | enum VerticalAlignment { type FlowDirection (line 59) | enum FlowDirection { type FontWeight (line 65) | enum FontWeight { type TextAlignment (line 79) | enum TextAlignment { type TextDecorations (line 88) | enum TextDecorations { type LineStackingStrategy (line 94) | enum LineStackingStrategy { FILE: src/Core/FrameworkElement.ts class FENode (line 6) | class FENode extends UINode implements Providers.IStyleHolder, Providers... method constructor (line 12) | constructor(xobj: FrameworkElement) { method SetSubtreeNode (line 35) | SetSubtreeNode(subtreeNode: XamlNode, error: BError): boolean { method GetInheritedEnumerator (line 46) | GetInheritedEnumerator(): nullstone.IEnumerator { method GetVisualTreeEnumerator (line 50) | GetVisualTreeEnumerator(): nullstone.IEnumerator { method SetIsLoaded (line 63) | SetIsLoaded(value: boolean) { method OnIsLoadedChanged (line 69) | OnIsLoadedChanged(newIsLoaded: boolean) { method InvokeLoaded (line 90) | InvokeLoaded() { } method AttachVisualChild (line 92) | AttachVisualChild(uie: UIElement, error: BError): boolean { method DetachVisualChild (line 99) | DetachVisualChild(uie: UIElement, error: BError) { method ApplyTemplateWithError (line 107) | ApplyTemplateWithError(error: BError): boolean { method DoApplyTemplateWithError (line 117) | DoApplyTemplateWithError(error: BError): boolean { return false; } method FinishApplyTemplateWithError (line 118) | FinishApplyTemplateWithError(uie: UIElement, error: BError): boolean { method UpdateLayout (line 125) | UpdateLayout() { method DetachFromVisualParent (line 129) | static DetachFromVisualParent (xobj: UIElement) { class FrameworkElement (line 140) | class FrameworkElement extends UIElement implements IResourcable, Provid... method CreateNode (line 142) | CreateNode(): FENode { return new FENode(this); } method IsInheritable (line 162) | IsInheritable(propd: DependencyProperty): boolean { method OnApplyTemplate (line 192) | OnApplyTemplate() { } method OnBindingValidationError (line 195) | OnBindingValidationError (args: Validation.ValidationErrorEventArgs) { method UpdateLayout (line 200) | UpdateLayout() { this.XamlNode.UpdateLayout(); } FILE: src/Core/HierarchicalDataTemplate.ts class HierarchicalDataTemplate (line 4) | class HierarchicalDataTemplate extends DataTemplate { FILE: src/Core/INotifyPropertyChanged.ts class PropertyChangedEventArgs (line 2) | class PropertyChangedEventArgs implements nullstone.IEventArgs { method constructor (line 4) | constructor(propertyName: string) { type INotifyPropertyChanged (line 10) | interface INotifyPropertyChanged { FILE: src/Core/InheritableOwner.ts class InheritableOwner (line 6) | class InheritableOwner { FILE: src/Core/LayoutInformation.ts class LayoutInformation (line 2) | class LayoutInformation { method GetLayoutClip (line 3) | static GetLayoutClip(uie: UIElement): Media.Geometry { method GetLayoutSlot (line 19) | static GetLayoutSlot(uie: UIElement): minerva.Rect { FILE: src/Core/NameScope.ts class NameScope (line 2) | class NameScope { method constructor (line 6) | constructor(isRoot?: boolean) { method FindName (line 11) | FindName(name: string): XamlNode { method RegisterName (line 14) | RegisterName(name: string, xnode: XamlNode) { method UnregisterName (line 21) | UnregisterName(name: string) { method Absorb (line 26) | Absorb(otherNs: NameScope) { FILE: src/Core/Providers/ActualSizeStore.ts class ActualSizeStore (line 4) | class ActualSizeStore extends PropertyStore { method GetValue (line 7) | GetValue(storage: IPropertyStorage): number { method GetValuePrecedence (line 12) | GetValuePrecedence(storage: IPropertyStorage): PropertyPrecedence { re... method SetLocalValue (line 14) | SetLocalValue(storage: Providers.IPropertyStorage, newValue: number) { method SetLocalStyleValue (line 21) | SetLocalStyleValue(storage: IPropertyStorage, newValue: any) { } method SetImplicitStyle (line 22) | SetImplicitStyle(storage: IPropertyStorage, newValue: any) { } method ClearValue (line 24) | ClearValue(storage: Providers.IPropertyStorage, notifyListeners?: bool... FILE: src/Core/Providers/DataContextStore.ts type IDataContextStorage (line 4) | interface IDataContextStorage extends IPropertyStorage { class DataContextStore (line 8) | class DataContextStore extends PropertyStore { method GetValue (line 10) | GetValue(storage: IDataContextStorage): any { method GetValuePrecedence (line 16) | GetValuePrecedence(storage: IDataContextStorage): PropertyPrecedence { method OnInheritedChanged (line 24) | OnInheritedChanged(storage: IDataContextStorage, newInherited?: any) { method CreateStorage (line 31) | CreateStorage(dobj: DependencyObject, propd: DependencyProperty): IDat... method OnPropertyChanged (line 45) | OnPropertyChanged(storage: IDataContextStorage, effectivePrecedence: P... method TryUpdateDataContextExpression (line 55) | private TryUpdateDataContextExpression(storage: IDataContextStorage, n... FILE: src/Core/Providers/ImmutableStore.ts class ImmutableStore (line 4) | class ImmutableStore extends PropertyStore { method GetValue (line 7) | GetValue(storage: IPropertyStorage): any { method GetValuePrecedence (line 10) | GetValuePrecedence(storage: IPropertyStorage): PropertyPrecedence { method SetLocalValue (line 13) | SetLocalValue(storage: Providers.IPropertyStorage, newValue: any) { method ClearValue (line 16) | ClearValue(storage: Providers.IPropertyStorage) { method ListenToChanged (line 19) | ListenToChanged(target: DependencyObject, propd: DependencyProperty, f... method Clone (line 26) | Clone(dobj: DependencyObject, sourceStorage: IPropertyStorage): IPrope... FILE: src/Core/Providers/ImplicitStyleBroker.ts type StyleIndex (line 2) | enum StyleIndex { type StyleMask (line 8) | enum StyleMask { type IImplicitStyleHolder (line 16) | interface IImplicitStyleHolder { class ImplicitStyleBroker (line 21) | class ImplicitStyleBroker { method Set (line 22) | static Set (fe: FrameworkElement, mask: StyleMask, styles?: Style[]) { method SetImpl (line 42) | private static SetImpl (fe: FrameworkElement, mask: StyleMask, styles:... method Clear (line 63) | static Clear (fe: FrameworkElement, mask: StyleMask) { method ApplyStyles (line 81) | private static ApplyStyles (fe: FrameworkElement, mask: StyleMask, sty... function getImplicitStyles (line 104) | function getImplicitStyles (fe: FrameworkElement, mask: StyleMask): Styl... function getThemeStyle (line 122) | function getThemeStyle (fe: FrameworkElement): Style { function getAppResourcesStyle (line 131) | function getAppResourcesStyle (app: Application, fe: FrameworkElement): ... function getVisualTreeStyle (line 135) | function getVisualTreeStyle (fe: FrameworkElement): Style { FILE: src/Core/Providers/InheritedStore.ts type IInheritedStorage (line 4) | interface IInheritedStorage extends IPropertyStorage { type IIsPropertyInheritable (line 8) | interface IIsPropertyInheritable { class InheritedStore (line 12) | class InheritedStore extends PropertyStore { method GetValue (line 14) | GetValue(storage: IInheritedStorage): any { method GetValuePrecedence (line 26) | GetValuePrecedence(storage: IInheritedStorage): PropertyPrecedence { method OnPropertyChanged (line 35) | OnPropertyChanged(storage: IPropertyStorage, effectivePrecedence: Prop... method CreateStorage (line 42) | CreateStorage(dobj: DependencyObject, propd: DependencyProperty): IInh... method PropagateInheritedOnAdd (line 56) | static PropagateInheritedOnAdd(dobj: DependencyObject, subtreeNode: DO... method ClearInheritedOnRemove (line 85) | static ClearInheritedOnRemove(dobj: DependencyObject, subtreeNode: DON... method Propagate (line 96) | private Propagate(ownerNode: XamlNode, propd: DependencyProperty, newV... method SetInheritedValue (line 105) | private SetInheritedValue(don: DONode, propd: DependencyProperty, newV... FILE: src/Core/Providers/IsEnabledStore.ts type IIsEnabledStorage (line 4) | interface IIsEnabledStorage extends IPropertyStorage { class IsEnabledStore (line 8) | class IsEnabledStore extends PropertyStore { method GetValue (line 10) | GetValue(storage: IIsEnabledStorage): boolean { method GetValuePrecedence (line 15) | GetValuePrecedence(storage: IIsEnabledStorage): PropertyPrecedence { method SetLocalValue (line 21) | SetLocalValue(storage: IIsEnabledStorage, newValue: boolean) { method OnPropertyChanged (line 29) | OnPropertyChanged(storage: IPropertyStorage, effectivePrecedence: Prop... method CreateStorage (line 35) | CreateStorage(dobj: DependencyObject, propd: DependencyProperty): IIsE... method EmitInheritedChanged (line 49) | EmitInheritedChanged(storage: IIsEnabledStorage, newInherited: boolean) { method EmitInheritedChanged (line 61) | static EmitInheritedChanged(cn: Controls.ControlNode, value: boolean) { FILE: src/Core/Providers/LocalStyleBroker.ts type IStyleHolder (line 3) | interface IStyleHolder { class LocalStyleBroker (line 7) | class LocalStyleBroker { method Set (line 8) | static Set(fe: FrameworkElement, newStyle: Style) { FILE: src/Core/Providers/PropertyStore.ts type PropertyPrecedence (line 3) | enum PropertyPrecedence { type IPropertyChangedListener (line 17) | interface IPropertyChangedListener { type IPropertyStorage (line 23) | interface IPropertyStorage { type IPropertyStorageOwner (line 34) | interface IPropertyStorageOwner { function GetStorage (line 38) | function GetStorage(dobj: DependencyObject, propd: DependencyProperty): ... class PropertyStore (line 45) | class PropertyStore { method GetValue (line 47) | GetValue(storage: IPropertyStorage): any { method GetValuePrecedence (line 57) | GetValuePrecedence(storage: IPropertyStorage): PropertyPrecedence { method SetLocalValue (line 67) | SetLocalValue(storage: Providers.IPropertyStorage, newValue: any) { method SetLocalStyleValue (line 100) | SetLocalStyleValue(storage: IPropertyStorage, newValue: any) { method SetImplicitStyle (line 115) | SetImplicitStyle(storage: IPropertyStorage, newValue: any) { method ClearValue (line 131) | ClearValue(storage: Providers.IPropertyStorage) { method OnPropertyChanged (line 139) | OnPropertyChanged(storage: IPropertyStorage, effectivePrecedence: Prop... method ListenToChanged (line 177) | ListenToChanged(target: DependencyObject, propd: DependencyProperty, f... method CreateStorage (line 195) | CreateStorage(dobj: DependencyObject, propd: DependencyProperty): IPro... method Clone (line 207) | Clone(dobj: DependencyObject, sourceStorage: IPropertyStorage): IPrope... FILE: src/Core/Providers/ResourcesStore.ts class ResourcesStore (line 4) | class ResourcesStore extends PropertyStore { method GetValue (line 7) | GetValue (storage: IPropertyStorage): ResourceDictionary { method GetValuePrecedence (line 15) | GetValuePrecedence (storage: IPropertyStorage): PropertyPrecedence { method SetLocalValue (line 19) | SetLocalValue (storage: Providers.IPropertyStorage, newValue: number) { method SetLocalStyleValue (line 23) | SetLocalStyleValue (storage: IPropertyStorage, newValue: any) { method SetImplicitStyle (line 26) | SetImplicitStyle (storage: IPropertyStorage, newValue: any) { method ClearValue (line 29) | ClearValue (storage: Providers.IPropertyStorage, notifyListeners?: boo... FILE: src/Core/Providers/StyleSwapper.ts function SwapStyles (line 2) | function SwapStyles(fe: FrameworkElement, oldWalker: IStyleWalker, newWa... FILE: src/Core/ResourceDictionary.ts type IResourcable (line 6) | interface IResourcable { class ResourceDictionaryCollection (line 10) | class ResourceDictionaryCollection extends XamlObjectCollection { method GetNodeEnumerator (line 144) | GetNodeEnumerator(reverse?: boolean): nullstone.IE... method _GetFromSource (line 160) | private _GetFromSource (key: any): any { FILE: src/Core/RoutedEvent.ts class RoutedEvent (line 2) | class RoutedEvent extends nullstone.Event { FILE: src/Core/RoutedEventArgs.ts class RoutedEventArgs (line 2) | class RoutedEventArgs implements nullstone.IEventArgs { FILE: src/Core/RoutedPropertyChangedEvent.ts class RoutedPropertyChangedEvent (line 5) | class RoutedPropertyChangedEvent extends RoutedEvent extends RoutedEventArgs { method constructor (line 12) | constructor(oldValue: T, newValue: T) { FILE: src/Core/RoutedPropertyChangingEvent.ts class RoutedPropertyChangingEvent (line 5) | class RoutedPropertyChangingEvent extends RoutedEvent extends RoutedEventArgs { method IsCancellable (line 14) | get IsCancellable() { return this._IsCancelable; } method Cancel (line 16) | get Cancel(): boolean { return this._Cancel; } method Cancel (line 17) | set Cancel(value: boolean) { method constructor (line 24) | constructor(propd: DependencyProperty, oldValue: T, newValue: T, isCan... FILE: src/Core/Setter.ts class SetterCollection (line 5) | class SetterCollection extends XamlObjectCollection { method Seal (line 9) | Seal () { method AddingToCollection (line 18) | AddingToCollection (value: Setter, error: BError): boolean { method _ValidateSetter (line 24) | private _ValidateSetter (setter: Setter, error: BError) { class Setter (line 44) | class Setter extends DependencyObject { method Seal (line 53) | Seal () { method Compare (line 62) | static Compare (setter1: Setter, setter2: Setter): number { FILE: src/Core/SizeChangedEventArgs.ts class SizeChangedEventArgs (line 4) | class SizeChangedEventArgs extends RoutedEventArgs { method constructor (line 8) | constructor(previousSize: minerva.Size, newSize: minerva.Size) { FILE: src/Core/Style.ts class Style (line 5) | class Style extends DependencyObject { method constructor (line 15) | constructor () { method Seal (line 21) | Seal () { method Validate (line 32) | Validate (instance: DependencyObject, error: BError): boolean { FILE: src/Core/TemplateBinding.ts class TemplateBinding (line 2) | class TemplateBinding implements nullstone.markup.IMarkupExtension { method init (line 5) | init (val: string) { method transmute (line 9) | transmute (os: any[]): any { FILE: src/Core/Triggers.ts class TriggerAction (line 5) | class TriggerAction extends DependencyObject { method Fire (line 6) | Fire() { } class TriggerActionCollection (line 10) | class TriggerActionCollection extends XamlObjectCollection { method Fire (line 11) | Fire() { class TriggerBase (line 21) | class TriggerBase extends DependencyObject { method Attach (line 22) | Attach(target: XamlObject) { } method Detach (line 23) | Detach(target: XamlObject) { } class EventTrigger (line 27) | class EventTrigger extends TriggerBase { method constructor (line 35) | constructor() { method Attach (line 41) | Attach(target: XamlObject) { method Detach (line 52) | Detach(target: XamlObject) { method _FireActions (line 58) | private _FireActions(sender, e: RoutedEventArgs) { method _ParseEventName (line 64) | private _ParseEventName(target: XamlObject): RoutedEvent { method ParentXamlObject (line 86) | private get ParentXamlObject(): XamlObject { method AddingToCollection (line 93) | AddingToCollection(value: TriggerBase, error: BError): boolean { method RemovedFromCollection (line 100) | RemovedFromCollection(value: TriggerBase, isValueSafe: boolean) { method AttachTarget (line 106) | AttachTarget(target: XamlObject) { method DetachTarget (line 112) | DetachTarget(target: XamlObject) { FILE: src/Core/UIElement.ts class UINode (line 9) | class UINode extends DONode { method constructor (line 14) | constructor(xobj: UIElement) { method GetVisualRoot (line 22) | GetVisualRoot(): UINode { method SetIsLoaded (line 32) | SetIsLoaded(value: boolean) { } method OnVisualChildAttached (line 34) | OnVisualChildAttached(uie: UIElement) { method OnVisualChildDetached (line 39) | OnVisualChildDetached(uie: UIElement) { method SetVisualParentNode (line 45) | private SetVisualParentNode(visualParentNode: UINode) { method Focus (line 52) | Focus(recurse?: boolean): boolean { return false; } method _EmitFocusChange (line 54) | _EmitFocusChange(type: string) { method _EmitLostFocus (line 60) | private _EmitLostFocus() { method _EmitGotFocus (line 66) | private _EmitGotFocus() { method _EmitKeyDown (line 72) | _EmitKeyDown(args: Fayde.Input.KeyEventArgs) { method _EmitKeyUp (line 77) | _EmitKeyUp(args: Fayde.Input.KeyEventArgs) { method _EmitLostMouseCapture (line 82) | _EmitLostMouseCapture(pos: Point) { method _EmitMouseEvent (line 88) | _EmitMouseEvent(type: Input.MouseInputType, isLeftButton: boolean, isR... method _EmitTouchEvent (line 132) | _EmitTouchEvent(type: Input.TouchInputType, args: Input.TouchEventArgs) { method _EmitGotTouchCapture (line 160) | _EmitGotTouchCapture(e: Input.TouchEventArgs) { method _EmitLostTouchCapture (line 165) | _EmitLostTouchCapture(e: Input.TouchEventArgs) { method CanCaptureMouse (line 171) | CanCaptureMouse(): boolean { return true; } method CaptureMouse (line 172) | CaptureMouse(): boolean { method ReleaseMouseCapture (line 178) | ReleaseMouseCapture() { method IsAncestorOf (line 184) | IsAncestorOf(uin: UINode) { method TransformToVisual (line 191) | TransformToVisual (uin?: UINode): Media.GeneralTransform { class UIElement (line 201) | class UIElement extends DependencyObject implements Providers.IIsPropert... method CreateNode (line 203) | CreateNode(): UINode { return new UINode(this); } method CreateLayoutUpdater (line 204) | CreateLayoutUpdater(): minerva.core.Updater { return new minerva.core.... method IsItemsControl (line 206) | get IsItemsControl(): boolean { return false; } method VisualParent (line 208) | get VisualParent() { method IsInheritable (line 228) | IsInheritable(propd: DependencyProperty): boolean { method IsMouseOver (line 232) | get IsMouseOver() { return this.XamlNode.IsMouseOver; } method DesiredSize (line 233) | get DesiredSize(): minerva.Size { method RenderSize (line 237) | get RenderSize(): minerva.Size { method Focus (line 258) | Focus(): boolean { return this.XamlNode.Focus(); } method CaptureMouse (line 259) | CaptureMouse():boolean { return this.XamlNode.CaptureMouse(); } method ReleaseMouseCapture (line 260) | ReleaseMouseCapture() { this.XamlNode.ReleaseMouseCapture(); } method IsAncestorOf (line 262) | IsAncestorOf(uie: UIElement): boolean { method TransformToVisual (line 266) | TransformToVisual(uie: UIElement): Media.GeneralTransform { method InvalidateMeasure (line 271) | InvalidateMeasure() { this.XamlNode.LayoutUpdater.invalidateMeasure(); } method Measure (line 272) | Measure(availableSize: minerva.Size) { method InvalidateArrange (line 275) | InvalidateArrange() { this.XamlNode.LayoutUpdater.invalidateArrange(); } method Arrange (line 276) | Arrange(finalRect: minerva.Rect) { method OnGotFocus (line 301) | OnGotFocus(e: RoutedEventArgs) { } method OnLostFocus (line 302) | OnLostFocus(e: RoutedEventArgs) { } method OnLostMouseCapture (line 303) | OnLostMouseCapture(e: Input.MouseEventArgs) { } method OnKeyDown (line 304) | OnKeyDown(e: Input.KeyEventArgs) { } method OnKeyUp (line 305) | OnKeyUp(e: Input.KeyEventArgs) { } method OnMouseEnter (line 306) | OnMouseEnter(e: Input.MouseEventArgs) { } method OnMouseLeave (line 307) | OnMouseLeave(e: Input.MouseEventArgs) { } method OnMouseLeftButtonDown (line 308) | OnMouseLeftButtonDown(e: Input.MouseButtonEventArgs) { } method OnMouseLeftButtonUp (line 309) | OnMouseLeftButtonUp(e: Input.MouseButtonEventArgs) { } method OnMouseMove (line 310) | OnMouseMove(e: Input.MouseEventArgs) { } method OnMouseRightButtonDown (line 311) | OnMouseRightButtonDown(e: Input.MouseButtonEventArgs) { } method OnMouseRightButtonUp (line 312) | OnMouseRightButtonUp(e: Input.MouseButtonEventArgs) { } method OnMouseWheel (line 313) | OnMouseWheel(e: Input.MouseWheelEventArgs) { } method OnTouchDown (line 314) | OnTouchDown(e: Input.TouchEventArgs) { } method OnTouchUp (line 315) | OnTouchUp(e: Input.TouchEventArgs) { } method OnTouchEnter (line 316) | OnTouchEnter(e: Input.TouchEventArgs) { } method OnTouchLeave (line 317) | OnTouchLeave(e: Input.TouchEventArgs) { } method OnTouchMove (line 318) | OnTouchMove(e: Input.TouchEventArgs) { } method OnGotTouchCapture (line 319) | OnGotTouchCapture(e: Input.TouchEventArgs) { } method OnLostTouchCapture (line 320) | OnLostTouchCapture(e: Input.TouchEventArgs) { } method _TriggersChanged (line 322) | private _TriggersChanged(args: IDependencyPropertyChangedEventArgs) { FILE: src/Core/UIReaction.ts type IUIReactionCallback (line 2) | interface IUIReactionCallback { function UIReaction (line 10) | function UIReaction(propd: DependencyProperty, callback?: IUIRea... function reaction (line 28) | function reaction(callback: IUIReactionCallback) { function sReaction (line 34) | function sReaction(callback: IUIReactionCallback, name: string, sy... function lReaction (line 47) | function lReaction(callback: IUIReactionCallback) { function slReaction (line 58) | function slReaction(callback: IUIReactionCallback, name: string, s... FILE: src/Core/UIReactionAttached.ts function UIReactionAttached (line 2) | function UIReactionAttached(propd: DependencyProperty, callback?... function reaction (line 6) | function reaction(name: string, callback?: IUIReactionCallback) { FILE: src/Core/VisualTreeEnum.ts class VisualTreeEnum (line 2) | class VisualTreeEnum { method GetAncestors (line 3) | static GetAncestors (uie: UIElement): nullstone.IEnumerable { class AncestorsEnumerable (line 8) | class AncestorsEnumerable implements nullstone.IEnumerable { method constructor (line 9) | constructor (private uie: UIElement) { method getEnumerator (line 12) | getEnumerator (): nullstone.IEnumerator { FILE: src/Core/VisualTreeHelper.ts class VisualTreeHelper (line 2) | class VisualTreeHelper { method GetParent (line 3) | static GetParent (d: DependencyObject): DependencyObject { method GetParentOfType (line 11) | static GetParentOfType(d: DependencyObject... method GetRoot (line 22) | static GetRoot (d: DependencyObject): DependencyObject { method GetChild (line 30) | static GetChild (d: DependencyObject, childIndex: number): DependencyO... method GetChildrenCount (line 49) | static GetChildrenCount (d: DependencyObject): number { method FindElementsInHostCoordinates (line 68) | static FindElementsInHostCoordinates (pos: Point, uie: UIElement): UIE... method __Debug (line 73) | static __Debug (ui: any, func?: (uin: UINode, tabIndex: number) => str... method __DebugTree (line 99) | private static __DebugTree (curNode: UINode, matchNode: UINode, tabInd... method __DebugUIElement (line 142) | private static __DebugUIElement (uin: UINode, tabIndex: number): string { method __DebugGrid (line 169) | private static __DebugGrid (uin: UINode, tabIndex: number): string { method __DebugUIElementLayout (line 210) | private static __DebugUIElementLayout (uin: UINode, tabIndex: number):... method __DebugLayout (line 216) | static __DebugLayout (ui: any): string { method __GetById (line 220) | private static __GetById (id: number): UIElement { FILE: src/Core/Walkers.ts type VisualTreeDirection (line 3) | enum VisualTreeDirection { type IWalker (line 10) | interface IWalker { type IStyleWalker (line 13) | interface IStyleWalker extends IWalker { type IDeepTreeWalker (line 16) | interface IDeepTreeWalker extends IWalker { type ITabNavigationWalker (line 20) | interface ITabNavigationWalker { function mergeSetters (line 24) | function mergeSetters(arr: any[], dps: any[], style: Style) { function SingleStyleWalker (line 40) | function SingleStyleWalker(style: Style): IStyleWalker { function MultipleStylesWalker (line 56) | function MultipleStylesWalker(styles: Style[]): IStyleWalker { function DeepTreeWalker (line 83) | function DeepTreeWalker(topNode: UINode, direction?: VisualTreeDirection... function compare (line 114) | function compare(left: Controls.ControlNode, right: Controls.ControlNode) { function getParentNavigationMode (line 132) | function getParentNavigationMode(uin: UINode): Input.KeyboardNavigationM... function getActiveNavigationMode (line 140) | function getActiveNavigationMode(uin: UINode): Input.KeyboardNavigationM... function walkChildren (line 148) | function walkChildren(root: UINode, cur?: UINode, forwards?: boolean) { class TabNavigationWalker (line 152) | class TabNavigationWalker implements ITabNavigationWalker { method constructor (line 158) | constructor(root: UINode, cur: UINode, forwards: boolean) { method FocusChild (line 165) | FocusChild(): boolean { method Focus (line 226) | static Focus(uin: UINode, forwards?: boolean): boolean { FILE: src/Core/XamlNode.ts type IIsAttachedMonitor (line 2) | interface IIsAttachedMonitor { class XamlNode (line 7) | class XamlNode { method constructor (line 19) | constructor(xobj: XamlObject) { method DataContext (line 24) | get DataContext(): any { return this._DataContext; } method DataContext (line 25) | set DataContext(value: any) { method OnDataContextChanged (line 32) | OnDataContextChanged(oldDataContext: any, newDataContext: any) { method IsEnabled (line 43) | get IsEnabled(): boolean { return this._IsEnabled; } method IsEnabled (line 44) | set IsEnabled(value: boolean) { method OnIsEnabledChanged (line 52) | OnIsEnabledChanged(oldValue: boolean, newValue: boolean) { method FindName (line 62) | FindName(name: string, doc?: boolean): XamlNode { method SetName (line 72) | SetName(name: string) { method FindNameScope (line 78) | FindNameScope(): NameScope { method SetIsAttached (line 96) | SetIsAttached(value: boolean) { method OnIsAttachedChanged (line 102) | OnIsAttachedChanged(newIsAttached: boolean) { method MonitorIsAttached (line 123) | MonitorIsAttached(func: (newIsAttached: boolean) => void ): IIsAttache... method AttachTo (line 138) | AttachTo(parentNode: XamlNode, error: BError): boolean { method Detach (line 199) | Detach() { method OnParentChanged (line 215) | OnParentChanged(oldParentNode: XamlNode, newParentNode: XamlNode) { } method GetInheritedEnumerator (line 217) | GetInheritedEnumerator(): nullstone.IEnumerator { return undef... method SetShareable (line 219) | static SetShareable(xn: XamlNode) { FILE: src/Core/XamlObject.ts class XamlObject (line 2) | class XamlObject implements Providers.IIsPropertyInheritable { method constructor (line 9) | constructor() { method CreateNode (line 13) | CreateNode(): XamlNode { method Name (line 16) | get Name() { return this.XamlNode.Name; } method Parent (line 17) | get Parent(): XamlObject { method FindName (line 23) | FindName(name: string, doc?: boolean): XamlObject { method Clone (line 28) | Clone(): XamlObject { method CloneCore (line 33) | CloneCore(source: XamlObject) { } method IsInheritable (line 35) | IsInheritable(propd: DependencyProperty): boolean { return false; } FILE: src/Core/XamlObjectCollection.ts class XamlObjectCollection (line 4) | class XamlObjectCollection extends XamlObject impl... method AttachTo (line 7) | AttachTo (xobj: XamlObject) { method Count (line 13) | get Count () { method GetRange (line 17) | GetRange (startIndex: number, endIndex: number): T[] { method GetValueAt (line 21) | GetValueAt (index: number): T { method SetValueAt (line 25) | SetValueAt (index: number, value: T): boolean { method Add (line 45) | Add (value: T): number { method Insert (line 50) | Insert (index: number, value: T): boolean { method Remove (line 70) | Remove (value: T): boolean { method RemoveAt (line 77) | RemoveAt (index: number): boolean { method Clear (line 87) | Clear (): boolean { method IndexOf (line 99) | IndexOf (value: T): number { method Contains (line 103) | Contains (value: T): boolean { method CanAdd (line 107) | CanAdd (value: T): boolean { method AddingToCollection (line 111) | AddingToCollection (value: T, error: BError): boolean { method RemovedFromCollection (line 117) | RemovedFromCollection (value: T, isValueSafe: boolean) { method getEnumerator (line 122) | getEnumerator (reverse?: boolean): nullstone.IEnumerator { method GetNodeEnumerator (line 126) | GetNodeEnumerator(reverse?: boolean): nullstone.IE... method _RaiseItemAdded (line 142) | _RaiseItemAdded (value: T, index: number) { method _RaiseItemRemoved (line 145) | _RaiseItemRemoved (value: T, index: number) { method _RaiseItemReplaced (line 148) | _RaiseItemReplaced (removed: T, added: T, index: number) { method _RaiseCleared (line 152) | _RaiseCleared (old: T[]) { method CloneCore (line 155) | CloneCore (source: XamlObjectCollection) { method ToArray (line 161) | ToArray (): T[] { FILE: src/Data/Binding.ts class Binding (line 6) | class Binding implements nullstone.markup.IMarkupExtension, ICloneable { method constructor (line 28) | constructor (obj?: any) { method init (line 57) | init (val: string) { method transmute (line 61) | transmute (os: any[]): any { method $$coerce (line 67) | private $$coerce () { method Clone (line 79) | Clone () { method fromData (line 83) | static fromData (data: IBindingData): Binding { FILE: src/Data/CollectionViewSource.ts class CollectionViewSource (line 4) | class CollectionViewSource extends DependencyObject { FILE: src/Data/DataErrorsChangedEventArgs.ts class DataErrorsChangedEventArgs (line 2) | class DataErrorsChangedEventArgs implements nullstone.IEventArgs { method constructor (line 5) | constructor (propertyName: string) { FILE: src/Data/Enums.ts type RelativeSourceMode (line 2) | enum RelativeSourceMode { type BindingMode (line 10) | enum BindingMode { type UpdateSourceTrigger (line 18) | enum UpdateSourceTrigger { FILE: src/Data/IBindingData.ts type IBindingData (line 2) | interface IBindingData { FILE: src/Data/ICollectionView.ts type ICollectionView (line 2) | interface ICollectionView extends nullstone.IEnumerable { FILE: src/Data/IDataErrorInfo.ts type IDataErrorInfo (line 2) | interface IDataErrorInfo { FILE: src/Data/INotifyDataErrorInfo.ts type INotifyDataErrorInfo (line 2) | interface INotifyDataErrorInfo { FILE: src/Data/IValueConverter.ts type IValueConverter (line 2) | interface IValueConverter { FILE: src/Data/Property/PropertyPath.ts type IParseData (line 2) | interface IParseData { type IOutValue (line 20) | interface IOutValue { function lookupType (line 25) | function lookupType(name: string) { function handlePeriod (line 45) | function handlePeriod(data: IParseData): boolean { function handleLeftBracket (line 72) | function handleLeftBracket (data: IParseData): boolean { function handleDefault (line 120) | function handleDefault(data: IParseData): boolean { class PropertyPath (line 202) | class PropertyPath implements ICloneable { method constructor (line 206) | constructor(path?: string, expandedPath?: string) { method CreateFromParameter (line 211) | static CreateFromParameter(parameter) { method TryResolveDependencyProperty (line 221) | TryResolveDependencyProperty(refobj: IOutValue, promotedValues: any[])... method Path (line 231) | get Path(): string { return this._Path; } method ExpandedPath (line 232) | get ExpandedPath(): string { return this._ExpandedPath; } method ParsePath (line 233) | get ParsePath(): string { method HasDependencyProperty (line 240) | get HasDependencyProperty() { return this._Propd != null; } method DependencyProperty (line 241) | get DependencyProperty() { return this._Propd; } method ResolvePropertyPath (line 243) | static ResolvePropertyPath(refobj: IOutValue, propertyPath: PropertyPa... method Clone (line 297) | Clone(): PropertyPath { FILE: src/Data/Property/PropertyPathParser.ts type IPropertyPathParserData (line 3) | interface IPropertyPathParserData { type PropertyNodeType (line 9) | enum PropertyNodeType { class PropertyPathParser (line 18) | class PropertyPathParser { method constructor (line 20) | constructor(path: string) { method Step (line 24) | Step(data: IPropertyPathParserData): PropertyNodeType { function indexOfAny (line 112) | function indexOfAny(str: string, carr: string[], start?: number): number { FILE: src/Data/Property/PropertyPathWalker.ts type IPropertyPathWalkerListener (line 2) | interface IPropertyPathWalkerListener { type IPropertyPathNode (line 7) | interface IPropertyPathNode { type ICollectionViewNode (line 18) | interface ICollectionViewNode extends IPropertyPathNode { type IPropertyPathNodeListener (line 21) | interface IPropertyPathNodeListener { class PropertyPathWalker (line 26) | class PropertyPathWalker implements IPropertyPathNodeListener { method IsPathBroken (line 35) | get IsPathBroken (): boolean { method FinalPropertyName (line 49) | get FinalPropertyName (): string { method constructor (line 61) | constructor (path: string, bindDirectlyToSource?: boolean, bindsToView... method GetValue (line 113) | GetValue (item: any) { method Update (line 119) | Update (source: any) { method Listen (line 124) | Listen (listener: IPropertyPathWalkerListener) { method Unlisten (line 128) | Unlisten (listener: IPropertyPathWalkerListener) { method IsBrokenChanged (line 132) | IsBrokenChanged (node: IPropertyPathNode) { method ValueChanged (line 138) | ValueChanged (node: IPropertyPathNode) { method GetContext (line 144) | GetContext (): any { class PropertyPathNode (line 157) | class PropertyPathNode implements IPropertyPathNode { method IsBroken (line 167) | get IsBroken (): boolean { method Source (line 171) | get Source (): any { method Value (line 175) | get Value (): any { method Listen (line 179) | Listen (listener: IPropertyPathNodeListener) { method Unlisten (line 183) | Unlisten (listener: IPropertyPathNodeListener) { method OnSourceChanged (line 187) | OnSourceChanged (oldSource, newSource) { method OnSourcePropertyChanged (line 190) | OnSourcePropertyChanged (o, e) { method UpdateValue (line 193) | UpdateValue () { method SetValue (line 197) | SetValue (value: any) { method GetSource (line 201) | GetSource (): any { method SetSource (line 205) | SetSource (value: any) { method UpdateValueAndIsBroken (line 223) | UpdateValueAndIsBroken (newValue: any, isBroken: boolean) { method _CheckIsBroken (line 239) | _CheckIsBroken (): boolean { class StandardPropertyPathNode (line 244) | class StandardPropertyPathNode extends PropertyPathNode { method constructor (line 250) | constructor (typeName: string, propertyName: string) { method SetValue (line 256) | SetValue (value: any) { method UpdateValue (line 263) | UpdateValue () { method OnSourceChanged (line 281) | OnSourceChanged (oldSource: any, newSource: any) { method OnPropertyChanged (line 323) | OnPropertyChanged (sender, args: IDependencyPropertyChangedEventArgs) { method OnSourcePropertyChanged (line 333) | OnSourcePropertyChanged (sender, e) { class CollectionViewNode (line 342) | class CollectionViewNode extends PropertyPathNode implements ICollection... method constructor (line 348) | constructor (bindsDirectlyToSource: boolean, bindToView: boolean) { method OnSourceChanged (line 354) | OnSourceChanged (oldSource: any, newSource: any) { method ViewChanged (line 360) | ViewChanged (sender: any, e: IDependencyPropertyChangedEventArgs) { method ViewCurrentChanged (line 366) | ViewCurrentChanged (sender: any, e: nullstone.IEventArgs) { method SetValue (line 372) | SetValue () { method UpdateValue (line 376) | UpdateValue () { method _CheckIsBroken (line 391) | _CheckIsBroken (): boolean { method ConnectViewHandlers (line 395) | ConnectViewHandlers (source: CollectionViewSource, view: ICollectionVi... method DisconnectViewHandlers (line 405) | DisconnectViewHandlers (onlyView?: boolean) { class IndexedPropertyPathNode (line 417) | class IndexedPropertyPathNode extends PropertyPathNode { method constructor (line 423) | constructor (index: any) { method UpdateValue (line 432) | UpdateValue () { method SetValue (line 452) | SetValue (value: any) { method _CheckIsBroken (line 457) | _CheckIsBroken (): boolean { method OnSourcePropertyChanged (line 461) | OnSourcePropertyChanged (o, e) { method OnSourceChanged (line 467) | OnSourceChanged (oldSource: any, newSource: any) { method _GetIndexer (line 481) | private _GetIndexer () { method CollectionChanged (line 488) | CollectionChanged (o, e) { FILE: src/Data/RelativeSource.ts class RelativeSource (line 2) | class RelativeSource implements nullstone.markup.IMarkupExtension, IClon... method constructor (line 9) | constructor (obj?: any) { method init (line 18) | init (val: string) { method resolveTypeFields (line 22) | resolveTypeFields (resolver: (full: string) => any) { method transmute (line 27) | transmute (os: any[]): any { method Clone (line 38) | Clone () { method Find (line 42) | Find (target: XamlObject) { function findAncestor (line 57) | function findAncestor (target: XamlObject, relSource: Data.RelativeSourc... function findItemsControlAncestor (line 76) | function findItemsControlAncestor (target: XamlObject, relSource: Data.R... FILE: src/Documents/Block.ts class Block (line 4) | class Block extends TextElement { FILE: src/Documents/BlockCollection.ts class BlockCollection (line 2) | class BlockCollection extends XamlObjectCollection { method _RaiseItemAdded (line 3) | _RaiseItemAdded (value: Block, index: number) { method _RaiseItemRemoved (line 11) | _RaiseItemRemoved (value: Block, index: number) { FILE: src/Documents/Inline.ts class Inline (line 4) | class Inline extends TextElement { method constructor (line 8) | constructor () { method Equals (line 18) | Equals (inline: Inline): boolean { method IsInheritable (line 24) | IsInheritable (propd: DependencyProperty): boolean { FILE: src/Documents/InlineCollection.ts class InlineCollection (line 2) | class InlineCollection extends XamlObjectCollection { method _RaiseItemAdded (line 3) | _RaiseItemAdded (value: Inline, index: number) { method _RaiseItemRemoved (line 11) | _RaiseItemRemoved (value: Inline, index: number) { FILE: src/Documents/LineBreak.ts class LineBreak (line 4) | class LineBreak extends Inline { FILE: src/Documents/Paragraph.ts class Paragraph (line 4) | class Paragraph extends Block { method CreateNode (line 5) | CreateNode(): TextElementNode { method constructor (line 12) | constructor() { method InlinesChanged (line 19) | InlinesChanged (inline: Inline, isAdd: boolean) { FILE: src/Documents/Run.ts class Run (line 4) | class Run extends Inline implements Providers.IIsPropertyInheritable { method _SerializeText (line 10) | _SerializeText(): string { return this.Text; } method IsInheritable (line 12) | IsInheritable(propd: DependencyProperty): boolean { FILE: src/Documents/Section.ts class Section (line 4) | class Section extends TextElement { method CreateNode (line 5) | CreateNode (): TextElementNode { method constructor (line 12) | constructor () { method BlocksChanged (line 19) | BlocksChanged (block: Block, isAdd: boolean) { FILE: src/Documents/Span.ts class Span (line 4) | class Span extends Inline { method CreateNode (line 5) | CreateNode (): TextElementNode { method constructor (line 12) | constructor () { method _SerializeText (line 19) | _SerializeText (): string { method InlinesChanged (line 28) | InlinesChanged (inline: Inline, isAdd: boolean) { FILE: src/Documents/TextElement.ts class TextElementNode (line 6) | class TextElementNode extends DONode { method constructor (line 9) | constructor (xobj: TextElement, inheritedWalkProperty: string) { method GetInheritedEnumerator (line 16) | GetInheritedEnumerator (): nullstone.IEnumerator { function invalidateFont (line 25) | function invalidateFont (upd: minerva.text.TextUpdater, ov, nv, te?: Tex... class TextElement (line 32) | class TextElement extends DependencyObject implements Providers.IIsPrope... method CreateNode (line 36) | CreateNode (): TextElementNode { method constructor (line 40) | constructor () { method IsInheritable (line 70) | IsInheritable (propd: DependencyProperty): boolean { method _SerializeText (line 74) | _SerializeText (): string { method Equals (line 80) | Equals (te: TextElement): boolean { FILE: src/Documents/TextReaction.ts type ITextReactionCallback (line 2) | interface ITextReactionCallback { function TextReaction (line 6) | function TextReaction(propd: DependencyProperty, callback?: ITex... function reaction (line 24) | function reaction(callback: ITextReactionCallback) { function sReaction (line 30) | function sReaction(callback: ITextReactionCallback, name: string, ... function lReaction (line 43) | function lReaction(callback: ITextReactionCallback) { function slReaction (line 54) | function slReaction(callback: ITextReactionCallback, name: string,... FILE: src/Documents/Underline.ts class Underline (line 4) | class Underline extends Span { FILE: src/Engine/Application.ts type ITimeline (line 3) | interface ITimeline { class Application (line 8) | class Application extends DependencyObject implements IResourcable, ITim... method OnThemeNameChanged (line 27) | private OnThemeNameChanged(oldThemeName: string, newThemeName: string) { method OnZoomFactorChanged (line 35) | private OnZoomFactorChanged(oldZoom: number, newZoom: number) { method _ApplyTheme (line 38) | private _ApplyTheme() { method OnResized (line 49) | OnResized(oldSize: minerva.Size, newSize: minerva.Size) { method constructor (line 53) | constructor() { method RootVisual (line 61) | get RootVisual(): UIElement { method $$SetRootVisual (line 68) | $$SetRootVisual(value: UIElement) { method Attach (line 72) | Attach(canvas: HTMLCanvasElement) { method Start (line 77) | Start() { method OnTicked (line 85) | OnTicked(lastTime: number, nowTime: number) { method StopEngine (line 91) | private StopEngine() { method ProcessStoryboards (line 95) | private ProcessStoryboards(lastTime: number, nowTime: number) { method Update (line 103) | private Update() { method Render (line 113) | private Render() { method RegisterStoryboard (line 119) | RegisterStoryboard(storyboard: ITimeline) { method UnregisterStoryboard (line 126) | UnregisterStoryboard(storyboard: ITimeline) { method GetAsync (line 133) | static GetAsync(url: string): Promise { FILE: src/Engine/ClockTimer.ts type ITimerListener (line 3) | interface ITimerListener { class ClockTimer (line 18) | class ClockTimer { method RegisterTimer (line 22) | RegisterTimer(listener: Fayde.ITimerListener) { method UnregisterTimer (line 31) | UnregisterTimer(listener: Fayde.ITimerListener) { method _DoTick (line 37) | private _DoTick() { method _RequestAnimationTick (line 51) | private _RequestAnimationTick() { FILE: src/Engine/Exceptions.ts class Exception (line 1) | class Exception { method constructor (line 4) | constructor(message: string) { method toString (line 8) | toString(): string { class ArgumentException (line 16) | class ArgumentException extends Exception { method constructor (line 17) | constructor(message: string) { class ArgumentNullException (line 22) | class ArgumentNullException extends Exception { method constructor (line 23) | constructor(message: string) { class InvalidOperationException (line 28) | class InvalidOperationException extends Exception { method constructor (line 29) | constructor(message: string) { class XamlParseException (line 34) | class XamlParseException extends Exception { method constructor (line 37) | constructor(message: string, data?: any) { class XamlMarkupParseException (line 47) | class XamlMarkupParseException extends Exception { method constructor (line 48) | constructor(message: string) { class NotSupportedException (line 53) | class NotSupportedException extends Exception { method constructor (line 54) | constructor(message: string) { class IndexOutOfRangeException (line 59) | class IndexOutOfRangeException extends Exception { method constructor (line 60) | constructor(index: number) { class ArgumentOutOfRangeException (line 65) | class ArgumentOutOfRangeException extends Exception { method constructor (line 66) | constructor(msg: string) { class AttachException (line 71) | class AttachException extends Exception { method constructor (line 74) | constructor(message: string, data: any) { class InvalidJsonException (line 80) | class InvalidJsonException extends Exception { method constructor (line 84) | constructor(jsonText: string, innerException: Error) { class TargetInvocationException (line 91) | class TargetInvocationException extends Exception { method constructor (line 94) | constructor(message: string, innerException: Exception) { class UnknownTypeException (line 100) | class UnknownTypeException extends Exception { method constructor (line 103) | constructor(fullTypeName: string) { class FormatException (line 109) | class FormatException extends Exception { method constructor (line 110) | constructor(message: string) { FILE: src/Engine/FocusManager.ts type IFocusChangedEvents (line 3) | interface IFocusChangedEvents { class FocusManager (line 8) | class FocusManager { method constructor (line 13) | constructor(state: IInputState) { method GetFocusToRoot (line 17) | GetFocusToRoot():UINode[] { method OnNodeDetached (line 23) | OnNodeDetached(node: UINode) { method TabFocus (line 34) | TabFocus(isShift: boolean) { method Focus (line 40) | Focus(ctrlNode: Fayde.Controls.ControlNode, recurse?: boolean): boolean { method _FocusNode (line 79) | private _FocusNode(uin?: Fayde.UINode) { method EmitChanges (line 103) | EmitChanges() { method EmitChangesAsync (line 111) | EmitChangesAsync() { method _EmitFocusList (line 114) | private _EmitFocusList(type: string, list: UINode[]) { method FocusAnyLayer (line 123) | FocusAnyLayer(walker: minerva.IWalker) { function elementPathToRoot (line 141) | function elementPathToRoot(source: UINode): UINode[] { FILE: src/Engine/InputManager.ts type IFocusData (line 3) | interface IFocusData { type IInputState (line 7) | interface IInputState { class InputManager (line 12) | class InputManager { method FocusedNode (line 30) | get FocusedNode(): UINode { return this._Focus.Node; } method Focus (line 31) | Focus(node: Controls.ControlNode, recurse?: boolean) { return this._Fo... method constructor (line 33) | constructor(surface: Surface) { method Register (line 45) | Register(canvas: HTMLCanvasElement) { method OnNodeDetached (line 53) | OnNodeDetached(node: UINode) { method SetIsUserInitiatedEvent (line 60) | SetIsUserInitiatedEvent(value: boolean) { method HandleKeyDown (line 66) | HandleKeyDown(args: Input.KeyEventArgs) { method _EmitKeyDown (line 79) | private _EmitKeyDown(list: UINode[], args: Input.KeyEventArgs, endInde... method HandleMousePress (line 94) | HandleMousePress(button: number, pos: Point): boolean { method HandleMouseRelease (line 101) | HandleMouseRelease(button: number, pos: Point) { method HandleMouseEvent (line 109) | HandleMouseEvent(type: Input.MouseInputType, button: number, pos: Poin... method _EmitMouseList (line 142) | private _EmitMouseList(type: Input.MouseInputType, button: number, pos... method HitTestPoint (line 168) | HitTestPoint(pos: Point): UINode[] { method UpdateCursorFromInputList (line 172) | UpdateCursorFromInputList() { method SetMouseCapture (line 183) | SetMouseCapture(uin: Fayde.UINode): boolean { method ReleaseMouseCapture (line 191) | ReleaseMouseCapture(uin: Fayde.UINode) { method _PerformCapture (line 199) | private _PerformCapture(uin: Fayde.UINode) { method _PerformReleaseCapture (line 209) | private _PerformReleaseCapture() { type ICommonElementIndices (line 219) | interface ICommonElementIndices { function findFirstCommonElement (line 223) | function findFirstCommonElement(list1: Fayde.UINode[], list2: Fayde.UINo... FILE: src/Engine/Inspection.ts class Inspection (line 2) | class Inspection { method TryHandle (line 4) | static TryHandle(type: Input.MouseInputType, isLeftButton: boolean, is... method Kill (line 17) | static Kill() { function showMenu (line 24) | function showMenu(pos: Point, htlist: UINode[]) { function createMenu (line 31) | function createMenu(): HTMLDivElement { function fillMenu (line 42) | function fillMenu(htlist: UINode[]) { function createMenuItem (line 49) | function createMenuItem(cur: UINode) { function serializeUINode (line 58) | function serializeUINode(uin: UINode): string { function handleMenuItemClick (line 82) | function handleMenuItemClick(uin: UINode) { function handleMenuItemEnter (line 85) | function handleMenuItemEnter(mi: HTMLDivElement) { function handleMenuItemLeave (line 88) | function handleMenuItemLeave(mi: HTMLDivElement) { FILE: src/Engine/Surface.ts class Surface (line 4) | class Surface extends minerva.engine.Surface { method constructor (line 12) | constructor(app: Application) { method init (line 18) | init(canvas: HTMLCanvasElement) { method Attach (line 30) | Attach(uie: UIElement, root?: boolean) { method attachLayer (line 41) | attachLayer(layer: minerva.core.Updater, root?: boolean) { method Detach (line 48) | Detach(uie: UIElement) { method detachLayer (line 52) | detachLayer(layer: minerva.core.Updater) { method updateLayout (line 59) | updateLayout(): boolean { method $$onLayoutUpdated (line 66) | private $$onLayoutUpdated() { method Focus (line 77) | Focus(node: Controls.ControlNode, recurse?: boolean): boolean { method HasFocus (line 81) | static HasFocus(uie: UIElement): boolean { method Focus (line 95) | static Focus(uie: Controls.Control, recurse?: boolean): boolean { method GetFocusedElement (line 103) | static GetFocusedElement(uie: UIElement): UIElement { method RemoveFocusFrom (line 112) | static RemoveFocusFrom(uie: UIElement): boolean { method SetMouseCapture (line 121) | static SetMouseCapture(uin: Fayde.UINode): boolean { method ReleaseMouseCapture (line 128) | static ReleaseMouseCapture(uin: Fayde.UINode) { method $$handleResize (line 135) | private $$handleResize(evt?: any) { method $$stretchCanvas (line 145) | private $$stretchCanvas() { method $$updateZoom (line 149) | private $$updateZoom(): boolean { method onZoomChanged (line 159) | protected onZoomChanged(oldZoom: number, newZoom: number) { method $$setScrollbars (line 165) | private $$setScrollbars(show: boolean) { FILE: src/Engine/Theme.ts class Theme (line 2) | class Theme { method constructor (line 12) | constructor(name: string, libUri: Uri) { method RetrieveAsync (line 17) | RetrieveAsync(): Promise { method LoadAsync (line 28) | LoadAsync(): Promise { method GetImplicitStyle (line 49) | GetImplicitStyle(type: any): Style { FILE: src/Engine/ThemeConfig.ts function GetRequestUri (line 7) | function GetRequestUri (uri: Uri, name: string): string { function OverrideRequestUri (line 17) | function OverrideRequestUri (uri: Uri, templateUri: string) { function Set (line 23) | function Set (libName: string, path: string) { function processTemplate (line 48) | function processTemplate (uri: Uri, name: string, template: string): str... FILE: src/Engine/ThemeManager.ts type IThemeManager (line 2) | interface IThemeManager { class ThemeManagerImpl (line 9) | class ThemeManagerImpl implements IThemeManager { method constructor (line 13) | constructor() { method $$onLibraryCreated (line 18) | private $$onLibraryCreated(sender: any, args: nullstone.ILibraryCreate... method LoadAsync (line 24) | LoadAsync(themeName?: string): Promise { method FindStyle (line 34) | FindStyle(defaultStyleKey: any): Style { method $$findLib (line 46) | private $$findLib(uri: string): ThemedLibrary { FILE: src/Engine/ThemedLibrary.ts type IThemesHash (line 2) | interface IThemesHash { class ThemedLibrary (line 6) | class ThemedLibrary extends nullstone.Library { method activeTheme (line 11) | get activeTheme(): Theme { method isActiveThemeInvalid (line 15) | get isActiveThemeInvalid(): boolean { method loadAsync (line 19) | loadAsync(): Promise { method retrieveTheme (line 28) | protected retrieveTheme(): Promise { method ensureThemeLoaded (line 35) | protected ensureThemeLoaded(): Promise { method getTheme (line 43) | getTheme(name: string): Theme { method setThemeName (line 50) | setThemeName(name: string) { method loadActiveTheme (line 54) | loadActiveTheme(): Promise { FILE: src/Engine/ThemedLibraryResolver.ts class ThemedLibraryResolver (line 4) | class ThemedLibraryResolver extends nullstone.LibraryResolver { method createLibrary (line 5) | createLibrary(uri: string): nullstone.ILibrary { FILE: src/Expressions/BindingExpression.ts class BindingExpression (line 4) | class BindingExpression extends BindingExpressionBase { method constructor (line 5) | constructor(binding: Data.Binding) { FILE: src/Expressions/BindingExpressionBase.ts class BindingExpressionBase (line 4) | class BindingExpressionBase extends Expression implements IPropertyPathW... method DataItem (line 21) | get DataItem (): any { method constructor (line 28) | constructor (binding: Data.Binding) { method Seal (line 40) | Seal (owner: DependencyObject, prop: any) { method OnAttached (line 71) | OnAttached (element: DependencyObject) { method GetValue (line 93) | GetValue (propd: DependencyProperty): any { method _OnSourceAvailable (line 114) | private _OnSourceAvailable () { method _FindSource (line 122) | private _FindSource (): any { method _FindSourceByElementName (line 133) | private _FindSourceByElementName (): XamlObject { method OnDetached (line 145) | OnDetached (element: DependencyObject) { method IsBrokenChanged (line 173) | IsBrokenChanged () { method ValueChanged (line 177) | ValueChanged () { method UpdateSource (line 181) | UpdateSource () { method _TryUpdateSourceObject (line 185) | _TryUpdateSourceObject (value: any) { method _UpdateSourceCallback (line 190) | private _UpdateSourceCallback (sender, args: IDependencyPropertyChange... method _TargetLostFocus (line 199) | private _TargetLostFocus (sender: any, e: nullstone.IEventArgs) { method _ShouldUpdateSource (line 205) | private _ShouldUpdateSource () { method _UpdateSourceObject (line 213) | private _UpdateSourceObject (value?: any) { method OnDataContextChanged (line 255) | OnDataContextChanged (newDataContext: any) { method _Invalidate (line 276) | private _Invalidate () { method Refresh (line 281) | Refresh () { method _ConvertFromTargetToSource (line 318) | private _ConvertFromTargetToSource (binding: Data.Binding, node: IProp... method _ConvertToType (line 334) | private _ConvertToType (propd: DependencyProperty, value: any): any { method _MaybeEmitError (line 364) | private _MaybeEmitError (message: string, exception: Exception) { method _AttachToNotifyError (line 384) | private _AttachToNotifyError (element: Data.INotifyDataErrorInfo) { method _NotifyErrorsChanged (line 413) | private _NotifyErrorsChanged (sender: any, e: Data.DataErrorsChangedEv... function getMentor (line 437) | function getMentor (dobj: DependencyObject): FrameworkElement { function getDataError (line 445) | function getDataError (walker: PropertyPathWalker): string { FILE: src/Expressions/DeferredValueExpression.ts class DeferredValueExpression (line 4) | class DeferredValueExpression extends Expression { method GetValue (line 5) | GetValue(propd: DependencyProperty): any { method toString (line 8) | toString(): string { return "DeferredValueExpression"; } FILE: src/Expressions/EventBindingExpression.ts type IEventBindingArgs (line 4) | interface IEventBindingArgs { class EventBindingExpression (line 10) | class EventBindingExpression extends Expression { method constructor (line 22) | constructor (eventBinding: Markup.EventBinding) { method Seal (line 35) | Seal (owner: DependencyObject, prop: any) { method Init (line 38) | Init (eventName: string) { method GetValue (line 42) | GetValue (propd: DependencyProperty): any { method OnAttached (line 45) | OnAttached (target: XamlObject) { method OnDetached (line 55) | OnDetached (target: XamlObject) { method OnDataContextChanged (line 64) | OnDataContextChanged (newDataContext: any) { method _Callback (line 67) | private _Callback (sender: any, e: nullstone.IEventArgs) { function findSource (line 113) | function findSource (target: XamlObject, binding: Data.Binding): any { function findSourceByElementName (line 128) | function findSourceByElementName (target: XamlObject, name: string): Xam... FILE: src/Expressions/Expression.ts class Expression (line 2) | class Expression { method Seal (line 6) | Seal (owner: DependencyObject, prop: any) { method OnAttached (line 9) | OnAttached (target: XamlObject) { method OnDetached (line 14) | OnDetached (target: XamlObject) { method GetValue (line 19) | GetValue (propd: DependencyProperty): any { method OnDataContextChanged (line 22) | OnDataContextChanged (newDataContext: any) { FILE: src/Expressions/TemplateBindingExpression.ts class TemplateBindingExpression (line 4) | class TemplateBindingExpression extends Expression { method constructor (line 12) | constructor (sourceProperty: string) { method Seal (line 17) | Seal (owner: DependencyObject, prop: any) { method GetValue (line 28) | GetValue (propd: DependencyProperty) { method OnAttached (line 39) | OnAttached (dobj: DependencyObject) { method OnDetached (line 52) | OnDetached (dobj: DependencyObject) { method OnSourcePropertyChanged (line 67) | OnSourcePropertyChanged (sender: DependencyObject, args: IDependencyPr... method _AttachListener (line 87) | private _AttachListener () { method _DetachListener (line 94) | private _DetachListener () { FILE: src/Input/ICommand.ts type ICommand (line 2) | interface ICommand { FILE: src/Input/InteractionHelper.ts function GetLogicalKey (line 4) | function GetLogicalKey(flowDirection: FlowDirection, key: Key): Key { FILE: src/Input/KeyEventArgs.ts type Key (line 4) | enum Key { class KeyboardEventArgs (line 176) | class KeyboardEventArgs extends RoutedEventArgs { class KeyEventArgs (line 181) | class KeyEventArgs extends KeyboardEventArgs { method constructor (line 186) | constructor(modifiers: IModifiersOn, keyCode: number, key: Key, c?: st... FILE: src/Input/KeyInterop.ts type IKeyInterop (line 7) | interface IKeyInterop { function CreateKeyInterop (line 10) | function CreateKeyInterop(): IKeyInterop { class KeyInterop (line 110) | class KeyInterop implements IKeyInterop { method RegisterEvents (line 111) | RegisterEvents(input: Engine.InputManager) { method CreateArgsPress (line 134) | CreateArgsPress(e): Fayde.Input.KeyEventArgs { method CreateArgsDown (line 138) | CreateArgsDown(e): Fayde.Input.KeyEventArgs { method IsPreventable (line 142) | IsPreventable(args: KeyEventArgs): boolean { class IEKeyInterop (line 158) | class IEKeyInterop extends KeyInterop { method CreateArgsPress (line 159) | CreateArgsPress(e): KeyEventArgs { method CreateArgsDown (line 184) | CreateArgsDown(e): KeyEventArgs { class NetscapeKeyInterop (line 224) | class NetscapeKeyInterop extends KeyInterop { method CreateArgsPress (line 225) | CreateArgsPress(e): KeyEventArgs { method CreateArgsDown (line 243) | CreateArgsDown(e): KeyEventArgs { method IsPreventable (line 257) | IsPreventable(args: KeyEventArgs): boolean { FILE: src/Input/Keyboard.ts type KeyboardNavigationMode (line 3) | enum KeyboardNavigationMode { type ModifierKeys (line 13) | enum ModifierKeys { type IModifiersOn (line 22) | interface IModifiersOn { class Keyboard (line 28) | class Keyboard { method RefreshModifiers (line 31) | static RefreshModifiers(e: Fayde.Input.IModifiersOn) { method HasControl (line 46) | static HasControl() { method HasAlt (line 49) | static HasAlt() { method HasShift (line 52) | static HasShift() { FILE: src/Input/KeyboardNavigation.ts class KeyboardNavigation (line 4) | class KeyboardNavigation { method GetAcceptsReturn (line 6) | static GetAcceptsReturn(d: DependencyObject): boolean { return d.GetVa... method SetAcceptsReturn (line 7) | static SetAcceptsReturn(d: DependencyObject, value: boolean) { d.SetVa... method GetControlTabNavigation (line 10) | static GetControlTabNavigation(d: DependencyObject): KeyboardNavigatio... method SetControlTabNavigation (line 11) | static SetControlTabNavigation(d: DependencyObject, value: KeyboardNav... method GetDirectionalNavigation (line 14) | static GetDirectionalNavigation(d: DependencyObject): KeyboardNavigati... method SetDirectionalNavigation (line 15) | static SetDirectionalNavigation(d: DependencyObject, value: KeyboardNa... method GetIsTabStop (line 18) | static GetIsTabStop(d: DependencyObject): boolean { return d.GetValue(... method SetIsTabStop (line 19) | static SetIsTabStop(d: DependencyObject, value: boolean) { d.SetValue(... method GetTabIndex (line 22) | static GetTabIndex(d: DependencyObject): number { return d.GetValue(Ke... method SetTabIndex (line 23) | static SetTabIndex(d: DependencyObject, value: number) { d.SetValue(Ke... method GetTabNavigation (line 26) | static GetTabNavigation(d: DependencyObject): KeyboardNavigationMode {... method SetTabNavigation (line 27) | static SetTabNavigation(d: DependencyObject, value: KeyboardNavigation... FILE: src/Input/MouseEventArgs.ts class MouseEventArgs (line 4) | class MouseEventArgs extends RoutedEventArgs { method constructor (line 6) | constructor(absolutePos: Point) { method GetPosition (line 10) | GetPosition(relativeTo: UIElement): Point { class MouseButtonEventArgs (line 23) | class MouseButtonEventArgs extends MouseEventArgs { method constructor (line 24) | constructor(absolutePos: Point) { class MouseWheelEventArgs (line 30) | class MouseWheelEventArgs extends MouseEventArgs { method constructor (line 32) | constructor(absolutePos: Point, delta: number) { FILE: src/Input/MouseInterop.ts type MouseInputType (line 2) | enum MouseInputType { type IMouseInterop (line 11) | interface IMouseInterop { function CreateMouseInterop (line 17) | function CreateMouseInterop (): IMouseInterop { type IOffset (line 28) | interface IOffset { class MouseInterop (line 33) | class MouseInterop implements IMouseInterop { method RegisterEvents (line 38) | RegisterEvents (input: Engine.InputManager, canvas: HTMLCanvasElement) { method _CalcOffset (line 54) | private _CalcOffset (canvas: HTMLCanvasElement): IOffset { method _GetMousePosition (line 67) | private _GetMousePosition (evt): Point { method IsLeftButton (line 73) | IsLeftButton (button: number): boolean { method IsRightButton (line 77) | IsRightButton (button: number): boolean { method _HandleContextMenu (line 81) | private _HandleContextMenu (evt) { method _HandleButtonPress (line 91) | private _HandleButtonPress (evt) { method _HandleButtonRelease (line 100) | private _HandleButtonRelease (evt) { method _HandleOut (line 107) | private _HandleOut (evt) { method _HandleMove (line 113) | private _HandleMove (evt) { method _HandleWheel (line 120) | private _HandleWheel (evt) { method CreateEventArgs (line 134) | CreateEventArgs (type: MouseInputType, pos: Point, delta: number): Fay... method DisableNextContextMenu (line 151) | DisableNextContextMenu () { class IEMouseInterop (line 156) | class IEMouseInterop extends MouseInterop { method DisableNextContextMenu (line 159) | DisableNextContextMenu () { method RegisterEvents (line 164) | RegisterEvents (input: Engine.InputManager, canvas: HTMLCanvasElement) { method _HandleIEContextMenu (line 169) | private _HandleIEContextMenu (evt) { class NetscapeMouseInterop (line 177) | class NetscapeMouseInterop extends MouseInterop { method IsRightButton (line 178) | IsRightButton (button: number): boolean { function createModifiers (line 182) | function createModifiers (e): IModifiersOn { FILE: src/Input/TouchEventArgs.ts class TouchEventArgs (line 4) | class TouchEventArgs extends RoutedEventArgs { method constructor (line 6) | constructor(device: ITouchDevice) { method GetTouchPoint (line 11) | GetTouchPoint(relativeTo: UIElement): TouchPoint { FILE: src/Input/TouchInterfaces.ts type Touch (line 1) | interface Touch { type TouchList (line 8) | interface TouchList { type TouchEvent (line 12) | interface TouchEvent extends UIEvent { FILE: src/Input/TouchInternal/ActiveTouchBase.ts type ITouchHandler (line 2) | interface ITouchHandler { class ActiveTouchBase (line 6) | class ActiveTouchBase { method constructor (line 19) | constructor(touchHandler: ITouchHandler) { method Capture (line 24) | Capture(uie: UIElement): boolean { method ReleaseCapture (line 33) | ReleaseCapture(uie: UIElement) { method _PerformCapture (line 42) | private _PerformCapture(uin: UINode) { method _PerformReleaseCapture (line 52) | private _PerformReleaseCapture() { method Emit (line 60) | Emit(type: Input.TouchInputType, newInputList: UINode[], emitLeave?: b... method _EmitList (line 86) | private _EmitList(type: Input.TouchInputType, list: UINode[], endIndex... method GetTouchPoint (line 108) | GetTouchPoint(relativeTo: UIElement): TouchPoint { method CreateTouchPoint (line 118) | CreateTouchPoint(p: Point): TouchPoint { method CreateTouchDevice (line 122) | private CreateTouchDevice(): ITouchDevice { type ICommonElementIndices (line 137) | interface ICommonElementIndices { function findFirstCommonElement (line 141) | function findFirstCommonElement(list1: UINode[], list2: UINode[], outObj... FILE: src/Input/TouchInternal/NonPointerTouchInterop.ts class NonPointerActiveTouch (line 5) | class NonPointerActiveTouch extends ActiveTouchBase { method Init (line 7) | Init(t: Touch, offset: IOffset) { method CreateTouchPoint (line 12) | CreateTouchPoint(p: Point): TouchPoint { class NonPointerTouchInterop (line 18) | class NonPointerTouchInterop extends TouchInteropBase { method Register (line 19) | Register(input: Engine.InputManager, canvas: HTMLCanvasElement) { method _HandleTouchStart (line 29) | private _HandleTouchStart(e: TouchEvent) { method _HandleTouchEnd (line 40) | private _HandleTouchEnd(e: TouchEvent) { method _HandleTouchMove (line 49) | private _HandleTouchMove(e: TouchEvent) { method _HandleTouchEnter (line 53) | private _HandleTouchEnter(e: TouchEvent) { method _HandleTouchLeave (line 57) | private _HandleTouchLeave(e: TouchEvent) { method TouchArrayFromList (line 62) | private TouchArrayFromList(list: TouchList): NonPointerActiveTouch[] { method FindTouchInList (line 75) | private FindTouchInList(identifier: number): NonPointerActiveTouch { function removeFromArray (line 86) | function removeFromArray(arr: T[], toRemove: T[]) { FILE: src/Input/TouchInternal/PointerTouchInterop.ts class PointerActiveTouch (line 5) | class PointerActiveTouch extends ActiveTouchBase { method Init (line 7) | Init(t: MSPointerEvent, offset: IOffset) { method CreateTouchPoint (line 12) | CreateTouchPoint(p: Point): TouchPoint { class PointerTouchInterop (line 18) | class PointerTouchInterop extends TouchInteropBase { method Register (line 19) | Register(input: Engine.InputManager, canvas: HTMLCanvasElement) { method _HandlePointerDown (line 40) | private _HandlePointerDown(e: MSPointerEvent) { method _HandlePointerUp (line 51) | private _HandlePointerUp(e: MSPointerEvent) { method _HandlePointerMove (line 62) | private _HandlePointerMove(e: MSPointerEvent) { method _HandlePointerEnter (line 68) | private _HandlePointerEnter(e: MSPointerEvent) { method _HandlePointerLeave (line 74) | private _HandlePointerLeave(e: MSPointerEvent) { method GetActiveTouch (line 81) | private GetActiveTouch(e: MSPointerEvent): PointerActiveTouch { method FindTouchInList (line 89) | private FindTouchInList(identifier: number): PointerActiveTouch { FILE: src/Input/TouchInternal/TouchInteropBase.ts type IOffset (line 2) | interface IOffset { class TouchInteropBase (line 6) | class TouchInteropBase implements Fayde.Input.ITouchInterop, ITouchHandl... method CoordinateOffset (line 11) | get CoordinateOffset(): IOffset { method Register (line 18) | Register(input: Engine.InputManager, canvas: HTMLCanvasElement) { method _CalcOffset (line 22) | private _CalcOffset(canvas: HTMLCanvasElement): IOffset { method HandleTouches (line 35) | HandleTouches(type: Input.TouchInputType, touches: ActiveTouchBase[], ... FILE: src/Input/TouchInterop.ts type ITouchDevice (line 2) | interface ITouchDevice { type TouchInputType (line 9) | enum TouchInputType { type ITouchInterop (line 17) | interface ITouchInterop { function CreateTouchInterop (line 20) | function CreateTouchInterop(): ITouchInterop { class DummyTouchInterop (line 28) | class DummyTouchInterop implements ITouchInterop { method Register (line 29) | Register(input: Engine.InputManager, canvas: HTMLCanvasElement) { } FILE: src/Input/TouchPoint.ts class TouchPoint (line 2) | class TouchPoint { method constructor (line 8) | constructor(position: Point, force: number) { FILE: src/Input/VirtualKeyboard.ts class VirtualKeyboard (line 4) | class VirtualKeyboard { method Init (line 5) | static Init () { method Launch (line 17) | static Launch () { FILE: src/Localization/Calendar.ts method CheckAddResult (line 18) | static CheckAddResult(ticks: number, minValue: DateTime, maxValue: DateT... method AddWeeks (line 25) | AddWeeks(time: DateTime, weeks: number): DateTime { FILE: src/Localization/CultureInfo.ts class CultureInfo (line 2) | class CultureInfo { method Calendar (line 8) | get Calendar(): Calendar { method DateTimeFormat (line 12) | get DateTimeFormat(): DateTimeFormatInfo { function getDefaultCalendar (line 17) | function getDefaultCalendar(): Calendar { FILE: src/Localization/DateTimeFormatInfo.ts type CalendarWeekRule (line 4) | enum CalendarWeekRule { class DateTimeFormatInfo (line 9) | class DateTimeFormatInfo { method GetEraName (line 115) | GetEraName(era: number): string { method constructor (line 126) | constructor(calendar: Calendar) { method ParseRepeatPattern (line 132) | static ParseRepeatPattern(format: string, pos: number, patternChar: st... method ParseNextChar (line 141) | static ParseNextChar(format: string, pos: number): number { method ParseQuoteString (line 147) | static ParseQuoteString(format: string, pos: number, result: string[])... method FormatDigits (line 170) | static FormatDigits(sb: string[], value: number, len: number, override... method FormatMonth (line 180) | static FormatMonth(month: number, repeat: number, info: DateTimeFormat... method FormatDayOfWeek (line 186) | static FormatDayOfWeek(dayOfWeek: DayOfWeek, repeat: number, info: Dat... method HebrewFormatDigits (line 192) | static HebrewFormatDigits(sb: string[], digits: number) { method FormatHebrewMonthName (line 198) | static FormatHebrewMonthName(obj: DateTime, month: number, repeat: num... FILE: src/Localization/DateTimeFormatter.ts function tryStandardFormat (line 34) | function tryStandardFormat(obj: DateTime, format: string): string { type IStandardFormatter (line 45) | interface IStandardFormatter { function getDateTimeFormat (line 219) | function getDateTimeFormat(): DateTimeFormatInfo { function padded (line 223) | function padded(num: number): string { function tryCustomFormat (line 227) | function tryCustomFormat(obj: DateTime, format: string, offset: TimeSpan... function msf (line 382) | function msf(ms: number, len: number): string { function msF (line 389) | function msF(ms: number, len: number): string { function formatError (line 399) | function formatError(): FormatException { FILE: src/Localization/Format.ts function Format (line 2) | function Format(format: string, ...items: any[]): string { function FormatSingle (line 7) | function FormatSingle(obj: any, format: string): string { function appendFormat (line 11) | function appendFormat(_this: string[], format: string, args: any[], prov... function formatItem (line 131) | function formatItem(obj: any, stringBuilder: string[], provider: any): s... function pushMany (line 150) | function pushMany(arr: string[], s: string, count: number) { function formatError (line 155) | function formatError(): FormatException { function stringBuilderToString (line 158) | function stringBuilderToString(arr: string[]): string { type IFormattable (line 162) | interface IFormattable { function RegisterFormattable (line 166) | function RegisterFormattable(type: Function, formatter: IFormattable) { function doFormattable (line 169) | function doFormattable(obj: any, format: string, provider?: any): string { FILE: src/Localization/GregorianCalendar.ts class GregorianCalendar (line 2) | class GregorianCalendar extends Calendar { method GetDaysInMonth (line 6) | GetDaysInMonth(year: number, month: number, era: number): number { method AddMonths (line 15) | AddMonths(time: DateTime, months: number): DateTime { method GetDayOfWeek (line 39) | GetDayOfWeek(time: DateTime): DayOfWeek { method IsLeapYear (line 43) | IsLeapYear(year: number, era?: number): boolean { method GetDatePart (line 47) | protected GetDatePart(ticks: number, part: number): number { method DateToTicks (line 74) | protected DateToTicks(year: number, month: number, day: number): number { method GetAbsoluteDate (line 78) | protected GetAbsoluteDate(year: number, month: number, day: number): n... function isLeapYear (line 90) | function isLeapYear(year: number): boolean { FILE: src/Localization/NumberFormatInfo.ts class NumberFormatInfo (line 2) | class NumberFormatInfo { method FormatCurrency (line 35) | FormatCurrency(num: number, precision: number): string { method FormatNumber (line 88) | FormatNumber(num: number, precision: number, ignoreGroupSep?: boolean)... method FormatPercent (line 107) | FormatPercent(num: number, precision: number): string { method FormatGeneral (line 154) | FormatGeneral(num: number, precision: number): string { method FormatDecimal (line 162) | FormatDecimal(num: number, precision: number): string { method FormatExponential (line 169) | FormatExponential(num: number, precision: number): string { method FormatHexadecimal (line 175) | FormatHexadecimal(num: number, precision: number): string { method FormatRawNumber (line 189) | FormatRawNumber(num: number, precision: number, decSep: string, groupS... function grouped (line 204) | function grouped(s: string, sep: string): string { function padded (line 214) | function padded(s: string, precision: number, front?: boolean): string { function round (line 223) | function round(num: number, places: number): number { function sigDigits (line 227) | function sigDigits(num: number, digits: number): number { FILE: src/Localization/NumberFormatter.ts function tryStandardFormat (line 25) | function tryStandardFormat(obj: number, format: string): string { type IStandardFormatter (line 44) | interface IStandardFormatter { FILE: src/Localization/TimeSpanFormatter.ts function tryStandardFormat (line 22) | function tryStandardFormat(obj: TimeSpan, format: string): string { type IStandardFormatter (line 33) | interface IStandardFormatter { function getDateTimeFormat (line 89) | function getDateTimeFormat(): DateTimeFormatInfo { function tryCustomFormat (line 93) | function tryCustomFormat(obj: TimeSpan, format: string): string { function padded (line 168) | function padded(num: number): string { function msf (line 172) | function msf(ms: number, len: number): string { function msF (line 179) | function msF(ms: number, len: number): string { function formatError (line 189) | function formatError(): FormatException { FILE: src/MVVM/AutoModel.ts type IValidationFunc (line 2) | interface IValidationFunc { type IAutoApplier (line 5) | interface IAutoApplier { function AutoModel (line 11) | function AutoModel (typeOrModel: any): IAutoApplier { function getApplier (line 47) | function getApplier (typeOrModel: any): any { function unique (line 53) | function unique (arr: string[]): string[] { function applyProperty (line 64) | function applyProperty (obj: any, propertyName: string, validations: IVa... function doValidate (line 92) | function doValidate (entity: any, value: any, propertyName: string, vali... function validate (line 102) | function validate (entity: any, value: any, propertyName: string, valida... FILE: src/MVVM/DialogViewModel.ts type IDialogViewModelSettings (line 4) | interface IDialogViewModelSettings { class DialogViewModel (line 11) | class DialogViewModel extends ViewModelBase { method constructor (line 22) | constructor (settings?: IDialogViewModelSettings) { method Closed_Execute (line 34) | private Closed_Execute (parameter: IOverlayCompleteParameters) { method RequestOpen_Execute (line 41) | private RequestOpen_Execute (parameter: TBuilder) { method RequestOpen_CanExecute (line 51) | private RequestOpen_CanExecute (parameter: TBuilder): boolean { FILE: src/MVVM/Entity.ts type IEntity (line 2) | interface IEntity extends INotifyPropertyChanged, Data.INotifyDataErrorI... class Entity (line 9) | class Entity implements IEntity { method OnPropertyChanged (line 12) | OnPropertyChanged (propertyName: string) { method HasErrors (line 20) | get HasErrors (): boolean { method AddError (line 24) | AddError (propertyName: string, errorMessage: string) { method RemoveError (line 34) | RemoveError (propertyName: string, errorMessage: string) { method ClearErrors (line 46) | ClearErrors (propertyName: string) { method GetErrors (line 54) | GetErrors (propertyName: string): nullstone.IEnumerable { method ApplyTo (line 61) | static ApplyTo(model: TIn): TOut { FILE: src/MVVM/IOverlayCompleteParameters.ts type IOverlayCompleteParameters (line 2) | interface IOverlayCompleteParameters { FILE: src/MVVM/IViewModelProvider.ts type IRedirector (line 4) | interface IRedirector { type IViewModelProvider (line 7) | interface IViewModelProvider { FILE: src/MVVM/ObservableObject.ts function NotifyProperties (line 4) | function NotifyProperties(type: any, propNames: string[]) { class ObservableObject (line 21) | class ObservableObject implements INotifyPropertyChanged { method OnPropertyChanged (line 23) | OnPropertyChanged(propertyName: string) { FILE: src/MVVM/RelayCommand.ts class RelayCommand (line 4) | class RelayCommand implements Input.ICommand { method constructor (line 5) | constructor(execute?: (parameter: any) => void , canExecute?: (paramet... method Execute (line 12) | Execute(parameter: any) { } method CanExecute (line 13) | CanExecute(parameter: any): boolean { return true; } method ForceCanExecuteChanged (line 15) | ForceCanExecuteChanged() { FILE: src/MVVM/ViewModelBase.ts class ViewModelBase (line 4) | class ViewModelBase extends ObservableObject { FILE: src/Markup/ContentAnnotation.ts type IContentAnnotation (line 2) | interface IContentAnnotation { function ca (line 7) | function ca(type: Function, prop: DependencyProperty) { type ITextContentAnnotation (line 26) | interface ITextContentAnnotation { function tca (line 31) | function tca(type: Function, prop: DependencyProperty) { FILE: src/Markup/Creator.ts function CreateXaml (line 7) | function CreateXaml (obj: any, uri?: string): XamlMarkup { FILE: src/Markup/EventBinding.ts type IEventFilter (line 2) | interface IEventFilter { class EventBinding (line 7) | class EventBinding implements nullstone.markup.IMarkupExtension { method init (line 15) | init (val: string) { method transmute (line 19) | transmute (os: any[]): any { method $$coerce (line 25) | private $$coerce () { FILE: src/Markup/Internal/ActiveObject.ts type IActiveObject (line 2) | interface IActiveObject { function createActiveObject (line 15) | function createActiveObject (app: Application, namescope: NameScope, bin... FILE: src/Markup/Internal/ObjectActor.ts type IObjectActor (line 2) | interface IObjectActor { function createObjectActor (line 7) | function createObjectActor (pactor: IPropertyActor): IObjectActor { FILE: src/Markup/Internal/PropertyActor.ts type IPropertyActor (line 2) | interface IPropertyActor { function createPropertyActor (line 13) | function createPropertyActor (cur: IActiveObject, extractType: (text: st... FILE: src/Markup/Internal/ResourcesActor.ts type IResourcesActor (line 2) | interface IResourcesActor { function createResourcesActor (line 8) | function createResourcesActor (cur: IActiveObject, resources: ResourceDi... FILE: src/Markup/Loader.ts class FrameworkTemplate (line 4) | class FrameworkTemplate extends DependencyObject { method Validate (line 8) | Validate(): string { method GetVisualTree (line 12) | GetVisualTree(bindingSource: DependencyObject): UIElement { function setTemplateRoot (line 20) | function setTemplateRoot(ft: FrameworkTemplate, root: any) { function setResources (line 25) | function setResources(ft: FrameworkTemplate, res: ResourceDictionary[]) { function LoadXaml (line 31) | function LoadXaml(app: Application, xaml: any): T { function Load (line 36) | function Load(app: Application, xm: nullstone.mark... function LoadImpl (line 40) | function LoadImpl(app: Application, xm: nullstone.markup.Markup,... FILE: src/Markup/Resolver.ts function Resolve (line 6) | function Resolve(uri: any, excludeUri?: string|Uri): Promise { type ICollector (line 18) | interface ICollector { function create (line 24) | function create(excludeUri?: Uri|string): ICollector { FILE: src/Markup/Retriever.ts function Retrieve (line 6) | function Retrieve(uri: any): Promise { FILE: src/Markup/StaticResource.ts class StaticResource (line 2) | class StaticResource implements nullstone.markup.IMarkupExtension { method init (line 8) | init (val: string) { method transmute (line 12) | transmute (os: any[]): any { method setContext (line 53) | setContext (app: Application, resources: ResourceDictionary[]) { FILE: src/Media/Animation/AnimationBase.ts class AnimationBase (line 4) | class AnimationBase extends Timeline { method constructor (line 8) | constructor() { method Resolve (line 12) | Resolve(target: DependencyObject, propd: DependencyProperty) { return ... method HoldEnd (line 14) | HoldEnd() { this._IsHolding = true; } method Stop (line 15) | Stop() { method UpdateInternal (line 23) | UpdateInternal(clockData: IClockData) { method GetNaturalDurationCore (line 38) | GetNaturalDurationCore(): Duration { return Duration.Automatic; } method GetCurrentValue (line 40) | GetCurrentValue(defaultOriginalValue: any, defaultDestinationValue: an... method _Hookup (line 42) | _Hookup(promotedValues: any[], error: BError): boolean { function getLogMessage (line 73) | function getLogMessage(action: string, anim: AnimationBase, oldValue: an... FILE: src/Media/Animation/AnimationStore.ts type IAnimationStorage (line 3) | interface IAnimationStorage { class AnimationStore (line 13) | class AnimationStore { method Create (line 14) | static Create(target: DependencyObject, propd: DependencyProperty): IA... method Attach (line 35) | static Attach(animStorage: IAnimationStorage) { method Detach (line 49) | static Detach(animStorage: IAnimationStorage): boolean { method ApplyCurrent (line 80) | static ApplyCurrent(animStorage: IAnimationStorage) { method ApplyStop (line 89) | static ApplyStop(animStorage: IAnimationStorage) { function getLogMessage (line 98) | function getLogMessage(action: string, animStorage: IAnimationStorage, v... function createId (line 109) | function createId(): number { FILE: src/Media/Animation/AnimationUsingKeyFrames.ts class AnimationUsingKeyFrames (line 4) | class AnimationUsingKeyFrames extends AnimationBase { method constructor (line 8) | constructor() { method Resolve (line 14) | Resolve(target: DependencyObject, propd: DependencyProperty): boolean { method GetCurrentValue (line 27) | GetCurrentValue(defaultOriginValue: any, defaultDestinationValue: any,... method GetNaturalDurationCore (line 66) | GetNaturalDurationCore(): Duration { method AddKeyFrame (line 78) | AddKeyFrame(kf: KeyFrame) { this.KeyFrames.Add(kf); } method RemoveKeyFrame (line 79) | RemoveKeyFrame(kf: KeyFrame) { this.KeyFrames.Remove(kf); } FILE: src/Media/Animation/BeginStoryboard.ts class BeginStoryboard (line 4) | class BeginStoryboard extends TriggerAction { method Fire (line 8) | Fire() { FILE: src/Media/Animation/ColorAnimation.ts class ColorAnimation (line 4) | class ColorAnimation extends AnimationBase { method constructor (line 19) | constructor(){ method GetCurrentValue (line 23) | GetCurrentValue(defaultOriginalValue: any, defaultDestinationValue: an... method _FromChanged (line 45) | private _FromChanged(args: IDependencyPropertyChangedEventArgs) { method _ToChanged (line 48) | private _ToChanged(args: IDependencyPropertyChangedEventArgs) { method _ByChanged (line 51) | private _ByChanged(args: IDependencyPropertyChangedEventArgs) { method _EasingChanged (line 54) | private _EasingChanged(args: IDependencyPropertyChangedEventArgs) { method GenerateFrom (line 58) | GenerateFrom(): AnimationBase { method GenerateTo (line 61) | GenerateTo(isEntering: boolean): AnimationBase { FILE: src/Media/Animation/ColorAnimationUsingKeyFrames.ts class ColorAnimationUsingKeyFrames (line 4) | class ColorAnimationUsingKeyFrames extends AnimationUsingKeyFrames { method GenerateFrom (line 5) | GenerateFrom(): AnimationBase { method GenerateTo (line 8) | GenerateTo(isEntering: boolean): AnimationBase { FILE: src/Media/Animation/ColorKeyFrame.ts class ColorKeyFrame (line 4) | class ColorKeyFrame extends KeyFrame { class DiscreteColorKeyFrame (line 10) | class DiscreteColorKeyFrame extends ColorKeyFrame { method InterpolateValue (line 11) | InterpolateValue(baseValue: Color, keyFrameProgress: number): Color { class EasingColorKeyFrame (line 19) | class EasingColorKeyFrame extends ColorKeyFrame { method InterpolateValue (line 23) | InterpolateValue(baseValue: Color, keyFrameProgress: number): Color { class LinearColorKeyFrame (line 39) | class LinearColorKeyFrame extends ColorKeyFrame { method InterpolateValue (line 40) | InterpolateValue(baseValue: Color, keyFrameProgress: number): Color { class SplineColorKeyFrame (line 46) | class SplineColorKeyFrame extends ColorKeyFrame { method InterpolateValue (line 50) | InterpolateValue(baseValue: Color, keyFrameProgress: number): Color { FILE: src/Media/Animation/Curves.ts type ICurvePoint (line 3) | interface ICurvePoint { type IQuadraticCurve (line 7) | interface IQuadraticCurve { type ICubicCurve (line 12) | interface ICubicCurve { type ISubdiviedCubicCurve (line 18) | interface ISubdiviedCubicCurve { class Curves (line 23) | class Curves { method QuadraticArrayYForX (line 24) | static QuadraticArrayYForX(arr: IQuadraticCurve[], x: number, count: n... method QuadraticYForX (line 31) | static QuadraticYForX(x: number, src: IQuadraticCurve): number { method SubdivideCubicAtLevel (line 39) | static SubdivideCubicAtLevel(b: ICubicCurve[], lvl: number, src: ICubi... method RecursiveSubdivide (line 42) | static RecursiveSubdivide(b: ICubicCurve[], lvl: number, currentlvl: n... method SubdivideCubic (line 57) | static SubdivideCubic(data: ISubdiviedCubicCurve, src: ICubicCurve) { method HalfLerpPoint (line 84) | static HalfLerpPoint(p: ICurvePoint, p1: ICurvePoint, p2: ICurvePoint) { method ConvertCubicsToQuadratics (line 89) | static ConvertCubicsToQuadratics(srcArray: ICubicCurve[], count: numbe... method QuadraticFromCubic (line 96) | static QuadraticFromCubic(src: ICubicCurve): IQuadraticCurve { FILE: src/Media/Animation/DoubleAnimation.ts class DoubleAnimation (line 4) | class DoubleAnimation extends AnimationBase { method constructor (line 19) | constructor(){ method GetCurrentValue (line 23) | GetCurrentValue(defaultOriginalValue: any, defaultDestinationValue: an... method _FromChanged (line 45) | private _FromChanged(args: IDependencyPropertyChangedEventArgs) { method _ToChanged (line 48) | private _ToChanged(args: IDependencyPropertyChangedEventArgs) { method _ByChanged (line 51) | private _ByChanged(args: IDependencyPropertyChangedEventArgs) { method _EasingChanged (line 54) | private _EasingChanged(args: IDependencyPropertyChangedEventArgs) { method GenerateFrom (line 58) | GenerateFrom(): AnimationBase { method GenerateTo (line 61) | GenerateTo(isEntering: boolean): AnimationBase { FILE: src/Media/Animation/DoubleAnimationUsingKeyFrames.ts class DoubleAnimationUsingKeyFrames (line 4) | class DoubleAnimationUsingKeyFrames extends AnimationUsingKeyFrames { method GenerateFrom (line 5) | GenerateFrom(): AnimationBase { method GenerateTo (line 8) | GenerateTo(isEntering: boolean): AnimationBase { FILE: src/Media/Animation/DoubleKeyFrame.ts class DoubleKeyFrame (line 4) | class DoubleKeyFrame extends KeyFrame { class DiscreteDoubleKeyFrame (line 10) | class DiscreteDoubleKeyFrame extends DoubleKeyFrame { method InterpolateValue (line 11) | InterpolateValue(baseValue: number, keyFrameProgress: number): number { class EasingDoubleKeyFrame (line 19) | class EasingDoubleKeyFrame extends DoubleKeyFrame { method InterpolateValue (line 23) | InterpolateValue(baseValue: number, keyFrameProgress: number): number { class LinearDoubleKeyFrame (line 44) | class LinearDoubleKeyFrame extends DoubleKeyFrame { method InterpolateValue (line 45) | InterpolateValue(baseValue: number, keyFrameProgress: number): number { class SplineDoubleKeyFrame (line 57) | class SplineDoubleKeyFrame extends DoubleKeyFrame { method InterpolateValue (line 61) | InterpolateValue(baseValue: number, keyFrameProgress: number): number { FILE: src/Media/Animation/EasingFunctionBase.ts type IEasingFunction (line 4) | interface IEasingFunction { class EasingFunctionBase (line 7) | class EasingFunctionBase extends DependencyObject implements IEasingFunc... method Ease (line 11) | Ease(normalizedTime: number): number { method EaseInCore (line 27) | EaseInCore(t: number): number { FILE: src/Media/Animation/EasingFunctions.ts class BackEase (line 4) | class BackEase extends EasingFunctionBase { method EaseInCore (line 7) | EaseInCore(t: number): number { class BounceEase (line 14) | class BounceEase extends EasingFunctionBase { method EaseInCore (line 19) | EaseInCore(t: number): number { class CircleEase (line 46) | class CircleEase extends EasingFunctionBase { method EaseInCore (line 47) | EaseInCore(t: number): number { class CubicEase (line 53) | class CubicEase extends EasingFunctionBase { method EaseInCore (line 54) | EaseInCore(t: number): number { class ElasticEase (line 60) | class ElasticEase extends EasingFunctionBase { method EaseInCore (line 65) | EaseInCore(t: number): number { class ExponentialEase (line 74) | class ExponentialEase extends EasingFunctionBase { method EaseInCore (line 77) | EaseInCore(t: number): number { class PowerEase (line 84) | class PowerEase extends EasingFunctionBase { method EaseInCore (line 87) | EaseInCore(t: number): number { class QuadraticEase (line 93) | class QuadraticEase extends EasingFunctionBase { method EaseInCore (line 94) | EaseInCore(t: number): number { class QuarticEase (line 100) | class QuarticEase extends EasingFunctionBase { method EaseInCore (line 101) | EaseInCore(t: number): number { class QuinticEase (line 107) | class QuinticEase extends EasingFunctionBase { method EaseInCore (line 108) | EaseInCore(t: number): number { class SineEase (line 114) | class SineEase extends EasingFunctionBase { method EaseInCore (line 115) | EaseInCore(t: number): number { FILE: src/Media/Animation/Enums.ts type EasingMode (line 2) | enum EasingMode { type FillBehavior (line 9) | enum FillBehavior { FILE: src/Media/Animation/KeyFrame.ts type IOutValue (line 5) | interface IOutValue { type IKeyFrameListener (line 8) | interface IKeyFrameListener { type IKeyFrame (line 11) | interface IKeyFrame { class KeyFrame (line 18) | class KeyFrame extends DependencyObject implements IKeyFrame { method CoerceKeyTime (line 27) | CoerceKeyTime(dobj: DependencyObject, propd: DependencyProperty, value... method InterpolateValue (line 35) | InterpolateValue(baseValue: any, keyFrameProgress: number): any { method CompareToTimeSpan (line 40) | CompareToTimeSpan(otherTs: TimeSpan): number { method Listen (line 44) | Listen(listener: IKeyFrameListener) { this._Listener = listener; } method Unlisten (line 45) | Unlisten(listener: IKeyFrameListener) { if (this._Listener === listene... method InvalidateKeyFrame (line 47) | InvalidateKeyFrame() { method Comparer (line 52) | static Comparer(kf1: KeyFrame, kf2: KeyFrame): number { method ResolveKeyFrames (line 59) | static ResolveKeyFrames(animation: AnimationBase, arr: KeyFrame[]): Ke... class KeyFrameCollection (line 147) | class KeyFrameCollection extends XamlObjectCollection { method GetKeyFrameForTime (line 151) | GetKeyFrameForTime(t: TimeSpan, prevFrameRef: IOutValue): KeyFrame { method Clear (line 195) | Clear(): boolean { method AddingToCollection (line 201) | AddingToCollection(value: KeyFrame, error: BError): boolean { method RemovedFromCollection (line 208) | RemovedFromCollection(value: KeyFrame, isValueSafe: boolean) { method KeyFrameChanged (line 213) | KeyFrameChanged(source: KeyFrame) { method ResolveKeyFrames (line 217) | static ResolveKeyFrames(animation: AnimationBase, coll: KeyFrameCollec... FILE: src/Media/Animation/KeySpline.ts class KeySpline (line 4) | class KeySpline extends DependencyObject { method GetSplineProgress (line 14) | GetSplineProgress(linearProgress: number): number { method InvalidateControlPoints (line 23) | private InvalidateControlPoints() { method _RegenerateQuadratics (line 26) | private _RegenerateQuadratics() { FILE: src/Media/Animation/ObjectAnimationUsingKeyFrames.ts class ObjectAnimationUsingKeyFrames (line 4) | class ObjectAnimationUsingKeyFrames extends AnimationUsingKeyFrames { method Resolve (line 5) | Resolve (target: DependencyObject, propd: DependencyProperty): boolean { function convertKeyFrame (line 25) | function convertKeyFrame (propd: DependencyProperty, value: any): any { FILE: src/Media/Animation/ObjectKeyFrame.ts class ObjectKeyFrame (line 4) | class ObjectKeyFrame extends KeyFrame { class DiscreteObjectKeyFrame (line 11) | class DiscreteObjectKeyFrame extends ObjectKeyFrame { method InterpolateValue (line 12) | InterpolateValue(baseValue: any, keyFrameProgress: number): any { FILE: src/Media/Animation/PointAnimation.ts class PointAnimation (line 4) | class PointAnimation extends AnimationBase { method constructor (line 19) | constructor() { method GetCurrentValue (line 23) | GetCurrentValue(defaultOriginalValue: any, defaultDestinationValue: an... method _FromChanged (line 45) | private _FromChanged(args: IDependencyPropertyChangedEventArgs) { method _ToChanged (line 48) | private _ToChanged(args: IDependencyPropertyChangedEventArgs) { method _ByChanged (line 51) | private _ByChanged(args: IDependencyPropertyChangedEventArgs) { method _EasingChanged (line 54) | private _EasingChanged(args: IDependencyPropertyChangedEventArgs) { method GenerateFrom (line 58) | GenerateFrom(): AnimationBase { method GenerateTo (line 61) | GenerateTo(isEntering: boolean): AnimationBase { FILE: src/Media/Animation/PointAnimationUsingKeyFrames.ts class PointAnimationUsingKeyFrames (line 4) | class PointAnimationUsingKeyFrames extends AnimationUsingKeyFrames { method GenerateFrom (line 5) | GenerateFrom(): AnimationBase { method GenerateTo (line 8) | GenerateTo(isEntering: boolean): AnimationBase { FILE: src/Media/Animation/PointKeyFrame.ts class PointKeyFrame (line 4) | class PointKeyFrame extends KeyFrame { class DiscretePointKeyFrame (line 10) | class DiscretePointKeyFrame extends PointKeyFrame { method InterpolateValue (line 11) | InterpolateValue(baseValue: Point, keyFrameProgress: number): Point { class EasingPointKeyFrame (line 19) | class EasingPointKeyFrame extends PointKeyFrame { method InterpolateValue (line 23) | InterpolateValue(baseValue: Point, keyFrameProgress: number): Point { class LinearPointKeyFrame (line 39) | class LinearPointKeyFrame extends PointKeyFrame { method InterpolateValue (line 40) | InterpolateValue(baseValue: Point, keyFrameProgress: number): Point { class SplinePointKeyFrame (line 46) | class SplinePointKeyFrame extends PointKeyFrame { method InterpolateValue (line 50) | InterpolateValue(baseValue: Point, keyFrameProgress: number): Point { FILE: src/Media/Animation/RepeatBehavior.ts class RepeatBehavior (line 2) | class RepeatBehavior { method FromRepeatDuration (line 7) | static FromRepeatDuration(duration: Duration): RepeatBehavior { method FromIterationCount (line 12) | static FromIterationCount(count: number): RepeatBehavior { method HasCount (line 18) | get HasCount(): boolean { return this._Count != null; } method Count (line 19) | get Count(): number { return this._Count; } method HasDuration (line 21) | get HasDuration(): boolean { return this._Duration != null; } method Duration (line 22) | get Duration(): Duration { return this._Duration; } method Clone (line 24) | Clone(): RepeatBehavior { FILE: src/Media/Animation/Storyboard.ts type IStoryboadResolution (line 4) | interface IStoryboadResolution { class Storyboard (line 10) | class Storyboard extends Timeline { method GetTargetName (line 13) | static GetTargetName (d: DependencyObject): string { method SetTargetName (line 17) | static SetTargetName (d: DependencyObject, value: string) { method GetTargetProperty (line 25) | static GetTargetProperty (d: DependencyObject): Data.PropertyPath { method SetTargetProperty (line 29) | static SetTargetProperty (d: DependencyObject, value: Data.PropertyPat... method ResolveTarget (line 35) | static ResolveTarget (timeline: Timeline): IStoryboadResolution { method constructor (line 57) | constructor () { method SetTarget (line 64) | static SetTarget (timeline: Timeline, target: DependencyObject) { method Begin (line 68) | Begin () { method Pause (line 83) | Pause () { method Resume (line 90) | Resume () { method Stop (line 97) | Stop () { method UpdateInternal (line 107) | UpdateInternal (clockData: IClockData) { method GetNaturalDurationCore (line 115) | GetNaturalDurationCore (): Duration { function getLogMessage (line 151) | function getLogMessage (action: string, storyboard: Storyboard, full: bo... FILE: src/Media/Animation/Timeline.ts type IClockData (line 7) | interface IClockData { class Timeline (line 13) | class Timeline extends DependencyObject implements ITimeline { method HasManualTarget (line 41) | get HasManualTarget (): boolean { method Reset (line 45) | Reset () { method Pause (line 53) | Pause () { method Resume (line 60) | Resume () { method Stop (line 68) | Stop () { method OnCompleted (line 72) | OnCompleted () { method Update (line 86) | Update (nowTime: number) { method UpdateInternal (line 95) | UpdateInternal (clockData: IClockData) { method HoldEnd (line 98) | HoldEnd () { method CreateClockData (line 101) | private CreateClockData (nowTime: number): IClockData { method IsAfterBeginTime (line 162) | private IsAfterBeginTime (nowTime: number): boolean { method GetNaturalDuration (line 175) | GetNaturalDuration (): Duration { method GetNaturalDurationCore (line 182) | GetNaturalDurationCore (): Duration { method GenerateFrom (line 186) | GenerateFrom (): AnimationBase { method GenerateTo (line 190) | GenerateTo (isEntering: boolean): AnimationBase { class TimelineCollection (line 196) | class TimelineCollection extends XamlObjectCollection { FILE: src/Media/Brush.ts class Brush (line 4) | class Brush extends DependencyObject implements minerva.IBrush { method constructor (line 11) | constructor () { method isTransparent (line 16) | isTransparent (): boolean { method setupBrush (line 21) | setupBrush (ctx: CanvasRenderingContext2D, bounds: minerva.Rect) { method toHtml5Object (line 50) | toHtml5Object (): any { method CreateBrush (line 54) | CreateBrush (ctx: CanvasRenderingContext2D, bounds: minerva.Rect): any { method InvalidateBrush (line 58) | InvalidateBrush () { FILE: src/Media/Effects/BlurEffect.ts class BlurEffect (line 4) | class BlurEffect extends Effect { FILE: src/Media/Effects/DropShadowEffect.ts class DropShadowEffect (line 5) | class DropShadowEffect extends Effect { method GetPadding (line 20) | GetPadding (thickness: Thickness): boolean { method PreRender (line 51) | PreRender (ctx: minerva.core.render.RenderContext) { FILE: src/Media/Effects/Effect.ts class Effect (line 5) | class Effect extends DependencyObject implements minerva.IEffect { method PreRender (line 9) | PreRender (ctx: minerva.core.render.RenderContext) { method PostRender (line 12) | PostRender (ctx: minerva.core.render.RenderContext) { method GetPadding (line 15) | GetPadding (thickness: Thickness): boolean { FILE: src/Media/EllipseGeometry.ts class EllipseGeometry (line 4) | class EllipseGeometry extends Geometry { method _Build (line 12) | _Build(): minerva.path.Path { FILE: src/Media/Enums.ts type BrushMappingMode (line 2) | enum BrushMappingMode { type GradientSpreadMethod (line 8) | enum GradientSpreadMethod { type Stretch (line 15) | enum Stretch { type AlignmentX (line 23) | enum AlignmentX { type AlignmentY (line 30) | enum AlignmentY { type TextHintingMode (line 37) | enum TextHintingMode { FILE: src/Media/GeneralTransform.ts class GeneralTransform (line 4) | class GeneralTransform extends DependencyObject { method Transform (line 7) | Transform (p: minerva.IPoint): Point { method TransformBounds (line 11) | TransformBounds (r: minerva.Rect): minerva.Rect { method TryTransform (line 15) | TryTransform (inPoint: minerva.IPoint, outPoint: minerva.IPoint): bool... class InternalTransform (line 21) | class InternalTransform extends GeneralTransform implements minerva.ITra... method constructor (line 24) | constructor (raw: number[]) { method Inverse (line 29) | get Inverse (): InternalTransform { method Value (line 33) | get Value (): Matrix3D { method getRaw (line 37) | getRaw (): number[] { method Transform (line 41) | Transform (p: minerva.IPoint): Point { method TransformBounds (line 52) | TransformBounds (r: minerva.Rect): minerva.Rect { method CreateMatrix3DProjection (line 62) | CreateMatrix3DProjection (): Matrix3DProjection { FILE: src/Media/Geometry.ts class Geometry (line 5) | class Geometry extends DependencyObject implements minerva.IGeometry { method constructor (line 12) | constructor () { method GetBounds (line 18) | GetBounds (pars?: minerva.path.IStrokeParameters): minerva.Rect { method Draw (line 38) | Draw (ctx: minerva.core.render.RenderContext) { method ComputePathBounds (line 53) | ComputePathBounds (pars: minerva.path.IStrokeParameters): minerva.Rect { method InvalidateGeometry (line 61) | InvalidateGeometry () { method _Build (line 69) | _Build (): minerva.path.Path { method Serialize (line 73) | Serialize (): string { class GeometryCollection (line 86) | class GeometryCollection extends XamlObjectCollection { method AddingToCollection (line 87) | AddingToCollection (value: Geometry, error: BError): boolean { method RemovedFromCollection (line 95) | RemovedFromCollection (value: Geometry, isValueSafe: boolean) { FILE: src/Media/GeometryGroup.ts class GeometryGroup (line 5) | class GeometryGroup extends Geometry { method constructor (line 11) | constructor () { method ComputePathBounds (line 18) | ComputePathBounds (pars: minerva.path.IStrokeParameters): minerva.Rect { method Draw (line 33) | Draw (ctx: minerva.core.render.RenderContext) { FILE: src/Media/GradientBrush.ts class GradientBrush (line 8) | class GradientBrush extends Brush { method constructor (line 16) | constructor() { method CreateBrush (line 23) | CreateBrush(ctx: CanvasRenderingContext2D, bounds: minerva.Rect): any { method CreatePad (line 35) | CreatePad(ctx: CanvasRenderingContext2D, bounds: minerva.Rect) { } method CreateRepeat (line 36) | CreateRepeat(ctx: CanvasRenderingContext2D, bounds: minerva.Rect) { } method CreateReflect (line 37) | CreateReflect(ctx: CanvasRenderingContext2D, bounds: minerva.Rect) { } method AddColorStop (line 46) | public AddColorStop(grd: any, offset: number, color: Color) { FILE: src/Media/GradientStop.ts type IGradientStop (line 5) | interface IGradientStop { class GradientStop (line 10) | class GradientStop extends DependencyObject implements IGradientStop { method toString (line 16) | toString (): string { class GradientStopCollection (line 22) | class GradientStopCollection extends XamlObjectCollection { method AddingToCollection (line 23) | AddingToCollection (value: GradientStop, error: BError): boolean { method RemovedFromCollection (line 31) | RemovedFromCollection (value: GradientStop, isValueSafe: boolean) { method getPaddedEnumerable (line 38) | getPaddedEnumerable (): nullstone.IEnumerable { FILE: src/Media/Imaging/BitmapImage.ts class BitmapImage (line 4) | class BitmapImage extends BitmapSource { method constructor (line 12) | constructor(uri?: Uri) { method OnUriSourceChanged (line 18) | protected OnUriSourceChanged(oldValue: Uri, newValue: Uri) { method onImageErrored (line 29) | protected onImageErrored(e: ErrorEvent) { method onImageLoaded (line 34) | protected onImageLoaded() { method SetSource (line 39) | SetSource(buffer: ArrayBuffer) { FILE: src/Media/Imaging/BitmapSource.ts type IBitmapSourceWatcher (line 4) | interface IBitmapSourceWatcher { class BitmapSource (line 10) | class BitmapSource extends ImageSource { method createElement (line 14) | createElement(): HTMLMediaElement|HTMLImageElement { method reset (line 18) | reset() { method watch (line 28) | watch(watcher: IBitmapSourceWatcher): nullstone.IDisposable { method onImageLoaded (line 40) | protected onImageLoaded() { method onImageErrored (line 47) | protected onImageErrored(e: ErrorEvent) { method onImageChanged (line 54) | protected onImageChanged() { FILE: src/Media/Imaging/ImageBrush.ts class ImageBrush (line 4) | class ImageBrush extends TileBrush { method _SourceCoercer (line 5) | private static _SourceCoercer(d: DependencyObject, propd: DependencyPr... method setupBrush (line 20) | setupBrush(ctx: CanvasRenderingContext2D, bounds: minerva.Rect) { method GetTileExtents (line 26) | GetTileExtents(): minerva.Rect { method DrawTile (line 31) | DrawTile(canvasCtx: CanvasRenderingContext2D, bounds: minerva.Rect) { method _ImageSourceChanged (line 37) | private _ImageSourceChanged(args: IDependencyPropertyChangedEventArgs) { method OnImageErrored (line 53) | OnImageErrored(source: BitmapSource, error: Error) { method OnImageLoaded (line 57) | OnImageLoaded(source: BitmapSource) { method OnImageChanged (line 61) | OnImageChanged(source: BitmapSource) { FILE: src/Media/Imaging/ImageDecoder.ts function encodeImage (line 2) | function encodeImage (buffer: ArrayBuffer): Uri { function getImageType (line 9) | function getImageType (bytes: Uint8Array) { function convertToBase64 (line 17) | function convertToBase64 (bytes: Uint8Array) { function isJpg (line 25) | function isJpg (bytes: Uint8Array): boolean { function isPng (line 32) | function isPng (bytes: Uint8Array): boolean { FILE: src/Media/Imaging/ImageSource.ts class ImageSource (line 4) | class ImageSource extends DependencyObject implements minerva.controls.i... method constructor (line 12) | constructor() { method pixelWidth (line 16) | get pixelWidth(): number { method pixelHeight (line 20) | get pixelHeight(): number { method isEmpty (line 24) | get isEmpty(): boolean { method draw (line 28) | draw(ctx: CanvasRenderingContext2D) { method createPattern (line 32) | createPattern(ctx: CanvasRenderingContext2D): CanvasPattern { method reset (line 37) | reset() { method createElement (line 42) | createElement(): HTMLMediaElement|HTMLImageElement { method setMetrics (line 46) | protected setMetrics(pixelWidth: number, pixelHeight: number) { FILE: src/Media/LineGeometry.ts class LineGeometry (line 4) | class LineGeometry extends Geometry { method _Build (line 10) | _Build (): minerva.path.Path { FILE: src/Media/LinearGradient/Interpolator.ts type IInterpolator (line 2) | interface IInterpolator { function createRepeatInterpolator (line 11) | function createRepeatInterpolator (start: Point, end: Point, bounds: min... function createReflectInterpolator (line 36) | function createReflectInterpolator (start: Point, end: Point, bounds: mi... FILE: src/Media/LinearGradient/Metrics.ts type ICoordinates (line 2) | interface ICoordinates { function calcMetrics (line 7) | function calcMetrics (dir: ICoordinates, first: ICoordinates, last: ICoo... function E (line 30) | function E (dir: ICoordinates, first: ICoordinates, last: ICoordinates, ... function W (line 39) | function W (dir: ICoordinates, first: ICoordinates, last: ICoordinates, ... function S (line 48) | function S (dir: ICoordinates, first: ICoordinates, last: ICoordinates, ... function N (line 57) | function N (dir: ICoordinates, first: ICoordinates, last: ICoordinates, ... function NW (line 66) | function NW (dir: ICoordinates, first: ICoordinates, last: ICoordinates,... function SW (line 81) | function SW (dir: ICoordinates, first: ICoordinates, last: ICoordinates,... function NE (line 95) | function NE (dir: ICoordinates, first: ICoordinates, last: ICoordinates,... function SE (line 109) | function SE (dir: ICoordinates, first: ICoordinates, last: ICoordinates,... FILE: src/Media/LinearGradientBrush.ts class LinearGradientBrush (line 4) | class LinearGradientBrush extends GradientBrush { method CreatePad (line 10) | CreatePad (ctx: CanvasRenderingContext2D, bounds: minerva.Rect) { method CreateRepeat (line 20) | CreateRepeat (ctx: CanvasRenderingContext2D, bounds: minerva.Rect) { method CreateReflect (line 25) | CreateReflect (ctx: CanvasRenderingContext2D, bounds: minerva.Rect) { method CreateInterpolated (line 30) | private CreateInterpolated (ctx: CanvasRenderingContext2D, interpolato... method _GetPointData (line 44) | private _GetPointData (bounds: minerva.Rect) { method toString (line 66) | toString (): string { FILE: src/Media/Matrix.ts class Matrix (line 2) | class Matrix { method constructor (line 6) | constructor(raw?: number[]) { method Identity (line 10) | static get Identity(): Matrix { method M11 (line 14) | get M11() { return this._Raw[0]; } method M11 (line 15) | set M11(val: number) { this._Raw[0] = val; this._OnChanged(); } method M12 (line 17) | get M12() { return this._Raw[1]; } method M12 (line 18) | set M12(val: number) { this._Raw[1] = val; this._OnChanged(); } method M21 (line 20) | get M21() { return this._Raw[2]; } method M21 (line 21) | set M21(val: number) { this._Raw[2] = val; this._OnChanged(); } method M22 (line 23) | get M22() { return this._Raw[3]; } method M22 (line 24) | set M22(val: number) { this._Raw[3] = val; this._OnChanged(); } method OffsetX (line 26) | get OffsetX() { return this._Raw[4]; } method OffsetX (line 27) | set OffsetX(val: number) { this._Raw[4] = val; this._OnChanged(); } method OffsetY (line 29) | get OffsetY() { return this._Raw[5]; } method OffsetY (line 30) | set OffsetY(val: number) { this._Raw[5] = val; this._OnChanged(); } method Inverse (line 32) | get Inverse(): Matrix { method _OnChanged (line 44) | private _OnChanged() { method Clone (line 49) | Clone(): Matrix { FILE: src/Media/Matrix3D.ts type IMatrix3DChangedListener (line 2) | interface IMatrix3DChangedListener { class Matrix3D (line 7) | class Matrix3D { method FromRaw (line 11) | static FromRaw(raw: number[]): Matrix3D { method M11 (line 17) | get M11() { return this._Raw[0]; } method M11 (line 18) | set M11(val: number) { this._Raw[0] = val; this._OnChanged(); } method M12 (line 20) | get M12() { return this._Raw[1]; } method M12 (line 21) | set M12(val: number) { this._Raw[1] = val; this._OnChanged(); } method M13 (line 23) | get M13() { return this._Raw[2]; } method M13 (line 24) | set M13(val: number) { this._Raw[2] = val; this._OnChanged(); } method M14 (line 26) | get M14() { return this._Raw[3]; } method M14 (line 27) | set M14(val: number) { this._Raw[3] = val; this._OnChanged(); } method M21 (line 29) | get M21() { return this._Raw[4]; } method M21 (line 30) | set M21(val: number) { this._Raw[4] = val; this._OnChanged(); } method M22 (line 32) | get M22() { return this._Raw[5]; } method M22 (line 33) | set M22(val: number) { this._Raw[5] = val; this._OnChanged(); } method M23 (line 35) | get M23() { return this._Raw[6]; } method M23 (line 36) | set M23(val: number) { this._Raw[6] = val; this._OnChanged(); } method M24 (line 38) | get M24() { return this._Raw[7]; } method M24 (line 39) | set M24(val: number) { this._Raw[7] = val; this._OnChanged(); } method M31 (line 41) | get M31() { return this._Raw[8]; } method M31 (line 42) | set M31(val: number) { this._Raw[8] = val; this._OnChanged(); } method M32 (line 44) | get M32() { return this._Raw[9]; } method M32 (line 45) | set M32(val: number) { this._Raw[9] = val; this._OnChanged(); } method M33 (line 47) | get M33() { return this._Raw[10]; } method M33 (line 48) | set M33(val: number) { this._Raw[10] = val; this._OnChanged(); } method M34 (line 50) | get M34() { return this._Raw[11]; } method M34 (line 51) | set M34(val: number) { this._Raw[11] = val; this._OnChanged(); } method OffsetX (line 53) | get OffsetX() { return this._Raw[12]; } method OffsetX (line 54) | set OffsetX(val: number) { this._Raw[12] = val; this._OnChanged(); } method OffsetY (line 56) | get OffsetY() { return this._Raw[13]; } method OffsetY (line 57) | set OffsetY(val: number) { this._Raw[13] = val; this._OnChanged(); } method OffsetZ (line 59) | get OffsetZ() { return this._Raw[14]; } method OffsetZ (line 60) | set OffsetZ(val: number) { this._Raw[14] = val; this._OnChanged(); } method M44 (line 62) | get M44() { return this._Raw[15]; } method M44 (line 63) | set M44(val: number) { this._Raw[15] = val; this._OnChanged(); } method Inverse (line 65) | get Inverse(): Matrix3D { method Listen (line 78) | Listen(func: (newMatrix: Matrix3D) => void ): IMatrix3DChangedListener { method _OnChanged (line 91) | private _OnChanged() { FILE: src/Media/Matrix3DProjection.ts class Matrix3DProjection (line 4) | class Matrix3DProjection extends Projection { method CreateProjectionMatrix (line 8) | CreateProjectionMatrix(): Matrix3D { return this.ProjectionMatrix; } FILE: src/Media/MediaParser.ts function ParseGeometry (line 45) | function ParseGeometry (val: string): Geometry { function ParseShapePoints (line 49) | function ParseShapePoints (val: string): Point[] { class MediaParser (line 53) | class MediaParser { method constructor (line 58) | constructor (str: string) { method ParseGeometryImpl (line 63) | ParseGeometryImpl (): Geometry { method ParseShapePoints (line 351) | ParseShapePoints (): Point[] { method ParsePoint (line 360) | private ParsePoint (): Point { method ParseDouble (line 379) | private ParseDouble (): number { method Match (line 421) | private Match (matchStr: string): boolean { method Advance (line 433) | private Advance () { method MorePointsAvailable (line 452) | private MorePointsAvailable (): boolean { FILE: src/Media/PathFigure.ts class PathFigure (line 5) | class PathFigure extends DependencyObject { method _OnSegmentsSourceChanged (line 17) | private _OnSegmentsSourceChanged (args: IDependencyPropertyChangedEven... method constructor (line 23) | constructor() { method _Build (line 30) | private _Build(): minerva.path.Path { method InvalidatePathFigure (line 46) | private InvalidatePathFigure() { method MergeInto (line 51) | MergeInto(rp: minerva.path.Path) { class PathFigureCollection (line 60) | class PathFigureCollection extends XamlObjectCollection { method AddingToCollection (line 61) | AddingToCollection(value: PathFigure, error: BError): boolean { method RemovedFromCollection (line 68) | RemovedFromCollection(value: PathFigure, isValueSafe: boolean) { FILE: src/Media/PathGeometry.ts class PathGeometry (line 4) | class PathGeometry extends Geometry implements minerva.shapes.path.IPath... method fillRule (line 11) | get fillRule (): minerva.FillRule { method constructor (line 15) | constructor () { method OverridePath (line 22) | OverridePath (path: minerva.path.Path) { method _Build (line 26) | _Build (): minerva.path.Path { method InvalidateFigures (line 42) | InvalidateFigures () { FILE: src/Media/PathSegment.ts class PathSegment (line 5) | class PathSegment extends DependencyObject { method _Append (line 6) | _Append(path:minerva.path.Path) { class PathSegmentCollection (line 12) | class PathSegmentCollection extends XamlObjectCollection { method AddingToCollection (line 15) | AddingToCollection(value:PathSegment, error:BError):boolean { method RemovedFromCollection (line 27) | RemovedFromCollection(value:PathSegment, isValueSafe:boolean) { method SetSource (line 35) | SetSource(source:nullstone.IEnumerable) { method _OnSegmentsCollectionChanged (line 61) | private _OnSegmentsCollectionChanged(sender, args:Collections.Collecti... FILE: src/Media/PathSegments.ts class ArcSegment (line 5) | class ArcSegment extends PathSegment { method _Append (line 17) | _Append(path: minerva.path.Path) { class BezierSegment (line 31) | class BezierSegment extends PathSegment { method _Append (line 39) | _Append(path: minerva.path.Path) { class LineSegment (line 56) | class LineSegment extends PathSegment { method _Append (line 60) | _Append(path: minerva.path.Path) { class PolyBezierSegment (line 69) | class PolyBezierSegment extends PathSegment { method constructor (line 73) | constructor() { method _Append (line 78) | _Append(path: minerva.path.Path) { class PolyLineSegment (line 100) | class PolyLineSegment extends PathSegment { method constructor (line 104) | constructor() { method _Append (line 109) | _Append(path: minerva.path.Path) { class PolyQuadraticBezierSegment (line 122) | class PolyQuadraticBezierSegment extends PathSegment { method constructor (line 126) | constructor() { method _Append (line 131) | _Append(path: minerva.path.Path) { class QuadraticBezierSegment (line 168) | class QuadraticBezierSegment extends PathSegment { method _Append (line 174) | _Append(path: minerva.path.Path) { FILE: src/Media/PlaneProjection.ts class PlaneProjection (line 11) | class PlaneProjection extends Projection { method getDistanceFromXYPlane (line 44) | getDistanceFromXYPlane (): number { method CreateProjectionMatrix3D (line 57) | CreateProjectionMatrix3D (): Matrix3D { FILE: src/Media/Projection.ts class Projection (line 4) | class Projection extends DependencyObject implements minerva.IProjection { method ObjectWidth (line 7) | get ObjectWidth (): number { method ObjectHeight (line 12) | get ObjectHeight (): number { method setObjectSize (line 16) | setObjectSize (objectWidth: number, objectHeight: number) { method getDistanceFromXYPlane (line 26) | getDistanceFromXYPlane (): number { method getTransform (line 30) | getTransform (): number[] { method CreateProjectionMatrix (line 39) | CreateProjectionMatrix (): Matrix3D { method InvalidateProjection (line 43) | InvalidateProjection () { FILE: src/Media/RadialGradient/Extender.ts type IExtender (line 2) | interface IExtender { type IRadialPointData (line 12) | interface IRadialPointData { function createExtender (line 23) | function createExtender (data: IRadialPointData, bounds: minerva.Rect): ... function exceedBounds (line 62) | function exceedBounds(cx: number, cy: number, radius: number, bounds: mi... function len (line 70) | function len (x1: number, y1: number, x2: number, y2: number): number { FILE: src/Media/RadialGradientBrush.ts class RadialGradientBrush (line 8) | class RadialGradientBrush extends GradientBrush { method CreatePad (line 18) | CreatePad (ctx: CanvasRenderingContext2D, bounds: minerva.Rect): any { method CreateRepeat (line 28) | CreateRepeat (ctx: CanvasRenderingContext2D, bounds: minerva.Rect) { method CreateReflect (line 33) | CreateReflect (ctx: CanvasRenderingContext2D, bounds: minerva.Rect) { method CreateInterpolated (line 38) | private CreateInterpolated (data: RadialGradient.IRadialPointData, bou... method FitPattern (line 68) | private FitPattern (ctx: CanvasRenderingContext2D, fill: CanvasGradien... method _GetPointData (line 87) | private _GetPointData (bounds: minerva.Rect): RadialGradient.IRadialPo... FILE: src/Media/RectangleGeometry.ts class RectangleGeometry (line 4) | class RectangleGeometry extends Geometry { method _Build (line 12) | _Build (): minerva.path.Path { FILE: src/Media/SolidColorBrush.ts class SolidColorBrush (line 4) | class SolidColorBrush extends Brush { method constructor (line 8) | constructor(...args: any[]) { method isTransparent (line 14) | isTransparent(): boolean { method FromColor (line 19) | static FromColor(color: Color): SolidColorBrush { method setupBrush (line 25) | setupBrush (ctx: CanvasRenderingContext2D, bounds: minerva.Rect) { method CreateBrush (line 31) | CreateBrush(ctx: CanvasRenderingContext2D, bounds: minerva.Rect): any { function brushConverter (line 40) | function brushConverter(val: any): Brush { FILE: src/Media/TextOptions.ts class TextOptions (line 4) | class TextOptions { method GetTextHintingMode (line 6) | static GetTextHintingMode(d: DependencyObject): TextHintingMode { retu... method SetTextHintingMode (line 7) | static SetTextHintingMode(d: DependencyObject, value: TextHintingMode)... FILE: src/Media/TileBrush.ts function computeImageMatrix (line 5) | function computeImageMatrix(width: number, height: number, sw: number, s... class TileBrush (line 61) | class TileBrush extends Brush { method CreateBrush (line 69) | CreateBrush(ctx: CanvasRenderingContext2D, bounds: minerva.Rect) { method GetTileExtents (line 86) | GetTileExtents(): minerva.Rect { return undefined; } method DrawTile (line 87) | DrawTile(canvasCtx: CanvasRenderingContext2D, bounds: minerva.Rect) { } FILE: src/Media/Transform.ts class Transform (line 4) | class Transform extends GeneralTransform implements minerva.ITransform { method constructor (line 7) | constructor () { method Value (line 12) | get Value (): Matrix { method getRaw (line 21) | getRaw (): number[] { method Inverse (line 25) | get Inverse (): Transform { method Transform (line 34) | Transform (p: minerva.IPoint): Point { method TransformBounds (line 43) | TransformBounds (r: minerva.Rect): minerva.Rect { method TryTransform (line 54) | TryTransform (inPoint: minerva.IPoint, outPoint: minerva.IPoint): bool... method InvalidateValue (line 58) | InvalidateValue () { method _BuildValue (line 64) | _BuildValue (): number[] { method copyMatTo (line 69) | static copyMatTo (t: Transform, mat: number[]) { class MatrixTransform (line 75) | class MatrixTransform extends Transform { method _BuildValue (line 79) | _BuildValue (): number[] { method Clone (line 86) | Clone (): MatrixTransform { FILE: src/Media/Transforms.ts class RotateTransform (line 5) | class RotateTransform extends Transform { method _BuildValue (line 13) | _BuildValue (): number[] { class ScaleTransform (line 30) | class ScaleTransform extends Transform { method _BuildValue (line 40) | _BuildValue (): number[] { class SkewTransform (line 55) | class SkewTransform extends Transform { method _BuildValue (line 65) | _BuildValue (): number[] { class TranslateTransform (line 82) | class TranslateTransform extends Transform { method _BuildValue (line 88) | _BuildValue (): number[] { class TransformCollection (line 94) | class TransformCollection extends XamlObjectCollection { method AddingToCollection (line 95) | AddingToCollection (value: Transform, error: BError): boolean { method RemovedFromCollection (line 103) | RemovedFromCollection (value: Transform, isValueSafe: boolean) { class TransformGroup (line 112) | class TransformGroup extends Transform { method constructor (line 116) | constructor () { method _BuildValue (line 123) | _BuildValue (): number[] { FILE: src/Media/VSM/VisualState.ts class VisualState (line 5) | class VisualState extends DependencyObject { class VisualStateCollection (line 12) | class VisualStateCollection extends XamlObjectCollection { FILE: src/Media/VSM/VisualStateGroup.ts class VisualStateChangedEventArgs (line 5) | class VisualStateChangedEventArgs implements nullstone.IEventArgs { method constructor (line 9) | constructor(oldState: VisualState, newState: VisualState, control: Con... class VisualStateGroup (line 16) | class VisualStateGroup extends DependencyObject { method CurrentStoryboards (line 24) | get CurrentStoryboards(): Animation.Storyboard[] { method constructor (line 31) | constructor() { method GetState (line 37) | GetState(stateName: string): VisualState { method StartNewThenStopOld (line 48) | StartNewThenStopOld(element: FrameworkElement, newStoryboards: Animati... method StopCurrentStoryboards (line 78) | StopCurrentStoryboards(element: FrameworkElement) { method Deactivate (line 91) | Deactivate () { method Activate (line 97) | Activate () { method RaiseCurrentStateChanging (line 103) | RaiseCurrentStateChanging(element: FrameworkElement, oldState: VisualS... method RaiseCurrentStateChanged (line 106) | RaiseCurrentStateChanged(element: FrameworkElement, oldState: VisualSt... class VisualStateGroupCollection (line 113) | class VisualStateGroupCollection extends XamlObjectCollection void, time... function removeTuple (line 342) | function removeTuple(tuple: ITimelineTuple, list: ITimelineTuple[]) { FILE: src/Media/VSM/VisualTransition.ts class VisualTransition (line 4) | class VisualTransition extends DependencyObject { method GeneratedDuration (line 12) | get GeneratedDuration(): Duration { return this._GeneratedDuration; } method GeneratedDuration (line 13) | set GeneratedDuration(value: Duration) { this._GeneratedDuration = nul... method IsDefault (line 18) | get IsDefault(): boolean { return this.From == null && this.To == null; } FILE: src/Media/Videos/VideoSource.ts class VideoSource (line 4) | class VideoSource extends VideoSourceBase { method constructor (line 10) | constructor(uri?: Uri) { method _UriSourceChanged (line 16) | private _UriSourceChanged(args: IDependencyPropertyChangedEventArgs) { method OnUriSourceChanged (line 24) | protected OnUriSourceChanged(oldValue: Uri, newValue: Uri) { method onVideoErrored (line 32) | protected onVideoErrored(e: ErrorEvent) { FILE: src/Media/Videos/VideoSourceBase.ts type IVideoSourceWatcher (line 6) | interface IVideoSourceWatcher { class VideoSourceBase (line 12) | class VideoSourceBase extends Imaging.ImageSource implements minerva.con... method createElement (line 17) | createElement(): HTMLVideoElement { method reset (line 21) | reset() { method watch (line 29) | watch(watcher: IVideoSourceWatcher): nullstone.IDisposable { method setAutoPlay (line 41) | setAutoPlay(value: boolean) { method getIsPlaying (line 49) | getIsPlaying(): boolean { method Play (line 54) | Play() { method Pause (line 58) | Pause() { method onVideoErrored (line 62) | protected onVideoErrored(e: ErrorEvent) { method onVideoCanPlay (line 69) | protected onVideoCanPlay() { method onVideoChanged (line 76) | protected onVideoChanged() { FILE: src/Navigation/INavigate.ts type INavigate (line 2) | interface INavigate { FILE: src/Navigation/NavigationHelper.ts function Navigate (line 2) | function Navigate(source: DependencyObject, targetName: string, navigate... function isExternalTarget (line 18) | function isExternalTarget(targetName: string): boolean { function tryInternalNavigate (line 34) | function tryInternalNavigate(source: DependencyObject, navigateUri: Uri,... function findNavigator (line 48) | function findNavigator(root: DependencyObject, lastSubtree: DependencyOb... function walkUp (line 67) | function walkUp(xobj: XamlObject): nullstone.IEnumerator { function isUriValidForExternalNav (line 80) | function isUriValidForExternalNav(navigateUri: Uri): boolean { function getAbsoluteUri (line 88) | function getAbsoluteUri(navigateUri: Uri, app: Application) { function launchDummyLink (line 101) | function launchDummyLink(target: string, navigateUri: string) { FILE: src/Navigation/NavigationService.ts class NavigationService (line 2) | class NavigationService { method constructor (line 7) | constructor() { method CurrentUri (line 19) | get CurrentUri(): Uri { method Navigate (line 23) | Navigate(uri: Uri): boolean { method _HandleFragmentChange (line 28) | private _HandleFragmentChange() { FILE: src/Navigation/RedirectRoute.ts class RedirectRoute (line 2) | class RedirectRoute extends Route { method constructor (line 7) | constructor(route: Route, newUri: any) { FILE: src/Navigation/Route.ts class Route (line 2) | class Route { method constructor (line 7) | constructor (view: Uri, hashParams: { [key: string]: string }, dataCon... FILE: src/Navigation/RouteMapper.ts class RouteMapper (line 4) | class RouteMapper extends DependencyObject { method constructor (line 11) | constructor() { method MapUri (line 16) | MapUri(uri: Uri): Route { FILE: src/Navigation/RouteMapping.ts class RouteMapping (line 4) | class RouteMapping extends DependencyObject { method MapUri (line 10) | MapUri (uri: Uri): Route { type ITokenInfo (line 30) | interface ITokenInfo { type IUriMatcher (line 35) | interface IUriMatcher { function createUriMatcher (line 39) | function createUriMatcher (matchTemplate: string, actual: string): IUriM... FILE: src/Navigation/UriMapper.ts class UriMapper (line 4) | class UriMapper extends DependencyObject { method constructor (line 8) | constructor() { method MapUri (line 13) | MapUri(uri: Uri): Uri { FILE: src/Navigation/UriMapping.ts class UriMapping (line 4) | class UriMapping extends DependencyObject { method MapUri (line 10) | MapUri(uri: Uri): Uri { type ITokenInfo (line 20) | interface ITokenInfo { type IUriMatcher (line 25) | interface IUriMatcher { function createUriMatcher (line 28) | function createUriMatcher(matchTemplate: string, outputTemplate: string,... FILE: src/Primitives/Color.ts class Color (line 1) | class Color implements ICloneable { method Add (line 10) | Add(color2: Color) { method Subtract (line 18) | Subtract(color2: Color) { method Multiply (line 26) | Multiply(factor: number) { method Equals (line 34) | Equals(other: Color) { method toString (line 40) | toString() { method ToHexStringNoAlpha (line 47) | ToHexStringNoAlpha(): string { method Clone (line 51) | Clone(): Color { method LERP (line 55) | static LERP(start: Color, end: Color, p: number): Color { method FromRgba (line 63) | static FromRgba(r: number, g: number, b: number, a: number): Color { method FromHex (line 71) | static FromHex(hex: string): Color { FILE: src/Primitives/CornerRadius.ts class CornerRadius (line 1) | class CornerRadius extends minerva.CornerRadius implements ICloneable { method Clone (line 2) | Clone (): CornerRadius { FILE: src/Primitives/DateTime.ts type DayOfWeek (line 3) | enum DayOfWeek { type DateTimeKind (line 14) | enum DateTimeKind { class DateTime (line 21) | class DateTime { method MinValue (line 25) | static get MinValue() { return new DateTime(DateTime.MIN_TICKS); } method MaxValue (line 26) | static get MaxValue() { return new DateTime(DateTime.MAX_TICKS); } method Now (line 27) | static get Now(): DateTime { return new DateTime(new Date().getTime(),... method Today (line 28) | static get Today(): DateTime { return DateTime.Now.Date; } method Compare (line 29) | static Compare(dt1: DateTime, dt2: DateTime): number { method DaysInMonth (line 39) | static DaysInMonth(year: number, month: number): number { method constructor (line 57) | constructor(...args: any[]) { method Ticks (line 139) | get Ticks(): number { return this._InternalDate.getTime(); } method Kind (line 140) | get Kind(): DateTimeKind { return this._Kind; } method Date (line 141) | get Date(): DateTime { method Day (line 157) | get Day(): number { method DayOfWeek (line 162) | get DayOfWeek(): DayOfWeek { method DayOfYear (line 167) | get DayOfYear(): number { method Hour (line 173) | get Hour(): number { method Millisecond (line 178) | get Millisecond(): number { method Minute (line 183) | get Minute(): number { method Month (line 188) | get Month(): number { method Second (line 193) | get Second(): number { method TimeOfDay (line 198) | get TimeOfDay(): TimeSpan { method Year (line 204) | get Year(): number { method AddYears (line 210) | AddYears(years: number): DateTime { method AddMonths (line 223) | AddMonths(months: number): DateTime { method AddDays (line 236) | AddDays(value: number): DateTime { method AddHours (line 239) | AddHours(value: number): DateTime { method AddMinutes (line 242) | AddMinutes(value: number): DateTime { method AddSeconds (line 245) | AddSeconds(value: number): DateTime { method AddMilliseconds (line 248) | AddMilliseconds(value: number): DateTime { method Add (line 251) | Add(value: TimeSpan): DateTime { method AddTicks (line 268) | AddTicks(value: number): DateTime { method Subtract (line 274) | Subtract(value: any): any { method ToUniversalTime (line 283) | ToUniversalTime(): DateTime { method toString (line 290) | toString(format?: string): string { method valueOf (line 295) | valueOf(): Object { FILE: src/Primitives/Duration.ts type DurationType (line 1) | enum DurationType { class Duration (line 7) | class Duration implements ICloneable { method constructor (line 11) | constructor(ts?: TimeSpan) { method Clone (line 15) | Clone(): Duration { method Type (line 22) | get Type(): DurationType { return this._Type; } method TimeSpan (line 23) | get TimeSpan(): TimeSpan { method HasTimeSpan (line 27) | get HasTimeSpan(): boolean { return this._Type === DurationType.TimeSp... method IsForever (line 28) | get IsForever(): boolean { return this._Type === DurationType.Forever; } method IsAutomatic (line 29) | get IsAutomatic(): boolean { return this._Type === DurationType.Automa... method IsZero (line 31) | get IsZero(): boolean { return this._Type === DurationType.TimeSpan &&... FILE: src/Primitives/FontFamily.ts class FontFamily (line 1) | class FontFamily implements ICloneable { method constructor (line 2) | constructor(public FamilyNames: string) { } method toString (line 3) | toString(): string { method Clone (line 6) | Clone(): FontFamily { FILE: src/Primitives/KeyTime.ts class KeyTime (line 1) | class KeyTime implements ICloneable { method CreateUniform (line 8) | static CreateUniform(): KeyTime { method CreateTimeSpan (line 13) | static CreateTimeSpan(ts: TimeSpan): KeyTime { method Clone (line 19) | Clone(): KeyTime { method IsPaced (line 28) | get IsPaced(): boolean { return this._IsPaced; } method IsUniform (line 29) | get IsUniform(): boolean { return this._IsUniform; } method HasTimeSpan (line 30) | get HasTimeSpan(): boolean { return this._TimeSpan != null; } method TimeSpan (line 31) | get TimeSpan(): TimeSpan { return this._TimeSpan; } method HasPercent (line 32) | get HasPercent(): boolean { return this._Percent != null; } method Percent (line 33) | get Percent(): number { return this._Percent; } FILE: src/Primitives/Length.ts class Length (line 1) | class Length { FILE: src/Primitives/Point.ts class Point (line 1) | class Point extends minerva.Point { method Clone (line 2) | Clone (): Point { method LERP (line 6) | static LERP (start: Point, end: Point, p: number): Point { FILE: src/Primitives/Rect.ts class Rect (line 1) | class Rect extends minerva.Rect { method Clone (line 2) | Clone (): Rect { FILE: src/Primitives/Size.ts class Size (line 1) | class Size extends minerva.Size { method Clone (line 2) | Clone (): Size { FILE: src/Primitives/Thickness.ts class Thickness (line 1) | class Thickness extends minerva.Thickness { method Clone (line 2) | Clone (): Thickness { method toString (line 6) | toString () { FILE: src/Primitives/TimeSpan.ts class TimeSpan (line 1) | class TimeSpan { method Zero (line 10) | static get Zero(): TimeSpan { return new TimeSpan(); } method MinValue (line 11) | static get MinValue(): TimeSpan { return new TimeSpan(Number.MIN_VALUE... method MaxValue (line 12) | static get MaxValue(): TimeSpan { return new TimeSpan(Number.MAX_VALUE... method FromDays (line 14) | static FromDays(value: number): TimeSpan { method FromHours (line 17) | static FromHours(value: number): TimeSpan { method FromMinutes (line 20) | static FromMinutes(value: number): TimeSpan { method FromSeconds (line 23) | static FromSeconds(value: number): TimeSpan { method FromMilliseconds (line 26) | static FromMilliseconds(value: number): TimeSpan { method constructor (line 34) | constructor(...args: any[]) { method Days (line 63) | get Days(): number { method Hours (line 66) | get Hours(): number { method Minutes (line 70) | get Minutes(): number { method Seconds (line 75) | get Seconds(): number { method Milliseconds (line 81) | get Milliseconds(): number { method Ticks (line 88) | get Ticks(): number { return this._Ticks; } method TotalDays (line 90) | get TotalDays(): number { return this._Ticks / TimeSpan._TicksPerDay; } method TotalHours (line 91) | get TotalHours(): number { return this._Ticks / TimeSpan._TicksPerHour; } method TotalMinutes (line 92) | get TotalMinutes(): number { return this._Ticks / TimeSpan._TicksPerMi... method TotalSeconds (line 93) | get TotalSeconds(): number { return this._Ticks / TimeSpan._TicksPerSe... method TotalMilliseconds (line 94) | get TotalMilliseconds(): number { return this._Ticks / TimeSpan._Ticks... method AddTicks (line 96) | AddTicks(ticks: number) { method AddMilliseconds (line 103) | AddMilliseconds(milliseconds: number) { method Add (line 107) | Add(ts2: TimeSpan): TimeSpan { method Subtract (line 112) | Subtract(ts2: TimeSpan): TimeSpan { method Multiply (line 117) | Multiply(v: number): TimeSpan { method Divide (line 122) | Divide(ts2: TimeSpan): TimeSpan { method CompareTo (line 127) | CompareTo(ts2: TimeSpan): number { method IsZero (line 132) | IsZero(): boolean { method GetJsDelay (line 136) | GetJsDelay(): number { method toString (line 140) | toString(format?: string): string { method valueOf (line 145) | valueOf(): Object { FILE: src/Primitives/TypeConversion.ts function splitCommaList (line 2) | function splitCommaList (str: string): string[] { FILE: src/Runtime/BError.ts class BError (line 1) | class BError { method ThrowException (line 9) | ThrowException() { FILE: src/Runtime/Bootstrap.ts function Bootstrap (line 4) | function Bootstrap(onLoaded?: (app: Application) => any) { function bootstrap (line 18) | function bootstrap(url: string, canvas: HTMLCanvasElement, onLoaded: (ap... FILE: src/Runtime/Configure.ts function LoadConfigJson (line 6) | function LoadConfigJson (onComplete: (config: any, err?: any) => void) { function configure (line 12) | function configure (jsontext: string, onComplete: (config: any, err?: an... type ILibraryConfig (line 28) | interface ILibraryConfig { function configure (line 37) | function configure (json) { function getLibConfig (line 48) | function getLibConfig (libName: string, libJson: any): ILibraryConfig { function setupLibraryConfig (line 59) | function setupLibraryConfig (lib: ILibraryConfig) { function configure (line 78) | function configure (json) { function configure (line 88) | function configure (json) { function toBoolean (line 95) | function toBoolean (val: any): boolean { FILE: src/Runtime/NumberEx.ts function AreClose (line 4) | function AreClose(val1: number, val2: number): boolean { function IsLessThanClose (line 11) | function IsLessThanClose(val1: number, val2: number): boolean { function IsGreaterThanClose (line 14) | function IsGreaterThanClose(val1: number, val2: number): boolean { FILE: src/Runtime/React.ts type IReactable (line 2) | interface IReactable { type IReaction (line 6) | interface IReaction { function Incite (line 10) | function Incite (obj: any, val?: any) { function ReactTo (line 22) | function ReactTo (obj: any, scope: any, changed: (val?: any) => any) { function UnreactTo (line 39) | function UnreactTo (obj: any, scope: any) { FILE: src/Runtime/StringEx.ts function Format (line 2) | function Format(format: string, ...items: any[]): string { FILE: src/Runtime/TimelineProfile.ts type ITimelineEvent (line 1) | interface ITimelineEvent { type ITimelineGroup (line 7) | interface ITimelineGroup { class TimelineProfile (line 14) | class TimelineProfile { method Parse (line 21) | static Parse(isStart: boolean, name: string) { method Navigate (line 30) | static Navigate(isStart: boolean, name?: string) { method LayoutPass (line 39) | static LayoutPass(isStart: boolean) { method _FinishEvent (line 53) | private static _FinishEvent(type: string, name?: string) { FILE: src/Shapes/DoubleCollection.ts class DoubleCollection (line 4) | class DoubleCollection extends XamlObjectCollection { FILE: src/Shapes/Ellipse.ts class Ellipse (line 6) | class Ellipse extends Shape { method CreateLayoutUpdater (line 7) | CreateLayoutUpdater () { method constructor (line 11) | constructor () { FILE: src/Shapes/Enums.ts type ShapeFlags (line 2) | enum ShapeFlags { type PenLineCap (line 10) | enum PenLineCap { type PenLineJoin (line 18) | enum PenLineJoin { type FillRule (line 25) | enum FillRule { type SweepDirection (line 31) | enum SweepDirection { FILE: src/Shapes/Line.ts class Line (line 5) | class Line extends Shape { method CreateLayoutUpdater (line 6) | CreateLayoutUpdater () { FILE: src/Shapes/Path.ts class Path (line 5) | class Path extends Shape { method CreateLayoutUpdater (line 6) | CreateLayoutUpdater () { return new PathUpdater(); } method _DataCoercer (line 8) | private static _DataCoercer (dobj: DependencyObject, propd: Dependency... FILE: src/Shapes/PointCollection.ts class PointCollection (line 4) | class PointCollection implements nullstone.ICollection { method Count (line 7) | get Count () { method FromData (line 11) | static FromData (data: string): PointCollection { method FromArray (line 17) | static FromArray (data: Point[]): PointCollection { method GetValueAt (line 23) | GetValueAt (index: number): Point { method SetValueAt (line 27) | SetValueAt (index: number, value: Point): boolean { method Add (line 37) | Add (value: Point) { method AddRange (line 42) | AddRange (points: Point[]) { method Insert (line 47) | Insert (index: number, value: Point) { method Remove (line 57) | Remove (value: Point): boolean { method RemoveAt (line 66) | RemoveAt (index: number) { method Clear (line 73) | Clear () { method IndexOf (line 78) | IndexOf (value: Point): number { method Contains (line 87) | Contains (value: Point): boolean { method getEnumerator (line 91) | getEnumerator (reverse?: boolean): nullstone.IEnumerator { FILE: src/Shapes/Polygon.ts class Polygon (line 5) | class Polygon extends Shape { method CreateLayoutUpdater (line 6) | CreateLayoutUpdater () { method _PointsCoercer (line 10) | private static _PointsCoercer (dobj: DependencyObject, propd: Dependen... method constructor (line 23) | constructor () { FILE: src/Shapes/Polyline.ts class Polyline (line 5) | class Polyline extends Shape { method CreateLayoutUpdater (line 6) | CreateLayoutUpdater () { method _PointsCoercer (line 10) | private static _PointsCoercer (d: DependencyObject, propd: DependencyP... method constructor (line 23) | constructor () { FILE: src/Shapes/Rectangle.ts class Rectangle (line 6) | class Rectangle extends Shape { method CreateLayoutUpdater (line 7) | CreateLayoutUpdater () { method constructor (line 21) | constructor () { FILE: src/Shapes/Shape.ts class Shape (line 6) | class Shape extends FrameworkElement { method CreateLayoutUpdater (line 7) | CreateLayoutUpdater () { method constructor (line 36) | constructor () { function onSizeChanged (line 44) | function onSizeChanged (shape: Shape, args: IDependencyPropertyChangedEv... function strokeThicknessCoercer (line 49) | function strokeThicknessCoercer (dobj: Fayde.DependencyObject, propd: De... FILE: src/Text/Buffer.ts function cut (line 2) | function cut (text: string, start: number, len: number): string { function insert (line 8) | function insert (text: string, index: number, str: string): string { function replace (line 14) | function replace (text: string, start: number, len: number, str: string)... FILE: src/Text/History/DeleteAction.ts class DeleteAction (line 2) | class DeleteAction implements IAction { method constructor (line 8) | constructor (selectionAnchor: number, selectionCursor: number, buffer:... method Undo (line 15) | Undo (bo: ITextOwner) { method Redo (line 19) | Redo (bo: ITextOwner): number { FILE: src/Text/History/IAction.ts type IAction (line 2) | interface IAction { FILE: src/Text/History/InsertAction.ts class InsertAction (line 2) | class InsertAction implements IAction { method constructor (line 9) | constructor (selectionAnchor: number, selectionCursor: number, start: ... method Undo (line 17) | Undo (bo: ITextOwner) { method Redo (line 21) | Redo (bo: ITextOwner): number { method Insert (line 26) | Insert (start: number, text: string) { FILE: src/Text/History/ReplaceAction.ts class ReplaceAction (line 2) | class ReplaceAction implements IAction { method constructor (line 10) | constructor (selectionAnchor: number, selectionCursor: number, buffer:... method Undo (line 19) | Undo (bo: ITextOwner) { method Redo (line 24) | Redo (bo: ITextOwner): number { FILE: src/Text/History/Tracker.ts class Tracker (line 2) | class Tracker { method constructor (line 7) | constructor (maxUndoCount: number) { method canUndo (line 11) | get canUndo (): boolean { method canRedo (line 15) | get canRedo (): boolean { method undo (line 19) | undo (bufferholder: ITextOwner): IAction { method redo (line 31) | redo (bufferholder: ITextOwner): number { method enter (line 42) | enter (anchor: number, cursor: number, start: number, newText: string) { method insert (line 51) | insert (anchor: number, cursor: number, start: number, newText: string) { method replace (line 55) | replace (anchor: number, cursor: number, text: string, start: number, ... method delete (line 59) | delete (anchor: number, cursor: number, text: string, start: number, l... method $doAction (line 63) | private $doAction (action: IAction) { FILE: src/Text/ITextOwner.ts type ITextOwner (line 2) | interface ITextOwner { FILE: src/Text/Proxy.ts type EmitChangedType (line 2) | enum EmitChangedType { class Proxy (line 8) | class Proxy implements ITextOwner { method constructor (line 27) | constructor (eventsMask: EmitChangedType, maxUndoCount: number) { method setAnchorCursor (line 38) | setAnchorCursor (anchor: number, cursor: number): boolean { method enterText (line 49) | enterText (newText: string, isPaste?: boolean): boolean { method removeText (line 76) | removeText (start: number, length: number): boolean { method paste (line 88) | paste (text: string): boolean { method undo (line 92) | undo () { method redo (line 111) | redo () { method begin (line 128) | begin () { method end (line 133) | end () { method beginSelect (line 138) | beginSelect (cursor: number) { method adjustSelection (line 148) | adjustSelection (cursor: number) { method selectAll (line 162) | selectAll () { method clearSelection (line 166) | clearSelection (start: number) { method select (line 173) | select (start: number, length: number): boolean { method setSelectionStart (line 186) | setSelectionStart (value: number) { method setSelectionLength (line 210) | setSelectionLength (value: number) { method setText (line 227) | setText (value: string) { method getSelectedText (line 245) | getSelectedText() { method $syncEmit (line 252) | private $syncEmit (syncText?: boolean) { method $syncText (line 274) | private $syncText () { FILE: src/Validation/Emit.ts function Emit (line 2) | function Emit (fe: FrameworkElement, binding: Data.Binding, oldError: Va... function raiseBindingValidationError (line 21) | function raiseBindingValidationError (fe: FrameworkElement, args: Valida... FILE: src/Validation/Validation.ts class Validation (line 8) | class Validation extends DependencyObject { function GetErrorsCore (line 16) | function GetErrorsCore (dobj: DependencyObject) { function GetErrors (line 29) | function GetErrors (dobj: DependencyObject): ReadOnlyObservableCollectio... function GetHasError (line 41) | function GetHasError (dobj: DependencyObject): boolean { function SetHasError (line 47) | function SetHasError (dobj: DependencyObject, value: boolean) { function AddError (line 51) | function AddError (element: FrameworkElement, error: ValidationError) { function RemoveError (line 62) | function RemoveError (element: FrameworkElement, error: ValidationError) { FILE: src/Validation/ValidationError.ts class ValidationError (line 2) | class ValidationError { method constructor (line 9) | constructor (content: any, exception: any, propertyName: string) { FILE: src/Validation/ValidationErrorEventAction.ts type ValidationErrorEventAction (line 2) | enum ValidationErrorEventAction { FILE: src/Validation/ValidationErrorEventArgs.ts class ValidationErrorEventArgs (line 2) | class ValidationErrorEventArgs extends RoutedEventArgs { method constructor (line 6) | constructor (action: ValidationErrorEventAction, error: ValidationErro... FILE: src/_Debug.ts function debugLayers (line 2) | function debugLayers (): any[] { function sexify (line 11) | function sexify (updater: minerva.core.Updater) { function sexyflags (line 32) | function sexyflags (flags: minerva.DirtyFlags): string { function sexyuiflags (line 52) | function sexyuiflags (flags: minerva.UIFlags): string { function isPowerOf2 (line 72) | function isPowerOf2 (num: number): boolean { function debugLayersRaw (line 77) | function debugLayersRaw (): string { function stringify (line 86) | function stringify (updater: minerva.core.Updater, level: number = 0): s... function getById (line 112) | function getById (id: number) { function debugLayersFlatten (line 132) | function debugLayersFlatten (): any[] { FILE: src/_Types.ts type Enum (line 9) | interface Enum { type Uri (line 14) | interface Uri extends nullstone.Uri { class ResourceTypeManager (line 17) | class ResourceTypeManager extends nullstone.TypeManager { method createLibResolver (line 18) | createLibResolver (): nullstone.ILibraryResolver { method resolveResource (line 22) | resolveResource (uri: Uri): string { function joinPaths (line 37) | function joinPaths (base: string, rel: string): string { function RegisterType (line 50) | function RegisterType (type: Function, uri: string, name?: string) { function RegisterEnum (line 55) | function RegisterEnum (enu: any, uri: string, name: string) { FILE: src/polyfill/perfex.ts method reset (line 8) | reset () { method start (line 10) | start (tag: string) { method stop (line 12) | stop () { method start (line 20) | start (tag: string) { FILE: stress/ITestImpl.ts type ITestImpl (line 1) | interface ITestImpl { FILE: stress/Runner.ts type ITest (line 1) | interface ITest { class Runner (line 9) | class Runner { method constructor (line 10) | constructor (public listEl: HTMLElement, public infoEl: HTMLElement, p... method init (line 13) | init () { method run (line 27) | private run (test: ITest) { method reportStatus (line 39) | private reportStatus (status) { method reportOutput (line 43) | private reportOutput (output) { method getTests (line 47) | private getTests (cb: (tests: ITest[]) => any) { FILE: stress/tests/StressTest.ts class StressTest (line 3) | class StressTest implements ITestImpl { method run (line 4) | run (runCount: number, onStatus: (status: any) => any, onOutput: (outp... method $$finishRun (line 10) | private $$finishRun (runCount: number, onStatus: (status: any) => any,... method prepare (line 52) | prepare (ready?: () => any): boolean { method prepareIteration (line 56) | prepareIteration () { method runIteration (line 60) | runIteration () { function createTimingString (line 64) | function createTimingString (ms: number): string { function calcStdDev (line 71) | function calcStdDev (all: number[], total: number): number { FILE: stress/tests/controls/ListBox.ts class ListBox (line 3) | class ListBox extends StressTest { method prepare (line 7) | prepare (ready?: () => any): boolean { method runIteration (line 19) | runIteration () { FILE: stress/tests/markup/Loader.ts class Loader (line 3) | class Loader extends StressTest { method prepare (line 6) | prepare (ready?: () => any): boolean { method runIteration (line 15) | runIteration () { FILE: stress/tests/media/MediaParser.ts class MediaParser (line 3) | class MediaParser extends StressTest { method prepare (line 6) | prepare (ready?: () => any): boolean { method runIteration (line 11) | runIteration () { FILE: stress/tests/media/Path2D.ts type Path2D (line 3) | interface Path2D { class Path2DTest (line 10) | class Path2DTest extends StressTest { method prepare (line 13) | prepare (ready?: () => any): boolean { method runIteration (line 18) | runIteration () { FILE: test/mocks/TestControl.ts class TestControl (line 1) | class TestControl extends Fayde.Controls.ContentControl { method TestCallback (line 3) | TestCallback(sender: any, e: nullstone.IEventArgs) { FILE: test/mocks/TestConverter.ts class TestConverter (line 1) | class TestConverter implements Fayde.Data.IValueConverter { method Convert (line 2) | Convert(value: any, targetType: IType, parameter: any, culture: any): ... method ConvertBack (line 5) | ConvertBack(value: any, targetType: IType, parameter: any, culture: an... FILE: test/mocks/TestObservable.ts class TestObservable (line 1) | class TestObservable extends Fayde.MVVM.ObservableObject { FILE: test/mocks/TestViewModel.ts class TestViewModel (line 1) | class TestViewModel extends Fayde.MVVM.ViewModelBase { method constructor (line 4) | constructor(teamId: number) { FILE: test/mocks/TestViewModelProvider.ts class TestViewModelProvider (line 3) | class TestViewModelProvider implements Fayde.MVVM.IViewModelProvider { method ResolveViewModel (line 4) | ResolveViewModel(route: Fayde.Navigation.Route) { FILE: test/tests/Binding.ts function load (line 1) | function load() { FILE: test/tests/DataTemplate.ts function load (line 1) | function load() { FILE: test/tests/DeepObservableCollection.ts function load (line 4) | function load() { FILE: test/tests/DependencyProperty.ts function load (line 1) | function load() { FILE: test/tests/Format.ts function load (line 3) | function load() { FILE: test/tests/ItemContainersManager.ts function load (line 7) | function load() { FILE: test/tests/LinearGradientBrush.ts function load (line 1) | function load() { FILE: test/tests/MVVM/AutoModel.ts class Person (line 5) | class Person extends Entity { function required (line 16) | function required (value: any, propertyName: string, entity: any): any[] { function ageValidation (line 21) | function ageValidation (value: any, propertyName: string, entity: any): ... function toArray (line 28) | function toArray (errors: nullstone.IEnumerable): string[] { type IUser (line 32) | interface IUser { type IUserEntity (line 35) | interface IUserEntity extends IUser, IEntity { function load (line 38) | function load () { FILE: test/tests/Markup/Basic.ts function load (line 3) | function load () { FILE: test/tests/Markup/Controls.ts function load (line 5) | function load () { FILE: test/tests/Markup/Framework.ts function load (line 1) | function load () { FILE: test/tests/Markup/Media.ts function load (line 3) | function load () { FILE: test/tests/Markup/Resources.ts function load (line 1) | function load () { FILE: test/tests/MarkupExpression.ts function load (line 3) | function load () { FILE: test/tests/Matrix.ts function load (line 1) | function load() { FILE: test/tests/Primitives/DateTime.ts function load (line 1) | function load () { FILE: test/tests/Provider.ts function load (line 6) | function load () { FILE: test/tests/RadialGradientBrush.ts function load (line 1) | function load () { FILE: test/tests/RouteMapper.ts function load (line 6) | function load () { FILE: test/tests/Text/Proxy.ts function load (line 1) | function load () { FILE: test/tests/Timeline.ts function load (line 1) | function load() { FILE: test/tests/Transform.ts function load (line 1) | function load () { FILE: test/tests/TypeConverter.ts function load (line 4) | function load() { FILE: test/tests/UriMapper.ts function load (line 1) | function load() { FILE: test/tests/XamlNode.ts function load (line 7) | function load() { FILE: testsite/Binding/DoubleListBoxViewModel.ts class DoubleListBoxViewModel (line 3) | class DoubleListBoxViewModel extends Fayde.MVVM.ViewModelBase { method constructor (line 7) | constructor() { method Add (line 20) | private Add() { method RemoveFirst (line 26) | private RemoveFirst() { FILE: testsite/Binding/TestViewModel.ts type IItem (line 1) | interface IItem { class TestViewModel (line 6) | class TestViewModel extends Fayde.MVVM.ViewModelBase { method constructor (line 17) | constructor() { method TestMethod (line 22) | TestMethod(e: Fayde.IEventBindingArgs) { method AddObservableItem (line 30) | AddObservableItem(e: Fayde.IEventBindingArgs) { method SetProperty (line 41) | SetProperty(elementName: string, propertyName: string, value : any) { FILE: testsite/IssueTests/Item.ts class Item (line 1) | class Item extends Fayde.MVVM.ObservableObject { method constructor (line 5) | constructor (display: string) { FILE: testsite/IssueTests/ListBoxManagerViewModel.ts class ListBoxManagerViewModel (line 5) | class ListBoxManagerViewModel extends Fayde.MVVM.ViewModelBase { method constructor (line 10) | constructor () { FILE: testsite/IssueTests/TabIssueViewModel.ts class TabIssueViewModel (line 1) | class TabIssueViewModel extends Fayde.MVVM.ViewModelBase { method constructor (line 5) | constructor () { FILE: testsite/IssueTests/TextViewModel.ts class TextViewModel (line 1) | class TextViewModel extends Fayde.MVVM.ViewModelBase { method OnTextChanged (line 2) | OnTextChanged(args: Fayde.IEventBindingArgs) { FILE: testsite/Media/ImageSetSourceViewModel.ts class ImageSetSourceViewModel (line 1) | class ImageSetSourceViewModel extends Fayde.MVVM.ViewModelBase { method constructor (line 5) | constructor () { method Load (line 10) | Load () { FILE: testsite/Navigation/NavigationViewModel.ts class NavigationViewModel (line 1) | class NavigationViewModel extends Fayde.MVVM.ObservableObject { method constructor (line 4) | constructor () { FILE: testsite/Overlay/ChooserViewModel.ts class ChooserViewModel (line 1) | class ChooserViewModel extends Fayde.MVVM.ViewModelBase { method constructor (line 5) | constructor (color: string) { FILE: testsite/Overlay/MainDialogViewModel.ts class MainDialogViewModel (line 4) | class MainDialogViewModel extends Fayde.MVVM.ViewModelBase { method constructor (line 8) | constructor () { FILE: testsite/Path/ArcViewModel.ts class ArcViewModel (line 3) | class ArcViewModel extends Fayde.MVVM.ObservableObject { method SweepDirection (line 14) | get SweepDirection (): SweepDirection { return this.IsClockwise ? Swee... method SPoint (line 15) | get SPoint (): Point { return new Point(this.SPointX, this.SPointY); } method Point (line 16) | get Point (): Point { return new Point(this.PointX, this.PointY); } method Size (line 17) | get Size (): Size { return new Size(this.SizeX, this.SizeY); } method OnPropertyChanged (line 19) | OnPropertyChanged (propertyName: string) { FILE: testsite/Path/util.js function addCanvas (line 1) | function addCanvas(config) { function drawPoint (line 11) | function drawPoint(ctx, x, y, color) { function drawLine (line 16) | function drawLine(ctx, x1, y1, x2, y2) { function drawStartPoint (line 23) | function drawStartPoint(ctx, x, y) { function drawControlPoint (line 31) | function drawControlPoint(ctx, x, y, num) { function drawCenterPoint (line 39) | function drawCenterPoint(ctx, x, y) { function drawEndPoint (line 47) | function drawEndPoint(ctx, x, y) { function drawGuideLine (line 56) | function drawGuideLine(ctx, x1, y1, x2, y2, num) { function drawBoundingBox (line 68) | function drawBoundingBox(path, pars) { function randomInt (line 75) | function randomInt(low, high) { function randomPoint (line 78) | function randomPoint(lowx, highx, lowy, highy) { function randomEntry (line 87) | function randomEntry(path, config) { function getMaxima (line 121) | function getMaxima(x1, x2, x3, y1, y2, y3) { function xoft (line 142) | function xoft(a, b, c, t) { function getMaxima (line 167) | function getMaxima(x1, x2, x3, x4, y1, y2, y3, y4) { function d_dt_0 (line 200) | function d_dt_0(a, b, c, d) { function randomStrokeParameters (line 293) | function randomStrokeParameters() { FILE: testsite/Resources/AngleConverter.ts class AngleConverter (line 1) | class AngleConverter implements Fayde.Data.IValueConverter { method Convert (line 2) | Convert (value: any, targetType: IType, parameter: any, culture: any):... method ConvertBack (line 6) | ConvertBack (value: any, targetType: IType, parameter: any, culture: a... FILE: testsite/Resources/NumberConverter.ts class NumberConverter (line 1) | class NumberConverter implements Fayde.Data.IValueConverter { method Convert (line 5) | Convert (value: any, targetType: IType, parameter: any, culture: any):... method ConvertBack (line 9) | ConvertBack (value: any, targetType: IType, parameter: any, culture: a... FILE: testsite/Shapes/PathBoundViewModel.ts function randomInt (line 4) | function randomInt(low: number, high: number): number { class PathBoundViewModel (line 8) | class PathBoundViewModel extends Fayde.MVVM.ViewModelBase { method AddSegment (line 11) | AddSegment () { FILE: testsite/Shapes/map.ts class Map (line 4) | class Map extends Fayde.Application { method constructor (line 5) | constructor() { method _Load (line 10) | private _Load(sender, e: nullstone.IEventArgs) { method _MouseEnter (line 24) | private _MouseEnter(sender, e: MouseEventArgs) { method _MouseLeave (line 27) | private _MouseLeave(sender, e: MouseEventArgs) { method _TouchEnter (line 30) | private _TouchEnter(sender, e: TouchEventArgs) { method _TouchLeave (line 33) | private _TouchLeave(sender, e: TouchEventArgs) { method _TouchDown (line 36) | private _TouchDown(sender, e: TouchEventArgs) { method _TouchUp (line 39) | private _TouchUp(sender, e: TouchEventArgs) { method HighlightShape (line 43) | private HighlightShape(shape: Fayde.Shapes.Shape) { method UnhighlightShape (line 47) | private UnhighlightShape(shape: Fayde.Shapes.Shape) { FILE: testsite/Stress/LargeList.ts class LargeListViewModel (line 1) | class LargeListViewModel { method constructor (line 3) | constructor() { FILE: testsite/Validation/ExcTestEntity.ts class ExcTestEntity (line 3) | class ExcTestEntity extends Fayde.MVVM.ObservableObject { method Id (line 5) | get Id (): number { method Id (line 9) | set Id (value: number) { method Name (line 15) | get Name (): string { method Name (line 19) | set Name (value: string) { FILE: testsite/Validation/NotifyTestEntity.ts class NotifyTestEntity (line 3) | class NotifyTestEntity extends Fayde.MVVM.Entity { FILE: testsite/Validation/TestEntity.ts class TestEntity (line 3) | class TestEntity extends Fayde.MVVM.ObservableObject implements Fayde.Da... method constructor (line 8) | constructor () { method GetError (line 13) | GetError (propertyName: string): string { method AddError (line 23) | AddError (propertyName: string, error: string) { method RemoveError (line 31) | RemoveError (propertyName: string, error: string) { method Id (line 43) | get Id (): number { method Id (line 47) | set Id (value: number) { method Name (line 53) | get Name (): string { method Name (line 57) | set Name (value: string) { FILE: testsite/Validation/map.d.ts type Map (line 1) | interface Map { FILE: testsite/ViewTemplates/VtItemViewModel.ts class VtItemViewModel (line 1) | class VtItemViewModel extends Fayde.MVVM.ViewModelBase method constructor (line 5) | constructor(displayname:string) FILE: testsite/ViewTemplates/VtViewModel.ts class VtViewModel (line 3) | class VtViewModel extends Fayde.MVVM.ViewModelBase method constructor (line 7) | constructor() FILE: testsite/videos/MediaControlViewModel.ts class MediaControlViewModel (line 1) | class MediaControlViewModel extends Fayde.MVVM.ViewModelBase { method constructor (line 6) | constructor() { method PlayVideo (line 13) | PlayVideo(par: any) { method PauseVideo (line 18) | PauseVideo(par: any) { FILE: typings/qunit.d.ts type DoneCallbackObject (line 7) | interface DoneCallbackObject { type LogCallbackObject (line 29) | interface LogCallbackObject { type ModuleStartCallbackObject (line 58) | interface ModuleStartCallbackObject { type ModuleDoneCallbackObject (line 65) | interface ModuleDoneCallbackObject { type TestDoneCallbackObject (line 87) | interface TestDoneCallbackObject { type TestStartCallbackObject (line 119) | interface TestStartCallbackObject { type Config (line 131) | interface Config { type URLConfigItem (line 143) | interface URLConfigItem { type LifecycleObject (line 149) | interface LifecycleObject { type QUnitAssert (line 161) | interface QUnitAssert { type QUnitStatic (line 285) | interface QUnitStatic extends QUnitAssert{ FILE: typings/require.d.ts type RequireError (line 27) | interface RequireError extends Error { type RequireShim (line 45) | interface RequireShim { type RequireConfig (line 68) | interface RequireConfig { type RequireModule (line 174) | interface RequireModule { type RequireMap (line 186) | interface RequireMap { type Require (line 219) | interface Require { type RequireDefine (line 272) | interface RequireDefine {