C# Класс Microsoft.Windows.Controls.Ribbon.RibbonGallery

Наследование: System.Windows.Controls.ItemsControl, IWeakEventListener, IPreviewCommandSource
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AllFilterItemContainerStyleProperty System.Windows.DependencyProperty
AllFilterItemTemplateProperty System.Windows.DependencyProperty
CanAddToQuickAccessToolBarDirectlyProperty System.Windows.DependencyProperty
CanUserFilterProperty System.Windows.DependencyProperty
CategoryStyleProperty System.Windows.DependencyProperty
CategoryTemplateProperty System.Windows.DependencyProperty
ColumnsStretchToFillProperty System.Windows.DependencyProperty
CommandParameterProperty System.Windows.DependencyProperty
CommandProperty System.Windows.DependencyProperty
CommandTargetProperty System.Windows.DependencyProperty
FilterItemContainerStyleProperty System.Windows.DependencyProperty
FilterItemContainerStyleSelectorProperty System.Windows.DependencyProperty
FilterItemTemplateProperty System.Windows.DependencyProperty
FilterItemTemplateSelectorProperty System.Windows.DependencyProperty
FilterMenuButtonStyleProperty System.Windows.DependencyProperty
FilterPaneContentProperty System.Windows.DependencyProperty
FilterPaneContentTemplateProperty System.Windows.DependencyProperty
GalleryItemStyleProperty System.Windows.DependencyProperty
GalleryItemTemplateProperty System.Windows.DependencyProperty
HighlightedItemProperty System.Windows.DependencyProperty
IsSharedColumnSizeScopeProperty System.Windows.DependencyProperty
IsSynchronizedWithCurrentItemProperty System.Windows.DependencyProperty
MaxColumnCountProperty System.Windows.DependencyProperty
MinColumnCountProperty System.Windows.DependencyProperty
PreviewCommandParameterProperty System.Windows.DependencyProperty
QuickAccessToolBarIdProperty System.Windows.DependencyProperty
RibbonProperty System.Windows.DependencyProperty
SelectedItemProperty System.Windows.DependencyProperty
SelectedValuePathProperty System.Windows.DependencyProperty
SelectedValueProperty System.Windows.DependencyProperty
SelectionChangedEvent System.Windows.RoutedEvent
SmallImageSourceProperty System.Windows.DependencyProperty
ToolTipDescriptionProperty System.Windows.DependencyProperty
ToolTipFooterDescriptionProperty System.Windows.DependencyProperty
ToolTipFooterImageSourceProperty System.Windows.DependencyProperty
ToolTipFooterTitleProperty System.Windows.DependencyProperty
ToolTipImageSourceProperty System.Windows.DependencyProperty
ToolTipTitleProperty System.Windows.DependencyProperty

Private Properties

Свойство Тип Описание
AddCurrentItemChangedListener void
ChangeHighlight void
ChangeSelection void
CoerceHighlightedItem object
CoerceMaxColumnCount object
CoerceSelectedItem object
CoerceSelectedValue object
ContainsItem bool
ContainsValue bool
DidMouseMove bool
FilterCanExecute void
FilterExecuted void
ForceCoerceHighlightedItem void
ForceCoerceSelectedItem void
ForceCoerceSelectedValue void
GetInnerText object
GetSelectableValueFromItem object
GetSelectableValueFromItem object
GetSourceCollectionView CollectionView
HookCommand void
IWeakEventListener bool
InvalidateMeasureOnAllCategoriesPanel void
IsMinMaxColumnCountValid bool
MoveCurrentTo void
MoveCurrentToPosition void
OnCanExecuteChanged void
OnCategoryStyleChanged void
OnCategoryTemplateChanged void
OnCoerceCurrentFilterStyle object
OnCoerceCurrentFilterTemplate object
OnCoerceFilterItemContainerStyleSelector object
OnCoerceFilterItemTemplateSelector object
OnCoerceItemContainerStyle object
OnCoerceItemTemplate object
OnCommandChanged void
OnCurrentFilterChanged void
OnCurrentFilterTemplateChanged void
OnCurrentItemChanged void
OnDismissPopup void
OnDismissPopupThunk void
OnFilterButtonItemContainerGeneratorStatusChanged void
OnFilterItemContainerStyleChanged void
OnFilterItemContainerStyleSelectorChanged void
OnFilterItemTemplateChanged void
OnFilterItemTemplateSelectorChanged void
OnHighlightedItemChangedPrivate void
OnIsSelectedChanged void
OnIsSynchronizedWithCurrentItemChanged void
OnItemContainerGeneratorStatusChanged void
OnLayoutPropertyChange void
OnLoaded void
OnMouseMove void
OnNavigationKeyDown void
OnNotifyGalleryItemTemplateOrStylePropertyChanged void
OnSelectedValuePathChanged void
OnSourceCollectionViewCurrentItemChanged void
OnUnloaded void
RemoveCurrentItemChangedListener void
RepopulateCategoryFilters void
RibbonGallery System
SetHeaderBindingForCurrentFilterItem void
SetTemplateBindingForCurrentFilterItem void
SynchronizeWithCurrentItem void
SynchronizeWithCurrentItem void
UnhookCommand void
UpdateCanExecute void
UpdateIsSynchronizedWithCurrentItemInternal void
VerifyEqual bool
filterMenuButton_Loaded void

