C# 클래스 GoogleCloudExtension.Theming.ButtonsList

This class was created to be able to force the ItemsControl to apply the data templates, and template selector, to the items even if they are FrameworkElement instances.
상속: System.Windows.Controls.ItemsControl
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

보호된 메소드들

메소드 설명
IsItemItsOwnContainerOverride ( object item ) : bool

Ensures that all items have the data templates, and template selectors, applied to them.

메소드 상세

IsItemItsOwnContainerOverride() 보호된 메소드

Ensures that all items have the data templates, and template selectors, applied to them.
protected IsItemItsOwnContainerOverride ( object item ) : bool
item object
리턴 bool