예제 #1
0
 public abstract bool Matches(StyleMatchContext matcher);
예제 #2
0
 public void PushControl(ResolvedControl control)
 {
     Context = new StyleMatchContext() { Control = control, Parent = Context };
 }