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