1 write to _styleConnector
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
1467set { _styleConnector = value; }
4 references to _styleConnector
PresentationFramework (4)
System\Windows\FrameworkTemplate.cs (4)
579return LoadOptimizedTemplateContent(container, null, this._styleConnector, affectedChildren, null); 1056if (_styleConnector != null) 1058_styleConnector.Connect((int)templateReader.Value, Names.CurrentFrame.Instance); 1466get { return _styleConnector; }