Method DoInsideTempIsDarkOverride
DoInsideTempIsDarkOverride(bool?, Action?)
Calls the specified action inside the block which temporary changes value of the IsDarkOverride property.
public static void DoInsideTempIsDarkOverride(bool? tempIsDarkOverride, Action? action)
Parameters
tempIsDarkOverridebool?Temporary value for the IsDarkOverride property.
actionActionAction to call.