1 write to _styleConnector
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
1452set { _styleConnector = value; }
3 references to _styleConnector
PresentationFramework (3)
System\Windows\FrameworkTemplate.cs (3)
566return LoadOptimizedTemplateContent(container, null, this._styleConnector, affectedChildren, null); 1044_styleConnector?.Connect((int)templateReader.Value, Names.CurrentFrame.Instance); 1451get { return _styleConnector; }