Class: System::Windows::UIElement
- Inherits:
-
Object
- Object
- System::Windows::UIElement
- Defined in:
- lib/ironnails/core_ext/system/windows/ui_element.rb
Constant Summary collapse
- @@empty_delegate =
System::Action.new { }
- @@empty_priorty =
System::Windows::Threading::DispatcherPriority.render
Instance Method Summary collapse
Instance Method Details
#refresh ⇒ Object
10 11 12 |
# File 'lib/ironnails/core_ext/system/windows/ui_element.rb', line 10 def refresh self.dispatcher.invoke @@empty_priorty, @@empty_delegate end |