Открытые методы

Метод Описание
OnApplyTemplate ( ) : void
ScrollIntoView ( object item ) : void

This method allows a particular item to be scrolled into view

Note that this method currently does not support the virtualization

Защищенные методы

Метод Описание
ClearContainerForItemOverride ( DependencyObject element, object item ) : void

Called when the container is being detached from the parent ItemsControl

GetContainerForItemOverride ( ) : DependencyObject
IsItemItsOwnContainerOverride ( object item ) : bool
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
OnHighlightedItemChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnInitialized ( EventArgs e ) : void
OnIsKeyboardFocusWithinChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called when the focus changes within the subtree

OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void

This method is invoked when the Items property changes.

OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Gallery's ScrollViewer handles up/down arrow keys and marks the KeyDown event handled even if the next focusable element is not its descendant. The logic here enables navigation to outside the gallery (for e.g. from the last/first galleryItem to gallery's sibling MenuItem).

OnSelectionChanged ( RoutedPropertyChangedEventArgs e ) : void

Called when SelectedItem changes. Default implementation fires the SelectionChanged event.

PrepareContainerForItemOverride ( DependencyObject element, object item ) : void

Called when the container is being attached to the parent ItemsControl

Приватные методы

Метод Описание
AddCurrentItemChangedListener ( ) : void
ChangeHighlight ( object item, RibbonGalleryItem container, bool isHighlighted ) : void
ChangeSelection ( object item, RibbonGalleryItem container, bool isSelected ) : void
CoerceHighlightedItem ( DependencyObject d, object value ) : object
CoerceMaxColumnCount ( DependencyObject d, object baseValue ) : object
CoerceSelectedItem ( DependencyObject d, object value ) : object
CoerceSelectedValue ( DependencyObject d, object value ) : object
ContainsItem ( object item, bool ignoreItemContainerGeneratorStatus, RibbonGalleryCategory &category, RibbonGalleryItem &galleryItem ) : bool
ContainsValue ( object value, bool ignoreItemContainerGeneratorStatus, object &item, RibbonGalleryCategory &category, RibbonGalleryItem &galleryItem ) : bool
DidMouseMove ( System.Windows.Input.MouseEventArgs e ) : bool
FilterCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
FilterExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
ForceCoerceHighlightedItem ( ) : void
ForceCoerceSelectedItem ( ) : void
ForceCoerceSelectedValue ( ) : void
GetInnerText ( object item ) : object
GetSelectableValueFromItem ( object item ) : object
GetSelectableValueFromItem ( object item, ContentControl dummyElement ) : object
GetSourceCollectionView ( ItemsControl itemsControl ) : CollectionView
HookCommand ( ICommand command ) : void
IWeakEventListener ( Type managerType, object sender, EventArgs e ) : bool
InvalidateMeasureOnAllCategoriesPanel ( ) : void
IsMinMaxColumnCountValid ( object value ) : bool
MoveCurrentTo ( CollectionView cv, object item ) : void
MoveCurrentToPosition ( CollectionView cv, int position ) : void
OnCanExecuteChanged ( object sender, EventArgs e ) : void
OnCategoryStyleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCategoryTemplateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCoerceCurrentFilterStyle ( DependencyObject d, object baseValue ) : object
OnCoerceCurrentFilterTemplate ( DependencyObject d, object baseValue ) : object
OnCoerceFilterItemContainerStyleSelector ( DependencyObject d, object baseValue ) : object
OnCoerceFilterItemTemplateSelector ( DependencyObject d, object baseValue ) : object
OnCoerceItemContainerStyle ( DependencyObject d, object baseValue ) : object
OnCoerceItemTemplate ( DependencyObject d, object baseValue ) : object
OnCommandChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCurrentFilterChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCurrentFilterTemplateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCurrentItemChanged ( ) : void
OnDismissPopup ( RibbonDismissPopupEventArgs e ) : void
OnDismissPopupThunk ( object sender, RibbonDismissPopupEventArgs e ) : void
OnFilterButtonItemContainerGeneratorStatusChanged ( object sender, EventArgs e ) : void
OnFilterItemContainerStyleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnFilterItemContainerStyleSelectorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnFilterItemTemplateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnFilterItemTemplateSelectorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnHighlightedItemChangedPrivate ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsSelectedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsSynchronizedWithCurrentItemChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnItemContainerGeneratorStatusChanged ( object sender, EventArgs e ) : void
OnLayoutPropertyChange ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnNavigationKeyDown ( System.Windows.Input.KeyEventArgs e, DependencyObject focusedElement ) : void
OnNotifyGalleryItemTemplateOrStylePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSelectedValuePathChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSourceCollectionViewCurrentItemChanged ( ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void
RemoveCurrentItemChangedListener ( ) : void
RepopulateCategoryFilters ( ) : void
RibbonGallery ( ) : System

Initializes static members of the RibbonGallery class.

SetHeaderBindingForCurrentFilterItem ( ) : void
SetTemplateBindingForCurrentFilterItem ( ) : void
SynchronizeWithCurrentItem ( ) : void
SynchronizeWithCurrentItem ( RibbonGalleryCategory category, object selectedItem ) : void
UnhookCommand ( ICommand command ) : void
UpdateCanExecute ( ) : void
UpdateIsSynchronizedWithCurrentItemInternal ( ) : void

Update the private flag IsSynchronizedWithCurrentItemInternal so that it honor the public property when set and chooses the automatic behavior which is synchornize currency only when bound to an explicit CollectionViewSource.

VerifyEqual ( object knownValue, object itemValue ) : bool
filterMenuButton_Loaded ( object sender, RoutedEventArgs e ) : void

Описание методов

ClearContainerForItemOverride() защищенный Метод

Called when the container is being detached from the parent ItemsControl
protected ClearContainerForItemOverride ( DependencyObject element, object item ) : void
element System.Windows.DependencyObject
item object
Результат void

GetContainerForItemOverride() защищенный Метод

protected GetContainerForItemOverride ( ) : DependencyObject
Результат System.Windows.DependencyObject

IsItemItsOwnContainerOverride() защищенный Метод

protected IsItemItsOwnContainerOverride ( object item ) : bool
item object
Результат bool

OnApplyTemplate() публичный Метод

public OnApplyTemplate ( ) : void
Результат void

OnCreateAutomationPeer() защищенный Метод

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
Результат System.Windows.Automation.Peers.AutomationPeer

OnHighlightedItemChanged() защищенный Метод

protected OnHighlightedItemChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Результат void

OnInitialized() защищенный Метод

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
Результат void

OnIsKeyboardFocusWithinChanged() защищенный Метод

Called when the focus changes within the subtree
protected OnIsKeyboardFocusWithinChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Результат void

OnItemsChanged() защищенный Метод

This method is invoked when the Items property changes.
protected OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
Результат void

OnItemsSourceChanged() защищенный Метод

protected OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void
oldValue IEnumerable
newValue IEnumerable
Результат void

OnMouseEnter() защищенный Метод

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Результат void

OnMouseLeave() защищенный Метод

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Результат void

OnPreviewKeyDown() защищенный Метод

Gallery's ScrollViewer handles up/down arrow keys and marks the KeyDown event handled even if the next focusable element is not its descendant. The logic here enables navigation to outside the gallery (for e.g. from the last/first galleryItem to gallery's sibling MenuItem).
protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Результат void

