System.Windows.Automation.TransformPattern.TransformPatternInformation.TransformPatternInformation C# (CSharp) Method

TransformPatternInformation() private method

private TransformPatternInformation ( TransformPattern pattern, bool cache ) : System
pattern TransformPattern
cache bool
return System
			internal TransformPatternInformation (TransformPattern pattern, bool cache)
			{
				this.pattern = pattern;
				this.cache = cache;
			}
TransformPattern.TransformPatternInformation