1 write to titleField
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
Preview\PreviewPane.cs (1)
40
this.
titleField
= new NSTextField()
2 references to titleField
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
Preview\PreviewPane.cs (2)
48
titlePlaceholder.AddArrangedSubview(
titleField
);
83
this.
titleField
.AttributedStringValue = attributedStringTitle;