SYMBOL INDEX (915 symbols across 118 files) FILE: Panuon.UI.Charts/0_Base/PUChartPoint.cs class PUChartPoint (line 15) | public class PUChartPoint FILE: Panuon.UI.Charts/0_Base/PUChartToolTip.xaml.cs class PUChartToolTip (line 20) | public partial class PUChartToolTip : UserControl method PUChartToolTip (line 22) | public PUChartToolTip() method PUChartToolTip (line 26) | public PUChartToolTip(object header, object value) FILE: Panuon.UI.Charts/1_LineChart/PULineChart.cs class PULineChart (line 9) | public class PULineChart : UserControl method PULineChart (line 11) | static PULineChart() FILE: Panuon.UI.Charts/1_LineChart/PULineChart.xaml.cs class PULineChart (line 19) | public partial class PULineChart : UserControl method PULineChart (line 27) | public PULineChart() method OnApplyTemplate (line 31) | public override void OnApplyTemplate() method OnXAxisGapChanged (line 54) | private static void OnXAxisGapChanged(DependencyObject d, DependencyPr... method OnXAxisChanged (line 149) | private static void OnXAxisChanged(DependencyObject d, DependencyPrope... method XAxisChanged (line 161) | private void XAxisChanged(object sender, NotifyCollectionChangedEventA... method OnYAxisChanged (line 180) | private static void OnYAxisChanged(DependencyObject d, DependencyPrope... method YAxisChanged (line 191) | private void YAxisChanged(object sender, NotifyCollectionChangedEventA... method OnPointsChanged (line 209) | private static void OnPointsChanged(DependencyObject d, DependencyProp... method PointsChanged (line 221) | private void PointsChanged(object sender, NotifyCollectionChangedEvent... method Draw (line 235) | private void Draw() method LoadYAxis (line 248) | private void LoadYAxis(double actualHeight) method LoadXAxis (line 285) | private void LoadXAxis(double actualWidth) method GetTextWidth (line 320) | private double GetTextWidth(TextBlock textBlock) method GetTexHeight (line 335) | private double GetTexHeight(TextBlock textBlock) method DrawGrid (line 351) | private void DrawGrid(double actualWidth, double actualHeight) method InitLine (line 376) | private void InitLine(double actualWidth, double actualHeight, bool us... method GetDoubleAnimation (line 443) | private DoubleAnimation GetDoubleAnimation(double to, double duration ... method chart_SizeChanged (line 456) | private void chart_SizeChanged(object sender, SizeChangedEventArgs e) FILE: Panuon.UI.Charts/Others/Enums.cs type AnimationModes (line 18) | public enum AnimationModes FILE: Panuon.UI/0_Base/DragableThumb.cs class DragableThumb (line 11) | internal class DragableThumb : Thumb method DragableThumb (line 13) | static DragableThumb() method DragableThumb (line 18) | public DragableThumb() method ResizeThumb_DragDelta (line 23) | private void ResizeThumb_DragDelta(object sender, DragDeltaEventArgs e) FILE: Panuon.UI/0_Base/NotTopMostPopup.cs class NotTopMostPopup (line 13) | internal class NotTopMostPopup : Popup method OnOpened (line 16) | protected override void OnOpened(EventArgs e) method OnClosed (line 31) | protected override void OnClosed(EventArgs e) method Window_PreviewMouseDown (line 38) | private void Window_PreviewMouseDown(object sender, MouseButtonEventAr... type RECT (line 47) | [StructLayout(LayoutKind.Sequential)] method GetWindowRect (line 56) | [DllImport("user32.dll")] method SetWindowPos (line 60) | [DllImport("user32", EntryPoint = "SetWindowPos")] FILE: Panuon.UI/0_Base/PUResizeContainer.cs class PUResizeContainer (line 6) | internal class PUResizeContainer : ContentControl method PUResizeContainer (line 8) | static PUResizeContainer() FILE: Panuon.UI/0_Base/PUResizeGrid.cs class PUResizeGrid (line 7) | public class PUResizeGrid : UserControl method PUResizeGrid (line 9) | static PUResizeGrid() FILE: Panuon.UI/0_Base/PUResizeThumb.cs class ResizeThumb (line 10) | internal class ResizeThumb : Thumb method ResizeThumb (line 12) | public ResizeThumb() method ResizeThumb_DragDelta (line 39) | private void ResizeThumb_DragDelta(object sender, DragDeltaEventArgs e) method SetElementWidth (line 150) | private void SetElementWidth(FrameworkElement element, double width, d... method SetElementHeight (line 160) | private void SetElementHeight(FrameworkElement element, double height,... FILE: Panuon.UI/0_Base/PUWindow.cs class PUWindow (line 16) | public class PUWindow : Window method GetForegroundWindow (line 19) | [DllImport("user32.dll")] method SendMessage (line 22) | [DllImport("user32.dll", CharSet = CharSet.Auto)] type ResizeDirection (line 27) | private enum ResizeDirection method PUWindow (line 54) | static PUWindow() method PUWindow (line 63) | public PUWindow() method OnApplyTemplate (line 70) | public override void OnApplyTemplate() method OnClosing (line 109) | protected override void OnClosing(CancelEventArgs e) method ResizeRectangle_PreviewMouseDown (line 169) | private void ResizeRectangle_PreviewMouseDown(object sender, MouseButt... method ResizeWindow (line 215) | private void ResizeWindow(ResizeDirection direction) method OnInitialized (line 220) | protected override void OnInitialized(EventArgs e) method MainWindow_SourceInitialized (line 227) | private void MainWindow_SourceInitialized(object sender, EventArgs e) method OnPreviewMouseMove (line 232) | protected void OnPreviewMouseMove(object sender, MouseEventArgs e) method ResizeRectangle_MouseMove (line 241) | private void ResizeRectangle_MouseMove(object sender, MouseEventArgs e) method DisableAltF4 (line 282) | private static Action DisableAltF4(Window window) method DisableAltF4WndHookProc (line 292) | private static IntPtr DisableAltF4WndHookProc(IntPtr hwnd, int msg, In... method OnBeginLoadStoryboard (line 317) | internal void OnBeginLoadStoryboard() method OnSkipLoadStoryboard (line 332) | internal void OnSkipLoadStoryboard() method OnBeginCloseStoryboard (line 347) | internal void OnBeginCloseStoryboard() method OnAllowAutoOwnerChanged (line 567) | private static void OnAllowAutoOwnerChanged(DependencyObject d, Depend... method AppendNavButton (line 626) | public void AppendNavButton(object content, RoutedEventHandler clickHa... method IsModal (line 664) | private static bool IsModal(Window window) method GetWindowFromHwnd (line 669) | private static PUWindow GetWindowFromHwnd(IntPtr hwnd) method GetOwnerWindow (line 674) | private static PUWindow GetOwnerWindow() class CloseWindowCommand (line 686) | internal class CloseWindowCommand : ICommand method CanExecute (line 694) | public bool CanExecute(object parameter) method Execute (line 699) | public void Execute(object parameter) class MaxWindowCommand (line 705) | internal class MaxWindowCommand : ICommand method CanExecute (line 713) | public bool CanExecute(object parameter) method Execute (line 718) | public void Execute(object parameter) class MinWindowCommand (line 727) | internal class MinWindowCommand : ICommand method CanExecute (line 735) | public bool CanExecute(object parameter) method Execute (line 740) | public void Execute(object parameter) FILE: Panuon.UI/2_Button/PUButton.cs class PUButton (line 7) | public class PUButton : Button method PUButton (line 9) | static PUButton() FILE: Panuon.UI/2_Button/PURepeatButton.cs class PURepeatButton (line 7) | public class PURepeatButton : RepeatButton method PURepeatButton (line 9) | static PURepeatButton() FILE: Panuon.UI/3_TextBox/PUTextBox.cs class PUTextBox (line 8) | public class PUTextBox : TextBox method PUTextBox (line 10) | static PUTextBox() method OnApplyTemplate (line 16) | public override void OnApplyTemplate() method PUTextBox_PreviewKeyDown (line 36) | private void PUTextBox_PreviewKeyDown(object sender, System.Windows.In... method OnClearButtonClick (line 86) | private void OnClearButtonClick(object sender, RoutedEventArgs e) method ScrollViewer_MouseWheel (line 94) | private void ScrollViewer_MouseWheel(object sender, System.Windows.Inp... method OnTextTypeChanged (line 212) | private static void OnTextTypeChanged(DependencyObject d, DependencyPr... FILE: Panuon.UI/4_PasswordBox/PUPasswordBox.cs class PUPasswordBox (line 11) | [ContentProperty(nameof(Password))] method PUPasswordBox (line 19) | static PUPasswordBox() method OnApplyTemplate (line 24) | public override void OnApplyTemplate() method BtnShowPwd_MouseLeftButtonUp (line 49) | private void BtnShowPwd_MouseLeftButtonUp(object sender, MouseButtonEv... method BtnShowPwd_MouseLeftButtonDown (line 56) | private void BtnShowPwd_MouseLeftButtonDown(object sender, MouseButton... method PUPasswordBox_TextInput (line 62) | private void PUPasswordBox_TextInput(object sender, TextCompositionEve... method PUPasswordBox_PreviewKeyDown (line 87) | private void PUPasswordBox_PreviewKeyDown(object sender, KeyEventArgs e) method OnPasswordChanged (line 176) | private static void OnPasswordChanged(DependencyObject d, DependencyPr... FILE: Panuon.UI/5_ComboBox/PUComboBox.cs class PUComboBox (line 14) | public class PUComboBox : ComboBox method PUComboBox (line 17) | static PUComboBox() method OnApplyTemplate (line 22) | public override void OnApplyTemplate() method OnSelectionChanged (line 42) | protected override void OnSelectionChanged(SelectionChangedEventArgs e) method OnSearchKeyDown (line 51) | private void OnSearchKeyDown(object sender, RoutedEventArgs e) method OnSearchTextChanged (line 71) | private void OnSearchTextChanged(object sender, RoutedEventArgs e) method OnDeleteItem (line 98) | internal void OnDeleteItem(PUComboBoxItem oldItem, PUComboBoxItem newI... method OnBindingItemsChanged (line 191) | private static void OnBindingItemsChanged(DependencyObject d, Dependen... method BindingItemChanged (line 202) | private void BindingItemChanged(object sender, NotifyCollectionChanged... method OnSelectedValueChanged (line 233) | private static void OnSelectedValueChanged(DependencyObject d, Depende... method OnSearchModeChanged (line 271) | private static void OnSearchModeChanged(DependencyObject d, Dependency... method SelectItemByContent (line 315) | public void SelectItemByContent(object content) method SelectItemByValue (line 327) | public void SelectItemByValue(object value) method GenerateBindindItems (line 338) | private void GenerateBindindItems(NotifyCollectionChangedEventArgs e) method GenerateComboBoxItem (line 392) | private PUComboBoxItem GenerateComboBoxItem(PUComboBoxItemModel model) method GetItemByContent (line 412) | private PUComboBoxItem GetItemByContent(object content) method GetItemByValue (line 425) | private PUComboBoxItem GetItemByValue(object value) FILE: Panuon.UI/5_ComboBox/PUComboBoxItem.cs class PUComboBoxItem (line 9) | public class PUComboBoxItem : ComboBoxItem method PUComboBoxItem (line 12) | public PUComboBoxItem() method PUComboBoxItem (line 17) | static PUComboBoxItem() class PUComboBoxDeleteCommand (line 58) | internal sealed class PUComboBoxDeleteCommand : ICommand method CanExecute (line 66) | public bool CanExecute(object parameter) method Execute (line 71) | public void Execute(object parameter) FILE: Panuon.UI/6_CheckBox/PUCheckBox.cs class PUCheckBox (line 7) | public class PUCheckBox : CheckBox method PUCheckBox (line 9) | static PUCheckBox() FILE: Panuon.UI/7_RadioButton/PURadioButton.cs class PURadioButton (line 7) | public class PURadioButton : RadioButton method PURadioButton (line 9) | static PURadioButton() FILE: Panuon.UI/8_ProgressBar/PUProgressBar.cs class PUProgressBar (line 9) | public class PUProgressBar : Control method PUProgressBar (line 11) | static PUProgressBar() method OnApplyTemplate (line 16) | public override void OnApplyTemplate() method OnPercentChanged (line 36) | internal void OnPercentChanged(double oldValue, double newValue) method OnPercentChanged (line 129) | private static void OnPercentChanged(DependencyObject d, DependencyPro... method OnBorderThicknessChanged (line 159) | private static void OnBorderThicknessChanged(DependencyObject d, Depen... method Change (line 213) | private void Change() FILE: Panuon.UI/9_Special/Countdown.cs class Countdown (line 8) | public class Countdown : Control method Countdown (line 14) | static Countdown() method Countdown (line 19) | public Countdown() method RaiseTimeChanged (line 34) | void RaiseTimeChanged(int oldValue, int newValue) method RaiseStoped (line 46) | void RaiseStoped() method OnSecondChanged (line 73) | private static void OnSecondChanged(DependencyObject d, DependencyProp... method OnIsRunningChanged (line 93) | private static void OnIsRunningChanged(DependencyObject d, DependencyP... method CountdownTimer_Tick (line 110) | private void CountdownTimer_Tick(object sender, EventArgs e) FILE: Panuon.UI/9_Special/DateTimePicker.cs class PUDateTimeSelector (line 11) | public class PUDateTimeSelector : Control method PUDateTimeSelector (line 14) | static PUDateTimeSelector() method PUDateTimeSelector (line 19) | public PUDateTimeSelector() method OnSelectedDateTimeChanged (line 76) | private static void OnSelectedDateTimeChanged(DependencyObject d, Depe... method UpdateText (line 121) | private void UpdateText() FILE: Panuon.UI/9_Special/DropDown.cs class DropDown (line 11) | public class DropDown : ContentControl method DropDown (line 13) | static DropDown() FILE: Panuon.UI/9_Special/PUCard.cs class PUCard (line 8) | public class PUCard : UserControl method PUCard (line 11) | static PUCard() method OnApplyTemplate (line 17) | public override void OnApplyTemplate() method OnDetailButtonClicked (line 23) | private void OnDetailButtonClicked(object sender, RoutedEventArgs e) method OnDetail (line 42) | internal void OnDetail() FILE: Panuon.UI/9_Special/PUImageCuter.xaml.cs class PUImageCuter (line 20) | public partial class PUImageCuter : UserControl method PUImageCuter (line 22) | public PUImageCuter() method OnImageTypeChanged (line 46) | private static void OnImageTypeChanged(DependencyObject d, DependencyP... method Img_SizeChanged (line 92) | private void Img_SizeChanged(object sender, SizeChangedEventArgs e) method GetCutedImage (line 103) | public BitmapSource GetCutedImage() FILE: Panuon.UI/9_Special/PUIndicator.xaml.cs class PUIndicator (line 13) | public partial class PUIndicator : UserControl method PUIndicator (line 15) | public PUIndicator() method OnIndexChanged (line 49) | internal void OnIndexChanged(int oldValue, int newValue) method OnDircetionDircetionChanged (line 72) | private static void OnDircetionDircetionChanged(DependencyObject d, De... method OnIndexChanged (line 115) | private static void OnIndexChanged(DependencyObject d, DependencyPrope... method Draw (line 140) | private void Draw() method ChangeIndex (line 223) | private void ChangeIndex(bool usingAnima) method UserControl_SizeChanged (line 265) | private void UserControl_SizeChanged(object sender, SizeChangedEventAr... FILE: Panuon.UI/9_Special/PULoading.xaml.cs class PULoading (line 13) | public partial class PULoading : UserControl method PULoading (line 17) | public PULoading() method PULoading_Loaded (line 23) | private void PULoading_Loaded(object sender, RoutedEventArgs e) method OnApplyTemplate (line 29) | public override void OnApplyTemplate() method OnIsRunningChanged (line 42) | private static void OnIsRunningChanged(DependencyObject d, DependencyP... method Draw (line 57) | internal void Draw() method Clear (line 121) | internal void Clear() method GetDoubleAnimation (line 130) | private DoubleAnimation GetDoubleAnimation(double to, double beginTime... method GetDoubleAnimationUsingPath (line 141) | private DoubleAnimationUsingPath GetDoubleAnimationUsingPath(string pa... FILE: Panuon.UI/9_Special/PUMessageBox.xaml.cs class PUMessageBox (line 13) | public partial class PUMessageBox : UI.PUWindow method PUMessageBox (line 21) | private PUMessageBox(string title, string content, bool isConfirm, boo... method ShowDialog (line 46) | public static void ShowDialog(string content, string title = "提示", But... method ShowConfirm (line 62) | public static bool? ShowConfirm(string content, string title = "提示", B... method ShowAwait (line 77) | public static void ShowAwait(string content) method ShowAwait (line 96) | public static void ShowAwait(string content, RoutedEventHandler cancel... method ShowAwait (line 116) | public static void ShowAwait(string content, string title = "提示", Rout... method CloseAwait (line 134) | public static void CloseAwait() method CloseAwait (line 151) | public static void CloseAwait(EventHandler closedCallback) method CheckButtonContent (line 168) | private void CheckButtonContent(Buttons buttons) method PUButton_Click (line 208) | private void PUButton_Click(object sender, RoutedEventArgs e) method PUButtonYes_Click (line 223) | private void PUButtonYes_Click(object sender, RoutedEventArgs e) method PUButtonNo_Click (line 228) | private void PUButtonNo_Click(object sender, RoutedEventArgs e) FILE: Panuon.UI/9_Special/PUSlideShow.xaml.cs class PUSlideShow (line 13) | [ContentProperty(nameof(Content))] method PUSlideShow (line 20) | public PUSlideShow() method OnContentChanged (line 53) | private static void OnContentChanged(DependencyObject d, DependencyPro... method OnIndexChanged (line 76) | private static void OnIndexChanged(DependencyObject d, DependencyPrope... method OnSlideDirectionChanged (line 97) | private static void OnSlideDirectionChanged(DependencyObject d, Depend... method OnIsSlideButtonShowChanged (line 149) | private static void OnIsSlideButtonShowChanged(DependencyObject d, Dep... method OnSlideButtonBrushChanged (line 176) | private static void OnSlideButtonBrushChanged(DependencyObject d, Depe... method OnAnimationDurationChanged (line 202) | private static void OnAnimationDurationChanged(DependencyObject d, Dep... method OnIsIndicatorShowChanged (line 235) | private static void OnIsIndicatorShowChanged(DependencyObject d, Depen... method OnIndicatorBrushChanged (line 257) | private static void OnIndicatorBrushChanged(DependencyObject d, Depend... method Draw (line 266) | private void Draw() method ChangeIndex (line 277) | private void ChangeIndex() method BtnLeft_Click (line 352) | private void BtnLeft_Click(object sender, RoutedEventArgs e) method BtnRight_Click (line 357) | private void BtnRight_Click(object sender, RoutedEventArgs e) method UserControl_SizeChanged (line 362) | private void UserControl_SizeChanged(object sender, SizeChangedEventAr... FILE: Panuon.UI/9_Special/PUSplitLine.cs class PUSplitLine (line 6) | public class PUSplitLine : Control method PUSplitLine (line 8) | static PUSplitLine() type Alignments (line 30) | public enum Alignments FILE: Panuon.UI/A0_TreeView/PUTreeView.cs class PUTreeView (line 14) | public class PUTreeView : TreeView method PUTreeView (line 16) | static PUTreeView() method OnApplyTemplate (line 21) | public override void OnApplyTemplate() method OnChoosedItemChanged (line 36) | internal void OnChoosedItemChanged(PUTreeViewItem oldItem, PUTreeViewI... method OnChoosedItemChanged (line 132) | private static void OnChoosedItemChanged(DependencyObject d, Dependenc... method OnChoosedValueChanged (line 190) | private static void OnChoosedValueChanged(DependencyObject d, Dependen... method OnBindingItemsChanged (line 231) | private static void OnBindingItemsChanged(DependencyObject d, Dependen... method BindingItemChanged (line 242) | private void BindingItemChanged(object sender, NotifyCollectionChanged... method ChooseItemByHeader (line 254) | public void ChooseItemByHeader(object header) method ChooseItemByValue (line 278) | public void ChooseItemByValue(object value) method GetItemByHeader (line 307) | private PUTreeViewItem GetItemByHeader(object header, bool autoExpand ... method GetItemByValue (line 337) | private PUTreeViewItem GetItemByValue(object value, bool autoExpand = ... method GetTreeViewItemByHeader (line 360) | private PUTreeViewItem GetTreeViewItemByHeader(PUTreeViewItem item, ob... method GetTreeViewItemByValue (line 382) | private PUTreeViewItem GetTreeViewItemByValue(PUTreeViewItem item, obj... method GenerateBindindItems (line 404) | private void GenerateBindindItems(NotifyCollectionChangedEventArgs e) method GenerateTreeViewItem (line 458) | private PUTreeViewItem GenerateTreeViewItem(PUTreeViewItemModel model) method Generate (line 492) | private IEnumerable Generate(IList(this IList list,string spliter) method ToObservableCollection (line 75) | public static ObservableCollection ToObservableCollection(this I... FILE: Panuon.UI/Utils/Utils.cs class TaskPoll (line 13) | public class TaskPoll method Init (line 55) | public static void Init() method Init (line 65) | public static void Init(int maxTaskQuantity) method StartNew (line 75) | public static void StartNew(Task task) method StartNew (line 87) | public static void StartNew(Task task) method RecheckQueue (line 99) | private static void RecheckQueue() class PUCache (line 133) | public class PUCache method PUCache (line 152) | static PUCache() method Add (line 174) | public static void Add(string uid, T obj) method Find (line 184) | public static T Find(string uid) method FindAny (line 198) | public static IList> FindAny(params string[] u... method Clear (line 212) | public static void Clear() method Remove (line 221) | public static bool Remove(string uid) method Exists (line 231) | public static bool Exists(string uid) method Exists (line 239) | public static IList Exists(params string[] uids) FILE: Panuon.UI/Z_Helper/Helper.cs class Helper (line 7) | public class Helper : DependencyObject method GetColumnDefinition (line 10) | public static string GetColumnDefinition(DependencyObject obj) method SetColumnDefinition (line 15) | public static void SetColumnDefinition(DependencyObject obj, string va... method OnColumnDefinitionChanged (line 23) | private static void OnColumnDefinitionChanged(DependencyObject d, Depe... method GetRowDefinition (line 53) | public static string GetRowDefinition(DependencyObject obj) method SetRowDefinition (line 58) | public static void SetRowDefinition(DependencyObject obj, string value) method OnRowDefinitionChanged (line 66) | private static void OnRowDefinitionChanged(DependencyObject d, Depende... method GetHeight (line 98) | public static double GetHeight(DependencyObject obj) method SetHeight (line 103) | public static void SetHeight(DependencyObject obj, double value) method OnHeightChanged (line 111) | private static void OnHeightChanged(DependencyObject d, DependencyProp... method GetWidth (line 128) | public static double GetWidth(DependencyObject obj) method SetWidth (line 133) | public static void SetWidth(DependencyObject obj, double value) method OnWidthChanged (line 141) | private static void OnWidthChanged(DependencyObject d, DependencyPrope... FILE: Panuon.UI/Z_Models/PUComboBoxItemModel.cs class PUComboBoxItemModel (line 6) | public class PUComboBoxItemModel : INotifyPropertyChanged method OnPropertyChanged (line 8) | protected internal virtual void OnPropertyChanged(string propertyName) method PUComboBoxItemModel (line 15) | public PUComboBoxItemModel() FILE: Panuon.UI/Z_Models/PUListBoxItemModel.cs class PUListBoxItemModel (line 12) | public class PUListBoxItemModel : INotifyPropertyChanged method OnPropertyChanged (line 14) | protected internal virtual void OnPropertyChanged(string propertyName) method PUListBoxItemModel (line 22) | public PUListBoxItemModel() FILE: Panuon.UI/Z_Models/PUTabItemModel.cs class PUTabItemModel (line 6) | public class PUTabItemModel : INotifyPropertyChanged method OnPropertyChanged (line 8) | protected internal virtual void OnPropertyChanged(string propertyName) method PUTabItemModel (line 16) | public PUTabItemModel() FILE: Panuon.UI/Z_Models/PUTreeViewItemModel.cs class PUTreeViewItemModel (line 12) | public class PUTreeViewItemModel : INotifyPropertyChanged method OnPropertyChanged (line 14) | protected internal virtual void OnPropertyChanged(string propertyName) method PUTreeViewItemModel (line 22) | public PUTreeViewItemModel() FILE: Panuon.UI/Z_Others/Converters.cs class DropDownBorderPathConverter (line 9) | internal class DropDownBorderPathConverter : IMultiValueConverter method Convert (line 11) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 34) | public object[] ConvertBack(object value, Type[] targetTypes, object p... class GeneralProgressBarConverter (line 41) | internal class GeneralProgressBarConverter : IMultiValueConverter method Convert (line 43) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 58) | public object[] ConvertBack(object value, Type[] targetTypes, object p... class RingProgressBarConverter (line 64) | internal class RingProgressBarConverter : IMultiValueConverter method Convert (line 66) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 102) | public object[] ConvertBack(object value, Type[] targetTypes, object p... class BubbleConverter (line 108) | internal class BubbleConverter : IMultiValueConverter method Convert (line 110) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 180) | public object[] ConvertBack(object value, Type[] targetTypes, object p... class IsNullConverter (line 186) | internal class IsNullConverter : IValueConverter method Convert (line 188) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 193) | public object ConvertBack(object value, Type targetType, object parame... class WidthToMarginConverter (line 198) | internal class WidthToMarginConverter : IValueConverter method Convert (line 200) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 206) | public object ConvertBack(object value, Type targetType, object parame... class HeightToMarginConverter (line 212) | internal class HeightToMarginConverter : IValueConverter method Convert (line 214) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 220) | public object ConvertBack(object value, Type targetType, object parame... class BooleanToVisibilityConverter (line 226) | internal class BooleanToVisibilityConverter : IValueConverter method Convert (line 228) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 234) | public object ConvertBack(object value, Type targetType, object parame... class MarginToWidthConverter (line 241) | internal class MarginToWidthConverter : IValueConverter method Convert (line 243) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 249) | public object ConvertBack(object value, Type targetType, object parame... class HeaderConverter (line 257) | internal class HeaderConverter : IMultiValueConverter method Convert (line 259) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 265) | public object[] ConvertBack(object value, Type[] targetTypes, object p... class IconFontSizeConverter (line 272) | internal class IconFontSizeConverter : IValueConverter method Convert (line 274) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 279) | public object ConvertBack(object value, Type targetType, object parame... class ScaleConverter (line 286) | internal class ScaleConverter : IMultiValueConverter method Convert (line 288) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 295) | public object[] ConvertBack(object value, Type[] targetTypes, object p... class ToggleHeightConverter (line 301) | internal class ToggleHeightConverter : IValueConverter method Convert (line 303) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 308) | public object ConvertBack(object value, Type targetType, object parame... class ToHalfConverter (line 315) | internal class ToHalfConverter : IValueConverter method Convert (line 317) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 322) | public object ConvertBack(object value, Type targetType, object parame... class ToggleTranslateXConverter (line 329) | internal class ToggleTranslateXConverter : IMultiValueConverter method Convert (line 331) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 337) | public object[] ConvertBack(object value, Type[] targetTypes, object p... class TextBoxInnerWidthConverter (line 344) | internal class TextBoxInnerWidthConverter : IMultiValueConverter method Convert (line 346) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 355) | public object[] ConvertBack(object value, Type[] targetTypes, object p... class TextBoxInnerHeightConverter (line 362) | internal class TextBoxInnerHeightConverter : IMultiValueConverter method Convert (line 364) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 373) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: Panuon.UI/Z_Others/Enums.cs type DropDownPlacement (line 20) | public enum DropDownPlacement type ImageType (line 28) | public enum ImageType type AnimationStyles (line 37) | public enum AnimationStyles type ButtonStyles (line 56) | public enum ButtonStyles type RepeatButtonStyles (line 82) | public enum RepeatButtonStyles type ClickStyles (line 108) | public enum ClickStyles type TextBoxStyles (line 123) | public enum TextBoxStyles type PasswordBoxStyles (line 138) | public enum PasswordBoxStyles type SelectedValuePaths (line 153) | public enum SelectedValuePaths type ChoosedValuePaths (line 168) | public enum ChoosedValuePaths type DeleteModes (line 183) | public enum DeleteModes type SearchModes (line 198) | public enum SearchModes type CheckBoxStyles (line 217) | public enum CheckBoxStyles type RadioButtonStyles (line 244) | public enum RadioButtonStyles type ProgressDirections (line 271) | public enum ProgressDirections type ProgressBarStyles (line 294) | public enum ProgressBarStyles type TreeViewStyles (line 309) | public enum TreeViewStyles type ExpandModes (line 315) | public enum ExpandModes type TabControlStyles (line 330) | public enum TabControlStyles type DatePickerModes (line 339) | public enum DatePickerModes type AnglePositions (line 358) | public enum AnglePositions type Buttons (line 385) | public enum Buttons type TextTypes (line 428) | public enum TextTypes FILE: Panuon.UI/Z_Others/SkipCompareAttribute.cs class SkipCompareAttribute (line 5) | [AttributeUsage(AttributeTargets.Property)] FILE: Panuon.UI/Z_Utils/Extends.cs class Extends (line 9) | public static class Extends method ToSingleChineseNumber (line 15) | public static char ToSingleChineseNumber(this int number) method ToSizeString (line 21) | public static string ToSizeString(this int byteSize) method ToInt (line 46) | public static int ToInt(this string context) method ToDouble (line 61) | public static double ToDouble(this string context) method ToBoolean (line 76) | public static bool ToBoolean(this string context) method ToTimeStamp (line 93) | public static long ToTimeStamp(this DateTime date) method CompareYearMonthDay (line 102) | public static bool CompareYearMonthDay(this DateTime date1, DateTime d... method ToDate (line 113) | public static DateTime ToDate(this long timeStamp) method ToSizeString (line 118) | public static string ToSizeString(this long byteSize) method ToString (line 144) | public static string ToString(this IList list, string spliter) method ToObservableCollection (line 149) | public static ObservableCollection ToObservableCollection(this I... method GetValues (line 164) | public static IEnumerable> GetValues(this T obj, T value) FILE: Panuon.UI/Z_Utils/Utils.cs class TaskPoll (line 13) | public class TaskPoll method Init (line 55) | public static void Init() method Init (line 65) | public static void Init(int maxTaskQuantity) method StartNew (line 75) | public static void StartNew(Task task) method StartNew (line 87) | public static void StartNew(Task task) method RecheckQueue (line 99) | private static void RecheckQueue() class CachePoll (line 136) | public class CachePoll method CachePoll (line 142) | public CachePoll() method CachePoll (line 151) | public CachePoll(TimeSpan ttl) method CachePoll (line 161) | public CachePoll(TimeSpan ttl, TimeSpan collectInterval) method ContainsKey (line 264) | public bool ContainsKey(TKey key) method AddKey (line 274) | public void AddKey(TKey key) method AddKeys (line 284) | public void AddKeys(IEnumerable keys) method AddOrUpdate (line 298) | public void AddOrUpdate(TKey key, TValue value) method AddOrUpdates (line 311) | public void AddOrUpdates(IEnumerable> keyVa... method Get (line 332) | public TValue Get(TKey key) method Get (line 353) | public TValue Get(TKey key, EventHandler lackItemCallback) method GetAll (line 373) | public IEnumerable> GetAll(IEnumerable GetAll(IEnumerable keys, EventH... method ReleaseCache (line 438) | public void ReleaseCache(TKey key) method ReleaseCaches (line 446) | public void ReleaseCaches(IEnumerable keys) method Remove (line 457) | public void Remove(TKey key) method RemoveAll (line 463) | public void RemoveAll(IEnumerable keys) method ChangeKey (line 472) | public bool ChangeKey(TKey oldKey, TKey newKey) method Collect (line 493) | public void Collect() method OnTick (line 525) | private void OnTick(object state) method IsDefault (line 531) | private bool IsDefault( TValue value) class CacheModel (line 539) | class CacheModel method CacheModel (line 542) | public CacheModel() method CacheModel (line 547) | public CacheModel(T value) class CacheNotExistsException (line 562) | public class CacheNotExistsException : Exception method CacheNotExistsException (line 565) | public CacheNotExistsException() method CacheNotExistsException (line 570) | public CacheNotExistsException(Modes mode) type Modes (line 580) | public enum Modes FILE: Panuon.UIBrowser/App.xaml.cs class App (line 13) | public partial class App : Application FILE: Panuon.UIBrowser/AppBootstrapper.cs class AppBootstrapper (line 14) | public class AppBootstrapper : BootstrapperBase method AppBootstrapper (line 18) | public AppBootstrapper() method Configure (line 23) | protected override void Configure() method OnUnhandledException (line 37) | protected override void OnUnhandledException(object sender, Dispatcher... method GetInstance (line 43) | protected override object GetInstance(Type serviceType, string key) method GetAllInstances (line 54) | protected override IEnumerable GetAllInstances(Type serviceType) method BuildUp (line 59) | protected override void BuildUp(object instance) method OnStartup (line 64) | protected override void OnStartup(object sender, StartupEventArgs e) FILE: Panuon.UIBrowser/IShell.cs type IShell (line 8) | public interface IShell FILE: Panuon.UIBrowser/Models/DataSourceModel.cs class DataSourceModel (line 11) | public class DataSourceModel : INotifyPropertyChanged method NotifyOfPropertyChange (line 15) | public void NotifyOfPropertyChange(string propertyName) FILE: Panuon.UIBrowser/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: Panuon.UIBrowser/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Panuon.UIBrowser/ViewModels/Chart/LineChartViewModel.cs class LineChartViewModel (line 11) | public class LineChartViewModel : Screen, IShell method LineChartViewModel (line 18) | public LineChartViewModel(IWindowManager windowManager) method HandleMouseWheel (line 108) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method AddItem (line 115) | public void AddItem() method Init (line 122) | public async void Init() method SetMaskCover (line 159) | public void SetMaskCover(bool toOpen) method SetAwait (line 168) | public void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Control/ButtonViewModel.cs class ButtonViewModel (line 14) | public class ButtonViewModel : Screen, IShell method ButtonViewModel (line 21) | public ButtonViewModel(IWindowManager windowManager) method HandleMouseWheel (line 103) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method StyleChanged (line 110) | public void StyleChanged(string content) method ClickStyleChanged (line 115) | public void ClickStyleChanged(string content) method BackgroundChanged (line 120) | public void BackgroundChanged(string content) method ForegroundChanged (line 125) | public void ForegroundChanged(string content) method CoverBrushChanged (line 129) | public void CoverBrushChanged(string content) method Init (line 136) | private async void Init() method SetMaskCover (line 155) | private void SetMaskCover(bool toOpen) method SetAwait (line 164) | private void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Control/CheckBoxViewModel.cs class CheckBoxViewModel (line 14) | public class CheckBoxViewModel : Screen, IShell method CheckBoxViewModel (line 21) | public CheckBoxViewModel(IWindowManager windowManager) method HandleMouseWheel (line 105) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method StyleChanged (line 112) | public void StyleChanged(string content) method CoverBrushChanged (line 122) | public void CoverBrushChanged(string content) method BorderBrushChanged (line 127) | public void BorderBrushChanged(string content) method Init (line 135) | private async void Init() method SetMaskCover (line 156) | private void SetMaskCover(bool toOpen) method SetAwait (line 165) | private void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Control/ComboBoxViewModel.cs class ComboBoxViewModel (line 15) | public class ComboBoxViewModel : Screen, IShell method ComboBoxViewModel (line 22) | public ComboBoxViewModel(IWindowManager windowManager) method HandleMouseWheel (line 161) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method AddItem (line 168) | public void AddItem() method RemoveItem (line 178) | public void RemoveItem() method SelectedBrushChanged (line 184) | public void SelectedBrushChanged(string content) method CoverBrushChanged (line 189) | public void CoverBrushChanged(string content) method ForegroundChanged (line 194) | public void ForegroundChanged(string content) method ShadowColorChanged (line 199) | public void ShadowColorChanged(string content) method BorderBrushChanged (line 204) | public void BorderBrushChanged(string content) method SearchModeChanged (line 209) | public void SearchModeChanged(string content) method DeleteModeChanged (line 214) | public void DeleteModeChanged(string content) method DeleteItem (line 219) | public void DeleteItem(RoutedPropertyChangedEventArgs e) method Init (line 236) | private async void Init() method SetMaskCover (line 274) | private void SetMaskCover(bool toOpen) method SetAwait (line 283) | private void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Control/ContextMenuViewModel.cs class ContextMenuViewModel (line 14) | public class ContextMenuViewModel : Screen, IShell method ContextMenuViewModel (line 21) | public ContextMenuViewModel(IWindowManager windowManager) method TextBoxStyleChanged (line 116) | public void TextBoxStyleChanged(string content) method BackgroundChanged (line 121) | public void BackgroundChanged(string content) method ForegroundChanged (line 126) | public void ForegroundChanged(string content) method CoverBrushChanged (line 131) | public void CoverBrushChanged(string content) method ShadowColorChanged (line 136) | public void ShadowColorChanged(string content) method BorderBrushChanged (line 141) | public void BorderBrushChanged(string content) method HandleMouseWheel (line 149) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method Init (line 159) | public async void Init() method SetMaskCover (line 178) | public void SetMaskCover(bool toOpen) method SetAwait (line 187) | public void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Control/DatePickerViewModel.cs class DatePickerViewModel (line 15) | public class DatePickerViewModel : Screen, IShell method DatePickerViewModel (line 23) | public DatePickerViewModel(IWindowManager windowManager) method HandleMouseWheel (line 98) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method LimitMinDateTime (line 105) | public void LimitMinDateTime(bool toLimit) method LimitMaxDateTime (line 117) | public void LimitMaxDateTime(bool toLimit) method CoverBrushChanged (line 129) | public void CoverBrushChanged(string content) method ForegroundChanged (line 134) | public void ForegroundChanged(string content) method DatePickerModeChanged (line 139) | public void DatePickerModeChanged(string content) method Init (line 147) | private async void Init() method SetMaskCover (line 167) | private void SetMaskCover(bool toOpen) method SetAwait (line 176) | private void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Control/ListBoxViewModel.cs class ListBoxViewModel (line 13) | public class ListBoxViewModel : Screen, IShell method ListBoxViewModel (line 22) | public ListBoxViewModel(IWindowManager windowManager) method HandleMouseWheel (line 116) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method ListBoxLoaded (line 123) | public void ListBoxLoaded(object sender) method Search (line 128) | public void Search() method AddItem (line 138) | public void AddItem() method RemoveItem (line 147) | public void RemoveItem() method SelectedBrushChanged (line 153) | public void SelectedBrushChanged(string content) method CoverBrushChanged (line 158) | public void CoverBrushChanged(string content) method SearchBrushChanged (line 163) | public void SearchBrushChanged(string content) method Init (line 170) | private async void Init() method SetMaskCover (line 216) | private void SetMaskCover(bool toOpen) method SetAwait (line 225) | private void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Control/PasswordBoxViewModel.cs class PasswordBoxViewModel (line 14) | public class PasswordBoxViewModel : Screen, IShell method PasswordBoxViewModel (line 21) | public PasswordBoxViewModel(IWindowManager windowManager) method PasswordBoxStyleChanged (line 108) | public void PasswordBoxStyleChanged(string content) method BackgroundChanged (line 113) | public void BackgroundChanged(string content) method ForegroundChanged (line 118) | public void ForegroundChanged(string content) method ShadowColorChanged (line 123) | public void ShadowColorChanged(string content) method BorderBrushChanged (line 128) | public void BorderBrushChanged(string content) method HandleMouseWheel (line 136) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method Init (line 146) | public async void Init() method SetMaskCover (line 167) | public void SetMaskCover(bool toOpen) method SetAwait (line 176) | public void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Control/ProgressBarViewModel.cs class ProgressBarViewModel (line 14) | public class ProgressBarViewModel : Screen, IShell method ProgressBarViewModel (line 21) | public ProgressBarViewModel(IWindowManager windowManager) method HandleMouseWheel (line 159) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method StyleChanged (line 166) | public void StyleChanged(string content) method CoverBrushChanged (line 171) | public void CoverBrushChanged(string content) method BorderBrushChanged (line 176) | public void BorderBrushChanged(string content) method BackgroundChanged (line 181) | public void BackgroundChanged(string content) method ForegroundChanged (line 186) | public void ForegroundChanged(string content) method Init (line 193) | private async void Init() method SetMaskCover (line 218) | private void SetMaskCover(bool toOpen) method SetAwait (line 227) | private void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Control/RadioButtonViewModel.cs class RadioButtonViewModel (line 14) | public class RadioButtonViewModel : Screen, IShell method RadioButtonViewModel (line 21) | public RadioButtonViewModel(IWindowManager windowManager) method HandleMouseWheel (line 97) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method StyleChanged (line 104) | public void StyleChanged(string content) method CoverBrushChanged (line 109) | public void CoverBrushChanged(string content) method BorderBrushChanged (line 114) | public void BorderBrushChanged(string content) method Init (line 122) | private async void Init() method SetMaskCover (line 135) | private void SetMaskCover(bool toOpen) method SetAwait (line 144) | private void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Control/SliderViewModel.cs class SliderViewModel (line 15) | public class SliderViewModel : Screen, IShell method SliderViewModel (line 23) | public SliderViewModel(IWindowManager windowManager) method HandleMouseWheel (line 98) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method CoverBrushChanged (line 106) | public void CoverBrushChanged(string content) method ForegroundChanged (line 111) | public void ForegroundChanged(string content) method ShadowColorChanged (line 116) | public void ShadowColorChanged(string content) method Init (line 124) | private async void Init() method SetMaskCover (line 143) | private void SetMaskCover(bool toOpen) method SetAwait (line 152) | private void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Control/TabControlViewModel.cs class TabControlViewModel (line 14) | public class TabControlViewModel : Screen, IShell method TabControlViewModel (line 22) | public TabControlViewModel(IWindowManager windowManager) method HandleMouseWheel (line 115) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method AddItem (line 122) | public void AddItem() method RemoveItem (line 133) | public void RemoveItem() method StyleChanged (line 139) | public void StyleChanged(string content) method SelectedBrushChanged (line 144) | public void SelectedBrushChanged(string content) method ForegroundChanged (line 149) | public void ForegroundChanged(string content) method BorderBrushChanged (line 154) | public void BorderBrushChanged(string content) method Init (line 161) | private async void Init() method SetMaskCover (line 198) | public void SetMaskCover(bool toOpen) method SetAwait (line 207) | public void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Control/TextBoxViewModel.cs class TextBoxViewModel (line 14) | public class TextBoxViewModel : Screen, IShell method TextBoxViewModel (line 21) | public TextBoxViewModel(IWindowManager windowManager) method NumberLimit (line 116) | public void NumberLimit(bool isLimit) method TextBoxStyleChanged (line 124) | public void TextBoxStyleChanged(string content) method BackgroundChanged (line 129) | public void BackgroundChanged(string content) method ForegroundChanged (line 134) | public void ForegroundChanged(string content) method ShadowColorChanged (line 139) | public void ShadowColorChanged(string content) method BorderBrushChanged (line 144) | public void BorderBrushChanged(string content) method HandleMouseWheel (line 152) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method Init (line 162) | public async void Init() method SetMaskCover (line 182) | public void SetMaskCover(bool toOpen) method SetAwait (line 191) | public void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Control/TreeViewViewModel.cs class TreeViewViewModel (line 17) | public class TreeViewViewModel : Screen, IShell method TreeViewViewModel (line 24) | public TreeViewViewModel(IWindowManager windowManager) method HandleMouseWheel (line 115) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method AddItem (line 122) | public void AddItem() method RemoveItem (line 136) | public void RemoveItem() method SelectedBrushChanged (line 142) | public void SelectedBrushChanged(string content) method CoverBrushChanged (line 147) | public void CoverBrushChanged(string content) method ForegroundChanged (line 152) | public void ForegroundChanged(string content) method StyleChanged (line 157) | public void StyleChanged(string content) method ExpandModeChanged (line 162) | public void ExpandModeChanged(string content) method Init (line 170) | private async void Init() method SetMaskCover (line 234) | private void SetMaskCover(bool toOpen) method SetAwait (line 243) | private void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Control/WindowViewModel.cs class WindowViewModel (line 12) | public class WindowViewModel : Screen, IShell method WindowViewModel (line 19) | public WindowViewModel(IWindowManager windowManager) method HandleMouseWheel (line 53) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method Display (line 64) | public void Display(int category) method Init (line 114) | private async void Init() method SetAwait (line 153) | private void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Example.cs class Example (line 16) | public class Example : Screen, IShell method Example (line 23) | public Example(IWindowManager windowManager) method HandleMouseWheel (line 59) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method Init (line 69) | public async void Init() method SetMaskCover (line 86) | public void SetMaskCover(bool toOpen) method SetAwait (line 95) | public void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/IntroductionViewModel.cs class IntroductionViewModel (line 21) | public class IntroductionViewModel : Screen, IShell method IntroductionViewModel (line 28) | public IntroductionViewModel(IWindowManager windowManager) method HandleMouseWheel (line 64) | public void HandleMouseWheel(object sender, MouseWheelEventArgs e) method Init (line 74) | public async void Init() method SetMaskCover (line 91) | public void SetMaskCover(bool toOpen) method SetAwait (line 100) | public void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/MainWindowViewModel.cs class MainWindowViewModel (line 10) | [Export(typeof(IShell))] method MainWindowViewModel (line 14) | public MainWindowViewModel() method ChangeSelect (line 19) | public void ChangeSelect(int select) method ShowAwait (line 99) | public void ShowAwait() method CloseAwait (line 103) | public void CloseAwait() FILE: Panuon.UIBrowser/ViewModels/OverviewViewModel.cs class OverviewViewModel (line 16) | public class OverviewViewModel : Screen, IShell method OverviewViewModel (line 23) | public OverviewViewModel(IWindowManager windowManager) method AddPercent (line 63) | public void AddPercent() method ReducePercent (line 72) | public void ReducePercent() method Detail (line 80) | public void Detail(string category) method ChangeThemeBrush (line 90) | public void ChangeThemeBrush(RoutedPropertyChangedEventArgs e) method SetMaskCover (line 176) | public void SetMaskCover(bool toOpen) method SetAwait (line 185) | public void SetAwait(bool toOpen) FILE: Panuon.UIBrowser/ViewModels/Partial/BubblesViewModel.cs class BubblesViewModel (line 11) | public class BubblesViewModel : Screen, IShell method SelectionChanged (line 24) | public void SelectionChanged(SelectionChangedEventArgs e) FILE: Panuon.UIBrowser/ViewModels/Partial/ButtonsViewModel.cs class ButtonsViewModel (line 9) | public class ButtonsViewModel : Screen, IShell FILE: Panuon.UIBrowser/ViewModels/Partial/CheckBoxsViewModel.cs class CheckBoxsViewModel (line 9) | public class CheckBoxsViewModel : Screen, IShell FILE: Panuon.UIBrowser/ViewModels/Partial/ComboBoxsViewModel.cs class ComboBoxsViewModel (line 14) | public class ComboBoxsViewModel : Screen, IShell method ComboBoxsViewModel (line 16) | public ComboBoxsViewModel() method OnViewLoaded (line 21) | protected override void OnViewLoaded(object view) method Delete (line 67) | public void Delete(ItemCollection sender, RoutedPropertyChangedEventAr... method GetValue (line 76) | public void GetValue() FILE: Panuon.UIBrowser/ViewModels/Partial/ContextMenusViewModel.cs class ContextMenusViewModel (line 12) | public class ContextMenusViewModel : Screen, IShell method Cut (line 25) | public void Cut() method Copy (line 31) | public void Copy() method Paste (line 37) | public void Paste() FILE: Panuon.UIBrowser/ViewModels/Partial/DataGridsViewModel.cs class DataGridsViewModel (line 17) | public class DataGridsViewModel : Screen, IShell method DataGridsViewModel (line 19) | public DataGridsViewModel() method Delete (line 43) | public void Delete(long id) class ItemModel (line 52) | public class ItemModel : INotifyPropertyChanged method NotifyOfPropertyChange (line 56) | public void NotifyOfPropertyChange(string propertyName) method ItemModel (line 62) | public ItemModel() { } method ItemModel (line 64) | public ItemModel(long id, string number, string name) FILE: Panuon.UIBrowser/ViewModels/Partial/DatePickersViewModel.cs class DatePickersViewModel (line 14) | public class DatePickersViewModel : Screen, IShell method DatePickersViewModel (line 16) | public DatePickersViewModel() method LimitMaxDate (line 76) | public void LimitMaxDate(bool toLimit) method LimitMinDate (line 88) | public void LimitMinDate(bool toLimit) method SelectionChanged (line 100) | public void SelectionChanged(SelectionChangedEventArgs e) method DateTimeInputChanged (line 118) | public void DateTimeInputChanged() FILE: Panuon.UIBrowser/ViewModels/Partial/GridsViewModel.cs class GridsViewModel (line 11) | public class GridsViewModel : Screen, IShell FILE: Panuon.UIBrowser/ViewModels/Partial/ImageCuterViewModel.cs class ImageCuterViewModel (line 15) | public class ImageCuterViewModel : Screen, IShell method BtnSelectFile (line 37) | public void BtnSelectFile() method ImageCuterLoaded (line 48) | public void ImageCuterLoaded(object sender) method ImageLoaded (line 52) | public void ImageLoaded(object sender) method BtnCut (line 56) | public void BtnCut() method SelectionChanged (line 71) | public void SelectionChanged(object sender) FILE: Panuon.UIBrowser/ViewModels/Partial/IntroductionViewModel.cs class IntroductionViewModel (line 9) | public class IntroductionViewModel : Screen,IShell method OpenWebsite (line 18) | public void OpenWebsite() FILE: Panuon.UIBrowser/ViewModels/Partial/LineChartsViewModel.cs class LineChartsViewModel (line 13) | public class LineChartsViewModel : Screen, IShell method LineChartsViewModel (line 18) | public LineChartsViewModel() method RandomValue (line 95) | public void RandomValue() method ChangeAxis (line 129) | public void ChangeAxis() method AddValues (line 149) | public void AddValues() method ChangeColor (line 186) | public void ChangeColor() method GetRandomDecimal1 (line 221) | private double GetRandomDecimal1() method GetRandomDecimal2 (line 228) | private double GetRandomDecimal2() FILE: Panuon.UIBrowser/ViewModels/Partial/ListBoxsViewModel.cs class ListBoxsViewModel (line 10) | public class ListBoxsViewModel : Screen, IShell method Search (line 15) | public void Search(string contentWord) method ListBoxLoaded (line 26) | public void ListBoxLoaded(object sender) FILE: Panuon.UIBrowser/ViewModels/Partial/PagingNavsViewModel.cs class PagingNavsViewModel (line 9) | public class PagingNavsViewModel : Screen, IShell FILE: Panuon.UIBrowser/ViewModels/Partial/PasswordBoxsViewModel.cs class PasswordBoxsViewModel (line 9) | public class PasswordBoxsViewModel : Screen, IShell FILE: Panuon.UIBrowser/ViewModels/Partial/ProgressBarsViewModel.cs class ProgressBarsViewModel (line 9) | public class ProgressBarsViewModel : Screen, IShell FILE: Panuon.UIBrowser/ViewModels/Partial/RadioButtonsViewModel.cs class RadioButtonsViewModel (line 9) | public class RadioButtonsViewModel : Screen, IShell FILE: Panuon.UIBrowser/ViewModels/Partial/SlidersViewModel.cs class SlidersViewModel (line 9) | public class SlidersViewModel : Screen, IShell FILE: Panuon.UIBrowser/ViewModels/Partial/SpecialViewModel.cs class SpecialViewModel (line 9) | public class SpecialViewModel : Screen, IShell method Switch (line 19) | public void Switch() FILE: Panuon.UIBrowser/ViewModels/Partial/TabControlsViewModel.cs class TabControlsViewModel (line 10) | public class TabControlsViewModel : Screen, IShell method TabControlsViewModel (line 12) | public TabControlsViewModel() FILE: Panuon.UIBrowser/ViewModels/Partial/TextBoxsViewModel.cs class TextBoxsViewModel (line 9) | public class TextBoxsViewModel : Screen, IShell FILE: Panuon.UIBrowser/ViewModels/Partial/TreeViewsViewModel.cs class TreeViewsViewModel (line 14) | public class TreeViewsViewModel : Screen, IShell method TreeViewsViewModel (line 16) | public TreeViewsViewModel() method ChoosedItemChanged (line 53) | public void ChoosedItemChanged(RoutedPropertyChangedEventArgs