SYMBOL INDEX (2352 symbols across 267 files) FILE: WpfToolkit/Calendar/Microsoft/Windows/Automation/Peers/CalendarAutomationPeer.cs class CalendarAutomationPeer (line 22) | public sealed class CalendarAutomationPeer : FrameworkElementAutomationP... method CalendarAutomationPeer (line 28) | public CalendarAutomationPeer(Calendar owner) method GetPattern (line 72) | public override object GetPattern(PatternInterface patternInterface) method GetAutomationControlTypeCore (line 103) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 113) | protected override string GetClassNameCore() method RaiseSelectionEvents (line 122) | internal void RaiseSelectionEvents(SelectionChangedEventArgs e) method GetItem (line 219) | IRawElementProviderSimple IGridProvider.GetItem(int row, int column) method GetSupportedViews (line 259) | int[] IMultipleViewProvider.GetSupportedViews() method GetViewName (line 270) | string IMultipleViewProvider.GetViewName(int viewId) method SetCurrentView (line 295) | void IMultipleViewProvider.SetCurrentView(int viewId) method GetSelection (line 320) | IRawElementProviderSimple[] ISelectionProvider.GetSelection() method GetColumnHeaders (line 395) | IRawElementProviderSimple[] ITableProvider.GetColumnHeaders() method GetRowHeaders (line 427) | IRawElementProviderSimple[] ITableProvider.GetRowHeaders() FILE: WpfToolkit/Calendar/Microsoft/Windows/Automation/Peers/CalendarButtonAutomationPeer.cs class CalendarButtonAutomationPeer (line 21) | public sealed class CalendarButtonAutomationPeer : ButtonAutomationPeer,... method CalendarButtonAutomationPeer (line 27) | public CalendarButtonAutomationPeer(CalendarButton owner) method GetPattern (line 92) | public override object GetPattern(PatternInterface patternInterface) method GetAutomationControlTypeCore (line 131) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 141) | protected override string GetClassNameCore() method GetLocalizedControlTypeCore (line 150) | protected override string GetLocalizedControlTypeCore() method GetHelpTextCore (line 159) | protected override string GetHelpTextCore() method GetNameCore (line 169) | protected override string GetNameCore() method AddToSelection (line 253) | void ISelectionItemProvider.AddToSelection() method RemoveFromSelection (line 258) | void ISelectionItemProvider.RemoveFromSelection() method Select (line 263) | void ISelectionItemProvider.Select() FILE: WpfToolkit/Calendar/Microsoft/Windows/Automation/Peers/CalendarDayButtonAutomationPeer.cs class CalendarDayButtonAutomationPeer (line 22) | public sealed class CalendarDayButtonAutomationPeer : ButtonAutomationPe... method CalendarDayButtonAutomationPeer (line 28) | public CalendarDayButtonAutomationPeer(CalendarDayButton owner) method GetPattern (line 93) | public override object GetPattern(PatternInterface patternInterface) method GetAutomationControlTypeCore (line 133) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 143) | protected override string GetClassNameCore() method GetHelpTextCore (line 152) | protected override string GetHelpTextCore() method GetLocalizedControlTypeCore (line 178) | protected override string GetLocalizedControlTypeCore() method GetNameCore (line 187) | protected override string GetNameCore() method AddToSelection (line 281) | void ISelectionItemProvider.AddToSelection() method RemoveFromSelection (line 305) | void ISelectionItemProvider.RemoveFromSelection() method Select (line 322) | void ISelectionItemProvider.Select() method GetColumnHeaderItems (line 343) | IRawElementProviderSimple[] ITableItemProvider.GetColumnHeaderItems() method GetRowHeaderItems (line 363) | IRawElementProviderSimple[] ITableItemProvider.GetRowHeaderItems() method EnsureSelection (line 372) | private bool EnsureSelection() FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/Calendar.cs class Calendar (line 22) | [TemplatePart(Name = Calendar.ElementRoot, Type = typeof(Panel))] method Calendar (line 83) | static Calendar() method Calendar (line 96) | public Calendar() method OnDisplayDateChanged (line 210) | private static void OnDisplayDateChanged(DependencyObject d, Dependenc... method CoerceDisplayDate (line 220) | private static object CoerceDisplayDate(DependencyObject d, object value) method OnDisplayDateEndChanged (line 266) | private static void OnDisplayDateEndChanged(DependencyObject d, Depend... method CoerceDisplayDateEnd (line 275) | private static object CoerceDisplayDateEnd(DependencyObject d, object ... method OnDisplayDateStartChanged (line 327) | private static void OnDisplayDateStartChanged(DependencyObject d, Depe... method CoerceDisplayDateStart (line 337) | private static object CoerceDisplayDateStart(DependencyObject d, objec... method OnDisplayModePropertyChanged (line 384) | private static void OnDisplayModePropertyChanged(DependencyObject d, D... method OnFirstDayOfWeekChanged (line 457) | private static void OnFirstDayOfWeekChanged(DependencyObject d, Depend... method OnIsTodayHighlightedChanged (line 491) | private static void OnIsTodayHighlightedChanged(DependencyObject d, De... method OnLanguageChanged (line 506) | private static void OnLanguageChanged(DependencyObject d, DependencyPr... method OnSelectedDateChanged (line 544) | private static void OnSelectedDateChanged(DependencyObject d, Dependen... method OnSelectionModeChanged (line 630) | private static void OnSelectionModeChanged(DependencyObject d, Depende... method OnApplyTemplate (line 758) | public override void OnApplyTemplate() method ToString (line 782) | public override string ToString() method OnSelectedDatesChanged (line 798) | protected virtual void OnSelectedDatesChanged(SelectionChangedEventArg... method OnDisplayDateChanged (line 803) | protected virtual void OnDisplayDateChanged(CalendarDateChangedEventAr... method OnDisplayModeChanged (line 812) | protected virtual void OnDisplayModeChanged(CalendarModeChangedEventAr... method OnSelectionModeChanged (line 822) | protected virtual void OnSelectionModeChanged(EventArgs e) method OnCreateAutomationPeer (line 836) | protected override AutomationPeer OnCreateAutomationPeer() method OnKeyDown (line 841) | protected override void OnKeyDown(KeyEventArgs e) method OnKeyUp (line 849) | protected override void OnKeyUp(KeyEventArgs e) method FindDayButtonFromDay (line 864) | internal CalendarDayButton FindDayButtonFromDay(DateTime day) method IsValidDateSelection (line 883) | internal static bool IsValidDateSelection(Calendar cal, object value) method OnDayButtonMouseUp (line 888) | internal void OnDayButtonMouseUp(MouseButtonEventArgs e) method OnDayOrMonthPreviewKeyDown (line 897) | internal void OnDayOrMonthPreviewKeyDown(RoutedEventArgs e) method OnDayClick (line 907) | internal void OnDayClick(DateTime selectedDate) method OnCalendarButtonPressed (line 925) | internal void OnCalendarButtonPressed(CalendarButton b, bool switchDis... method GetDateOffset (line 973) | private DateTime? GetDateOffset(DateTime date, int offset, CalendarMod... method MoveDisplayTo (line 1004) | private void MoveDisplayTo(DateTime? date) method OnNextClick (line 1038) | internal void OnNextClick() method OnPreviousClick (line 1047) | internal void OnPreviousClick() method OnSelectedDatesCollectionChanged (line 1056) | internal void OnSelectedDatesCollectionChanged(SelectionChangedEventAr... method UpdateCellItems (line 1076) | internal void UpdateCellItems() method CoerceFromSelection (line 1112) | private void CoerceFromSelection() method AddKeyboardSelection (line 1120) | private void AddKeyboardSelection() method IsSelectionChanged (line 1131) | private static bool IsSelectionChanged(SelectionChangedEventArgs e) method IsValidDisplayMode (line 1149) | private static bool IsValidDisplayMode(object value) method IsValidFirstDayOfWeek (line 1158) | internal static bool IsValidFirstDayOfWeek(object value) method IsValidKeyboardSelection (line 1171) | private static bool IsValidKeyboardSelection(Calendar cal, object value) method IsValidSelectionMode (line 1190) | private static bool IsValidSelectionMode(object value) method OnSelectedMonthChanged (line 1200) | private void OnSelectedMonthChanged(DateTime? selectedMonth) method OnSelectedYearChanged (line 1213) | private void OnSelectedYearChanged(DateTime? selectedYear) method FocusDate (line 1226) | internal void FocusDate(DateTime date) method OnGotFocus (line 1237) | private static void OnGotFocus(object sender, RoutedEventArgs e) method ProcessCalendarKey (line 1259) | private bool ProcessCalendarKey(KeyEventArgs e) method ProcessDownKey (line 1336) | private void ProcessDownKey(bool ctrl, bool shift) method ProcessEndKey (line 1385) | private void ProcessEndKey(bool shift) method ProcessEnterKey (line 1428) | private bool ProcessEnterKey() method ProcessHomeKey (line 1450) | private void ProcessHomeKey(bool shift) method ProcessLeftKey (line 1478) | private void ProcessLeftKey(bool shift) method ProcessPageDownKey (line 1506) | private void ProcessPageDownKey(bool shift) method ProcessPageUpKey (line 1533) | private void ProcessPageUpKey(bool shift) method ProcessRightKey (line 1560) | private void ProcessRightKey(bool shift) method ProcessSelection (line 1588) | private void ProcessSelection(bool shift, DateTime? lastSelectedDate) method ProcessShiftKeyUp (line 1657) | private void ProcessShiftKeyUp() method ProcessUpKey (line 1667) | private void ProcessUpKey(bool ctrl, bool shift) FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/CalendarBlackoutDatesCollection.cs class CalendarBlackoutDatesCollection (line 18) | public sealed class CalendarBlackoutDatesCollection : ObservableCollecti... method CalendarBlackoutDatesCollection (line 31) | public CalendarBlackoutDatesCollection(Calendar owner) method AddDatesInPast (line 42) | public void AddDatesInPast() method Contains (line 52) | public bool Contains(DateTime date) method Contains (line 63) | public bool Contains(DateTime start, DateTime end) method ContainsAny (line 95) | public bool ContainsAny(CalendarDateRange range) method GetNonBlackoutDate (line 114) | internal DateTime? GetNonBlackoutDate(DateTime? requestedDate, int day... method ClearItems (line 160) | protected override void ClearItems() method InsertItem (line 181) | protected override void InsertItem(int index, CalendarDateRange item) method RemoveItem (line 204) | protected override void RemoveItem(int index) method SetItem (line 225) | protected override void SetItem(int index, CalendarDateRange item) method RegisterItem (line 261) | private void RegisterItem(CalendarDateRange item) method UnRegisterItem (line 273) | private void UnRegisterItem(CalendarDateRange item) method Item_Changing (line 287) | private void Item_Changing(object sender, CalendarDateRangeChangingEve... method Item_PropertyChanged (line 304) | private void Item_PropertyChanged(object sender, PropertyChangedEventA... method IsValid (line 317) | private bool IsValid(CalendarDateRange item) method IsValid (line 328) | private bool IsValid(DateTime start, DateTime end) method IsValidThread (line 343) | private bool IsValidThread() method GetContainingDateRange (line 353) | private CalendarDateRange GetContainingDateRange(DateTime date) FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/CalendarButton.cs class CalendarButton (line 18) | [TemplateVisualState(Name = VisualStates.StateNormal, GroupName = Visual... method CalendarButton (line 40) | static CalendarButton() method CalendarButton (line 49) | public CalendarButton() method OnApplyTemplate (line 126) | public override void OnApplyTemplate() method OnCreateAutomationPeer (line 142) | protected override AutomationPeer OnCreateAutomationPeer() method OnGotKeyboardFocus (line 147) | protected override void OnGotKeyboardFocus(System.Windows.Input.Keyboa... method OnLostKeyboardFocus (line 153) | protected override void OnLostKeyboardFocus(System.Windows.Input.Keybo... method SetContentInternal (line 163) | internal void SetContentInternal(string value) method ChangeVisualState (line 188) | private void ChangeVisualState(bool useTransitions) method OnVisualStatePropertyChanged (line 226) | private static void OnVisualStatePropertyChanged(DependencyObject dObj... method OnCoerceContent (line 235) | private static object OnCoerceContent(DependencyObject sender, object ... FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/CalendarDateChangedEventArgs.cs class CalendarDateChangedEventArgs (line 14) | public class CalendarDateChangedEventArgs : System.Windows.RoutedEventArgs method CalendarDateChangedEventArgs (line 16) | internal CalendarDateChangedEventArgs(DateTime? removedDate, DateTime?... FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/CalendarDateRange.cs class CalendarDateRange (line 15) | public sealed class CalendarDateRange : INotifyPropertyChanged method CalendarDateRange (line 25) | public CalendarDateRange() : method CalendarDateRange (line 34) | public CalendarDateRange(DateTime day) : method CalendarDateRange (line 44) | public CalendarDateRange(DateTime start, DateTime end) method ContainsAny (line 126) | internal bool ContainsAny(CalendarDateRange range) method OnChanging (line 135) | private void OnChanging(CalendarDateRangeChangingEventArgs e) method OnPropertyChanged (line 144) | private void OnPropertyChanged(PropertyChangedEventArgs e) method CoerceEnd (line 159) | private static DateTime CoerceEnd(DateTime start, DateTime end) FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/CalendarDateRangeChangingEventArgs.cs class CalendarDateRangeChangingEventArgs (line 14) | internal class CalendarDateRangeChangingEventArgs : EventArgs method CalendarDateRangeChangingEventArgs (line 16) | public CalendarDateRangeChangingEventArgs(DateTime start, DateTime end) FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/CalendarDayButton.cs class CalendarDayButton (line 18) | [TemplateVisualState(Name = VisualStates.StateNormal, GroupName = Visual... method CalendarDayButton (line 82) | static CalendarDayButton() method CalendarDayButton (line 91) | public CalendarDayButton() method OnApplyTemplate (line 231) | public override void OnApplyTemplate() method OnCreateAutomationPeer (line 247) | protected override AutomationPeer OnCreateAutomationPeer() method OnGotKeyboardFocus (line 252) | protected override void OnGotKeyboardFocus(System.Windows.Input.Keyboa... method OnLostKeyboardFocus (line 258) | protected override void OnLostKeyboardFocus(System.Windows.Input.Keybo... method ChangeVisualState (line 275) | internal void ChangeVisualState(bool useTransitions) method SetContentInternal (line 337) | internal void SetContentInternal(string value) method OnVisualStatePropertyChanged (line 360) | private static void OnVisualStatePropertyChanged(DependencyObject send... method OnCoerceContent (line 369) | private static object OnCoerceContent(DependencyObject sender, object ... FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/CalendarItem.cs class CalendarItem (line 18) | [TemplatePart(Name = CalendarItem.ElementRoot, Type = typeof(FrameworkEl... method CalendarItem (line 63) | static CalendarItem() method CalendarItem (line 74) | public CalendarItem() method OnApplyTemplate (line 151) | public override void OnApplyTemplate() method OnMouseUp (line 244) | protected override void OnMouseUp(MouseButtonEventArgs e) method OnLostMouseCapture (line 265) | protected override void OnLostMouseCapture(MouseEventArgs e) method UpdateDecadeMode (line 280) | internal void UpdateDecadeMode() method UpdateMonthMode (line 306) | internal void UpdateMonthMode() method UpdateYearMode (line 320) | internal void UpdateYearMode() method GetCalendarDayButtons (line 332) | internal IEnumerable GetCalendarDayButtons() method GetFocusedCalendarDayButton (line 350) | internal CalendarDayButton GetFocusedCalendarDayButton() method GetCalendarDayButton (line 363) | internal CalendarDayButton GetCalendarDayButton(DateTime date) method GetCalendarButton (line 379) | internal CalendarButton GetCalendarButton(DateTime date, CalendarMode ... method GetFocusedCalendarButton (line 407) | internal CalendarButton GetFocusedCalendarButton() method GetCalendarButtons (line 420) | private IEnumerable GetCalendarButtons() method FocusDate (line 432) | internal void FocusDate(DateTime date) method GetDecadeForDecadeMode (line 468) | private int GetDecadeForDecadeMode(DateTime selectedYear) method EndDrag (line 505) | private void EndDrag(bool ctrl, DateTime selectedDate) method CellOrMonth_PreviewKeyDown (line 534) | private void CellOrMonth_PreviewKeyDown(object sender, RoutedEventArgs e) method Cell_Clicked (line 546) | private void Cell_Clicked(object sender, RoutedEventArgs e) method Cell_MouseLeftButtonDown (line 641) | private void Cell_MouseLeftButtonDown(object sender, MouseButtonEventA... method Cell_MouseEnter (line 741) | private void Cell_MouseEnter(object sender, MouseEventArgs e) method Cell_MouseLeftButtonUp (line 790) | private void Cell_MouseLeftButtonUp(object sender, MouseButtonEventArg... method FinishSelection (line 817) | private void FinishSelection(DateTime selectedDate) method Month_MouseLeftButtonDown (line 859) | private void Month_MouseLeftButtonDown(object sender, MouseButtonEvent... method Month_MouseLeftButtonUp (line 874) | private void Month_MouseLeftButtonUp(object sender, MouseButtonEventAr... method Month_MouseEnter (line 883) | private void Month_MouseEnter(object sender, MouseEventArgs e) method Month_Clicked (line 895) | private void Month_Clicked(object sender, RoutedEventArgs e) method HeaderButton_Click (line 904) | private void HeaderButton_Click(object sender, RoutedEventArgs e) method PreviousButton_Click (line 923) | private void PreviousButton_Click(object sender, RoutedEventArgs e) method NextButton_Click (line 931) | private void NextButton_Click(object sender, RoutedEventArgs e) method PopulateGrids (line 939) | private void PopulateGrids() method SetMonthModeDayTitles (line 1004) | private void SetMonthModeDayTitles() method SetMonthModeCalendarDayButtons (line 1029) | private void SetMonthModeCalendarDayButtons() method SetMonthModeDayButtonState (line 1062) | private void SetMonthModeDayButtonState(CalendarDayButton childButton,... method AddMonthModeHighlight (line 1128) | private void AddMonthModeHighlight() method SetMonthModeHeaderButton (line 1181) | private void SetMonthModeHeaderButton() method SetMonthModeNextButton (line 1194) | private void SetMonthModeNextButton() method SetMonthModePreviousButton (line 1215) | private void SetMonthModePreviousButton() method SetYearButtons (line 1228) | private void SetYearButtons(int decade, int decadeEnd) method SetYearModeMonthButtons (line 1276) | private void SetYearModeMonthButtons() method SetYearModeHeaderButton (line 1312) | private void SetYearModeHeaderButton() method SetYearModeNextButton (line 1321) | private void SetYearModeNextButton() method SetYearModePreviousButton (line 1329) | private void SetYearModePreviousButton() method SetDecadeModeHeaderButton (line 1341) | private void SetDecadeModeHeaderButton(int decade) method SetDecadeModeNextButton (line 1350) | private void SetDecadeModeNextButton(int decadeEnd) method SetDecadeModePreviousButton (line 1358) | private void SetDecadeModePreviousButton(int decade) method GetNumberOfDisplayedDaysFromPreviousMonth (line 1369) | private int GetNumberOfDisplayedDaysFromPreviousMonth(DateTime firstOf... method GetOwnerBinding (line 1398) | private BindingBase GetOwnerBinding(string propertyName) FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/CalendarMode.cs type CalendarMode (line 12) | public enum CalendarMode FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/CalendarModeChangedEventArgs.cs class CalendarModeChangedEventArgs (line 12) | public class CalendarModeChangedEventArgs : System.Windows.RoutedEventArgs method CalendarModeChangedEventArgs (line 19) | public CalendarModeChangedEventArgs(CalendarMode oldMode, CalendarMode... FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/CalendarSelectionChangedEventArgs.cs class CalendarSelectionChangedEventArgs (line 20) | internal class CalendarSelectionChangedEventArgs : SelectionChangedEvent... method CalendarSelectionChangedEventArgs (line 28) | public CalendarSelectionChangedEventArgs(RoutedEvent eventId, IList re... method InvokeEventHandler (line 33) | protected override void InvokeEventHandler(Delegate genericHandler, ob... FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/CalendarSelectionMode.cs type CalendarSelectionMode (line 12) | public enum CalendarSelectionMode FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/DateTimeHelper.cs class DateTimeHelper (line 16) | internal static class DateTimeHelper method AddDays (line 20) | public static DateTime? AddDays(DateTime time, int days) method AddMonths (line 32) | public static DateTime? AddMonths(DateTime time, int months) method AddYears (line 44) | public static DateTime? AddYears(DateTime time, int years) method SetYear (line 56) | public static DateTime? SetYear(DateTime date, int year) method SetYearMonth (line 61) | public static DateTime? SetYearMonth(DateTime date, DateTime yearMonth) method CompareDays (line 72) | public static int CompareDays(DateTime dt1, DateTime dt2) method CompareYearMonth (line 77) | public static int CompareYearMonth(DateTime dt1, DateTime dt2) method DecadeOfDate (line 82) | public static int DecadeOfDate(DateTime date) method DiscardDayTime (line 87) | public static DateTime DiscardDayTime(DateTime d) method DiscardTime (line 92) | public static DateTime? DiscardTime(DateTime? d) method EndOfDecade (line 102) | public static int EndOfDecade(DateTime date) method GetCurrentDateFormat (line 107) | public static DateTimeFormatInfo GetCurrentDateFormat() method GetCulture (line 112) | internal static CultureInfo GetCulture(FrameworkElement element) method GetCultureInfo (line 129) | internal static CultureInfo GetCultureInfo(DependencyObject element) method GetDateFormat (line 143) | internal static DateTimeFormatInfo GetDateFormat(CultureInfo culture) method InRange (line 191) | public static bool InRange(DateTime date, CalendarDateRange range) method InRange (line 197) | public static bool InRange(DateTime date, DateTime start, DateTime end) method ToDayString (line 209) | public static string ToDayString(DateTime? date, CultureInfo culture) method ToDecadeRangeString (line 222) | public static string ToDecadeRangeString(int decade, CultureInfo culture) method ToYearMonthPatternString (line 236) | public static string ToYearMonthPatternString(DateTime? date, CultureI... method ToYearString (line 249) | public static string ToYearString(DateTime? date, CultureInfo culture) method ToAbbreviatedMonthString (line 262) | public static string ToAbbreviatedMonthString(DateTime? date, CultureI... method ToLongDateString (line 279) | public static string ToLongDateString(DateTime? date, CultureInfo cult... FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/KeyboardHelper.cs class KeyboardHelper (line 5) | internal static class KeyboardHelper method GetMetaKeyState (line 7) | public static void GetMetaKeyState(out bool ctrl, out bool shift) FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/SelectedDatesCollection.cs class SelectedDatesCollection (line 21) | public sealed class SelectedDatesCollection : ObservableCollection GetDaysInRange(DateTime start, Da... method GetDirection (line 514) | private static int GetDirection(DateTime start, DateTime end) FILE: WpfToolkit/Calendar/Microsoft/Windows/Controls/VisualStates.cs class VisualStates (line 16) | internal static class VisualStates method GoToState (line 167) | public static void GoToState(Control control, bool useTransitions, par... FILE: WpfToolkit/Common/System/Windows/Controls/BindingEvaluator.cs class BindingEvaluator (line 15) | internal partial class BindingEvaluator : FrameworkElement method BindingEvaluator (line 60) | public BindingEvaluator() method BindingEvaluator (line 69) | public BindingEvaluator(Binding binding) method ClearDataContext (line 78) | public void ClearDataContext() method GetDynamicValue (line 92) | public T GetDynamicValue(object o, bool clearDataContext) method GetDynamicValue (line 110) | public T GetDynamicValue(object o) FILE: WpfToolkit/Common/System/Windows/Controls/Extensions.cs class Extensions (line 17) | internal static partial class Extensions method Invert (line 30) | public static bool Invert(this Matrix m, out Matrix outputMatrix) method Contains (line 60) | public static bool Contains(this string s, string value, StringCompari... FILE: WpfToolkit/Common/System/Windows/Controls/IUpdateVisualState.cs type IUpdateVisualState (line 15) | [SuppressMessage("Microsoft.Design", "CA1064:ExceptionsShouldBePublic", ... method UpdateVisualState (line 25) | void UpdateVisualState(bool useTransitions); FILE: WpfToolkit/Common/System/Windows/Controls/InteractionHelper.cs class InteractionHelper (line 21) | internal sealed partial class InteractionHelper method InteractionHelper (line 98) | public InteractionHelper(Control control) method UpdateVisualState (line 125) | private void UpdateVisualState(bool useTransitions) method UpdateVisualStateBase (line 140) | public void UpdateVisualStateBase(bool useTransitions) method OnLoaded (line 181) | private void OnLoaded(object sender, RoutedEventArgs e) method OnIsEnabledChanged (line 191) | private void OnIsEnabledChanged(object sender, DependencyPropertyChang... method OnIsReadOnlyChanged (line 208) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... method OnApplyTemplateBase (line 225) | public void OnApplyTemplateBase() method AllowGotFocus (line 238) | public bool AllowGotFocus(RoutedEventArgs e) method OnGotFocusBase (line 256) | public void OnGotFocusBase() method AllowLostFocus (line 270) | public bool AllowLostFocus(RoutedEventArgs e) method OnLostFocusBase (line 288) | public void OnLostFocusBase() method AllowMouseEnter (line 303) | public bool AllowMouseEnter(MouseEventArgs e) method OnMouseEnterBase (line 321) | public void OnMouseEnterBase() method AllowMouseLeave (line 335) | public bool AllowMouseLeave(MouseEventArgs e) method OnMouseLeaveBase (line 353) | public void OnMouseLeaveBase() method AllowMouseLeftButtonDown (line 367) | public bool AllowMouseLeftButtonDown(MouseButtonEventArgs e) method OnMouseLeftButtonDownBase (line 421) | public void OnMouseLeftButtonDownBase() method AllowMouseLeftButtonUp (line 435) | public bool AllowMouseLeftButtonUp(MouseButtonEventArgs e) method OnMouseLeftButtonUpBase (line 453) | public void OnMouseLeftButtonUpBase() method AllowKeyDown (line 467) | public bool AllowKeyDown(KeyEventArgs e) method AllowKeyUp (line 486) | public bool AllowKeyUp(KeyEventArgs e) FILE: WpfToolkit/Common/System/Windows/Controls/ItemsControlHelper.cs class ItemsControlHelper (line 22) | internal sealed partial class ItemsControlHelper method ItemsControlHelper (line 102) | internal ItemsControlHelper(ItemsControl control) method OnApplyTemplate (line 111) | internal void OnApplyTemplate() method PrepareContainerForItemOverride (line 127) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... method UpdateItemContainerStyle (line 149) | internal void UpdateItemContainerStyle(Style itemContainerStyle) method ScrollIntoView (line 176) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... FILE: WpfToolkit/Common/System/Windows/Controls/VisualStates.cs class VisualStates (line 18) | internal static class VisualStates method GoToState (line 358) | public static void GoToState(Control control, bool useTransitions, par... method GetImplementationRoot (line 378) | public static FrameworkElement GetImplementationRoot(DependencyObject ... method TryGetVisualStateGroup (line 394) | public static VisualStateGroup TryGetVisualStateGroup(DependencyObject... FILE: WpfToolkit/Common/System/Windows/Controls/VisualTreeExtensions.cs class VisualTreeExtensions (line 19) | internal static class VisualTreeExtensions method GetVisualChildren (line 26) | internal static IEnumerable GetVisualChildren(this D... method GetLogicalChildrenBreadthFirst (line 46) | internal static IEnumerable GetLogicalChildrenBreadt... FILE: WpfToolkit/Common/System/Windows/Controls/WeakEventListener.cs class WeakEventListener (line 17) | [SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInt... method WeakEventListener (line 39) | public WeakEventListener(TInstance instance) method OnEvent (line 53) | public void OnEvent(TSource source, TEventArgs eventArgs) method Detach (line 74) | public void Detach() FILE: WpfToolkit/DataVisualization/AggregatedObservableCollection.cs class AggregatedObservableCollection (line 20) | internal class AggregatedObservableCollection : ReadOnlyObservableCol... method AggregatedObservableCollection (line 25) | public AggregatedObservableCollection() method ChildCollectionsCollectionChanged (line 36) | private void ChildCollectionsCollectionChanged(object sender, System.C... method ChildCollectionCollectionChanged (line 104) | private void ChildCollectionCollectionChanged(object sender, NotifyCol... method GetStartingIndexOfCollectionAtIndex (line 148) | private int GetStartingIndexOfCollectionAtIndex(int index) method Rebuild (line 157) | private void Rebuild() FILE: WpfToolkit/DataVisualization/Charting/AnimationSequence.cs type AnimationSequence (line 12) | public enum AnimationSequence FILE: WpfToolkit/DataVisualization/Charting/Axis/Axis.cs class Axis (line 21) | public abstract class Axis : Control, IAxis method OnLocationPropertyChanged (line 48) | private static void OnLocationPropertyChanged(DependencyObject d, Depe... method OnLocationPropertyChanged (line 61) | protected virtual void OnLocationPropertyChanged(AxisLocation oldValue... method OnOrientationPropertyChanged (line 107) | private static void OnOrientationPropertyChanged(DependencyObject d, D... method OnOrientationPropertyChanged (line 120) | protected virtual void OnOrientationPropertyChanged(AxisOrientation ol... method OnInvalidated (line 140) | protected virtual void OnInvalidated(RoutedEventArgs args) method CanPlot (line 159) | public abstract bool CanPlot(object value); method GetPlotAreaCoordinate (line 167) | public abstract UnitValue GetPlotAreaCoordinate(object value); method Axis (line 172) | protected Axis() method OnChildAxesCollectionChanged (line 185) | private void OnChildAxesCollectionChanged(object sender, NotifyCollect... method OnDependentAxesCollectionChanged (line 193) | protected virtual void OnDependentAxesCollectionChanged() method RegisteredListenersCollectionChanged (line 203) | private void RegisteredListenersCollectionChanged(object sender, Syste... method OnObjectRegistered (line 225) | protected virtual void OnObjectRegistered(IAxisListener series) method OnObjectUnregistered (line 233) | protected virtual void OnObjectUnregistered(IAxisListener series) FILE: WpfToolkit/DataVisualization/Charting/Axis/AxisIntervalType.cs type AxisIntervalType (line 12) | internal enum AxisIntervalType FILE: WpfToolkit/DataVisualization/Charting/Axis/AxisLabel.cs class AxisLabel (line 17) | public class AxisLabel : Control method OnStringFormatPropertyChanged (line 44) | private static void OnStringFormatPropertyChanged(DependencyObject d, ... method OnStringFormatPropertyChanged (line 55) | protected virtual void OnStringFormatPropertyChanged(string newValue) method AxisLabel (line 85) | [SuppressMessage("Microsoft.Performance", "CA1810:InitializeReferenceT... method AxisLabel (line 94) | public AxisLabel() method UpdateFormattedContent (line 102) | protected virtual void UpdateFormattedContent() FILE: WpfToolkit/DataVisualization/Charting/Axis/AxisLocation.cs type AxisLocation (line 11) | public enum AxisLocation FILE: WpfToolkit/DataVisualization/Charting/Axis/AxisOrientation.cs type AxisOrientation (line 12) | public enum AxisOrientation FILE: WpfToolkit/DataVisualization/Charting/Axis/CategoryAxis.cs class CategoryAxis (line 16) | [StyleTypedProperty(Property = "GridLineStyle", StyleTargetType = typeof... method OnSortOrderPropertyChanged (line 59) | private static void OnSortOrderPropertyChanged(DependencyObject d, Dep... method OnSortOrderPropertyChanged (line 68) | private void OnSortOrderPropertyChanged() method CategoryAxis (line 88) | public CategoryAxis() method OnObjectRegistered (line 100) | protected override void OnObjectRegistered(IAxisListener series) method OnObjectUnregistered (line 113) | protected override void OnObjectUnregistered(IAxisListener series) method GetPlotAreaCoordinateRange (line 128) | public Range GetPlotAreaCoordinateRange(object category) method GetCategoryAtPosition (line 174) | public object GetCategoryAtPosition(UnitValue position) method DataChanged (line 210) | public void DataChanged(IDataProvider dataProvider, IEnumerable GetMajorGridLineCoordinates(... method GetPlotAreaCoordinate (line 256) | public override UnitValue GetPlotAreaCoordinate(object value) method CreateAndPrepareAxisLabel (line 281) | private Control CreateAndPrepareAxisLabel(object value) method RenderOriented (line 292) | private void RenderOriented(Size availableSize) method Render (line 345) | protected override void Render(Size availableSize) method CanPlot (line 358) | public override bool CanPlot(object value) FILE: WpfToolkit/DataVisualization/Charting/Axis/CategorySortOrder.cs type CategorySortOrder (line 11) | public enum CategorySortOrder FILE: WpfToolkit/DataVisualization/Charting/Axis/DateTimeAxis.cs class DateTimeAxis (line 21) | [StyleTypedProperty(Property = "GridLineStyle", StyleTargetType = typeof... method OnMaximumPropertyChanged (line 98) | private static void OnMaximumPropertyChanged(DependencyObject d, Depen... method OnMaximumPropertyChanged (line 109) | private void OnMaximumPropertyChanged(DateTime? newValue) method OnMinimumPropertyChanged (line 141) | private static void OnMinimumPropertyChanged(DependencyObject d, Depen... method OnMinimumPropertyChanged (line 152) | private void OnMinimumPropertyChanged(DateTime? newValue) method OnIntervalPropertyChanged (line 184) | private static void OnIntervalPropertyChanged(DependencyObject d, Depe... method OnIntervalPropertyChanged (line 193) | private void OnIntervalPropertyChanged() method OnIntervalTypePropertyChanged (line 246) | private static void OnIntervalTypePropertyChanged(DependencyObject d, ... method OnIntervalTypePropertyChanged (line 257) | private void OnIntervalTypePropertyChanged(DateTimeIntervalType newValue) method DateTimeAxis (line 297) | public DateTimeAxis() method CreateAxisLabel (line 308) | protected override Control CreateAxisLabel() method PrepareAxisLabel (line 321) | protected override void PrepareAxisLabel(Control label, object dataCon... method OnActualRangeChanged (line 342) | protected override void OnActualRangeChanged(Range range) method CanPlot (line 365) | public override bool CanPlot(object value) method GetPlotAreaCoordinate (line 377) | protected override UnitValue GetPlotAreaCoordinate(object value, doubl... method GetPlotAreaCoordinate (line 389) | protected override UnitValue GetPlotAreaCoordinate(object value, Range... method GetPlotAreaCoordinate (line 401) | private static UnitValue GetPlotAreaCoordinate(object value, Range GetMajorAxisValues(Size availa... method GetMajorTickMarkValues (line 475) | protected override IEnumerable GetMajorTickMarkValues(Siz... method GetLabelValues (line 485) | protected override IEnumerable GetLabelValues(Size availa... method IncrementDateTime (line 497) | private DateTime IncrementDateTime(DateTime date, double interval) method AlignIntervalStart (line 569) | private static DateTime AlignIntervalStart(DateTime start, double inte... method GetValueAtPosition (line 700) | protected override IComparable GetValueAtPosition(UnitValue value) method CalculateDateTimeInterval (line 730) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... method OverrideDataRange (line 933) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... FILE: WpfToolkit/DataVisualization/Charting/Axis/DateTimeAxisLabel.cs class DateTimeAxisLabel (line 16) | public class DateTimeAxisLabel : AxisLabel method OnIntervalTypePropertyChanged (line 43) | private static void OnIntervalTypePropertyChanged(System.Windows.Depen... method OnIntervalTypePropertyChanged (line 56) | protected virtual void OnIntervalTypePropertyChanged(DateTimeIntervalT... method OnYearsIntervalStringFormatPropertyChanged (line 87) | private static void OnYearsIntervalStringFormatPropertyChanged(Depende... method OnYearsIntervalStringFormatPropertyChanged (line 96) | protected virtual void OnYearsIntervalStringFormatPropertyChanged() method OnMonthsIntervalStringFormatPropertyChanged (line 127) | private static void OnMonthsIntervalStringFormatPropertyChanged(Depend... method OnMonthsIntervalStringFormatPropertyChanged (line 136) | protected virtual void OnMonthsIntervalStringFormatPropertyChanged() method OnWeeksIntervalStringFormatPropertyChanged (line 167) | private static void OnWeeksIntervalStringFormatPropertyChanged(Depende... method OnWeeksIntervalStringFormatPropertyChanged (line 176) | protected virtual void OnWeeksIntervalStringFormatPropertyChanged() method OnDaysIntervalStringFormatPropertyChanged (line 207) | private static void OnDaysIntervalStringFormatPropertyChanged(Dependen... method OnDaysIntervalStringFormatPropertyChanged (line 216) | protected virtual void OnDaysIntervalStringFormatPropertyChanged() method OnHoursIntervalStringFormatPropertyChanged (line 247) | private static void OnHoursIntervalStringFormatPropertyChanged(Depende... method OnHoursIntervalStringFormatPropertyChanged (line 256) | protected virtual void OnHoursIntervalStringFormatPropertyChanged() method OnMinutesIntervalStringFormatPropertyChanged (line 287) | private static void OnMinutesIntervalStringFormatPropertyChanged(Depen... method OnMinutesIntervalStringFormatPropertyChanged (line 296) | protected virtual void OnMinutesIntervalStringFormatPropertyChanged() method OnSecondsIntervalStringFormatPropertyChanged (line 327) | private static void OnSecondsIntervalStringFormatPropertyChanged(Depen... method OnSecondsIntervalStringFormatPropertyChanged (line 336) | protected virtual void OnSecondsIntervalStringFormatPropertyChanged() method OnMillisecondsIntervalStringFormatPropertyChanged (line 367) | private static void OnMillisecondsIntervalStringFormatPropertyChanged(... method OnMillisecondsIntervalStringFormatPropertyChanged (line 376) | protected virtual void OnMillisecondsIntervalStringFormatPropertyChang... method DateTimeAxisLabel (line 385) | [SuppressMessage("Microsoft.Performance", "CA1810:InitializeReferenceT... method DateTimeAxisLabel (line 394) | public DateTimeAxisLabel() method UpdateFormattedContent (line 401) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... FILE: WpfToolkit/DataVisualization/Charting/Axis/DateTimeIntervalType.cs type DateTimeIntervalType (line 11) | public enum DateTimeIntervalType FILE: WpfToolkit/DataVisualization/Charting/Axis/DisplayAxis.cs class DisplayAxis (line 20) | public abstract class DisplayAxis : Axis, IRequireSeriesHost method OnAxisLabelStylePropertyChanged (line 62) | private static void OnAxisLabelStylePropertyChanged(DependencyObject d... method OnAxisLabelStylePropertyChanged (line 75) | protected virtual void OnAxisLabelStylePropertyChanged(Style oldValue,... method GetLength (line 96) | protected double GetLength(Size availableSize) method OnGridLinesPropertyChanged (line 145) | private void OnGridLinesPropertyChanged(DisplayAxisGridLines oldValue,... method OnMajorTickMarkStylePropertyChanged (line 184) | private static void OnMajorTickMarkStylePropertyChanged(DependencyObje... method OnMajorTickMarkStylePropertyChanged (line 197) | protected virtual void OnMajorTickMarkStylePropertyChanged(Style oldVa... method OnTitlePropertyChanged (line 227) | private static void OnTitlePropertyChanged(DependencyObject d, Depende... method OnTitlePropertyChanged (line 240) | protected virtual void OnTitlePropertyChanged(object oldValue, object ... method OnShowGridLinesPropertyChanged (line 304) | private static void OnShowGridLinesPropertyChanged(DependencyObject d,... method OnShowGridLinesPropertyChanged (line 317) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method SetShowGridLines (line 331) | private void SetShowGridLines(bool newValue) method CreateMajorTickMark (line 449) | protected virtual Line CreateMajorTickMark() method CreateTickMark (line 459) | protected Line CreateTickMark(Style style) method InternalGetMajorGridLinePositions (line 481) | internal IEnumerable InternalGetMajorGridLinePositions() method GetMajorGridLineCoordinates (line 492) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method DisplayAxis (line 499) | [SuppressMessage("Microsoft.Performance", "CA1810:InitializeReferenceT... method DisplayAxis (line 508) | protected DisplayAxis() method DisplayAxisSizeChanged (line 525) | private void DisplayAxisSizeChanged(object sender, SizeChangedEventArg... method CreateAxisLabel (line 537) | protected virtual Control CreateAxisLabel() method OnDependentAxesCollectionChanged (line 546) | protected override void OnDependentAxesCollectionChanged() method PrepareAxisLabel (line 558) | protected virtual void PrepareAxisLabel(Control label, object dataCont... method OnApplyTemplate (line 567) | public override void OnApplyTemplate() method OnOrientedPanelSizeChanged (line 588) | private void OnOrientedPanelSizeChanged(object sender, SizeChangedEven... method OnLocationPropertyChanged (line 598) | protected override void OnLocationPropertyChanged(AxisLocation oldValu... method ArrangeAxisGrid (line 607) | private void ArrangeAxisGrid() method MeasureOverride (line 691) | protected override Size MeasureOverride(Size availableSize) method OnOrientationPropertyChanged (line 705) | protected override void OnOrientationPropertyChanged(AxisOrientation o... method OnInvalidated (line 715) | protected override void OnInvalidated(RoutedEventArgs args) method RenderAxis (line 726) | private void RenderAxis(Size availableSize) method Render (line 738) | protected abstract void Render(Size availableSize); method Invalidate (line 743) | protected void Invalidate() method OnSeriesHostPropertyChanged (line 778) | protected virtual void OnSeriesHostPropertyChanged(ISeriesHost oldValu... FILE: WpfToolkit/DataVisualization/Charting/Axis/DisplayAxisGridLines.cs class DisplayAxisGridLines (line 20) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedC... method OnAxisPropertyChanged (line 56) | private void OnAxisPropertyChanged(DisplayAxis oldValue, DisplayAxis n... method DisplayAxisGridLines (line 76) | public DisplayAxisGridLines(DisplayAxis axis) method OnSizeChanged (line 87) | private void OnSizeChanged(object sender, SizeChangedEventArgs e) method AxisInvalidated (line 96) | public void AxisInvalidated(IAxis axis) method Invalidate (line 104) | protected abstract void Invalidate(); FILE: WpfToolkit/DataVisualization/Charting/Axis/IAnchoredToOrigin.cs type IAnchoredToOrigin (line 17) | public interface IAnchoredToOrigin FILE: WpfToolkit/DataVisualization/Charting/Axis/IAxis.cs type IAxis (line 13) | public interface IAxis method CanPlot (line 31) | bool CanPlot(object value); method GetPlotAreaCoordinate (line 39) | UnitValue GetPlotAreaCoordinate(object value); FILE: WpfToolkit/DataVisualization/Charting/Axis/IAxisListener.cs type IAxisListener (line 11) | public interface IAxisListener method AxisInvalidated (line 17) | void AxisInvalidated(IAxis axis); FILE: WpfToolkit/DataVisualization/Charting/Axis/ICategoryAxis.cs type ICategoryAxis (line 13) | public interface ICategoryAxis : IAxis, IDataConsumer method GetPlotAreaCoordinateRange (line 22) | Range GetPlotAreaCoordinateRange(object category); method GetCategoryAtPosition (line 29) | object GetCategoryAtPosition(UnitValue position); FILE: WpfToolkit/DataVisualization/Charting/Axis/IDataConsumer.cs type IDataConsumer (line 13) | public interface IDataConsumer method DataChanged (line 20) | void DataChanged(IDataProvider dataProvider, IEnumerable data); FILE: WpfToolkit/DataVisualization/Charting/Axis/IDataProvider.cs type IDataProvider (line 13) | public interface IDataProvider method GetData (line 20) | IEnumerable GetData(IDataConsumer axis); FILE: WpfToolkit/DataVisualization/Charting/Axis/IRangeAxis.cs type IRangeAxis (line 15) | public interface IRangeAxis : IAxis, IRangeConsumer method GetValueAtPosition (line 28) | IComparable GetValueAtPosition(UnitValue position); FILE: WpfToolkit/DataVisualization/Charting/Axis/IRangeConsumer.cs type IRangeConsumer (line 13) | public interface IRangeConsumer method RangeChanged (line 20) | void RangeChanged(IRangeProvider provider, Range range); FILE: WpfToolkit/DataVisualization/Charting/Axis/IRangeProvider.cs type IRangeProvider (line 14) | public interface IRangeProvider method GetRange (line 22) | Range GetRange(IRangeConsumer rangeConsumer); FILE: WpfToolkit/DataVisualization/Charting/Axis/IValueMarginConsumer.cs type IValueMarginConsumer (line 13) | public interface IValueMarginConsumer method ValueMarginsChanged (line 20) | void ValueMarginsChanged(IValueMarginProvider provider, IEnumerable range) method GetPlotAreaCoordinate (line 119) | protected override UnitValue GetPlotAreaCoordinate(object value, doubl... method GetPlotAreaCoordinate (line 131) | protected override UnitValue GetPlotAreaCoordinate(object value, Range... method GetPlotAreaCoordinate (line 143) | private static UnitValue GetPlotAreaCoordinate(object value, Range GetMajorTickMarkValues(Siz... method GetMajorValues (line 217) | private IEnumerable GetMajorValues(Size availableSize) method GetLabelValues (line 242) | protected override IEnumerable GetLabelValues(Size availa... method AlignToInterval (line 254) | private static double AlignToInterval(double value, double interval) method GetValueAtPosition (line 266) | protected override IComparable GetValueAtPosition(UnitValue value) method LengthToRange (line 296) | private static Range LengthToRange(double midPoint, double len... method OverrideDataRange (line 308) | protected override Range OverrideDataRange(Range range) method GetPlotAreaCoordinate (line 52) | protected override UnitValue GetPlotAreaCoordinate(object value, Range... method GetPlotAreaCoordinate (line 56) | protected override UnitValue GetPlotAreaCoordinate(object value, doubl... method GetPlotAreaCoordinate (line 68) | protected static UnitValue GetPlotAreaCoordinate(object value, Range GetMajorTickMarkValues(Siz... method GetLabelValues (line 145) | protected override IEnumerable GetLabelValues(Size availa... method GetMajorValues (line 163) | private IEnumerable GetMajorValues(Size availableSize) FILE: WpfToolkit/DataVisualization/Charting/Axis/NullableConverter.cs class NullableConverter (line 24) | public class NullableConverter : TypeConverter where T : struct method CanConvertFrom (line 37) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 62) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 81) | public override object ConvertFrom(ITypeDescriptorContext context, Sys... method ConvertTo (line 112) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: WpfToolkit/DataVisualization/Charting/Axis/NumericAxis.cs class NumericAxis (line 20) | public abstract class NumericAxis : RangeAxis method OnMaximumPropertyChanged (line 92) | private static void OnMaximumPropertyChanged(DependencyObject d, Depen... method OnMaximumPropertyChanged (line 103) | protected virtual void OnMaximumPropertyChanged(double? newValue) method OnMinimumPropertyChanged (line 135) | private static void OnMinimumPropertyChanged(DependencyObject d, Depen... method OnMinimumPropertyChanged (line 146) | protected virtual void OnMinimumPropertyChanged(double? newValue) method OnExtendRangeToOriginPropertyChanged (line 177) | private static void OnExtendRangeToOriginPropertyChanged(DependencyObj... method OnExtendRangeToOriginPropertyChanged (line 190) | protected virtual void OnExtendRangeToOriginPropertyChanged(bool oldVa... method NumericAxis (line 207) | protected NumericAxis() method OnActualRangeChanged (line 216) | protected override void OnActualRangeChanged(Range range) method CanPlot (line 237) | public override bool CanPlot(object value) method CreateAxisLabel (line 247) | protected override Control CreateAxisLabel() method OverrideDataRange (line 259) | protected override Range OverrideDataRange(Range range) method GetPlotAreaCoordinate (line 196) | public override UnitValue GetPlotAreaCoordinate(object value) method GetPlotAreaCoordinate (line 212) | protected abstract UnitValue GetPlotAreaCoordinate(object value, doubl... method GetPlotAreaCoordinate (line 221) | protected abstract UnitValue GetPlotAreaCoordinate(object value, Range... method OverrideDataRange (line 228) | protected virtual Range OverrideDataRange(Range EnforceMaximumAndMinimum(Range... method UpdateActualRange (line 278) | private void UpdateActualRange() method RenderOriented (line 326) | private void RenderOriented(Size availableSize) method Render (line 390) | protected override void Render(Size availableSize) method GetMajorGridLineCoordinates (line 400) | protected override IEnumerable GetMajorGridLineCoordinates(... method GetMajorGridLineValues (line 411) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method GetMajorTickMarkValues (line 423) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... method GetMinorTickMarkValues (line 431) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... method GetLabelValues (line 442) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... method GetValueAtPosition (line 450) | protected abstract IComparable GetValueAtPosition(UnitValue value); method GetValueAtPosition (line 465) | IComparable IRangeAxis.GetValueAtPosition(UnitValue value) method RangeChanged (line 476) | void IRangeConsumer.RangeChanged(IRangeProvider usesRangeAxis, Range n... method Chart (line 439) | [SuppressMessage("Microsoft.Performance", "CA1810:InitializeReferenceT... method Chart (line 448) | public Chart() method OnResourceDictionariesChanged (line 487) | private void OnResourceDictionariesChanged(EventArgs e) method GetAutoAxisLocation (line 503) | private AxisLocation GetAutoAxisLocation(Axis axis) method AddAxisToChartArea (line 527) | private void AddAxisToChartArea(Axis axis) method AxisOrientationChanged (line 556) | private void AxisOrientationChanged(object sender, RoutedPropertyChang... method SetEdge (line 568) | private static void SetEdge(Axis axis) method AxisLocationChanged (line 592) | private void AxisLocationChanged(object sender, RoutedPropertyChangedE... method AddSeriesToPlotArea (line 611) | private void AddSeriesToPlotArea(ISeries series) method OnApplyTemplate (line 624) | public override void OnApplyTemplate() method GetPlotAreaCoordinates (line 678) | private KeyValuePair GetPlotAreaCoordinates(Point posi... method CrosshairContainer_MouseMove (line 741) | void CrosshairContainer_MouseMove(object sender, MouseEventArgs e) method CrosshairContainer_MouseLeave (line 750) | void CrosshairContainer_MouseLeave(object sender, MouseEventArgs e) method CrosshairContainer_MouseEnter (line 755) | private void CrosshairContainer_MouseEnter(object sender, MouseEventAr... method SetCrossHairVisibility (line 760) | private void SetCrossHairVisibility(bool visible) method SelectionArea_MouseLeftButtonDown (line 769) | private void SelectionArea_MouseLeftButtonDown(object sender, MouseBut... method ActualAxesCollectionChanged (line 821) | private void ActualAxesCollectionChanged(object sender, NotifyCollecti... method RemoveAxisFromChartArea (line 843) | private void RemoveAxisFromChartArea(Axis axis) method RemoveSeriesFromPlotArea (line 861) | private void RemoveSeriesFromPlotArea(ISeries series) method SeriesCollectionChanged (line 875) | private void SeriesCollectionChanged(object sender, NotifyCollectionCh... method ChildSeriesCollectionChanged (line 926) | private void ChildSeriesCollectionChanged(object sender, NotifyCollect... method GetResourceDictionariesWhere (line 940) | public IEnumerator GetResourceDictionariesWhere(Fu... method OnGlobalSeriesIndexesInvalidated (line 951) | private void OnGlobalSeriesIndexesInvalidated(object sender, RoutedEve... method UpdateGlobalIndexes (line 960) | private void UpdateGlobalIndexes() FILE: WpfToolkit/DataVisualization/Charting/Chart/SeriesHostAxesCollection.cs class SeriesHostAxesCollection (line 17) | internal class SeriesHostAxesCollection : UniqueObservableCollection method SeriesHostAxesCollection (line 34) | internal SeriesHostAxesCollection(ISeriesHost seriesHost) method SeriesHostAxesCollection (line 47) | internal SeriesHostAxesCollection(ISeriesHost seriesHost, UniqueObserv... method ThisCollectionChanged (line 62) | private void ThisCollectionChanged(object sender, NotifyCollectionChan... method AxisRegisteredListenersCollectionChanged (line 86) | private void AxisRegisteredListenersCollectionChanged(object sender, N... method PersistentAxesCollectionChanged (line 105) | public void PersistentAxesCollectionChanged(object sender, NotifyColle... method RemoveItem (line 134) | protected override void RemoveItem(int index) FILE: WpfToolkit/DataVisualization/Charting/DataPoint/AreaDataPoint.cs class AreaDataPoint (line 12) | [TemplateVisualState(Name = DataPoint.StateCommonNormal, GroupName = Dat... method AreaDataPoint (line 23) | static AreaDataPoint() method AreaDataPoint (line 31) | public AreaDataPoint() FILE: WpfToolkit/DataVisualization/Charting/DataPoint/BarDataPoint.cs class BarDataPoint (line 12) | [TemplateVisualState(Name = DataPoint.StateCommonNormal, GroupName = Dat... method BarDataPoint (line 23) | static BarDataPoint() method BarDataPoint (line 31) | public BarDataPoint() FILE: WpfToolkit/DataVisualization/Charting/DataPoint/BubbleDataPoint.cs class BubbleDataPoint (line 14) | [TemplateVisualState(Name = DataPoint.StateCommonNormal, GroupName = Dat... method OnSizePropertyChanged (line 47) | private static void OnSizePropertyChanged(DependencyObject d, Dependen... method OnSizePropertyChanged (line 60) | private void OnSizePropertyChanged(double oldValue, double newValue) method OnActualSizePropertyChanged (line 106) | private static void OnActualSizePropertyChanged(DependencyObject d, De... method OnActualSizePropertyChanged (line 119) | private void OnActualSizePropertyChanged(double oldValue, double newVa... method BubbleDataPoint (line 138) | [SuppressMessage("Microsoft.Performance", "CA1810:InitializeReferenceT... method BubbleDataPoint (line 147) | public BubbleDataPoint() FILE: WpfToolkit/DataVisualization/Charting/DataPoint/CandlestickDataPoint.cs class CandlestickDataPoint (line 12) | [TemplateVisualState(Name = DataPoint.StateCommonNormal, GroupName = Dat... method CandlestickDataPoint (line 116) | static CandlestickDataPoint() method CandlestickDataPoint (line 124) | public CandlestickDataPoint() method OnApplyTemplate (line 128) | public override void OnApplyTemplate() method UpdateBody (line 136) | public void UpdateBody(IRangeAxis rangeAxis) FILE: WpfToolkit/DataVisualization/Charting/DataPoint/ColumnDataPoint.cs class ColumnDataPoint (line 12) | [TemplateVisualState(Name = DataPoint.StateCommonNormal, GroupName = Dat... method ColumnDataPoint (line 23) | static ColumnDataPoint() method ColumnDataPoint (line 31) | public ColumnDataPoint() FILE: WpfToolkit/DataVisualization/Charting/DataPoint/DataPoint.cs class DataPoint (line 21) | [TemplateVisualState(Name = DataPoint.StateCommonNormal, GroupName = Dat... method OnIsSelectionEnabledPropertyChanged (line 105) | private static void OnIsSelectionEnabledPropertyChanged(DependencyObje... method OnIsSelectionEnabledPropertyChanged (line 118) | protected virtual void OnIsSelectionEnabledPropertyChanged(bool oldVal... method OnIsHoveredPropertyChanged (line 167) | protected virtual void OnIsHoveredPropertyChanged(bool oldValue, bool ... method OnIsSelectedPropertyChanged (line 198) | private static void OnIsSelectedPropertyChanged(DependencyObject d, De... method OnIsSelectedPropertyChanged (line 211) | protected virtual void OnIsSelectedPropertyChanged(bool oldValue, bool... method OnActualDependentValuePropertyChanged (line 253) | private static void OnActualDependentValuePropertyChanged(System.Windo... method OnActualDependentValuePropertyChanged (line 277) | protected virtual void OnActualDependentValuePropertyChanged(IComparab... method OnDependentValuePropertyChanged (line 340) | private static void OnDependentValuePropertyChanged(DependencyObject d... method OnDependentValuePropertyChanged (line 353) | protected virtual void OnDependentValuePropertyChanged(IComparable old... method OnDependentValueStringFormatPropertyChanged (line 404) | private static void OnDependentValueStringFormatPropertyChanged(Depend... method OnDependentValueStringFormatPropertyChanged (line 417) | protected virtual void OnDependentValueStringFormatPropertyChanged(str... method OnIndependentValuePropertyChanged (line 493) | private static void OnIndependentValuePropertyChanged(DependencyObject... method OnIndependentValuePropertyChanged (line 506) | protected virtual void OnIndependentValuePropertyChanged(object oldVal... method OnIndependentValueStringFormatPropertyChanged (line 557) | private static void OnIndependentValueStringFormatPropertyChanged(Depe... method OnIndependentValueStringFormatPropertyChanged (line 570) | protected virtual void OnIndependentValueStringFormatPropertyChanged(s... method OnActualIndependentValuePropertyChanged (line 618) | private static void OnActualIndependentValuePropertyChanged(Dependency... method OnActualIndependentValuePropertyChanged (line 631) | protected virtual void OnActualIndependentValuePropertyChanged(object ... method OnStatePropertyChanged (line 699) | private static void OnStatePropertyChanged(DependencyObject d, Depende... method OnStatePropertyChanged (line 712) | protected virtual void OnStatePropertyChanged(DataPointState oldValue,... method DataPoint (line 803) | protected DataPoint() method GoToCurrentRevealState (line 813) | private bool GoToCurrentRevealState() method OnApplyTemplate (line 853) | public override void OnApplyTemplate() method OnCurrentStateChanged (line 892) | private void OnCurrentStateChanged(object sender, VisualStateChangedEv... method OnLoaded (line 916) | private void OnLoaded(object sender, RoutedEventArgs e) method OnMouseEnter (line 925) | protected override void OnMouseEnter(MouseEventArgs e) method OnMouseLeave (line 939) | protected override void OnMouseLeave(MouseEventArgs e) method OnMouseLeftButtonDown (line 952) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method SetFormattedProperty (line 988) | internal void SetFormattedProperty(DependencyProperty property, string... FILE: WpfToolkit/DataVisualization/Charting/DataPoint/DataPointState.cs type DataPointState (line 11) | public enum DataPointState FILE: WpfToolkit/DataVisualization/Charting/DataPoint/LineDataPoint.cs class LineDataPoint (line 12) | [TemplateVisualState(Name = DataPoint.StateCommonNormal, GroupName = Dat... method LineDataPoint (line 23) | static LineDataPoint() method LineDataPoint (line 31) | public LineDataPoint() FILE: WpfToolkit/DataVisualization/Charting/DataPoint/PieDataPoint.cs class PieDataPoint (line 22) | [TemplatePart(Name = SliceName, Type = typeof(UIElement))] method OnActualOffsetRatioPropertyChanged (line 141) | private static void OnActualOffsetRatioPropertyChanged(DependencyObjec... method OnActualOffsetRatioPropertyChanged (line 154) | private void OnActualOffsetRatioPropertyChanged(double oldValue, doubl... method OnActualRatioPropertyChanged (line 200) | private static void OnActualRatioPropertyChanged(DependencyObject d, D... method OnActualRatioPropertyChanged (line 213) | private void OnActualRatioPropertyChanged(double oldValue, double newV... method OnOffsetRatioPropertyChanged (line 286) | private static void OnOffsetRatioPropertyChanged(DependencyObject d, D... method OnOffsetRatioPropertyChanged (line 299) | private void OnOffsetRatioPropertyChanged(double oldValue, double newV... method OnRatioPropertyChanged (line 352) | private static void OnRatioPropertyChanged(DependencyObject d, Depende... method OnRatioPropertyChanged (line 365) | private void OnRatioPropertyChanged(double oldValue, double newValue) method OnRatioStringFormatPropertyChanged (line 413) | private static void OnRatioStringFormatPropertyChanged(DependencyObjec... method OnRatioStringFormatPropertyChanged (line 424) | private void OnRatioStringFormatPropertyChanged(string newValue) method PieDataPoint (line 485) | [SuppressMessage("Microsoft.Performance", "CA1810:InitializeReferenceT... method PieDataPoint (line 494) | public PieDataPoint() method OnApplyTemplate (line 511) | public override void OnApplyTemplate() method OnMouseEnter (line 534) | protected override void OnMouseEnter(MouseEventArgs e) method OnMouseLeave (line 543) | protected override void OnMouseLeave(MouseEventArgs e) method SliceElement_MouseEnter (line 553) | private void SliceElement_MouseEnter(object sender, MouseEventArgs e) method SliceElement_MouseLeave (line 564) | private void SliceElement_MouseLeave(object sender, MouseEventArgs e) FILE: WpfToolkit/DataVisualization/Charting/DataPoint/ScatterDataPoint.cs class ScatterDataPoint (line 12) | [TemplateVisualState(Name = DataPoint.StateCommonNormal, GroupName = Dat... method ScatterDataPoint (line 23) | static ScatterDataPoint() method ScatterDataPoint (line 31) | public ScatterDataPoint() FILE: WpfToolkit/DataVisualization/Charting/FrameworkElementExtensions.cs class FrameworkElementExtensions (line 11) | internal static class FrameworkElementExtensions method GetActualMargin (line 21) | public static double GetActualMargin(this FrameworkElement element, IA... method GetMargin (line 43) | public static double GetMargin(this FrameworkElement element, IAxis axis) FILE: WpfToolkit/DataVisualization/Charting/Helper/Converters.cs class DoubleToVisibilityConverter (line 5) | public class DoubleToVisibilityConverter : IValueConverter method Convert (line 7) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 17) | public object ConvertBack(object value, Type targetType, object parame... FILE: WpfToolkit/DataVisualization/Charting/Helper/FormattingConverter.cs class FormattingConverter (line 15) | public class FormattingConverter : IValueConverter method Convert (line 17) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 23) | public object ConvertBack(object value, Type targetType, object parame... FILE: WpfToolkit/DataVisualization/Charting/Helper/TreeHelper.cs class TreeHelper (line 5) | internal static class TreeHelper method FindAncestor (line 13) | public static T FindAncestor(DependencyObject element) where T : class FILE: WpfToolkit/DataVisualization/Charting/IRequireSeriesHost.cs type IRequireSeriesHost (line 11) | public interface IRequireSeriesHost FILE: WpfToolkit/DataVisualization/Charting/ISeriesHost.cs type ISeriesHost (line 18) | public interface ISeriesHost : IRequireSeriesHost, IResourceDictionaryDi... FILE: WpfToolkit/DataVisualization/Charting/ISeriesHostExtensions.cs class ISeriesHostExtensions (line 14) | internal static class ISeriesHostExtensions method GetDescendentSeries (line 21) | public static IEnumerable GetDescendentSeries(this ISeriesHos... method IsUsedByASeries (line 49) | public static bool IsUsedByASeries(this ISeriesHost that, IAxis axis) FILE: WpfToolkit/DataVisualization/Charting/Pie/PieChartHelper.cs class PieChartHelper (line 6) | internal static class PieChartHelper method GetPieChartInfo (line 20) | public static bool GetPieChartInfo(Geometry geometry, out Point center... method CalculateArcInfo (line 65) | private static void CalculateArcInfo(Point center, Point startPoint, A... FILE: WpfToolkit/DataVisualization/Charting/Pie/PieChartLabel.cs class PieChartLabel (line 13) | [TemplatePart(Name = "Canvas_PART", Type = typeof(Canvas))] method PieChartLabel (line 24) | static PieChartLabel() method GeometryPropertyChanged (line 51) | private static void GeometryPropertyChanged(DependencyObject obj, Depe... method ArrangeOverride (line 107) | protected override Size ArrangeOverride(Size arrangeBounds) method OnApplyTemplate (line 117) | public override void OnApplyTemplate() method PositionLabel (line 134) | private void PositionLabel() method PositionInsideArc (line 157) | private void PositionInsideArc() method PositionArcMidpoint (line 176) | private void PositionArcMidpoint() method PositionConnected (line 193) | private void PositionConnected() method RemovePolyline (line 238) | private void RemovePolyline() method PositionAutoMixed (line 254) | private void PositionAutoMixed() method PositionAuto (line 270) | private void PositionAuto() method SnapPoint (line 293) | private Point SnapPoint(Point point) method OnMouseLeftButtonDown (line 316) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) type DisplayMode (line 333) | public enum DisplayMode FILE: WpfToolkit/DataVisualization/Charting/Pie/PieChartLabelArea.cs class PieChartLabelArea (line 9) | public class PieChartLabelArea : Canvas method HasSmallArcPropertyChanged (line 28) | private static void HasSmallArcPropertyChanged(DependencyObject obj, D... method MeasureOverride (line 46) | protected override Size MeasureOverride(Size constraint) FILE: WpfToolkit/DataVisualization/Charting/Primitives/DelegatingListBox.cs class DelegatingListBox (line 14) | public class DelegatingListBox : ListBox method DelegatingListBox (line 43) | static DelegatingListBox() method DelegatingListBox (line 51) | public DelegatingListBox() method IsItemItsOwnContainerOverride (line 60) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 71) | protected override DependencyObject GetContainerForItemOverride() method PrepareContainerForItemOverride (line 83) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 97) | protected override void ClearContainerForItemOverride(DependencyObject... FILE: WpfToolkit/DataVisualization/Charting/Primitives/Edge.cs type Edge (line 15) | public enum Edge FILE: WpfToolkit/DataVisualization/Charting/Primitives/EdgePanel.cs class EdgePanel (line 19) | public class EdgePanel : Panel method GetEdge (line 40) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetEdge (line 57) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method OnEdgePropertyChanged (line 82) | [SuppressMessage("Microsoft.Usage", "CA2208:InstantiateArgumentExcepti... method EdgePanel (line 126) | public EdgePanel() method EdgePanelSizeChanged (line 136) | private void EdgePanelSizeChanged(object sender, SizeChangedEventArgs e) method MeasureOverride (line 167) | [SuppressMessage("Microsoft.Maintainability", "CA1505:AvoidUnmaintaina... method ArrangeOverride (line 473) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... method SafeCreateRect (line 549) | private static Rect SafeCreateRect(double left, double top, double wid... FILE: WpfToolkit/DataVisualization/Charting/ResourceDictionaryDispensedEventArgs.cs class ResourceDictionaryDispensedEventArgs (line 12) | internal class ResourceDictionaryDispensedEventArgs : EventArgs method ResourceDictionaryDispensedEventArgs (line 19) | public ResourceDictionaryDispensedEventArgs(int index, ResourceDiction... method Equals (line 42) | public override bool Equals(object obj) method GetHashCode (line 51) | public override int GetHashCode() FILE: WpfToolkit/DataVisualization/Charting/ResourceDictionaryDispenser.cs class ResourceDictionaryDispenser (line 15) | internal class ResourceDictionaryDispenser : IResourceDictionaryDispenser method ResourceDictionariesCollectionChanged (line 77) | private void ResourceDictionariesCollectionChanged(object sender, Noti... method ResourceDictionaryDispenser (line 125) | public ResourceDictionaryDispenser() method Reset (line 132) | private void Reset() method Unregister (line 148) | internal void Unregister(ResourceDictionaryEnumerator enumerator) method GetResourceDictionariesWhere (line 162) | [SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects befo... method EnumeratorResourceDictionaryDispensed (line 189) | internal void EnumeratorResourceDictionaryDispensed(object sender, Res... method OnParentChanged (line 200) | private void OnParentChanged() method OnEnumeratorResourceDictionaryDispensed (line 213) | private void OnEnumeratorResourceDictionaryDispensed(object source, Re... method OnResetting (line 230) | private void OnResetting() method ParentResourceDictionariesChanged (line 245) | private void ParentResourceDictionariesChanged(object sender, EventArg... FILE: WpfToolkit/DataVisualization/Charting/ResourceDictionaryEnumerator.cs class ResourceDictionaryEnumerator (line 15) | internal class ResourceDictionaryEnumerator : IEnumerator points) method GetValueMargins (line 175) | protected override IEnumerable GetValueMargins(IValueMarg... FILE: WpfToolkit/DataVisualization/Charting/Series/BarSeries.cs class BarSeries (line 18) | [SuppressMessage("Microsoft.Maintainability", "CA1501:AvoidExcessiveInhe... method BarSeries (line 27) | public BarSeries() method GetAxes (line 35) | protected override void GetAxes(DataPoint firstDataPoint) method UpdateDataPoint (line 67) | protected override void UpdateDataPoint(DataPoint dataPoint) FILE: WpfToolkit/DataVisualization/Charting/Series/BubbleSeries.cs class BubbleSeries (line 17) | [TemplatePart(Name = DataPointSeries.PlotAreaName, Type = typeof(Canvas))] method BubbleSeries (line 81) | public BubbleSeries() method CreateDataPoint (line 89) | protected override DataPoint CreateDataPoint() method GetResourceDictionaryEnumeratorFromHost (line 100) | protected override IEnumerator GetResourceDictiona... method GetAxes (line 109) | protected override void GetAxes(DataPoint firstDataPoint) method PrepareDataPoint (line 145) | protected override void PrepareDataPoint(DataPoint dataPoint, object d... method AttachEventHandlersToDataPoint (line 158) | protected override void AttachEventHandlersToDataPoint(DataPoint dataP... method DetachEventHandlersFromDataPoint (line 171) | protected override void DetachEventHandlersFromDataPoint(DataPoint dat... method BubbleDataPointActualSizePropertyChanged (line 185) | private void BubbleDataPointActualSizePropertyChanged(object sender, R... method BubbleDataPointSizePropertyChanged (line 206) | private void BubbleDataPointSizePropertyChanged(object sender, RoutedP... method OnBeforeUpdateDataPoints (line 222) | protected override void OnBeforeUpdateDataPoints() method UpdateDataPoints (line 232) | protected override void UpdateDataPoints(IEnumerable dataPo... method UpdateDataPoint (line 241) | protected override void UpdateDataPoint(DataPoint dataPoint) method OnAfterUpdateDataPoints (line 278) | protected override void OnAfterUpdateDataPoints() method OnDependentRangeAxisPropertyChanged (line 328) | private static void OnDependentRangeAxisPropertyChanged(DependencyObje... method OnDependentRangeAxisPropertyChanged (line 339) | private void OnDependentRangeAxisPropertyChanged(IRangeAxis newValue) method OnIndependentAxisPropertyChanged (line 375) | private static void OnIndependentAxisPropertyChanged(DependencyObject ... method OnIndependentAxisPropertyChanged (line 386) | private void OnIndependentAxisPropertyChanged(IAxis newValue) method GetValueMargins (line 397) | protected override IEnumerable GetValueMargins(IValueMarg... FILE: WpfToolkit/DataVisualization/Charting/Series/CandlestickSeries.cs class CandlestickSeries (line 16) | [StyleTypedProperty(Property = "DataPointStyle", StyleTargetType = typeo... method CandlestickSeries (line 25) | public CandlestickSeries() method OnDependentRangeAxisPropertyChanged (line 58) | private static void OnDependentRangeAxisPropertyChanged(DependencyObje... method OnDependentRangeAxisPropertyChanged (line 69) | private void OnDependentRangeAxisPropertyChanged(IRangeAxis newValue) method OnIndependentRangeAxisPropertyChanged (line 105) | private static void OnIndependentRangeAxisPropertyChanged(DependencyOb... method OnIndependentRangeAxisPropertyChanged (line 116) | private void OnIndependentRangeAxisPropertyChanged(IRangeAxis newValue) method GetAxes (line 151) | protected override void GetAxes(DataPoint firstDataPoint) method GetResourceDictionaryEnumeratorFromHost (line 186) | protected override IEnumerator GetResourceDictiona... method PrepareDataPoint (line 191) | protected override void PrepareDataPoint(DataPoint dataPoint, object d... method CreateDataPoint (line 206) | protected override DataPoint CreateDataPoint() method UpdateDataPoint (line 224) | protected override void UpdateDataPoint(DataPoint dataPoint) FILE: WpfToolkit/DataVisualization/Charting/Series/ColumnBarBaseSeries.cs class ColumnBarBaseSeries (line 16) | public abstract class ColumnBarBaseSeries : DataPointSingleSeriesWith... method OnDependentRangeAxisPropertyChanged (line 45) | private static void OnDependentRangeAxisPropertyChanged(DependencyObje... method OnDependentRangeAxisPropertyChanged (line 56) | private void OnDependentRangeAxisPropertyChanged(IRangeAxis newValue) method OnIndependentAxisPropertyChanged (line 88) | private static void OnIndependentAxisPropertyChanged(DependencyObject ... method OnIndependentAxisPropertyChanged (line 99) | private void OnIndependentAxisPropertyChanged(IAxis newValue) method GetDataPointGroup (line 116) | protected IGrouping GetDataPointGroup(object category) method GetIsDataPointGrouped (line 128) | protected bool GetIsDataPointGrouped(object category) method ColumnBarBaseSeries (line 151) | protected ColumnBarBaseSeries() method OnBeforeUpdateDataPoints (line 158) | protected override void OnBeforeUpdateDataPoints() method GetResourceDictionaryEnumeratorFromHost (line 179) | protected override IEnumerator GetResourceDictiona... method OnDataPointActualDependentValueChanged (line 190) | protected override void OnDataPointActualDependentValueChanged(DataPoi... method RedrawOtherSeries (line 201) | protected void RedrawOtherSeries(ISeriesHost seriesHost) method OnDataPointsChanged (line 217) | protected override void OnDataPointsChanged(IList newDataPo... method OnSeriesHostPropertyChanged (line 234) | protected override void OnSeriesHostPropertyChanged(ISeriesHost oldVal... method CreateDataPoint (line 249) | protected override DataPoint CreateDataPoint() method CalculateDataPointLength (line 257) | protected void CalculateDataPointLength() method GetValueMargins (line 284) | protected override IEnumerable GetValueMargins(IValueMarg... method GetCategoryRange (line 327) | protected Range GetCategoryRange(object category) FILE: WpfToolkit/DataVisualization/Charting/Series/ColumnSeries.cs class ColumnSeries (line 18) | [SuppressMessage("Microsoft.Maintainability", "CA1501:AvoidExcessiveInhe... method ColumnSeries (line 27) | public ColumnSeries() method GetAxes (line 35) | protected override void GetAxes(DataPoint firstDataPoint) method UpdateDataPoint (line 67) | protected override void UpdateDataPoint(DataPoint dataPoint) FILE: WpfToolkit/DataVisualization/Charting/Series/Compatible/AreaSeries.cs class AreaSeries (line 26) | [StyleTypedProperty(Property = DataPointStyleName, StyleTargetType = typ... method AreaSeries (line 54) | public AreaSeries() FILE: WpfToolkit/DataVisualization/Charting/Series/Compatible/BarSeries.cs class BarSeries (line 23) | [StyleTypedProperty(Property = DataPointStyleName, StyleTargetType = typ... method BarSeries (line 45) | public BarSeries() FILE: WpfToolkit/DataVisualization/Charting/Series/Compatible/ColumnSeries.cs class ColumnSeries (line 23) | [StyleTypedProperty(Property = DataPointStyleName, StyleTargetType = typ... method ColumnSeries (line 45) | public ColumnSeries() FILE: WpfToolkit/DataVisualization/Charting/Series/Compatible/LineSeries.cs class LineSeries (line 27) | [StyleTypedProperty(Property = DataPointStyleName, StyleTargetType = typ... method LineSeries (line 55) | public LineSeries() FILE: WpfToolkit/DataVisualization/Charting/Series/Compatible/ScatterSeries.cs class ScatterSeries (line 25) | [StyleTypedProperty(Property = DataPointStyleName, StyleTargetType = typ... method ScatterSeries (line 47) | public ScatterSeries() method CreateDataPoint (line 70) | protected override DataPoint CreateDataPoint() method UpdateShape (line 79) | protected override void UpdateShape(IList> definiti... FILE: WpfToolkit/DataVisualization/Charting/Series/Compatible/SelectionEnabledToSelectionModeConverter.cs class SelectionEnabledToSelectionModeConverter (line 14) | internal class SelectionEnabledToSelectionModeConverter : IValueConverter method SelectionEnabledToSelectionModeConverter (line 19) | public SelectionEnabledToSelectionModeConverter() method Convert (line 31) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 49) | public object ConvertBack(object value, Type targetType, object parame... FILE: WpfToolkit/DataVisualization/Charting/Series/DataPointSeries.cs class DataPointSeries (line 22) | public abstract partial class DataPointSeries : Series method OnItemsSourceChanged (line 191) | private static void OnItemsSourceChanged(DependencyObject o, Dependenc... method OnItemsSourceChanged (line 201) | protected virtual void OnItemsSourceChanged(IEnumerable oldValue, IEnu... method OnIsSelectionEnabledPropertyChanged (line 315) | private static void OnIsSelectionEnabledPropertyChanged(DependencyObje... method OnIsSelectionEnabledPropertyChanged (line 328) | protected virtual void OnIsSelectionEnabledPropertyChanged(bool oldVal... method OnSelectedItemPropertyChanged (line 427) | private static void OnSelectedItemPropertyChanged(DependencyObject d, ... method OnSelectedItemPropertyChanged (line 440) | protected virtual void OnSelectedItemPropertyChanged(object oldValue, ... method OnDataPointStylePropertyChanged (line 527) | private static void OnDataPointStylePropertyChanged(DependencyObject d... method OnDataPointStylePropertyChanged (line 537) | protected virtual void OnDataPointStylePropertyChanged(Style oldValue,... method OnLegendItemStylePropertyChanged (line 574) | private static void OnLegendItemStylePropertyChanged(DependencyObject ... method OnLegendItemStylePropertyChanged (line 585) | protected virtual void OnLegendItemStylePropertyChanged(Style oldValue... method DataPointSeries (line 625) | [SuppressMessage("Microsoft.Performance", "CA1810:InitializeReferenceT... method DataPointSeries (line 634) | protected DataPointSeries() method AddObject (line 646) | protected virtual DataPoint AddObject(object dataContext) method ShouldCreateDataPoint (line 665) | protected virtual bool ShouldCreateDataPoint(object dataContext) method GetInsertionIndex (line 677) | protected virtual int GetInsertionIndex(DataPoint dataPoint) method AddDataPoint (line 687) | protected virtual void AddDataPoint(DataPoint dataPoint) method GetDataPoint (line 713) | protected virtual DataPoint GetDataPoint(object dataContext) method CreateAndPrepareDataPoint (line 725) | private DataPoint CreateAndPrepareDataPoint(object dataContext) method CreateDataPoint (line 736) | protected abstract DataPoint CreateDataPoint(); method CreateLegendItem (line 744) | protected virtual LegendItem CreateLegendItem(DataPointSeries owner) method ItemsSourceCollectionChanged (line 758) | private void ItemsSourceCollectionChanged(object sender, NotifyCollect... method LoadDataPoints (line 770) | protected void LoadDataPoints(IEnumerable newItems, IEnumerable oldItems) method OnApplyTemplate (line 813) | public override void OnApplyTemplate() method InvokeOnLayoutUpdated (line 831) | internal void InvokeOnLayoutUpdated(Action action) method OnSeriesHostPropertyChanged (line 848) | protected override void OnSeriesHostPropertyChanged(ISeriesHost oldVal... method OnDataPointsChanged (line 864) | protected virtual void OnDataPointsChanged(IList newDataPoi... method OnItemsSourceCollectionChanged (line 874) | protected virtual void OnItemsSourceCollectionChanged(IEnumerable coll... method OnPlotAreaChanged (line 910) | protected virtual void OnPlotAreaChanged(Panel oldValue, Panel newValue) method OnSizeChanged (line 935) | private void OnSizeChanged(object sender, SizeChangedEventArgs e) method Refresh (line 959) | public void Refresh() method RemoveObject (line 987) | protected virtual DataPoint RemoveObject(object dataContext) method RemoveDataPoint (line 1002) | protected virtual void RemoveDataPoint(DataPoint dataPoint) method UpdateDataPoints (line 1028) | protected virtual void UpdateDataPoints(IEnumerable dataPoi... method AttachEventHandlersToDataPoints (line 1055) | private void AttachEventHandlersToDataPoints(IEnumerable da... method DetachEventHandlersFromDataPoints (line 1067) | private void DetachEventHandlersFromDataPoints(IEnumerable ... method AttachEventHandlersToDataPoint (line 1079) | protected virtual void AttachEventHandlersToDataPoint(DataPoint dataPo... method Unselect (line 1093) | private void Unselect(DataPoint dataPoint) method Select (line 1105) | private void Select(DataPoint dataPoint) method OnDataPointIsSelectedChanged (line 1115) | private void OnDataPointIsSelectedChanged(object sender, RoutedPropert... method DetachEventHandlersFromDataPoint (line 1133) | protected virtual void DetachEventHandlersFromDataPoint(DataPoint data... method OnBeforeUpdateDataPoints (line 1146) | protected virtual void OnBeforeUpdateDataPoints() method OnAfterUpdateDataPoints (line 1153) | protected virtual void OnAfterUpdateDataPoints() method UpdateDataPoint (line 1162) | protected abstract void UpdateDataPoint(DataPoint dataPoint); method PrepareDataPoint (line 1170) | protected virtual void PrepareDataPoint(DataPoint dataPoint, object da... method StaggeredStateChange (line 1198) | private void StaggeredStateChange(IEnumerable dataPoints, i... method OnDataPointStateChanged (line 1253) | private void OnDataPointStateChanged(object sender, RoutedPropertyChan... method OnDataPointStateChanged (line 1264) | protected virtual void OnDataPointStateChanged(DataPoint dataPoint, Da... method OnDataPointActualDependentValueChanged (line 1278) | private void OnDataPointActualDependentValueChanged(object sender, Rou... method OnDataPointActualDependentValueChanged (line 1289) | protected virtual void OnDataPointActualDependentValueChanged(DataPoin... method OnDataPointActualIndependentValueChanged (line 1298) | private void OnDataPointActualIndependentValueChanged(object sender, R... method OnDataPointActualIndependentValueChanged (line 1309) | protected virtual void OnDataPointActualIndependentValueChanged(DataPo... method OnDataPointDependentValueChanged (line 1318) | private void OnDataPointDependentValueChanged(object sender, RoutedPro... method OnDataPointDependentValueChanged (line 1329) | protected virtual void OnDataPointDependentValueChanged(DataPoint data... method OnDataPointIndependentValueChanged (line 1338) | private void OnDataPointIndependentValueChanged(object sender, RoutedP... method OnDataPointIndependentValueChanged (line 1349) | protected virtual void OnDataPointIndependentValueChanged(DataPoint da... method GetResourceDictionaryWithTargetType (line 1362) | internal static IEnumerator GetResourceDictionaryW... FILE: WpfToolkit/DataVisualization/Charting/Series/DataPointSeriesWithAxes.cs class DataPointSeriesWithAxes (line 22) | public abstract class DataPointSeriesWithAxes : DataPointSeries, IDataPr... method CreateRangeAxisFromData (line 36) | protected static IRangeAxis CreateRangeAxisFromData(object value) method GetActualDataPointAxisValue (line 61) | protected virtual object GetActualDataPointAxisValue(DataPoint dataPoi... method OnInternalDependentAxisPropertyChanged (line 108) | protected virtual void OnInternalDependentAxisPropertyChanged(IAxis ol... method OnInternalIndependentAxisPropertyChanged (line 156) | protected virtual void OnInternalIndependentAxisPropertyChanged(IAxis ... method DataPointSeriesWithAxes (line 173) | protected DataPointSeriesWithAxes() method OnDataPointActualDependentValueChanged (line 190) | protected override void OnDataPointActualDependentValueChanged(DataPoi... method OnDataPointDependentValueChanged (line 212) | protected override void OnDataPointDependentValueChanged(DataPoint dat... method UpdateActualDependentAxis (line 228) | private void UpdateActualDependentAxis() method OnDataPointActualIndependentValueChanged (line 254) | protected override void OnDataPointActualIndependentValueChanged(DataP... method OnDataPointIndependentValueChanged (line 267) | protected override void OnDataPointIndependentValueChanged(DataPoint d... method UpdateActualIndependentAxis (line 283) | private void UpdateActualIndependentAxis() method OnDataPointsChanged (line 307) | protected override void OnDataPointsChanged(IList newDataPo... method UpdateDataPoints (line 372) | protected override void UpdateDataPoints(IEnumerable dataPo... method GetAxes (line 384) | private void GetAxes() method GetAxes (line 403) | protected abstract void GetAxes(DataPoint firstDataPoint); method GetAxes (line 419) | protected virtual void GetAxes(DataPoint firstDataPoint, Func GetRange(IRangeConsumer consumer) method GetValueMargins (line 553) | protected virtual IEnumerable GetValueMargins(IValueMargi... method GetData (line 595) | IEnumerable IDataProvider.GetData(IDataConsumer dataConsumer) method OnSeriesHostPropertyChanged (line 625) | protected override void OnSeriesHostPropertyChanged(ISeriesHost oldVal... method GetRange (line 649) | Range IRangeProvider.GetRange(IRangeConsumer rangeConsumer) method GetValueMargins (line 660) | IEnumerable IValueMarginProvider.GetValueMargins(IValueMa... FILE: WpfToolkit/DataVisualization/Charting/Series/DataPointSingleSeriesWithAxes.cs class DataPointSingleSeriesWithAxes (line 18) | public abstract class DataPointSingleSeriesWithAxes : DataPointSeriesWit... method OnDataPointStylePropertyChanged (line 61) | protected override void OnDataPointStylePropertyChanged(Style oldValue... method OnLegendItemStylePropertyChanged (line 115) | protected override void OnLegendItemStylePropertyChanged(Style oldValu... method OnGlobalSeriesIndexPropertyChanged (line 147) | private static void OnGlobalSeriesIndexPropertyChanged(DependencyObjec... method OnGlobalSeriesIndexPropertyChanged (line 160) | [SuppressMessage("Microsoft.Usage", "CA2233:OperationsShouldNotOverflo... method OnTitleChanged (line 177) | protected override void OnTitleChanged(object oldValue, object newValue) method DataPointSingleSeriesWithAxes (line 186) | protected DataPointSingleSeriesWithAxes() method GetResourceDictionaryEnumeratorFromHost (line 196) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... method OnPlotAreaChanged (line 205) | protected override void OnPlotAreaChanged(Panel oldValue, Panel newValue) method OnSeriesHostPropertyChanged (line 220) | protected override void OnSeriesHostPropertyChanged(ISeriesHost oldVal... method CreateLegendItemDataPoint (line 240) | private void CreateLegendItemDataPoint() method OnDataPointsChanged (line 271) | protected override void OnDataPointsChanged(IList newDataPo... method PrepareDataPoint (line 294) | protected override void PrepareDataPoint(DataPoint dataPoint, object d... method GlobalSeriesIndexChanged (line 304) | public void GlobalSeriesIndexChanged(int? globalIndex) method SeriesHostResourceDictionariesChanged (line 314) | private void SeriesHostResourceDictionariesChanged(object sender, Even... method DispensedResourcesChanging (line 322) | private void DispensedResourcesChanging() FILE: WpfToolkit/DataVisualization/Charting/Series/DefinitionSeries.cs class DefinitionSeries (line 26) | [ContentProperty("SeriesDefinitions")] method DefinitionSeries (line 118) | [SuppressMessage("Microsoft.Performance", "CA1810:InitializeReferenceT... method DefinitionSeries (line 127) | protected DefinitionSeries() method OnDependentAxisChanged (line 155) | private static void OnDependentAxisChanged(DependencyObject o, Depende... method OnDependentAxisChanged (line 165) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method OnIndependentAxisChanged (line 195) | private static void OnIndependentAxisChanged(DependencyObject o, Depen... method OnIndependentAxisChanged (line 205) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method OnSelectionModeChanged (line 338) | private static void OnSelectionModeChanged(DependencyObject o, Depende... method OnSelectionModeChanged (line 348) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method SelectedItemsCollectionChanged (line 415) | private void SelectedItemsCollectionChanged(object sender, NotifyColle... method ItemContainerSelectionChanged (line 468) | private void ItemContainerSelectionChanged(object sender, SelectionCha... method OnApplyTemplate (line 519) | public override void OnApplyTemplate() method PrepareContainerForItem (line 565) | private void PrepareContainerForItem(DependencyObject element, object ... method ClearContainerForItem (line 597) | private void ClearContainerForItem(DependencyObject element, object item) method PrepareDataPoint (line 620) | protected virtual void PrepareDataPoint(DataPoint dataPoint) { } method CreateDataPoint (line 626) | protected abstract DataPoint CreateDataPoint(); method InternalCreateDataPoint (line 632) | internal DataPoint InternalCreateDataPoint() method ItemContainerSizeChanged (line 642) | private void ItemContainerSizeChanged(object sender, SizeChangedEventA... method DataItemFromDataPoint (line 653) | protected DataItem DataItemFromDataPoint(DataPoint dataPoint) method DataPointDependentValueChanged (line 663) | private void DataPointDependentValueChanged(object sender, RoutedPrope... method DataPointActualDependentValueChanged (line 683) | private void DataPointActualDependentValueChanged(object sender, Route... method DataPointIndependentValueChanged (line 694) | private void DataPointIndependentValueChanged(object sender, RoutedPro... method DataPointActualIndependentValueChanged (line 714) | private void DataPointActualIndependentValueChanged(object sender, Rou... method DataPointStateChanged (line 725) | private void DataPointStateChanged(object sender, RoutedPropertyChange... method NotifyAxisValuesChanged (line 739) | protected void NotifyAxisValuesChanged(IAxis axis) method NotifyValueMarginsChanged (line 763) | protected void NotifyValueMarginsChanged(IAxis axis, IEnumerable ... method GetRange (line 1141) | Range IRangeProvider.GetRange(IRangeConsumer rangeConsumer) method IRangeProviderGetRange (line 1151) | protected virtual Range IRangeProviderGetRange(IRangeCons... method GetValueMargins (line 1181) | IEnumerable IValueMarginProvider.GetValueMargins(IValueMa... method IValueMarginProviderGetValueMargins (line 1191) | protected virtual IEnumerable IValueMarginProviderGetValu... method GetData (line 1201) | IEnumerable IDataProvider.GetData(IDataConsumer dataConsumer) method IDataProviderGetData (line 1211) | protected virtual IEnumerable IDataProviderGetData(IDataConsum... class IndependentValueGroup (line 1273) | protected class IndependentValueGroup method IndependentValueGroup (line 1280) | public IndependentValueGroup(object independentValue, IEnumerable IResourceDictionaryDispenser.GetResour... FILE: WpfToolkit/DataVisualization/Charting/Series/IRequireGlobalSeriesIndex.cs type IRequireGlobalSeriesIndex (line 12) | public interface IRequireGlobalSeriesIndex method GlobalSeriesIndexChanged (line 19) | void GlobalSeriesIndexChanged(int? globalIndex); FILE: WpfToolkit/DataVisualization/Charting/Series/ISeries.cs type ISeries (line 13) | public interface ISeries : IRequireSeriesHost FILE: WpfToolkit/DataVisualization/Charting/Series/LabeledPieSeries.cs class LabeledPieSeries (line 5) | public class LabeledPieSeries : PieSeries method OnAfterUpdateDataPoints (line 46) | protected override void OnAfterUpdateDataPoints() method AddLabelPieDataPoint (line 72) | private void AddLabelPieDataPoint(PieDataPoint pieDataPoint, Canvas la... FILE: WpfToolkit/DataVisualization/Charting/Series/LegendItem.cs class LegendItem (line 12) | public class LegendItem : ContentControl method LegendItem (line 22) | static LegendItem() method LegendItem (line 30) | public LegendItem() FILE: WpfToolkit/DataVisualization/Charting/Series/LineAreaBaseSeries.cs class LineAreaBaseSeries (line 18) | public abstract class LineAreaBaseSeries : DataPointSingleSeriesWithAxes method OnDependentRangeAxisPropertyChanged (line 47) | private static void OnDependentRangeAxisPropertyChanged(DependencyObje... method OnDependentRangeAxisPropertyChanged (line 58) | private void OnDependentRangeAxisPropertyChanged(IRangeAxis newValue) method OnIndependentAxisPropertyChanged (line 90) | private static void OnIndependentAxisPropertyChanged(DependencyObject ... method OnIndependentAxisPropertyChanged (line 101) | private void OnIndependentAxisPropertyChanged(IAxis newValue) method LineAreaBaseSeries (line 125) | protected LineAreaBaseSeries() method OnApplyTemplate (line 139) | public override void OnApplyTemplate() method OnDataPointsChanged (line 166) | protected override void OnDataPointsChanged(IList newDataPo... method OnAfterUpdateDataPoints (line 187) | protected override void OnAfterUpdateDataPoints() method OnDataPointIndependentValueChanged (line 202) | protected override void OnDataPointIndependentValueChanged(DataPoint d... method CreateDataPoint (line 220) | protected override DataPoint CreateDataPoint() method GetResourceDictionaryEnumeratorFromHost (line 231) | protected override IEnumerator GetResourceDictiona... method UpdateDataPoint (line 240) | protected override void UpdateDataPoint(DataPoint dataPoint) method UpdateShape (line 272) | protected virtual void UpdateShape() method UpdateShapeFromPoints (line 304) | protected abstract void UpdateShapeFromPoints(IEnumerable points); FILE: WpfToolkit/DataVisualization/Charting/Series/LineSeries.cs class LineSeries (line 21) | [StyleTypedProperty(Property = DataPointStyleName, StyleTargetType = typ... method LineSeries (line 76) | [SuppressMessage("Microsoft.Performance", "CA1810:InitializeReferenceT... method LineSeries (line 85) | public LineSeries() method GetAxes (line 93) | protected override void GetAxes(DataPoint firstDataPoint) method UpdateShapeFromPoints (line 126) | protected override void UpdateShapeFromPoints(IEnumerable points) FILE: WpfToolkit/DataVisualization/Charting/Series/PieSeries.cs class PieSeries (line 20) | [StyleTypedProperty(Property = DataPointStyleName, StyleTargetType = typ... method OnPalettePropertyChanged (line 51) | private static void OnPalettePropertyChanged(DependencyObject d, Depen... method OnPalettePropertyChanged (line 62) | private void OnPalettePropertyChanged(Collection n... method PieSeries (line 76) | static PieSeries() method PieSeries (line 84) | public PieSeries() method OnResourceDictionariesChanged (line 97) | protected virtual void OnResourceDictionariesChanged(EventArgs e) method ConvertRatioOfRotationToPoint (line 123) | private static Point ConvertRatioOfRotationToPoint(double ratio, doubl... method AddDataPoint (line 133) | protected override void AddDataPoint(DataPoint dataPoint) method RemoveDataPoint (line 171) | protected override void RemoveDataPoint(DataPoint dataPoint) method CreateDataPoint (line 188) | protected override DataPoint CreateDataPoint() method OnBeforeUpdateDataPoints (line 204) | protected override void OnBeforeUpdateDataPoints() method OnDataPointsChanged (line 216) | protected override void OnDataPointsChanged(IList newDataPo... method UpdateLegendItemIndexes (line 225) | private void UpdateLegendItemIndexes() method UpdateRatios (line 239) | private void UpdateRatios() method UpdateDataPoint (line 264) | protected override void UpdateDataPoint(DataPoint dataPoint) method UpdatePieDataPointGeometry (line 280) | internal static void UpdatePieDataPointGeometry(PieDataPoint pieDataPo... method CreatePieLegendItem (line 361) | protected virtual LegendItem CreatePieLegendItem(DataPoint dataPoint, ... method AttachEventHandlersToDataPoint (line 384) | protected override void AttachEventHandlersToDataPoint(DataPoint dataP... method DetachEventHandlersFromDataPoint (line 400) | protected override void DetachEventHandlersFromDataPoint(DataPoint dat... method GlobalSeriesIndexChanged (line 416) | public void GlobalSeriesIndexChanged(int? globalIndex) method OnDataPointDependentValueChanged (line 428) | protected override void OnDataPointDependentValueChanged(DataPoint dat... method OnDataPointIndependentValueChanged (line 440) | protected override void OnDataPointIndependentValueChanged(DataPoint d... method OnPieDataPointActualRatioChanged (line 452) | private void OnPieDataPointActualRatioChanged(object sender, RoutedPro... method OnPieDataPointActualOffsetRatioChanged (line 463) | private void OnPieDataPointActualOffsetRatioChanged(object sender, Rou... method OnPieDataPointRatioChanged (line 473) | private void OnPieDataPointRatioChanged(object sender, RoutedPropertyC... method OnPieDataPointOffsetRatioChanged (line 485) | private void OnPieDataPointOffsetRatioChanged(object sender, RoutedPro... method GetResourceDictionariesWhere (line 511) | public IEnumerator GetResourceDictionariesWhere(Fu... method OnSeriesHostPropertyChanged (line 521) | protected override void OnSeriesHostPropertyChanged(ISeriesHost oldVal... method SeriesHostResourceDictionariesChanged (line 552) | private void SeriesHostResourceDictionariesChanged(object sender, Even... method OnDataPointStylePropertyChanged (line 562) | protected override void OnDataPointStylePropertyChanged(Style oldValue... method OnLegendItemStylePropertyChanged (line 577) | protected override void OnLegendItemStylePropertyChanged(Style oldValu... FILE: WpfToolkit/DataVisualization/Charting/Series/ScatterSeries.cs class ScatterSeries (line 16) | [StyleTypedProperty(Property = DataPointStyleName, StyleTargetType = typ... method ScatterSeries (line 24) | public ScatterSeries() method OnDependentRangeAxisPropertyChanged (line 58) | private static void OnDependentRangeAxisPropertyChanged(DependencyObje... method OnDependentRangeAxisPropertyChanged (line 69) | private void OnDependentRangeAxisPropertyChanged(IRangeAxis newValue) method OnIndependentAxisPropertyChanged (line 105) | private static void OnIndependentAxisPropertyChanged(DependencyObject ... method OnIndependentAxisPropertyChanged (line 116) | private void OnIndependentAxisPropertyChanged(IAxis newValue) method GetAxes (line 126) | protected override void GetAxes(DataPoint firstDataPoint) method CreateDataPoint (line 159) | protected override DataPoint CreateDataPoint() method GetResourceDictionaryEnumeratorFromHost (line 170) | protected override IEnumerator GetResourceDictiona... method UpdateDataPoint (line 179) | protected override void UpdateDataPoint(DataPoint dataPoint) FILE: WpfToolkit/DataVisualization/Charting/Series/Series.cs class Series (line 14) | public abstract partial class Series : Control, ISeries, IRequireSeriesHost method OnSeriesHostPropertyChanged (line 54) | protected virtual void OnSeriesHostPropertyChanged(ISeriesHost oldValu... method OnTitleChanged (line 95) | private static void OnTitleChanged(DependencyObject o, DependencyPrope... method OnTitleChanged (line 105) | protected virtual void OnTitleChanged(object oldValue, object newValue) method Series (line 113) | protected Series() FILE: WpfToolkit/DataVisualization/Charting/Series/SeriesDefinition.cs class SeriesDefinition (line 22) | [StyleTypedProperty(Property = DataPointStyleName, StyleTargetType = typ... method SeriesDefinition (line 65) | public SeriesDefinition() method OnItemsSourceChanged (line 93) | private static void OnItemsSourceChanged(DependencyObject o, Dependenc... method OnItemsSourceChanged (line 103) | private void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable ne... method ItemsSourceCollectionChanged (line 139) | private void ItemsSourceCollectionChanged(object sender, NotifyCollect... method OnTitleChanged (line 185) | private static void OnTitleChanged(DependencyObject o, DependencyPrope... method OnTitleChanged (line 195) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method OnDataPointStyleChanged (line 254) | private static void OnDataPointStyleChanged(DependencyObject o, Depend... method OnDataPointStyleChanged (line 264) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method OnLegendItemStyleChanged (line 323) | private static void OnLegendItemStyleChanged(DependencyObject o, Depen... method OnLegendItemStyleChanged (line 333) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method OnDataShapeStyleChanged (line 392) | private static void OnDataShapeStyleChanged(DependencyObject o, Depend... method OnDataShapeStyleChanged (line 402) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method Reset (line 518) | private void Reset() method GlobalSeriesIndexChanged (line 580) | void IRequireGlobalSeriesIndex.GlobalSeriesIndexChanged(int? globalIndex) FILE: WpfToolkit/DataVisualization/Charting/Series/SeriesSelectionMode.cs type SeriesSelectionMode (line 11) | public enum SeriesSelectionMode FILE: WpfToolkit/DataVisualization/Charting/Series/SplineSeries.cs class SplineSeries (line 21) | [StyleTypedProperty(Property = DataPointStyleName, StyleTargetType = typ... method SplineSeries (line 123) | [SuppressMessage("Microsoft.Performance", "CA1810:InitializeReferenceT... method SplineSeries (line 132) | public SplineSeries() method GetAxes (line 140) | protected override void GetAxes(DataPoint firstDataPoint) method UpdateShapeFromPoints (line 173) | protected override void UpdateShapeFromPoints(IEnumerable points) method GetBezierPoints (line 226) | private PointCollection GetBezierPoints(PointCollection pts) method GetB1 (line 249) | private Point GetB1(PointCollection pts, int i, double a) method GetB2 (line 255) | private Point GetB2(PointCollection pts, int i, double a) method GetDerivative (line 261) | private Point GetDerivative(PointCollection pts, int i, double a) FILE: WpfToolkit/DataVisualization/Charting/Series/Stacked100AreaSeries.cs class Stacked100AreaSeries (line 12) | public class Stacked100AreaSeries : StackedAreaSeries method Stacked100AreaSeries (line 17) | public Stacked100AreaSeries() FILE: WpfToolkit/DataVisualization/Charting/Series/Stacked100BarSeries.cs class Stacked100BarSeries (line 12) | public class Stacked100BarSeries : StackedBarSeries method Stacked100BarSeries (line 17) | public Stacked100BarSeries() FILE: WpfToolkit/DataVisualization/Charting/Series/Stacked100ColumnSeries.cs class Stacked100ColumnSeries (line 12) | public class Stacked100ColumnSeries : StackedColumnSeries method Stacked100ColumnSeries (line 17) | public Stacked100ColumnSeries() FILE: WpfToolkit/DataVisualization/Charting/Series/Stacked100LineSeries.cs class Stacked100LineSeries (line 12) | public class Stacked100LineSeries : StackedLineSeries method Stacked100LineSeries (line 17) | public Stacked100LineSeries() FILE: WpfToolkit/DataVisualization/Charting/Series/StackedAreaLineSeries.cs class StackedAreaLineSeries (line 21) | public abstract class StackedAreaLineSeries : DefinitionSeries method StackedAreaLineSeries (line 31) | protected StackedAreaLineSeries() method OnApplyTemplate (line 39) | public override void OnApplyTemplate() method SeriesDefinitionsCollectionChanged (line 54) | protected override void SeriesDefinitionsCollectionChanged(NotifyColle... method AcquireDependentAxis (line 81) | protected override IAxis AcquireDependentAxis() method AcquireIndependentAxis (line 104) | protected override IAxis AcquireIndependentAxis() method PrepareDataPoint (line 135) | protected override void PrepareDataPoint(DataPoint dataPoint) method DataPointSizeChanged (line 146) | private void DataPointSizeChanged(object sender, SizeChangedEventArgs e) method CreateDataShape (line 168) | protected abstract Shape CreateDataShape(); method SynchronizeSeriesDefinitionShapes (line 175) | private void SynchronizeSeriesDefinitionShapes(IEnumerable IRangeProviderGetRange(IRangeCon... method IValueMarginProviderGetValueMargins (line 232) | protected override IEnumerable IValueMarginProviderGetVal... method UpdateDataItemPlacement (line 265) | protected override void UpdateDataItemPlacement(IEnumerable> definiti... method SetPolygonPointsProperty (line 101) | [SuppressMessage("Microsoft.Performance", "CA1822:MarkMembersAsStatic"... method IValueMarginProviderGetValueMargins (line 112) | protected override IEnumerable IValueMarginProviderGetVal... FILE: WpfToolkit/DataVisualization/Charting/Series/StackedBarColumnSeries.cs class StackedBarColumnSeries (line 17) | public abstract class StackedBarColumnSeries : DefinitionSeries, IAnchor... method StackedBarColumnSeries (line 32) | protected StackedBarColumnSeries() method AcquireDependentAxis (line 40) | protected override IAxis AcquireDependentAxis() method AcquireIndependentAxis (line 63) | protected override IAxis AcquireIndependentAxis() method IRangeProviderGetRange (line 80) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... method IValueMarginProviderGetValueMargins (line 173) | protected override IEnumerable IValueMarginProviderGetVal... method UpdateDataItemPlacement (line 208) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... method GetMarginForNonCategoryAxis (line 318) | private double GetMarginForNonCategoryAxis(IAxis axis) FILE: WpfToolkit/DataVisualization/Charting/Series/StackedBarSeries.cs class StackedBarSeries (line 12) | public class StackedBarSeries : StackedBarColumnSeries method StackedBarSeries (line 17) | public StackedBarSeries() method CreateDataPoint (line 27) | protected override DataPoint CreateDataPoint() FILE: WpfToolkit/DataVisualization/Charting/Series/StackedColumnSeries.cs class StackedColumnSeries (line 12) | public class StackedColumnSeries : StackedBarColumnSeries method StackedColumnSeries (line 17) | public StackedColumnSeries() method CreateDataPoint (line 27) | protected override DataPoint CreateDataPoint() FILE: WpfToolkit/DataVisualization/Charting/Series/StackedLineSeries.cs class StackedLineSeries (line 18) | public class StackedLineSeries : StackedAreaLineSeries method StackedLineSeries (line 23) | public StackedLineSeries() method CreateDataPoint (line 31) | protected override DataPoint CreateDataPoint() method CreateDataShape (line 40) | protected override Shape CreateDataShape() method UpdateShape (line 49) | protected override void UpdateShape(IList> definiti... method SetPolylinePointsProperty (line 67) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... FILE: WpfToolkit/DataVisualization/Charting/ValueMarginCoordinateAndOverlap.cs class ValueMarginCoordinateAndOverlap (line 11) | internal class ValueMarginCoordinateAndOverlap method ValueMarginCoordinateAndOverlap (line 37) | public ValueMarginCoordinateAndOverlap() FILE: WpfToolkit/DataVisualization/Collections/LeftLeaningRedBlackTree.cs class LeftLeaningRedBlackTree (line 30) | internal class LeftLeaningRedBlackTree class Node (line 53) | [DebuggerDisplay("Key={Key}, Value={Value}, Siblings={Siblings}")] method LeftLeaningRedBlackTree (line 113) | public LeftLeaningRedBlackTree(Comparison keyComparison) method LeftLeaningRedBlackTree (line 127) | public LeftLeaningRedBlackTree(Comparison keyComparison, Compari... method Add (line 150) | public void Add(TKey key, TValue value) method Remove (line 164) | public bool Remove(TKey key) method Remove (line 179) | public bool Remove(TKey key, TValue value) method Clear (line 199) | public void Clear() method GetKeys (line 212) | public IEnumerable GetKeys() method GetValueForKey (line 232) | [SuppressMessage("Microsoft.Naming", "CA2204:Literals should be spelle... method GetValuesForKey (line 255) | public IEnumerable GetValuesForKey(TKey key) method GetValuesForAllKeys (line 264) | public IEnumerable GetValuesForAllKeys() method IsRed (line 311) | private static bool IsRed(Node node) method Add (line 328) | private Node Add(Node node, TKey key, TValue value) method Remove (line 390) | private Node Remove(Node node, TKey key, TValue value) method FlipColor (line 477) | private static void FlipColor(Node node) method RotateLeft (line 489) | private static Node RotateLeft(Node node) method RotateRight (line 504) | private static Node RotateRight(Node node) method MoveRedLeft (line 519) | private static Node MoveRedLeft(Node node) method MoveRedRight (line 542) | private static Node MoveRedRight(Node node) method DeleteMinimum (line 558) | private Node DeleteMinimum(Node node) method FixUp (line 584) | private static Node FixUp(Node node) method GetNodeForKey (line 623) | private Node GetNodeForKey(TKey key) method GetExtreme (line 658) | private static T GetExtreme(Node node, Func successor, ... method Traverse (line 680) | private IEnumerable Traverse(Node node, Func conditi... method KeyAndValueComparison (line 723) | private int KeyAndValueComparison(TKey leftKey, TValue leftValue, TKey... method AssertInvariants (line 739) | private void AssertInvariants() FILE: WpfToolkit/DataVisualization/Collections/MultipleDictionary.cs class MultipleDictionary (line 18) | internal class MultipleDictionary method MultipleDictionary (line 28) | protected MultipleDictionary() method MultipleDictionary (line 38) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method Add (line 53) | public void Add(TKey key, TValue value) method Remove (line 64) | public bool Remove(TKey key, TValue value) method Clear (line 96) | public void Clear() FILE: WpfToolkit/DataVisualization/Collections/OrderedMultipleDictionary.cs class OrderedMultipleDictionary (line 19) | internal class OrderedMultipleDictionary : MultipleDiction... method OrderedMultipleDictionary (line 28) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method GetKeyRange (line 40) | public Range GetKeyRange() method GetLargestAndSmallestValues (line 56) | public Tuple GetLargestAndSmallestValues() method GetEnumerator (line 72) | public IEnumerator GetEnumerator() method GetEnumerator (line 81) | IEnumerator IEnumerable.GetEnumerator() FILE: WpfToolkit/DataVisualization/ColorExtensions.cs class ColorExtensions (line 14) | internal static class ColorExtensions method MaxColor (line 23) | private static byte MaxColor(byte red, byte green, byte blue) method MinColor (line 35) | private static byte MinColor(byte red, byte green, byte blue) method GetHue (line 51) | public static float GetHue(this Color color) method GetSaturation (line 95) | public static float GetSaturation(this Color color) method GetLightness (line 122) | public static float GetLightness(this Color color) method FromAhsl (line 139) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... FILE: WpfToolkit/DataVisualization/DependencyPropertyAnimationHelper.cs class DependencyPropertyAnimationHelper (line 19) | internal static class DependencyPropertyAnimationHelper method GetStoryboardKey (line 38) | private static string GetStoryboardKey(string propertyPath) method BeginAnimation (line 57) | public static void BeginAnimation( method CreateStoryboard (line 104) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... FILE: WpfToolkit/DataVisualization/DesignerProperties.cs class DesignerProperties (line 14) | internal static class DesignerProperties method GetIsInDesignMode (line 23) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... FILE: WpfToolkit/DataVisualization/EnumerableExtensions.cs class EnumerableExtensions (line 15) | internal static class EnumerableExtensions method Iterate (line 26) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... method Prepend (line 44) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... method Zip (line 71) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... method MaxOrNull (line 91) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... method MaxOrNullable (line 124) | public static T? MaxOrNullable(this IEnumerable that) method MinOrNullable (line 141) | public static T? MinOrNullable(this IEnumerable that) FILE: WpfToolkit/DataVisualization/EnumerableFunctions.cs class EnumerableFunctions (line 19) | internal static class EnumerableFunctions method FastCount (line 27) | public static int FastCount(this IEnumerable that) method MinOrNull (line 46) | public static T MinOrNull(this IEnumerable that, Func that) method MaxOrNull (line 97) | public static T MaxOrNull(this IEnumerable that, Func Zip(IEnumerable enumerable... method Iterate (line 153) | public static IEnumerable Iterate(T value, Func nextFunction) method IndexOf (line 169) | public static int IndexOf(this IEnumerable that, object value) method ForEachWithIndex (line 191) | public static void ForEachWithIndex(this IEnumerable that, Actio... method MaxOrNullable (line 208) | public static T? MaxOrNullable(this IEnumerable that) method MinOrNullable (line 225) | public static T? MinOrNullable(this IEnumerable that) method FastElementAt (line 244) | public static T FastElementAt(this IEnumerable that, int index) method Scan (line 272) | public static IEnumerable Scan(this IEnumerable that, S se... method CastWrapper (line 295) | public static IEnumerable CastWrapper(this IEnumerab... FILE: WpfToolkit/DataVisualization/GenericEqualityComparer.cs class GenericEqualityComparer (line 14) | internal class GenericEqualityComparer : EqualityComparer method GenericEqualityComparer (line 33) | public GenericEqualityComparer(Func equalityFunction, Func... method Equals (line 45) | public override bool Equals(T x, T y) method GetHashCode (line 55) | public override int GetHashCode(T obj) FILE: WpfToolkit/DataVisualization/GridExtensions.cs class GridExtensions (line 16) | internal static class GridExtensions method Mirror (line 24) | public static void Mirror(this Grid grid, Orientation orientation) FILE: WpfToolkit/DataVisualization/IResourceDictionaryDispenser.cs type IResourceDictionaryDispenser (line 14) | public interface IResourceDictionaryDispenser method GetResourceDictionariesWhere (line 25) | IEnumerator GetResourceDictionariesWhere(Func : ObservableCollection method NoResetObservableCollection (line 26) | public NoResetObservableCollection() method ClearItems (line 33) | protected override void ClearItems() FILE: WpfToolkit/DataVisualization/ObjectPool.cs class ObjectPool (line 15) | internal class ObjectPool method ObjectPool (line 56) | public ObjectPool( method ObjectPool (line 72) | public ObjectPool(Func createObject) method ForEachRemaining (line 83) | public void ForEachRemaining(Action action) method Next (line 95) | public T Next() method Reset (line 109) | public void Reset() method Done (line 124) | public void Done() method Clear (line 140) | public void Clear() FILE: WpfToolkit/DataVisualization/ObservableCollectionListAdapter.cs class ObservableCollectionListAdapter (line 21) | internal class ObservableCollectionListAdapter method OnCollectionChanged (line 72) | public void OnCollectionChanged(object sender, NotifyCollectionChanged... method Populate (line 149) | public void Populate() method ClearItems (line 170) | public void ClearItems() FILE: WpfToolkit/DataVisualization/OrientedPanel.cs class OrientedPanel (line 25) | internal class OrientedPanel : Panel method OnMinimumDistanceBetweenChildrenPropertyChanged (line 74) | private static void OnMinimumDistanceBetweenChildrenPropertyChanged(De... method OnMinimumDistanceBetweenChildrenPropertyChanged (line 87) | protected virtual void OnMinimumDistanceBetweenChildrenPropertyChanged... method GetCenterCoordinate (line 119) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetCenterCoordinate (line 134) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method OnCenterCoordinatePropertyChanged (line 159) | public static void OnCenterCoordinatePropertyChanged(DependencyObject ... method OnOffsetPaddingPropertyChanged (line 199) | private static void OnOffsetPaddingPropertyChanged(DependencyObject d,... method OnOffsetPaddingPropertyChanged (line 212) | protected virtual void OnOffsetPaddingPropertyChanged(double oldValue,... method GetPriority (line 224) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method SetPriority (line 239) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method OnPriorityPropertyChanged (line 264) | public static void OnPriorityPropertyChanged(DependencyObject dependen... method OnIsInvertedPropertyChanged (line 304) | private static void OnIsInvertedPropertyChanged(DependencyObject d, De... method OnIsInvertedPropertyChanged (line 317) | protected virtual void OnIsInvertedPropertyChanged(bool oldValue, bool... method OnIsReversedPropertyChanged (line 348) | private static void OnIsReversedPropertyChanged(DependencyObject d, De... method OnIsReversedPropertyChanged (line 361) | protected virtual void OnIsReversedPropertyChanged(bool oldValue, bool... method OnOrientationPropertyChanged (line 392) | private static void OnOrientationPropertyChanged(DependencyObject d, D... method OnOrientationPropertyChanged (line 403) | protected virtual void OnOrientationPropertyChanged(Orientation newValue) method OrientedPanel (line 418) | public OrientedPanel() method UpdateActualLength (line 426) | private void UpdateActualLength() method GetRanges (line 439) | private static IEnumerable> GetRanges(IEnumerable method Range (line 81) | public Range(T minimum, T maximum) method Add (line 143) | public Range Add(Range range) method Equals (line 163) | public bool Equals(Range range) method Equals (line 175) | public override bool Equals(object obj) method Contains (line 190) | public bool Contains(T value) method IntersectsWith (line 224) | public bool IntersectsWith(Range range) method GetHashCode (line 243) | public override int GetHashCode() method ToString (line 259) | public override string ToString() FILE: WpfToolkit/DataVisualization/RangeEnumerableFunctions.cs class RangeEnumerableExtensions (line 15) | internal static class RangeEnumerableExtensions method GetRange (line 23) | public static Range GetRange(this IEnumerable that) method Sum (line 55) | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "... FILE: WpfToolkit/DataVisualization/ReadOnlyObservableCollection.cs class ReadOnlyObservableCollection (line 17) | internal class ReadOnlyObservableCollection : NoResetObservableCollec... method Mutate (line 29) | public void Mutate(Action> action) method RemoveItem (line 46) | protected override void RemoveItem(int index) method SetItem (line 63) | protected override void SetItem(int index, T item) method InsertItem (line 80) | protected override void InsertItem(int index, T item) method ClearItems (line 95) | protected override void ClearItems() FILE: WpfToolkit/DataVisualization/ResourceDictionaryCollection.cs class ResourceDictionaryCollection (line 14) | public partial class ResourceDictionaryCollection : Collection method Interpolate (line 23) | public override object Interpolate(double value) FILE: WpfToolkit/DataVisualization/TreeMap/Interpolators/HSLSolidColorBrushInterpolator.cs class HSLSolidColorBrushInterpolator (line 16) | public class HSLSolidColorBrushInterpolator : RangeInterpolator method Interpolate (line 24) | public override object Interpolate(double value) FILE: WpfToolkit/DataVisualization/TreeMap/Interpolators/InterpolationMode.cs type InterpolationMode (line 12) | public enum InterpolationMode FILE: WpfToolkit/DataVisualization/TreeMap/Interpolators/Interpolator.cs class Interpolator (line 27) | public abstract class Interpolator : FrameworkElement method Interpolator (line 174) | protected Interpolator() method IncludeInRange (line 187) | internal virtual void IncludeInRange(object data) method Interpolate (line 223) | public abstract object Interpolate(double value); FILE: WpfToolkit/DataVisualization/TreeMap/Interpolators/RangeInterpolator.cs class RangeInterpolator (line 14) | public abstract class RangeInterpolator : Interpolator FILE: WpfToolkit/DataVisualization/TreeMap/Interpolators/SolidColorBrushInterpolator.cs class SolidColorBrushInterpolator (line 14) | public class SolidColorBrushInterpolator : RangeInterpolator method Interpolate (line 22) | public override object Interpolate(double value) FILE: WpfToolkit/DataVisualization/TreeMap/Layout/SquaringAlgorithm.cs class SquaringAlgorithm (line 17) | internal class SquaringAlgorithm method Split (line 50) | public IEnumerable> Split(Rect parentRectangl... method BuildTreeMap (line 98) | private IEnumerable> BuildTreeMap() method BuildTreeMapStep (line 114) | private IEnumerable> BuildTreeMapStep() method GetArea (line 180) | private double GetArea(int i) method GetAspect (line 191) | private double GetAspect(int i, double wh) FILE: WpfToolkit/DataVisualization/TreeMap/Layout/TreeMapNode.cs class TreeMapNode (line 18) | internal class TreeMapNode FILE: WpfToolkit/DataVisualization/TreeMap/TreeMap.cs class TreeMap (line 32) | [TemplatePart(Name = ContainerName, Type = typeof(Canvas))] method OnItemDefinitionSelectorPropertyChanged (line 102) | private static void OnItemDefinitionSelectorPropertyChanged(Dependency... method OnItemDefinitionSelectorPropertyChanged (line 119) | protected virtual void OnItemDefinitionSelectorPropertyChanged(TreeMap... method OnItemDefinitionPropertyChanged (line 151) | private static void OnItemDefinitionPropertyChanged(DependencyObject d... method OnItemDefinitionPropertyChanged (line 180) | private void OnItemDefinitionPropertyChanged(object sender, PropertyCh... method OnItemDefinitionPropertyChanged (line 191) | protected virtual void OnItemDefinitionPropertyChanged(TreeMapItemDefi... method OnItemsSourcePropertyChanged (line 223) | private static void OnItemsSourcePropertyChanged(DependencyObject d, D... method OnItemsSourcePropertyChanged (line 239) | protected virtual void OnItemsSourcePropertyChanged(IEnumerable oldVal... method ItemsSourceCollectionChanged (line 278) | private void ItemsSourceCollectionChanged(object sender, NotifyCollect... method OnInterpolatorsPropertyChanged (line 311) | private static void OnInterpolatorsPropertyChanged(DependencyObject d,... method OnInterpolatorsPropertyChanged (line 328) | protected virtual void OnInterpolatorsPropertyChanged(Collection GetTreeMapNodes() method ComputeRectangles (line 519) | private IEnumerable> ComputeRectangles(TreeMa... method BuildTreeMapTree (line 546) | private IEnumerable BuildTreeMapTree(IEnumerable nodes, i... method CreateChildren (line 654) | private void CreateChildren() method RebuildTree (line 720) | private void RebuildTree() FILE: WpfToolkit/DataVisualization/TreeMap/TreeMapItemDefinition.cs class TreeMapItemDefinition (line 16) | [ContentProperty("ItemTemplate")] method TreeMapItemDefinition (line 142) | public TreeMapItemDefinition() method NotifyPropertyChanged (line 156) | protected void NotifyPropertyChanged(string parameterName) FILE: WpfToolkit/DataVisualization/TreeMap/TreeMapItemDefinitionSelector.cs class TreeMapItemDefinitionSelector (line 16) | public abstract class TreeMapItemDefinitionSelector method TreeMapItemDefinitionSelector (line 21) | protected TreeMapItemDefinitionSelector() method SelectItemDefinition (line 34) | public abstract TreeMapItemDefinition SelectItemDefinition(TreeMap tre... FILE: WpfToolkit/DataVisualization/Tuple.cs class Tuple (line 13) | internal class Tuple method Tuple (line 30) | public Tuple(T1 item1, T2 item2) FILE: WpfToolkit/DataVisualization/UniqueObservableCollection.cs class UniqueObservableCollection (line 15) | internal class UniqueObservableCollection : ObservableCollection method InsertItem (line 22) | protected override void InsertItem(int index, T item) method SetItem (line 39) | protected override void SetItem(int index, T item) method ClearItems (line 55) | protected override void ClearItems() FILE: WpfToolkit/DataVisualization/Unit.cs type Unit (line 11) | public enum Unit FILE: WpfToolkit/DataVisualization/UnitValue.cs type UnitValue (line 13) | public struct UnitValue : IComparable method NaN (line 19) | public static UnitValue NaN() method UnitValue (line 29) | public UnitValue(double value, Unit unit) : this() method CompareTo (line 52) | public int CompareTo(object obj) method Equals (line 69) | public override bool Equals(object obj) method GetHashCode (line 136) | public override int GetHashCode() FILE: WpfToolkit/DataVisualization/ValueHelper.cs class ValueHelper (line 18) | internal static class ValueHelper method CanGraph (line 32) | public static bool CanGraph(double value) method TryConvert (line 44) | public static bool TryConvert(object value, out double doubleValue) method TryConvert (line 82) | public static bool TryConvert(object value, out DateTime dateTimeValue) method ToDouble (line 120) | public static double ToDouble(object value) method ToDateTime (line 130) | public static DateTime ToDateTime(object value) method GetDateTimesBetweenInclusive (line 143) | public static IEnumerable GetDateTimesBetweenInclusive(DateT... method GetTimeSpanIntervalsInclusive (line 156) | public static IEnumerable GetTimeSpanIntervalsInclusive(Time... method GetIntervalsInclusive (line 173) | public static IEnumerable GetIntervalsInclusive(long start, long... method RemoveNoiseFromDoubleMath (line 191) | internal static double RemoveNoiseFromDoubleMath(double value) method ToDoubleRange (line 205) | public static Range ToDoubleRange(this Range range) method ToDateTimeRange (line 223) | public static Range ToDateTimeRange(this Range ... method Compare (line 253) | public static int Compare(IComparable left, IComparable right) method Translate (line 279) | public static Point Translate(this Point origin, Point offset) method ToComparableRange (line 289) | public static Range ToComparableRange(this Range ... method LeftOrDefault (line 307) | public static double LeftOrDefault(this Rect rectangle, double value) method RightOrDefault (line 318) | public static double RightOrDefault(this Rect rectangle, double value) method WidthOrDefault (line 329) | public static double WidthOrDefault(this Rect rectangle, double value) method HeightOrDefault (line 340) | public static double HeightOrDefault(this Rect rectangle, double value) method BottomOrDefault (line 351) | public static double BottomOrDefault(this Rect rectangle, double value) method TopOrDefault (line 362) | public static double TopOrDefault(this Rect rectangle, double value) method ToComparableRange (line 372) | public static Range ToComparableRange(this Range range) method GetLength (line 399) | public static double? GetLength(this Range range) method IsEmptyOrHasNoSize (line 411) | public static bool IsEmptyOrHasNoSize(this Rect rect) method SetStyle (line 421) | public static void SetStyle(this FrameworkElement element, Style style) FILE: WpfToolkit/DataVisualization/WeakEventListener.cs class WeakEventListener (line 17) | [SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInt... method WeakEventListener (line 39) | public WeakEventListener(TInstance instance) method OnEvent (line 53) | public void OnEvent(TSource source, TEventArgs eventArgs) method Detach (line 74) | public void Detach() FILE: WpfToolkit/DataVisualization/WeakReferenceBag.cs class WeakReferenceBag (line 15) | internal class WeakReferenceBag : IEnumerable method WeakReferenceBag (line 26) | public WeakReferenceBag() method Add (line 35) | public void Add(T item) method Remove (line 45) | public void Remove(T item) method GetEnumerator (line 67) | public IEnumerator GetEnumerator() method GetEnumerator (line 89) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... FILE: WpfToolkit/DatePicker/Microsoft/Windows/Automation/Peers/DatePickerAutomationPeer.cs class DatePickerAutomationPeer (line 17) | public sealed class DatePickerAutomationPeer : FrameworkElementAutomatio... method DatePickerAutomationPeer (line 23) | public DatePickerAutomationPeer(DatePicker owner) method GetPattern (line 47) | public override object GetPattern(PatternInterface patternInterface) method GetAutomationControlTypeCore (line 65) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 75) | protected override string GetClassNameCore() method GetLocalizedControlTypeCore (line 84) | protected override string GetLocalizedControlTypeCore() method Collapse (line 108) | void IExpandCollapseProvider.Collapse() method Expand (line 113) | void IExpandCollapseProvider.Expand() method SetValue (line 132) | void IValueProvider.SetValue(string value) method RaiseValuePropertyChangedEvent (line 141) | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerSer... FILE: WpfToolkit/DatePicker/Microsoft/Windows/Controls/DatePicker.cs class DatePicker (line 28) | [TemplatePart(Name = DatePicker.ElementRoot, Type = typeof(Grid))] method DatePicker (line 93) | static DatePicker() method DatePicker (line 105) | public DatePicker() method CoerceDisplayDate (line 173) | private static object CoerceDisplayDate(DependencyObject d, object value) method OnDisplayDateEndChanged (line 211) | private static void OnDisplayDateEndChanged(DependencyObject d, Depend... method CoerceDisplayDateEnd (line 219) | private static object CoerceDisplayDateEnd(DependencyObject d, object ... method OnDisplayDateStartChanged (line 257) | private static void OnDisplayDateStartChanged(DependencyObject d, Depe... method CoerceDisplayDateStart (line 266) | private static object CoerceDisplayDateStart(DependencyObject d, objec... method OnCoerceIsDropDownOpen (line 322) | private static object OnCoerceIsDropDownOpen(DependencyObject d, objec... method OnIsDropDownOpenChanged (line 340) | private static void OnIsDropDownOpenChanged(DependencyObject d, Depend... method OnIsEnabledChanged (line 375) | private static void OnIsEnabledChanged(DependencyObject d, DependencyP... method OnVisualStatePropertyChanged (line 385) | private static void OnVisualStatePropertyChanged(DatePicker dp) method OnSelectedDateChanged (line 457) | private static void OnSelectedDateChanged(DependencyObject d, Dependen... method CoerceSelectedDate (line 515) | private static object CoerceSelectedDate(DependencyObject d, object va... method OnSelectedDateFormatChanged (line 553) | private static void OnSelectedDateFormatChanged(DependencyObject d, De... method OnTextChanged (line 605) | private static void OnTextChanged(DependencyObject d, DependencyProper... method OnCoerceText (line 634) | private static object OnCoerceText(DependencyObject dObject, object ba... method SetTextInternal (line 650) | private void SetTextInternal(string value) method OnApplyTemplate (line 684) | public override void OnApplyTemplate() method ToString (line 771) | public override string ToString() method OnCreateAutomationPeer (line 791) | protected override AutomationPeer OnCreateAutomationPeer() method OnCalendarClosed (line 796) | protected virtual void OnCalendarClosed(RoutedEventArgs e) method OnCalendarOpened (line 805) | protected virtual void OnCalendarOpened(RoutedEventArgs e) method OnSelectedDateChanged (line 814) | protected virtual void OnSelectedDateChanged(SelectionChangedEventArgs e) method OnDateValidationError (line 823) | protected virtual void OnDateValidationError(DatePickerDateValidationE... method OnGotFocus (line 839) | private static void OnGotFocus(object sender, RoutedEventArgs e) method SetValueNoCallback (line 858) | private void SetValueNoCallback(DependencyProperty property, object va... method IsHandlerSuspended (line 871) | private bool IsHandlerSuspended(DependencyProperty property) method SetIsHandlerSuspended (line 876) | private void SetIsHandlerSuspended(DependencyProperty property, bool v... method PopUp_PreviewMouseLeftButtonDown (line 896) | private void PopUp_PreviewMouseLeftButtonDown(object sender, MouseButt... method PopUp_Opened (line 914) | private void PopUp_Opened(object sender, EventArgs e) method PopUp_Closed (line 930) | private void PopUp_Closed(object sender, EventArgs e) method Calendar_DayButtonMouseUp (line 945) | private void Calendar_DayButtonMouseUp(object sender, MouseButtonEvent... method Calendar_DisplayDateChanged (line 950) | private void Calendar_DisplayDateChanged(object sender, CalendarDateCh... method CalendarDayOrMonthButton_PreviewKeyDown (line 958) | private void CalendarDayOrMonthButton_PreviewKeyDown(object sender, Ro... method Calendar_SelectedDatesChanged (line 976) | private void Calendar_SelectedDatesChanged(object sender, SelectionCha... method DateTimeToString (line 1002) | private string DateTimeToString(DateTime d) method DiscardDayTime (line 1022) | private static DateTime DiscardDayTime(DateTime d) method DiscardTime (line 1030) | private static DateTime? DiscardTime(DateTime? d) method DropDownButton_Click (line 1047) | private void DropDownButton_Click(object sender, RoutedEventArgs e) method DropDownButton_MouseLeave (line 1052) | private void DropDownButton_MouseLeave(object sender, MouseEventArgs e) method TogglePopUp (line 1057) | private void TogglePopUp() method InitializeCalendar (line 1077) | private void InitializeCalendar() method GetDatePickerBinding (line 1094) | private BindingBase GetDatePickerBinding(DependencyProperty property) method IsValidSelectedDateFormat (line 1101) | private static bool IsValidSelectedDateFormat(object value) method ParseText (line 1115) | private DateTime? ParseText(string text) method ProcessDatePickerKey (line 1153) | private bool ProcessDatePickerKey(KeyEventArgs e) method SetSelectedDate (line 1186) | private void SetSelectedDate() method SetTextBoxValue (line 1233) | private DateTime? SetTextBoxValue(string s) method SetWaterMarkText (line 1268) | private void SetWaterMarkText() method TextBox_LostFocus (line 1293) | private void TextBox_LostFocus(object sender, RoutedEventArgs e) method TextBox_KeyDown (line 1298) | private void TextBox_KeyDown(object sender, KeyEventArgs e) method TextBox_TextChanged (line 1303) | private void TextBox_TextChanged(object sender, TextChangedEventArgs e) method UpdateDisabledVisual (line 1308) | private void UpdateDisabledVisual() FILE: WpfToolkit/DatePicker/Microsoft/Windows/Controls/DatePickerDateValidationErrorEventArgs.cs class DatePickerDateValidationErrorEventArgs (line 14) | public class DatePickerDateValidationErrorEventArgs : EventArgs method DatePickerDateValidationErrorEventArgs (line 23) | public DatePickerDateValidationErrorEventArgs(Exception exception, str... FILE: WpfToolkit/DatePicker/Microsoft/Windows/Controls/DatePickerFormat.cs type DatePickerFormat (line 12) | public enum DatePickerFormat FILE: WpfToolkit/DatePicker/Microsoft/Windows/Controls/DatePickerTextBox.cs class DatePickerTextBox (line 19) | [TemplatePart(Name = DatePickerTextBox.ElementContentName, Type = typeof... method DatePickerTextBox (line 46) | static DatePickerTextBox() method DatePickerTextBox (line 54) | public DatePickerTextBox() method OnApplyTemplate (line 90) | public override void OnApplyTemplate() method OnGotFocus (line 101) | protected override void OnGotFocus(RoutedEventArgs e) method OnLostFocus (line 115) | protected override void OnLostFocus(RoutedEventArgs e) method OnMouseEnter (line 121) | protected override void OnMouseEnter(MouseEventArgs e) method OnMouseLeave (line 133) | protected override void OnMouseLeave(MouseEventArgs e) method OnTextChanged (line 145) | protected override void OnTextChanged(TextChangedEventArgs e) method OnLoaded (line 156) | private void OnLoaded(object sender, RoutedEventArgs e) method ChangeVisualState (line 169) | private void ChangeVisualState(bool useTransitions) method ExtractTemplatePart (line 206) | private T ExtractTemplatePart(string partName) where T : Dependency... method ExtractTemplatePart (line 212) | private static T ExtractTemplatePart(string partName, DependencyObj... method OnDatePickerTextBoxIsEnabledChanged (line 225) | private void OnDatePickerTextBoxIsEnabledChanged(object sender, Depend... method OnWatermarkChanged (line 235) | private void OnWatermarkChanged() method OnWatermarkPropertyChanged (line 253) | private static void OnWatermarkPropertyChanged(DependencyObject sender... FILE: WpfToolkit/Input/AutoCompleteBox/System/Windows/Automation/Peers/AutoCompleteBoxAutomationPeer.cs class AutoCompleteBoxAutomationPeer (line 18) | public sealed class AutoCompleteBoxAutomationPeer : FrameworkElementAuto... method AutoCompleteBoxAutomationPeer (line 70) | public AutoCompleteBoxAutomationPeer(AutoCompleteBox owner) method GetAutomationControlTypeCore (line 81) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 92) | protected override string GetClassNameCore() method GetPattern (line 103) | public override object GetPattern(PatternInterface patternInterface) method Expand (line 141) | void IExpandCollapseProvider.Expand() method Collapse (line 158) | void IExpandCollapseProvider.Collapse() method RaiseExpandCollapseAutomationEvent (line 188) | internal void RaiseExpandCollapseAutomationEvent(bool oldValue, bool n... method SetValue (line 204) | void IValueProvider.SetValue(string value) method GetChildrenCore (line 244) | [SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists",... method GetSelection (line 290) | IRawElementProviderSimple[] ISelectionProvider.GetSelection() FILE: WpfToolkit/Input/AutoCompleteBox/System/Windows/Controls/AutoCompleteBox.cs class AutoCompleteBox (line 29) | [TemplatePart(Name = AutoCompleteBox.ElementSelectionAdapter, Type = typ... method OnMinimumPrefixLengthPropertyChanged (line 211) | [SuppressMessage("Microsoft.Usage", "CA2208:InstantiateArgumentExcepti... method OnMinimumPopulateDelayPropertyChanged (line 264) | [SuppressMessage("Microsoft.Usage", "CA2208:InstantiateArgumentExcepti... method OnMaxDropDownHeightPropertyChanged (line 488) | [SuppressMessage("Microsoft.Usage", "CA2208:InstantiateArgumentExcepti... method OnIsDropDownOpenPropertyChanged (line 548) | private static void OnIsDropDownOpenPropertyChanged(DependencyObject d... method OnItemsSourcePropertyChanged (line 610) | private static void OnItemsSourcePropertyChanged(DependencyObject d, D... method OnSelectedItemPropertyChanged (line 657) | private static void OnSelectedItemPropertyChanged(DependencyObject d, ... method OnSelectedItemChanged (line 701) | private void OnSelectedItemChanged(object newItem) method OnTextPropertyChanged (line 759) | private static void OnTextPropertyChanged(DependencyObject d, Dependen... method OnSearchTextPropertyChanged (line 819) | private static void OnSearchTextPropertyChanged(DependencyObject d, De... method OnFilterModePropertyChanged (line 883) | [SuppressMessage("Microsoft.Usage", "CA2208:InstantiateArgumentExcepti... method OnItemFilterPropertyChanged (line 956) | private static void OnItemFilterPropertyChanged(DependencyObject d, De... method ValueMemberPathChanged (line 1412) | private static void ValueMemberPathChanged(DependencyObject d, Depende... method AutoCompleteBox (line 1424) | static AutoCompleteBox() method AutoCompleteBox (line 1434) | public AutoCompleteBox() method ArrangeOverride (line 1457) | protected override Size ArrangeOverride(Size finalSize) method OnApplyTemplate (line 1472) | public override void OnApplyTemplate() method OnDropDownPopupUpdateVisualStates (line 1526) | private void OnDropDownPopupUpdateVisualStates(object sender, EventArg... method OnDropDownFocusChanged (line 1536) | private void OnDropDownFocusChanged(object sender, EventArgs e) method ClosingDropDown (line 1545) | private void ClosingDropDown(bool oldValue) method OpeningDropDown (line 1592) | private void OpeningDropDown(bool oldValue) method RaiseExpandCollapseAutomationEvent (line 1621) | private void RaiseExpandCollapseAutomationEvent(bool oldValue, bool ne... method OnTextBoxPreviewKeyDown (line 1635) | private void OnTextBoxPreviewKeyDown(object sender, KeyEventArgs e) method DropDownPopup_Closed (line 1645) | private void DropDownPopup_Closed(object sender, EventArgs e) method OnCreateAutomationPeer (line 1672) | protected override AutomationPeer OnCreateAutomationPeer() method FocusChanged (line 1684) | private void FocusChanged(bool hasFocus) method HasFocus (line 1718) | protected bool HasFocus() method OnGotFocus (line 1758) | protected override void OnGotFocus(RoutedEventArgs e) method OnIsKeyboardFocusWithinChanged (line 1770) | protected override void OnIsKeyboardFocusWithinChanged(DependencyPrope... method OnLostFocus (line 1783) | protected override void OnLostFocus(RoutedEventArgs e) method ControlIsEnabledChanged (line 1796) | private void ControlIsEnabledChanged(object sender, DependencyProperty... method GetSelectionAdapterPart (line 1814) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... method PopulateDropDown (line 1841) | private void PopulateDropDown(object sender, EventArgs e) method OnPopulating (line 1876) | protected virtual void OnPopulating(PopulatingEventArgs e) method OnPopulated (line 1897) | protected virtual void OnPopulated(PopulatedEventArgs e) method OnSelectionChanged (line 1918) | protected virtual void OnSelectionChanged(SelectionChangedEventArgs e) method OnDropDownOpening (line 1939) | protected virtual void OnDropDownOpening(RoutedPropertyChangingEventAr... method OnDropDownOpened (line 1960) | protected virtual void OnDropDownOpened(RoutedPropertyChangedEventArgs... method OnDropDownClosing (line 1981) | protected virtual void OnDropDownClosing(RoutedPropertyChangingEventAr... method OnDropDownClosed (line 1994) | protected virtual void OnDropDownClosed(RoutedPropertyChangedEventArgs... method FormatValue (line 2008) | private string FormatValue(object value, bool clearDataContext) method FormatValue (line 2026) | protected virtual string FormatValue(object value) method OnTextChanged (line 2044) | protected virtual void OnTextChanged(RoutedEventArgs e) method OnTextBoxTextChanged (line 2064) | private void OnTextBoxTextChanged(object sender, TextChangedEventArgs e) method OnTextBoxSelectionChanged (line 2075) | private void OnTextBoxSelectionChanged(object sender, RoutedEventArgs e) method UpdateTextValue (line 2094) | private void UpdateTextValue(string value) method UpdateTextValue (line 2110) | private void UpdateTextValue(string value, bool? userInitiated) method TextUpdated (line 2150) | private void TextUpdated(string newText, bool userInitiated) method PopulateComplete (line 2228) | public void PopulateComplete() method UpdateTextCompletion (line 2268) | private void UpdateTextCompletion(object selectedItem) method UpdateTextCompletion (line 2298) | private void UpdateTextCompletion(bool userInitiated) method TryGetMatch (line 2373) | private object TryGetMatch(string searchText, object priorityView,Obse... method ClearView (line 2400) | private void ClearView() method RefreshView (line 2416) | private void RefreshView() method OnItemsSourceChanged (line 2492) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method ItemsSourceCollectionChanged (line 2533) | private void ItemsSourceCollectionChanged(object sender, NotifyCollect... method OnAdapterSelectionChanged (line 2588) | private void OnAdapterSelectionChanged(object sender, SelectionChanged... method OnAdapterSelectionComplete (line 2605) | private void OnAdapterSelectionComplete(object sender, RoutedEventArgs e) method OnAdapterSelectionCanceled (line 2648) | private void OnAdapterSelectionCanceled(object sender, RoutedEventArgs e) method OnMaxDropDownHeightChanged (line 2665) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method OpenDropDown (line 2682) | private void OpenDropDown(bool oldValue, bool newValue) method CloseDropDown (line 2702) | private void CloseDropDown(bool oldValue, bool newValue) method OnKeyDown (line 2730) | protected override void OnKeyDown(KeyEventArgs e) method UpdateVisualState (line 2803) | void IUpdateVisualState.UpdateVisualState(bool useTransitions) method UpdateVisualState (line 2815) | internal virtual void UpdateVisualState(bool useTransitions) FILE: WpfToolkit/Input/AutoCompleteBox/System/Windows/Controls/AutoCompleteFilter.cs class AutoCompleteSearch (line 17) | internal static class AutoCompleteSearch method GetFilter (line 25) | public static AutoCompleteFilterPredicate GetFilter(AutoComple... method StartsWith (line 78) | public static bool StartsWith(string text, string value) method StartsWithCaseSensitive (line 89) | public static bool StartsWithCaseSensitive(string text, string value) method StartsWithOrdinal (line 100) | public static bool StartsWithOrdinal(string text, string value) method StartsWithOrdinalCaseSensitive (line 111) | public static bool StartsWithOrdinalCaseSensitive(string text, string ... method Contains (line 123) | public static bool Contains(string text, string value) method ContainsCaseSensitive (line 134) | public static bool ContainsCaseSensitive(string text, string value) method ContainsOrdinal (line 145) | public static bool ContainsOrdinal(string text, string value) method ContainsOrdinalCaseSensitive (line 156) | public static bool ContainsOrdinalCaseSensitive(string text, string va... method Equals (line 167) | public static bool Equals(string text, string value) method EqualsCaseSensitive (line 178) | public static bool EqualsCaseSensitive(string text, string value) method EqualsOrdinal (line 189) | public static bool EqualsOrdinal(string text, string value) method EqualsOrdinalCaseSensitive (line 200) | public static bool EqualsOrdinalCaseSensitive(string text, string value) FILE: WpfToolkit/Input/AutoCompleteBox/System/Windows/Controls/AutoCompleteFilterMode.cs type AutoCompleteFilterMode (line 21) | public enum AutoCompleteFilterMode FILE: WpfToolkit/Input/AutoCompleteBox/System/Windows/Controls/ISelectionAdapter.cs type ISelectionAdapter (line 20) | public interface ISelectionAdapter method HandleKeyDown (line 63) | void HandleKeyDown(KeyEventArgs e); method CreateAutomationPeer (line 71) | AutomationPeer CreateAutomationPeer(); FILE: WpfToolkit/Input/AutoCompleteBox/System/Windows/Controls/ItemsControlExtensions.cs class ItemsControlExtensions (line 14) | public static class ItemsControlExtensions method ScrollToCenterOfView (line 16) | public static void ScrollToCenterOfView(this ItemsControl itemsControl... method TryScrollToCenterOfView (line 30) | private static bool TryScrollToCenterOfView(this ItemsControl itemsCon... method CenteringOffset (line 73) | private static double CenteringOffset(double center, double viewport, ... method FirstVisualChild (line 77) | private static DependencyObject FirstVisualChild(Visual visual) FILE: WpfToolkit/Input/AutoCompleteBox/System/Windows/Controls/PopulatedEventArgs.cs class PopulatedEventArgs (line 18) | public class PopulatedEventArgs : RoutedEventArgs method PopulatedEventArgs (line 36) | public PopulatedEventArgs(IEnumerable data) method PopulatedEventArgs (line 50) | public PopulatedEventArgs(IEnumerable data, RoutedEvent routedEvent) FILE: WpfToolkit/Input/AutoCompleteBox/System/Windows/Controls/PopulatingEventArgs.cs class PopulatingEventArgs (line 17) | public class PopulatingEventArgs : RoutedEventArgs method PopulatingEventArgs (line 45) | public PopulatingEventArgs(string parameter) method PopulatingEventArgs (line 60) | public PopulatingEventArgs(string parameter, RoutedEvent routedEvent) FILE: WpfToolkit/Input/AutoCompleteBox/System/Windows/Controls/PopupHelper.cs class PopupHelper (line 20) | internal class PopupHelper method PopupHelper (line 83) | public PopupHelper(Control parent) method PopupHelper (line 94) | public PopupHelper(Control parent, Popup popup) method Arrange (line 103) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... method OnClosed (line 218) | private void OnClosed(EventArgs e) method OnPopupClosedStateChanged (line 232) | private void OnPopupClosedStateChanged(object sender, VisualStateChang... method BeforeOnApplyTemplate (line 249) | public void BeforeOnApplyTemplate() method AfterOnApplyTemplate (line 274) | public void AfterOnApplyTemplate() method PopupChild_SizeChanged (line 331) | private void PopupChild_SizeChanged(object sender, SizeChangedEventArg... method OutsidePopup_MouseLeftButtonDown (line 341) | private void OutsidePopup_MouseLeftButtonDown(object sender, MouseButt... method Popup_Closed (line 354) | private void Popup_Closed(object sender, EventArgs e) method OnFocusChanged (line 364) | private void OnFocusChanged(EventArgs e) method OnUpdateVisualStates (line 377) | private void OnUpdateVisualStates(EventArgs e) method PopupChild_GotFocus (line 391) | private void PopupChild_GotFocus(object sender, RoutedEventArgs e) method PopupChild_LostFocus (line 401) | private void PopupChild_LostFocus(object sender, RoutedEventArgs e) method PopupChild_MouseEnter (line 411) | private void PopupChild_MouseEnter(object sender, MouseEventArgs e) method PopupChild_MouseLeave (line 421) | private void PopupChild_MouseLeave(object sender, MouseEventArgs e) FILE: WpfToolkit/Input/AutoCompleteBox/System/Windows/Controls/RoutedPropertyChangingEventArgs.cs class RoutedPropertyChangingEventArgs (line 19) | public class RoutedPropertyChangingEventArgs : RoutedEventArgs method RoutedPropertyChangingEventArgs (line 129) | public RoutedPropertyChangingEventArgs( method RoutedPropertyChangingEventArgs (line 163) | public RoutedPropertyChangingEventArgs(DependencyProperty property, FILE: WpfToolkit/Input/AutoCompleteBox/System/Windows/Controls/SelectorSelectionAdapter.cs class SelectorSelectionAdapter (line 22) | public partial class SelectorSelectionAdapter : ISelectionAdapter method SelectorSelectionAdapter (line 89) | public SelectorSelectionAdapter() method SelectorSelectionAdapter (line 104) | public SelectorSelectionAdapter(Selector selector) method ResetScrollViewer (line 163) | private void ResetScrollViewer() method OnSelectorMouseLeftButtonUp (line 180) | private void OnSelectorMouseLeftButtonUp(object sender, MouseButtonEve... method OnSelectionChanged (line 190) | private void OnSelectionChanged(object sender, SelectionChangedEventAr... method SelectedIndexIncrement (line 213) | protected void SelectedIndexIncrement() method SelectedIndexDecrement (line 228) | protected void SelectedIndexDecrement() method HandleKeyDown (line 253) | public void HandleKeyDown(KeyEventArgs e) method OnCommit (line 290) | protected virtual void OnCommit() method OnCommit (line 300) | private void OnCommit(object sender, RoutedEventArgs e) method OnCancel (line 316) | protected virtual void OnCancel() method OnCancel (line 326) | private void OnCancel(object sender, RoutedEventArgs e) method AfterAdapterAction (line 340) | private void AfterAdapterAction() method CreateAutomationPeer (line 358) | public AutomationPeer CreateAutomationPeer() FILE: WpfToolkit/Input/AutoCompleteBox/System/Windows/Controls/ValueByStringHelper.cs class ValueByStringHelper (line 9) | public class ValueByStringHelper method GetStringValue (line 11) | public static string GetStringValue(string path, Binding binding, obje... FILE: WpfToolkit/Input/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: WpfToolkit/Input/Rating/System/Windows/Automation/Peers/RatingAutomationPeer.cs class RatingAutomationPeer (line 18) | public sealed partial class RatingAutomationPeer : ItemsControlAutomatio... method CreateItemAutomationPeer (line 26) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... method RatingAutomationPeer (line 48) | public RatingAutomationPeer(Rating owner) : base(owner) method GetNameCore (line 56) | protected override string GetNameCore() method GetLocalizedControlTypeCore (line 70) | protected override string GetLocalizedControlTypeCore() method GetAutomationControlTypeCore (line 81) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 92) | public override object GetPattern(PatternInterface patternInterface) method GetChildrenCore (line 113) | [SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists",... method GetSelection (line 163) | public IRawElementProviderSimple[] GetSelection() method SetValue (line 203) | public void SetValue(string value) FILE: WpfToolkit/Input/Rating/System/Windows/Automation/Peers/RatingItemAutomationPeer.cs class RatingItemAutomationPeer (line 24) | public class RatingItemAutomationPeer : FrameworkElementAutomationPeer, ... method RatingItemAutomationPeer (line 41) | public RatingItemAutomationPeer(RatingItem owner) method GetLocalizedControlTypeCore (line 50) | protected override string GetLocalizedControlTypeCore() method GetAutomationControlTypeCore (line 61) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 71) | protected override string GetClassNameCore() method GetPattern (line 82) | public override object GetPattern(PatternInterface patternInterface) method GetNameCore (line 97) | protected override string GetNameCore() method AddToSelection (line 117) | void ISelectionItemProvider.AddToSelection() method RemoveFromSelection (line 149) | void ISelectionItemProvider.RemoveFromSelection() method Select (line 172) | void ISelectionItemProvider.Select() FILE: WpfToolkit/Input/Rating/System/Windows/Controls/Clipper.cs class Clipper (line 12) | public abstract class Clipper : ContentControl method OnRatioVisibleChanged (line 39) | private static void OnRatioVisibleChanged(DependencyObject d, Dependen... method OnRatioVisibleChanged (line 52) | protected virtual void OnRatioVisibleChanged(double oldValue, double n... method Clipper (line 76) | protected Clipper() method ClipContent (line 84) | protected abstract void ClipContent(); FILE: WpfToolkit/Input/Rating/System/Windows/Controls/EnumerableFunctions.cs class EnumerableFunctions (line 19) | internal static class EnumerableFunctions method Scan (line 60) | public static IEnumerable Scan(this IEnumerable that, Func... method Zip (line 85) | public static IEnumerable Zip(IEnumerable enumerable... method IndexOf (line 102) | public static int? IndexOf(this IEnumerable that, T item) method GetWeightedValues (line 123) | public static IEnumerable GetWeightedValues(this IEnumerable : TypeConverter where T : struct method CanConvertFrom (line 29) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 54) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 73) | public override object ConvertFrom(ITypeDescriptorContext context, Sys... method ConvertTo (line 104) | public override object ConvertTo(ITypeDescriptorContext context, Cultu... FILE: WpfToolkit/Input/Rating/System/Windows/Controls/Rating.cs class Rating (line 25) | [TemplateVisualState(Name = VisualStates.StateNormal, GroupName = Visual... method OnDisplayValueChanged (line 60) | private static void OnDisplayValueChanged(DependencyObject dependencyO... method OnDisplayValueChanged (line 69) | private void OnDisplayValueChanged() method OnItemCountChanged (line 112) | private static void OnItemCountChanged(DependencyObject d, DependencyP... method OnItemCountChanged (line 123) | private void OnItemCountChanged(int newValue) method OnIsReadOnlyChanged (line 173) | private static void OnIsReadOnlyChanged(DependencyObject d, Dependency... method OnIsReadOnlyChanged (line 186) | protected virtual void OnIsReadOnlyChanged(bool oldValue, bool newValue) method OnSelectionModeChanged (line 223) | private static void OnSelectionModeChanged(DependencyObject d, Depende... method OnSelectionModeChanged (line 236) | protected virtual void OnSelectionModeChanged(RatingSelectionMode oldV... method OnValueChanged (line 269) | private static void OnValueChanged(DependencyObject d, DependencyPrope... method OnValueChanged (line 282) | protected virtual void OnValueChanged(double? oldValue, double? newValue) method OnItemsChanged (line 300) | protected override void OnItemsChanged(NotifyCollectionChangedEventArg... method Rating (line 336) | static Rating() method Rating (line 344) | public Rating() method OnMouseEnter (line 353) | protected override void OnMouseEnter(MouseEventArgs e) method OnMouseLeave (line 366) | protected override void OnMouseLeave(MouseEventArgs e) method OnMouseLeftButtonDown (line 379) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnMouseLeftButtonUp (line 392) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) method UpdateValues (line 404) | private void UpdateValues() method UpdateDisplayValues (line 456) | private void UpdateDisplayValues() method UpdateHoverStates (line 496) | private void UpdateHoverStates() method GetContainerForItemOverride (line 537) | protected override DependencyObject GetContainerForItemOverride() method IsItemItsOwnContainerOverride (line 548) | protected override bool IsItemItsOwnContainerOverride(object item) method PrepareContainerForItemOverride (line 558) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 585) | protected override void ClearContainerForItemOverride(DependencyObject... method RatingItemMouseEnter (line 609) | private void RatingItemMouseEnter(object sender, MouseEventArgs e) method RatingItemMouseLeave (line 621) | private void RatingItemMouseLeave(object sender, MouseEventArgs e) method GetRatingItems (line 632) | internal IEnumerable GetRatingItems() method SelectRatingItem (line 643) | internal void SelectRatingItem(RatingItem selectedRatingItem) method RatingItemClick (line 664) | private void RatingItemClick(object sender, RoutedEventArgs e) method GetSelectedRatingItem (line 677) | private RatingItem GetSelectedRatingItem() method OnRatingItemValueSelected (line 687) | protected virtual void OnRatingItemValueSelected(RatingItem ratingItem... method OnCreateAutomationPeer (line 705) | protected override AutomationPeer OnCreateAutomationPeer() method OnKeyDown (line 722) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... method GetRatingItemAtOffsetFrom (line 835) | private RatingItem GetRatingItemAtOffsetFrom(RatingItem ratingItem, in... method UpdateVisualState (line 859) | void IUpdateVisualState.UpdateVisualState(bool useTransitions) FILE: WpfToolkit/Input/Rating/System/Windows/Controls/RatingItem.cs class RatingItem (line 18) | [TemplateVisualState(Name = VisualStates.StateNormal, GroupName = Visual... method OnDisplayValueChanged (line 96) | private static void OnDisplayValueChanged(DependencyObject d, Dependen... method OnDisplayValueChanged (line 107) | private void OnDisplayValueChanged(double oldValue, double newValue) method OnIsReadOnlyChanged (line 176) | private static void OnIsReadOnlyChanged(DependencyObject d, Dependency... method OnIsReadOnlyChanged (line 189) | protected virtual void OnIsReadOnlyChanged(bool oldValue, bool newValue) method SelectValue (line 234) | internal void SelectValue() method RatingItem (line 248) | static RatingItem() method RatingItem (line 256) | public RatingItem() method OnMouseLeftButtonDown (line 265) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnMouseLeftButtonUp (line 278) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) method OnMouseEnter (line 291) | protected override void OnMouseEnter(MouseEventArgs e) method OnMouseLeave (line 304) | protected override void OnMouseLeave(MouseEventArgs e) method OnClick (line 316) | protected override void OnClick() method UpdateVisualState (line 326) | void IUpdateVisualState.UpdateVisualState(bool useTransitions) method OnCreateAutomationPeer (line 336) | protected override AutomationPeer OnCreateAutomationPeer() FILE: WpfToolkit/Input/Rating/System/Windows/Controls/RatingSelectionMode.cs type RatingSelectionMode (line 13) | public enum RatingSelectionMode FILE: WpfToolkit/Input/Rating/System/Windows/Controls/Tuple.cs class Tuple (line 13) | internal class Tuple method Tuple (line 30) | public Tuple(T0 first, T1 second) FILE: WpfToolkit/Input/Rating/System/Windows/Controls/TupleExtensions.cs class Tuple (line 11) | internal static class Tuple method Create (line 21) | public static Tuple Create(T0 arg0, T1 arg1) FILE: WpfToolkit/Layout/Accordion/System/Windows/Automation/Peers/AccordionAutomationPeer.cs class AccordionAutomationPeer (line 17) | public class AccordionAutomationPeer : ItemsControlAutomationPeer, ISele... method AccordionAutomationPeer (line 30) | public AccordionAutomationPeer(Accordion owner) method GetClassNameCore (line 40) | protected override string GetClassNameCore() method GetAutomationControlTypeCore (line 51) | protected override AutomationControlType GetAutomationControlTypeCore() method GetPattern (line 62) | public override object GetPattern(PatternInterface patternInterface) method GetChildrenCore (line 82) | [SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists",... method GetSelection (line 133) | public IRawElementProviderSimple[] GetSelection() method CreateItemAutomationPeer (line 179) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... FILE: WpfToolkit/Layout/Accordion/System/Windows/Automation/Peers/AccordionItemAutomationPeer.cs class AccordionItemAutomationPeer (line 26) | public class AccordionItemAutomationPeer : FrameworkElementAutomationPee... method AccordionItemAutomationPeer (line 51) | public AccordionItemAutomationPeer(AccordionItem owner) method AccordionItemAutomationPeer (line 65) | public AccordionItemAutomationPeer(object item, ItemsControlAutomation... method GetAutomationControlTypeCore (line 77) | protected override AutomationControlType GetAutomationControlTypeCore() method GetClassNameCore (line 87) | protected override string GetClassNameCore() method GetPattern (line 98) | public override object GetPattern(PatternInterface patternInterface) method Collapse (line 131) | void IExpandCollapseProvider.Collapse() method Expand (line 154) | void IExpandCollapseProvider.Expand() method AddToSelection (line 177) | void ISelectionItemProvider.AddToSelection() method RemoveFromSelection (line 208) | void ISelectionItemProvider.RemoveFromSelection() method Select (line 227) | void ISelectionItemProvider.Select() FILE: WpfToolkit/Layout/Accordion/System/Windows/Automation/Peers/AccordionItemWrapperAutomationPeer.cs class AccordionItemWrapperAutomationPeer (line 15) | public class AccordionItemWrapperAutomationPeer : FrameworkElementAutoma... method AccordionItemWrapperAutomationPeer (line 21) | public AccordionItemWrapperAutomationPeer(AccordionItem item) FILE: WpfToolkit/Layout/Accordion/System/Windows/Controls/Accordion.cs class Accordion (line 24) | [StyleTypedProperty(Property = "ItemContainerStyle", StyleTargetType = t... method OnExpandDirectionPropertyChanged (line 131) | private static void OnExpandDirectionPropertyChanged(DependencyObject ... method OnSelectionModePropertyChanged (line 198) | private static void OnSelectionModePropertyChanged(DependencyObject d,... method OnSelectedItemPropertyChanged (line 319) | private static void OnSelectedItemPropertyChanged(DependencyObject d, ... method IsValidItemForSelection (line 382) | private bool IsValidItemForSelection(object newValue) method OnSelectedIndexPropertyChanged (line 429) | private static void OnSelectedIndexPropertyChanged(DependencyObject d,... method IsValidIndexForSelection (line 481) | private bool IsValidIndexForSelection(int newValue) method OnSelectionSequencePropertyChanged (line 529) | private static void OnSelectionSequencePropertyChanged(DependencyObjec... method OnSelectedItemsChanged (line 579) | private static void OnSelectedItemsChanged(DependencyObject d, Depende... method OnSelectedIndicesChanged (line 625) | private static void OnSelectedIndicesChanged(DependencyObject d, Depen... method OnItemContainerStylePropertyChanged (line 669) | private static void OnItemContainerStylePropertyChanged(DependencyObje... method OnAccordionButtonStylePropertyChanged (line 703) | private static void OnAccordionButtonStylePropertyChanged(DependencyOb... method Accordion (line 768) | static Accordion() method Accordion (line 777) | public Accordion() method OnApplyTemplate (line 802) | public override void OnApplyTemplate() method OnCreateAutomationPeer (line 814) | protected override AutomationPeer OnCreateAutomationPeer() method GetContainerForItemOverride (line 827) | protected override DependencyObject GetContainerForItemOverride() method IsItemItsOwnContainerOverride (line 841) | protected override bool IsItemItsOwnContainerOverride(object item) method PrepareContainerForItemOverride (line 851) | protected override void PrepareContainerForItemOverride(DependencyObje... method ClearContainerForItemOverride (line 976) | protected override void ClearContainerForItemOverride(DependencyObject... method OnItemsChanged (line 996) | protected override void OnItemsChanged(NotifyCollectionChangedEventArg... method InitializeNewItemsSource (line 1125) | private void InitializeNewItemsSource() method OnAccordionItemUnselected (line 1146) | internal void OnAccordionItemUnselected(AccordionItem accordionItem) method UnselectItem (line 1156) | private void UnselectItem(int index, object item) method OnAccordionItemSelected (line 1219) | internal void OnAccordionItemSelected(AccordionItem accordionItem) method SelectItem (line 1228) | private void SelectItem(int index) method ChangeSelectedIndex (line 1270) | private void ChangeSelectedIndex(int oldIndex, int newIndex) method OnSelectedItemsCollectionChanged (line 1332) | private void OnSelectedItemsCollectionChanged(object sender, NotifyCol... method OnSelectedIndicesCollectionChanged (line 1433) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... method ProposeSelectedIndexCandidate (line 1561) | private int ProposeSelectedIndexCandidate(int nonCandidateIndex) method SelectAll (line 1589) | public void SelectAll() method UnselectAll (line 1601) | public void UnselectAll() method UpdateAccordionItemsSelection (line 1611) | private void UpdateAccordionItemsSelection(bool selectedValue) method SetLockedProperties (line 1627) | private void SetLockedProperties() method OnSelectedItemChanged (line 1649) | protected virtual void OnSelectedItemChanged(SelectionChangedEventArgs e) method RaiseOnSelectedItemsCollectionChanged (line 1670) | private void RaiseOnSelectedItemsCollectionChanged(NotifyCollectionCha... method OnAccordionSizeChanged (line 1689) | private void OnAccordionSizeChanged(object sender, SizeChangedEventArg... method OnHeaderSizeChange (line 1701) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method ScheduleAction (line 1715) | internal virtual bool ScheduleAction(AccordionItem item, AccordionActi... method OnActionFinish (line 1745) | internal virtual void OnActionFinish(AccordionItem item) method StartNextAction (line 1768) | private void StartNextAction() method LayoutChildren (line 1796) | private void LayoutChildren() method SetPanelOrientation (line 1921) | private void SetPanelOrientation() method OnGotFocus (line 1950) | protected override void OnGotFocus(RoutedEventArgs e) method OnLostFocus (line 1963) | protected override void OnLostFocus(RoutedEventArgs e) method OnMouseEnter (line 1976) | protected override void OnMouseEnter(MouseEventArgs e) method OnMouseLeave (line 1989) | protected override void OnMouseLeave(MouseEventArgs e) method OnMouseLeftButtonDown (line 2002) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnMouseLeftButtonUp (line 2015) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) method UpdateVisualState (line 2031) | void IUpdateVisualState.UpdateVisualState(bool useTransitions) method UpdateVisualState (line 2043) | internal virtual void UpdateVisualState(bool useTransitions) FILE: WpfToolkit/Layout/Accordion/System/Windows/Controls/AccordionAction.cs type AccordionAction (line 12) | internal enum AccordionAction FILE: WpfToolkit/Layout/Accordion/System/Windows/Controls/AccordionButton.cs class AccordionButton (line 14) | [TemplateVisualState(Name = VisualStates.StateNormal, GroupName = Visual... method AccordionButton (line 44) | static AccordionButton() method AccordionButton (line 54) | public AccordionButton() method UpdateVisualState (line 66) | internal virtual void UpdateVisualState(bool useTransitions) FILE: WpfToolkit/Layout/Accordion/System/Windows/Controls/AccordionItem.cs class AccordionItem (line 21) | [TemplateVisualState(Name = VisualStates.StateNormal, GroupName = Visual... method OnExpandDirectionPropertyChanged (line 154) | private static void OnExpandDirectionPropertyChanged(DependencyObject ... method OnIsSelectedPropertyChanged (line 230) | private static void OnIsSelectedPropertyChanged(DependencyObject d, De... method OnAccordionButtonStylePropertyChanged (line 334) | private static void OnAccordionButtonStylePropertyChanged(DependencyOb... method OnAccordionButtonStyleChanged (line 345) | protected virtual void OnAccordionButtonStyleChanged(Style oldStyle, S... method OnExpandableContentControlStylePropertyChanged (line 375) | private static void OnExpandableContentControlStylePropertyChanged(Dep... method OnExpandableContentControlStyleChanged (line 386) | protected virtual void OnExpandableContentControlStyleChanged(Style ol... method OnContentTargetSizePropertyChanged (line 427) | private static void OnContentTargetSizePropertyChanged(DependencyObjec... method AccordionItem (line 487) | static AccordionItem() method AccordionItem (line 495) | public AccordionItem() method OnHeaderSizeChanged (line 514) | private void OnHeaderSizeChanged(object sender, SizeChangedEventArgs e) method Schedule (line 535) | private void Schedule(AccordionAction action) method StartAction (line 578) | internal virtual void StartAction() method OnStoryboardFinished (line 660) | private void OnStoryboardFinished(object sender, EventArgs e) method OnApplyTemplate (line 700) | public override void OnApplyTemplate() method OnCreateAutomationPeer (line 758) | protected override AutomationPeer OnCreateAutomationPeer() method PreparePrepareHeaderedContentControlContainerForItemOverride (line 778) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method HasDefaultValue (line 801) | private static bool HasDefaultValue(Control control, DependencyPropert... method OnKeyDown (line 812) | protected override void OnKeyDown(KeyEventArgs e) method OnSelected (line 855) | protected virtual void OnSelected() method OnUnselected (line 868) | protected virtual void OnUnselected() method ToggleSelected (line 883) | private void ToggleSelected(RoutedEventHandler handler, RoutedEventArg... method ToggleSelected (line 890) | private void ToggleSelected(RoutedEventArgs args) method RaiseEvent (line 923) | private void RaiseEvent(RoutedEventHandler handler, RoutedEventArgs args) method OnExpanderButtonClicked (line 937) | private void OnExpanderButtonClicked(object sender, RoutedEventArgs e) method OnGotFocus (line 958) | protected override void OnGotFocus(RoutedEventArgs e) method OnLostFocus (line 971) | protected override void OnLostFocus(RoutedEventArgs e) method OnMouseEnter (line 984) | protected override void OnMouseEnter(MouseEventArgs e) method OnMouseLeave (line 997) | protected override void OnMouseLeave(MouseEventArgs e) method OnMouseLeftButtonDown (line 1010) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnMouseLeftButtonUp (line 1023) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) method UpdateVisualState (line 1039) | void IUpdateVisualState.UpdateVisualState(bool useTransitions) method UpdateVisualState (line 1051) | internal virtual void UpdateVisualState(bool useTransitions) FILE: WpfToolkit/Layout/Accordion/System/Windows/Controls/AccordionSelectionMode.cs type AccordionSelectionMode (line 12) | public enum AccordionSelectionMode FILE: WpfToolkit/Layout/Accordion/System/Windows/Controls/ExpandableContentControl.cs class ExpandableContentControl (line 8) | public class ExpandableContentControl : ContentControl method ExpandableContentControl (line 10) | static ExpandableContentControl() method IsRevealModeValid (line 39) | private static bool IsRevealModeValid(object value) method MeasureOverride (line 117) | protected override Size MeasureOverride(Size availableSize) method Resize (line 131) | private Size Resize(Size size, double factor) method ArrangeOverride (line 138) | protected override Size ArrangeOverride(Size finalSize) FILE: WpfToolkit/Layout/Accordion/System/Windows/Controls/SelectionSequence.cs type SelectionSequence (line 12) | public enum SelectionSequence FILE: WpfToolkit/Layout/Extensions/MathExtensions.cs class MathExtensions (line 8) | internal static class MathExtensions method Ceiling (line 15) | public static decimal Ceiling(this decimal value) { return Math.Ceilin... method Ceiling (line 19) | public static double Ceiling(this double value) { return Math.Ceiling(... method Floor (line 24) | public static decimal Floor(this decimal value) { return Math.Floor(va... method Floor (line 28) | public static double Floor(this double value) { return Math.Floor(valu... method AtLeast (line 34) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtLeast (line 40) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtLeast (line 46) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtLeast (line 52) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtLeast (line 58) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtLeast (line 64) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtLeast (line 70) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtLeast (line 76) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtLeast (line 82) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtLeast (line 88) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtLeast (line 94) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtMost (line 101) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtMost (line 107) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtMost (line 113) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtMost (line 119) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtMost (line 125) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtMost (line 131) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtMost (line 137) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtMost (line 143) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtMost (line 149) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtMost (line 155) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method AtMost (line 161) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Clamp (line 169) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Clamp (line 176) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Clamp (line 183) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Clamp (line 190) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Clamp (line 197) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Clamp (line 204) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Clamp (line 211) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Clamp (line 218) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Clamp (line 225) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Clamp (line 232) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Clamp (line 239) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Round (line 246) | public static decimal Round(this decimal value) { return Math.Round(va... method Round (line 250) | public static double Round(this double value) { return Math.Round(valu... method Round (line 257) | public static decimal Round(this decimal value, int decimals) { return... method Round (line 264) | public static decimal Round(this decimal value, MidpointRounding mode)... method Round (line 270) | public static double Round(this double value, int digits) { return Mat... method Round (line 276) | public static double Round(this double value, MidpointRounding mode) {... method Round (line 285) | public static decimal Round(this decimal value, int decimals, Midpoint... method Round (line 293) | public static double Round(this double value, int digits, MidpointRoun... method RoundUp (line 299) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method RoundUp (line 305) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method RoundUp (line 311) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method RoundUp (line 317) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method RoundUp (line 323) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method RoundUp (line 329) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method RoundUp (line 335) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method RoundUp (line 341) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method RoundUp (line 346) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method RoundUp (line 351) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method RoundUp (line 356) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method RoundUp (line 361) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method RoundUp (line 366) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method RoundUp (line 371) | [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCase... method RoundDown (line 378) | public static decimal RoundDown(this decimal value, decimal factor) { ... method RoundDown (line 383) | public static double RoundDown(this double value, double factor) { var... method RoundDown (line 388) | public static float RoundDown(this float value, float factor) { var d ... method RoundDown (line 393) | public static long RoundDown(this long value, long factor) { var d = (... method RoundDown (line 398) | public static int RoundDown(this int value, int factor) { var d = (val... method RoundDown (line 403) | public static short RoundDown(this short value, short factor) { var d ... method RoundDown (line 408) | public static byte RoundDown(this byte value, byte factor) { var d = (... method RoundDown (line 413) | public static decimal RoundDown(this decimal value) { return RoundDown... method RoundDown (line 417) | public static double RoundDown(this double value) { return RoundDown(v... method RoundDown (line 421) | public static float RoundDown(this float value) { return RoundDown(val... method RoundDown (line 425) | public static long RoundDown(this long value) { return RoundDown(value... method RoundDown (line 429) | public static int RoundDown(this int value) { return RoundDown(value, ... method RoundDown (line 433) | public static short RoundDown(this short value) { return RoundDown(val... method RoundDown (line 437) | public static byte RoundDown(this byte value) { return RoundDown(value... method Truncate (line 442) | public static decimal Truncate(this decimal value) { return Math.Trunc... method Truncate (line 446) | public static double Truncate(this double value) { return Math.Truncat... method Abs (line 455) | public static decimal Abs(this decimal value) { return Math.Abs(value); } method Abs (line 459) | public static double Abs(this double value) { return Math.Abs(value); } method Abs (line 463) | public static float Abs(this float value) { return Math.Abs(value); } method Abs (line 468) | public static short Abs(this short value) { return Math.Abs(value); } method Abs (line 473) | public static int Abs(this int value) { return Math.Abs(value); } method Abs (line 478) | public static long Abs(this long value) { return Math.Abs(value); } method Abs (line 483) | public static sbyte Abs(this sbyte value) { return Math.Abs(value); } method BigMul (line 489) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method DivRem (line 498) | [SuppressMessage("Microsoft.Design", "CA1021:AvoidOutParameters")] method DivRem (line 507) | [SuppressMessage("Microsoft.Design", "CA1021:AvoidOutParameters")] method Exp (line 514) | public static double Exp(this double value) { return Math.Exp(value); } method IEEERemainder (line 520) | [SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedC... method Log (line 527) | public static double Log(this double value) { return Math.Log(value); } method Log (line 532) | public static double Log(this double value, double newBase) { return M... method Log10 (line 537) | public static double Log10(this double value) { return Math.Log10(valu... method Pow (line 543) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Sign (line 549) | public static int Sign(this decimal value) { return Math.Sign(value); } method Sign (line 554) | public static int Sign(this double value) { return Math.Sign(value); } method Sign (line 559) | public static int Sign(this float value) { return Math.Sign(value); } method Sign (line 563) | public static int Sign(this short value) { return Math.Sign(value); } method Sign (line 567) | public static int Sign(this int value) { return Math.Sign(value); } method Sign (line 571) | public static int Sign(this long value) { return Math.Sign(value); } method Sign (line 575) | public static int Sign(this sbyte value) { return Math.Sign(value); } method Sqrt (line 580) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method IsBetween (line 592) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method IsBetween (line 599) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method IsBetween (line 606) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method IsBetween (line 613) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method IsBetween (line 620) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method IsBetween (line 627) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method IsBetween (line 634) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method IsNaN (line 641) | public static bool IsNaN(this double value) { return Double.IsNaN(valu... method IsNaN (line 646) | public static bool IsNaN(this float value) { return Single.IsNaN(value... method GetValueOrDefault (line 651) | public static double GetValueOrDefault(this double value) { return Dou... method GetValueOrDefault (line 656) | public static double GetValueOrDefault(this double value, double defau... method GetValueOrDefault (line 660) | public static float GetValueOrDefault(this float value) { return Singl... method GetValueOrDefault (line 665) | public static float GetValueOrDefault(this float value, float defaultV... method Acos (line 674) | public static double Acos(this double value) { return Math.Acos(value); } method Asin (line 679) | public static double Asin(this double value) { return Math.Asin(value); } method Atan (line 684) | public static double Atan(this double value) { return Math.Atan(value); } method Atan2 (line 690) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Cos (line 696) | public static double Cos(this double angle) { return Math.Cos(angle); } method Cosh (line 701) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Sin (line 707) | public static double Sin(this double angle) { return Math.Sin(angle); } method Sinh (line 712) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method Tan (line 718) | public static double Tan(this double angle) { return Math.Tan(angle); } method Tanh (line 723) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method To (line 734) | public static IEnumerable To(this decimal start, decimal boun... method To (line 739) | public static IEnumerable To(this decimal start, decimal boun... method To (line 744) | public static IEnumerable To(this double start, double bound) ... method To (line 749) | public static IEnumerable To(this double start, double bound, ... method To (line 754) | public static IEnumerable To(this float start, float bound) { v... method To (line 759) | public static IEnumerable To(this float start, float bound, flo... method To (line 764) | public static IEnumerable To(this long start, long bound) { var ... method To (line 769) | public static IEnumerable To(this long start, long bound, long s... method To (line 774) | public static IEnumerable To(this int start, int bound) { var ste... method To (line 779) | public static IEnumerable To(this int start, int bound, int step)... method To (line 784) | public static IEnumerable To(this short start, short bound) { v... method To (line 789) | public static IEnumerable To(this short start, short bound, sho... FILE: WpfToolkit/Layout/Extensions/RectExtensions.cs class RectExtensions (line 9) | internal static class RectExtensions method GetCenter (line 16) | public static Point GetCenter(this Rect rect) method IsDefined (line 26) | public static bool IsDefined(this Rect rect) method Intersects (line 42) | public static bool Intersects(this Rect self, Rect rect) FILE: WpfToolkit/Layout/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: WpfToolkit/Layout/TransitioningContentControl/System/Windows/Controls/TransitioningContentControl.cs class TransitioningContentControl (line 20) | [TemplateVisualState(GroupName = PresentationGroup, Name = NormalState)] method OnIsTransitioningPropertyChanged (line 108) | private static void OnIsTransitioningPropertyChanged(DependencyObject ... method OnTransitionPropertyChanged (line 174) | private static void OnTransitionPropertyChanged(DependencyObject d, De... method OnRestartTransitionOnContentChangePropertyChanged (line 239) | private static void OnRestartTransitionOnContentChangePropertyChanged(... method OnRestartTransitionOnContentChangeChanged (line 249) | protected virtual void OnRestartTransitionOnContentChangeChanged(bool ... method TransitioningContentControl (line 265) | static TransitioningContentControl() method TransitioningContentControl (line 274) | public TransitioningContentControl() method OnApplyTemplate (line 285) | public override void OnApplyTemplate() method OnContentChanged (line 323) | protected override void OnContentChanged(object oldContent, object new... method StartTransition (line 335) | [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", M... method OnTransitionCompleted (line 360) | private void OnTransitionCompleted(object sender, EventArgs e) method AbortTransition (line 374) | public void AbortTransition() method GetStoryboard (line 390) | private Storyboard GetStoryboard(string newTransition) FILE: WpfToolkit/Layout/ZoomableCanvas/LinkedListExtensions.cs class LinkedListExtensions (line 6) | public static class LinkedListExtensions method FindNext (line 16) | public static LinkedListNode FindNext(this LinkedList list, L... method FindPrevious (line 64) | public static LinkedListNode FindPrevious(this LinkedList lis... FILE: WpfToolkit/Layout/ZoomableCanvas/PriorityQuadTree.cs class PriorityQuadTree (line 17) | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA... class QuadNode (line 23) | private class QuadNode method QuadNode (line 36) | public QuadNode(T node, Rect bounds, double priority) method InsertInto (line 81) | public QuadNode InsertInto(QuadNode tail) method GetNodesIntersecting (line 113) | public IEnumerable> GetNodesIntersecting(Rec... method GetNodesInside (line 131) | public IEnumerable> GetNodesInside(Rect bounds) method HasNodesIntersecting (line 149) | public bool HasNodesIntersecting(Rect bounds) method HasNodesInside (line 169) | public bool HasNodesInside(Rect bounds) class Quadrant (line 190) | private class Quadrant : IEnumerable method Quadrant (line 210) | public Quadrant(Rect bounds) method Insert (line 223) | internal Quadrant Insert(T node, Rect bounds, double priority, int d... method Remove (line 297) | internal bool Remove(T node, Rect bounds) method GetNodesIntersecting (line 370) | internal IEnumerable> GetNodesIntersecting(R... method GetNodesInside (line 455) | internal IEnumerable> GetNodesInside(Rect bo... method HasNodesInside (line 539) | internal bool HasNodesInside(Rect bounds) method HasNodesIntersecting (line 584) | internal bool HasNodesIntersecting(Rect bounds) method RemoveNode (line 629) | private bool RemoveNode(T node) method CalculatePotential (line 667) | private double CalculatePotential() method GetEnumerator (line 704) | public IEnumerator GetEnumerator() method GetEnumerator (line 745) | IEnumerator IEnumerable.GetEnumerator() method Insert (line 801) | public void Insert(T item, Rect bounds, double priority) method HasItemsInside (line 829) | public bool HasItemsInside(Rect bounds) method GetItemsInside (line 851) | public IEnumerable GetItemsInside(Rect bounds) method HasItemsIntersecting (line 875) | public bool HasItemsIntersecting(Rect bounds) method GetItemsIntersecting (line 897) | public IEnumerable GetItemsIntersecting(Rect bounds) method Remove (line 925) | public bool Remove(T item) method Remove (line 940) | public bool Remove(T item, Rect bounds) method Clear (line 960) | public void Clear() method ReIndex (line 968) | private void ReIndex() method GetEnumerator (line 987) | public IEnumerator GetEnumerator() method GetEnumerator (line 1003) | IEnumerator IEnumerable.GetEnumerator() FILE: WpfToolkit/Layout/ZoomableCanvas/PriorityQueue.cs class PriorityQueue (line 11) | [SuppressMessage("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveInc... method PriorityQueue (line 20) | public PriorityQueue() method PriorityQueue (line 25) | public PriorityQueue(bool invert) method PriorityQueue (line 31) | public PriorityQueue(IComparer comparer) method Enqueue (line 37) | public void Enqueue(T item, TPriority priority) method Dequeue (line 45) | public KeyValuePair Dequeue() method Peek (line 64) | public KeyValuePair Peek() method TryGetValue (line 72) | public bool TryGetValue(T item, out TPriority priority) method MoveUp (line 130) | private void MoveUp(KeyValuePair element, int index) method MoveDown (line 149) | private void MoveDown(KeyValuePair element, int index) method IsPrior (line 174) | private bool IsPrior(KeyValuePair element1, KeyValuePair... FILE: WpfToolkit/Layout/ZoomableCanvas/VirtualPanel.cs class VirtualPanel (line 13) | public abstract class VirtualPanel : VirtualizingPanel method OnIsVirtualizingChanged (line 25) | private static void OnIsVirtualizingChanged(DependencyObject d, Depend... method IndexFromContainer (line 88) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method ItemFromContainer (line 111) | [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesA... method ContainerFromIndex (line 133) | public UIElement ContainerFromIndex(int itemIndex) method ContainerFromItem (line 149) | public UIElement ContainerFromItem(object item) method InvalidateReality (line 162) | public void InvalidateReality() method UpdateReality (line 188) | public void UpdateReality() method RealizeCore (line 205) | private object RealizeCore(object state) method RealizeOverride (line 247) | protected abstract object RealizeOverride(IEnumerable items, object st... method OnIsItemsHostChanged (line 254) | protected override void OnIsItemsHostChanged(bool oldIsItemsHost, bool... method OnIsVirtualizingChanged (line 266) | protected virtual void OnIsVirtualizingChanged(bool oldIsVirtualizing,... method OnItemsChanged (line 276) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... method OnItemsChanged (line 391) | [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandl... method RealizeItem (line 401) | protected UIElement RealizeItem(int itemIndex) method VirtualizeItem (line 424) | protected void VirtualizeItem(int itemIndex) class VirtualItemsList (line 449) | private class VirtualItemsList : IList method VirtualItemsList (line 451) | public VirtualItemsList(IList items, int offset, int count) method IndexOf (line 498) | public int IndexOf(object value) method Contains (line 514) | public bool Contains(object value) method GetEnumerator (line 519) | public IEnumerator GetEnumerator() method Add (line 532) | public int Add(object value) method Clear (line 537) | public void Clear() method Insert (line 542) | public void Insert(int index, object value) method Remove (line 547) | public void Remove(object value) method RemoveAt (line 552) | public void RemoveAt(int index) method CopyTo (line 557) | public void CopyTo(Array array, int index) FILE: WpfToolkit/Layout/ZoomableCanvas/ZoomableCanvas.cs class ZoomableCanvas (line 19) | public class ZoomableCanvas : VirtualPanel, IScrollInfo method CoerceRenderTransform (line 34) | private static object CoerceRenderTransform(DependencyObject d, object... method OnApplyTransformChanged (line 53) | private static void OnApplyTransformChanged(DependencyObject d, Depend... method CoerceActualViewbox (line 104) | private static object CoerceActualViewbox(DependencyObject d, object v... method OnActualViewboxChanged (line 123) | private static void OnActualViewboxChanged(DependencyObject d, Depende... method IsViewboxValid (line 165) | private static bool IsViewboxValid(object value) method OnViewboxChanged (line 180) | private static void OnViewboxChanged(DependencyObject d, DependencyPro... method IsStretchValid (line 219) | private static bool IsStretchValid(object value) method OnStretchChanged (line 232) | private static void OnStretchChanged(DependencyObject d, DependencyPro... method IsStretchDirectionValid (line 268) | private static bool IsStretchDirectionValid(object value) method OnStretchDirectionChanged (line 281) | private static void OnStretchDirectionChanged(DependencyObject d, Depe... method IsOffsetValid (line 316) | private static bool IsOffsetValid(object value) method CoerceOffset (line 329) | private static object CoerceOffset(DependencyObject d, object value) method OnOffsetChanged (line 351) | private static void OnOffsetChanged(DependencyObject d, DependencyProp... method IsScaleValid (line 414) | private static bool IsScaleValid(object value) method CoerceScale (line 425) | private static object CoerceScale(DependencyObject d, object value) method OnScaleChanged (line 471) | private static void OnScaleChanged(DependencyObject d, DependencyPrope... method IsRealizationLimitValid (line 528) | private static bool IsRealizationLimitValid(object value) method OnRealizationLimitChanged (line 538) | private static void OnRealizationLimitChanged(DependencyObject d, Depe... method IsRealizationRateValid (line 574) | private static bool IsRealizationRateValid(object value) method OnRealizationRateChanged (line 584) | private static void OnRealizationRateChanged(DependencyObject d, Depen... method ZoomableCanvas (line 615) | [SuppressMessage("Microsoft.Performance", "CA1810:InitializeReferenceT... method ZoomableCanvas (line 636) | public ZoomableCanvas() type ISpatialItemsSource (line 655) | [SuppressMessage("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVis... method Query (line 674) | IEnumerable Query(Rect rectangle); class PrivateSpatialIndex (line 695) | private class PrivateSpatialIndex : ISpatialItemsSource class SpatialItem (line 703) | private class SpatialItem method SpatialItem (line 705) | public SpatialItem() method ToString (line 723) | public override string ToString() method Query (line 766) | public IEnumerable Query(Rect bounds) method InsertRange (line 836) | public void InsertRange(int index, int count) method RemoveRange (line 858) | public void RemoveRange(int index, int count) method Reset (line 889) | public void Reset(int count) method Optimize (line 909) | public void Optimize() method OnIsVirtualizingChanged (line 948) | protected override void OnIsVirtualizingChanged(bool oldIsVirtualizing... method OnIsItemsHostChanged (line 957) | protected override void OnIsItemsHostChanged(bool oldIsItemsHost, bool... method OnItemsChanged (line 966) | protected override void OnItemsChanged(object sender, NotifyCollection... method OnItemsAdded (line 995) | private void OnItemsAdded(int index, IList items) method OnItemsRemoved (line 1021) | private void OnItemsRemoved(int index, IList items) method OnItemsReset (line 1053) | private void OnItemsReset() method OnSpatialQueryInvalidated (line 1089) | private void OnSpatialQueryInvalidated(object sender, EventArgs e) method OnSpatialExtentChanged (line 1099) | private void OnSpatialExtentChanged(object sender, EventArgs e) method RealizeOverride (line 1114) | protected override object RealizeOverride(IEnumerable items, object st... method RealizeOverride (line 1132) | private IEnumerator RealizeOverride() method OnRenderSizeChanged (line 1233) | protected override void OnRenderSizeChanged(SizeChangedInfo sizeInfo) method OnPositioningChanged (line 1247) | private static void OnPositioningChanged(DependencyObject d, Dependenc... method ScaleOverride (line 1299) | protected virtual void ScaleOverride(double scale) method OffsetOverride (line 1317) | protected virtual void OffsetOverride(Point offset) method MeasureOverride (line 1336) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 1356) | protected override Size ArrangeOverride(Size finalSize) method GetLayoutClip (line 1417) | protected override Geometry GetLayoutClip(Size layoutSlotSize) method InvalidateExtent (line 1458) | protected void InvalidateExtent() method GetVisualPoint (line 1473) | public Point GetVisualPoint(Point canvasPoint) method GetCanvasPoint (line 1483) | public Point GetCanvasPoint(Point screenPoint) method LineDown (line 1586) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... method LineLeft (line 1592) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... method LineRight (line 1598) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... method LineUp (line 1604) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... method MouseWheelDown (line 1610) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... method MouseWheelLeft (line 1616) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... method MouseWheelRight (line 1622) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... method MouseWheelUp (line 1628) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... method PageDown (line 1634) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... method PageLeft (line 1640) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... method PageRight (line 1646) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... method PageUp (line 1652) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... method SetHorizontalOffset (line 1658) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... method SetVerticalOffset (line 1675) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... method MakeVisible (line 1692) | [SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeC... FILE: WpfToolkit/Resources/SR.cs class SR (line 16) | internal static class SR method Get (line 18) | internal static string Get(SRID id) method Get (line 23) | internal static string Get(SRID id, params object[] args) FILE: WpfToolkit/Resources/SRID.cs type SRID (line 14) | internal struct SRID method SRID (line 23) | private SRID(string s) FILE: WpfToolkit/Samples/Accordion/AccordionSample.xaml.cs class AccordionSample (line 17) | #if SILVERLIGHT method AccordionSample (line 26) | public AccordionSample() method ExpandDirectionChanged (line 79) | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performanc... method SetHeight (line 93) | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performanc... method RemoveHeight (line 104) | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performanc... method SelectionModeChanged (line 115) | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performanc... method SelectAll (line 129) | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performanc... method UnselectAll (line 140) | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performanc... method SelectionSequenceChanged (line 151) | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performanc... method RemoveWidth (line 165) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... method SetWidth (line 176) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... method Button_OnClick (line 182) | private void Button_OnClick(object sender, RoutedEventArgs e) FILE: WpfToolkit/Samples/Accordion/AccordionShowcase.xaml.cs class AccordionShowcase (line 13) | #if SILVERLIGHT method AccordionShowcase (line 23) | public AccordionShowcase() FILE: WpfToolkit/Samples/Accordion/AccordionUsage.xaml.cs class AccordionUsage (line 28) | #if SILVERLIGHT method AccordionUsage (line 37) | public AccordionUsage() method Accordion_SelectionChanged (line 60) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... method ExpandAll_Click (line 77) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... method CollapseAll_Click (line 88) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... method CLRTypesSelectedItemsChanged (line 99) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... method SetMouseEvents (line 116) | [SuppressMessage("Microsoft.Performance", "CA1804:RemoveUnusedLocals",... FILE: WpfToolkit/Samples/App.xaml.cs class App (line 13) | public partial class App : Application FILE: WpfToolkit/Samples/AutoCompleteBox/AutoCompleteBoxSample.xaml.cs class AutoCompleteBoxSample (line 29) | #if SILVERLIGHT method AutoCompleteBoxSample (line 38) | public AutoCompleteBoxSample() method OnLoaded (line 49) | private void OnLoaded(object sender, System.Windows.RoutedEventArgs e) method OnSelectionChanged (line 65) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... FILE: WpfToolkit/Samples/AutoCompleteBox/AutoCompleteComboBox.xaml.cs class AutoCompleteComboBox (line 25) | #if SILVERLIGHT method AutoCompleteComboBox (line 34) | public AutoCompleteComboBox() method OnLoaded (line 45) | private void OnLoaded(object sender, RoutedEventArgs rea) method OnPickerChanged (line 81) | private void OnPickerChanged(object sender, SelectionChangedEventArgs e) method OnApiChanged (line 103) | private void OnApiChanged(object sender, SelectionChangedEventArgs e) method InitializeTypeList (line 114) | private static Dictionary InitializeTypeList() method DropDownToggle_Click (line 142) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... FILE: WpfToolkit/Samples/AutoCompleteBox/AutoCompleteLambda.xaml.cs class AutoCompleteLambda (line 25) | #if SILVERLIGHT method AutoCompleteLambda (line 34) | public AutoCompleteLambda() method Airports_Loaded (line 45) | private void Airports_Loaded(object sender, RoutedEventArgs e) method BookFlight_Click (line 86) | private void BookFlight_Click(object sender, RoutedEventArgs e) method SelectedItemsChanged (line 107) | private void SelectedItemsChanged(object sender, SelectionChangedEvent... FILE: WpfToolkit/Samples/AutoCompleteBox/CustomEvents.xaml.cs class CustomEvents (line 24) | #if SILVERLIGHT method CustomEvents (line 33) | public CustomEvents() method OnLoaded (line 44) | private void OnLoaded(object sender, RoutedEventArgs e) method OnPopulatingSynchronous (line 57) | private void OnPopulatingSynchronous(object sender, PopulatingEventArg... method OnPopulatingAsynchronous (line 74) | private void OnPopulatingAsynchronous(object sender, PopulatingEventAr... method OnSelectionChanged (line 105) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... FILE: WpfToolkit/Samples/AutoCompleteBox/DataGridAutoCompleteBox.xaml.cs class DataGridAutoCompleteBox (line 17) | [Sample("DataGrid", DifficultyLevel.Advanced)] method DataGridAutoCompleteBox (line 24) | public DataGridAutoCompleteBox() method OnLoaded (line 35) | private void OnLoaded(object sender, RoutedEventArgs e) FILE: WpfToolkit/Samples/AutoCompleteBox/DataGridAutoCompleteBoxEdit.xaml.cs class DataGridAutoCompleteBoxEdit (line 20) | [Sample("DataGrid Editing", DifficultyLevel.Advanced)] method DataGridAutoCompleteBoxEdit (line 27) | public DataGridAutoCompleteBoxEdit() method OnLoaded (line 39) | private void OnLoaded(object sender, RoutedEventArgs e) FILE: WpfToolkit/Samples/AutoCompleteBox/DataGridSelectionAdapter.cs class DataGridSelectionAdapter (line 22) | public class DataGridSelectionAdapter : DataGrid, ISelectionAdapter method DataGridSelectionAdapter (line 59) | public DataGridSelectionAdapter() method OnSelectorMouseLeftButtonUp (line 88) | private void OnSelectorMouseLeftButtonUp(object sender, MouseButtonEve... method OnSelectionChanged (line 101) | private void OnSelectionChanged(object sender, SelectionChangedEventAr... method OnCollectionChanged (line 157) | private void OnCollectionChanged(object sender, NotifyCollectionChange... method SelectedIndexIncrement (line 173) | private void SelectedIndexIncrement() method SelectedIndexDecrement (line 183) | private void SelectedIndexDecrement() method HandleKeyDown (line 202) | public void HandleKeyDown(KeyEventArgs e) method OnCommit (line 241) | private void OnCommit(object sender, RoutedEventArgs e) method OnCancel (line 257) | private void OnCancel(object sender, RoutedEventArgs e) method AfterAdapterAction (line 271) | private void AfterAdapterAction() method CreateAutomationPeer (line 286) | public AutomationPeer CreateAutomationPeer() FILE: WpfToolkit/Samples/AutoCompleteBox/DictionaryKeyValueConverter.cs class DictionaryKeyValueConverter (line 26) | public class DictionaryKeyValueConverter : IValueConverter method ConvertBack (line 36) | public object ConvertBack(object value, Type targetType, object parame... method Convert (line 49) | public object Convert(object value, Type targetType, object parameter,... FILE: WpfToolkit/Samples/AutoCompleteBox/RandomEmployeeDetails.cs class RandomEmployeeDetails (line 20) | public class RandomEmployeeDetails method RandomEmployeeDetails (line 31) | public RandomEmployeeDetails() method RandomEmployeeDetails (line 41) | public RandomEmployeeDetails(Employee employee) : this() FILE: WpfToolkit/Samples/AutoCompleteBox/SampleEmployeeCollection.cs class SampleEmployeeCollection (line 16) | public class SampleEmployeeCollection : ObjectCollection method SampleEmployeeCollection (line 21) | public SampleEmployeeCollection() FILE: WpfToolkit/Samples/AutoCompleteBox/SearchSuggestionSample.xaml.cs class SearchSuggestionSample (line 27) | #if SILVERLIGHT method SearchSuggestionSample (line 36) | public SearchSuggestionSample() method OnLoaded (line 48) | private void OnLoaded(object sender, RoutedEventArgs e) method Search_Populating (line 79) | private void Search_Populating(object sender, PopulatingEventArgs e) method OnDownloadStringCompleted (line 97) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... FILE: WpfToolkit/Samples/Common/BusinessObjects/Airport.cs class Airport (line 18) | public class Airport method Airport (line 72) | public Airport() method Airport (line 87) | [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelle... method ToString (line 103) | public override string ToString() FILE: WpfToolkit/Samples/Common/BusinessObjects/City.cs class City (line 14) | public class City method City (line 29) | public City() method ToString (line 37) | public override string ToString() FILE: WpfToolkit/Samples/Common/BusinessObjects/Contact.cs class Contact (line 24) | public class Contact : INotifyPropertyChanged, IEditableObject method Contact (line 79) | public Contact() method OnPropertyChanged (line 301) | protected virtual void OnPropertyChanged(string propName) method BeginEdit (line 660) | public void BeginEdit() method CancelEdit (line 677) | public void CancelEdit() method EndEdit (line 694) | public void EndEdit() FILE: WpfToolkit/Samples/Common/BusinessObjects/Customer.cs type Status (line 18) | public enum Status class Customer (line 39) | public class Customer : INotifyPropertyChanged, IEditableObject type CustomerData (line 49) | private struct CustomerData method Customer (line 139) | public Customer() method Customer (line 160) | public Customer( method BeginEdit (line 201) | public void BeginEdit() method CancelEdit (line 213) | public void CancelEdit() method EndEdit (line 268) | public void EndEdit() method GetRandomCustomer (line 607) | public static Customer GetRandomCustomer(int index) method GetFakeStatus (line 621) | internal static Status GetFakeStatus(Random random) method GetFakeString (line 639) | internal static string GetFakeString(Random random) method GetFakeBool (line 654) | internal static bool GetFakeBool(Random random) method GetFakeNullableBool (line 664) | internal static bool? GetFakeNullableBool(Random random) method GetFakeNullableInteger (line 682) | internal static int? GetFakeNullableInteger(Random random) method GetFakeNullableStatus (line 693) | internal static Status? GetFakeNullableStatus(Random random) method CreateFakeCustomer (line 717) | private static Customer CreateFakeCustomer(int index) method GetFakeColor (line 738) | private static Color GetFakeColor(Random random) method RaisePropertyChanged (line 769) | private void RaisePropertyChanged(string propertyName) FILE: WpfToolkit/Samples/Common/BusinessObjects/CustomerList.cs class CustomerCollection (line 16) | public class CustomerCollection : IList, IList, INotifyCollect... method CustomerCollection (line 31) | public CustomerCollection() method CustomerCollection (line 40) | public CustomerCollection(int customerCount) method CopyTo (line 74) | public void CopyTo(System.Array array, int index) method Add (line 154) | public int Add(object value) method Contains (line 170) | public bool Contains(object value) method IndexOf (line 184) | public int IndexOf(object value) method Insert (line 194) | public void Insert(int index, object value) method Remove (line 203) | public void Remove(object value) method IndexOf (line 217) | public int IndexOf(Customer item) method Insert (line 227) | public void Insert(int index, Customer item) method RemoveAt (line 241) | public void RemoveAt(int index) method Add (line 281) | public void Add(Customer item) method Clear (line 294) | public void Clear() method Contains (line 305) | public bool Contains(Customer item) method CopyTo (line 319) | public void CopyTo(Customer[] array, int arrayIndex) method Remove (line 340) | public bool Remove(Customer item) method GetEnumerator (line 364) | public IEnumerator GetEnumerator() method GetEnumerator (line 377) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method RaiseCollectionChanged (line 390) | private void RaiseCollectionChanged(NotifyCollectionChangedEventArgs e) FILE: WpfToolkit/Samples/Common/BusinessObjects/Department.cs class Department (line 17) | [ContentProperty("Divisions")] method Department (line 23) | public Department() FILE: WpfToolkit/Samples/Common/BusinessObjects/Employee.cs class Employee (line 15) | public sealed partial class Employee method Employee (line 47) | public Employee() method Employee (line 59) | internal Employee(string firstName, string lastName, string resourceNa... method Employee (line 69) | internal Employee(string firstName, string lastName) method ToString (line 80) | public override string ToString() FILE: WpfToolkit/Samples/Common/BusinessObjects/Feature.cs class Feature (line 15) | [ContentProperty("Subcomponents")] method Feature (line 21) | public Feature() method OnPropertyChanged (line 86) | private void OnPropertyChanged(string propertyName) FILE: WpfToolkit/Samples/Common/BusinessObjects/MemberInfoData.cs class MemberInfoData (line 21) | public class MemberInfoData method GetSetForType (line 28) | public static IEnumerable GetSetForType(Type type) method MemberInfoData (line 55) | public MemberInfoData(MemberInfo mi) method ToString (line 125) | public override string ToString() FILE: WpfToolkit/Samples/Common/BusinessObjects/ObjectCollection.cs class ObjectCollection (line 10) | public partial class ObjectCollection : Collection method ObjectCollection (line 12) | public ObjectCollection() method ObjectCollection (line 17) | public ObjectCollection(IEnumerable enumerable) FILE: WpfToolkit/Samples/Common/BusinessObjects/Photograph.cs class Photograph (line 16) | public sealed partial class Photograph method Photograph (line 34) | internal Photograph(string resourceName) method ToString (line 44) | public override string ToString() method GetPhotographs (line 57) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... FILE: WpfToolkit/Samples/Common/BusinessObjects/Words.cs class Words (line 14) | public static class Words method GetAliceInWonderland (line 20) | public static string[] GetAliceInWonderland() FILE: WpfToolkit/Samples/Common/GridLengthAnimation.cs class GridLengthAnimation (line 12) | public class GridLengthAnimation : AnimationTimeline method GridLengthAnimation (line 17) | static GridLengthAnimation() method CreateInstanceCore (line 23) | protected override Freezable CreateInstanceCore() method GetCurrentValue (line 57) | public override object GetCurrentValue(object defaultOriginValue, obje... FILE: WpfToolkit/Samples/Common/SharedResources.cs class SharedResources (line 23) | public static class SharedResources method GetImage (line 42) | public static Image GetImage(string name) method GetIcon (line 54) | public static Image GetIcon(string name) method CreateImage (line 72) | public static Image CreateImage(string prefix, string name) method GetImageNames (line 106) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... method GetIconNames (line 118) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... method GetImages (line 128) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... method GetIcons (line 141) | [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropr... method GetResourceNames (line 156) | private static IEnumerable GetResourceNames(string prefix) FILE: WpfToolkit/Samples/Common/WebServiceHelper.cs class WebServiceHelper (line 21) | public static class WebServiceHelper method CreateWebSearchUri (line 66) | public static Uri CreateWebSearchUri(string searchText) method CreateWebSearchSuggestionsUri (line 76) | public static Uri CreateWebSearchSuggestionsUri(string searchText) method CreateAirfareSearchUri (line 91) | public static Uri CreateAirfareSearchUri(Airport departureAirport, Air... FILE: WpfToolkit/Samples/DataVisualisation/DataVisualisationSample.xaml.cs class DataVisualisationSample (line 20) | public partial class DataVisualisationSample : UserControl method DataVisualisationSample (line 22) | public DataVisualisationSample() FILE: WpfToolkit/Samples/DataVisualisation/SampleDataVM.cs class SampleDataVM (line 5) | public class SampleDataVM method SampleDataVM (line 9) | public SampleDataVM() class FinancialData (line 51) | public class FinancialData method FinancialData (line 60) | public FinancialData() FILE: WpfToolkit/Samples/MainWindow.xaml.cs class MainWindow (line 20) | public partial class MainWindow : Window method MainWindow (line 22) | public MainWindow() FILE: WpfToolkit/Samples/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: WpfToolkit/Samples/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: WpfToolkit/Samples/Rating/RatingSample.xaml.cs class RatingSample (line 16) | #if SILVERLIGHT method RatingSample (line 25) | public RatingSample() method Netflix_ValueChanged (line 36) | private void Netflix_ValueChanged(object sender, RoutedPropertyChanged... method Button_Click (line 46) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... FILE: WpfToolkit/Samples/Themes/ThemesExample.xaml.cs class ThemesExample (line 21) | public partial class ThemesExample : UserControl method ThemesExample (line 23) | public ThemesExample() method ComboBox_SelectionChanged (line 28) | private void ComboBox_SelectionChanged(object sender, SelectionChanged... FILE: WpfToolkit/Samples/TreeMap/BlogPost.cs class BlogPost (line 6) | public class BlogPost class BlogTag (line 32) | public class BlogTag FILE: WpfToolkit/Samples/TreeMap/TreeMapIntroduction.xaml.cs class TreeMapIntroduction (line 10) | public partial class TreeMapIntroduction : UserControl method TreeMapIntroduction (line 12) | public TreeMapIntroduction() class DockPanel (line 51) | public class DockPanel : System.Windows.Controls.DockPanel class Viewbox (line 57) | public class Viewbox : ContentControl method Viewbox (line 59) | public Viewbox() class Viewbox (line 79) | public class Viewbox : System.Windows.Controls.Viewbox method Viewbox (line 59) | public Viewbox() FILE: WpfToolkit/WPF.Themes/JetPack/Helpers/DataGridCheckBoxColumnFixer.cs class DataGridCheckBoxColumnFixer (line 7) | public class DataGridCheckBoxColumnFixer : DependencyObject method GetFix (line 25) | public static bool GetFix(DependencyObject d) method SetFix (line 34) | public static void SetFix(DependencyObject d, bool value) method OnFixChanged (line 42) | private static void OnFixChanged(DependencyObject d, DependencyPropert... method DataGridAutoGeneratedColumns (line 61) | static void DataGridAutoGeneratedColumns(object sender, EventArgs e) method Unsubscribe (line 67) | private static void Unsubscribe(DataGrid dataGrid) method DataGridAutoGeneratingColumn (line 137) | static void DataGridAutoGeneratingColumn(object sender, DataGridAutoGe... FILE: WpfToolkit/WPF.Themes/JetPack/Helpers/GridLengthAnimation.cs class GridLengthAnimation (line 11) | public class GridLengthAnimation : AnimationTimeline method CreateInstanceCore (line 18) | protected override System.Windows.Freezable CreateInstanceCore() method GetCurrentValue (line 67) | public override object GetCurrentValue(object defaultOriginValue, obje... FILE: WpfToolkit/WPF.Themes/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: WpfToolkit/WPF.Themes/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: WpfToolkit/WPF.Themes/ThemeManager.cs class ThemeManager (line 9) | public static class ThemeManager method GetThemeResourceDictionary (line 11) | public static ResourceDictionary GetThemeResourceDictionary(string theme) method GetThemes (line 23) | public static string[] GetThemes() method ApplyTheme (line 53) | public static void ApplyTheme(this Application app, string theme) method ApplyTheme (line 64) | public static void ApplyTheme(this ContentControl control, string theme) method GetTheme (line 89) | public static string GetTheme(DependencyObject d) method SetTheme (line 98) | public static void SetTheme(DependencyObject d, string value) method OnThemeChanged (line 106) | private static void OnThemeChanged(DependencyObject d, DependencyPrope... FILE: WpfToolkit/WpfTest/App.xaml.cs class App (line 13) | public partial class App : Application FILE: WpfToolkit/WpfTest/MainWindow.xaml.cs class MainWindow (line 8) | public partial class MainWindow : Window, INotifyPropertyChanged method OnPropertyChanged (line 12) | private void OnPropertyChanged([CallerMemberName] string propertyName ... method MainWindow (line 53) | public MainWindow() class Cart (line 81) | public class Cart method Cart (line 85) | public Cart(Item item) => Item = item; class Item (line 89) | public class Item method Item (line 94) | public Item(string name) => Name = name;