Options

Filtering out by namespace

mihiesmihies Posts: 71 Bronze 4
Hi there,

Is there a way to filter out (exclude) all instances from a certain namespace? Or by certain clas name?
I am asking this because WPF is lazy when initializing converters (defined in XAML resource dictionaries) or it creates them and caches them.
So I would really like to ignore these and the easiest way is to filter out all classes from a certain namespace (in my case is bla.bla.Converters).
or perhaps by ceratin name using simple expression (i.e. *Converter) or a regular expression.
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
Blog:http://blog.rthand.com
Righthand .net consulting and software development
http://www.rthand.com

Comments

Sign In or Register to comment.