C# Class Microsoft.Windows.Controls.Ribbon.RibbonGallery

Inheritance: System.Windows.Controls.ItemsControl, IWeakEventListener, IPreviewCommandSource
Afficher le fichier Open project: kasicass/kasicass Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

ClearContainerForItemOverride() protected méthode

Called when the container is being detached from the parent ItemsControl
protected ClearContainerForItemOverride ( DependencyObject element, object item ) : void
element System.Windows.DependencyObject
item object
Résultat void

GetContainerForItemOverride() protected méthode

protected GetContainerForItemOverride ( ) : DependencyObject
Résultat System.Windows.DependencyObject

IsItemItsOwnContainerOverride() protected méthode

protected IsItemItsOwnContainerOverride ( object item ) : bool
item object
Résultat bool

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnCreateAutomationPeer() protected méthode

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
Résultat System.Windows.Automation.Peers.AutomationPeer

OnHighlightedItemChanged() protected méthode

protected OnHighlightedItemChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnInitialized() protected méthode

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnIsKeyboardFocusWithinChanged() protected méthode

Called when the focus changes within the subtree
protected OnIsKeyboardFocusWithinChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnItemsChanged() protected méthode

This method is invoked when the Items property changes.
protected OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat void

OnItemsSourceChanged() protected méthode

protected OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void
oldValue IEnumerable
newValue IEnumerable
Résultat void

OnMouseEnter() protected méthode

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnPreviewKeyDown() protected méthode

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
Résultat void

OnSelectionChanged() protected méthode

Called when SelectedItem changes. Default implementation fires the SelectionChanged event.
protected OnSelectionChanged ( RoutedPropertyChangedEventArgs e ) : void
e RoutedPropertyChangedEventArgs Event arguments.
Résultat void

PrepareContainerForItemOverride() protected méthode

Called when the container is being attached to the parent ItemsControl
protected PrepareContainerForItemOverride ( DependencyObject element, object item ) : void
element System.Windows.DependencyObject
item object
Résultat void

ScrollIntoView() public méthode

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
Résultat void

Property Details

AllFilterItemContainerStyleProperty public_oe static_oe property

Style to allow customization of the "All" filter item's container.
public static DependencyProperty,System.Windows AllFilterItemContainerStyleProperty
Résultat System.Windows.DependencyProperty

AllFilterItemTemplateProperty public_oe static_oe property

DataTemplate to allow customization of the "All" filter item.
public static DependencyProperty,System.Windows AllFilterItemTemplateProperty
Résultat System.Windows.DependencyProperty

CanAddToQuickAccessToolBarDirectlyProperty public_oe static_oe property

DependencyProperty for CanAddToQuickAccessToolBarDirectly property.
public static DependencyProperty,System.Windows CanAddToQuickAccessToolBarDirectlyProperty
Résultat System.Windows.DependencyProperty

CanUserFilterProperty public_oe static_oe property

Using a DependencyProperty as the backing store for CanUserFilter. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CanUserFilterProperty
Résultat System.Windows.DependencyProperty

CategoryStyleProperty public_oe static_oe property

DependencyProperty for the CategoryStyle property.
public static DependencyProperty,System.Windows CategoryStyleProperty
Résultat System.Windows.DependencyProperty

CategoryTemplateProperty public_oe static_oe property

DependencyProperty for the CategoryStyle property.
public static DependencyProperty,System.Windows CategoryTemplateProperty
Résultat System.Windows.DependencyProperty

ColumnsStretchToFillProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColumnsStretchToFillProperty
Résultat System.Windows.DependencyProperty

CommandParameterProperty public_oe static_oe property

Using a DependencyProperty as the backing store for CommandParameterProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CommandParameterProperty
Résultat System.Windows.DependencyProperty

CommandProperty public_oe static_oe property

Using a DependencyProperty as the backing store for CommandProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CommandProperty
Résultat System.Windows.DependencyProperty

CommandTargetProperty public_oe static_oe property

Using a DependencyProperty as the backing store for CommandTargetProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CommandTargetProperty
Résultat System.Windows.DependencyProperty

FilterItemContainerStyleProperty public_oe static_oe property

Style to allow customization of the filter items containers.
public static DependencyProperty,System.Windows FilterItemContainerStyleProperty
Résultat System.Windows.DependencyProperty

FilterItemContainerStyleSelectorProperty public_oe static_oe property

StyleSelector to allow customization of the filter item containers.
public static DependencyProperty,System.Windows FilterItemContainerStyleSelectorProperty
Résultat System.Windows.DependencyProperty

FilterItemTemplateProperty public_oe static_oe property

DataTemplate to allow customization of the filter items.
public static DependencyProperty,System.Windows FilterItemTemplateProperty
Résultat System.Windows.DependencyProperty

FilterItemTemplateSelectorProperty public_oe static_oe property

