Interface IRootObjectProvider
public interface IRootObjectProvider
Properties
IntermediateRootObject
The "current" root object, contains either the root of the xaml file or the root object of the control/data template
object IntermediateRootObject { get; }
Property Value
RootObject
The root object of the xaml file
object RootObject { get; }