1 write to _styleConnector
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
1463set { _styleConnector = value; }
4 references to _styleConnector
PresentationFramework (4)
System\Windows\FrameworkTemplate.cs (4)
571return LoadOptimizedTemplateContent(container, null, this._styleConnector, affectedChildren, null); 1052if (_styleConnector != null) 1054_styleConnector.Connect((int)templateReader.Value, Names.CurrentFrame.Instance); 1462get { return _styleConnector; }