OnSelectionChanged() защищенный Метод

Called when SelectedItem changes. Default implementation fires the SelectionChanged event.
protected OnSelectionChanged ( RoutedPropertyChangedEventArgs e ) : void
e RoutedPropertyChangedEventArgs Event arguments.
Результат void

PrepareContainerForItemOverride() защищенный Метод

Called when the container is being attached to the parent ItemsControl
protected PrepareContainerForItemOverride ( DependencyObject element, object item ) : void
element System.Windows.DependencyObject
item object
Результат void

ScrollIntoView() публичный Метод

This method allows a particular item to be scrolled into view
Note that this method currently does not support the virtualization
public ScrollIntoView ( object item ) : void
item object
Результат void

Описание свойств

AllFilterItemContainerStyleProperty публичное статическое свойство

Style to allow customization of the "All" filter item's container.
public static DependencyProperty,System.Windows AllFilterItemContainerStyleProperty
Результат System.Windows.DependencyProperty

AllFilterItemTemplateProperty публичное статическое свойство

DataTemplate to allow customization of the "All" filter item.
public static DependencyProperty,System.Windows AllFilterItemTemplateProperty
Результат System.Windows.DependencyProperty

CanAddToQuickAccessToolBarDirectlyProperty публичное статическое свойство

DependencyProperty for CanAddToQuickAccessToolBarDirectly property.
public static DependencyProperty,System.Windows CanAddToQuickAccessToolBarDirectlyProperty
Результат System.Windows.DependencyProperty

