메소드 |
설명 |
|
DeleteKey ( ) : void |
|
|
DispatchPropertyChanged ( string propertyName, string target ) : void |
|
|
Dispose ( ) : void |
|
|
EnsureKeyMode ( ) : void |
Makes sure there is a KeyMode on this key for the current mode. |
|
GetImageSourceCache ( ) : void |
We save the bitmapImage that is the source of the image set to this key. Thanks to that, we can call the Image property from multiple components. If we save the Image itself in a cache, it can only be used in one component at a time. |
|
HandleBottomLeft ( DragDeltaEventArgs args ) : void |
|
|
HandleBottomRight ( DragDeltaEventArgs args ) : void |
|
|
HandleTopLeft ( DragDeltaEventArgs args ) : void |
|
|
HandleTopRight ( DragDeltaEventArgs args ) : void |
|
|
OnConfigChanged ( object sender, ConfigChangedEventArgs e ) : void |
|
|
OnKeyModelCollectionChanged ( object sender, KeyModeEventArgs e ) : void |
|
|
OnLayoutKeyModelCollectionChanged ( object sender, LayoutKeyModeEventArgs e ) : void |
|
|
OnModeChanged ( object sender, KeyboardModeChangedEventArgs e ) : void |
|
|
OnMouseMove ( PointerDeviceEventArgs e ) : void |
|
|
OnPropertyChangedTriggered ( object sender, PropertyChangedEventArgs e ) : void |
|
|
PositionChanged ( ) : void |
|
|
RefreshKeyModeCollection ( ) : void |
|
|
RefreshKeyboardModelViewModels ( ) : void |
|
|
RefreshLayoutKeyModeCollection ( ) : void |
|
|
RegisterEvents ( ) : void |
|
|
RegisterOnPropertyChanged ( ) : void |
|
|
SetCommands ( ) : void |
|
|
StopDragging ( ) : void |
|
|
TriggerOnPropertyChanged ( string propertyName ) : void |
|
|
UnregisterEvents ( ) : void |
|
|