C# Class DynamicXaml.AddResourceHandler

Inheritance: InvokeMemberHandler
Mostra file Open project: flq/XamlTags

Public Methods

Method Description
CanHandle ( InvokeContext callContext ) : bool
Handle ( InvokeContext ctx ) : void

Private Methods

Method Description
FailIfXamlNotAFrameworkElement ( InvokeContext ctx ) : void

Method Details

CanHandle() public method

public CanHandle ( InvokeContext callContext ) : bool
callContext InvokeContext
return bool

Handle() public method

public Handle ( InvokeContext ctx ) : void
ctx InvokeContext
return void