CanUserFilterProperty публичное статическое свойство

Using a DependencyProperty as the backing store for CanUserFilter. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CanUserFilterProperty
Результат System.Windows.DependencyProperty

CategoryStyleProperty публичное статическое свойство

DependencyProperty for the CategoryStyle property.
public static DependencyProperty,System.Windows CategoryStyleProperty
Результат System.Windows.DependencyProperty

CategoryTemplateProperty публичное статическое свойство

DependencyProperty for the CategoryStyle property.
public static DependencyProperty,System.Windows CategoryTemplateProperty
Результат System.Windows.DependencyProperty

ColumnsStretchToFillProperty публичное статическое свойство

public static DependencyProperty,System.Windows ColumnsStretchToFillProperty
Результат System.Windows.DependencyProperty

CommandParameterProperty публичное статическое свойство

Using a DependencyProperty as the backing store for CommandParameterProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CommandParameterProperty
Результат System.Windows.DependencyProperty

CommandProperty публичное статическое свойство

Using a DependencyProperty as the backing store for CommandProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CommandProperty
Результат System.Windows.DependencyProperty

CommandTargetProperty публичное статическое свойство

Using a DependencyProperty as the backing store for CommandTargetProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CommandTargetProperty
Результат System.Windows.DependencyProperty

FilterItemContainerStyleProperty публичное статическое свойство

Style to allow customization of the filter items containers.
public static DependencyProperty,System.Windows FilterItemContainerStyleProperty
Результат System.Windows.DependencyProperty

FilterItemContainerStyleSelectorProperty публичное статическое свойство

StyleSelector to allow customization of the filter item containers.
public static DependencyProperty,System.Windows FilterItemContainerStyleSelectorProperty
Результат System.Windows.DependencyProperty

FilterItemTemplateProperty публичное статическое свойство

DataTemplate to allow customization of the filter items.
public static DependencyProperty,System.Windows FilterItemTemplateProperty
Результат System.Windows.DependencyProperty

FilterItemTemplateSelectorProperty публичное статическое свойство

DataTemplateSelector to allow customization of the filter items.
public static DependencyProperty,System.Windows FilterItemTemplateSelectorProperty
Результат System.Windows.DependencyProperty

FilterMenuButtonStyleProperty публичное статическое свойство

Style to allow customization of the Filter menu button.
public static DependencyProperty,System.Windows FilterMenuButtonStyleProperty
Результат System.Windows.DependencyProperty

FilterPaneContentProperty публичное статическое свойство

Object to allow customization of the Filter pane.
public static DependencyProperty,System.Windows FilterPaneContentProperty
Результат System.Windows.DependencyProperty

FilterPaneContentTemplateProperty публичное статическое свойство

DataTemplate to allow customization of the Filter pane.
public static DependencyProperty,System.Windows FilterPaneContentTemplateProperty
Результат System.Windows.DependencyProperty

GalleryItemStyleProperty публичное статическое свойство

public static DependencyProperty,System.Windows GalleryItemStyleProperty
Результат System.Windows.DependencyProperty

GalleryItemTemplateProperty публичное статическое свойство

public static DependencyProperty,System.Windows GalleryItemTemplateProperty
Результат System.Windows.DependencyProperty

HighlightedItemProperty публичное статическое свойство

The DependencyProperty for the HighlightedItem property. Flags: None Default Value: null
public static DependencyProperty,System.Windows HighlightedItemProperty
Результат System.Windows.DependencyProperty

IsSharedColumnSizeScopeProperty публичное статическое свойство

