Exemplo n.º 1
0
 public abstract bool Matches(StyleMatchContext matcher);
Exemplo n.º 2
0
 public void PushControl(ResolvedControl control)
 {
     Context = new StyleMatchContext() { Control = control, Parent = Context };
 }