DataTemplateSelector to allow customization of the filter items.
public static DependencyProperty,System.Windows FilterItemTemplateSelectorProperty
Résultat System.Windows.DependencyProperty

FilterMenuButtonStyleProperty public_oe static_oe property

Style to allow customization of the Filter menu button.
public static DependencyProperty,System.Windows FilterMenuButtonStyleProperty
Résultat System.Windows.DependencyProperty

FilterPaneContentProperty public_oe static_oe property

Object to allow customization of the Filter pane.
public static DependencyProperty,System.Windows FilterPaneContentProperty
Résultat System.Windows.DependencyProperty

FilterPaneContentTemplateProperty public_oe static_oe property

DataTemplate to allow customization of the Filter pane.
public static DependencyProperty,System.Windows FilterPaneContentTemplateProperty
Résultat System.Windows.DependencyProperty

GalleryItemStyleProperty public_oe static_oe property

public static DependencyProperty,System.Windows GalleryItemStyleProperty
Résultat System.Windows.DependencyProperty

GalleryItemTemplateProperty public_oe static_oe property

public static DependencyProperty,System.Windows GalleryItemTemplateProperty
Résultat System.Windows.DependencyProperty

HighlightedItemProperty public_oe static_oe property

The DependencyProperty for the HighlightedItem property. Flags: None Default Value: null
public static DependencyProperty,System.Windows HighlightedItemProperty
Résultat System.Windows.DependencyProperty

IsSharedColumnSizeScopeProperty public_oe static_oe property

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
Résultat System.Windows.DependencyProperty

IsSynchronizedWithCurrentItemProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsSynchronizedWithCurrentItemProperty
Résultat System.Windows.DependencyProperty

MaxColumnCountProperty public_oe static_oe property

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
Résultat System.Windows.DependencyProperty

MinColumnCountProperty public_oe static_oe property

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
Résultat System.Windows.DependencyProperty

PreviewCommandParameterProperty public_oe static_oe property

Using a DependencyProperty as the backing store for PreviewCommandParameterProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows PreviewCommandParameterProperty
Résultat System.Windows.DependencyProperty

QuickAccessToolBarIdProperty public_oe static_oe property

DependencyProperty for QuickAccessToolBarId property.
public static DependencyProperty,System.Windows QuickAccessToolBarIdProperty
Résultat System.Windows.DependencyProperty

RibbonProperty public_oe static_oe property

DependencyProperty for Ribbon property.
public static DependencyProperty,System.Windows RibbonProperty
Résultat System.Windows.DependencyProperty

SelectedItemProperty public_oe static_oe property

The DependencyProperty for the SelectedItem property. Default Value: null
public static DependencyProperty,System.Windows SelectedItemProperty
Résultat System.Windows.DependencyProperty

SelectedValuePathProperty public_oe static_oe property

SelectedValuePath DependencyProperty
public static DependencyProperty,System.Windows SelectedValuePathProperty
Résultat System.Windows.DependencyProperty

SelectedValueProperty public_oe static_oe property

The DependencyProperty for the SelectedValue property. Default Value: null
public static DependencyProperty,System.Windows SelectedValueProperty
Résultat System.Windows.DependencyProperty

SelectionChangedEvent public_oe static_oe property

Event fired when SelectedItem changes.
public static RoutedEvent,System.Windows SelectionChangedEvent
Résultat System.Windows.RoutedEvent

SmallImageSourceProperty public_oe static_oe property

DependencyProperty for SmallImageSource property.
public static DependencyProperty,System.Windows SmallImageSourceProperty
Résultat System.Windows.DependencyProperty

ToolTipDescriptionProperty public_oe static_oe property

DependencyProperty for ToolTipDescription property.
public static DependencyProperty,System.Windows ToolTipDescriptionProperty
Résultat System.Windows.DependencyProperty

ToolTipFooterDescriptionProperty public_oe static_oe property

DependencyProperty for ToolTipFooterDescription property.
public static DependencyProperty,System.Windows ToolTipFooterDescriptionProperty
Résultat System.Windows.DependencyProperty

ToolTipFooterImageSourceProperty public_oe static_oe property

DependencyProperty for ToolTipFooterImageSource property.
public static DependencyProperty,System.Windows ToolTipFooterImageSourceProperty
Résultat System.Windows.DependencyProperty

ToolTipFooterTitleProperty public_oe static_oe property

DependencyProperty for ToolTipFooterTitle property.
public static DependencyProperty,System.Windows ToolTipFooterTitleProperty
Résultat System.Windows.DependencyProperty

ToolTipImageSourceProperty public_oe static_oe property

DependencyProperty for ToolTipImageSource property.
public static DependencyProperty,System.Windows ToolTipImageSourceProperty
Résultat System.Windows.DependencyProperty

ToolTipTitleProperty public_oe static_oe property

DependencyProperty for ToolTipTitle property.
public static DependencyProperty,System.Windows ToolTipTitleProperty
Résultat System.Windows.DependencyProperty