IsSharedColumnSizeScope: defined on RibbonGallery. RibbonGalleryCategory also adds itself owner to it. It's a BooleanProperty where True means that I(the control on which property is set) am the Scope for Uniform layout of items. Truth Table for this could be defined by: (gallery.IsSharedColumnScope && !category.ISSharedColumnScope)? Gallery Scope : Category Scope Default Scope must result as Gallery scope hence default value on Gallery is True and on Category it's false.
public static DependencyProperty,System.Windows IsSharedColumnSizeScopeProperty
Результат System.Windows.DependencyProperty

IsSynchronizedWithCurrentItemProperty публичное статическое свойство

public static DependencyProperty,System.Windows IsSynchronizedWithCurrentItemProperty
Результат System.Windows.DependencyProperty

MaxColumnCountProperty публичное статическое свойство

MaxColumnCount is the property defined on RibbonGallery. RibbonGalleryCategory also Adds itself Owner to this property. It's used by RibbonGalleryItemsPanel during Measure/Arrange which is default panel for RibbonGalleryCategory Default is int.MaxValue
public static DependencyProperty,System.Windows MaxColumnCountProperty
Результат System.Windows.DependencyProperty

MinColumnCountProperty публичное статическое свойство

MinColumnCount is the property defined on RibbonGallery. RibbonGalleryCategory also Adds itself Owner to this property. It's used by RibbonGalleryItemsPanel during Measure/Arrange which is default panel for RibbonGalleryCategory Default is 0
public static DependencyProperty,System.Windows MinColumnCountProperty
Результат System.Windows.DependencyProperty

PreviewCommandParameterProperty публичное статическое свойство

Using a DependencyProperty as the backing store for PreviewCommandParameterProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows PreviewCommandParameterProperty
Результат System.Windows.DependencyProperty

QuickAccessToolBarIdProperty публичное статическое свойство

DependencyProperty for QuickAccessToolBarId property.
public static DependencyProperty,System.Windows QuickAccessToolBarIdProperty
Результат System.Windows.DependencyProperty

RibbonProperty публичное статическое свойство

DependencyProperty for Ribbon property.
public static DependencyProperty,System.Windows RibbonProperty
Результат System.Windows.DependencyProperty

SelectedItemProperty публичное статическое свойство

The DependencyProperty for the SelectedItem property. Default Value: null
public static DependencyProperty,System.Windows SelectedItemProperty
Результат System.Windows.DependencyProperty

SelectedValuePathProperty публичное статическое свойство

SelectedValuePath DependencyProperty
public static DependencyProperty,System.Windows SelectedValuePathProperty
Результат System.Windows.DependencyProperty

SelectedValueProperty публичное статическое свойство

The DependencyProperty for the SelectedValue property. Default Value: null
public static DependencyProperty,System.Windows SelectedValueProperty
Результат System.Windows.DependencyProperty

SelectionChangedEvent публичное статическое свойство

Event fired when SelectedItem changes.
public static RoutedEvent,System.Windows SelectionChangedEvent
Результат System.Windows.RoutedEvent

SmallImageSourceProperty публичное статическое свойство

DependencyProperty for SmallImageSource property.
public static DependencyProperty,System.Windows SmallImageSourceProperty
Результат System.Windows.DependencyProperty

ToolTipDescriptionProperty публичное статическое свойство

DependencyProperty for ToolTipDescription property.
public static DependencyProperty,System.Windows ToolTipDescriptionProperty
Результат System.Windows.DependencyProperty

ToolTipFooterDescriptionProperty публичное статическое свойство

DependencyProperty for ToolTipFooterDescription property.
public static DependencyProperty,System.Windows ToolTipFooterDescriptionProperty
Результат System.Windows.DependencyProperty

ToolTipFooterImageSourceProperty публичное статическое свойство

DependencyProperty for ToolTipFooterImageSource property.
public static DependencyProperty,System.Windows ToolTipFooterImageSourceProperty
Результат System.Windows.DependencyProperty

ToolTipFooterTitleProperty публичное статическое свойство

DependencyProperty for ToolTipFooterTitle property.
public static DependencyProperty,System.Windows ToolTipFooterTitleProperty
Результат System.Windows.DependencyProperty

ToolTipImageSourceProperty публичное статическое свойство

DependencyProperty for ToolTipImageSource property.
public static DependencyProperty,System.Windows ToolTipImageSourceProperty
Результат System.Windows.DependencyProperty

ToolTipTitleProperty публичное статическое свойство

DependencyProperty for ToolTipTitle property.
public static DependencyProperty,System.Windows ToolTipTitleProperty
Результат System.Windows.DependencyProperty