StyleExtensions
A set of extension methods for style / related methods.
public static CssStyleDeclaration ComputeDeclarations(this StyleCollection rules, IElement element, string pseudoSelector = null)
Computes the declarations for the given element in the context of
the specified styling rules.
Creates a new StyleSheetList instance for the given node.
Creates a new StringList instance with stylesheet sets for the given
node.
Sets the enabled style sheet sets in the list of style sheets.
Gets all possible style sheet sets from the list of style sheets.
Gets the enabled style sheet sets from the list of style sheets.
Gets an enumeration over all the stylesheets from the given parent.
Tries to find the matching namespace url for the given prefix.